@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 CHANGED
@@ -7912,7 +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
+ padding: "py-2",
7916
7916
  className: "text-sm",
7917
7917
  children: selectedWidget.packageDescription
7918
7918
  })
@@ -8225,7 +8225,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
8225
8225
  }), selectedWidget.description && /*#__PURE__*/jsx("div", {
8226
8226
  className: "mb-2",
8227
8227
  children: /*#__PURE__*/jsx(Paragraph, {
8228
- padding: false,
8228
+ padding: "py-2",
8229
8229
  className: "text-sm",
8230
8230
  children: selectedWidget.description
8231
8231
  })