@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.esm.js CHANGED
@@ -8095,7 +8095,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8095
8095
  padding: true,
8096
8096
  height: "h-full",
8097
8097
  children: [recentWidgets.length > 0 && selectedSource === "Installed" && /*#__PURE__*/jsxs("div", {
8098
- className: "mb-3",
8098
+ className: "mb-3 space-y-1",
8099
8099
  children: [/*#__PURE__*/jsx("div", {
8100
8100
  className: "px-2 py-1 mb-2 border-b ".concat(currentTheme["border-primary-medium"]),
8101
8101
  children: /*#__PURE__*/jsx(Paragraph, {
@@ -8129,7 +8129,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8129
8129
  })]
8130
8130
  }), installedGroupNames.map(function (groupName) {
8131
8131
  return /*#__PURE__*/jsxs("div", {
8132
- className: "mb-1",
8132
+ className: "mb-1 space-y-1",
8133
8133
  children: [/*#__PURE__*/jsxs("button", {
8134
8134
  type: "button",
8135
8135
  onClick: function onClick() {
@@ -8288,6 +8288,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8288
8288
  }), selectedWidget.userConfig && Object.keys(selectedWidget.userConfig).length > 0 && /*#__PURE__*/jsxs("div", {
8289
8289
  className: "mb-3",
8290
8290
  children: [/*#__PURE__*/jsx(Paragraph, {
8291
+ padding: false,
8291
8292
  className: "text-xs font-semibold text-gray-400 mb-2",
8292
8293
  children: "CONFIGURATION"
8293
8294
  }), /*#__PURE__*/jsx("div", {
@@ -24639,7 +24640,7 @@ var ThemeManagerModal = function ThemeManagerModal(_ref) {
24639
24640
  children: /*#__PURE__*/jsxs("div", {
24640
24641
  className: "flex flex-col w-full h-full overflow-clip",
24641
24642
  children: [/*#__PURE__*/jsx("div", {
24642
- className: "flex flex-row w-full h-full overflow-clip",
24643
+ className: "flex flex-row w-full flex-1 min-h-0 overflow-clip",
24643
24644
  children: /*#__PURE__*/jsxs("div", {
24644
24645
  className: "flex flex-row w-full h-full overflow-clip",
24645
24646
  children: [themeSelected && isEditing === false && /*#__PURE__*/jsx(PanelThemePicker, {