@nimbus-ds/styles 9.67.0 → 9.68.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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-08-12 `9.68.0`
6
+
7
+ #### 🛠 Reverted changes
8
+
9
+ - Reverts [#496](https://github.com/TiendaNube/nimbus-design-system/pull/496): the `title` sprinkle `color` is again limited to heading-appropriate values, dropping `currentColor`, every `*-surface`, `success-interactive`, `success-interactivePressed`, `neutral-interactive` and `neutral-textDisabled`. The documented default returns to `neutral-textLow`. ([#515](https://github.com/TiendaNube/nimbus-design-system/pull/515) by [@lichademarchi](https://github.com/lichademarchi))
10
+ - Removes the `typographyColorProperties` and `typographyAiColors` exports: Text and Title each own their color map again, so a change to one can no longer alter the other. Text's palette is unchanged. ([#515](https://github.com/TiendaNube/nimbus-design-system/pull/515) by [@lichademarchi](https://github.com/lichademarchi))
11
+
5
12
  ## 2026-08-07 `9.67.0`
6
13
 
7
14
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-08-12 `9.68.0`
6
+
7
+ #### 🛠 Reverted changes
8
+
9
+ - Reverts [#496](https://github.com/TiendaNube/nimbus-design-system/pull/496): the `title` sprinkle `color` is again limited to heading-appropriate values, dropping `currentColor`, every `*-surface`, `success-interactive`, `success-interactivePressed`, `neutral-interactive` and `neutral-textDisabled`. The documented default returns to `neutral-textLow`. ([#515](https://github.com/TiendaNube/nimbus-design-system/pull/515) by [@lichademarchi](https://github.com/lichademarchi))
10
+ - Removes the `typographyColorProperties` and `typographyAiColors` exports: Text and Title each own their color map again, so a change to one can no longer alter the other. Text's palette is unchanged. ([#515](https://github.com/TiendaNube/nimbus-design-system/pull/515) by [@lichademarchi](https://github.com/lichademarchi))
11
+
5
12
  ## 2026-08-07 `9.67.0`
6
13
 
7
14
  #### 🎉 New features