@nimbus-ds/styles 9.55.0 → 9.56.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 +18 -1
- package/dist/CHANGELOG.md +18 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +45 -43
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2026-02-
|
|
5
|
+
## 2026-02-09 `9.56.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `TimePicker`: Added `TimePicker` component for time selection with scroll and dropdown modes, 12h and 24h formats, AM/PM toggle, time constraints, step intervals, keyboard navigation, and full accessibility support. ([#414](https://github.com/TiendaNube/nimbus-design-system/pull/414) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
## 2026-02-04 `9.55.1`
|
|
12
|
+
|
|
13
|
+
#### 🐛 Bug fixes
|
|
14
|
+
|
|
15
|
+
- `Slider`: Updated track height from 8px to 4px according to Figma specs. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
16
|
+
- `Slider`: Updated thumb design to white background with 2px blue border (was solid blue). ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
17
|
+
- `Slider`: Updated disabled thumb to white background with 2px gray border. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
18
|
+
- `Slider`: Updated disabled fill color to neutral.surfaceHighlight for better contrast. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
19
|
+
- `Slider`: Updated spacing between slider track and bottom labels to 12px. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
20
|
+
- `Slider`: Fixed disabled fill not rendering correctly by properly extending baseFill styles. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
21
|
+
|
|
22
|
+
## 2026-02-04 `9.55.0`
|
|
6
23
|
|
|
7
24
|
#### 🎉 New features
|
|
8
25
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2026-02-
|
|
5
|
+
## 2026-02-09 `9.56.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `TimePicker`: Added `TimePicker` component for time selection with scroll and dropdown modes, 12h and 24h formats, AM/PM toggle, time constraints, step intervals, keyboard navigation, and full accessibility support. ([#414](https://github.com/TiendaNube/nimbus-design-system/pull/414) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
## 2026-02-04 `9.55.1`
|
|
12
|
+
|
|
13
|
+
#### 🐛 Bug fixes
|
|
14
|
+
|
|
15
|
+
- `Slider`: Updated track height from 8px to 4px according to Figma specs. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
16
|
+
- `Slider`: Updated thumb design to white background with 2px blue border (was solid blue). ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
17
|
+
- `Slider`: Updated disabled thumb to white background with 2px gray border. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
18
|
+
- `Slider`: Updated disabled fill color to neutral.surfaceHighlight for better contrast. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
19
|
+
- `Slider`: Updated spacing between slider track and bottom labels to 12px. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
20
|
+
- `Slider`: Fixed disabled fill not rendering correctly by properly extending baseFill styles. ([#417](https://github.com/TiendaNube/nimbus-design-system/pull/417) by [@noecondoleo](https://github.com/noecondoleo))
|
|
21
|
+
|
|
22
|
+
## 2026-02-04 `9.55.0`
|
|
6
23
|
|
|
7
24
|
#### 🎉 New features
|
|
8
25
|
|