@sellmate/design-system-react 1.25.0 → 1.26.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.
@@ -762,7 +762,8 @@ export const SdTag = /*@__PURE__*/ createComponent({
762
762
  name: 'name',
763
763
  label: 'label',
764
764
  icon: 'icon',
765
- isLeft: 'is-left'
765
+ isLeft: 'is-left',
766
+ width: 'width'
766
767
  },
767
768
  hydrateModule: import('@sellmate/design-system/hydrate'),
768
769
  clientModule: clientComponents.SdTag,
@@ -1032,7 +1032,8 @@ export const SdTag: StencilReactComponent<SdTagElement, SdTagEvents, Components.
1032
1032
  name: 'name',
1033
1033
  label: 'label',
1034
1034
  icon: 'icon',
1035
- isLeft: 'is-left'
1035
+ isLeft: 'is-left',
1036
+ width: 'width'
1036
1037
  },
1037
1038
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1038
1039
  clientModule: clientComponents.SdTag as StencilReactComponent<SdTagElement, SdTagEvents, Components.SdTag>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.25.0",
3
+ "version": "1.26.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.25.0",
58
+ "@sellmate/design-system": "^1.26.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {