@adaptavant/eds-core@1.29.0

Minor Changes

  • b38ee93: Modal & Dialog: Added isFullScreen to render modal height and width full

  • 89c9b4c: DropdownMenu: Removed the z-[1220] class which was added to override the legacy layout of the Setmore application.

    Dialog: Added z-10 class

    CropModal: Removed z-10 class.

  • 8c400b1: QRCode: Added downloadAsPNG support for qr code

  • dde5861: Dropdown, FilterMenu, ComboBox, ComboBoxMultiSelect, TimePicker: Added new prop hideTitleForMobile, which now allows consumers to hide the title on mobile view.

Patch Changes

  • 7a494a4: FilterMenu: Added missing title for filter-menu in mobile view.

  • b38ee93: FilterMenu & ComboBox: Removed h-auto to stop the layout shifting

  • b07cbdb: PageHeader: Added a default background color.

    Modal: Fixed the inline style overriding custom width classes.