@sellmate/design-system-react 1.0.54 → 1.0.55

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.
@@ -736,13 +736,25 @@ export const SdTextarea = /*@__PURE__*/ createComponent({
736
736
  tagName: 'sd-textarea',
737
737
  properties: {
738
738
  value: 'value',
739
- name: 'name',
739
+ placeholder: 'placeholder',
740
740
  disabled: 'disabled',
741
+ readonly: 'readonly',
741
742
  autoFocus: 'auto-focus',
742
743
  textareaClass: 'textarea-class',
743
- helpText: 'help-text',
744
744
  maxLength: 'max-length',
745
- placeholder: 'placeholder'
745
+ rows: 'rows',
746
+ spellcheck: 'spellcheck',
747
+ width: 'width',
748
+ label: 'label',
749
+ addonLabel: 'addon-label',
750
+ hint: 'hint',
751
+ errorMessage: 'error-message',
752
+ labelTooltip: 'label-tooltip',
753
+ error: 'error',
754
+ status: 'status',
755
+ focused: 'focused',
756
+ hovered: 'hovered',
757
+ rules: 'rules'
746
758
  },
747
759
  hydrateModule: import('@sellmate/design-system/hydrate'),
748
760
  clientModule: clientComponents.SdTextarea,
@@ -1025,13 +1025,25 @@ export const SdTextarea: StencilReactComponent<SdTextareaElement, SdTextareaEven
1025
1025
  tagName: 'sd-textarea',
1026
1026
  properties: {
1027
1027
  value: 'value',
1028
- name: 'name',
1028
+ placeholder: 'placeholder',
1029
1029
  disabled: 'disabled',
1030
+ readonly: 'readonly',
1030
1031
  autoFocus: 'auto-focus',
1031
1032
  textareaClass: 'textarea-class',
1032
- helpText: 'help-text',
1033
1033
  maxLength: 'max-length',
1034
- placeholder: 'placeholder'
1034
+ rows: 'rows',
1035
+ spellcheck: 'spellcheck',
1036
+ width: 'width',
1037
+ label: 'label',
1038
+ addonLabel: 'addon-label',
1039
+ hint: 'hint',
1040
+ errorMessage: 'error-message',
1041
+ labelTooltip: 'label-tooltip',
1042
+ error: 'error',
1043
+ status: 'status',
1044
+ focused: 'focused',
1045
+ hovered: 'hovered',
1046
+ rules: 'rules'
1035
1047
  },
1036
1048
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1037
1049
  clientModule: clientComponents.SdTextarea as ReactWebComponent<SdTextareaElement, SdTextareaEvents>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
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.54",
57
+ "@sellmate/design-system": "^1.0.55",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {