@synergy-design-system/tokens 1.12.0 → 1.12.1

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.12.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.12.0...tokens/1.12.1) (2024-04-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🤔 update dependencies ([#438](https://github.com/synergy-design-system/synergy-design-system/issues/438)) ([f3d648b](https://github.com/synergy-design-system/synergy-design-system/commit/f3d648b2071214cd6d58ff18d66e434dd32bfc76))
7
+
1
8
  # [@synergy-design-system/tokens-v1.12.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.11.0...tokens/1.12.0) (2024-04-18)
2
9
 
3
10
 
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  This package provides the design tokens that form the base for all components of the synergy design system.
4
4
  It provides multiple exports for colors, spacings, shadows, sizings, etc. that can be also consumed by applications directly.
5
5
 
6
+ The source of the tokens can be found at [Figma](https://www.figma.com/file/bZFqk9urD3NlghGUKrkKCR/Synergy-Digital-Design-System?type=design&node-id=104-235&mode=design&t=GPu4VVd9yffLLAaS-0)
7
+
6
8
  ---
7
9
 
8
10
  ## Installation
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.11.0
2
+ * @synergy-design-system/tokens version 1.12.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.11.0
2
+ * @synergy-design-system/tokens version 1.12.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.11.0
2
+ * @synergy-design-system/tokens version 1.12.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.11.0
2
+ * @synergy-design-system/tokens version 1.12.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Thu, 18 Apr 2024 09:32:36 GMT
5
+ * Generated on Tue, 23 Apr 2024 09:42:20 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.11.0
2
+ * @synergy-design-system/tokens version 1.12.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Thu, 18 Apr 2024 09:32:36 GMT
5
+ * Generated on Tue, 23 Apr 2024 09:42:20 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
package/package.json CHANGED
@@ -8,16 +8,16 @@
8
8
  "@semantic-release/changelog": "^6.0.3",
9
9
  "@semantic-release/exec": "^6.0.3",
10
10
  "@semantic-release/git": "^10.0.1",
11
- "@tokens-studio/sd-transforms": "^0.14.2",
11
+ "@tokens-studio/sd-transforms": "^0.14.4",
12
12
  "chalk": "^5.3.0",
13
- "change-case": "^4.1.2",
14
- "eslint": "^8.56.0",
13
+ "change-case": "^5.4.4",
14
+ "eslint": "^8.57.0",
15
15
  "eslint-plugin-import": "^2.29.1",
16
16
  "rimraf": "^5.0.5",
17
17
  "semantic-release": "^19.0.5",
18
18
  "semantic-release-monorepo": "7.0.5",
19
19
  "style-dictionary": "^3.9.2",
20
- "stylelint": "^16.2.1",
20
+ "stylelint": "^16.3.1",
21
21
  "@synergy-design-system/eslint-config-syn": "0.1.0",
22
22
  "@synergy-design-system/stylelint-config-syn": "0.1.0"
23
23
  },
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "type": "module",
103
103
  "types": "./dist/js/index.d.ts",
104
- "version": "1.12.0",
104
+ "version": "1.12.1",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -775,7 +775,7 @@
775
775
  "icon-button": {
776
776
  "default": {
777
777
  "description": {
778
- "value": "Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.\n\nFor a full list of icons that come bundled with Synergy, refer to the Assets.",
778
+ "value": "Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.\n\nFor a full list of icons that come bundled with Synergy, refer to the Assets.\n\n**Note:** To make the icon-button work in development, have a look at the icon documentation for how to set up the assets package.",
779
779
  "type": "text"
780
780
  },
781
781
  "title": {
@@ -2739,4 +2739,4 @@
2739
2739
  }
2740
2740
  }
2741
2741
  }
2742
- }
2742
+ }