@synergy-design-system/tokens 1.0.1 → 1.0.2
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/CHANGELOG.md +7 -0
- package/dist/js/index.d.ts +1 -1
- package/dist/js/index.js +1 -1
- package/dist/scss/_tokens.scss +1 -1
- package/dist/themes/dark.css +2 -2
- package/dist/themes/light.css +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v1.0.2](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.0.1...tokens/1.0.2) (2023-12-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 📚 improve links in documentation ([#224](https://github.com/synergy-design-system/synergy-design-system/issues/224)) ([f55934c](https://github.com/synergy-design-system/synergy-design-system/commit/f55934c34c6c53b0f7c9a5afa8d91bc520df4fdf))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v1.0.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.0.0...tokens/1.0.1) (2023-12-06)
|
|
2
9
|
|
|
3
10
|
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
package/dist/scss/_tokens.scss
CHANGED
package/dist/themes/dark.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.0.
|
|
2
|
+
* @synergy-design-system/tokens version 1.0.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Thu, 14 Dec 2023 14:45:34 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.0.
|
|
2
|
+
* @synergy-design-system/tokens version 1.0.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Thu, 14 Dec 2023 14:45:34 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"CHANGELOG.md",
|
|
33
33
|
"src/figma-tokens"
|
|
34
34
|
],
|
|
35
|
-
"homepage": "https://
|
|
35
|
+
"homepage": "https://synergy-design-system.github.io",
|
|
36
36
|
"keywords": [
|
|
37
37
|
"SDS",
|
|
38
38
|
"SICK",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"type": "module",
|
|
101
101
|
"types": "./dist/js/index.d.ts",
|
|
102
|
-
"version": "1.0.
|
|
102
|
+
"version": "1.0.2",
|
|
103
103
|
"scripts": {
|
|
104
104
|
"build": "pnpm clean && node scripts/build.js",
|
|
105
105
|
"clean": "rimraf build",
|