@synergy-design-system/tokens 1.17.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 CHANGED
@@ -1,3 +1,10 @@
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
+
1
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)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.16.0
2
+ * @synergy-design-system/tokens version 1.17.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.16.0
2
+ * @synergy-design-system/tokens version 1.17.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.16.0
2
+ * @synergy-design-system/tokens version 1.17.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.16.0
2
+ * @synergy-design-system/tokens version 1.17.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 08 May 2024 05:53:28 GMT
5
+ * Generated on Wed, 15 May 2024 08:15:55 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.16.0
2
+ * @synergy-design-system/tokens version 1.17.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 08 May 2024 05:53:28 GMT
5
+ * Generated on Wed, 15 May 2024 08:15:55 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/stylelint-config-syn": "0.1.0",
22
- "@synergy-design-system/eslint-config-syn": "0.1.0"
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.17.0",
104
+ "version": "1.18.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -339,13 +339,65 @@
339
339
  }
340
340
  },
341
341
  "card": {
342
- "description": {
343
- "value": "Cards can be used to group related subjects in a container.",
344
- "type": "text"
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
+ }
345
351
  },
346
- "title": {
347
- "value": "Card",
348
- "type": "text"
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
+ }
349
401
  }
350
402
  },
351
403
  "carousel-item": {
@@ -1813,13 +1865,75 @@
1813
1865
  }
1814
1866
  },
1815
1867
  "tab-group": {
1816
- "description": {
1817
- "value": "Tab groups organize content into a container that shows one section at a time.",
1818
- "type": "text"
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
+ }
1819
1877
  },
1820
- "title": {
1821
- "value": "Tab Group",
1822
- "type": "text"
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
+ }
1823
1937
  }
1824
1938
  },
1825
1939
  "tab-panel": {
@@ -1833,13 +1947,15 @@
1833
1947
  }
1834
1948
  },
1835
1949
  "tab": {
1836
- "description": {
1837
- "value": "Tabs are used inside tab groups to represent and activate tab panels.",
1838
- "type": "text"
1839
- },
1840
- "title": {
1841
- "value": "Tab",
1842
- "type": "text"
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
+ }
1843
1959
  }
1844
1960
  },
1845
1961
  "tag": {
@@ -2843,4 +2959,4 @@
2843
2959
  }
2844
2960
  }
2845
2961
  }
2846
- }
2962
+ }
@@ -7,4 +7,4 @@
7
7
  }
8
8
  }
9
9
  }
10
- }
10
+ }