@knime/kds-styles 0.4.2 → 0.5.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/README.md +1 -1
  2. package/package.json +1 -3
package/README.md CHANGED
@@ -53,5 +53,5 @@ Here are some of the most important scripts defined in the [`package.json`](pack
53
53
  - [KNIME Forum](https://forum.knime.com/)
54
54
 
55
55
  [w3c-format]: https://tr.designtokens.org/format/
56
- [style-dictionary]: https://amzn.github.io/style-dictionary/#/
56
+ [style-dictionary]: https://styledictionary.com/
57
57
  [tokens-studio-plugin]: https://www.npmjs.com/package/@tokens-studio/sd-transforms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.4.2",
3
+ "version": "0.5.1",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,6 @@
17
17
  "modern-normalize": "3.0.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@knime/styles": "^1.14.3",
21
20
  "@tokens-studio/sd-transforms": "^2.0.1",
22
21
  "@types/jsdom": "^21.1.7",
23
22
  "@types/node": "^24.2.0",
@@ -33,7 +32,6 @@
33
32
  "exports": {
34
33
  "./index.css": "./dist/css/index.css",
35
34
  "./fonts.css": "./dist/css/fonts.css",
36
- "./fonts-workflows.css": "./dist/css/fonts-workflows.css",
37
35
  "./kds-variables.css": "./dist/tokens/css/_variables.css",
38
36
  "./kds-properties.css": "./dist/tokens/css/_properties.css",
39
37
  "./kds-legacy-theme.css": "./dist/tokens/css/_variables-legacy.css",