@sikka/hawa 0.38.4-next → 0.38.5-next
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/{DropdownMenu-Dly5lsqz.d.mts → DropdownMenu-B3cTLPDi.d.mts} +1 -0
- package/dist/{DropdownMenu-Cxlm5lZl.d.ts → DropdownMenu-BO1TNMm5.d.ts} +1 -0
- package/dist/appLayout/index.js +7 -1
- package/dist/appLayout/index.js.map +1 -1
- package/dist/appLayout/index.mjs +7 -1
- package/dist/appLayout/index.mjs.map +1 -1
- package/dist/appTopbar/index.js +7 -1
- package/dist/appTopbar/index.js.map +1 -1
- package/dist/appTopbar/index.mjs +7 -1
- package/dist/appTopbar/index.mjs.map +1 -1
- package/dist/blocks/index.d.mts +1 -1
- package/dist/blocks/index.d.ts +1 -1
- package/dist/blocks/index.js +7 -1
- package/dist/blocks/index.mjs +2 -2
- package/dist/{chunk-RZJPAN5T.mjs → chunk-HDOYDKDV.mjs} +1 -1
- package/dist/{chunk-GZVEFVSJ.mjs → chunk-SL4ONYNR.mjs} +1 -1
- package/dist/{chunk-GVPIM5KC.mjs → chunk-VE7EQ6VH.mjs} +7 -1
- package/dist/dataTable/index.js +7 -1
- package/dist/dataTable/index.js.map +1 -1
- package/dist/dataTable/index.mjs +7 -1
- package/dist/dataTable/index.mjs.map +1 -1
- package/dist/dropdownMenu/index.d.mts +1 -0
- package/dist/dropdownMenu/index.d.ts +1 -0
- package/dist/dropdownMenu/index.js +7 -1
- package/dist/dropdownMenu/index.js.map +1 -1
- package/dist/dropdownMenu/index.mjs +7 -1
- package/dist/dropdownMenu/index.mjs.map +1 -1
- package/dist/elements/index.d.mts +1 -1
- package/dist/elements/index.d.ts +1 -1
- package/dist/elements/index.js +7 -1
- package/dist/elements/index.mjs +3 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7 -1
- package/dist/index.mjs +7 -1
- package/dist/layout/index.d.mts +1 -1
- package/dist/layout/index.d.ts +1 -1
- package/dist/layout/index.js +7 -1
- package/dist/layout/index.mjs +2 -2
- package/dist/splitButton/index.js +7 -1
- package/dist/splitButton/index.js.map +1 -1
- package/dist/splitButton/index.mjs +7 -1
- package/dist/splitButton/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/appLayout/index.js
CHANGED
@@ -780,7 +780,13 @@ var DropdownMenu = ({
|
|
780
780
|
var _a;
|
781
781
|
const ItemLinkComponent = item.slug ? LinkComponent : "a";
|
782
782
|
if (item.itemType === "separator") {
|
783
|
-
return /* @__PURE__ */ React6.createElement(
|
783
|
+
return /* @__PURE__ */ React6.createElement(
|
784
|
+
DropdownMenuSeparator,
|
785
|
+
{
|
786
|
+
key: index,
|
787
|
+
className: classNames == null ? void 0 : classNames.separator
|
788
|
+
}
|
789
|
+
);
|
784
790
|
} else if (item.itemType === "label") {
|
785
791
|
return /* @__PURE__ */ React6.createElement(DropdownMenuLabel, { key: index }, item.label);
|
786
792
|
} else if (item.itemType === "radio") {
|