@sellmate/design-system-react 0.0.24 → 0.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.
@@ -298,6 +298,7 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
298
298
  trigger: 'trigger',
299
299
  placement: 'placement',
300
300
  color: 'color',
301
+ type: 'type',
301
302
  icon: 'icon',
302
303
  iconSize: 'icon-size',
303
304
  label: 'label',
@@ -423,6 +423,7 @@ export const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>
423
423
  trigger: 'trigger',
424
424
  placement: 'placement',
425
425
  color: 'color',
426
+ type: 'type',
426
427
  icon: 'icon',
427
428
  iconSize: 'icon-size',
428
429
  label: 'label',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "0.0.24",
3
+ "version": "0.0.27",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -54,7 +54,7 @@
54
54
  "dev": "tsc --watch"
55
55
  },
56
56
  "dependencies": {
57
- "@sellmate/design-system": "^0.0.19",
57
+ "@sellmate/design-system": "^0.0.22",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {
@@ -68,5 +68,5 @@
68
68
  "rimraf": "^6.0.1",
69
69
  "typescript": "^5.9.3"
70
70
  },
71
- "gitHead": "b1aa6cb8d407d6062134220f1a6bfed2b68a07ab"
71
+ "gitHead": "e21da6add686ef8e7104778efbc0419aa984b38b"
72
72
  }