@sellmate/design-system-vue 1.0.43 → 1.0.45

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.
@@ -684,5 +684,6 @@ export const SdTooltip = /*@__PURE__*/ defineContainer('sd-tooltip', undefined,
684
684
  'label',
685
685
  'buttonSize',
686
686
  'buttonVariant',
687
- 'noHover'
687
+ 'noHover',
688
+ 'sdClass'
688
689
  ]);
package/lib/components.ts CHANGED
@@ -809,6 +809,7 @@ export const SdTooltip: StencilVueComponent<JSX.SdTooltip> = /*@__PURE__*/ defin
809
809
  'label',
810
810
  'buttonSize',
811
811
  'buttonVariant',
812
- 'noHover'
812
+ 'noHover',
813
+ 'sdClass'
813
814
  ]);
814
815
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,7 +45,7 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^1.0.43",
48
+ "@sellmate/design-system": "^1.0.45",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {