@trops/dash-core 0.1.30 → 0.1.31
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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24658,7 +24658,7 @@ var ThemeManagerModal = function ThemeManagerModal(_ref) {
|
|
|
24658
24658
|
children: /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
24659
24659
|
className: "flex flex-col w-full h-full overflow-clip",
|
|
24660
24660
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
24661
|
-
className: "flex flex-row w-full h-
|
|
24661
|
+
className: "flex flex-row w-full flex-1 min-h-0 overflow-clip",
|
|
24662
24662
|
children: /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
24663
24663
|
className: "flex flex-row w-full h-full overflow-clip",
|
|
24664
24664
|
children: [themeSelected && isEditing === false && /*#__PURE__*/jsxRuntime.jsx(PanelThemePicker, {
|