@bi-digital/tokens 0.8.0 → 0.10.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/package.json +2 -5
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bi-digital/tokens",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"engines": {
|
|
6
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
7
|
-
},
|
|
4
|
+
"version": "0.10.0",
|
|
8
5
|
"description": "CSS and SASS variables for the BI Design System",
|
|
9
6
|
"author": "BI Digital",
|
|
10
7
|
"homepage": "https://designsystem.bi.no/?path=/docs/styles-colors--docs",
|
|
@@ -33,7 +30,7 @@
|
|
|
33
30
|
],
|
|
34
31
|
"devDependencies": {
|
|
35
32
|
"style-dictionary": "^5.3.0",
|
|
36
|
-
"vitest": "^4.0.
|
|
33
|
+
"vitest": "^4.0.18"
|
|
37
34
|
},
|
|
38
35
|
"scripts": {
|
|
39
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.
|