@sellmate/design-system-vue 1.0.50 → 1.0.52
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 +22 -2
- package/lib/components.ts +22 -2
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -194,9 +194,28 @@ export const SdFilePicker = /*@__PURE__*/ defineContainer('sd-file-picker', unde
|
|
|
194
194
|
'inline',
|
|
195
195
|
'multiple',
|
|
196
196
|
'accept',
|
|
197
|
-
'
|
|
197
|
+
'maxFileSize',
|
|
198
|
+
'maxTotalSize',
|
|
199
|
+
'maxFiles',
|
|
200
|
+
'name',
|
|
201
|
+
'label',
|
|
202
|
+
'addonLabel',
|
|
203
|
+
'hint',
|
|
204
|
+
'errorMessage',
|
|
205
|
+
'width',
|
|
206
|
+
'rules',
|
|
207
|
+
'error',
|
|
208
|
+
'status',
|
|
209
|
+
'icon',
|
|
210
|
+
'labelTooltip',
|
|
211
|
+
'labelTooltipProps',
|
|
212
|
+
'focused',
|
|
213
|
+
'hovered',
|
|
214
|
+
'sdUpdate',
|
|
215
|
+
'sdReject'
|
|
198
216
|
], [
|
|
199
|
-
'sdUpdate'
|
|
217
|
+
'sdUpdate',
|
|
218
|
+
'sdReject'
|
|
200
219
|
], 'value', 'sdUpdate', undefined);
|
|
201
220
|
export const SdFloatingPortal = /*@__PURE__*/ defineContainer('sd-floating-portal', undefined, [
|
|
202
221
|
'to',
|
|
@@ -636,6 +655,7 @@ export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefine
|
|
|
636
655
|
'label',
|
|
637
656
|
'icon',
|
|
638
657
|
'iconColor',
|
|
658
|
+
'labelColor',
|
|
639
659
|
'useArrow',
|
|
640
660
|
'underline',
|
|
641
661
|
'disabled',
|
package/lib/components.ts
CHANGED
|
@@ -232,9 +232,28 @@ export const SdFilePicker: StencilVueComponent<JSX.SdFilePicker, JSX.SdFilePicke
|
|
|
232
232
|
'inline',
|
|
233
233
|
'multiple',
|
|
234
234
|
'accept',
|
|
235
|
-
'
|
|
235
|
+
'maxFileSize',
|
|
236
|
+
'maxTotalSize',
|
|
237
|
+
'maxFiles',
|
|
238
|
+
'name',
|
|
239
|
+
'label',
|
|
240
|
+
'addonLabel',
|
|
241
|
+
'hint',
|
|
242
|
+
'errorMessage',
|
|
243
|
+
'width',
|
|
244
|
+
'rules',
|
|
245
|
+
'error',
|
|
246
|
+
'status',
|
|
247
|
+
'icon',
|
|
248
|
+
'labelTooltip',
|
|
249
|
+
'labelTooltipProps',
|
|
250
|
+
'focused',
|
|
251
|
+
'hovered',
|
|
252
|
+
'sdUpdate',
|
|
253
|
+
'sdReject'
|
|
236
254
|
], [
|
|
237
|
-
'sdUpdate'
|
|
255
|
+
'sdUpdate',
|
|
256
|
+
'sdReject'
|
|
238
257
|
],
|
|
239
258
|
'value', 'sdUpdate', undefined);
|
|
240
259
|
|
|
@@ -750,6 +769,7 @@ export const SdTextLink: StencilVueComponent<JSX.SdTextLink> = /*@__PURE__*/ def
|
|
|
750
769
|
'label',
|
|
751
770
|
'icon',
|
|
752
771
|
'iconColor',
|
|
772
|
+
'labelColor',
|
|
753
773
|
'useArrow',
|
|
754
774
|
'underline',
|
|
755
775
|
'disabled',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.52",
|
|
4
4
|
"description": "Design System - Vue Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"vue": "^3.4.38"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@sellmate/design-system": "^1.0.
|
|
48
|
+
"@sellmate/design-system": "^1.0.52",
|
|
49
49
|
"@stencil/vue-output-target": "^0.11.8"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|