@nimbus-ds/styles 9.67.0 → 9.68.1-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 CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-09-08 `9.68.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - Adds `-webkit-font-smoothing: antialiased` and `-moz-osx-font-smoothing: grayscale` globally, so Geist renders at the same visual weight in the browser as it does in Figma on macOS. ([#556](https://github.com/TiendaNube/nimbus-design-system/pull/556) by [@FedeTrevi-se](https://github.com/FedeTrevi-se))
10
+
11
+ ## 2026-08-12 `9.68.0`
12
+
13
+ #### 🛠 Reverted changes
14
+
15
+ - 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))
16
+ - 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))
17
+
5
18
  ## 2026-08-07 `9.67.0`
6
19
 
7
20
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  Nimbus Styles deprive all styles needed to build nimbus components.
4
4
 
5
+ ## 2026-09-08 `9.68.1`
6
+
7
+ #### 🐛 Bug fixes
8
+
9
+ - Adds `-webkit-font-smoothing: antialiased` and `-moz-osx-font-smoothing: grayscale` globally, so Geist renders at the same visual weight in the browser as it does in Figma on macOS. ([#556](https://github.com/TiendaNube/nimbus-design-system/pull/556) by [@FedeTrevi-se](https://github.com/FedeTrevi-se))
10
+
11
+ ## 2026-08-12 `9.68.0`
12
+
13
+ #### 🛠 Reverted changes
14
+
15
+ - 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))
16
+ - 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))
17
+
5
18
  ## 2026-08-07 `9.67.0`
6
19
 
7
20
  #### 🎉 New features