@sellmate/design-system-react 1.19.0 → 1.20.1
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.
|
@@ -370,7 +370,7 @@ export const SdGhostButton = /*@__PURE__*/ createComponent({
|
|
|
370
370
|
size: 'size',
|
|
371
371
|
intent: 'intent',
|
|
372
372
|
ariaLabel: 'aria-label',
|
|
373
|
-
|
|
373
|
+
tooltipText: 'tooltip-text',
|
|
374
374
|
disabled: 'disabled'
|
|
375
375
|
},
|
|
376
376
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
@@ -578,7 +578,8 @@ export const SdPortal = /*@__PURE__*/ createComponent({
|
|
|
578
578
|
to: 'to',
|
|
579
579
|
viewportPadding: 'viewport-padding',
|
|
580
580
|
zIndex: 'z-index',
|
|
581
|
-
open: 'open'
|
|
581
|
+
open: 'open',
|
|
582
|
+
placement: 'placement'
|
|
582
583
|
},
|
|
583
584
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
584
585
|
clientModule: clientComponents.SdPortal,
|
|
@@ -549,7 +549,7 @@ export const SdGhostButton: StencilReactComponent<SdGhostButtonElement, SdGhostB
|
|
|
549
549
|
size: 'size',
|
|
550
550
|
intent: 'intent',
|
|
551
551
|
ariaLabel: 'aria-label',
|
|
552
|
-
|
|
552
|
+
tooltipText: 'tooltip-text',
|
|
553
553
|
disabled: 'disabled'
|
|
554
554
|
},
|
|
555
555
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
@@ -802,7 +802,8 @@ export const SdPortal: StencilReactComponent<SdPortalElement, SdPortalEvents, Co
|
|
|
802
802
|
to: 'to',
|
|
803
803
|
viewportPadding: 'viewport-padding',
|
|
804
804
|
zIndex: 'z-index',
|
|
805
|
-
open: 'open'
|
|
805
|
+
open: 'open',
|
|
806
|
+
placement: 'placement'
|
|
806
807
|
},
|
|
807
808
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
808
809
|
clientModule: clientComponents.SdPortal as StencilReactComponent<SdPortalElement, SdPortalEvents, Components.SdPortal>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.1",
|
|
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.20.1",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|