@synergy-design-system/tokens 2.12.1 → 2.13.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/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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.13.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.12.1...tokens/2.13.0) (2024-10-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ Update Shoelace to 2.17.1 ([#641](https://github.com/synergy-design-system/synergy-design-system/issues/641)) ([86fd83b](https://github.com/synergy-design-system/synergy-design-system/commit/86fd83b528be24abc8dd8427604c7fd62e8c1ff2))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v2.12.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.12.0...tokens/2.12.1) (2024-10-11)
|
|
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 2.12.
|
|
2
|
+
* @synergy-design-system/tokens version 2.12.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Fri, 11 Oct 2024
|
|
5
|
+
* Generated on Fri, 11 Oct 2024 11:03:35 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-dark {
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.12.
|
|
2
|
+
* @synergy-design-system/tokens version 2.12.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Fri, 11 Oct 2024
|
|
5
|
+
* Generated on Fri, 11 Oct 2024 11:03:35 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"@tokens-studio/sd-transforms": "^0.14.4",
|
|
12
12
|
"chalk": "^5.3.0",
|
|
13
13
|
"change-case": "^5.4.4",
|
|
14
|
-
"eslint": "^8.57.
|
|
15
|
-
"eslint-plugin-import": "^2.
|
|
14
|
+
"eslint": "^8.57.1",
|
|
15
|
+
"eslint-plugin-import": "^2.31.0",
|
|
16
16
|
"rimraf": "^6.0.1",
|
|
17
17
|
"semantic-release": "^19.0.5",
|
|
18
18
|
"semantic-release-monorepo": "7.0.5",
|
|
19
19
|
"style-dictionary": "^3.9.2",
|
|
20
|
-
"stylelint": "^16.
|
|
21
|
-
"@synergy-design-system/
|
|
22
|
-
"@synergy-design-system/
|
|
20
|
+
"stylelint": "^16.9.0",
|
|
21
|
+
"@synergy-design-system/stylelint-config-syn": "0.1.0",
|
|
22
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"type": "module",
|
|
103
103
|
"types": "./dist/js/index.d.ts",
|
|
104
|
-
"version": "2.
|
|
104
|
+
"version": "2.13.0",
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
107
|
"clean": "rimraf build",
|