@synergy-design-system/tokens 1.16.0 → 1.18.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/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 +3 -3
- package/dist/themes/light.css +3 -3
- package/package.json +3 -3
- package/src/figma-tokens/_docs.json +184 -26
- package/src/figma-tokens/semantic/overlays.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v1.18.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.17.0...tokens/1.18.0) (2024-05-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ syn-card ([#467](https://github.com/synergy-design-system/synergy-design-system/issues/467)) ([6fa03de](https://github.com/synergy-design-system/synergy-design-system/commit/6fa03def4564236b737df851880902da03b4f47d))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v1.17.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.16.0...tokens/1.17.0) (2024-05-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ syn-dialog ([#458](https://github.com/synergy-design-system/synergy-design-system/issues/458)) ([7247f0c](https://github.com/synergy-design-system/synergy-design-system/commit/7247f0cca654ea10ec5968d92175e546c43515cd))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v1.16.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.15.0...tokens/1.16.0) (2024-05-02)
|
|
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.
|
|
2
|
+
* @synergy-design-system/tokens version 1.17.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Wed, 15 May 2024 08:15:55 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-dark {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
--syn-input-font-size-small: var(--syn-font-size-small);
|
|
127
127
|
--syn-input-font-size-medium: var(--syn-font-size-medium);
|
|
128
128
|
--syn-input-font-size-large: var(--syn-font-size-large);
|
|
129
|
-
--syn-overlay-background-color: rgba(0, 0, 0, 0.
|
|
129
|
+
--syn-overlay-background-color: rgba(0, 0, 0, 0.5);
|
|
130
130
|
--syn-panel-background-color: var(--syn-color-neutral-0);
|
|
131
131
|
--syn-panel-border-color: var(--syn-color-neutral-300);
|
|
132
132
|
--syn-panel-border-width: var(--syn-border-width-small);
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.
|
|
2
|
+
* @synergy-design-system/tokens version 1.17.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Wed, 15 May 2024 08:15:55 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
--syn-input-font-size-small: var(--syn-font-size-small);
|
|
127
127
|
--syn-input-font-size-medium: var(--syn-font-size-medium);
|
|
128
128
|
--syn-input-font-size-large: var(--syn-font-size-large);
|
|
129
|
-
--syn-overlay-background-color: rgba(0, 0, 0, 0.
|
|
129
|
+
--syn-overlay-background-color: rgba(0, 0, 0, 0.5);
|
|
130
130
|
--syn-panel-background-color: var(--syn-color-neutral-0);
|
|
131
131
|
--syn-panel-border-color: var(--syn-color-neutral-300);
|
|
132
132
|
--syn-panel-border-width: var(--syn-border-width-small);
|
package/package.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"semantic-release-monorepo": "7.0.5",
|
|
19
19
|
"style-dictionary": "^3.9.2",
|
|
20
20
|
"stylelint": "^16.3.1",
|
|
21
|
-
"@synergy-design-system/
|
|
22
|
-
"@synergy-design-system/
|
|
21
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
22
|
+
"@synergy-design-system/stylelint-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": "1.
|
|
104
|
+
"version": "1.18.0",
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
107
|
"clean": "rimraf build",
|
|
@@ -175,13 +175,55 @@
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
"breadcrumb": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
|
|
178
|
+
"default": {
|
|
179
|
+
"description": {
|
|
180
|
+
"value": "Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy. Breadcrumbs are usually placed before a page’s main content with the current page shown last to indicate the user’s position in the navigation.",
|
|
181
|
+
"type": "text"
|
|
182
|
+
},
|
|
183
|
+
"title": {
|
|
184
|
+
"value": "Breadcrumb",
|
|
185
|
+
"type": "text"
|
|
186
|
+
}
|
|
181
187
|
},
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
|
|
188
|
+
"links": {
|
|
189
|
+
"title": {
|
|
190
|
+
"value": "Breadcrumb Links",
|
|
191
|
+
"type": "text"
|
|
192
|
+
},
|
|
193
|
+
"description": {
|
|
194
|
+
"value": "By default, breadcrumb items are rendered as buttons so you can use them to navigate single-page applications. In this case, you’ll need to add event listeners to handle clicks.\n\nFor websites, you’ll probably want to use links instead. You can make any breadcrumb item a link by applying an href attribute to it. Now, when the user activates it, they’ll be taken to the corresponding page — no event listeners required.",
|
|
195
|
+
"type": "text"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"prefix": {
|
|
199
|
+
"title": {
|
|
200
|
+
"value": "Prefixes",
|
|
201
|
+
"type": "text"
|
|
202
|
+
},
|
|
203
|
+
"description": {
|
|
204
|
+
"value": "Use the prefix slot to add content before any breadcrumb item.",
|
|
205
|
+
"type": "text"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"suffix": {
|
|
209
|
+
"title": {
|
|
210
|
+
"value": "Suffixes",
|
|
211
|
+
"type": "text"
|
|
212
|
+
},
|
|
213
|
+
"description": {
|
|
214
|
+
"value": "Use the suffix slot to add content after any breadcrumb item.",
|
|
215
|
+
"type": "text"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"menu": {
|
|
219
|
+
"title": {
|
|
220
|
+
"value": "With Dropdowns",
|
|
221
|
+
"type": "text"
|
|
222
|
+
},
|
|
223
|
+
"description": {
|
|
224
|
+
"value": "Dropdown menus can be placed in a prefix or suffix slot to provide additional options.",
|
|
225
|
+
"type": "text"
|
|
226
|
+
}
|
|
185
227
|
}
|
|
186
228
|
},
|
|
187
229
|
"button": {
|
|
@@ -297,13 +339,65 @@
|
|
|
297
339
|
}
|
|
298
340
|
},
|
|
299
341
|
"card": {
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
|
|
342
|
+
"default": {
|
|
343
|
+
"description": {
|
|
344
|
+
"value": "Cards can be used to group related subjects in a container.",
|
|
345
|
+
"type": "text"
|
|
346
|
+
},
|
|
347
|
+
"title": {
|
|
348
|
+
"value": "Card",
|
|
349
|
+
"type": "text"
|
|
350
|
+
}
|
|
303
351
|
},
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
|
|
352
|
+
"basic-card": {
|
|
353
|
+
"description": {
|
|
354
|
+
"value": "Basic cards aren’t very exciting, but they can display any content you want them to.",
|
|
355
|
+
"type": "text"
|
|
356
|
+
},
|
|
357
|
+
"title": {
|
|
358
|
+
"value": "Basic Card",
|
|
359
|
+
"type": "text"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"with-header": {
|
|
363
|
+
"description": {
|
|
364
|
+
"value": "Headers can be used to display titles and more.",
|
|
365
|
+
"type": "text"
|
|
366
|
+
},
|
|
367
|
+
"title": {
|
|
368
|
+
"value": "Card with Header",
|
|
369
|
+
"type": "text"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"with-footer": {
|
|
373
|
+
"description": {
|
|
374
|
+
"value": "Footers can be used to display actions, summaries, or other relevant content.",
|
|
375
|
+
"type": "text"
|
|
376
|
+
},
|
|
377
|
+
"title": {
|
|
378
|
+
"value": "Card with Footer",
|
|
379
|
+
"type": "text"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"images": {
|
|
383
|
+
"description": {
|
|
384
|
+
"value": "Cards accept an image slot. The image is displayed atop the card and stretches to fit.",
|
|
385
|
+
"type": "text"
|
|
386
|
+
},
|
|
387
|
+
"title": {
|
|
388
|
+
"value": "Images",
|
|
389
|
+
"type": "text"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"nested": {
|
|
393
|
+
"description": {
|
|
394
|
+
"value": "Its possible to expand the Card to a Background Card and nest multiple cards into.",
|
|
395
|
+
"type": "text"
|
|
396
|
+
},
|
|
397
|
+
"title": {
|
|
398
|
+
"value": "Nested Card",
|
|
399
|
+
"type": "text"
|
|
400
|
+
}
|
|
307
401
|
}
|
|
308
402
|
},
|
|
309
403
|
"carousel-item": {
|
|
@@ -1771,13 +1865,75 @@
|
|
|
1771
1865
|
}
|
|
1772
1866
|
},
|
|
1773
1867
|
"tab-group": {
|
|
1774
|
-
"
|
|
1775
|
-
"
|
|
1776
|
-
|
|
1868
|
+
"default": {
|
|
1869
|
+
"description": {
|
|
1870
|
+
"value": "Tab groups organize content into a container that shows one section at a time. Tab groups make use of tabs and tab panels. Each tab must be slotted into the nav slot and its panel must refer to a tab panel of the same name.",
|
|
1871
|
+
"type": "text"
|
|
1872
|
+
},
|
|
1873
|
+
"title": {
|
|
1874
|
+
"value": "Tab Group",
|
|
1875
|
+
"type": "text"
|
|
1876
|
+
}
|
|
1777
1877
|
},
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1780
|
-
|
|
1878
|
+
"start": {
|
|
1879
|
+
"title": {
|
|
1880
|
+
"value": "Tabs on Start",
|
|
1881
|
+
"type": "text"
|
|
1882
|
+
},
|
|
1883
|
+
"description": {
|
|
1884
|
+
"value": "Tabs can be shown on the starting side by setting placement to start.",
|
|
1885
|
+
"type": "text"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"end": {
|
|
1889
|
+
"title": {
|
|
1890
|
+
"value": "Tabs on End",
|
|
1891
|
+
"type": "text"
|
|
1892
|
+
},
|
|
1893
|
+
"description": {
|
|
1894
|
+
"value": "Tabs can be shown on the ending side by setting placement to end.",
|
|
1895
|
+
"type": "text"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"closable": {
|
|
1899
|
+
"title": {
|
|
1900
|
+
"value": "Closable Tabs",
|
|
1901
|
+
"type": "text"
|
|
1902
|
+
},
|
|
1903
|
+
"description": {
|
|
1904
|
+
"value": "Add the closable attribute to a tab to show a close button. This example shows how you can dynamically remove tabs from the DOM when the close button is activated.",
|
|
1905
|
+
"type": "text"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
"scrolling": {
|
|
1909
|
+
"title": {
|
|
1910
|
+
"value": "Scrolling Tabs",
|
|
1911
|
+
"type": "text"
|
|
1912
|
+
},
|
|
1913
|
+
"description": {
|
|
1914
|
+
"value": "When there are more tabs than horizontal space allows, the nav will be scrollable.",
|
|
1915
|
+
"type": "text"
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
"manuel": {
|
|
1919
|
+
"title": {
|
|
1920
|
+
"value": "Manual Activation",
|
|
1921
|
+
"type": "text"
|
|
1922
|
+
},
|
|
1923
|
+
"description": {
|
|
1924
|
+
"value": "When focused, keyboard users can press Left or Right to select the desired tab. By default, the corresponding tab panel will be shown immediately (automatic activation). You can change this behavior by setting activation=\"manual\" which will require the user to press Space or Enter before showing the tab panel (manual activation).",
|
|
1925
|
+
"type": "text"
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
"hierachy": {
|
|
1929
|
+
"title": {
|
|
1930
|
+
"value": "Visual Hierarchy",
|
|
1931
|
+
"type": "text"
|
|
1932
|
+
},
|
|
1933
|
+
"description": {
|
|
1934
|
+
"value": "To structure the Page, you can use different tab styles.",
|
|
1935
|
+
"type": "text"
|
|
1936
|
+
}
|
|
1781
1937
|
}
|
|
1782
1938
|
},
|
|
1783
1939
|
"tab-panel": {
|
|
@@ -1791,13 +1947,15 @@
|
|
|
1791
1947
|
}
|
|
1792
1948
|
},
|
|
1793
1949
|
"tab": {
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
"
|
|
1800
|
-
|
|
1950
|
+
"default": {
|
|
1951
|
+
"description": {
|
|
1952
|
+
"value": "Tabs are used inside tab groups to represent and activate tab panels.",
|
|
1953
|
+
"type": "text"
|
|
1954
|
+
},
|
|
1955
|
+
"title": {
|
|
1956
|
+
"value": "Tab",
|
|
1957
|
+
"type": "text"
|
|
1958
|
+
}
|
|
1801
1959
|
}
|
|
1802
1960
|
},
|
|
1803
1961
|
"tag": {
|
|
@@ -2801,4 +2959,4 @@
|
|
|
2801
2959
|
}
|
|
2802
2960
|
}
|
|
2803
2961
|
}
|
|
2804
|
-
}
|
|
2962
|
+
}
|