@sellmate/design-system-vue 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.
- package/dist/components.js +3 -1
- package/lib/components.ts +3 -1
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -127,6 +127,7 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
|
|
|
127
127
|
'loadingSuggestions',
|
|
128
128
|
'recommendedItems',
|
|
129
129
|
'loadingRecommendedItems',
|
|
130
|
+
'autocompleteMinWidth',
|
|
130
131
|
'label',
|
|
131
132
|
'labelWidth',
|
|
132
133
|
'hint',
|
|
@@ -701,7 +702,8 @@ export const SdTag = /*@__PURE__*/ defineContainer('sd-tag', undefined, [
|
|
|
701
702
|
'name',
|
|
702
703
|
'label',
|
|
703
704
|
'icon',
|
|
704
|
-
'isLeft'
|
|
705
|
+
'isLeft',
|
|
706
|
+
'width'
|
|
705
707
|
]);
|
|
706
708
|
export const SdTbody = /*@__PURE__*/ defineContainer('sd-tbody', undefined, [
|
|
707
709
|
'rows'
|
package/lib/components.ts
CHANGED
|
@@ -155,6 +155,7 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
|
|
|
155
155
|
'loadingSuggestions',
|
|
156
156
|
'recommendedItems',
|
|
157
157
|
'loadingRecommendedItems',
|
|
158
|
+
'autocompleteMinWidth',
|
|
158
159
|
'label',
|
|
159
160
|
'labelWidth',
|
|
160
161
|
'hint',
|
|
@@ -821,7 +822,8 @@ export const SdTag: StencilVueComponent<JSX.SdTag> = /*@__PURE__*/ defineContain
|
|
|
821
822
|
'name',
|
|
822
823
|
'label',
|
|
823
824
|
'icon',
|
|
824
|
-
'isLeft'
|
|
825
|
+
'isLeft',
|
|
826
|
+
'width'
|
|
825
827
|
]);
|
|
826
828
|
|
|
827
829
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "Design System - Vue Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"vue": "^3.4.38"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@sellmate/design-system": "^1.
|
|
50
|
+
"@sellmate/design-system": "^1.26.1",
|
|
51
51
|
"@stencil/vue-output-target": "^0.11.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|