@trops/dash-core 0.1.35 → 0.1.36
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 +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7931,7 +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:
|
|
7934
|
+
padding: "py-2",
|
|
7935
7935
|
className: "text-sm",
|
|
7936
7936
|
children: selectedWidget.packageDescription
|
|
7937
7937
|
})
|
|
@@ -8244,7 +8244,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
8244
8244
|
}), selectedWidget.description && /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
8245
8245
|
className: "mb-2",
|
|
8246
8246
|
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Paragraph, {
|
|
8247
|
-
padding:
|
|
8247
|
+
padding: "py-2",
|
|
8248
8248
|
className: "text-sm",
|
|
8249
8249
|
children: selectedWidget.description
|
|
8250
8250
|
})
|