@synergy-design-system/vue 2.22.6 → 2.23.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/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://www.sick.com"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@synergy-design-system/components": "^2.
|
|
7
|
+
"@synergy-design-system/components": "^2.23.0"
|
|
8
8
|
},
|
|
9
9
|
"description": "Vue3 wrappers for the Synergy Design System",
|
|
10
10
|
"exports": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"directory": "packages/vue"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
|
-
"version": "2.
|
|
43
|
+
"version": "2.23.0",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
46
46
|
"@vue/tsconfig": "^0.7.0",
|
|
@@ -45,6 +45,11 @@
|
|
|
45
45
|
* @csspart decrement-number-stepper - The decrement number stepper button.
|
|
46
46
|
* @csspart increment-number-stepper - The increment number stepper button.
|
|
47
47
|
* @csspart divider - The divider between the increment and decrement number stepper buttons.
|
|
48
|
+
*
|
|
49
|
+
* @cssproperty --syn-input-autofill-shadow - The shadow to apply when the input is autofilled.
|
|
50
|
+
* @cssproperty --syn-input-autofill-readonly-shadow - The shadow to apply when the input is readonly and autofilled.
|
|
51
|
+
* @cssproperty --syn-input-autofill-text-fill-color - The text fill color to apply when the input is autofilled.
|
|
52
|
+
* @cssproperty --syn-input-autofill-caret-color - The caret color to apply when the input is autofilled.
|
|
48
53
|
*/
|
|
49
54
|
import { computed, ref } from 'vue';
|
|
50
55
|
import '@synergy-design-system/components/components/input/input.js';
|