@sellmate/design-system-react 1.0.26 → 1.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.
|
@@ -10,7 +10,6 @@ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
|
|
|
10
10
|
export const SdBadge = /*@__PURE__*/ createComponent({
|
|
11
11
|
tagName: 'sd-badge',
|
|
12
12
|
properties: {
|
|
13
|
-
size: 'size',
|
|
14
13
|
color: 'color',
|
|
15
14
|
label: 'label'
|
|
16
15
|
},
|
|
@@ -589,14 +588,13 @@ export const SdTooltip = /*@__PURE__*/ createComponent({
|
|
|
589
588
|
trigger: 'trigger',
|
|
590
589
|
placement: 'placement',
|
|
591
590
|
color: 'color',
|
|
592
|
-
|
|
591
|
+
tooltipType: 'tooltip-type',
|
|
593
592
|
icon: 'icon',
|
|
594
593
|
iconSize: 'icon-size',
|
|
595
594
|
label: 'label',
|
|
596
595
|
buttonSize: 'button-size',
|
|
597
596
|
buttonVariant: 'button-variant',
|
|
598
|
-
noHover: 'no-hover'
|
|
599
|
-
useClose: 'use-close'
|
|
597
|
+
noHover: 'no-hover'
|
|
600
598
|
},
|
|
601
599
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
602
600
|
clientModule: clientComponents.SdTooltip,
|
|
@@ -59,7 +59,6 @@ export type SdBadgeEvents = NonNullable<unknown>;
|
|
|
59
59
|
export const SdBadge: StencilReactComponent<SdBadgeElement, SdBadgeEvents> = /*@__PURE__*/ createComponent<SdBadgeElement, SdBadgeEvents>({
|
|
60
60
|
tagName: 'sd-badge',
|
|
61
61
|
properties: {
|
|
62
|
-
size: 'size',
|
|
63
62
|
color: 'color',
|
|
64
63
|
label: 'label'
|
|
65
64
|
},
|
|
@@ -815,14 +814,13 @@ export const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>
|
|
|
815
814
|
trigger: 'trigger',
|
|
816
815
|
placement: 'placement',
|
|
817
816
|
color: 'color',
|
|
818
|
-
|
|
817
|
+
tooltipType: 'tooltip-type',
|
|
819
818
|
icon: 'icon',
|
|
820
819
|
iconSize: 'icon-size',
|
|
821
820
|
label: 'label',
|
|
822
821
|
buttonSize: 'button-size',
|
|
823
822
|
buttonVariant: 'button-variant',
|
|
824
|
-
noHover: 'no-hover'
|
|
825
|
-
useClose: 'use-close'
|
|
823
|
+
noHover: 'no-hover'
|
|
826
824
|
},
|
|
827
825
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
828
826
|
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.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": "^1.0.
|
|
57
|
+
"@sellmate/design-system": "^1.0.27",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|