@trops/dash-core 0.1.29 → 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.js CHANGED
@@ -7778,7 +7778,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
7778
7778
  height: "h-full",
7779
7779
  children: groups.map(function (group) {
7780
7780
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
7781
- className: "mb-1",
7781
+ className: "mb-1 space-y-1",
7782
7782
  children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.MenuItem3, {
7783
7783
  onClick: function onClick() {
7784
7784
  handlePackageSelect(group);
@@ -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-full overflow-clip",
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, {