@rarui/styles 3.0.0-rc.1 → 3.0.0
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 +0 -6
- package/dist/index.css +1 -1
- 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/input/input/rarui-input.css +0 -11
- package/dist/packages/layout/box/index.d.ts +319 -319
- package/dist/packages/layout/sidebar/index.d.ts +2 -2
- package/dist/packages/surface/card/index.d.ts +33 -33
- package/package.json +2 -3
- package/dist/decorators/addSprinkleAttributes.d.ts +0 -3
- package/dist/decorators/addSprinkleAttributes.js +0 -1
- package/dist/utils/index.d.ts +0 -3
- package/dist/utils/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
-
## 2025-09-26 `3.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- **Enhanced Input component readonly styling**: Added visual feedback for readonly inputs with disabled styling (background, border, and text colors) to clearly indicate non-editable state. Includes proper styling for input container and leading elements when readonly. ([#XXX](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/XXX) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
5
|
## 2025-09-25 `3.0.0`
|
|
12
6
|
|
|
13
7
|
#### 🛠 Breaking changes
|