@nimbus-ds/styles 9.62.2-rc.1 → 9.62.4-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 +26 -0
- package/dist/CHANGELOG.md +26 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +56 -40
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/dist/themes/next-dark.css +1 -1
- package/dist/themes/next.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2026-04-10 `9.62.3`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- `Tooltip`: Removed CSS `@keyframes` enter animation; animation is now fully handled by `useTransitionStyles` in the component layer.
|
|
10
|
+
- `Popover`: Same as Tooltip — removed `@keyframes` enter animation.
|
|
11
|
+
- `Toast`: Replaced hardcoded `box-shadow` value with `varsThemeBase.shadow.level[1]` token.
|
|
12
|
+
|
|
13
|
+
## 2026-04-06 `9.62.2`
|
|
14
|
+
|
|
15
|
+
#### 🎉 New features
|
|
16
|
+
|
|
17
|
+
- Theme: Exposed `varsThemeBase.motion.duration` and `varsThemeBase.motion.easing` from new tokens; added `transitionDurationProperties` and `transitionEasingProperties` in style property helpers. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
18
|
+
|
|
19
|
+
#### 🐛 Bug fixes
|
|
20
|
+
|
|
21
|
+
- `Thumbnail`: Empty state uses `neutral.surfaceHighlight` fill; root container is transparent so image thumbs match Figma NUI (19812-50137); placeholder layout uses flex grow. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
22
|
+
|
|
23
|
+
#### 🐛 Bug fixes
|
|
24
|
+
|
|
25
|
+
- `Textarea`: Aligned with Input/Select NUI (Figma 6535-183031)—`shape.border.radius.base`; focus ring `0 0 0 2px` with semantic stroke color per appearance; hover and filled (`:not(:placeholder-shown)`) states for success, warning, and danger; disabled border `neutral.interactive`; removed `utils.focus` / primary pressed border on focus; `ai-generative` keeps gradient with focus ring only; `aiGenerated` drops glow when disabled and shows focus ring when focused. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
26
|
+
- `Select`: Border radius `shape.border.radius.base` (6px) and fixed `1.75rem` (28px) border-box height; vertical padding `0.3125rem` (5px) so line-height `1rem` + 1px borders fit; `padding: 0` reset and `min/max-height` so native `<select>` does not keep ~8px UA padding (Figma 19797-4859). ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
27
|
+
- `MultiSelect`: Trigger border radius aligned with `Select` (`radius.base`). ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
28
|
+
- `Radio`: Label and label content use `align-items: center` so the 16px control centers with caption line-height text. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
29
|
+
- `Radio`: Selected inner dot centered with `position: absolute` + `translate(-50%,-50%)` and exact `0.5625rem` (9px) size; checkmark uses `box-sizing: border-box` and `display: block` so the ring is not skewed by flex baseline. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
30
|
+
|
|
5
31
|
## 2026-04-06 `9.62.1`
|
|
6
32
|
|
|
7
33
|
#### 🐛 Bug fixes
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2026-04-10 `9.62.3`
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug fixes
|
|
8
|
+
|
|
9
|
+
- `Tooltip`: Removed CSS `@keyframes` enter animation; animation is now fully handled by `useTransitionStyles` in the component layer.
|
|
10
|
+
- `Popover`: Same as Tooltip — removed `@keyframes` enter animation.
|
|
11
|
+
- `Toast`: Replaced hardcoded `box-shadow` value with `varsThemeBase.shadow.level[1]` token.
|
|
12
|
+
|
|
13
|
+
## 2026-04-06 `9.62.2`
|
|
14
|
+
|
|
15
|
+
#### 🎉 New features
|
|
16
|
+
|
|
17
|
+
- Theme: Exposed `varsThemeBase.motion.duration` and `varsThemeBase.motion.easing` from new tokens; added `transitionDurationProperties` and `transitionEasingProperties` in style property helpers. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
18
|
+
|
|
19
|
+
#### 🐛 Bug fixes
|
|
20
|
+
|
|
21
|
+
- `Thumbnail`: Empty state uses `neutral.surfaceHighlight` fill; root container is transparent so image thumbs match Figma NUI (19812-50137); placeholder layout uses flex grow. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
22
|
+
|
|
23
|
+
#### 🐛 Bug fixes
|
|
24
|
+
|
|
25
|
+
- `Textarea`: Aligned with Input/Select NUI (Figma 6535-183031)—`shape.border.radius.base`; focus ring `0 0 0 2px` with semantic stroke color per appearance; hover and filled (`:not(:placeholder-shown)`) states for success, warning, and danger; disabled border `neutral.interactive`; removed `utils.focus` / primary pressed border on focus; `ai-generative` keeps gradient with focus ring only; `aiGenerated` drops glow when disabled and shows focus ring when focused. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
26
|
+
- `Select`: Border radius `shape.border.radius.base` (6px) and fixed `1.75rem` (28px) border-box height; vertical padding `0.3125rem` (5px) so line-height `1rem` + 1px borders fit; `padding: 0` reset and `min/max-height` so native `<select>` does not keep ~8px UA padding (Figma 19797-4859). ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
27
|
+
- `MultiSelect`: Trigger border radius aligned with `Select` (`radius.base`). ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
28
|
+
- `Radio`: Label and label content use `align-items: center` so the 16px control centers with caption line-height text. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
29
|
+
- `Radio`: Selected inner dot centered with `position: absolute` + `translate(-50%,-50%)` and exact `0.5625rem` (9px) size; checkmark uses `box-sizing: border-box` and `display: block` so the ring is not skewed by flex baseline. ([#455](https://github.com/TiendaNube/nimbus-design-system/pull/455) by [@noecondoleo](https://github.com/noecondoleo))
|
|
30
|
+
|
|
5
31
|
## 2026-04-06 `9.62.1`
|
|
6
32
|
|
|
7
33
|
#### 🐛 Bug fixes
|