7.3.0
@astrouxds/astro-web-components
7.3.0
Minor Changes
Option
- The
title
attribute will now reflect to the Shadow DOM
Option Group
- The
title
attribute will now reflect to the Shadow DOM
Status
- The
status
property now defaults tonormal
.
Tabs
- Added
cursor: pointer
style.
Patch Changes
Monitoring Icon
- Fixed layout shift when using
display: grid
Monitoring Progress Icon
- Fixed layout shift when using
display: grid
Push Button
- Fixed issue with
cursor: pointer
Pop Up
- Fixed an issue where the
strategy
prop ofrux-pop-up
was not applying correctly.
Notification
- Fixed a bug where message prop was not showing if another slot was slotted in the component.
Dialog
- Fixed an issue where the
message
prop would not appear if being used with slots for header or footer.
Select
-
Fixed some styling issues on where the border color would still change on hover when disabled.
-
Added correct cursors.
Segmented Button
- Added a
cursor: pointer
when enabled.