@adaptavant/eds-core@1.43.0

Minor Changes

  • 8f3e4ae: ActionBar: Added a fixed contextual action bar for bulk actions with close, label, tone, placement, responsive sizing, and keyboard navigation support.
  • 79a2de1: Button and IconButton: Added new variant criticalSecondary for Button and IconButton components
  • 55798a4: ResponsiveLayoutProvider, useResponsiveLayout: Added a unified responsive layout system. useResponsiveLayout() returns mutually-exclusive isMobile, isTablet, and isDesktop flags from a single source of truth for breakpoints (mobile: 767, tablet: 1023). The optional ResponsiveLayoutProvider overrides those breakpoints for a subtree.
  • 2330482: SelectMenu: Migrate keyboard navigation to FloatingUI's useListNavigation and useTypeahead.
  • 0b1aeba: New token schema keys added to colorScheme.symbol
  • cec9038: SnackbarContent: Add action slot for inline action content and deprecate actionButton. When using a Button in the action slot, set size="small" and variant="neutralSecondary".

Patch Changes

  • 5848ec3: GetPro: fix onClick typing to accept the forwarded button click event.
  • 6dbe120: Fieldset and RadioGroup: Used margin instead of gap, as legends dont participate in flex layouts
  • d299355: Tabs: Fixed the scroll issue when selecting a TabItem.
  • cbdac8e: IntegrationTile: Fixed status badge click blocking.
  • Updated dependencies [d99b4da]
  • Updated dependencies [0b1aeba]
  • Updated dependencies [e351c5b]
  • Updated dependencies [31b908c]
    • @adaptavant/eds-icons@1.13.0