@synergy-design-system/tokens 2.10.0 → 2.11.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.11.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.10.0...tokens/2.11.0) (2024-09-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ add support for folder dnd in syn-file ([#616](https://github.com/synergy-design-system/synergy-design-system/issues/616)) ([114893b](https://github.com/synergy-design-system/synergy-design-system/commit/114893b7422ae86acd5893fc3f212054ce7e297e))
7
+
1
8
  # [@synergy-design-system/tokens-v2.10.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.9.0...tokens/2.10.0) (2024-09-24)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.9.0
2
+ * @synergy-design-system/tokens version 2.10.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.9.0
2
+ * @synergy-design-system/tokens version 2.10.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.9.0
2
+ * @synergy-design-system/tokens version 2.10.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.9.0
2
+ * @synergy-design-system/tokens version 2.10.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 24 Sep 2024 09:48:08 GMT
5
+ * Generated on Fri, 27 Sep 2024 12:12:34 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.9.0
2
+ * @synergy-design-system/tokens version 2.10.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 24 Sep 2024 09:48:08 GMT
5
+ * Generated on Fri, 27 Sep 2024 12:12:34 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.10.0",
104
+ "version": "2.11.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -997,7 +997,7 @@
997
997
  "type": "text"
998
998
  },
999
999
  "description": {
1000
- "value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are uploaded (“file” -> “files”)",
1000
+ "value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are selected (“file” -> “files”)",
1001
1001
  "type": "text"
1002
1002
  }
1003
1003
  },
@@ -1027,7 +1027,7 @@
1027
1027
  "type": "text"
1028
1028
  },
1029
1029
  "description": {
1030
- "value": "Use the size attribute to change a file uploads size.",
1030
+ "value": "Use the size attribute to change the component's size.",
1031
1031
  "type": "text"
1032
1032
  }
1033
1033
  },
@@ -1060,6 +1060,16 @@
1060
1060
  "value": "The invalid status is used to warn the user that the syn-file is invalid. For example, if the entry of text is mandatory and nothing has been entered or if a text has been entered that does not have the correct format.",
1061
1061
  "type": "text"
1062
1062
  }
1063
+ },
1064
+ "directory": {
1065
+ "title": {
1066
+ "value": "Directory",
1067
+ "type": "text"
1068
+ },
1069
+ "description": {
1070
+ "value": "The webkitdirectory setting allows users to select entire directories instead of individual files. When a directory is chosen, all files inside (including those in sub-directories) are selected. Although this feature is not part of the official HTML specification, it is widely supported across major browsers.",
1071
+ "type": "text"
1072
+ }
1063
1073
  }
1064
1074
  },
1065
1075
  "format-bytes": {
@@ -3773,4 +3783,4 @@
3773
3783
  }
3774
3784
  }
3775
3785
  }
3776
- }
3786
+ }