@nimbus-ds/styles 9.13.0-rc.8 → 9.13.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 +10 -0
- package/package.json +4 -5
- package/dist/CHANGELOG.md +0 -730
- package/dist/README.md +0 -15
- package/dist/index.css +0 -1
- package/dist/index.d.ts +0 -5044
- package/dist/index.js +0 -2
- package/dist/styles.css +0 -1
- package/dist/themes/dark/index.js +0 -2
- package/dist/themes/dark.css +0 -1
- package/dist/themes/dark.d.ts +0 -9
- package/dist/themes/next/index.js +0 -2
- package/dist/themes/next-dark/index.js +0 -2
- package/dist/themes/next-dark.css +0 -1
- package/dist/themes/next.css +0 -1
package/dist/CHANGELOG.md
DELETED
|
@@ -1,730 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
|
-
|
|
5
|
-
## 2025-02-27 `9.12.0`
|
|
6
|
-
|
|
7
|
-
#### 🐛 New features
|
|
8
|
-
|
|
9
|
-
- `Tooltip`: Adds support for maxWidth prop. ([#268](https://github.com/TiendaNube/nimbus-design-system/pull/268) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
-
|
|
11
|
-
## 2025-01-09 `9.11.7`
|
|
12
|
-
|
|
13
|
-
#### 🐛 Bug fixes
|
|
14
|
-
|
|
15
|
-
- We detected that when the radio component, when displayed as a button, didn't match the [Figma](https://www.figma.com/design/TDwgeblsVNeHKKRvoDRk7n/%E2%98%81%EF%B8%8F-Nimbus-v2.0?node-id=2609-46017&p=f&t=4qBwkk1Tk4JoHDsS-0) specified colors for both **disabled** and **checked** enabled attributes at the same time. ([#264](https://github.com/TiendaNube/nimbus-design-system/pull/264) by [@joacotornello](https://github.com/joacotornello) )
|
|
16
|
-
|
|
17
|
-
## 2024-12-18 `9.11.6`
|
|
18
|
-
|
|
19
|
-
#### 🐛 Bug fixes
|
|
20
|
-
|
|
21
|
-
- We detected that the content of the Tabs, when set to full, was not centered but aligned to the left. ([#261](https://github.com/TiendaNube/nimbus-design-system/pull/261) by [@harrytiendanube](https://github.com/harrytiendanube) )
|
|
22
|
-
|
|
23
|
-
## 2024-04-22 `9.11.5`
|
|
24
|
-
|
|
25
|
-
#### 💡 Others
|
|
26
|
-
|
|
27
|
-
- Added `chip_close_icon_container` class for `Chip` component. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/240) by [@nachozullo](https://github.com/nachozullo))
|
|
28
|
-
|
|
29
|
-
## 2024-02-29 `9.11.0`
|
|
30
|
-
|
|
31
|
-
#### 🎉 New features
|
|
32
|
-
|
|
33
|
-
- Add `neutral-background` as option for `Title` style properties. ([#223](https://github.com/TiendaNube/nimbus-design-system/pull/223) by [@juanchigallego](https://github.com/juanchigallego))
|
|
34
|
-
|
|
35
|
-
## 2024-01-18 `9.10.0`
|
|
36
|
-
|
|
37
|
-
- Update style package of `Tabs` component. ([#216](https://github.com/TiendaNube/nimbus-design-system/pull/216) by [@juanchigallego](https://github.com/juanchigallego))
|
|
38
|
-
|
|
39
|
-
## 2023-12-22 `9.9.0`
|
|
40
|
-
|
|
41
|
-
#### 🎉 New features
|
|
42
|
-
|
|
43
|
-
- Update style packages of various components to update new font and color values from tokens package. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
|
|
44
|
-
|
|
45
|
-
#### 🐛 Bug fixes
|
|
46
|
-
|
|
47
|
-
- Remove `overflow: hidden` property from `Card` component style package.
|
|
48
|
-
|
|
49
|
-
## 2023-11-20 `9.8.0`
|
|
50
|
-
|
|
51
|
-
#### 🎉 New features
|
|
52
|
-
|
|
53
|
-
- Update style packages of various components to update new font values from tokens package. ([#204](https://github.com/TiendaNube/nimbus-design-system/pull/204) by [@juanchigallego](https://github.com/juanchigallego))
|
|
54
|
-
|
|
55
|
-
#### 🐛 Bug fixes
|
|
56
|
-
|
|
57
|
-
- Fix next dark theme colors to use dark mode color tokens. ([#204](https://github.com/TiendaNube/nimbus-design-system/pull/204) by [@juanchigallego](https://github.com/juanchigallego))
|
|
58
|
-
|
|
59
|
-
## 2023-10-30 `9.7.0`
|
|
60
|
-
|
|
61
|
-
#### 🎉 New features
|
|
62
|
-
|
|
63
|
-
- Added new style pack for `MultiSelect` pattern. ([#203](https://github.com/TiendaNube/nimbus-design-system/pull/203) by [@juniorconquista](https://github.com/juniorconquista))
|
|
64
|
-
|
|
65
|
-
## 2023-10-17 `9.6.0`
|
|
66
|
-
|
|
67
|
-
#### 🎉 New features
|
|
68
|
-
|
|
69
|
-
- Added new style pack for `Editor` pattern. ([#197](https://github.com/TiendaNube/nimbus-design-system/pull/197) by [@juniorconquista](https://github.com/juniorconquista))
|
|
70
|
-
|
|
71
|
-
## 2023-10-13 `9.5.1`
|
|
72
|
-
|
|
73
|
-
#### 🎉 New features
|
|
74
|
-
|
|
75
|
-
- Added `maxWidth` property to `Popover` component sprinkles. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
|
|
76
|
-
|
|
77
|
-
#### 💡 Others
|
|
78
|
-
|
|
79
|
-
- Removed static arrow positioning from `Popover` component. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
|
|
80
|
-
- Removed static arrow positioning from `Tooltip` component. ([#196](https://github.com/TiendaNube/nimbus-design-system/pull/196) by [@juniorconquista](https://github.com/juniorconquista))
|
|
81
|
-
|
|
82
|
-
## 2023-09-26 `9.5.0`
|
|
83
|
-
|
|
84
|
-
#### 🎉 New features
|
|
85
|
-
|
|
86
|
-
- Updated vanilla extract to new version. ([#193](https://github.com/TiendaNube/nimbus-design-system/pull/#193) by [@juniorconquista](https://github.com/juniorconquista))
|
|
87
|
-
|
|
88
|
-
#### 📚 3rd party library updates
|
|
89
|
-
|
|
90
|
-
- Updated `@vanilla-extract/css"@.13.0`. ([#193](https://github.com/TiendaNube/nimbus-design-system/pull/#193) by [@juniorconquista](https://github.com/juniorconquista))
|
|
91
|
-
- Updated `@vanilla-extract/recipes@0.5.0`. ([#193](https://github.com/TiendaNube/nimbus-design-system/pull/#193) by [@juniorconquista](https://github.com/juniorconquista))
|
|
92
|
-
- Updated `@vanilla-extract/sprinkles@1.6.1`. ([#193](https://github.com/TiendaNube/nimbus-design-system/pull/#193) by [@juniorconquista](https://github.com/juniorconquista))
|
|
93
|
-
|
|
94
|
-
## 2023-09-25 `9.4.0`
|
|
95
|
-
|
|
96
|
-
#### 🎉 New features
|
|
97
|
-
|
|
98
|
-
- Added new style pack for `Calendar` pattern. ([#191](https://github.com/TiendaNube/nimbus-design-system/pull/191) by [@juanchigallego](https://github.com/juanchigallego))
|
|
99
|
-
|
|
100
|
-
## 2023-09-04 `9.3.0`
|
|
101
|
-
|
|
102
|
-
#### 🎉 New features
|
|
103
|
-
|
|
104
|
-
- Created new `next` theme. ([#185](https://github.com/TiendaNube/nimbus-design-system/pull/185) by [@juanchigallego](https://github.com/juanchigallego))
|
|
105
|
-
- Added new `next` theme option to ThemeProvider component. ([#185](https://github.com/TiendaNube/nimbus-design-system/pull/185) by [@juanchigallego](https://github.com/juanchigallego))
|
|
106
|
-
- Created new `next-dark` theme. ([#185](https://github.com/TiendaNube/nimbus-design-system/pull/185) by [@juanchigallego](https://github.com/juanchigallego))
|
|
107
|
-
- Added new `next-dark` theme option to ThemeProvider component. ([#185](https://github.com/TiendaNube/nimbus-design-system/pull/185) by [@juanchigallego](https://github.com/juanchigallego))
|
|
108
|
-
|
|
109
|
-
## 2023-08-04 `9.2.0`
|
|
110
|
-
|
|
111
|
-
#### 🎉 New features
|
|
112
|
-
|
|
113
|
-
- Added new fontSize prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
114
|
-
- Added new fontWeight prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
115
|
-
- Added new lineHeight prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
116
|
-
- Added new textAlign prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
117
|
-
|
|
118
|
-
## 2023-06-13 `9.1.1`
|
|
119
|
-
|
|
120
|
-
#### 🐛 Bug fixes
|
|
121
|
-
|
|
122
|
-
- Adding extra right padding to the modal title to prevent the title from getting overlaid by the close button. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juniorconquista](https://github.com/juniorconquista))
|
|
123
|
-
|
|
124
|
-
## 2023-06-13 `9.1.0`
|
|
125
|
-
|
|
126
|
-
#### 🎉 New features
|
|
127
|
-
|
|
128
|
-
- Added new wordbreak prop in Text component style pack. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
|
|
129
|
-
|
|
130
|
-
#### 💡 Others
|
|
131
|
-
|
|
132
|
-
- Spacing adjustments in Card, Modal and Sidebar component style packs. ([#169](https://github.com/TiendaNube/nimbus-design-system/pull/169) by [@juniorconquista](https://github.com/juniorconquista))
|
|
133
|
-
|
|
134
|
-
## 2023-05-18 `9.0.0`
|
|
135
|
-
|
|
136
|
-
#### 🛠 Breaking changes
|
|
137
|
-
|
|
138
|
-
- Removed the dynamic shipping option from the `zIndex` property to use the new `zIndex` tokens in the `Sidebar` component. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
139
|
-
- Removed the dynamic shipping option from the `zIndex` property to use the new `zIndex` tokens in the `Popover` component. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
140
|
-
- Removed `sys` and `ref` prefixes from `colors` and `typrography` tokens. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
141
|
-
- Removed `level-` prefix from `boxShadow` tokens of `Box` component. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
142
|
-
- Changed `spacing` token separator prefix from `,` to `-`. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
143
|
-
- Removed the dynamic shipping option from the `borderRadius` property to use the new `shape` tokens in the `Box` component. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
144
|
-
- Removed the dynamic shipping option from the `borderWidth` property to use the new `shape` tokens in the `Box` component. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
145
|
-
- Usage tokens for `sizes` have been removed and moved to `spacing` tokens. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
146
|
-
|
|
147
|
-
#### 🎉 New features
|
|
148
|
-
|
|
149
|
-
- Added new `zIndex` tokens to components. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
150
|
-
- Added new `spacing` tokens to `padding`, `margin` and `gaps` properties of `Box` component. ([#162](https://github.com/TiendaNube/nimbus-design-system/pull/162) by [@juniorconquista](https://github.com/juniorconquista))
|
|
151
|
-
|
|
152
|
-
## 2023-05-22 `8.3.0`
|
|
153
|
-
|
|
154
|
-
#### 🎉 New features
|
|
155
|
-
|
|
156
|
-
- Added `lineClamp` property to `Text` component sprinkles. ([#157](https://github.com/TiendaNube/nimbus-design-system/pull/157) by [@juanchigallego](https://github.com/juanchigallego))
|
|
157
|
-
|
|
158
|
-
## 2023-05-08 `8.2.0`
|
|
159
|
-
|
|
160
|
-
#### 🎉 New features
|
|
161
|
-
|
|
162
|
-
- Added `padding` to `Accordion.Body` component sprinkles. ([#156](https://github.com/TiendaNube/nimbus-design-system/pull/156) by [@juniorconquista](https://github.com/juniorconquista))
|
|
163
|
-
|
|
164
|
-
## 2023-05-02 `8.1.1`
|
|
165
|
-
|
|
166
|
-
#### 🐛 Bug fixes
|
|
167
|
-
|
|
168
|
-
- Added disabled background color to `Input` component with append icon. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
|
|
169
|
-
- Remove focus styles from `Tabs` content. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
|
|
170
|
-
|
|
171
|
-
#### 🎉 New features
|
|
172
|
-
|
|
173
|
-
- Added responsive conditions to `Title` component properties. ([#152](https://github.com/TiendaNube/nimbus-design-system/pull/152) by [@juanchigallego](https://github.com/juanchigallego))
|
|
174
|
-
|
|
175
|
-
## 2023-04-13 `8.1.0`
|
|
176
|
-
|
|
177
|
-
#### 🎉 New features
|
|
178
|
-
|
|
179
|
-
- Added boxSizing property as content-box in `Table.Cell` component styles package. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista))
|
|
180
|
-
|
|
181
|
-
## 2023-07-11 `8.0.2`
|
|
182
|
-
|
|
183
|
-
### 🐛 Bug fixes
|
|
184
|
-
|
|
185
|
-
- Adding extra right padding to the modal title to prevent the title from getting overlaid by the close button. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juniorconquista](https://github.com/juniorconquista))
|
|
186
|
-
|
|
187
|
-
## 2023-04-13 `8.0.1`
|
|
188
|
-
|
|
189
|
-
#### 🎉 New features
|
|
190
|
-
|
|
191
|
-
- Added opacity property to `Link` style pack when component is disabled. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
192
|
-
- Added responsive conditions to `Text` component properties. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
193
|
-
|
|
194
|
-
#### 🐛 Bug fixes
|
|
195
|
-
|
|
196
|
-
- Removed additional margin generated in component `Card` when using subcomponent `Card.Header` without a `Card.Footer`. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
197
|
-
- Removed hover effect in `IconButton` package when component is disabled. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
198
|
-
- Added side spacing to `Modal` component package. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
199
|
-
- Added the pointerEvents property to none to the arrow icon in the `Select` component package. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
200
|
-
|
|
201
|
-
## 2023-04-02 `8.0.0`
|
|
202
|
-
|
|
203
|
-
#### 🎉 New features
|
|
204
|
-
|
|
205
|
-
- Added new shape tokens to components. ([#139](https://github.com/TiendaNube/nimbus-design-system/pull/139) by [@juniorconquista](https://github.com/juniorconquista))
|
|
206
|
-
|
|
207
|
-
#### 🛠 Breaking changes
|
|
208
|
-
|
|
209
|
-
- Refactored shadow tokens in components. ([#139](https://github.com/TiendaNube/nimbus-design-system/pull/139) by [@juniorconquista](https://github.com/juniorconquista))
|
|
210
|
-
|
|
211
|
-
## 2023-03-31 `7.1.0`
|
|
212
|
-
|
|
213
|
-
#### 🎉 New features
|
|
214
|
-
|
|
215
|
-
- Added `textDecoration` to `Box` component sprinkles. ([#136](https://github.com/TiendaNube/nimbus-design-system/pull/136) by [@juanchigallego](https://github.com/juanchigallego))
|
|
216
|
-
|
|
217
|
-
## 2023-03-27 `7.0.1`
|
|
218
|
-
|
|
219
|
-
#### 🐛 Bug fixes
|
|
220
|
-
|
|
221
|
-
- Adjusted internal spacing of components when the alert does not have the removal function. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
|
|
222
|
-
|
|
223
|
-
## 2023-02-24 `7.0.0`
|
|
224
|
-
|
|
225
|
-
#### 🛠 Breaking changes
|
|
226
|
-
|
|
227
|
-
- Refactored color tokens by removing `.` separator to `-`. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
228
|
-
|
|
229
|
-
#### 🎉 New features
|
|
230
|
-
|
|
231
|
-
- Created new css file that contains all nimbus utility classes. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
232
|
-
- Added `focusWithin` state to `Box` conditions. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
233
|
-
|
|
234
|
-
#### 💡 Others
|
|
235
|
-
|
|
236
|
-
- Refactored style classes to have more semantic names. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
237
|
-
|
|
238
|
-
## 2023-02-24 `6.13.0`
|
|
239
|
-
|
|
240
|
-
#### 🎉 New features
|
|
241
|
-
|
|
242
|
-
- Added `table-layout: fixed` css property to `Table` styles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
243
|
-
- Added breakpoint and state conditions to `width`, `maxWidth` and `minWidth` properties on `Table` sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
244
|
-
- Remove background color from `Table` header. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
245
|
-
- Added `zIndex` property to `Box` sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
246
|
-
- Added support for new `xl` breakpoint on conditions. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
247
|
-
- Added `fontWeight`, `fontSize` and `lineHeight` properties to `Title` component sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
248
|
-
- Added `sizeProperties` tokens to `Title` component sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
249
|
-
- Added `inherit` to `cursor` property values. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
250
|
-
- Added `backgroundImage`, `backgroundPosition`, `backgroundBlendMode`, `backgroundRepeat`, `backgroundSize`, `color`, `minWidth` and `minHeight` properties to `Box` sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
251
|
-
- Added `fontSize` and `lineHeight` properties to `Link` component sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
252
|
-
- Added `backgroundColor`, `color`, `zIndex`, `height` and `width` properties to `Popover` component sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juniorconquista](https://github.com/juniorconquista))
|
|
253
|
-
- Added breakpoint and state conditions to `minHeight`, `minWidth`, `flexGrow`, `order`and `alignSelf` properties on`Box` sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juniorconquista](https://github.com/juniorconquista))
|
|
254
|
-
|
|
255
|
-
#### 🐛 Bug fixes
|
|
256
|
-
|
|
257
|
-
- Added 100% width on `Input` container. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
258
|
-
- Added `overflowY: auto` on `Sidebar` container. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
|
|
259
|
-
|
|
260
|
-
## 2023-02-23 `6.12.0`
|
|
261
|
-
|
|
262
|
-
#### 🎉 New features
|
|
263
|
-
|
|
264
|
-
- Added server side-rendering support in style packs. ([#105](https://github.com/TiendaNube/nimbus-design-system/pull/105) by [@juniorconquista](https://github.com/juniorconquista))
|
|
265
|
-
|
|
266
|
-
## 2023-02-15 `6.11.0`
|
|
267
|
-
|
|
268
|
-
#### 🎉 New features
|
|
269
|
-
|
|
270
|
-
- Added `backgroundColor` to `Table` component sprinkles. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
271
|
-
|
|
272
|
-
#### 🐛 Bug fixes
|
|
273
|
-
|
|
274
|
-
- Fix sprinkles properties naming bug on `Table` and `IconButton` components. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
275
|
-
|
|
276
|
-
#### 💡 Others
|
|
277
|
-
|
|
278
|
-
- Correct line-height property on `Select` component. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
279
|
-
- Remove default margin on `Pagination` component. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
280
|
-
|
|
281
|
-
## 2023-02-10 `6.10.0`
|
|
282
|
-
|
|
283
|
-
#### 🎉 New features
|
|
284
|
-
|
|
285
|
-
- Added `none` as option in `display` sprinkles type. ([#88](https://github.com/TiendaNube/nimbus-design-system/pull/88) by [@juanchigallego](https://github.com/juanchigallego))
|
|
286
|
-
|
|
287
|
-
## 2023-02-09 `6.9.0`
|
|
288
|
-
|
|
289
|
-
#### 🎉 New features
|
|
290
|
-
|
|
291
|
-
- Added `boxShadow`, `transitionDuration`, `transitionDelay`, `transitionTimingFunction` and `transitionProperty` to `Box` component sprinkles. ([#87](https://github.com/TiendaNube/nimbus-design-system/pull/87) by [@juanchigallego](https://github.com/juanchigallego))
|
|
292
|
-
- Added `not-allowed` and `grab` options to `cursor` property. ([#87](https://github.com/TiendaNube/nimbus-design-system/pull/87) by [@juanchigallego](https://github.com/juanchigallego))
|
|
293
|
-
- Added `disabled` state to `Box` conditions. ([#87](https://github.com/TiendaNube/nimbus-design-system/pull/87) by [@juanchigallego](https://github.com/juanchigallego))
|
|
294
|
-
- Added `transparent` option to `backgroundColor` and `borderColor` sprinkles in `Box` component. ([#87](https://github.com/TiendaNube/nimbus-design-system/pull/87) by [@juanchigallego](https://github.com/juanchigallego))
|
|
295
|
-
|
|
296
|
-
## 2023-02-09 `6.8.0`
|
|
297
|
-
|
|
298
|
-
#### 🎉 New features
|
|
299
|
-
|
|
300
|
-
- Added properties present in the `@nimbus-ds/stack` package sprinkle to the component because `Stack` has been deprecated. ([#83](https://github.com/TiendaNube/nimbus-design-system/pull/83) by [@juniorconquista](https://github.com/juniorconquista))
|
|
301
|
-
|
|
302
|
-
## 2023-02-08 `6.7.0`
|
|
303
|
-
|
|
304
|
-
#### 🎉 New features
|
|
305
|
-
|
|
306
|
-
- Added `auto` margin properties from sprinkle box. ([#81](https://github.com/TiendaNube/nimbus-design-system/pull/81) by [@juniorconquista](https://github.com/juniorconquista))
|
|
307
|
-
|
|
308
|
-
## 2023-02-07 `6.6.0`
|
|
309
|
-
|
|
310
|
-
#### 🎉 New features
|
|
311
|
-
|
|
312
|
-
- Added new style pack for accordion component. [#80](https://github.com/TiendaNube/nimbus-design-system/pull/80) by [@juniorconquista](https://github.com/juniorconquista))
|
|
313
|
-
- Added overflow hidden property to card component. [#80](https://github.com/TiendaNube/nimbus-design-system/pull/80) by [@juniorconquista](https://github.com/juniorconquista))
|
|
314
|
-
- Added `pointerEvents` property in box sprinkle. ([#80](https://github.com/TiendaNube/nimbus-design-system/pull/80) by [@juniorconquista](https://github.com/juniorconquista))
|
|
315
|
-
|
|
316
|
-
## 2023-02-06 `6.5.0`
|
|
317
|
-
|
|
318
|
-
#### 🎉 New features
|
|
319
|
-
|
|
320
|
-
- Added styles for `Link.Button` subcomponent. [#78](https://github.com/TiendaNube/nimbus-design-system/pull/#78) by [@juanchigallego](https://github.com/juanchigallego))
|
|
321
|
-
- Added styles for `Button.Link` subcomponent. [#78](https://github.com/TiendaNube/nimbus-design-system/pull/#78) by [@juanchigallego](https://github.com/juanchigallego))
|
|
322
|
-
|
|
323
|
-
## 2023-02-01 `6.4.0`
|
|
324
|
-
|
|
325
|
-
#### 🎉 New features
|
|
326
|
-
|
|
327
|
-
- Added new style pack for modal component. [#77](https://github.com/TiendaNube/nimbus-design-system/pull/#77) by [@juniorconquista](https://github.com/juniorconquista))
|
|
328
|
-
|
|
329
|
-
## 2023-01-27 `6.3.0`
|
|
330
|
-
|
|
331
|
-
#### 🎉 New features
|
|
332
|
-
|
|
333
|
-
- Rename color sprinkles on `Popover` component to `neutral.background`, `primary.surfaceHighlight`, `success.surfaceHighlight`, `warning.surfaceHighlight`, `danger.surfaceHighlight` and `neutral.surfaceHighlight`. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
|
|
334
|
-
- Add `primary.interactiveHover` option to `Popover` sprinkles. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
|
|
335
|
-
- Add `neutral.background` option to `Link` styles. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
|
|
336
|
-
- Add `overflow`, `position`, `maxHeight`, `maxWidth`, `top`, `bottom`, `left` and `right` properties to `Box` sprinkles. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
|
|
337
|
-
- Add `gridArea` property to `Stack` sprinkles. ([#76](https://github.com/TiendaNube/nimbus-design-system/pull/76) by [@juanchigallego](https://github.com/juanchigallego))
|
|
338
|
-
|
|
339
|
-
## 2023-01-26 `6.2.0`
|
|
340
|
-
|
|
341
|
-
#### 🎉 New features
|
|
342
|
-
|
|
343
|
-
- Added `currentColor` color properties from sprinkle icon. ([#74](https://github.com/TiendaNube/nimbus-design-system/pull/74) by [@juniorconquista](https://github.com/juniorconquista))
|
|
344
|
-
- Added `currentColor` color properties from sprinkle spinner. ([#74](https://github.com/TiendaNube/nimbus-design-system/pull/74) by [@juniorconquista](https://github.com/juniorconquista))
|
|
345
|
-
|
|
346
|
-
## 2023-01-09 `6.1.0`
|
|
347
|
-
|
|
348
|
-
#### 🎉 New features
|
|
349
|
-
|
|
350
|
-
- Added new style pack for table component. ([#72](https://github.com/TiendaNube/nimbus-design-system/pull/72) by [@juanchigallego](https://github.com/juanchigallego))
|
|
351
|
-
- Added "small" as a new padding property. ([#72](https://github.com/TiendaNube/nimbus-design-system/pull/72) by [@juanchigallego](https://github.com/juanchigallego))
|
|
352
|
-
|
|
353
|
-
## 2022-12-23 `6.0.2`
|
|
354
|
-
|
|
355
|
-
#### 🎉 New features
|
|
356
|
-
|
|
357
|
-
- Update color rules on danger button variant. ([#71](https://github.com/TiendaNube/nimbus-design-system/pull/71) by [@juanchigallego](https://github.com/juanchigallego))
|
|
358
|
-
|
|
359
|
-
#### 🐛 Bug fixes
|
|
360
|
-
|
|
361
|
-
- Correct background color on sidebar component. ([#71](https://github.com/TiendaNube/nimbus-design-system/pull/71) by [@juanchigallego](https://github.com/juanchigallego))
|
|
362
|
-
|
|
363
|
-
## 2022-12-22 `6.0.1`
|
|
364
|
-
|
|
365
|
-
#### 🎉 New features
|
|
366
|
-
|
|
367
|
-
- Adjusted shadow tokens for dark theme support. ([#70](https://github.com/TiendaNube/nimbus-design-system/pull/70) by [@juanchigallego](https://github.com/juanchigallego))
|
|
368
|
-
|
|
369
|
-
## 2022-12-20 `6.0.0`
|
|
370
|
-
|
|
371
|
-
#### 🎉 New features
|
|
372
|
-
|
|
373
|
-
- Adjusted color tokens for dark theme. [#69](https://github.com/TiendaNube/nimbus-design-system/pull/#69) by [@juniorconquista](https://github.com/juniorconquista))
|
|
374
|
-
- Created new `ThemeProvider` component. ([#69](https://github.com/TiendaNube/nimbus-design-system/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
|
|
375
|
-
- Added `theme` property to the Component `ThemeProvider`. ([#69](https://github.com/TiendaNube/nimbus-design-system/pull/69) by [@juniorconquista](https://github.com/juniorconquista))
|
|
376
|
-
|
|
377
|
-
## 2022-12-20 `5.3.0`
|
|
378
|
-
|
|
379
|
-
#### 🎉 New features
|
|
380
|
-
|
|
381
|
-
- Added new style pack for pagination component. [#68](https://github.com/TiendaNube/nimbus-design-system/pull/#68) by [@juniorconquista](https://github.com/juniorconquista))
|
|
382
|
-
|
|
383
|
-
## 2022-12-16 `5.2.0`
|
|
384
|
-
|
|
385
|
-
#### 🎉 New features
|
|
386
|
-
|
|
387
|
-
- Add `focus` ring utility to base theme. ([#67](https://github.com/TiendaNube/nimbus-design-system/pull/67) by [@juanchigallego](https://github.com/juanchigallego))
|
|
388
|
-
- Add new color sprinkles for `surface` colors on `Icon`, `Spinner` and `Text` components. ([#67](https://github.com/TiendaNube/nimbus-design-system/pull/67) by [@juanchigallego](https://github.com/juanchigallego))
|
|
389
|
-
- Add new font weight `medium`. ([#67](https://github.com/TiendaNube/nimbus-design-system/pull/67) by [@juanchigallego](https://github.com/juanchigallego))
|
|
390
|
-
- Update styles on `Button`, `Badge`, `Checkbox`, `Chip`, `IconButton`, `Input`, `Link`, `Radio`, `Title`, `Toast`, `Toggle`, `Alert` and `Tabs` components. ([#67](https://github.com/TiendaNube/nimbus-design-system/pull/67) by [@juanchigallego](https://github.com/juanchigallego))
|
|
391
|
-
|
|
392
|
-
## 2022-12-15 `5.1.0`
|
|
393
|
-
|
|
394
|
-
### 🎉 New features
|
|
395
|
-
|
|
396
|
-
- Added `none` and `underline` options in `textDecoration` property in sprinkle link. ([#66](https://github.com/TiendaNube/nimbus-design-system/pull/66) by [@juniorconquista](https://github.com/juniorconquista))
|
|
397
|
-
|
|
398
|
-
## 2022-12-07 `5.0.0`
|
|
399
|
-
|
|
400
|
-
### 🎉 New features
|
|
401
|
-
|
|
402
|
-
- Restructuring folders and organizing style packs. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
403
|
-
- Changed build build to consume inner package `@nimbus-ds/webpack`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
404
|
-
|
|
405
|
-
### 📚 3rd party library updates
|
|
406
|
-
|
|
407
|
-
- Added `@types/glob@8`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
408
|
-
- Added `glob@8.0.3`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
409
|
-
- Added `ts-node@10.9.1`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
410
|
-
- Removed `@vanilla-extract/webpack-plugin@2.0.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
411
|
-
- Removed `mini-css-extract-plugin@2.7.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
412
|
-
- Removed `ts-loader@9.4.1`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
413
|
-
- Removed `webpack-cli@4.10.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
414
|
-
- Removed `webpack@5.74.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
|
|
415
|
-
|
|
416
|
-
## 2022-12-02 `4.20.0`
|
|
417
|
-
|
|
418
|
-
#### 🐛 Bug fixes
|
|
419
|
-
|
|
420
|
-
- Fixed minimum package size of checkbox and radio components. ([#62](https://github.com/TiendaNube/nimbus-design-system/pull/62) by [@juniorconquista](https://github.com/juniorconquista))
|
|
421
|
-
|
|
422
|
-
## 2022-12-01 `4.19.0`
|
|
423
|
-
|
|
424
|
-
#### 🎉 New features
|
|
425
|
-
|
|
426
|
-
- Added `zIndex` property in sidebar sprinkle. ([#61](https://github.com/TiendaNube/nimbus-design-system/pull/61) by [@juniorconquista](https://github.com/juniorconquista))
|
|
427
|
-
- Added `size`, `backgroundColor` and `borderColor` properties in iconButton sprinkle. ([#61](https://github.com/TiendaNube/nimbus-design-system/pull/61) by [@juniorconquista](https://github.com/juniorconquista))
|
|
428
|
-
|
|
429
|
-
#### 💡 Others
|
|
430
|
-
|
|
431
|
-
- Refactored link component style pack. ([#61](https://github.com/TiendaNube/nimbus-design-system/pull/61) by [@juniorconquista](https://github.com/juniorconquista))
|
|
432
|
-
|
|
433
|
-
## 2022-11-24 `4.18.0`
|
|
434
|
-
|
|
435
|
-
#### 🎉 New features
|
|
436
|
-
|
|
437
|
-
- Added `border-box` and `content-box` boxSizing properties in box sprinkle. ([#58](https://github.com/TiendaNube/nimbus-design-system/pull/58) by [@juniorconquista](https://github.com/juniorconquista))
|
|
438
|
-
- Added `maxWidth` property in sidebar sprinkle. ([#58](https://github.com/TiendaNube/nimbus-design-system/pull/58) by [@juniorconquista](https://github.com/juniorconquista))
|
|
439
|
-
|
|
440
|
-
### 🎉 New features
|
|
441
|
-
|
|
442
|
-
## 2022-11-18 `4.17.0`
|
|
443
|
-
|
|
444
|
-
### 📚 3rd party library updates
|
|
445
|
-
|
|
446
|
-
- Updated `@vanilla-extract/css@1.9.2`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
447
|
-
- Updated `@vanilla-extract/recipes@0.3.0`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
448
|
-
- Updated `@vanilla-extract/sprinkles@1.5.1`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
449
|
-
- Updated `@vanilla-extract/webpack-plugin@2.2.0`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
450
|
-
- Updated `mini-css-extract-plugin@2.7.0`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
451
|
-
- Updated `rainbow-sprinkles@0.14.0`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
452
|
-
- Updated `ts-loader@9.4.1`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
453
|
-
- Updated `webpack@5.75.0`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
454
|
-
- Updated `webpack-cli@5.0.0`. ([#57](https://github.com/TiendaNube/nimbus-design-system/pull/#57) by [@juniorconquista](https://github.com/juniorconquista))
|
|
455
|
-
|
|
456
|
-
## 2022-11-16 `4.16.0`
|
|
457
|
-
|
|
458
|
-
### 🎉 New features
|
|
459
|
-
|
|
460
|
-
- Added new style pack for sidebar component. ([#56](https://github.com/TiendaNube/nimbus-design-system/pull/#56) by [@juniorconquista](https://github.com/juniorconquista))
|
|
461
|
-
|
|
462
|
-
#### 🐛 Bug fixes
|
|
463
|
-
|
|
464
|
-
- Added `box-sizing` to box component styling. ([#56](https://github.com/TiendaNube/nimbus-design-system/pull/#56) by [@juniorconquista](https://github.com/juniorconquista))
|
|
465
|
-
|
|
466
|
-
## 2022-11-14 `4.15.0`
|
|
467
|
-
|
|
468
|
-
### 🎉 New features
|
|
469
|
-
|
|
470
|
-
- Added new style pack for tabs component. [#54](https://github.com/TiendaNube/nimbus-design-system/pull/#54) by [@juanchigallego](https://github.com/juanchigallego))
|
|
471
|
-
|
|
472
|
-
## 2022-11-09 `4.14.1`
|
|
473
|
-
|
|
474
|
-
#### 🐛 Bug fixes
|
|
475
|
-
|
|
476
|
-
- Fixed typing of box and stack packages. ([#53](https://github.com/TiendaNube/nimbus-design-system/pull/#53) by [@juniorconquista](https://github.com/juniorconquista))
|
|
477
|
-
|
|
478
|
-
### 🎉 New features
|
|
479
|
-
|
|
480
|
-
- Added `auto` and `pointer` cursor properties in icon sprinkle. ([#53](https://github.com/TiendaNube/nimbus-design-system/pull/53) by [@juniorconquista](https://github.com/juniorconquista))
|
|
481
|
-
|
|
482
|
-
## 2022-11-02 `4.14.0`
|
|
483
|
-
|
|
484
|
-
### 🎉 New features
|
|
485
|
-
|
|
486
|
-
- Added new style pack for card component. ([#52](https://github.com/TiendaNube/nimbus-design-system/pull/#52) by [@juniorconquista](https://github.com/juniorconquista))
|
|
487
|
-
|
|
488
|
-
## 2022-10-28 `4.13.0`
|
|
489
|
-
|
|
490
|
-
### 🎉 New features
|
|
491
|
-
|
|
492
|
-
- Added new style pack for file uploader component. ([#51](https://github.com/TiendaNube/nimbus-design-system/pull/51) by [@juniorconquista](https://github.com/juniorconquista))
|
|
493
|
-
|
|
494
|
-
## 2022-10-26 `4.12.0` - `4.11.0`
|
|
495
|
-
|
|
496
|
-
### 🎉 New features
|
|
497
|
-
|
|
498
|
-
- Added new style pack for alert component. ([#50](https://github.com/TiendaNube/nimbus-design-system/pull/50) by [@juanchigallego](https://github.com/juanchigallego))
|
|
499
|
-
- Added new colors `primary.textLow`, `success.textLow`, `warning.textLow`, `danger.textLow` and `neutral.textLow` to title component. ([#50](https://github.com/TiendaNube/nimbus-design-system/pull/50) by [@juanchigallego](https://github.com/juanchigallego))
|
|
500
|
-
- Added new style pack for thumbnail component. ([#49](https://github.com/TiendaNube/nimbus-design-system/pull/49) by [@juniorconquista](https://github.com/juniorconquista))
|
|
501
|
-
|
|
502
|
-
## 2022-10-21 `4.10.0`
|
|
503
|
-
|
|
504
|
-
### 🎉 New features
|
|
505
|
-
|
|
506
|
-
- Added new styles for positioning the arrow in positions `right-start`, `right-end`, `left-start` and `left-end`. ([#45](https://github.com/TiendaNube/nimbus-design-system/pull/45) by [@juniorconquista](https://github.com/juniorconquista))
|
|
507
|
-
|
|
508
|
-
#### 💡 Others
|
|
509
|
-
|
|
510
|
-
- Removed styles so that the popover container has a maximum width relative to its anchor size. ([#45](https://github.com/TiendaNube/nimbus-design-system/pull/45) by [@juniorconquista](https://github.com/juniorconquista))
|
|
511
|
-
|
|
512
|
-
## 2022-10-20 `4.9.0`
|
|
513
|
-
|
|
514
|
-
### 🎉 New features
|
|
515
|
-
|
|
516
|
-
- Added new style pack for input component. ([#42](https://github.com/TiendaNube/nimbus-design-system/pull/42) by [@juniorconquista](https://github.com/juniorconquista))
|
|
517
|
-
- Added `neutral.textDisabled` color properties from sprinkle icon. ([#42](https://github.com/TiendaNube/nimbus-design-system/pull/42) by [@juniorconquista](https://github.com/juniorconquista))
|
|
518
|
-
|
|
519
|
-
## 2022-10-18 `4.8.0`
|
|
520
|
-
|
|
521
|
-
### 🎉 New features
|
|
522
|
-
|
|
523
|
-
- Added new style pack for textarea component. ([#41](https://github.com/TiendaNube/nimbus-design-system/pull/41) by [@juanchigallego](https://github.com/juanchigallego))
|
|
524
|
-
|
|
525
|
-
#### 💡 Others
|
|
526
|
-
|
|
527
|
-
- Adjust focus styles on select component. ([#41](https://github.com/TiendaNube/nimbus-design-system/pull/41) by [@juanchigallego](https://github.com/juanchigallego))
|
|
528
|
-
|
|
529
|
-
## 2022-10-14 `4.7.0`
|
|
530
|
-
|
|
531
|
-
### 🎉 New features
|
|
532
|
-
|
|
533
|
-
- Added new style pack for select component. ([#39](https://github.com/TiendaNube/nimbus-design-system/pull/39) by [@juanchigallego](https://github.com/juanchigallego))
|
|
534
|
-
- Added new style pack for stack component. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
535
|
-
- Added box-shadow to popover arrow. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
536
|
-
|
|
537
|
-
#### 💡 Others
|
|
538
|
-
|
|
539
|
-
- Added styles so that the popover container has a maximum width relative to its anchor size. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
540
|
-
- Added styles so that the tooltip container has a maximum width relative to its anchor size. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
541
|
-
|
|
542
|
-
## 2022-10-11 `4.6.0`
|
|
543
|
-
|
|
544
|
-
### 🎉 New features
|
|
545
|
-
|
|
546
|
-
- Added new style pack for box component. ([#38](https://github.com/TiendaNube/nimbus-design-system/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
|
|
547
|
-
- Added new breakpoint tokens to theme base. ([#38](https://github.com/TiendaNube/nimbus-design-system/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
|
|
548
|
-
|
|
549
|
-
### 📚 3rd party library updates
|
|
550
|
-
|
|
551
|
-
- Added `rainbow-sprinkles@0.13.0`. ([#38](https://github.com/TiendaNube/nimbus-design-system/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
|
|
552
|
-
|
|
553
|
-
## 2022-10-06 `4.5.0`
|
|
554
|
-
|
|
555
|
-
### 🎉 New features
|
|
556
|
-
|
|
557
|
-
- Added new style pack for popover component. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
558
|
-
- Added new shadow tokens to theme base. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
559
|
-
|
|
560
|
-
#### 💡 Others
|
|
561
|
-
|
|
562
|
-
- Refactored tooltip package color scheme. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
563
|
-
|
|
564
|
-
## 2022-10-05 `4.4.0`
|
|
565
|
-
|
|
566
|
-
### 🎉 New features
|
|
567
|
-
|
|
568
|
-
- Added new style pack for radio component. ([#36](https://github.com/TiendaNube/nimbus-design-system/pull/36) by [@juniorconquista](https://github.com/juniorconquista))
|
|
569
|
-
|
|
570
|
-
## 2022-10-03 `4.3.0`
|
|
571
|
-
|
|
572
|
-
### 🎉 New features
|
|
573
|
-
|
|
574
|
-
- Added new style pack for link component. ([#35](https://github.com/TiendaNube/nimbus-design-system/pull/35) by [@juanchigallego](https://github.com/juanchigallego))
|
|
575
|
-
|
|
576
|
-
## 2022-10-01 `4.2.0`
|
|
577
|
-
|
|
578
|
-
### 🎉 New features
|
|
579
|
-
|
|
580
|
-
- Added new style pack for tooltip component. ([#34](https://github.com/TiendaNube/nimbus-design-system/pull/34) by [@juniorconquista](https://github.com/juniorconquista))
|
|
581
|
-
|
|
582
|
-
## 2022-09-30 `4.1.0`
|
|
583
|
-
|
|
584
|
-
### 🎉 New features
|
|
585
|
-
|
|
586
|
-
- Added new style pack for list component. ([#33](https://github.com/TiendaNube/nimbus-design-system/pull/33) by [@juanchigallego](https://github.com/juanchigallego))
|
|
587
|
-
|
|
588
|
-
## 2022-09-28 `4.0.0`
|
|
589
|
-
|
|
590
|
-
### 🎉 New features
|
|
591
|
-
|
|
592
|
-
- Added new style pack for button component. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
593
|
-
- Added surface and light theme variations. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
594
|
-
- Added `neutral.background` color properties from sprinkle sppiner. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
595
|
-
- Added `currentColor` color properties from sprinkle text. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
596
|
-
|
|
597
|
-
#### 💡 Others
|
|
598
|
-
|
|
599
|
-
- Removed background colors from `primary`, `success`, `warning` and `danger` scales for basic and dark themes. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
600
|
-
- Removed `primary.background`, `danger.background`, `success.background`, `waring.background` properties from sprinkle colors. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
601
|
-
- Removed `primary.background`, `danger.background`, `success.background`, `waring.background` color properties from sprinkle icon. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
602
|
-
- Removed `primary.background`, `danger.background`, `success.background`, `waring.background` color properties from sprinkle text. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
603
|
-
|
|
604
|
-
## 2022-09-27 `3.2.0` - `3.1.0`
|
|
605
|
-
|
|
606
|
-
### 🎉 New features
|
|
607
|
-
|
|
608
|
-
- Added new style pack for toggle component. ([#31](https://github.com/TiendaNube/nimbus-design-system/pull/31) by [@juniorconquista](https://github.com/juniorconquista))
|
|
609
|
-
- Added transition animation in chip pack styles. ([#30](https://github.com/TiendaNube/nimbus-design-system/pull/30) by [@juniorconquista](https://github.com/juniorconquista))
|
|
610
|
-
- Added new style pack for icon button component. ([#30](https://github.com/TiendaNube/nimbus-design-system/pull/30) by [@juniorconquista](https://github.com/juniorconquista))
|
|
611
|
-
|
|
612
|
-
## 2022-09-24 `3.0.0` - `2.4.0`
|
|
613
|
-
|
|
614
|
-
#### 💡 Others
|
|
615
|
-
|
|
616
|
-
- Refactored typography spacing sizes and tokens. ([#29](https://github.com/TiendaNube/nimbus-design-system/pull/29) by [@juniorconquista](https://github.com/juniorconquista))
|
|
617
|
-
|
|
618
|
-
### 🎉 New features
|
|
619
|
-
|
|
620
|
-
- Added new interactive color properties to the sprinkle icon. ([#28](https://github.com/TiendaNube/nimbus-design-system/pull/28) by [@juniorconquista](https://github.com/juniorconquista))
|
|
621
|
-
- Added new style pack for checkbox component. ([#28](https://github.com/TiendaNube/nimbus-design-system/pull/28) by [@juniorconquista](https://github.com/juniorconquista))
|
|
622
|
-
- Added new `text-disabled` and `surface-disabled` colors to the neutral color palette in themes. ([#28](https://github.com/TiendaNube/nimbus-design-system/pull/28) by [@juniorconquista](https://github.com/juniorconquista))
|
|
623
|
-
|
|
624
|
-
## 2022-09-21 `2.3.1`
|
|
625
|
-
|
|
626
|
-
### 🎉 New features
|
|
627
|
-
|
|
628
|
-
- Added new style pack for toast component. ([#27](https://github.com/TiendaNube/nimbus-design-system/pull/27) by [@juniorconquista](https://github.com/juniorconquista))
|
|
629
|
-
- Added new animation tokens to theme base. ([#27](https://github.com/TiendaNube/nimbus-design-system/pull/27) by [@juniorconquista](https://github.com/juniorconquista))
|
|
630
|
-
|
|
631
|
-
## 2022-09-16 `2.3.0`
|
|
632
|
-
|
|
633
|
-
### 🎉 New features
|
|
634
|
-
|
|
635
|
-
- Added new style pack for label component. ([#26](https://github.com/TiendaNube/nimbus-design-system/pull/26) by [@juanchigallego](https://github.com/juanchigallego))
|
|
636
|
-
|
|
637
|
-
## 2022-09-13 `2.2.0`
|
|
638
|
-
|
|
639
|
-
### 🎉 New features
|
|
640
|
-
|
|
641
|
-
- Added new style pack for spinner component. ([#25](https://github.com/TiendaNube/nimbus-design-system/pull/25) by [@juniorconquista](https://github.com/juniorconquista))
|
|
642
|
-
|
|
643
|
-
## 2022-09-12 `2.1.0`
|
|
644
|
-
|
|
645
|
-
### 🎉 New features
|
|
646
|
-
|
|
647
|
-
- Global theme contract created. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
648
|
-
- Added new `textAlign` sprinkle pack. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
649
|
-
- Added new `textAlign` sprinkle in `Title` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
650
|
-
- Added new `textAlign`, `fontSize`, `lineHeight` and `fontWeight` sprinkle in `Text` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
651
|
-
|
|
652
|
-
#### 💡 Others
|
|
653
|
-
|
|
654
|
-
- Removed `textAlign` variant in `Title` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
655
|
-
- Removed `textAlign`, `size`, `lineHeight` and `bold` variant in `Text` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
656
|
-
- Removed `textAlign` variant in `Tag` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
657
|
-
- Removed `textAlign` variant in `Badge` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
658
|
-
|
|
659
|
-
## 2022-09-01 `2.0.0`
|
|
660
|
-
|
|
661
|
-
### 📚 3rd party library updates
|
|
662
|
-
|
|
663
|
-
- Updated `@vanilla-extract/webpack-plugin@2.1.12`. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
664
|
-
- Updated `@vanilla-extract/css@1.7.3`. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
665
|
-
- Added `@vanilla-extract/sprinkles@1.4.1`. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
666
|
-
|
|
667
|
-
#### 💡 Others
|
|
668
|
-
|
|
669
|
-
- Restructured folders and style organization concepts. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
670
|
-
|
|
671
|
-
### 🎉 New features
|
|
672
|
-
|
|
673
|
-
- Added new style pack for chip component. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
674
|
-
- Added new style pack for icon component. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
675
|
-
|
|
676
|
-
## 2022-08-25 `1.3.0`
|
|
677
|
-
|
|
678
|
-
### 🎉 New features
|
|
679
|
-
|
|
680
|
-
- Added new style pack for badge component. ([#19](https://github.com/TiendaNube/nimbus-design-system/pull/19) by [@juniorconquista](https://github.com/juniorconquista))
|
|
681
|
-
|
|
682
|
-
## 2022-08-24 `1.2.0`
|
|
683
|
-
|
|
684
|
-
### 🎉 New features
|
|
685
|
-
|
|
686
|
-
- Added new style pack for tag component. ([#17](https://github.com/TiendaNube/nimbus-design-system/pull/17) by [@juniorconquista](https://github.com/juniorconquista))
|
|
687
|
-
|
|
688
|
-
#### 🐛 Bug fixes
|
|
689
|
-
|
|
690
|
-
- Changed `text` component appearance tokens from interactive color variations to low colors. ([#17](https://github.com/TiendaNube/nimbus-design-system/pull/17) by [@juniorconquista](https://github.com/juniorconquista))
|
|
691
|
-
|
|
692
|
-
## 2022-08-22 `1.1.0`
|
|
693
|
-
|
|
694
|
-
### 🎉 New features
|
|
695
|
-
|
|
696
|
-
- Added new style pack for skeleton component. ([#15](https://github.com/TiendaNube/nimbus-design-system/pull/15) by [@juniorconquista](https://github.com/juniorconquista))
|
|
697
|
-
|
|
698
|
-
## 2022-08-21 `1.0.1`
|
|
699
|
-
|
|
700
|
-
### 🎉 New features
|
|
701
|
-
|
|
702
|
-
- Added success, warning, danger, neutral color system. ([#13](https://github.com/TiendaNube/nimbus-design-system/pull/13) by [@juniorconquista](https://github.com/juniorconquista))
|
|
703
|
-
- Added font size and line height system small, caption, base. ([#13](https://github.com/TiendaNube/nimbus-design-system/pull/13) by [@juniorconquista](https://github.com/juniorconquista))
|
|
704
|
-
- Added new style pack for text component. ([#13](https://github.com/TiendaNube/nimbus-design-system/pull/13) by [@juniorconquista](https://github.com/juniorconquista))
|
|
705
|
-
|
|
706
|
-
## 2022-08-09 `1.0.0`
|
|
707
|
-
|
|
708
|
-
### 📚 3rd party library updates
|
|
709
|
-
|
|
710
|
-
- Added `@vanilla-extract/babel-plugin@1.1.7`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
711
|
-
- Added `@vanilla-extract/css@1.7.2`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
712
|
-
- Added `@vanilla-extract/recipes@0.2.5`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
713
|
-
- Added `@vanilla-extract/webpack-plugin@2.1.11`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
714
|
-
- Added `terser-webpack-plugin@5.3.5`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
715
|
-
- Added `ts-loader@9.3.1`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
716
|
-
- Added `typescript@4.7.4`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
717
|
-
- Added `webpack@5.74.0`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
718
|
-
- Added `webpack-cli@4.10.0`. ([#11](https://github.com/TiendaNube/nimbus-design-system/pull/11) by [@juniorconquista](https://github.com/juniorconquista))
|
|
719
|
-
|
|
720
|
-
<!-- ### 📚 3rd party library updates -->
|
|
721
|
-
|
|
722
|
-
<!-- #### 🛠 Breaking changes -->
|
|
723
|
-
|
|
724
|
-
<!-- ### 🎉 New features -->
|
|
725
|
-
|
|
726
|
-
<!-- #### 🐛 Bug fixes -->
|
|
727
|
-
|
|
728
|
-
<!-- #### 💡 Others -->
|
|
729
|
-
|
|
730
|
-
<!-- ### ⚠️ Notices -->
|