@adaptavant/eds-core@1.3.0

✨⚙️ Introducing version 1.3.0! This update brings two new components, bug fixes, and a lot of other improvements. Enjoy! ✨⚙️

🖌️ New components

Tabs component represents a set of tabs that allows users to switch between different content views.

Modal (aka "dialog") component that prevents interaction with the rest of the application. The component renders its children (ModalTitle, ModalContent, ModalFooter) nodes in front of a backdrop component.

🛠️ Enhancments

  1. <Field /> Added inbuilt Counter component
  2. <TextLink /> Updated underline-offset, pressed and focus state styles.

📄 Icons

We have added and updated a bunch of Icons.

New Icons

AnnouncementsIcon, BirthdayIcon, BoldIcon, CampaignIcon, CashIcon, ChargeIcon, ChatIcon, CompanyIcon, CustomerFilledIcon, DesignIcon, ExpandIcon, GlobeIcon, InboxFilledIcon, ItalicIcon, JustifyLeftIcon, LinkDisconnectIcon, MessengerFilledIcon, MinimiseIcon, PaletteIcon, PauseIcon, PaymentApplepayPlainIcon, PaymentCashAppFilledIcon, PaymentCashAppIcon, PaymentCashAppPlainIcon, PaymentGooglepayPlainIcon, PaymentMastercardPlainIcon, PaymentPaypalPlainIcon, PaymentVisaPlainIcon, PlayIcon, PreviewIcon, ReductionIcon, SettingsFilledIcon, UnderlineIcon, WhatsappFilledIcon, XFilledIcon

Updated Icons

ConnectFilledIcon, CustomersFilledIcon, InstagramFilledIcon, LinkedinFilledIcon, MapPinIcon, MoreIcon, ServicesFilledIcon, ServicesIcon, TeleportIcon, VideoCameraIcon, YoutubeFilledIcon

🐛 Bug fixes

  1. <Textarea>, <TextInput>, <FilterMenuTrigger>, <SelectMenuTrigger> and <Select> Added ability to style focus indicator from consumers end
  2. <Tooltip />
    1. Addressed inconsistent tooltip hiding behavior upon cursor exit.
    2. Resolved abrupt hiding when hovering between more than two elements.
    3. Corrected visibility persistence on mobile touch events.
  3. <Button /> & <ButtonLink /> Updated negative margins so when iconStart and iconEnd icons with bounding box looks consistent padding
  4. <Toggle /> Updated styles to avoid layout crashing

Minor Changes

  • 8239101: - Create <Tabs /> Component
    • Update focus-ring offset to 1px
  • 9555260: - Added new Modal component
    • Added new background token modal-overlay
  • 8df8e8a: Field: Added inbuilt Counter component

Patch Changes

  • e90091a: Added ability to style focusindicator from consumers for <Textarea>, <TextInput>, <FilterMenuTrigger>, <SelectMenuTrigger> and <Select> components
  • 92f0a31: Icons:
    • Added New icons
    • Updated
  • bed9f0f: Tooltip
    • Addressed inconsistent tooltip hiding behavior upon cursor exit.
    • Resolved abrupt hiding when hovering between more than two elements.
    • Corrected visibility persistence on mobile touch events.
  • 7ea90a4: TextLink: Updated underline-offset, pressed and focus state styles.
  • 8ba2dd6: Toggle: Updated styles to avoid layout crashing
  • e8b7272: Button & ButtonLink: Updated negative margins so when iconStart and iconEnd icons with bounding box looks consistent padding