@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
Status | Icon Name | Notes |
---|---|---|
✨ New | StatusIcon | needed in Billings |
✨ New | ClockDollarIcon | needed in Billings |
✨ New | DollarBookingIcon | needed in Billings |
✨ New | DollarClockIcon | needed in Billings |
✨ New | LocationIcon | needed in Calendar |
✨ New | NotificationsOffIcon | needed in Billings |
✨ New | PaymentHistoryIcon | needed in Billings |
✨ New | PhoneMessageIcon | needed in Billings |
✨ New | RefreshIcon | needed in Connect |
✨ New | ReviewStarHalfFilledIcon | needed in Billings |
✨ New | WindowsFilledIcon | needed in download app page |
🛠️ Component Enhancements
SelectMenu
: Added customization support for mobile modal wrapper stylingDialog
: 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
- Added
- d220084: SelectMenu: Added the ability to customize the styling of the modal wrapper used internally by SelectMenu in its mobile version
- 1653323:
Dialog
: Prevent the Modal from closing on 'Esc' when dropdowns are open inside the dialog.