@sellmate/design-system-vue 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.
@@ -701,7 +701,8 @@ export const SdTag = /*@__PURE__*/ defineContainer('sd-tag', undefined, [
701
701
  'name',
702
702
  'label',
703
703
  'icon',
704
- 'isLeft'
704
+ 'isLeft',
705
+ 'width'
705
706
  ]);
706
707
  export const SdTbody = /*@__PURE__*/ defineContainer('sd-tbody', undefined, [
707
708
  'rows'
package/lib/components.ts CHANGED
@@ -821,7 +821,8 @@ export const SdTag: StencilVueComponent<JSX.SdTag> = /*@__PURE__*/ defineContain
821
821
  'name',
822
822
  'label',
823
823
  'icon',
824
- 'isLeft'
824
+ 'isLeft',
825
+ 'width'
825
826
  ]);
826
827
 
827
828
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -47,7 +47,7 @@
47
47
  "vue": "^3.4.38"
48
48
  },
49
49
  "dependencies": {
50
- "@sellmate/design-system": "^1.25.0",
50
+ "@sellmate/design-system": "^1.26.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {