@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.esm.js +7 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -8206,7 +8206,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8206
8206
|
jsxs("div", {
|
|
8207
8207
|
className: "flex-1 overflow-y-auto min-h-0 p-4 w-full",
|
|
8208
8208
|
children: [/*#__PURE__*/jsxs("div", {
|
|
8209
|
-
className: "mb-
|
|
8209
|
+
className: "mb-2",
|
|
8210
8210
|
children: [/*#__PURE__*/jsxs("div", {
|
|
8211
8211
|
className: "flex items-center space-x-2 mb-1",
|
|
8212
8212
|
children: [/*#__PURE__*/jsx(WidgetIcon, {
|
|
@@ -8221,16 +8221,18 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8221
8221
|
children: ["by", " ", selectedWidget.author || selectedWidget.workspace || "Unknown"]
|
|
8222
8222
|
})]
|
|
8223
8223
|
}), /*#__PURE__*/jsx("hr", {
|
|
8224
|
-
className: "my-
|
|
8224
|
+
className: "my-2 ".concat(currentTheme["border-primary-medium"])
|
|
8225
8225
|
}), selectedWidget.description && /*#__PURE__*/jsx("div", {
|
|
8226
|
-
className: "mb-
|
|
8226
|
+
className: "mb-2",
|
|
8227
8227
|
children: /*#__PURE__*/jsx(Paragraph, {
|
|
8228
|
+
padding: false,
|
|
8228
8229
|
className: "text-sm",
|
|
8229
8230
|
children: selectedWidget.description
|
|
8230
8231
|
})
|
|
8231
8232
|
}), selectedWidget.providers && selectedWidget.providers.length > 0 && /*#__PURE__*/jsxs("div", {
|
|
8232
|
-
className: "mb-
|
|
8233
|
+
className: "mb-2",
|
|
8233
8234
|
children: [/*#__PURE__*/jsx(Paragraph, {
|
|
8235
|
+
padding: false,
|
|
8234
8236
|
className: "text-xs font-semibold text-gray-400 mb-2",
|
|
8235
8237
|
children: "REQUIRED PROVIDERS"
|
|
8236
8238
|
}), /*#__PURE__*/jsx("div", {
|
|
@@ -8292,7 +8294,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8292
8294
|
})
|
|
8293
8295
|
})]
|
|
8294
8296
|
}), selectedWidget.userConfig && Object.keys(selectedWidget.userConfig).length > 0 && /*#__PURE__*/jsxs("div", {
|
|
8295
|
-
className: "mb-
|
|
8297
|
+
className: "mb-2",
|
|
8296
8298
|
children: [/*#__PURE__*/jsx(Paragraph, {
|
|
8297
8299
|
padding: false,
|
|
8298
8300
|
className: "text-xs font-semibold text-gray-400 mb-2",
|