@bi-digital/tokens 0.9.0 → 0.11.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/dist/tokens.js +3 -3
- package/package.json +3 -3
- package/readme.md +1 -1
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:
|
|
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:
|
|
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:
|
|
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.
|
|
4
|
+
"version": "0.11.0",
|
|
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.
|
|
33
|
-
"vitest": "^4.0
|
|
32
|
+
"style-dictionary": "^5.4.0",
|
|
33
|
+
"vitest": "^4.1.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "style-dictionary build",
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @bi-digital/tokens
|
|
2
2
|
|
|
3
|
-
The `@bi-digital/tokens` lib contains CSS variables to be used in the BI
|
|
3
|
+
The `@bi-digital/tokens` lib contains CSS variables to be used in the BI Design System.
|
|
4
4
|
We offer tokens in CSS, SASS, and JS format.
|
|
5
5
|
|
|
6
6
|
> In most cases, you do not need to download the token package itself, as `@bi-digital/css` already offers all tokens as CSS variables.
|