@mekari/pixel3-dropzone 0.0.19 → 0.0.20
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/dropzone.d.mts +1 -1
- package/dist/dropzone.d.ts +1 -1
- package/package.json +5 -5
package/dist/dropzone.d.mts
CHANGED
|
@@ -156,8 +156,8 @@ declare const MpDropzone: vue.DefineComponent<{
|
|
|
156
156
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
id: string;
|
|
159
|
-
variant: DropzoneVariant;
|
|
160
159
|
placeholder: string;
|
|
160
|
+
variant: DropzoneVariant;
|
|
161
161
|
description: string;
|
|
162
162
|
loadingText: string;
|
|
163
163
|
buttonText: string;
|
package/dist/dropzone.d.ts
CHANGED
|
@@ -156,8 +156,8 @@ declare const MpDropzone: vue.DefineComponent<{
|
|
|
156
156
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
id: string;
|
|
159
|
-
variant: DropzoneVariant;
|
|
160
159
|
placeholder: string;
|
|
160
|
+
variant: DropzoneVariant;
|
|
161
161
|
description: string;
|
|
162
162
|
loadingText: string;
|
|
163
163
|
buttonText: string;
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mekari/pixel3-dropzone",
|
|
3
3
|
"description": "Dropzone component for mekari pixel 3",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.20",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@mekari/pixel3-
|
|
12
|
-
"@mekari/pixel3-icon": "0.0.20",
|
|
11
|
+
"@mekari/pixel3-icon": "0.0.21",
|
|
13
12
|
"@mekari/pixel3-styled-system": "0.1.5",
|
|
13
|
+
"@mekari/pixel3-spinner": "0.0.21",
|
|
14
14
|
"@mekari/pixel3-text": "0.0.19",
|
|
15
|
-
"@mekari/pixel3-
|
|
16
|
-
"@mekari/pixel3-
|
|
15
|
+
"@mekari/pixel3-utils": "0.0.7",
|
|
16
|
+
"@mekari/pixel3-tooltip": "0.0.19"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.4.9"
|