@sellmate/design-system-vue 0.0.17 → 0.0.18

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.
@@ -227,6 +227,8 @@ export const SdSelectOptionGroup = /*@__PURE__*/ defineContainer('sd-select-opti
227
227
  'optionStyle',
228
228
  'disabled',
229
229
  'useCheckbox',
230
+ 'useIndicator',
231
+ 'countInfo',
230
232
  'optionClick'
231
233
  ], [
232
234
  'optionClick'
package/lib/components.ts CHANGED
@@ -268,6 +268,8 @@ export const SdSelectOptionGroup: StencilVueComponent<JSX.SdSelectOptionGroup> =
268
268
  'optionStyle',
269
269
  'disabled',
270
270
  'useCheckbox',
271
+ 'useIndicator',
272
+ 'countInfo',
271
273
  'optionClick'
272
274
  ], [
273
275
  'optionClick'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
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.17",
48
+ "@sellmate/design-system": "^0.0.18",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": ">=3.0.0"
53
53
  },
54
- "gitHead": "3f24d3ff9d491887f7fbd3dc2619eff37c706861"
54
+ "gitHead": "73ed23ebe16ac99135bdb4b3075a3c9d18ff7988"
55
55
  }