@nimbus-ds/components 5.5.0 → 5.5.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,12 @@
2
2
 
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop’s team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
+ ## 2024-03-01 `5.4.2`
6
+
7
+ ### 🎉 New features
8
+
9
+ - Add `neutral-background` option to `color` properties on `Title` component. ([#224](https://github.com/TiendaNube/nimbus-design-system/pull/224) by [@juanchigallego](https://github.com/juanchigallego))
10
+
5
11
  ## 2024-02-07 `5.4.1`
6
12
 
7
13
  ### 🐛 Bug fixes
package/dist/index.d.ts CHANGED
@@ -1323,6 +1323,7 @@ declare const propertiesTitle: {
1323
1323
  "danger-textLow": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
1324
1324
  "neutral-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
1325
1325
  "neutral-textLow": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
1326
+ "neutral-background": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
1326
1327
  };
1327
1328
  textAlign: TextAlign[];
1328
1329
  fontSize: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/components",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [