@nimbus-ds/styles 6.13.0-rc.4 → 6.13.0-rc.6

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
@@ -8,6 +8,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
8
8
 
9
9
  - Added `table-layout: fixed` css property to `Table` styles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
10
10
  - Added breakpoint and state conditions to `width`, `maxWidth` and `minWidth` properties on `Table` sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
11
+ - Remove background color from `Table` header. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
11
12
  - Added `zIndex` property to `Box` sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
12
13
  - Added support for new `xl` breakpoint on conditions. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
13
14
  - Added `fontWeight`, `fontSize` and `lineHeight` properties to `Title` component sprinkles. ([#106](https://github.com/TiendaNube/nimbus-design-system/pull/106) by [@juanchigallego](https://github.com/juanchigallego))
package/dist/index.css CHANGED
@@ -5222,7 +5222,6 @@ th {
5222
5222
  table-layout: fixed;
5223
5223
  }
5224
5224
  .ns9yah1 {
5225
- background-color: var(--jhrh4bt);
5226
5225
  font-weight: var(--jhrh4b1d);
5227
5226
  font-size: var(--jhrh4b14);
5228
5227
  line-height: var(--jhrh4b1g);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/styles",
3
- "version": "6.13.0-rc.4",
3
+ "version": "6.13.0-rc.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
23
23
  },
24
24
  "devDependencies": {
25
- "@nimbus-ds/tokens": "^6.0.2-rc.4",
25
+ "@nimbus-ds/tokens": "^6.0.2-rc.6",
26
26
  "@nimbus-ds/webpack": "^1.0.0",
27
27
  "@types/glob": "^8",
28
28
  "@vanilla-extract/css": "^1.9.2",