@synergy-design-system/tokens 2.17.0 → 2.18.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/CHANGELOG.md +14 -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 +1 -1
- package/dist/themes/light.css +1 -1
- package/package.json +8 -8
- package/src/figma-tokens/$themes.json +68 -38
- package/src/figma-tokens/_docs.json +147 -73
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.18.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.18.0...tokens/2.18.1) (2025-03-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Upgrade packages to latest versions ([#830](https://github.com/synergy-design-system/synergy-design-system/issues/830)) ([f5fe54f](https://github.com/synergy-design-system/synergy-design-system/commit/f5fe54fb55732b1e3efdf3062d55ee517aef4e81))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.18.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.17.0...tokens/2.18.0) (2025-02-10)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨Update shoelace and deps to latest version ([#769](https://github.com/synergy-design-system/synergy-design-system/issues/769)) ([143d88f](https://github.com/synergy-design-system/synergy-design-system/commit/143d88f0a50c47a996be0cb1527629802266800e))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.17.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.16.0...tokens/2.17.0) (2025-01-10)
|
|
2
16
|
|
|
3
17
|
|
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
package/dist/themes/light.css
CHANGED
package/package.json
CHANGED
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
"@semantic-release/changelog": "^6.0.3",
|
|
9
9
|
"@semantic-release/exec": "^6.0.3",
|
|
10
10
|
"@semantic-release/git": "^10.0.1",
|
|
11
|
-
"@tokens-studio/sd-transforms": "^1.2.
|
|
12
|
-
"@types/node": "^
|
|
13
|
-
"chalk": "^5.
|
|
11
|
+
"@tokens-studio/sd-transforms": "^1.2.12",
|
|
12
|
+
"@types/node": "^22.13.14",
|
|
13
|
+
"chalk": "^5.4.1",
|
|
14
14
|
"change-case": "^5.4.4",
|
|
15
15
|
"eslint": "^8.57.1",
|
|
16
|
-
"eslint-import-resolver-typescript": "^
|
|
16
|
+
"eslint-import-resolver-typescript": "^4.2.5",
|
|
17
17
|
"rimraf": "^6.0.1",
|
|
18
18
|
"semantic-release": "^19.0.5",
|
|
19
19
|
"semantic-release-monorepo": "7.0.5",
|
|
20
|
-
"style-dictionary": "^4.
|
|
21
|
-
"stylelint": "^16.
|
|
22
|
-
"typescript": "^5.
|
|
20
|
+
"style-dictionary": "^4.3.3",
|
|
21
|
+
"stylelint": "^16.17.0",
|
|
22
|
+
"typescript": "^5.8.2",
|
|
23
23
|
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
24
24
|
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
25
25
|
},
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
"type": "module",
|
|
109
109
|
"types": "./dist/js/index.d.ts",
|
|
110
|
-
"version": "2.
|
|
110
|
+
"version": "2.18.1",
|
|
111
111
|
"scripts": {
|
|
112
112
|
"build": "pnpm clean && node scripts/build.js",
|
|
113
113
|
"clean": "rimraf build",
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"id": "30eaeb034a2c0a58ba5a3f529b201a5a4a615948",
|
|
4
|
-
"name": "
|
|
4
|
+
"name": "Default",
|
|
5
5
|
"$figmaStyleReferences": {},
|
|
6
6
|
"selectedTokenSets": {
|
|
7
|
+
"globals": "disabled",
|
|
8
|
+
"color/dark": "disabled",
|
|
9
|
+
"color/light": "disabled",
|
|
7
10
|
"color/primitives": "enabled"
|
|
8
11
|
},
|
|
9
12
|
"$figmaCollectionId": "VariableCollectionId:9166:113417",
|
|
@@ -78,13 +81,16 @@
|
|
|
78
81
|
"black": "bafcb93aa9c2c7d5962ae1f708c5fe9df2a01c63",
|
|
79
82
|
"white": "59831283e335dadc50c9b259071fc562d6c66809"
|
|
80
83
|
},
|
|
81
|
-
"group": "
|
|
84
|
+
"group": "Brand"
|
|
82
85
|
},
|
|
83
86
|
{
|
|
84
87
|
"id": "eda1d35f1a28a0d1fce620eca524dde48d6b5817",
|
|
85
88
|
"name": "Light",
|
|
86
89
|
"selectedTokenSets": {
|
|
87
|
-
"
|
|
90
|
+
"globals": "disabled",
|
|
91
|
+
"color/dark": "disabled",
|
|
92
|
+
"color/light": "enabled",
|
|
93
|
+
"color/primitives": "disabled"
|
|
88
94
|
},
|
|
89
95
|
"$figmaStyleReferences": {},
|
|
90
96
|
"$figmaVariableReferences": {
|
|
@@ -165,7 +171,10 @@
|
|
|
165
171
|
"id": "f39c786993e4942a7c329538c246ec8fa5e56c30",
|
|
166
172
|
"name": "Dark",
|
|
167
173
|
"selectedTokenSets": {
|
|
168
|
-
"
|
|
174
|
+
"globals": "disabled",
|
|
175
|
+
"color/dark": "enabled",
|
|
176
|
+
"color/light": "disabled",
|
|
177
|
+
"color/primitives": "disabled"
|
|
169
178
|
},
|
|
170
179
|
"$figmaStyleReferences": {},
|
|
171
180
|
"$figmaVariableReferences": {
|
|
@@ -246,7 +255,10 @@
|
|
|
246
255
|
"id": "bc6b869612b2783f5cf45d3783bee47bdf9e2e27",
|
|
247
256
|
"name": "Default",
|
|
248
257
|
"selectedTokenSets": {
|
|
249
|
-
"globals": "enabled"
|
|
258
|
+
"globals": "enabled",
|
|
259
|
+
"color/dark": "disabled",
|
|
260
|
+
"color/light": "disabled",
|
|
261
|
+
"color/primitives": "disabled"
|
|
250
262
|
},
|
|
251
263
|
"$figmaStyleReferences": {
|
|
252
264
|
"shadow.overflow-down": "S:83a7cfa6ab292f413e064c58b850a3931c575de8,",
|
|
@@ -311,12 +323,26 @@
|
|
|
311
323
|
"input.filled.color": "S:16123b7fbffebafa01a5ac91f69f9c96fbb6a291,",
|
|
312
324
|
"input.filled.color-disabled": "S:50d5ea5eca1de474be32aa6343b7643c5cc40049,",
|
|
313
325
|
"input.filled.color-hover": "S:5eefc6417572b45a2142265f8686ce798ac04e80,",
|
|
314
|
-
"input.filled.color-focus": "S:bc4ba1f6b31a61949d3c4186b243633dba518ae6,"
|
|
326
|
+
"input.filled.color-focus": "S:bc4ba1f6b31a61949d3c4186b243633dba518ae6,",
|
|
327
|
+
"body.x-small.regular": "S:66b80a202f6771fe0a0761fcdd072807e3c0f571,",
|
|
328
|
+
"body.x-small.semibold": "S:9237e8e7b7588a9443c0c8c8622b20587692c0e1,",
|
|
329
|
+
"body.x-small.bold": "S:4561b26a4ca67ab3a2ccf7debfe8ccd2289fd028,",
|
|
330
|
+
"body.small.regular": "S:f5737128e28c444c6d3c4a0176a618e72d7a50e9,",
|
|
331
|
+
"body.small.semibold": "S:e09ff184ea5af497925e1f45a69b84935a21a561,",
|
|
332
|
+
"body.small.bold": "S:02e95cc4a32b84873ff81cd30dbb9dec68c78979,",
|
|
333
|
+
"body.medium.regular": "S:ae03ac43fcb2c536d40cca90daf52c7f5a8af308,",
|
|
334
|
+
"body.medium.semibold": "S:c7dfc3ca9fbd43e588176073337c34840dfd9b63,",
|
|
335
|
+
"body.medium.bold": "S:84a61543108eb70152e7e3854f611df20ba55173,",
|
|
336
|
+
"body.large.regular": "S:a0faa1e32eea4aad8fb55e9dded51882d9ab6c68,",
|
|
337
|
+
"body.large.semibold": "S:8e7e17494157a87fc3e7d718d511be8f46bd2297,",
|
|
338
|
+
"body.large.bold": "S:b0ab365a8c772ff65cbe85097eab487f102ebf8b,",
|
|
339
|
+
"heading.large": "S:bccc07ccab234fb971341b16abfc9f83ed011c36,",
|
|
340
|
+
"heading.x-large": "S:8166eff9b731b9736c35b84a66caed8f79303a5b,",
|
|
341
|
+
"heading.2x-large": "S:287ae4acd05c234f4d0602e1783b7f6593276000,",
|
|
342
|
+
"heading.3x-large": "S:3abb1c49155c8ddf0e8210b81b3d23c6fdac3318,"
|
|
315
343
|
},
|
|
316
344
|
"selectedTokenSets": {
|
|
317
|
-
"globals": "source",
|
|
318
345
|
"semantic/focus-ring": "enabled",
|
|
319
|
-
"color/primitives": "source",
|
|
320
346
|
"semantic/input": "enabled",
|
|
321
347
|
"semantic/button": "enabled",
|
|
322
348
|
"semantic/toggle": "enabled",
|
|
@@ -324,37 +350,18 @@
|
|
|
324
350
|
"semantic/link": "enabled",
|
|
325
351
|
"semantic/overlays": "enabled",
|
|
326
352
|
"semantic/panels": "enabled",
|
|
327
|
-
"semantic/tooltip": "enabled"
|
|
353
|
+
"semantic/tooltip": "enabled",
|
|
354
|
+
"globals": "source",
|
|
355
|
+
"color/dark": "disabled",
|
|
356
|
+
"color/light": "disabled",
|
|
357
|
+
"color/primitives": "source"
|
|
328
358
|
},
|
|
329
359
|
"$figmaCollectionId": "VariableCollectionId:790:67393",
|
|
330
360
|
"$figmaModeId": "790:0",
|
|
331
361
|
"$figmaVariableReferences": {
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"tooltip.font-family": "b6ec01c203c616686a6c4e7a940987aa334c7162",
|
|
336
|
-
"tooltip.font-weight": "7749313ae8f6f54163f07a9a733c9d20549dfeeb",
|
|
337
|
-
"tooltip.font-size": "82854b02e37ab707b63ae1d86d8373e10f5bda8e",
|
|
338
|
-
"tooltip.padding": "54f91632e7d8939dcf7b7138462e46885e47da3f",
|
|
339
|
-
"tooltip.arrow-size": "fd64b50bfc4fb4137153d26a47a4806fec5c84d9",
|
|
340
|
-
"panel.background.color": "7016be8a3da4f7589565381af1b6b83fed11bffc",
|
|
341
|
-
"panel.border.color": "1ac88fb0df1b1ceaabe633f9b62646eb0b47f679",
|
|
342
|
-
"panel.border.width": "c31c8d64df79e7f2db3dc7ef6de6a939c4e37e73",
|
|
343
|
-
"overlay.background.color": "71c533043f85b14167e19e4c9d83e348894edb61",
|
|
344
|
-
"link.color": "5e0d352cfd35e039bbd73662cb477a64e129513b",
|
|
345
|
-
"link.color-hover": "01b7180d9910e8474b035efc07869d3ec053cdec",
|
|
346
|
-
"link.color-active": "913d33ec8322a23a658502d50aece519887b4dab",
|
|
347
|
-
"link.low-emphasis.color": "12bed9bc1003a50744d9d5a06477a27697378658",
|
|
348
|
-
"link.low-emphasis.color-hover": "fecb13d13dbba0e7a4976d7aed01e022afa4b48f",
|
|
349
|
-
"link.low-emphasis.color-active": "179fadf96ee958351558fe30e268a7218b589726",
|
|
350
|
-
"typography.color.text": "5ec65d3455f0e99ac3bfab776a47564fd3128a13",
|
|
351
|
-
"typography.color.text-inverted": "77a4e3e48f6f5b4519eca72c77b2b38d5ac0067d",
|
|
352
|
-
"toggle.size.small": "59e798ea0cba4be9ea32e894e79cecd7b82cfded",
|
|
353
|
-
"toggle.size.medium": "c853d6f661e4380daff9745e0e4b39e2b56637f3",
|
|
354
|
-
"toggle.size.large": "8c9580c2db9de0c2ceb7553e99520d3a5c4a90d3",
|
|
355
|
-
"button.font-size.small": "e9b4ce0b4c5dc45ccdcff6efbfdf76de6afc8380",
|
|
356
|
-
"button.font-size.medium": "7ae158fdda63dba25f070476ae6809f173db0e0a",
|
|
357
|
-
"button.font-size.large": "52795a6ec1aa48e832c73ab0c7533053e887a20b",
|
|
362
|
+
"focus-ring.color": "4560189da085bbe8e1ce1fa9a615fa9b88869789",
|
|
363
|
+
"focus-ring.width": "2e54bf95bfc688cc460e9f7606fb9631fd43aecc",
|
|
364
|
+
"focus-ring.offset": "491c1017f3208a7c19a9ed70a4b1cc50001e01b4",
|
|
358
365
|
"input.color": "bc745cc91841ef07e91b5fb6a8ac1018eb4247bf",
|
|
359
366
|
"input.color-hover": "17492033de110a4bcc43dcb1437516a4ad52df3b",
|
|
360
367
|
"input.color-focus": "8642f42f34c8b021c8802ad57409ae401fbba742",
|
|
@@ -413,9 +420,32 @@
|
|
|
413
420
|
"input.font-size.small": "7380d84d1ea012e2d01d2d2a4e9ca8acb75089ff",
|
|
414
421
|
"input.font-size.medium": "330178493eac96b79d4d1dee6c2ab572cfffe6cc",
|
|
415
422
|
"input.font-size.large": "7601b7676a557b370ce8a1a6e26ad17ce873ccfc",
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"
|
|
423
|
+
"button.font-size.small": "e9b4ce0b4c5dc45ccdcff6efbfdf76de6afc8380",
|
|
424
|
+
"button.font-size.medium": "7ae158fdda63dba25f070476ae6809f173db0e0a",
|
|
425
|
+
"button.font-size.large": "52795a6ec1aa48e832c73ab0c7533053e887a20b",
|
|
426
|
+
"toggle.size.small": "59e798ea0cba4be9ea32e894e79cecd7b82cfded",
|
|
427
|
+
"toggle.size.medium": "c853d6f661e4380daff9745e0e4b39e2b56637f3",
|
|
428
|
+
"toggle.size.large": "8c9580c2db9de0c2ceb7553e99520d3a5c4a90d3",
|
|
429
|
+
"typography.color.text": "5ec65d3455f0e99ac3bfab776a47564fd3128a13",
|
|
430
|
+
"typography.color.text-inverted": "77a4e3e48f6f5b4519eca72c77b2b38d5ac0067d",
|
|
431
|
+
"link.color": "5e0d352cfd35e039bbd73662cb477a64e129513b",
|
|
432
|
+
"link.color-hover": "01b7180d9910e8474b035efc07869d3ec053cdec",
|
|
433
|
+
"link.color-active": "913d33ec8322a23a658502d50aece519887b4dab",
|
|
434
|
+
"link.quiet.color": "48a51533acf01d512d5152ea639964c3ca7ad8f9",
|
|
435
|
+
"link.quiet.color-hover": "fdf27bacf4e392728ba56ade77275cb09cd0b76e",
|
|
436
|
+
"link.quiet.color-active": "fcde5edc9f5a5de936e53cc714dff54eb20475cc",
|
|
437
|
+
"overlay.background.color": "71c533043f85b14167e19e4c9d83e348894edb61",
|
|
438
|
+
"panel.background.color": "7016be8a3da4f7589565381af1b6b83fed11bffc",
|
|
439
|
+
"panel.border.color": "1ac88fb0df1b1ceaabe633f9b62646eb0b47f679",
|
|
440
|
+
"panel.border.width": "c31c8d64df79e7f2db3dc7ef6de6a939c4e37e73",
|
|
441
|
+
"tooltip.border.radius": "5c964539e35abe3542052142ad6bd66681cedfeb",
|
|
442
|
+
"tooltip.background-color": "eff1b08a86ab894b43003a21d6580f1b23206b16",
|
|
443
|
+
"tooltip.color": "dc2fa83fcad15871159e08e324a7485afb14d762",
|
|
444
|
+
"tooltip.font-family": "e07c36d6742d63812e08d60b182f0eccdd1c60cf",
|
|
445
|
+
"tooltip.font-weight": "870ccf59c02f783bf89969e398fea85e5c2fe358",
|
|
446
|
+
"tooltip.font-size": "2cb29912db4795eb31ecc12157420dce5a9cc434",
|
|
447
|
+
"tooltip.padding": "54f91632e7d8939dcf7b7138462e46885e47da3f",
|
|
448
|
+
"tooltip.arrow-size": "fd64b50bfc4fb4137153d26a47a4806fec5c84d9"
|
|
419
449
|
},
|
|
420
450
|
"group": "Semantic"
|
|
421
451
|
}
|
|
@@ -2914,78 +2914,6 @@
|
|
|
2914
2914
|
}
|
|
2915
2915
|
}
|
|
2916
2916
|
},
|
|
2917
|
-
"templates": {
|
|
2918
|
-
"application-shell": {
|
|
2919
|
-
"title": {
|
|
2920
|
-
"value": "Application Shell",
|
|
2921
|
-
"type": "text"
|
|
2922
|
-
},
|
|
2923
|
-
"description": {
|
|
2924
|
-
"value": "Description for application shell",
|
|
2925
|
-
"type": "text"
|
|
2926
|
-
}
|
|
2927
|
-
},
|
|
2928
|
-
"contact-form": {
|
|
2929
|
-
"title": {
|
|
2930
|
-
"value": "Forms",
|
|
2931
|
-
"type": "text"
|
|
2932
|
-
},
|
|
2933
|
-
"description": {
|
|
2934
|
-
"value": "Forms usually contain form components such as checkboxes, selects, input fields, radio buttons, toggle switches and more. \nClear and simple forms help prevent user confusion and incorrect data submission. \n\nForms should be designed in columns as this improves scanability. One-column layout is preferred, but use two or more column layouts when there are too many components to fit in an area of the page.\n\nForms can be simple or complex, and may be presented as dedicated pages, side panels, or dialogs depending on the use case and the situation.",
|
|
2935
|
-
"type": "text"
|
|
2936
|
-
}
|
|
2937
|
-
},
|
|
2938
|
-
"templates": {
|
|
2939
|
-
"title": {
|
|
2940
|
-
"value": "Templates",
|
|
2941
|
-
"type": "text"
|
|
2942
|
-
},
|
|
2943
|
-
"description": {
|
|
2944
|
-
"value": "Contact Form",
|
|
2945
|
-
"type": "text"
|
|
2946
|
-
}
|
|
2947
|
-
},
|
|
2948
|
-
"table": {
|
|
2949
|
-
"title": {
|
|
2950
|
-
"value": "Table",
|
|
2951
|
-
"type": "text"
|
|
2952
|
-
},
|
|
2953
|
-
"description": {
|
|
2954
|
-
"value": "These examples demonstrate the usage of the syn-table-cell component in various contexts. The examples are intended solely for illustrating how syn-table-cell can be used to style tables.",
|
|
2955
|
-
"type": "text"
|
|
2956
|
-
}
|
|
2957
|
-
},
|
|
2958
|
-
"footer": {
|
|
2959
|
-
"title": {
|
|
2960
|
-
"value": "Footer",
|
|
2961
|
-
"type": "text"
|
|
2962
|
-
},
|
|
2963
|
-
"description": {
|
|
2964
|
-
"value": "The footer is the area located at the bottom of the application window, below the content area.\n\nThe footer may contain one or more links pointing to legal information items as well as a copyright symbol and current year. The standard links can include things like:\n- Imprint (e.g. https://www.sick.com/imprint)\n- Terms and conditions (e.g. https://www.sick.com/tac)\n- Terms of use (e.g. https://www.sick.com/terms-of-use)\n- Data protection (e.g. https://www.sick.com/dataprotection)\n\nIf a footer is not required or desired, ensure that all legally required links are placed elsewhere in your application, depending on legal requirements.\n\nFor example, you can: add an info icon (or similar element) to your header and display the necessary information in a dropdown menu. Alternatively, create a dedicated navigation entry to house the required legal links.\n\nThe footer links can be placed on any background color. If you need a more compact version of the footer, adjust the top and bottom margins from spacing.large (24px) to spacing.medium (16px).",
|
|
2965
|
-
"type": "text"
|
|
2966
|
-
}
|
|
2967
|
-
},
|
|
2968
|
-
"link-list": {
|
|
2969
|
-
"title": {
|
|
2970
|
-
"value": "Link list",
|
|
2971
|
-
"type": "text"
|
|
2972
|
-
},
|
|
2973
|
-
"description": {
|
|
2974
|
-
"value": "These examples demonstrate the usage of syn-link in simple grouping contexts: Horizontal and Vertical alignment.",
|
|
2975
|
-
"type": "text"
|
|
2976
|
-
}
|
|
2977
|
-
},
|
|
2978
|
-
"tag": {
|
|
2979
|
-
"title": {
|
|
2980
|
-
"value": "Tag",
|
|
2981
|
-
"type": "text"
|
|
2982
|
-
},
|
|
2983
|
-
"description": {
|
|
2984
|
-
"value": "These examples demonstrate the usage of syn-tag in various contexts: In combination with multiple filters and within a standalone tag group.",
|
|
2985
|
-
"type": "text"
|
|
2986
|
-
}
|
|
2987
|
-
}
|
|
2988
|
-
},
|
|
2989
2917
|
"nav-item": {
|
|
2990
2918
|
"default": {
|
|
2991
2919
|
"title": {
|
|
@@ -3942,5 +3870,151 @@
|
|
|
3942
3870
|
"type": "text"
|
|
3943
3871
|
}
|
|
3944
3872
|
}
|
|
3873
|
+
},
|
|
3874
|
+
"templates": {
|
|
3875
|
+
"application-shell": {
|
|
3876
|
+
"default": {
|
|
3877
|
+
"title": {
|
|
3878
|
+
"value": "Application Shell",
|
|
3879
|
+
"type": "text"
|
|
3880
|
+
},
|
|
3881
|
+
"description": {
|
|
3882
|
+
"value": "The App Shell is the basic structure for building applications. \n\nIt provides consistent layout examples that include different combinations of header, navigation, and a flexible content area.",
|
|
3883
|
+
"type": "text"
|
|
3884
|
+
}
|
|
3885
|
+
},
|
|
3886
|
+
"side-navigation": {
|
|
3887
|
+
"title": {
|
|
3888
|
+
"value": "Side Navigation",
|
|
3889
|
+
"type": "text"
|
|
3890
|
+
},
|
|
3891
|
+
"description": {
|
|
3892
|
+
"value": "The side navigation opens when the user clicks on the burger menu. As the side navigation opens, a transparent mask fades in and the navigation overlaps the content area. To close the navigation, the user must either click on the close icon or anywhere on the content area to the right of the side navigation.",
|
|
3893
|
+
"type": "text"
|
|
3894
|
+
}
|
|
3895
|
+
},
|
|
3896
|
+
"side-navigation-shrinking": {
|
|
3897
|
+
"title": {
|
|
3898
|
+
"value": "Side Navigation Shrinking Content",
|
|
3899
|
+
"type": "text"
|
|
3900
|
+
},
|
|
3901
|
+
"description": {
|
|
3902
|
+
"value": "The side navigation opens when the user clicks on the burger menu. As the side navigation opens, the content area shrinks. To close the navigation, the user must click on the close icon.",
|
|
3903
|
+
"type": "text"
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3906
|
+
"rail-navigation-desktop": {
|
|
3907
|
+
"title": {
|
|
3908
|
+
"value": "Rail Navigation (Desktop)",
|
|
3909
|
+
"type": "text"
|
|
3910
|
+
},
|
|
3911
|
+
"description": {
|
|
3912
|
+
"value": "The navigation opens when the user hovers over it. As the navigation opens, it overlaps the content area. To close the navigation, the user simply hovers outside of it.",
|
|
3913
|
+
"type": "text"
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3916
|
+
"rail-navigation-mobile": {
|
|
3917
|
+
"title": {
|
|
3918
|
+
"value": "Rail Navigation (Mobile)",
|
|
3919
|
+
"type": "text"
|
|
3920
|
+
},
|
|
3921
|
+
"description": {
|
|
3922
|
+
"value": "The navigation opens when the user touches it. As the side navigation opens, a transparent mask fades in and the navigation overlaps the content area. To close the navigation, the user must touch anywhere on the content area to the right of the side navigation.",
|
|
3923
|
+
"type": "text"
|
|
3924
|
+
}
|
|
3925
|
+
},
|
|
3926
|
+
"top-navigation": {
|
|
3927
|
+
"title": {
|
|
3928
|
+
"value": "Top Navigation",
|
|
3929
|
+
"type": "text"
|
|
3930
|
+
},
|
|
3931
|
+
"description": {
|
|
3932
|
+
"value": "The top navigation can be combined with a light grey background.\n\nThis variant is suitable, for example, in combination with cards to achieve a dashboard look and feel.",
|
|
3933
|
+
"type": "text"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
"white-background": {
|
|
3937
|
+
"title": {
|
|
3938
|
+
"value": "White Background",
|
|
3939
|
+
"type": "text"
|
|
3940
|
+
},
|
|
3941
|
+
"description": {
|
|
3942
|
+
"value": "Additionally the top navigation can be combined with a white background.",
|
|
3943
|
+
"type": "text"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
"contact-form": {
|
|
3948
|
+
"default": {
|
|
3949
|
+
"title": {
|
|
3950
|
+
"value": "Forms",
|
|
3951
|
+
"type": "text"
|
|
3952
|
+
},
|
|
3953
|
+
"description": {
|
|
3954
|
+
"value": "Forms usually contain form components such as checkboxes, selects, input fields, radio buttons, toggle switches and more. \nClear and simple forms help prevent user confusion and incorrect data submission. \n\nForms should be designed in columns as this improves scanability. One-column layout is preferred, but use two or more column layouts when there are too many components to fit in an area of the page.\n\nForms can be simple or complex, and may be presented as dedicated pages, side panels, or dialogs depending on the use case and the situation.",
|
|
3955
|
+
"type": "text"
|
|
3956
|
+
}
|
|
3957
|
+
}
|
|
3958
|
+
},
|
|
3959
|
+
"table": {
|
|
3960
|
+
"default": {
|
|
3961
|
+
"title": {
|
|
3962
|
+
"value": "Table",
|
|
3963
|
+
"type": "text"
|
|
3964
|
+
},
|
|
3965
|
+
"description": {
|
|
3966
|
+
"value": "These examples demonstrate the usage of the syn-table-cell component in various contexts. The examples are intended solely for illustrating how syn-table-cell can be used to style tables.",
|
|
3967
|
+
"type": "text"
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
"footer": {
|
|
3972
|
+
"default": {
|
|
3973
|
+
"title": {
|
|
3974
|
+
"value": "Footer",
|
|
3975
|
+
"type": "text"
|
|
3976
|
+
},
|
|
3977
|
+
"description": {
|
|
3978
|
+
"value": "The footer is the area located at the bottom of the application window, below the content area.\n\nThe footer may contain one or more links pointing to legal information items as well as a copyright symbol and current year. The standard links can include things like:\n- Imprint (e.g. https://www.sick.com/imprint)\n- Terms and conditions (e.g. https://www.sick.com/tac)\n- Terms of use (e.g. https://www.sick.com/terms-of-use)\n- Data protection (e.g. https://www.sick.com/dataprotection)\n\nIf a footer is not required or desired, ensure that all legally required links are placed elsewhere in your application, depending on legal requirements.\n\nFor example, you can: add an info icon (or similar element) to your header and display the necessary information in a dropdown menu. Alternatively, create a dedicated navigation entry to house the required legal links.\n\nThe footer links can be placed on any background color. If you need a more compact version of the footer, adjust the top and bottom margins from spacing.large (24px) to spacing.medium (16px).",
|
|
3979
|
+
"type": "text"
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3983
|
+
"link-list": {
|
|
3984
|
+
"default": {
|
|
3985
|
+
"title": {
|
|
3986
|
+
"value": "Link list",
|
|
3987
|
+
"type": "text"
|
|
3988
|
+
},
|
|
3989
|
+
"description": {
|
|
3990
|
+
"value": "These examples demonstrate the usage of syn-link in simple grouping contexts: Horizontal and Vertical alignment.",
|
|
3991
|
+
"type": "text"
|
|
3992
|
+
}
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
"tag": {
|
|
3996
|
+
"default": {
|
|
3997
|
+
"title": {
|
|
3998
|
+
"value": "Tag",
|
|
3999
|
+
"type": "text"
|
|
4000
|
+
},
|
|
4001
|
+
"description": {
|
|
4002
|
+
"value": "These examples demonstrate the usage of syn-tag in various contexts: In combination with multiple filters and within a standalone tag group.",
|
|
4003
|
+
"type": "text"
|
|
4004
|
+
}
|
|
4005
|
+
}
|
|
4006
|
+
},
|
|
4007
|
+
"breadcrumb": {
|
|
4008
|
+
"default": {
|
|
4009
|
+
"title": {
|
|
4010
|
+
"value": "Breadcrumb",
|
|
4011
|
+
"type": "text"
|
|
4012
|
+
},
|
|
4013
|
+
"description": {
|
|
4014
|
+
"value": "These examples demonstrate the use of syn-breadcrumb in desktop and mobile views. \n\nOn desktop, if there's room, always show the full breadcrumb trail.\n\nIf the viewport has not enough space for all breadcrumb items, it is possible to display a truncated version of the breadcrumb and move the items between Home and the parent page into a dropdown menu. \n\nAlternatively, an even shorter version can display only the name/link of the parent page and the prefix icon with the back arrow to navigate one level up.\n\nFor more information on breadcrumbs, visit Nielsen Norman Group: https://www.nngroup.com/articles/breadcrumbs/",
|
|
4015
|
+
"type": "text"
|
|
4016
|
+
}
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
3945
4019
|
}
|
|
3946
|
-
}
|
|
4020
|
+
}
|