@sellmate/design-system-vue 1.11.0 → 1.13.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.
@@ -811,7 +811,11 @@ export const SdTooltip = /*@__PURE__*/ defineContainer('sd-tooltip', undefined,
811
811
  'ariaLabel',
812
812
  'disabled',
813
813
  'type',
814
- 'sdClass'
814
+ 'useClose',
815
+ 'sdClass',
816
+ 'message',
817
+ 'triggerClass',
818
+ 'triggerStyle'
815
819
  ]);
816
820
  export const SdTr = /*@__PURE__*/ defineContainer('sd-tr', undefined, [
817
821
  'columns',
package/lib/components.ts CHANGED
@@ -951,7 +951,11 @@ export const SdTooltip: StencilVueComponent<JSX.SdTooltip> = /*@__PURE__*/ defin
951
951
  'ariaLabel',
952
952
  'disabled',
953
953
  'type',
954
- 'sdClass'
954
+ 'useClose',
955
+ 'sdClass',
956
+ 'message',
957
+ 'triggerClass',
958
+ 'triggerStyle'
955
959
  ]);
956
960
 
957
961
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.11.0",
3
+ "version": "1.13.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.11.0",
50
+ "@sellmate/design-system": "^1.13.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {