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