@trops/dash-core 0.1.34 → 0.1.35

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
@@ -8225,7 +8225,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8225
8225
  jsxRuntime.jsxs("div", {
8226
8226
  className: "flex-1 overflow-y-auto min-h-0 p-4 w-full",
8227
8227
  children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
8228
- className: "mb-3",
8228
+ className: "mb-2",
8229
8229
  children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
8230
8230
  className: "flex items-center space-x-2 mb-1",
8231
8231
  children: [/*#__PURE__*/jsxRuntime.jsx(WidgetIcon, {
@@ -8240,16 +8240,18 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8240
8240
  children: ["by", " ", selectedWidget.author || selectedWidget.workspace || "Unknown"]
8241
8241
  })]
8242
8242
  }), /*#__PURE__*/jsxRuntime.jsx("hr", {
8243
- className: "my-3 ".concat(currentTheme["border-primary-medium"])
8243
+ className: "my-2 ".concat(currentTheme["border-primary-medium"])
8244
8244
  }), selectedWidget.description && /*#__PURE__*/jsxRuntime.jsx("div", {
8245
- className: "mb-3",
8245
+ className: "mb-2",
8246
8246
  children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
8247
+ padding: false,
8247
8248
  className: "text-sm",
8248
8249
  children: selectedWidget.description
8249
8250
  })
8250
8251
  }), selectedWidget.providers && selectedWidget.providers.length > 0 && /*#__PURE__*/jsxRuntime.jsxs("div", {
8251
- className: "mb-3",
8252
+ className: "mb-2",
8252
8253
  children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
8254
+ padding: false,
8253
8255
  className: "text-xs font-semibold text-gray-400 mb-2",
8254
8256
  children: "REQUIRED PROVIDERS"
8255
8257
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
@@ -8311,7 +8313,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8311
8313
  })
8312
8314
  })]
8313
8315
  }), selectedWidget.userConfig && Object.keys(selectedWidget.userConfig).length > 0 && /*#__PURE__*/jsxRuntime.jsxs("div", {
8314
- className: "mb-3",
8316
+ className: "mb-2",
8315
8317
  children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
8316
8318
  padding: false,
8317
8319
  className: "text-xs font-semibold text-gray-400 mb-2",