@sellmate/design-system-react 1.13.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',
@@ -792,7 +793,8 @@ export const SdTextLink = /*@__PURE__*/ createComponent({
792
793
  labelClass: 'label-class',
793
794
  rightArrow: 'right-arrow',
794
795
  underline: 'underline',
795
- disabled: 'disabled'
796
+ disabled: 'disabled',
797
+ size: 'size'
796
798
  },
797
799
  hydrateModule: import('@sellmate/design-system/hydrate'),
798
800
  clientModule: clientComponents.SdTextLink,
@@ -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',
@@ -1069,7 +1070,8 @@ export const SdTextLink: StencilReactComponent<SdTextLinkElement, SdTextLinkEven
1069
1070
  labelClass: 'label-class',
1070
1071
  rightArrow: 'right-arrow',
1071
1072
  underline: 'underline',
1072
- disabled: 'disabled'
1073
+ disabled: 'disabled',
1074
+ size: 'size'
1073
1075
  },
1074
1076
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1075
1077
  clientModule: clientComponents.SdTextLink as StencilReactComponent<SdTextLinkElement, SdTextLinkEvents, Components.SdTextLink>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.13.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.13.0",
58
+ "@sellmate/design-system": "^1.15.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {