@rarui/styles 2.6.3-rc.3 → 2.7.0-rc.1
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 +8 -3
- package/dist/index.css +1 -1
- package/dist/packages/exhibition/label/rarui-label.css.d.ts +1 -0
- package/dist/packages/input/dropdown/rarui-dropdown.css.d.ts +6 -0
- package/dist/packages/input/dropdown/rarui-dropdown.css.js +1 -1
- package/dist/packages/input/input/rarui-input.css.d.ts +3 -0
- package/dist/packages/input/toggle/rarui-toggle.css.d.ts +2 -0
- package/dist/packages/layout/box/index.d.ts +12 -0
- package/dist/packages/layout/box/rarui-box.css +4032 -4005
- package/dist/packages/layout/box/rarui-box.css.js +1 -1
- package/dist/packages/layout/box/rarui-box.types.d.ts +1 -1
- package/dist/packages/navigation/pagination/rarui-pagination.css.d.ts +1 -1
- package/dist/packages/surface/modal/rarui-modal.css.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
-
## 2025-
|
|
5
|
+
## 2025-07-18 `2.7.0`
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
#### 🎉 New features
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Adding `verticalAlign` property to the `Box` component.
|
|
10
|
+
|
|
11
|
+
## 2025-06-17 `2.6.3`
|
|
12
|
+
|
|
13
|
+
### 🐛 Bug fixes
|
|
10
14
|
|
|
15
|
+
- Correcting the package of styles that imported `.css` files unnecessarily after build. ([#121](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/121) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
16
|
|
|
12
17
|
## 2025-06-17 `2.6.2`
|
|
13
18
|
|