@synergy-design-system/vue 2.39.2 → 2.40.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.39.2"
7
+ "@synergy-design-system/components": "^2.40.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.39.2",
43
+ "version": "2.40.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.21.0"
53
+ "@synergy-design-system/tokens": "^2.23.0"
54
54
  },
55
55
  "scripts": {
56
56
  "_build": "vite build"
@@ -11,14 +11,14 @@
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
14
- * @dependency syn-divider
15
- *
16
14
  * @slot - The menu label's content.
17
15
  *
18
16
  * @csspart base - The component's base wrapper.
19
17
  * @csspart divider - The divider that is displayed above the content
20
18
  * @csspart label - The label that is displayed below the divider
21
19
  *
20
+ * @dependency syn-divider
21
+ *
22
22
  * @cssproperty --display-divider - Display property of the divider. Defaults to "block"
23
23
  */
24
24
  import { computed, ref } from 'vue';
@@ -30,9 +30,9 @@
30
30
  * @csspart scroll-button__base - The scroll button's exported `base` part.
31
31
  *
32
32
  * @cssproperty --indicator-color - The color of the active tab indicator.
33
- * @cssproperty --indicator-width - The width of the active tab indicator.
34
33
  * @cssproperty --track-color - The color of the indicator's track (the line that separates tabs from panels).
35
34
  * @cssproperty --track-width - The width of the indicator's track (the line that separates tabs from panels).
35
+ * @cssproperty --indicator-width - The width of the active tab indicator.
36
36
  */
37
37
  import { computed, ref } from 'vue';
38
38
  import '@synergy-design-system/components/components/tab-group/tab-group.js';