@sellmate/design-system-react 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.
@@ -537,7 +537,6 @@ export const SdSelectV2 = /*@__PURE__*/ createComponent({
537
537
  name: 'name',
538
538
  value: 'value',
539
539
  placeholder: 'placeholder',
540
- width: 'width',
541
540
  maxDropdownWidth: 'max-dropdown-width',
542
541
  dropdownHeight: 'dropdown-height',
543
542
  disabled: 'disabled',
@@ -767,7 +767,6 @@ export const SdSelectV2: StencilReactComponent<SdSelectV2Element, SdSelectV2Even
767
767
  name: 'name',
768
768
  value: 'value',
769
769
  placeholder: 'placeholder',
770
- width: 'width',
771
770
  maxDropdownWidth: 'max-dropdown-width',
772
771
  dropdownHeight: 'dropdown-height',
773
772
  disabled: 'disabled',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -54,7 +54,7 @@
54
54
  "dev": "tsc --watch"
55
55
  },
56
56
  "dependencies": {
57
- "@sellmate/design-system": "^1.0.36",
57
+ "@sellmate/design-system": "^1.0.37",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {