@sellmate/design-system-react 1.6.0 → 1.7.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.
|
@@ -446,7 +446,8 @@ export const SdLoadingModal = /*@__PURE__*/ createComponent({
|
|
|
446
446
|
useButton: 'use-button',
|
|
447
447
|
buttonLabel: 'button-label',
|
|
448
448
|
width: 'width',
|
|
449
|
-
height: 'height'
|
|
449
|
+
height: 'height',
|
|
450
|
+
progress: 'progress'
|
|
450
451
|
},
|
|
451
452
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
452
453
|
clientModule: clientComponents.SdLoadingModal,
|
|
@@ -521,8 +522,7 @@ export const SdPopover = /*@__PURE__*/ createComponent({
|
|
|
521
522
|
disabled: 'disabled',
|
|
522
523
|
type: 'type',
|
|
523
524
|
menuTitle: 'menu-title',
|
|
524
|
-
menuClass: 'menu-class'
|
|
525
|
-
messages: 'messages'
|
|
525
|
+
menuClass: 'menu-class'
|
|
526
526
|
},
|
|
527
527
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
528
528
|
clientModule: clientComponents.SdPopover,
|
|
@@ -642,7 +642,8 @@ export const SdLoadingModal: StencilReactComponent<SdLoadingModalElement, SdLoad
|
|
|
642
642
|
useButton: 'use-button',
|
|
643
643
|
buttonLabel: 'button-label',
|
|
644
644
|
width: 'width',
|
|
645
|
-
height: 'height'
|
|
645
|
+
height: 'height',
|
|
646
|
+
progress: 'progress'},
|
|
646
647
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
647
648
|
clientModule: clientComponents.SdLoadingModal as StencilReactComponent<SdLoadingModalElement, SdLoadingModalEvents, Components.SdLoadingModal>,
|
|
648
649
|
serializeShadowRoot
|
|
@@ -731,8 +732,8 @@ export const SdPopover: StencilReactComponent<SdPopoverElement, SdPopoverEvents,
|
|
|
731
732
|
disabled: 'disabled',
|
|
732
733
|
type: 'type',
|
|
733
734
|
menuTitle: 'menu-title',
|
|
734
|
-
menuClass: 'menu-class'
|
|
735
|
-
|
|
735
|
+
menuClass: 'menu-class'
|
|
736
|
+
},
|
|
736
737
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
737
738
|
clientModule: clientComponents.SdPopover as StencilReactComponent<SdPopoverElement, SdPopoverEvents, Components.SdPopover>,
|
|
738
739
|
serializeShadowRoot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.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.7.0",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|