@synergy-design-system/tokens 1.20.0 → 2.1.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,27 @@
1
+ # [@synergy-design-system/tokens-v2.1.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.0.0...tokens/2.1.0) (2024-06-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ syn-tab ([#496](https://github.com/synergy-design-system/synergy-design-system/issues/496)) ([921299e](https://github.com/synergy-design-system/synergy-design-system/commit/921299e8f37db2b0a5f3e53a891f8f03ce39e12d))
7
+
8
+ # [@synergy-design-system/tokens-v2.0.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.20.0...tokens/2.0.0) (2024-06-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 🤔 v2 breaking changes ([#448](https://github.com/synergy-design-system/synergy-design-system/issues/448)) ([b251fa7](https://github.com/synergy-design-system/synergy-design-system/commit/b251fa72ec6668d005eed23c561e901dc050ab83))
14
+
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ * syn-header - Deprecate default slot in favor of label slot
19
+ * syn-header - fix attribute naming
20
+ * syn-prio-nav - Deprecated prop "priority-menu-label"
21
+ * syn-side-nav - Adjust default width of open sidenav
22
+ * syn-card - Rename nested prop to sharp
23
+ * Wrappers - Remove deprecated methods in wrappers
24
+
1
25
  # [@synergy-design-system/tokens-v1.20.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.19.0...tokens/1.20.0) (2024-06-05)
2
26
 
3
27
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.19.0
2
+ * @synergy-design-system/tokens version 2.0.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.19.0
2
+ * @synergy-design-system/tokens version 2.0.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.19.0
2
+ * @synergy-design-system/tokens version 2.0.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.19.0
2
+ * @synergy-design-system/tokens version 2.0.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 05 Jun 2024 12:50:34 GMT
5
+ * Generated on Tue, 18 Jun 2024 07:24:50 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.19.0
2
+ * @synergy-design-system/tokens version 2.0.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 05 Jun 2024 12:50:34 GMT
5
+ * Generated on Tue, 18 Jun 2024 07:24:50 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.20.0",
104
+ "version": "2.1.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -403,7 +403,7 @@
403
403
  },
404
404
  "nested": {
405
405
  "description": {
406
- "value": "Its possible to expand the Card to a Background Card and nest multiple cards into.",
406
+ "value": "Use the sharp attribute to draw the card with sharp edges. This can be used to e.g expand a Card to a Background Card and nest multiple sharp cards into.",
407
407
  "type": "text"
408
408
  },
409
409
  "title": {
@@ -1946,6 +1946,16 @@
1946
1946
  "value": "To structure the Page, you can use different tab styles.",
1947
1947
  "type": "text"
1948
1948
  }
1949
+ },
1950
+ "icon": {
1951
+ "title": {
1952
+ "value": "Icons",
1953
+ "type": "text"
1954
+ },
1955
+ "description": {
1956
+ "value": "It is also possible to a Add icon to the Tabs.",
1957
+ "type": "text"
1958
+ }
1949
1959
  }
1950
1960
  },
1951
1961
  "tab-panel": {