@sellmate/design-system-vue 1.0.26 → 1.0.27

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.
@@ -3,7 +3,6 @@
3
3
  /* auto-generated vue proxies */
4
4
  import { defineContainer } from '@stencil/vue-output-target/runtime';
5
5
  export const SdBadge = /*@__PURE__*/ defineContainer('sd-badge', undefined, [
6
- 'size',
7
6
  'color',
8
7
  'label'
9
8
  ]);
@@ -505,12 +504,11 @@ export const SdTooltip = /*@__PURE__*/ defineContainer('sd-tooltip', undefined,
505
504
  'trigger',
506
505
  'placement',
507
506
  'color',
508
- 'type',
507
+ 'tooltipType',
509
508
  'icon',
510
509
  'iconSize',
511
510
  'label',
512
511
  'buttonSize',
513
512
  'buttonVariant',
514
- 'noHover',
515
- 'useClose'
513
+ 'noHover'
516
514
  ]);
package/lib/components.ts CHANGED
@@ -9,7 +9,6 @@ import type { JSX } from '@sellmate/design-system';
9
9
 
10
10
 
11
11
  export const SdBadge: StencilVueComponent<JSX.SdBadge> = /*@__PURE__*/ defineContainer<JSX.SdBadge>('sd-badge', undefined, [
12
- 'size',
13
12
  'color',
14
13
  'label'
15
14
  ]);
@@ -606,13 +605,12 @@ export const SdTooltip: StencilVueComponent<JSX.SdTooltip> = /*@__PURE__*/ defin
606
605
  'trigger',
607
606
  'placement',
608
607
  'color',
609
- 'type',
608
+ 'tooltipType',
610
609
  'icon',
611
610
  'iconSize',
612
611
  'label',
613
612
  'buttonSize',
614
613
  'buttonVariant',
615
- 'noHover',
616
- 'useClose'
614
+ 'noHover'
617
615
  ]);
618
616
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
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.26",
48
+ "@sellmate/design-system": "^1.0.27",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {