@synergy-design-system/tokens 1.18.0 → 1.20.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,17 @@
1
+ # [@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
+
3
+
4
+ ### Features
5
+
6
+ * ✨ 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))
7
+
8
+ # [@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)
9
+
10
+
11
+ ### Features
12
+
13
+ * ✨ 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))
14
+
1
15
  # [@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
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.17.0
2
+ * @synergy-design-system/tokens version 1.19.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.17.0
2
+ * @synergy-design-system/tokens version 1.19.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.17.0
2
+ * @synergy-design-system/tokens version 1.19.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.17.0
2
+ * @synergy-design-system/tokens version 1.19.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 15 May 2024 08:15:55 GMT
5
+ * Generated on Wed, 05 Jun 2024 12:50:34 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.17.0
2
+ * @synergy-design-system/tokens version 1.19.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 15 May 2024 08:15:55 GMT
5
+ * Generated on Wed, 05 Jun 2024 12:50:34 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/eslint-config-syn": "0.1.0",
22
- "@synergy-design-system/stylelint-config-syn": "0.1.0"
21
+ "@synergy-design-system/stylelint-config-syn": "0.1.0",
22
+ "@synergy-design-system/eslint-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.18.0",
104
+ "version": "1.20.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
- "description": {
169
- "value": "Breadcrumb Items are used inside breadcrumbs to represent different links.",
170
- "type": "text"
171
- },
172
- "title": {
173
- "value": "Breadcrumb Item",
174
- "type": "text"
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": {
@@ -326,6 +328,16 @@
326
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.",
327
329
  "type": "text"
328
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
+ }
329
341
  }
330
342
  },
331
343
  "button-group": {
@@ -347,7 +359,7 @@
347
359
  "title": {
348
360
  "value": "Card",
349
361
  "type": "text"
350
- }
362
+ }
351
363
  },
352
364
  "basic-card": {
353
365
  "description": {
@@ -2319,7 +2331,17 @@
2319
2331
  }
2320
2332
  },
2321
2333
  "templates": {
2322
- "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": {
2323
2345
  "title": {
2324
2346
  "value": "Forms",
2325
2347
  "type": "text"
@@ -2959,4 +2981,4 @@
2959
2981
  }
2960
2982
  }
2961
2983
  }
2962
- }
2984
+ }