@sellmate/design-system-react 1.18.0 → 1.20.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.
|
@@ -135,6 +135,7 @@ export const SdChipInput = /*@__PURE__*/ createComponent({
|
|
|
135
135
|
error: 'error',
|
|
136
136
|
useReset: 'use-reset',
|
|
137
137
|
maxCount: 'max-count',
|
|
138
|
+
duplicateLabel: 'duplicate-label',
|
|
138
139
|
loadingSuggestions: 'loading-suggestions',
|
|
139
140
|
loadingRecommendedItems: 'loading-recommended-items',
|
|
140
141
|
label: 'label',
|
|
@@ -369,7 +370,7 @@ export const SdGhostButton = /*@__PURE__*/ createComponent({
|
|
|
369
370
|
size: 'size',
|
|
370
371
|
intent: 'intent',
|
|
371
372
|
ariaLabel: 'aria-label',
|
|
372
|
-
|
|
373
|
+
tooltipText: 'tooltip-text',
|
|
373
374
|
disabled: 'disabled'
|
|
374
375
|
},
|
|
375
376
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
@@ -444,7 +445,7 @@ export const SdKeyValueTable = /*@__PURE__*/ createComponent({
|
|
|
444
445
|
tagName: 'sd-key-value-table',
|
|
445
446
|
properties: {
|
|
446
447
|
search: 'search',
|
|
447
|
-
|
|
448
|
+
radius: 'radius',
|
|
448
449
|
fields: 'fields'
|
|
449
450
|
},
|
|
450
451
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
@@ -577,7 +578,8 @@ export const SdPortal = /*@__PURE__*/ createComponent({
|
|
|
577
578
|
to: 'to',
|
|
578
579
|
viewportPadding: 'viewport-padding',
|
|
579
580
|
zIndex: 'z-index',
|
|
580
|
-
open: 'open'
|
|
581
|
+
open: 'open',
|
|
582
|
+
placement: 'placement'
|
|
581
583
|
},
|
|
582
584
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
583
585
|
clientModule: clientComponents.SdPortal,
|
|
@@ -721,7 +723,7 @@ export const SdTable = /*@__PURE__*/ createComponent({
|
|
|
721
723
|
width: 'width',
|
|
722
724
|
height: 'height',
|
|
723
725
|
stickyHeader: 'sticky-header',
|
|
724
|
-
|
|
726
|
+
radius: 'radius',
|
|
725
727
|
noDataLabel: 'no-data-label',
|
|
726
728
|
isLoading: 'is-loading',
|
|
727
729
|
useInternalPagination: 'use-internal-pagination',
|
|
@@ -253,6 +253,7 @@ export const SdChipInput: StencilReactComponent<SdChipInputElement, SdChipInputE
|
|
|
253
253
|
error: 'error',
|
|
254
254
|
useReset: 'use-reset',
|
|
255
255
|
maxCount: 'max-count',
|
|
256
|
+
duplicateLabel: 'duplicate-label',
|
|
256
257
|
loadingSuggestions: 'loading-suggestions',
|
|
257
258
|
loadingRecommendedItems: 'loading-recommended-items',
|
|
258
259
|
label: 'label',
|
|
@@ -548,7 +549,7 @@ export const SdGhostButton: StencilReactComponent<SdGhostButtonElement, SdGhostB
|
|
|
548
549
|
size: 'size',
|
|
549
550
|
intent: 'intent',
|
|
550
551
|
ariaLabel: 'aria-label',
|
|
551
|
-
|
|
552
|
+
tooltipText: 'tooltip-text',
|
|
552
553
|
disabled: 'disabled'
|
|
553
554
|
},
|
|
554
555
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
@@ -640,7 +641,7 @@ export const SdKeyValueTable: StencilReactComponent<SdKeyValueTableElement, SdKe
|
|
|
640
641
|
tagName: 'sd-key-value-table',
|
|
641
642
|
properties: {
|
|
642
643
|
search: 'search',
|
|
643
|
-
|
|
644
|
+
radius: 'radius',
|
|
644
645
|
fields: 'fields'},
|
|
645
646
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
646
647
|
clientModule: clientComponents.SdKeyValueTable as StencilReactComponent<SdKeyValueTableElement, SdKeyValueTableEvents, Components.SdKeyValueTable>,
|
|
@@ -801,7 +802,8 @@ export const SdPortal: StencilReactComponent<SdPortalElement, SdPortalEvents, Co
|
|
|
801
802
|
to: 'to',
|
|
802
803
|
viewportPadding: 'viewport-padding',
|
|
803
804
|
zIndex: 'z-index',
|
|
804
|
-
open: 'open'
|
|
805
|
+
open: 'open',
|
|
806
|
+
placement: 'placement'
|
|
805
807
|
},
|
|
806
808
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
807
809
|
clientModule: clientComponents.SdPortal as StencilReactComponent<SdPortalElement, SdPortalEvents, Components.SdPortal>,
|
|
@@ -987,7 +989,7 @@ export const SdTable: StencilReactComponent<SdTableElement, SdTableEvents, Compo
|
|
|
987
989
|
width: 'width',
|
|
988
990
|
height: 'height',
|
|
989
991
|
stickyHeader: 'sticky-header',
|
|
990
|
-
|
|
992
|
+
radius: 'radius',
|
|
991
993
|
noDataLabel: 'no-data-label',
|
|
992
994
|
isLoading: 'is-loading',
|
|
993
995
|
useInternalPagination: 'use-internal-pagination',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.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.20.0",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|