@adaptavant/core@0.0.8
Patch Changes
- 0127cf8: Add 'labelTrack' and 'label' parts to ButtonLink
- a89e896: Add
border-collapse: collapse
to sx - e861372: Add FieldErrorMessage component
- 564551a: Updated filter menu chevron icon to dropdown icon
- 0885571: Allow width & height on Image and automatically set width and height attributes to Avatar images
- f2825ee: Add light, dark and system theme icons and added type for ColorScheme
- 5fba891: Added border-style none property to sx
- 703b2fa: Update useStyleProps to respect order of classes in cases where there are multiple ways to target the CSS property
- 7be50f8: Colocate styles
- a89e896: Add
text-decoration: line-through
to sx - e533c9c: Switch to literal values for border-radius and add 6px token
- 7abe9f6: Update FilterMenu to take up all available space
- 333b482: Add negative values to all inset and margin properties in sx
- 391d3df: Compose IconButton with Box
- 7abe9f6: Add 'center' part to FocusContainer and apply
display: flex
to it - 0127cf8: The 'label' part previously targeted the entire Track (including the icons). This has been modified to improve specificity.
- Renamed: 'label' part in button to 'labelTrack'.
- Added: New 'label' part that targets the 'center' of the Track.
- Updated: 'labelTrack' with 'min-width: 0'.
- Moved: 'font-weight' property to the 'label' part.
- Added: 'line-clamp': '1' property to the 'label' part.
- a8f4fb6: Add error message to Checkbox and remove isInvalid prop
- d4c0fce: Remove 'min-height': '100dvh' from default Root styles
- 391d3df: Cancel click events for buttons when isDisabled is true
- 333b482: Add padding and equal negative margin to Button and ButtonLink to prevent text clipping