@sellmate/design-system-react 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.
@@ -898,7 +898,11 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
898
898
  ariaLabel: 'aria-label',
899
899
  disabled: 'disabled',
900
900
  type: 'type',
901
- sdClass: 'sd-class'
901
+ useClose: 'use-close',
902
+ sdClass: 'sd-class',
903
+ triggerClass: 'trigger-class',
904
+ triggerStyle: 'trigger-style',
905
+ message: 'message'
902
906
  },
903
907
  hydrateModule: import('@sellmate/design-system/hydrate'),
904
908
  clientModule: clientComponents.SdTooltip,
@@ -1201,8 +1201,11 @@ export const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents,
1201
1201
  ariaLabel: 'aria-label',
1202
1202
  disabled: 'disabled',
1203
1203
  type: 'type',
1204
- sdClass: 'sd-class'
1205
- },
1204
+ useClose: 'use-close',
1205
+ sdClass: 'sd-class',
1206
+ triggerClass: 'trigger-class',
1207
+ triggerStyle: 'trigger-style',
1208
+ message: 'message'},
1206
1209
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1207
1210
  clientModule: clientComponents.SdTooltip as StencilReactComponent<SdTooltipElement, SdTooltipEvents, Components.SdTooltip>,
1208
1211
  serializeShadowRoot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.11.0",
3
+ "version": "1.13.0",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -55,7 +55,7 @@
55
55
  "typecheck": "tsc --noEmit"
56
56
  },
57
57
  "dependencies": {
58
- "@sellmate/design-system": "^1.11.0",
58
+ "@sellmate/design-system": "^1.13.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {