@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.js
CHANGED
|
@@ -8114,7 +8114,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8114
8114
|
padding: true,
|
|
8115
8115
|
height: "h-full",
|
|
8116
8116
|
children: [recentWidgets.length > 0 && selectedSource === "Installed" && /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
8117
|
-
className: "mb-3",
|
|
8117
|
+
className: "mb-3 space-y-1",
|
|
8118
8118
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
8119
8119
|
className: "px-2 py-1 mb-2 border-b ".concat(currentTheme["border-primary-medium"]),
|
|
8120
8120
|
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
|
|
@@ -8148,7 +8148,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8148
8148
|
})]
|
|
8149
8149
|
}), installedGroupNames.map(function (groupName) {
|
|
8150
8150
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
8151
|
-
className: "mb-1",
|
|
8151
|
+
className: "mb-1 space-y-1",
|
|
8152
8152
|
children: [/*#__PURE__*/jsxRuntime.jsxs("button", {
|
|
8153
8153
|
type: "button",
|
|
8154
8154
|
onClick: function onClick() {
|
|
@@ -8307,6 +8307,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8307
8307
|
}), selectedWidget.userConfig && Object.keys(selectedWidget.userConfig).length > 0 && /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
8308
8308
|
className: "mb-3",
|
|
8309
8309
|
children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
|
|
8310
|
+
padding: false,
|
|
8310
8311
|
className: "text-xs font-semibold text-gray-400 mb-2",
|
|
8311
8312
|
children: "CONFIGURATION"
|
|
8312
8313
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|