@trops/dash-core 0.1.249 → 0.1.250
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.esm.js +36 -47
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23482,13 +23482,11 @@ var WidgetNotFound = function WidgetNotFound(_ref) {
|
|
|
23482
23482
|
className: "h-3 w-3"
|
|
23483
23483
|
}), "Find in Registry"]
|
|
23484
23484
|
})]
|
|
23485
|
-
}),
|
|
23486
|
-
|
|
23485
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(DashReact.Modal, {
|
|
23486
|
+
isOpen: showModal,
|
|
23487
|
+
setIsOpen: setShowModal,
|
|
23487
23488
|
width: "w-1/3",
|
|
23488
|
-
height: "
|
|
23489
|
-
onClose: function onClose() {
|
|
23490
|
-
return setShowModal(false);
|
|
23491
|
-
},
|
|
23489
|
+
height: "auto",
|
|
23492
23490
|
children: [isLoading && /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
23493
23491
|
className: "flex items-center justify-center p-12",
|
|
23494
23492
|
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.FontAwesomeIcon, {
|