@synergy-design-system/vue 2.45.2 → 2.46.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/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.45.2"
7
+ "@synergy-design-system/components": "^2.46.1"
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.45.2",
43
+ "version": "2.46.1",
44
44
  "devDependencies": {
45
45
  "@vitejs/plugin-vue": "^5.2.4",
46
46
  "@vue/tsconfig": "^0.7.0",
@@ -50,7 +50,7 @@
50
50
  "vue": "^3.5.16"
51
51
  },
52
52
  "peerDependencies": {
53
- "@synergy-design-system/tokens": "^2.26.1"
53
+ "@synergy-design-system/tokens": "^2.27.0"
54
54
  },
55
55
  "scripts": {
56
56
  "_build": "vite build"
@@ -32,6 +32,8 @@
32
32
  *
33
33
  * @animation details.show - The animation to use when showing details. You can use `height: auto` with this animation.
34
34
  * @animation details.hide - The animation to use when hiding details. You can use `height: auto` with this animation.
35
+ *
36
+ * @cssproperty --syn-details-open-rotation - The rotation angle of the summary icon when the details is open.
35
37
  */
36
38
  import { computed, ref } from 'vue';
37
39
  import '@synergy-design-system/components/components/details/details.js';