@sellmate/design-system-react 1.12.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.
|
@@ -899,7 +899,10 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
|
|
|
899
899
|
disabled: 'disabled',
|
|
900
900
|
type: 'type',
|
|
901
901
|
useClose: 'use-close',
|
|
902
|
-
sdClass: 'sd-class'
|
|
902
|
+
sdClass: 'sd-class',
|
|
903
|
+
triggerClass: 'trigger-class',
|
|
904
|
+
triggerStyle: 'trigger-style',
|
|
905
|
+
message: 'message'
|
|
903
906
|
},
|
|
904
907
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
905
908
|
clientModule: clientComponents.SdTooltip,
|
|
@@ -1202,8 +1202,10 @@ export const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents,
|
|
|
1202
1202
|
disabled: 'disabled',
|
|
1203
1203
|
type: 'type',
|
|
1204
1204
|
useClose: 'use-close',
|
|
1205
|
-
sdClass: 'sd-class'
|
|
1206
|
-
|
|
1205
|
+
sdClass: 'sd-class',
|
|
1206
|
+
triggerClass: 'trigger-class',
|
|
1207
|
+
triggerStyle: 'trigger-style',
|
|
1208
|
+
message: 'message'},
|
|
1207
1209
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
1208
1210
|
clientModule: clientComponents.SdTooltip as StencilReactComponent<SdTooltipElement, SdTooltipEvents, Components.SdTooltip>,
|
|
1209
1211
|
serializeShadowRoot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
58
|
+
"@sellmate/design-system": "^1.13.0",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|