@synergy-design-system/tokens 2.9.0 → 2.10.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/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 +192 -0
- package/src/figma-tokens/semantic/link.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨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))
|
|
7
|
+
|
|
1
8
|
# [@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
9
|
|
|
3
10
|
|
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.9.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Tue, 24 Sep 2024 09:48:08 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.9.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Tue, 24 Sep 2024 09:48:08 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -2882,6 +2882,36 @@
|
|
|
2882
2882
|
"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
2883
|
"type": "text"
|
|
2884
2884
|
}
|
|
2885
|
+
},
|
|
2886
|
+
"footer": {
|
|
2887
|
+
"title": {
|
|
2888
|
+
"value": "Footer",
|
|
2889
|
+
"type": "text"
|
|
2890
|
+
},
|
|
2891
|
+
"description": {
|
|
2892
|
+
"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).",
|
|
2893
|
+
"type": "text"
|
|
2894
|
+
}
|
|
2895
|
+
},
|
|
2896
|
+
"link-list": {
|
|
2897
|
+
"title": {
|
|
2898
|
+
"value": "Link list",
|
|
2899
|
+
"type": "text"
|
|
2900
|
+
},
|
|
2901
|
+
"description": {
|
|
2902
|
+
"value": "These examples demonstrate the usage of syn-link in simple grouping contexts: Horizontal and Vertical alignment.",
|
|
2903
|
+
"type": "text"
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"tag": {
|
|
2907
|
+
"title": {
|
|
2908
|
+
"value": "Tag",
|
|
2909
|
+
"type": "text"
|
|
2910
|
+
},
|
|
2911
|
+
"description": {
|
|
2912
|
+
"value": "These examples demonstrate the usage of syn-tag in various contexts: In combination with multiple filters and within a standalone tag group.",
|
|
2913
|
+
"type": "text"
|
|
2914
|
+
}
|
|
2885
2915
|
}
|
|
2886
2916
|
},
|
|
2887
2917
|
"nav-item": {
|
|
@@ -3171,6 +3201,168 @@
|
|
|
3171
3201
|
"type": "text"
|
|
3172
3202
|
}
|
|
3173
3203
|
}
|
|
3204
|
+
},
|
|
3205
|
+
"combobox": {
|
|
3206
|
+
"default": {
|
|
3207
|
+
"title": {
|
|
3208
|
+
"value": "Combobox",
|
|
3209
|
+
"type": "text"
|
|
3210
|
+
},
|
|
3211
|
+
"description": {
|
|
3212
|
+
"value": "The combobox suggests items based on the user input.",
|
|
3213
|
+
"type": "text"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
"label": {
|
|
3217
|
+
"title": {
|
|
3218
|
+
"value": "Labels",
|
|
3219
|
+
"type": "text"
|
|
3220
|
+
},
|
|
3221
|
+
"description": {
|
|
3222
|
+
"value": "Use the label attribute to give the combobox an accessible label. For labels that contain HTML, use the label slot instead.",
|
|
3223
|
+
"type": "text"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
"help-text": {
|
|
3227
|
+
"title": {
|
|
3228
|
+
"value": "Help Text",
|
|
3229
|
+
"type": "text"
|
|
3230
|
+
},
|
|
3231
|
+
"description": {
|
|
3232
|
+
"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.",
|
|
3233
|
+
"type": "text"
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"placeholder": {
|
|
3237
|
+
"title": {
|
|
3238
|
+
"value": "Placeholder",
|
|
3239
|
+
"type": "text"
|
|
3240
|
+
},
|
|
3241
|
+
"description": {
|
|
3242
|
+
"value": "Use the placeholder attribute to add a placeholder.",
|
|
3243
|
+
"type": "text"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
"focus": {
|
|
3247
|
+
"title": {
|
|
3248
|
+
"value": "Focus / Active",
|
|
3249
|
+
"type": "text"
|
|
3250
|
+
},
|
|
3251
|
+
"description": {
|
|
3252
|
+
"value": "The focus attribute provides feedback to the users, informing them that the combobox component is ready for use.",
|
|
3253
|
+
"type": "text"
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
"simple": {
|
|
3257
|
+
"title": {
|
|
3258
|
+
"value": "Simple suggests",
|
|
3259
|
+
"type": "text"
|
|
3260
|
+
},
|
|
3261
|
+
"description": {
|
|
3262
|
+
"value": "A simple suggestions list shows the user a filtered list.",
|
|
3263
|
+
"type": "text"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"highlight": {
|
|
3267
|
+
"title": {
|
|
3268
|
+
"value": "Highlight Query",
|
|
3269
|
+
"type": "text"
|
|
3270
|
+
},
|
|
3271
|
+
"description": {
|
|
3272
|
+
"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.",
|
|
3273
|
+
"type": "text"
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
"grouping": {
|
|
3277
|
+
"title": {
|
|
3278
|
+
"value": "Grouping Query",
|
|
3279
|
+
"type": "text"
|
|
3280
|
+
},
|
|
3281
|
+
"description": {
|
|
3282
|
+
"value": "Use <syn-optgroup> to group <syn-option>`s visually.",
|
|
3283
|
+
"type": "text"
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
"container-height": {
|
|
3287
|
+
"title": {
|
|
3288
|
+
"value": "Suggestion Container Height",
|
|
3289
|
+
"type": "text"
|
|
3290
|
+
},
|
|
3291
|
+
"description": {
|
|
3292
|
+
"value": "The height of the filtered options list can be customized by setting the `max-height` on the `listbox` part of the combobox.",
|
|
3293
|
+
"type": "text"
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
"clearable": {
|
|
3297
|
+
"title": {
|
|
3298
|
+
"value": "Clearable",
|
|
3299
|
+
"type": "text"
|
|
3300
|
+
},
|
|
3301
|
+
"description": {
|
|
3302
|
+
"value": "Add the clearable attribute to add a clear button when the combobox has content.",
|
|
3303
|
+
"type": "text"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
"disabled": {
|
|
3307
|
+
"title": {
|
|
3308
|
+
"value": "Disabled",
|
|
3309
|
+
"type": "text"
|
|
3310
|
+
},
|
|
3311
|
+
"description": {
|
|
3312
|
+
"value": "Use the disabled attribute to disable a combobox.",
|
|
3313
|
+
"type": "text"
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
"size": {
|
|
3317
|
+
"title": {
|
|
3318
|
+
"value": "Sizes",
|
|
3319
|
+
"type": "text"
|
|
3320
|
+
},
|
|
3321
|
+
"description": {
|
|
3322
|
+
"value": "Use the size attribute to change a combobox size.",
|
|
3323
|
+
"type": "text"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
"invalid": {
|
|
3327
|
+
"title": {
|
|
3328
|
+
"value": "Invalid",
|
|
3329
|
+
"type": "text"
|
|
3330
|
+
},
|
|
3331
|
+
"description": {
|
|
3332
|
+
"value": "The invalid status is used to warn the user that the combobox is invalid. For example, if the entry is mandatory.",
|
|
3333
|
+
"type": "text"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
"preffix-sufffix": {
|
|
3337
|
+
"title": {
|
|
3338
|
+
"value": "Prefix Suffix Text and Icons",
|
|
3339
|
+
"type": "text"
|
|
3340
|
+
},
|
|
3341
|
+
"description": {
|
|
3342
|
+
"value": "Use the prefix and suffix slots to add text and icons.",
|
|
3343
|
+
"type": "text"
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
"async-options": {
|
|
3347
|
+
"title": {
|
|
3348
|
+
"value": "Async Options",
|
|
3349
|
+
"type": "text"
|
|
3350
|
+
},
|
|
3351
|
+
"description": {
|
|
3352
|
+
"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.",
|
|
3353
|
+
"type": "text"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
"custom-filter": {
|
|
3357
|
+
"title": {
|
|
3358
|
+
"value": "Custom filter",
|
|
3359
|
+
"type": "text"
|
|
3360
|
+
},
|
|
3361
|
+
"description": {
|
|
3362
|
+
"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.",
|
|
3363
|
+
"type": "text"
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3174
3366
|
}
|
|
3175
3367
|
},
|
|
3176
3368
|
"assets": {
|