@synergy-design-system/tokens 2.48.1 → 3.0.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 +26 -0
- package/README.md +2 -0
- package/dist/js/index.d.ts +6 -1
- package/dist/js/index.js +6 -1
- package/dist/scss/_tokens.scss +2 -1
- package/dist/themes/dark.css +237 -236
- package/dist/themes/light.css +221 -220
- package/dist/themes/sick2018_dark.css +4 -3
- package/dist/themes/sick2018_light.css +4 -3
- package/dist/themes/sick2025_dark.css +4 -3
- package/dist/themes/sick2025_light.css +4 -3
- package/package.json +11 -11
- package/src/figma-tokens/_docs.json +9 -7
- package/src/figma-variables/output/sick2018-dark.json +16 -1
- package/src/figma-variables/output/sick2018-light.json +15 -0
- package/src/figma-variables/output/sick2025-dark.json +15 -0
- package/src/figma-variables/output/sick2025-light.json +15 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.48.
|
|
2
|
+
* @synergy-design-system/tokens version 2.48.2
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
:root, .syn-sick2025-dark {
|
|
7
|
+
:root, .syn-sick2025-dark, .syn-theme-dark {
|
|
8
8
|
color-scheme: dark;
|
|
9
9
|
|
|
10
10
|
--syn-alert-error-color-background: var(--syn-namur-error-color-background);
|
|
@@ -307,7 +307,8 @@
|
|
|
307
307
|
--syn-option-icon-color-hover: var(--syn-color-neutral-0);
|
|
308
308
|
--syn-overlay-background-blur: 8px;
|
|
309
309
|
--syn-overlay-background-color: rgba(0, 5, 26, 0.6);
|
|
310
|
-
--syn-page-background: var(--syn-color-neutral-0);
|
|
310
|
+
--syn-page-background: var(--syn-color-neutral-0); /** Will be DEPRECATED */
|
|
311
|
+
--syn-page-background-color: var(--syn-color-neutral-0);
|
|
311
312
|
--syn-panel-background-color: var(--syn-color-neutral-50);
|
|
312
313
|
--syn-panel-border-color: var(--syn-color-neutral-300);
|
|
313
314
|
--syn-panel-border-radius: var(--syn-border-radius-medium);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.48.
|
|
2
|
+
* @synergy-design-system/tokens version 2.48.2
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
:root, .syn-sick2025-light {
|
|
7
|
+
:root, .syn-sick2025-light, .syn-theme-light {
|
|
8
8
|
color-scheme: light;
|
|
9
9
|
|
|
10
10
|
--syn-alert-error-color-background: var(--syn-namur-error-color-background);
|
|
@@ -307,7 +307,8 @@
|
|
|
307
307
|
--syn-option-icon-color-hover: var(--syn-color-neutral-0);
|
|
308
308
|
--syn-overlay-background-blur: 8px;
|
|
309
309
|
--syn-overlay-background-color: rgba(0, 5, 26, 0.3);
|
|
310
|
-
--syn-page-background: #f8f7f6;
|
|
310
|
+
--syn-page-background: #f8f7f6; /** Will be DEPRECATED */
|
|
311
|
+
--syn-page-background-color: #f8f7f6;
|
|
311
312
|
--syn-panel-background-color: var(--syn-color-neutral-0);
|
|
312
313
|
--syn-panel-border-color: #e6e1dc;
|
|
313
314
|
--syn-panel-border-radius: var(--syn-border-radius-medium);
|
package/package.json
CHANGED
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
},
|
|
6
6
|
"description": "Design tokens for Synergy, the SICK Design System",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@dotenvx/dotenvx": "^1.
|
|
9
|
-
"@figma-export/cli": "^6.
|
|
10
|
-
"@figma-export/types": "^6.2.
|
|
11
|
-
"@figma/rest-api-spec": "^0.
|
|
8
|
+
"@dotenvx/dotenvx": "^1.51.4",
|
|
9
|
+
"@figma-export/cli": "^6.3.0",
|
|
10
|
+
"@figma-export/types": "^6.2.4",
|
|
11
|
+
"@figma/rest-api-spec": "^0.35.0",
|
|
12
12
|
"@tamtamchik/json-deep-sort": "^1.3.0",
|
|
13
|
-
"@tokens-studio/sd-transforms": "^2.0.
|
|
14
|
-
"@types/node": "^
|
|
13
|
+
"@tokens-studio/sd-transforms": "^2.0.3",
|
|
14
|
+
"@types/node": "^24.0.0",
|
|
15
15
|
"chalk": "^5.4.1",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
17
|
-
"eslint": "^
|
|
17
|
+
"eslint": "^9.39.2",
|
|
18
18
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
19
|
-
"rimraf": "^6.
|
|
20
|
-
"style-dictionary": "^5.
|
|
21
|
-
"stylelint": "^16.
|
|
19
|
+
"rimraf": "^6.1.2",
|
|
20
|
+
"style-dictionary": "^5.1.1",
|
|
21
|
+
"stylelint": "^16.26.1",
|
|
22
22
|
"typescript": "^5.8.3",
|
|
23
23
|
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
24
24
|
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"type": "module",
|
|
59
59
|
"types": "./dist/js/index.d.ts",
|
|
60
|
-
"version": "
|
|
60
|
+
"version": "3.0.0",
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "pnpm clean && node scripts/build.js",
|
|
63
63
|
"build:all": "dotenvx -q run pnpm build:_all",
|
|
@@ -2521,13 +2521,15 @@
|
|
|
2521
2521
|
}
|
|
2522
2522
|
},
|
|
2523
2523
|
"tab-panel": {
|
|
2524
|
-
"
|
|
2525
|
-
"
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
"
|
|
2530
|
-
|
|
2524
|
+
"default": {
|
|
2525
|
+
"description": {
|
|
2526
|
+
"value": "Tab panels are used inside tab groups to display tabbed content.",
|
|
2527
|
+
"type": "text"
|
|
2528
|
+
},
|
|
2529
|
+
"title": {
|
|
2530
|
+
"value": "Tab Panel",
|
|
2531
|
+
"type": "text"
|
|
2532
|
+
}
|
|
2531
2533
|
}
|
|
2532
2534
|
},
|
|
2533
2535
|
"tab": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"background": {
|
|
95
95
|
"color-1": {
|
|
96
96
|
"type": "color",
|
|
97
|
-
"value": "{color.neutral.
|
|
97
|
+
"value": "{color.neutral.200}"
|
|
98
98
|
},
|
|
99
99
|
"color-2": {
|
|
100
100
|
"type": "color",
|
|
@@ -1428,6 +1428,11 @@
|
|
|
1428
1428
|
},
|
|
1429
1429
|
"page": {
|
|
1430
1430
|
"background": {
|
|
1431
|
+
"description": "Will be DEPRECATED",
|
|
1432
|
+
"type": "color",
|
|
1433
|
+
"value": "{color.neutral.50}"
|
|
1434
|
+
},
|
|
1435
|
+
"background-color": {
|
|
1431
1436
|
"type": "color",
|
|
1432
1437
|
"value": "{color.neutral.50}"
|
|
1433
1438
|
}
|
|
@@ -1674,6 +1679,16 @@
|
|
|
1674
1679
|
}
|
|
1675
1680
|
}
|
|
1676
1681
|
},
|
|
1682
|
+
"toggle-button": {
|
|
1683
|
+
"border-radius": {
|
|
1684
|
+
"type": "sizing",
|
|
1685
|
+
"value": "{border-radius.none}"
|
|
1686
|
+
},
|
|
1687
|
+
"color": {
|
|
1688
|
+
"type": "color",
|
|
1689
|
+
"value": "{panel.border.color}"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1677
1692
|
"tooltip": {
|
|
1678
1693
|
"arrow-size": {
|
|
1679
1694
|
"type": "sizing",
|
|
@@ -1428,6 +1428,11 @@
|
|
|
1428
1428
|
},
|
|
1429
1429
|
"page": {
|
|
1430
1430
|
"background": {
|
|
1431
|
+
"description": "Will be DEPRECATED",
|
|
1432
|
+
"type": "color",
|
|
1433
|
+
"value": "{color.neutral.100}"
|
|
1434
|
+
},
|
|
1435
|
+
"background-color": {
|
|
1431
1436
|
"type": "color",
|
|
1432
1437
|
"value": "{color.neutral.100}"
|
|
1433
1438
|
}
|
|
@@ -1674,6 +1679,16 @@
|
|
|
1674
1679
|
}
|
|
1675
1680
|
}
|
|
1676
1681
|
},
|
|
1682
|
+
"toggle-button": {
|
|
1683
|
+
"border-radius": {
|
|
1684
|
+
"type": "sizing",
|
|
1685
|
+
"value": "{border-radius.none}"
|
|
1686
|
+
},
|
|
1687
|
+
"color": {
|
|
1688
|
+
"type": "color",
|
|
1689
|
+
"value": "{panel.border.color}"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1677
1692
|
"tooltip": {
|
|
1678
1693
|
"arrow-size": {
|
|
1679
1694
|
"type": "sizing",
|
|
@@ -1428,6 +1428,11 @@
|
|
|
1428
1428
|
},
|
|
1429
1429
|
"page": {
|
|
1430
1430
|
"background": {
|
|
1431
|
+
"description": "Will be DEPRECATED",
|
|
1432
|
+
"type": "color",
|
|
1433
|
+
"value": "{color.neutral.0}"
|
|
1434
|
+
},
|
|
1435
|
+
"background-color": {
|
|
1431
1436
|
"type": "color",
|
|
1432
1437
|
"value": "{color.neutral.0}"
|
|
1433
1438
|
}
|
|
@@ -1674,6 +1679,16 @@
|
|
|
1674
1679
|
}
|
|
1675
1680
|
}
|
|
1676
1681
|
},
|
|
1682
|
+
"toggle-button": {
|
|
1683
|
+
"border-radius": {
|
|
1684
|
+
"type": "sizing",
|
|
1685
|
+
"value": "{border-radius.medium}"
|
|
1686
|
+
},
|
|
1687
|
+
"color": {
|
|
1688
|
+
"type": "color",
|
|
1689
|
+
"value": "{panel.border.color}"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1677
1692
|
"tooltip": {
|
|
1678
1693
|
"arrow-size": {
|
|
1679
1694
|
"type": "sizing",
|
|
@@ -1428,6 +1428,11 @@
|
|
|
1428
1428
|
},
|
|
1429
1429
|
"page": {
|
|
1430
1430
|
"background": {
|
|
1431
|
+
"description": "Will be DEPRECATED",
|
|
1432
|
+
"type": "color",
|
|
1433
|
+
"value": "#f8f7f6"
|
|
1434
|
+
},
|
|
1435
|
+
"background-color": {
|
|
1431
1436
|
"type": "color",
|
|
1432
1437
|
"value": "#f8f7f6"
|
|
1433
1438
|
}
|
|
@@ -1674,6 +1679,16 @@
|
|
|
1674
1679
|
}
|
|
1675
1680
|
}
|
|
1676
1681
|
},
|
|
1682
|
+
"toggle-button": {
|
|
1683
|
+
"border-radius": {
|
|
1684
|
+
"type": "sizing",
|
|
1685
|
+
"value": "{border-radius.medium}"
|
|
1686
|
+
},
|
|
1687
|
+
"color": {
|
|
1688
|
+
"type": "color",
|
|
1689
|
+
"value": "{panel.border.color}"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1677
1692
|
"tooltip": {
|
|
1678
1693
|
"arrow-size": {
|
|
1679
1694
|
"type": "sizing",
|