@synergy-design-system/tokens 2.9.0 → 2.11.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 +14 -0
- package/README.md +2 -2
- 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 +1 -1
- package/src/figma-tokens/_docs.json +205 -3
- package/src/figma-tokens/semantic/link.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.11.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.10.0...tokens/2.11.0) (2024-09-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ add support for folder dnd in syn-file ([#616](https://github.com/synergy-design-system/synergy-design-system/issues/616)) ([114893b](https://github.com/synergy-design-system/synergy-design-system/commit/114893b7422ae86acd5893fc3f212054ce7e297e))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.10.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.9.0...tokens/2.10.0) (2024-09-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨add syn-combobox ([#542](https://github.com/synergy-design-system/synergy-design-system/issues/542)) ([9be251b](https://github.com/synergy-design-system/synergy-design-system/commit/9be251b327f9ea63fb29c1194d2471d87c195ed4))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.9.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.8.0...tokens/2.9.0) (2024-08-26)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @synergy-design-system/tokens
|
|
2
2
|
|
|
3
|
-
This package provides the design tokens that form the base for all components of the
|
|
4
|
-
It provides
|
|
3
|
+
This package provides the design tokens that form the base for all components of the Synergy Design System.
|
|
4
|
+
It provides exports for colors, spacings, shadows, sizings, typography and more that can be also consumed by applications directly.
|
|
5
5
|
|
|
6
6
|
The source of the tokens can be found at [Figma](https://www.figma.com/file/bZFqk9urD3NlghGUKrkKCR/Synergy-Digital-Design-System?type=design&node-id=104-235&mode=design&t=GPu4VVd9yffLLAaS-0)
|
|
7
7
|
|
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.
|
|
2
|
+
* @synergy-design-system/tokens version 2.10.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Fri, 27 Sep 2024 12:12:34 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.
|
|
2
|
+
* @synergy-design-system/tokens version 2.10.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Fri, 27 Sep 2024 12:12:34 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
"type": "text"
|
|
998
998
|
},
|
|
999
999
|
"description": {
|
|
1000
|
-
"value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are
|
|
1000
|
+
"value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are selected (“file” -> “files”)",
|
|
1001
1001
|
"type": "text"
|
|
1002
1002
|
}
|
|
1003
1003
|
},
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
"type": "text"
|
|
1028
1028
|
},
|
|
1029
1029
|
"description": {
|
|
1030
|
-
"value": "Use the size attribute to change
|
|
1030
|
+
"value": "Use the size attribute to change the component's size.",
|
|
1031
1031
|
"type": "text"
|
|
1032
1032
|
}
|
|
1033
1033
|
},
|
|
@@ -1060,6 +1060,16 @@
|
|
|
1060
1060
|
"value": "The invalid status is used to warn the user that the syn-file is invalid. For example, if the entry of text is mandatory and nothing has been entered or if a text has been entered that does not have the correct format.",
|
|
1061
1061
|
"type": "text"
|
|
1062
1062
|
}
|
|
1063
|
+
},
|
|
1064
|
+
"directory": {
|
|
1065
|
+
"title": {
|
|
1066
|
+
"value": "Directory",
|
|
1067
|
+
"type": "text"
|
|
1068
|
+
},
|
|
1069
|
+
"description": {
|
|
1070
|
+
"value": "The webkitdirectory setting allows users to select entire directories instead of individual files. When a directory is chosen, all files inside (including those in sub-directories) are selected. Although this feature is not part of the official HTML specification, it is widely supported across major browsers.",
|
|
1071
|
+
"type": "text"
|
|
1072
|
+
}
|
|
1063
1073
|
}
|
|
1064
1074
|
},
|
|
1065
1075
|
"format-bytes": {
|
|
@@ -2882,6 +2892,36 @@
|
|
|
2882
2892
|
"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.",
|
|
2883
2893
|
"type": "text"
|
|
2884
2894
|
}
|
|
2895
|
+
},
|
|
2896
|
+
"footer": {
|
|
2897
|
+
"title": {
|
|
2898
|
+
"value": "Footer",
|
|
2899
|
+
"type": "text"
|
|
2900
|
+
},
|
|
2901
|
+
"description": {
|
|
2902
|
+
"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 you don't want to use the links in the footer, please make sure to include the legal required links somewhere else.\n\nThe footer links can be placed on any background color. If you need a more compact version of the footer, simply adjust the top and bottom margins from spacing.large (24px) to spacing.medium (16px).",
|
|
2903
|
+
"type": "text"
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"link-list": {
|
|
2907
|
+
"title": {
|
|
2908
|
+
"value": "Link list",
|
|
2909
|
+
"type": "text"
|
|
2910
|
+
},
|
|
2911
|
+
"description": {
|
|
2912
|
+
"value": "These examples demonstrate the usage of syn-link in simple grouping contexts: Horizontal and Vertical alignment.",
|
|
2913
|
+
"type": "text"
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
"tag": {
|
|
2917
|
+
"title": {
|
|
2918
|
+
"value": "Tag",
|
|
2919
|
+
"type": "text"
|
|
2920
|
+
},
|
|
2921
|
+
"description": {
|
|
2922
|
+
"value": "These examples demonstrate the usage of syn-tag in various contexts: In combination with multiple filters and within a standalone tag group.",
|
|
2923
|
+
"type": "text"
|
|
2924
|
+
}
|
|
2885
2925
|
}
|
|
2886
2926
|
},
|
|
2887
2927
|
"nav-item": {
|
|
@@ -3171,6 +3211,168 @@
|
|
|
3171
3211
|
"type": "text"
|
|
3172
3212
|
}
|
|
3173
3213
|
}
|
|
3214
|
+
},
|
|
3215
|
+
"combobox": {
|
|
3216
|
+
"default": {
|
|
3217
|
+
"title": {
|
|
3218
|
+
"value": "Combobox",
|
|
3219
|
+
"type": "text"
|
|
3220
|
+
},
|
|
3221
|
+
"description": {
|
|
3222
|
+
"value": "The combobox suggests items based on the user input.",
|
|
3223
|
+
"type": "text"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
"label": {
|
|
3227
|
+
"title": {
|
|
3228
|
+
"value": "Labels",
|
|
3229
|
+
"type": "text"
|
|
3230
|
+
},
|
|
3231
|
+
"description": {
|
|
3232
|
+
"value": "Use the label attribute to give the combobox an accessible label. For labels that contain HTML, use the label slot instead.",
|
|
3233
|
+
"type": "text"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"help-text": {
|
|
3237
|
+
"title": {
|
|
3238
|
+
"value": "Help Text",
|
|
3239
|
+
"type": "text"
|
|
3240
|
+
},
|
|
3241
|
+
"description": {
|
|
3242
|
+
"value": "Add descriptive help text to a combobox with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
|
|
3243
|
+
"type": "text"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
"placeholder": {
|
|
3247
|
+
"title": {
|
|
3248
|
+
"value": "Placeholder",
|
|
3249
|
+
"type": "text"
|
|
3250
|
+
},
|
|
3251
|
+
"description": {
|
|
3252
|
+
"value": "Use the placeholder attribute to add a placeholder.",
|
|
3253
|
+
"type": "text"
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
"focus": {
|
|
3257
|
+
"title": {
|
|
3258
|
+
"value": "Focus / Active",
|
|
3259
|
+
"type": "text"
|
|
3260
|
+
},
|
|
3261
|
+
"description": {
|
|
3262
|
+
"value": "The focus attribute provides feedback to the users, informing them that the combobox component is ready for use.",
|
|
3263
|
+
"type": "text"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"simple": {
|
|
3267
|
+
"title": {
|
|
3268
|
+
"value": "Simple suggests",
|
|
3269
|
+
"type": "text"
|
|
3270
|
+
},
|
|
3271
|
+
"description": {
|
|
3272
|
+
"value": "A simple suggestions list shows the user a filtered list.",
|
|
3273
|
+
"type": "text"
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
"highlight": {
|
|
3277
|
+
"title": {
|
|
3278
|
+
"value": "Highlight Query",
|
|
3279
|
+
"type": "text"
|
|
3280
|
+
},
|
|
3281
|
+
"description": {
|
|
3282
|
+
"value": "The filtered options shown in the list can be customized by passing a function to the getOption property. Your function can return a string of HTML, a Lit Template, or an HTMLElement. The getOption() function will be called for each option. The first argument is an <syn-option> element and the second argument is the query string.\n\nRemember that the options are rendered in a shadow root. To style them, you can use the style attribute in your template or you can add your own parts and target them with the ::part() selector.\n\n **Note:** Be sure you trust the content you are outputting! Passing unsanitized user input to getOption() can result in XSS vulnerabilities.",
|
|
3283
|
+
"type": "text"
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
"grouping": {
|
|
3287
|
+
"title": {
|
|
3288
|
+
"value": "Grouping Query",
|
|
3289
|
+
"type": "text"
|
|
3290
|
+
},
|
|
3291
|
+
"description": {
|
|
3292
|
+
"value": "Use <syn-optgroup> to group <syn-option>`s visually.",
|
|
3293
|
+
"type": "text"
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
"container-height": {
|
|
3297
|
+
"title": {
|
|
3298
|
+
"value": "Suggestion Container Height",
|
|
3299
|
+
"type": "text"
|
|
3300
|
+
},
|
|
3301
|
+
"description": {
|
|
3302
|
+
"value": "The height of the filtered options list can be customized by setting the `max-height` on the `listbox` part of the combobox.",
|
|
3303
|
+
"type": "text"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
"clearable": {
|
|
3307
|
+
"title": {
|
|
3308
|
+
"value": "Clearable",
|
|
3309
|
+
"type": "text"
|
|
3310
|
+
},
|
|
3311
|
+
"description": {
|
|
3312
|
+
"value": "Add the clearable attribute to add a clear button when the combobox has content.",
|
|
3313
|
+
"type": "text"
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
"disabled": {
|
|
3317
|
+
"title": {
|
|
3318
|
+
"value": "Disabled",
|
|
3319
|
+
"type": "text"
|
|
3320
|
+
},
|
|
3321
|
+
"description": {
|
|
3322
|
+
"value": "Use the disabled attribute to disable a combobox.",
|
|
3323
|
+
"type": "text"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
"size": {
|
|
3327
|
+
"title": {
|
|
3328
|
+
"value": "Sizes",
|
|
3329
|
+
"type": "text"
|
|
3330
|
+
},
|
|
3331
|
+
"description": {
|
|
3332
|
+
"value": "Use the size attribute to change a combobox size.",
|
|
3333
|
+
"type": "text"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
"invalid": {
|
|
3337
|
+
"title": {
|
|
3338
|
+
"value": "Invalid",
|
|
3339
|
+
"type": "text"
|
|
3340
|
+
},
|
|
3341
|
+
"description": {
|
|
3342
|
+
"value": "The invalid status is used to warn the user that the combobox is invalid. For example, if the entry is mandatory.",
|
|
3343
|
+
"type": "text"
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
"preffix-sufffix": {
|
|
3347
|
+
"title": {
|
|
3348
|
+
"value": "Prefix Suffix Text and Icons",
|
|
3349
|
+
"type": "text"
|
|
3350
|
+
},
|
|
3351
|
+
"description": {
|
|
3352
|
+
"value": "Use the prefix and suffix slots to add text and icons.",
|
|
3353
|
+
"type": "text"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
"async-options": {
|
|
3357
|
+
"title": {
|
|
3358
|
+
"value": "Async Options",
|
|
3359
|
+
"type": "text"
|
|
3360
|
+
},
|
|
3361
|
+
"description": {
|
|
3362
|
+
"value": "It is possible to add options dynamically to the combobox e.g. if the option values need to be fetched asynchronously from a remote server or API.",
|
|
3363
|
+
"type": "text"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"custom-filter": {
|
|
3367
|
+
"title": {
|
|
3368
|
+
"value": "Custom filter",
|
|
3369
|
+
"type": "text"
|
|
3370
|
+
},
|
|
3371
|
+
"description": {
|
|
3372
|
+
"value": "A custom filter can be applied by passing a filter function to the `filter` property. This filter() function will be called for each option. The first argument is an <syn-option> element and the second argument is the query string.",
|
|
3373
|
+
"type": "text"
|
|
3374
|
+
}
|
|
3375
|
+
}
|
|
3174
3376
|
}
|
|
3175
3377
|
},
|
|
3176
3378
|
"assets": {
|
|
@@ -3581,4 +3783,4 @@
|
|
|
3581
3783
|
}
|
|
3582
3784
|
}
|
|
3583
3785
|
}
|
|
3584
|
-
}
|
|
3786
|
+
}
|