@synergy-design-system/tokens 1.19.0 → 2.0.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.0.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.20.0...tokens/2.0.0) (2024-06-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🤔 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))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * syn-header - Deprecate default slot in favor of label slot
12
+ * syn-header - fix attribute naming
13
+ * syn-prio-nav - Deprecated prop "priority-menu-label"
14
+ * syn-side-nav - Adjust default width of open sidenav
15
+ * syn-card - Rename nested prop to sharp
16
+ * Wrappers - Remove deprecated methods in wrappers
17
+
18
+ # [@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)
19
+
20
+
21
+ ### Features
22
+
23
+ * ✨ icon-only button ([#498](https://github.com/synergy-design-system/synergy-design-system/issues/498)) ([d223e2c](https://github.com/synergy-design-system/synergy-design-system/commit/d223e2cd649fce2bb9109798613d4b7c60ce2117))
24
+
1
25
  # [@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
26
 
3
27
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.18.0
2
+ * @synergy-design-system/tokens version 1.20.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.18.0
2
+ * @synergy-design-system/tokens version 1.20.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.18.0
2
+ * @synergy-design-system/tokens version 1.20.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.18.0
2
+ * @synergy-design-system/tokens version 1.20.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 15 May 2024 12:54:42 GMT
5
+ * Generated on Wed, 05 Jun 2024 13:19:48 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.18.0
2
+ * @synergy-design-system/tokens version 1.20.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 15 May 2024 12:54:42 GMT
5
+ * Generated on Wed, 05 Jun 2024 13:19:48 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
package/package.json CHANGED
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "type": "module",
103
103
  "types": "./dist/js/index.d.ts",
104
- "version": "1.19.0",
104
+ "version": "2.0.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -173,7 +173,7 @@
173
173
  "title": {
174
174
  "value": "Breadcrumb Item",
175
175
  "type": "text"
176
- }
176
+ }
177
177
  }
178
178
  },
179
179
  "breadcrumb": {
@@ -328,6 +328,16 @@
328
328
  "value": "The focus event gives the user feedback that the Button has been focused by the keyboard interaction and that the button component is ready for use.",
329
329
  "type": "text"
330
330
  }
331
+ },
332
+ "icon-only": {
333
+ "title": {
334
+ "value": "Icon-only",
335
+ "type": "text"
336
+ },
337
+ "description": {
338
+ "value": "Insert just a single icon to use the same button style.",
339
+ "type": "text"
340
+ }
331
341
  }
332
342
  },
333
343
  "button-group": {
@@ -349,7 +359,7 @@
349
359
  "title": {
350
360
  "value": "Card",
351
361
  "type": "text"
352
- }
362
+ }
353
363
  },
354
364
  "basic-card": {
355
365
  "description": {
@@ -393,7 +403,7 @@
393
403
  },
394
404
  "nested": {
395
405
  "description": {
396
- "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.",
397
407
  "type": "text"
398
408
  },
399
409
  "title": {
@@ -2321,7 +2331,17 @@
2321
2331
  }
2322
2332
  },
2323
2333
  "templates": {
2324
- "default": {
2334
+ "application-shell": {
2335
+ "title": {
2336
+ "value": "Application Shell",
2337
+ "type": "text"
2338
+ },
2339
+ "description": {
2340
+ "value": "Description for application shell",
2341
+ "type": "text"
2342
+ }
2343
+ },
2344
+ "contact-form": {
2325
2345
  "title": {
2326
2346
  "value": "Forms",
2327
2347
  "type": "text"
@@ -2961,4 +2981,4 @@
2961
2981
  }
2962
2982
  }
2963
2983
  }
2964
- }
2984
+ }