@sellmate/design-system-react 1.0.42 → 1.0.44
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.
|
@@ -407,7 +407,7 @@ export const SdRadioButtonGroup = /*@__PURE__*/ createComponent({
|
|
|
407
407
|
size: 'size',
|
|
408
408
|
disabled: 'disabled',
|
|
409
409
|
name: 'name',
|
|
410
|
-
|
|
410
|
+
options: 'options'
|
|
411
411
|
},
|
|
412
412
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
413
413
|
clientModule: clientComponents.SdRadioButtonGroup,
|
|
@@ -420,7 +420,7 @@ export const SdRadioGroup = /*@__PURE__*/ createComponent({
|
|
|
420
420
|
direction: 'direction',
|
|
421
421
|
disabled: 'disabled',
|
|
422
422
|
groupName: 'group-name',
|
|
423
|
-
|
|
423
|
+
options: 'options'
|
|
424
424
|
},
|
|
425
425
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
426
426
|
clientModule: clientComponents.SdRadioGroup,
|
|
@@ -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,
|
|
@@ -581,7 +581,7 @@ export const SdRadioButtonGroup: StencilReactComponent<SdRadioButtonGroupElement
|
|
|
581
581
|
size: 'size',
|
|
582
582
|
disabled: 'disabled',
|
|
583
583
|
name: 'name',
|
|
584
|
-
|
|
584
|
+
options: 'options'
|
|
585
585
|
},
|
|
586
586
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
587
587
|
clientModule: clientComponents.SdRadioButtonGroup as ReactWebComponent<SdRadioButtonGroupElement, SdRadioButtonGroupEvents>,
|
|
@@ -597,7 +597,7 @@ export const SdRadioGroup: StencilReactComponent<SdRadioGroupElement, SdRadioGro
|
|
|
597
597
|
direction: 'direction',
|
|
598
598
|
disabled: 'disabled',
|
|
599
599
|
groupName: 'group-name',
|
|
600
|
-
|
|
600
|
+
options: 'options'
|
|
601
601
|
},
|
|
602
602
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
603
603
|
clientModule: clientComponents.SdRadioGroup as ReactWebComponent<SdRadioGroupElement, SdRadioGroupEvents>,
|
|
@@ -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.44",
|
|
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.44",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|