@bi-digital/tokens 0.10.0 → 0.11.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.
Files changed (2) hide show
  1. package/dist/tokens.js +3 -3
  2. package/package.json +3 -3
package/dist/tokens.js CHANGED
@@ -2201,7 +2201,7 @@ export default {
2201
2201
  0: {
2202
2202
  key: "{scale.0}",
2203
2203
  $type: "dimension",
2204
- $value: "0",
2204
+ $value: 0,
2205
2205
  filePath: "tokens/Reference.Mode 1.tokens.json",
2206
2206
  isSource: true,
2207
2207
  original: {
@@ -2817,7 +2817,7 @@ export default {
2817
2817
  none: {
2818
2818
  key: "{stroke.none}",
2819
2819
  $type: "dimension",
2820
- $value: "0",
2820
+ $value: 0,
2821
2821
  filePath: "tokens/System.Mode 1.tokens.json",
2822
2822
  isSource: true,
2823
2823
  original: {
@@ -2891,7 +2891,7 @@ export default {
2891
2891
  none: {
2892
2892
  key: "{radius.none}",
2893
2893
  $type: "dimension",
2894
- $value: "0",
2894
+ $value: 0,
2895
2895
  filePath: "tokens/System.Mode 1.tokens.json",
2896
2896
  isSource: true,
2897
2897
  original: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bi-digital/tokens",
3
3
  "type": "module",
4
- "version": "0.10.0",
4
+ "version": "0.11.1",
5
5
  "description": "CSS and SASS variables for the BI Design System",
6
6
  "author": "BI Digital",
7
7
  "homepage": "https://designsystem.bi.no/?path=/docs/styles-colors--docs",
@@ -29,8 +29,8 @@
29
29
  "/dist"
30
30
  ],
31
31
  "devDependencies": {
32
- "style-dictionary": "^5.3.0",
33
- "vitest": "^4.0.18"
32
+ "style-dictionary": "^5.4.0",
33
+ "vitest": "^4.1.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "style-dictionary build",