@synergy-design-system/tokens 2.1.0 → 2.2.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-v2.2.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.1.0...tokens/2.2.0) (2024-06-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ Styles Package ([#495](https://github.com/synergy-design-system/synergy-design-system/issues/495)) ([5e7b3dc](https://github.com/synergy-design-system/synergy-design-system/commit/5e7b3dc54bc9d94060fafc8119648e9e01bd07b7))
7
+
1
8
  # [@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
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.0.0
2
+ * @synergy-design-system/tokens version 2.1.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 2.0.0
2
+ * @synergy-design-system/tokens version 2.1.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.0.0
2
+ * @synergy-design-system/tokens version 2.1.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 2.0.0
2
+ * @synergy-design-system/tokens version 2.1.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 18 Jun 2024 07:24:50 GMT
5
+ * Generated on Tue, 18 Jun 2024 14:30:01 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.0.0
2
+ * @synergy-design-system/tokens version 2.1.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 18 Jun 2024 07:24:50 GMT
5
+ * Generated on Tue, 18 Jun 2024 14:30:01 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": "2.1.0",
104
+ "version": "2.2.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -2340,6 +2340,38 @@
2340
2340
  }
2341
2341
  }
2342
2342
  },
2343
+ "styles": {
2344
+ "body": {
2345
+ "description": {
2346
+ "value": "Body text is used for long-form content where a paragraph or multiple lines of text are required. Body text styles are optimized for reading as a large chunk of information through line height and paragraph spacing. Inline links sit within body text styles and inherit the same font values.\nUI text is text used in UI components and uses the same text stylings.\n\nThe default font size is medium (16 px). Synergy supports three additional font sizes for body copy.\n\nIt is also possible to format the text bold or semibold for certain text passages and UI elements such as label.",
2347
+ "type": "text"
2348
+ },
2349
+ "title": {
2350
+ "value": "Body and UI text",
2351
+ "type": "text"
2352
+ }
2353
+ },
2354
+ "headings": {
2355
+ "description": {
2356
+ "value": "Heading styles come in a range of sizes, and can be used in a range of contexts, such as:\n- building page hierarchy,\n- helping users scan large chunks of text,\n- providing a title to a page or piece of content,\n-as subheadings or eyebrow headings, where there is still only one H1 tag per page (as per Accessibility requirements).\n\nOur heading styles are consistently bold, to better address the visual hierarchy.",
2357
+ "type": "text"
2358
+ },
2359
+ "title": {
2360
+ "value": "Headings",
2361
+ "type": "text"
2362
+ }
2363
+ },
2364
+ "weight": {
2365
+ "description": {
2366
+ "value": "Supported font weights",
2367
+ "type": "text"
2368
+ },
2369
+ "title": {
2370
+ "value": "Font-Weights",
2371
+ "type": "text"
2372
+ }
2373
+ }
2374
+ },
2343
2375
  "templates": {
2344
2376
  "application-shell": {
2345
2377
  "title": {
@@ -2991,4 +3023,4 @@
2991
3023
  }
2992
3024
  }
2993
3025
  }
2994
- }
3026
+ }