@sellmate/design-system-react 1.11.0 → 1.12.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,6 +898,7 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
898
898
  ariaLabel: 'aria-label',
899
899
  disabled: 'disabled',
900
900
  type: 'type',
901
+ useClose: 'use-close',
901
902
  sdClass: 'sd-class'
902
903
  },
903
904
  hydrateModule: import('@sellmate/design-system/hydrate'),
@@ -1201,6 +1201,7 @@ export const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents,
1201
1201
  ariaLabel: 'aria-label',
1202
1202
  disabled: 'disabled',
1203
1203
  type: 'type',
1204
+ useClose: 'use-close',
1204
1205
  sdClass: 'sd-class'
1205
1206
  },
1206
1207
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
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.12.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.12.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {