@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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7778,7 +7778,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
7778
7778
|
height: "h-full",
|
|
7779
7779
|
children: groups.map(function (group) {
|
|
7780
7780
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
7781
|
-
className: "mb-1",
|
|
7781
|
+
className: "mb-1 space-y-1",
|
|
7782
7782
|
children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.MenuItem3, {
|
|
7783
7783
|
onClick: function onClick() {
|
|
7784
7784
|
handlePackageSelect(group);
|