@rarui/styles 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.css +2 -2
- package/dist/packages/exhibition/divider/index.d.ts +8 -8
- package/dist/packages/exhibition/icon/index.d.ts +18 -18
- package/dist/packages/exhibition/text/index.d.ts +18 -18
- package/dist/packages/exhibition/title/index.d.ts +18 -18
- package/dist/packages/feedback/status/index.d.ts +4 -4
- package/dist/packages/feedback/status/rarui-status.css +4 -4
- package/dist/packages/feedback/status/rarui-status.css.d.ts +4 -4
- package/dist/packages/input/checkbox/rarui-checkbox.css +4 -0
- package/dist/packages/input/radioButton/rarui-radioButton.css +4 -0
- package/dist/packages/input/toggle/rarui-toggle.css +4 -0
- package/dist/packages/layout/box/index.d.ts +319 -319
- package/dist/packages/layout/sidebar/index.d.ts +2 -2
- package/dist/packages/navigation/link/rarui-link.css +5 -0
- package/dist/packages/surface/banner/rarui-banner.css +4 -0
- package/dist/packages/surface/card/index.d.ts +33 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2025-11-14 `3.2.3`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- **Enhanced Focus Ring Support**: Added comprehensive focus ring styling to multiple form input components (Checkbox, RadioButton, Toggle) and navigation components (Link) using standardized `focus-ring` elevation token for improved keyboard navigation accessibility and visual feedback. ([#148](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/148) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug fixes
|
|
12
|
+
|
|
13
|
+
- **Status Component Color Tokens**: Updated Status component color tokens for improved contrast and consistency across different themes and appearance variants. ([#148](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/148) by [@junior](https://git.rarolabs.com.br/junior))
|
|
14
|
+
|
|
5
15
|
## 2025-10-16 `3.2.2`
|
|
6
16
|
|
|
7
17
|
#### 🎉 New features
|