@sellmate/design-system-react 1.0.12 → 1.0.14

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.
@@ -511,7 +511,6 @@ export const SdTextarea = /*@__PURE__*/ createComponent({
511
511
  value: 'value',
512
512
  name: 'name',
513
513
  disabled: 'disabled',
514
- width: 'width',
515
514
  autoFocus: 'auto-focus',
516
515
  textareaClass: 'textarea-class',
517
516
  helpText: 'help-text',
@@ -719,7 +719,6 @@ export const SdTextarea: StencilReactComponent<SdTextareaElement, SdTextareaEven
719
719
  value: 'value',
720
720
  name: 'name',
721
721
  disabled: 'disabled',
722
- width: 'width',
723
722
  autoFocus: 'auto-focus',
724
723
  textareaClass: 'textarea-class',
725
724
  helpText: 'help-text',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
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.11",
57
+ "@sellmate/design-system": "^1.0.13",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {