@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.esm.js
CHANGED
|
@@ -24639,7 +24639,7 @@ var ThemeManagerModal = function ThemeManagerModal(_ref) {
|
|
|
24639
24639
|
children: /*#__PURE__*/jsxs("div", {
|
|
24640
24640
|
className: "flex flex-col w-full h-full overflow-clip",
|
|
24641
24641
|
children: [/*#__PURE__*/jsx("div", {
|
|
24642
|
-
className: "flex flex-row w-full h-
|
|
24642
|
+
className: "flex flex-row w-full flex-1 min-h-0 overflow-clip",
|
|
24643
24643
|
children: /*#__PURE__*/jsxs("div", {
|
|
24644
24644
|
className: "flex flex-row w-full h-full overflow-clip",
|
|
24645
24645
|
children: [themeSelected && isEditing === false && /*#__PURE__*/jsx(PanelThemePicker, {
|