@adaptavant/eds-core@1.4.0

✨⚙️ Introducing version 1.4.0! This update brings bug fixes and improvements to existing components. Enjoy! ✨⚙️

🛠️ Enhancements

  1. <SelectMenuTrigger /> Updated hover and pressed states
  2. <Button>, <IconButton>, <ButtonLink> and <IconLink> : Added New variant "neutralSecondaryIntense"

🐛 Bug fixes

  1. Dropdowns:
    1. Fixed popover placement when positioned at the edge of the viewport.
    2. Fixed crashing in the Next.js app on SSR
    3. Fixed activeDescendantId element inside popovers to prevent keeps coming back to view even when the user scrolls to page top
  2. <Tooltip />: TriggerProps Type error fixed to support all React element
  3. <Tabs /> : Fixed auto-scroll to selected tab item on mounting (initial load)

📄 Icons

We have added and updated a bunch of Icons.

New Icons

HelpIcon, BillingIcon, HearthFilledIcon, GeneralIcon, YourBrandIcon, TiktokIcon, TiktokFilledIcon, YourAppIcon, BusinessCommunicationIcon, ActivityIcon, StorageIcon, BankIcon

Minor Changes

  • 0b55c52: Tailwind: Added "hoverOnlyWhenSupported" to Tailwind preset as default option, use shouldUseTailwindFuture: false in your configs to opt out from this behaviour

Patch Changes

  • 0290854: Icons:
    • Added New icons HelpIcon, BillingIcon, HearthFilledIcon, GeneralIcon, YourBrandIcon, TiktokIcon, TiktokFilledIcon, YourAppIcon, BusinessCommunicationIcon, ActivityIcon, StorageIcon, BankIcon
  • 553874c: <Button>, <IconButton>, <ButtonLink> and <IconLink>: Added New variant "neutralSecondaryIntense"
  • Tokens: Added New "border-primary" token and className
  • fd5f261: Popover: Fixed placement for Combobox, DropdownMenu, FilterMenu, SelectMenu, and TimePicker components when positioned at the edge of the viewport.
  • 266d532: Tabs: Fixed auto-scroll to selected tab item on mounting (initial load)
  • 23a301c: Dropdowns (SelectMenu, DropdownMenu, Timepicker):
    • Fixed crashing in the Next.js app on SSR
  • 8f6e88e: SelectMenu: Fix hover and pressed states for SelectMenuTrigger
  • 9275e4d: Tooltip: TriggerProps Type error fixed to support all React element
  • 7deeb1b: Dropdowns: Fixed activeDescendantId element inside popovers (Combobox, DropdownMenu, FilterMenu, SelectMenu, TimezonePicker and TimePicker) keeps coming back to view even when the user scrolls to page top.