@sellmate/design-system-vue 0.0.32 → 0.0.34

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.
@@ -205,6 +205,8 @@ export const SdSelectMultipleGroup = /*@__PURE__*/ defineContainer('sd-select-mu
205
205
  'searchable',
206
206
  'useCheckbox',
207
207
  'useAll',
208
+ 'allCheckedLabel',
209
+ 'allCheckOptionLabel',
208
210
  'containerStyle',
209
211
  'triggerStyle',
210
212
  'dropdownStyle',
package/lib/components.ts CHANGED
@@ -246,6 +246,8 @@ export const SdSelectMultipleGroup: StencilVueComponent<JSX.SdSelectMultipleGrou
246
246
  'searchable',
247
247
  'useCheckbox',
248
248
  'useAll',
249
+ 'allCheckedLabel',
250
+ 'allCheckOptionLabel',
249
251
  'containerStyle',
250
252
  'triggerStyle',
251
253
  'dropdownStyle',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,11 +45,11 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^0.0.32",
48
+ "@sellmate/design-system": "^0.0.34",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": ">=3.0.0"
53
53
  },
54
- "gitHead": "55ee6d7aa1f8ae5a8219d6119e6ba7edcefb9ef9"
54
+ "gitHead": "953d919bcecccdfd4dc1564f73b327eac2aadf75"
55
55
  }