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