@sellmate/design-system-react 1.14.0 → 1.15.0

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.
@@ -620,6 +620,7 @@ export const SdSelect = /*@__PURE__*/ createComponent({
620
620
  type: 'type',
621
621
  value: 'value',
622
622
  placeholder: 'placeholder',
623
+ dropdownWidth: 'dropdown-width',
623
624
  maxDropdownWidth: 'max-dropdown-width',
624
625
  dropdownHeight: 'dropdown-height',
625
626
  disabled: 'disabled',
@@ -856,6 +856,7 @@ export const SdSelect: StencilReactComponent<SdSelectElement, SdSelectEvents, Co
856
856
  type: 'type',
857
857
  value: 'value',
858
858
  placeholder: 'placeholder',
859
+ dropdownWidth: 'dropdown-width',
859
860
  maxDropdownWidth: 'max-dropdown-width',
860
861
  dropdownHeight: 'dropdown-height',
861
862
  disabled: 'disabled',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -55,7 +55,7 @@
55
55
  "typecheck": "tsc --noEmit"
56
56
  },
57
57
  "dependencies": {
58
- "@sellmate/design-system": "^1.14.0",
58
+ "@sellmate/design-system": "^1.15.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {