magick-ui 0.1.7 → 0.1.9
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/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/ui/index.cjs +2 -0
- package/dist/ui/index.cjs.map +1 -1
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +1 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -74,6 +74,7 @@ __export(src_exports, {
|
|
|
74
74
|
DropdownMenu: () => DropdownMenu,
|
|
75
75
|
FileInput: () => FileInput,
|
|
76
76
|
FileUpload: () => FileUpload,
|
|
77
|
+
FileUploadField: () => FileUploadField,
|
|
77
78
|
Form: () => Form,
|
|
78
79
|
FormField: () => FormField,
|
|
79
80
|
GradientContainer: () => GradientContainer,
|
|
@@ -8276,6 +8277,7 @@ function getTokenValueWithFallback(tokenName, fallback) {
|
|
|
8276
8277
|
DropdownMenu,
|
|
8277
8278
|
FileInput,
|
|
8278
8279
|
FileUpload,
|
|
8280
|
+
FileUploadField,
|
|
8279
8281
|
Form,
|
|
8280
8282
|
FormField,
|
|
8281
8283
|
GradientContainer,
|