@sellmate/design-system-vue 0.0.19 → 0.0.22

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.
@@ -265,6 +265,7 @@ export const SdTooltip = /*@__PURE__*/ defineContainer('sd-tooltip', undefined,
265
265
  'trigger',
266
266
  'placement',
267
267
  'color',
268
+ 'type',
268
269
  'icon',
269
270
  'iconSize',
270
271
  'label',
package/lib/components.ts CHANGED
@@ -312,6 +312,7 @@ export const SdTooltip: StencilVueComponent<JSX.SdTooltip> = /*@__PURE__*/ defin
312
312
  'trigger',
313
313
  'placement',
314
314
  'color',
315
+ 'type',
315
316
  'icon',
316
317
  'iconSize',
317
318
  'label',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "0.0.19",
3
+ "version": "0.0.22",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,11 +45,11 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^0.0.19",
48
+ "@sellmate/design-system": "^0.0.22",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": ">=3.0.0"
53
53
  },
54
- "gitHead": "b1aa6cb8d407d6062134220f1a6bfed2b68a07ab"
54
+ "gitHead": "e21da6add686ef8e7104778efbc0419aa984b38b"
55
55
  }