@sellmate/design-system-vue 1.22.0 → 1.24.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.
@@ -97,6 +97,7 @@ export const SdChip = /*@__PURE__*/ defineContainer('sd-chip', undefined, [
97
97
  'error',
98
98
  'disabled',
99
99
  'editable',
100
+ 'showRemove',
100
101
  'placeholder',
101
102
  'rules',
102
103
  'sdUpdate',
@@ -725,6 +726,7 @@ export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefine
725
726
  'underline',
726
727
  'disabled',
727
728
  'size',
729
+ 'tooltipText',
728
730
  'sdClick'
729
731
  ], [
730
732
  'sdClick'
package/lib/components.ts CHANGED
@@ -122,6 +122,7 @@ export const SdChip: StencilVueComponent<JSX.SdChip, JSX.SdChip["value"]> = /*@_
122
122
  'error',
123
123
  'disabled',
124
124
  'editable',
125
+ 'showRemove',
125
126
  'placeholder',
126
127
  'rules',
127
128
  'sdUpdate',
@@ -851,6 +852,7 @@ export const SdTextLink: StencilVueComponent<JSX.SdTextLink> = /*@__PURE__*/ def
851
852
  'underline',
852
853
  'disabled',
853
854
  'size',
855
+ 'tooltipText',
854
856
  'sdClick'
855
857
  ], [
856
858
  'sdClick'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.22.0",
3
+ "version": "1.24.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.22.0",
50
+ "@sellmate/design-system": "^1.24.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {