@trops/dash-core 0.1.29 → 0.1.30

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
@@ -7759,7 +7759,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
7759
7759
  height: "h-full",
7760
7760
  children: groups.map(function (group) {
7761
7761
  return /*#__PURE__*/jsxs("div", {
7762
- className: "mb-1",
7762
+ className: "mb-1 space-y-1",
7763
7763
  children: [/*#__PURE__*/jsx(MenuItem3, {
7764
7764
  onClick: function onClick() {
7765
7765
  handlePackageSelect(group);