@adaptavant/eds-core@1.42.1

Patch Changes

  • 9cf87c1: Tabs fix stacking issue with scroll container masks
  • a65a278: @adaptavant/eds-core: Remove lodash dependency and replace with native JavaScript equivalents. isEqual is now exported from the package public API. isString usages replaced with typeof checks. memoize in time-zone-picker replaced with a Map-based cache. @adaptavant/crop-modal: Remove lodash.isequal dependency and use a local isEqual utility for deep-compare hooks.
  • 23f6d5d: VirtualTable: Fixed VirtualTable row height handling.
  • 26aafb2: Tooltip: Fixed focus-triggered tooltips reopening when the trigger does not have visible focus.