@adaptavant/eds-core@1.14.0

✨⚙️ Introducing version 1.14.0. Enjoy! ✨⚙️

✨ New Widget

🔗 Share Modal

  • Added new ShareModal widget for link sharing functionality
  • Provides various sharing options in a modal interface

🎨 Icon Updates

StatusIcon NameNotes
✨ NewStatusIconneeded in Billings
✨ NewClockDollarIconneeded in Billings
✨ NewDollarBookingIconneeded in Billings
✨ NewDollarClockIconneeded in Billings
✨ NewLocationIconneeded in Calendar
✨ NewNotificationsOffIconneeded in Billings
✨ NewPaymentHistoryIconneeded in Billings
✨ NewPhoneMessageIconneeded in Billings
✨ NewRefreshIconneeded in Connect
✨ NewReviewStarHalfFilledIconneeded in Billings
✨ NewWindowsFilledIconneeded in download app page

🛠️ Component Enhancements

  1. SelectMenu: Added customization support for mobile modal wrapper styling
  2. Dialog: Improved dropdown interaction - prevents modal closure on 'Esc' when dropdowns are open

Minor Changes

  • 4513e86: Added ShareModal widget that renders a modal with various options to share a link

Patch Changes

  • 5827374: Icon :
    • Added
      ClockDollarIcon, DollarBookingIcon, DollarClockIcon, LocationIcon, NotificationsOffIcon, PaymentHistoryIcon, PhoneMessageIcon, RefreshIcon, ReviewStarHalfFilledIcon, WindowsFilledIcon
  • d220084: SelectMenu: Added the ability to customize the styling of the modal wrapper used internally by SelectMenu in its mobile version
  • 1653323Dialog: Prevent the Modal from closing on 'Esc' when dropdowns are open inside the dialog.