@rarui/styles 1.3.0 → 1.5.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 +28 -16
- package/dist/index.css +1 -1
- package/dist/index.d.ts +999 -88
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,47 +2,59 @@
|
|
|
2
2
|
|
|
3
3
|
RarUI Styles deprive all styles needed to build components.
|
|
4
4
|
|
|
5
|
+
## 2024-04-11 `1.4.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new style pack for `text` component. ([#20](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/20) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
|
|
11
|
+
## 2024-04-10 `1.3.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- Added new style pack for `title` component. ([#18](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/18) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
+
|
|
5
17
|
## 2024-04-10 `1.2.0`
|
|
6
18
|
|
|
7
19
|
#### 🎉 New features
|
|
8
20
|
|
|
9
|
-
- Added new style pack for `box` component. ([#
|
|
21
|
+
- Added new style pack for `box` component. ([#16](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/16) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
22
|
|
|
11
23
|
## 2024-04-09 `1.1.1`
|
|
12
24
|
|
|
13
25
|
#### 💡 Others
|
|
14
26
|
|
|
15
|
-
- Removed `brand-secondary` color scale from themes. ([#12](https://git.rarolabs.com.br/frontend/rarui/
|
|
16
|
-
- Removed `brand-secondary` color varian from `badge`, `button` and `chip` components. ([#12](https://git.rarolabs.com.br/frontend/rarui/
|
|
27
|
+
- Removed `brand-secondary` color scale from themes. ([#12](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/12) by [@juniorconquista](https://github.com/juniorconquista))
|
|
28
|
+
- Removed `brand-secondary` color varian from `badge`, `button` and `chip` components. ([#12](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/12) by [@juniorconquista](https://github.com/juniorconquista))
|
|
17
29
|
|
|
18
30
|
## 2024-03-23 `1.1.0`
|
|
19
31
|
|
|
20
32
|
#### 🎉 New features
|
|
21
33
|
|
|
22
|
-
- Added new style pack for `link` component. ([#8](https://git.rarolabs.com.br/frontend/rarui/
|
|
34
|
+
- Added new style pack for `link` component. ([#8](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/8) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
35
|
|
|
24
36
|
#### 🐛 Bug fixes
|
|
25
37
|
|
|
26
|
-
- Correct the name of the theme variable from `lineWeight` to `lineHeight`. ([#8](https://git.rarolabs.com.br/frontend/rarui/
|
|
38
|
+
- Correct the name of the theme variable from `lineWeight` to `lineHeight`. ([#8](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/8) by [@junior](https://git.rarolabs.com.br/junior))
|
|
27
39
|
|
|
28
40
|
## 2024-03-22 `1.0.0`
|
|
29
41
|
|
|
30
42
|
#### 🎉 New features
|
|
31
43
|
|
|
32
|
-
- Created new `ThemeProvider` component. ([#5](https://git.rarolabs.com.br/frontend/rarui/
|
|
33
|
-
- Added new style pack for `button` component. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
34
|
-
- Added new theme dark. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
44
|
+
- Created new `ThemeProvider` component. ([#5](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/5) by [@junior](https://git.rarolabs.com.br/junior))
|
|
45
|
+
- Added new style pack for `button` component. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
46
|
+
- Added new theme dark. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
35
47
|
|
|
36
48
|
#### 📚 3rd party library updates
|
|
37
49
|
|
|
38
|
-
- Added `@vanilla-extract/css@1.14.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
39
|
-
- Added `@vanilla-extract/dynamic@2.1.0`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
40
|
-
- Added `@vanilla-extract/recipes@0.5.2`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
41
|
-
- Added `@vanilla-extract/sprinkles@1.6.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
42
|
-
- Added `rainbow-sprinkles@0.17.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
43
|
-
- Added `webpack@5.90.3`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
44
|
-
- Added `webpack-merge@5.10.0`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
45
|
-
- Added `webpack-shell-plugin-next@2.3.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/
|
|
50
|
+
- Added `@vanilla-extract/css@1.14.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
51
|
+
- Added `@vanilla-extract/dynamic@2.1.0`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
52
|
+
- Added `@vanilla-extract/recipes@0.5.2`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
53
|
+
- Added `@vanilla-extract/sprinkles@1.6.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
54
|
+
- Added `rainbow-sprinkles@0.17.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
55
|
+
- Added `webpack@5.90.3`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
56
|
+
- Added `webpack-merge@5.10.0`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
57
|
+
- Added `webpack-shell-plugin-next@2.3.1`. ([#3](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/3) by [@junior](https://git.rarolabs.com.br/junior))
|
|
46
58
|
|
|
47
59
|
<!-- #### 🛠 Breaking changes -->
|
|
48
60
|
|