@synergy-design-system/tokens 1.17.0 → 1.19.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 +2 -2
- package/dist/themes/light.css +2 -2
- package/package.json +3 -3
- package/src/figma-tokens/_docs.json +145 -27
- package/src/figma-tokens/semantic/overlays.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v1.19.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.18.0...tokens/1.19.0) (2024-05-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ syn-breadcrumb ([#470](https://github.com/synergy-design-system/synergy-design-system/issues/470)) ([3f15e28](https://github.com/synergy-design-system/synergy-design-system/commit/3f15e28c60829f344d07c3751d19e1cf8787e64e))
|
|
7
|
+
|
|
8
|
+
# [@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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ 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))
|
|
14
|
+
|
|
1
15
|
# [@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)
|
|
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.18.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Wed,
|
|
5
|
+
* Generated on Wed, 15 May 2024 12:54:42 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 1.
|
|
2
|
+
* @synergy-design-system/tokens version 1.18.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Wed,
|
|
5
|
+
* Generated on Wed, 15 May 2024 12:54:42 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
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.19.0",
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
107
|
"clean": "rimraf build",
|
|
@@ -165,13 +165,15 @@
|
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
"breadcrumb-item": {
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"
|
|
174
|
-
|
|
168
|
+
"default": {
|
|
169
|
+
"description": {
|
|
170
|
+
"value": "Breadcrumb Items are used inside breadcrumbs to represent different links.",
|
|
171
|
+
"type": "text"
|
|
172
|
+
},
|
|
173
|
+
"title": {
|
|
174
|
+
"value": "Breadcrumb Item",
|
|
175
|
+
"type": "text"
|
|
176
|
+
}
|
|
175
177
|
}
|
|
176
178
|
},
|
|
177
179
|
"breadcrumb": {
|
|
@@ -339,13 +341,65 @@
|
|
|
339
341
|
}
|
|
340
342
|
},
|
|
341
343
|
"card": {
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
|
|
344
|
+
"default": {
|
|
345
|
+
"description": {
|
|
346
|
+
"value": "Cards can be used to group related subjects in a container.",
|
|
347
|
+
"type": "text"
|
|
348
|
+
},
|
|
349
|
+
"title": {
|
|
350
|
+
"value": "Card",
|
|
351
|
+
"type": "text"
|
|
352
|
+
}
|
|
345
353
|
},
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
|
|
354
|
+
"basic-card": {
|
|
355
|
+
"description": {
|
|
356
|
+
"value": "Basic cards aren’t very exciting, but they can display any content you want them to.",
|
|
357
|
+
"type": "text"
|
|
358
|
+
},
|
|
359
|
+
"title": {
|
|
360
|
+
"value": "Basic Card",
|
|
361
|
+
"type": "text"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"with-header": {
|
|
365
|
+
"description": {
|
|
366
|
+
"value": "Headers can be used to display titles and more.",
|
|
367
|
+
"type": "text"
|
|
368
|
+
},
|
|
369
|
+
"title": {
|
|
370
|
+
"value": "Card with Header",
|
|
371
|
+
"type": "text"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"with-footer": {
|
|
375
|
+
"description": {
|
|
376
|
+
"value": "Footers can be used to display actions, summaries, or other relevant content.",
|
|
377
|
+
"type": "text"
|
|
378
|
+
},
|
|
379
|
+
"title": {
|
|
380
|
+
"value": "Card with Footer",
|
|
381
|
+
"type": "text"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"images": {
|
|
385
|
+
"description": {
|
|
386
|
+
"value": "Cards accept an image slot. The image is displayed atop the card and stretches to fit.",
|
|
387
|
+
"type": "text"
|
|
388
|
+
},
|
|
389
|
+
"title": {
|
|
390
|
+
"value": "Images",
|
|
391
|
+
"type": "text"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"nested": {
|
|
395
|
+
"description": {
|
|
396
|
+
"value": "Its possible to expand the Card to a Background Card and nest multiple cards into.",
|
|
397
|
+
"type": "text"
|
|
398
|
+
},
|
|
399
|
+
"title": {
|
|
400
|
+
"value": "Nested Card",
|
|
401
|
+
"type": "text"
|
|
402
|
+
}
|
|
349
403
|
}
|
|
350
404
|
},
|
|
351
405
|
"carousel-item": {
|
|
@@ -1813,13 +1867,75 @@
|
|
|
1813
1867
|
}
|
|
1814
1868
|
},
|
|
1815
1869
|
"tab-group": {
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
|
|
1870
|
+
"default": {
|
|
1871
|
+
"description": {
|
|
1872
|
+
"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.",
|
|
1873
|
+
"type": "text"
|
|
1874
|
+
},
|
|
1875
|
+
"title": {
|
|
1876
|
+
"value": "Tab Group",
|
|
1877
|
+
"type": "text"
|
|
1878
|
+
}
|
|
1819
1879
|
},
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
|
|
1880
|
+
"start": {
|
|
1881
|
+
"title": {
|
|
1882
|
+
"value": "Tabs on Start",
|
|
1883
|
+
"type": "text"
|
|
1884
|
+
},
|
|
1885
|
+
"description": {
|
|
1886
|
+
"value": "Tabs can be shown on the starting side by setting placement to start.",
|
|
1887
|
+
"type": "text"
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
"end": {
|
|
1891
|
+
"title": {
|
|
1892
|
+
"value": "Tabs on End",
|
|
1893
|
+
"type": "text"
|
|
1894
|
+
},
|
|
1895
|
+
"description": {
|
|
1896
|
+
"value": "Tabs can be shown on the ending side by setting placement to end.",
|
|
1897
|
+
"type": "text"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"closable": {
|
|
1901
|
+
"title": {
|
|
1902
|
+
"value": "Closable Tabs",
|
|
1903
|
+
"type": "text"
|
|
1904
|
+
},
|
|
1905
|
+
"description": {
|
|
1906
|
+
"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.",
|
|
1907
|
+
"type": "text"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
"scrolling": {
|
|
1911
|
+
"title": {
|
|
1912
|
+
"value": "Scrolling Tabs",
|
|
1913
|
+
"type": "text"
|
|
1914
|
+
},
|
|
1915
|
+
"description": {
|
|
1916
|
+
"value": "When there are more tabs than horizontal space allows, the nav will be scrollable.",
|
|
1917
|
+
"type": "text"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"manuel": {
|
|
1921
|
+
"title": {
|
|
1922
|
+
"value": "Manual Activation",
|
|
1923
|
+
"type": "text"
|
|
1924
|
+
},
|
|
1925
|
+
"description": {
|
|
1926
|
+
"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).",
|
|
1927
|
+
"type": "text"
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"hierachy": {
|
|
1931
|
+
"title": {
|
|
1932
|
+
"value": "Visual Hierarchy",
|
|
1933
|
+
"type": "text"
|
|
1934
|
+
},
|
|
1935
|
+
"description": {
|
|
1936
|
+
"value": "To structure the Page, you can use different tab styles.",
|
|
1937
|
+
"type": "text"
|
|
1938
|
+
}
|
|
1823
1939
|
}
|
|
1824
1940
|
},
|
|
1825
1941
|
"tab-panel": {
|
|
@@ -1833,13 +1949,15 @@
|
|
|
1833
1949
|
}
|
|
1834
1950
|
},
|
|
1835
1951
|
"tab": {
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
"
|
|
1842
|
-
|
|
1952
|
+
"default": {
|
|
1953
|
+
"description": {
|
|
1954
|
+
"value": "Tabs are used inside tab groups to represent and activate tab panels.",
|
|
1955
|
+
"type": "text"
|
|
1956
|
+
},
|
|
1957
|
+
"title": {
|
|
1958
|
+
"value": "Tab",
|
|
1959
|
+
"type": "text"
|
|
1960
|
+
}
|
|
1843
1961
|
}
|
|
1844
1962
|
},
|
|
1845
1963
|
"tag": {
|
|
@@ -2843,4 +2961,4 @@
|
|
|
2843
2961
|
}
|
|
2844
2962
|
}
|
|
2845
2963
|
}
|
|
2846
|
-
}
|
|
2964
|
+
}
|