@nimbus-ds/styles 9.42.1 → 9.44.0-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 +14 -1
- package/dist/CHANGELOG.md +14 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +22 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2025-12-
|
|
5
|
+
## 2025-12-09 `9.44.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `FileUploader`: Added styles for the overlay component. ([#387](https://github.com/TiendaNube/nimbus-design-system/pull/387) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
## 2025-12-02 `9.43.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- `Checkbox`: Added `aiGenerated` state with gradient border and AI-specific focus ring to highlight when the checkbox value was generated by AI. ([#386](https://github.com/TiendaNube/nimbus-design-system/pull/386) by [@jffs](https://github.com/jffs))
|
|
16
|
+
|
|
17
|
+
## 2025-12-01 `9.42.0`
|
|
6
18
|
|
|
7
19
|
### 🐛 Bug fixes
|
|
8
20
|
|
|
9
21
|
- `ScrollPane`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
10
22
|
- `SegmentedControl`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
11
23
|
- `Link`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
24
|
+
- `IconButton`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
12
25
|
- `Checkbox`: Fixed focus ring styles to match design system, movingthe focus ring to the checkbox square instead of the parent container and displaying it only when needed. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
13
26
|
- `Input`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
14
27
|
- `Radio`: Fixed focus ring styles to match design system, moving the focus ring to the radio circle instead of the parent container and displaying it only when needed. Also fixes Radio As Button focus not being applied. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2025-12-
|
|
5
|
+
## 2025-12-09 `9.44.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `FileUploader`: Added styles for the overlay component. ([#387](https://github.com/TiendaNube/nimbus-design-system/pull/387) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
## 2025-12-02 `9.43.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- `Checkbox`: Added `aiGenerated` state with gradient border and AI-specific focus ring to highlight when the checkbox value was generated by AI. ([#386](https://github.com/TiendaNube/nimbus-design-system/pull/386) by [@jffs](https://github.com/jffs))
|
|
16
|
+
|
|
17
|
+
## 2025-12-01 `9.42.0`
|
|
6
18
|
|
|
7
19
|
### 🐛 Bug fixes
|
|
8
20
|
|
|
9
21
|
- `ScrollPane`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
10
22
|
- `SegmentedControl`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
11
23
|
- `Link`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
24
|
+
- `IconButton`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
12
25
|
- `Checkbox`: Fixed focus ring styles to match design system, movingthe focus ring to the checkbox square instead of the parent container and displaying it only when needed. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
13
26
|
- `Input`: Fixed focus ring styles to match design system. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|
|
14
27
|
- `Radio`: Fixed focus ring styles to match design system, moving the focus ring to the radio circle instead of the parent container and displaying it only when needed. Also fixes Radio As Button focus not being applied. ([#385](https://github.com/TiendaNube/nimbus-design-system/pull/385) by [@joacotornello](https://github.com/joacotornello))
|