@sellmate/design-system-vue 1.0.36 → 1.0.37

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.
@@ -489,7 +489,6 @@ export const SdSelectV2 = /*@__PURE__*/ defineContainer('sd-select-v2', undefine
489
489
  'value',
490
490
  'options',
491
491
  'placeholder',
492
- 'width',
493
492
  'maxDropdownWidth',
494
493
  'dropdownHeight',
495
494
  'disabled',
package/lib/components.ts CHANGED
@@ -578,7 +578,6 @@ export const SdSelectV2: StencilVueComponent<JSX.SdSelectV2, JSX.SdSelectV2["val
578
578
  'value',
579
579
  'options',
580
580
  'placeholder',
581
- 'width',
582
581
  'maxDropdownWidth',
583
582
  'dropdownHeight',
584
583
  'disabled',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,7 +45,7 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^1.0.36",
48
+ "@sellmate/design-system": "^1.0.37",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {