@rarui/styles 2.0.0 → 2.0.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 +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +44 -18
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-07-19 `2.0.1`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- Adjusting style package to contain semantic usage classes in pure HTML applications. ([#80](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/80) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
|
|
5
11
|
## 2024-07-12 `2.0.0`
|
|
6
12
|
|
|
7
13
|
#### 🛠 Breaking changes
|