@parrot-co/parrot-ui 0.0.48 → 0.0.50
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/main.js +2 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -3
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -3453,7 +3453,7 @@ const $a0d465526c944113$export$f911245fef99627e = (0, $80923bc9c1ba824c$export$3
|
|
|
3453
3453
|
|
|
3454
3454
|
|
|
3455
3455
|
|
|
3456
|
-
const $5bdc448a87fb1cbf$export$1a5cb5295a7d2749 = /*#__PURE__*/ $E4F9t$react.forwardRef(({ onFileUpload: onFileUpload , onRemoveFile: onRemoveFile , error: error , label: label , allowMultiple: allowMultiple , uploads: controlledUploads }, ref)=>{
|
|
3456
|
+
const $5bdc448a87fb1cbf$export$1a5cb5295a7d2749 = /*#__PURE__*/ $E4F9t$react.forwardRef(({ onFileUpload: onFileUpload , onRemoveFile: onRemoveFile , error: error , label: label , allowMultiple: allowMultiple , uploads: controlledUploads , hideFileList: hideFileList }, ref)=>{
|
|
3457
3457
|
const [_uploads, setUploads] = $E4F9t$react.useState([]);
|
|
3458
3458
|
const uploads = controlledUploads ?? _uploads;
|
|
3459
3459
|
const inputRef = $E4F9t$react.useRef(null);
|
|
@@ -3615,7 +3615,7 @@ const $5bdc448a87fb1cbf$export$1a5cb5295a7d2749 = /*#__PURE__*/ $E4F9t$react.for
|
|
|
3615
3615
|
/*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $00118e4526047a1f$export$2e2bcd8739ae039), {})
|
|
3616
3616
|
]
|
|
3617
3617
|
}),
|
|
3618
|
-
uploads.length > 1 && /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $00118e4526047a1f$export$2e2bcd8739ae039), {
|
|
3618
|
+
uploads.length > 1 && !hideFileList && /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $00118e4526047a1f$export$2e2bcd8739ae039), {
|
|
3619
3619
|
css: {
|
|
3620
3620
|
marginTop: 10
|
|
3621
3621
|
},
|
|
@@ -3706,7 +3706,6 @@ const $9429b8cf491e716c$export$b25a304ec7d746bb = /*#__PURE__*/ $E4F9t$react.for
|
|
|
3706
3706
|
height: height,
|
|
3707
3707
|
...css
|
|
3708
3708
|
},
|
|
3709
|
-
...props,
|
|
3710
3709
|
ref: ref,
|
|
3711
3710
|
children: /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $7003944ca9ba7b6a$export$2e2bcd8739ae039), {
|
|
3712
3711
|
position: "absolute",
|