@sellmate/design-system-react 1.0.42 → 1.0.43
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,
|
|
@@ -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>,
|
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.43",
|
|
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.43",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|