@synergy-design-system/vue 2.17.0 → 2.18.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.17.0"
7
+ "@synergy-design-system/components": "^2.18.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.17.0",
43
+ "version": "2.18.1",
44
44
  "devDependencies": {
45
45
  "@vitejs/plugin-vue": "^5.2.0",
46
46
  "@vue/tsconfig": "^0.5.1",
@@ -36,9 +36,13 @@
36
36
  * @csspart content-container - The components main content container
37
37
  * @csspart content - The components main content
38
38
  * @csspart footer-container - The components footer content container
39
+ (where the footer slot content is rendered)
39
40
  * @csspart footer-divider - The components footer divider
40
41
  * @csspart footer - The components footer content
41
42
  * @csspart overlay - The overlay that covers the screen behind the side-nav.
43
+ * @csspart panel - The side-nav's panel (where the whole content is rendered).
44
+ * @csspart body - The side-nav's body (where the default slot content is rendered)
45
+ * @csspart drawer__base - The drawer's base wrapper
42
46
  *
43
47
  * @cssproperty --side-nav-open-width - The width of the side-nav if in open state
44
48
  *