@sellmate/design-system-react 1.0.43 → 1.0.45
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.
|
@@ -760,7 +760,8 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
|
|
|
760
760
|
label: 'label',
|
|
761
761
|
buttonSize: 'button-size',
|
|
762
762
|
buttonVariant: 'button-variant',
|
|
763
|
-
noHover: 'no-hover'
|
|
763
|
+
noHover: 'no-hover',
|
|
764
|
+
sdClass: 'sd-class'
|
|
764
765
|
},
|
|
765
766
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
766
767
|
clientModule: clientComponents.SdTooltip,
|
|
@@ -1052,7 +1052,8 @@ export const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>
|
|
|
1052
1052
|
label: 'label',
|
|
1053
1053
|
buttonSize: 'button-size',
|
|
1054
1054
|
buttonVariant: 'button-variant',
|
|
1055
|
-
noHover: 'no-hover'
|
|
1055
|
+
noHover: 'no-hover',
|
|
1056
|
+
sdClass: 'sd-class'
|
|
1056
1057
|
},
|
|
1057
1058
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
1058
1059
|
clientModule: clientComponents.SdTooltip as ReactWebComponent<SdTooltipElement, SdTooltipEvents>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
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": "^1.0.
|
|
57
|
+
"@sellmate/design-system": "^1.0.45",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|