@sellmate/design-system-react 1.25.1 → 1.26.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.
|
@@ -139,6 +139,7 @@ export const SdChipInput = /*@__PURE__*/ createComponent({
|
|
|
139
139
|
duplicateLabel: 'duplicate-label',
|
|
140
140
|
loadingSuggestions: 'loading-suggestions',
|
|
141
141
|
loadingRecommendedItems: 'loading-recommended-items',
|
|
142
|
+
autocompleteMinWidth: 'autocomplete-min-width',
|
|
142
143
|
label: 'label',
|
|
143
144
|
labelWidth: 'label-width',
|
|
144
145
|
hint: 'hint',
|
|
@@ -762,7 +763,8 @@ export const SdTag = /*@__PURE__*/ createComponent({
|
|
|
762
763
|
name: 'name',
|
|
763
764
|
label: 'label',
|
|
764
765
|
icon: 'icon',
|
|
765
|
-
isLeft: 'is-left'
|
|
766
|
+
isLeft: 'is-left',
|
|
767
|
+
width: 'width'
|
|
766
768
|
},
|
|
767
769
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
768
770
|
clientModule: clientComponents.SdTag,
|
|
@@ -257,6 +257,7 @@ export const SdChipInput: StencilReactComponent<SdChipInputElement, SdChipInputE
|
|
|
257
257
|
duplicateLabel: 'duplicate-label',
|
|
258
258
|
loadingSuggestions: 'loading-suggestions',
|
|
259
259
|
loadingRecommendedItems: 'loading-recommended-items',
|
|
260
|
+
autocompleteMinWidth: 'autocomplete-min-width',
|
|
260
261
|
label: 'label',
|
|
261
262
|
labelWidth: 'label-width',
|
|
262
263
|
hint: 'hint',
|
|
@@ -1032,7 +1033,8 @@ export const SdTag: StencilReactComponent<SdTagElement, SdTagEvents, Components.
|
|
|
1032
1033
|
name: 'name',
|
|
1033
1034
|
label: 'label',
|
|
1034
1035
|
icon: 'icon',
|
|
1035
|
-
isLeft: 'is-left'
|
|
1036
|
+
isLeft: 'is-left',
|
|
1037
|
+
width: 'width'
|
|
1036
1038
|
},
|
|
1037
1039
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
1038
1040
|
clientModule: clientComponents.SdTag as StencilReactComponent<SdTagElement, SdTagEvents, Components.SdTag>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.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.26.1",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|