@trops/dash-core 0.1.33 → 0.1.34

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.js CHANGED
@@ -7931,6 +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: false,
7934
7935
  className: "text-sm",
7935
7936
  children: selectedWidget.packageDescription
7936
7937
  })