@trops/dash-core 0.1.31 → 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 +3 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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", {
|