@trops/dash-core 0.1.30 → 0.1.32

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
@@ -8114,7 +8114,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8114
8114
  padding: true,
8115
8115
  height: "h-full",
8116
8116
  children: [recentWidgets.length > 0 && selectedSource === "Installed" && /*#__PURE__*/jsxRuntime.jsxs("div", {
8117
- className: "mb-3",
8117
+ className: "mb-3 space-y-1",
8118
8118
  children: [/*#__PURE__*/jsxRuntime.jsx("div", {
8119
8119
  className: "px-2 py-1 mb-2 border-b ".concat(currentTheme["border-primary-medium"]),
8120
8120
  children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
@@ -8148,7 +8148,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8148
8148
  })]
8149
8149
  }), installedGroupNames.map(function (groupName) {
8150
8150
  return /*#__PURE__*/jsxRuntime.jsxs("div", {
8151
- className: "mb-1",
8151
+ className: "mb-1 space-y-1",
8152
8152
  children: [/*#__PURE__*/jsxRuntime.jsxs("button", {
8153
8153
  type: "button",
8154
8154
  onClick: function onClick() {
@@ -8307,6 +8307,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8307
8307
  }), selectedWidget.userConfig && Object.keys(selectedWidget.userConfig).length > 0 && /*#__PURE__*/jsxRuntime.jsxs("div", {
8308
8308
  className: "mb-3",
8309
8309
  children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
8310
+ padding: false,
8310
8311
  className: "text-xs font-semibold text-gray-400 mb-2",
8311
8312
  children: "CONFIGURATION"
8312
8313
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
@@ -24658,7 +24659,7 @@ var ThemeManagerModal = function ThemeManagerModal(_ref) {
24658
24659
  children: /*#__PURE__*/jsxRuntime.jsxs("div", {
24659
24660
  className: "flex flex-col w-full h-full overflow-clip",
24660
24661
  children: [/*#__PURE__*/jsxRuntime.jsx("div", {
24661
- className: "flex flex-row w-full h-full overflow-clip",
24662
+ className: "flex flex-row w-full flex-1 min-h-0 overflow-clip",
24662
24663
  children: /*#__PURE__*/jsxRuntime.jsxs("div", {
24663
24664
  className: "flex flex-row w-full h-full overflow-clip",
24664
24665
  children: [themeSelected && isEditing === false && /*#__PURE__*/jsxRuntime.jsx(PanelThemePicker, {