@openkfw/design-tokens 0.2.0 → 0.2.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/README.md +2 -1
- package/output/web_next_16px/css/kfw-design-tokens.light.css +1 -1
- package/output/web_next_16px/js/kfw-design-tokens.light.d.ts +1 -1
- package/output/web_next_16px/js/kfw-design-tokens.light.js +1 -1
- package/output/web_next_16px/scss/kfw-design-tokens.light.scss +1 -1
- package/output/web_stable_10px/css/kfw-design-tokens.light.css +1 -1
- package/output/web_stable_10px/js/kfw-design-tokens.light.d.ts +1 -1
- package/output/web_stable_10px/js/kfw-design-tokens.light.js +1 -1
- package/output/web_stable_10px/scss/kfw-design-tokens.light.scss +1 -1
- package/package.json +7 -9
package/README.md
CHANGED
|
@@ -21,7 +21,8 @@ Although the source code for KfW Design Tokens is free and available under the M
|
|
|
21
21
|
Run the following command to install the Design Tokens:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
|
|
24
|
+
|
|
25
|
+
npm i -D @openkfw/design-tokens
|
|
25
26
|
```
|
|
26
27
|
|
|
27
28
|
Import or use files inside the `output` folder, e.g.:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openkfw/design-tokens",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "The source of truth for KfW-branded digital products.",
|
|
5
5
|
"files": [
|
|
6
6
|
"output",
|
|
@@ -34,17 +34,14 @@
|
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">= 22.0.0"
|
|
36
36
|
},
|
|
37
|
-
"peerDependencies": {
|
|
38
|
-
"@types/lodash": "^4.17.17",
|
|
39
|
-
"@types/node": "^22.9.3",
|
|
40
|
-
"npm-check-updates": "^18.0.1"
|
|
41
|
-
},
|
|
42
37
|
"devDependencies": {
|
|
43
|
-
"@eslint/js": "^9.
|
|
38
|
+
"@eslint/js": "^9.36.0",
|
|
44
39
|
"@tsconfig/node22": "^22.0.2",
|
|
40
|
+
"@types/lodash": "^4.17.20",
|
|
41
|
+
"@types/node": "^22.18.6",
|
|
45
42
|
"concurrently": "^9.2.1",
|
|
46
43
|
"deep-get-set-ts": "^1.1.1",
|
|
47
|
-
"eslint": "^9.
|
|
44
|
+
"eslint": "^9.36.0",
|
|
48
45
|
"json5": "^2.2.3",
|
|
49
46
|
"jsoneditor-cli": "^1.1.0",
|
|
50
47
|
"lodash": "4.17.21",
|
|
@@ -52,6 +49,7 @@
|
|
|
52
49
|
"style-dictionary": "^5.0.4",
|
|
53
50
|
"tsx": "^4.20.5",
|
|
54
51
|
"typescript": "^5.9.2",
|
|
55
|
-
"typescript-eslint": "^8.
|
|
52
|
+
"typescript-eslint": "^8.44.0",
|
|
53
|
+
"npm-check-updates": "^18.3.0"
|
|
56
54
|
}
|
|
57
55
|
}
|