@synergy-design-system/vue 2.24.0 → 2.25.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.24.0"
7
+ "@synergy-design-system/components": "^2.25.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.24.0",
43
+ "version": "2.25.0",
44
44
  "devDependencies": {
45
45
  "@vitejs/plugin-vue": "^5.2.1",
46
46
  "@vue/tsconfig": "^0.7.0",
@@ -28,6 +28,7 @@
28
28
  * @csspart summary - The container that wraps the summary.
29
29
  * @csspart summary-icon - The container that wraps the expand/collapse icons.
30
30
  * @csspart content - The details content.
31
+ * @csspart body - The container that wraps the details content.
31
32
  *
32
33
  * @animation details.show - The animation to use when showing details. You can use `height: auto` with this animation.
33
34
  * @animation details.hide - The animation to use when hiding details. You can use `height: auto` with this animation.