@loafmarkets/ui 0.1.390 → 0.1.391
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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5540,9 +5540,11 @@ var Header = ({
|
|
|
5540
5540
|
{
|
|
5541
5541
|
type: "button",
|
|
5542
5542
|
onClick: (event) => {
|
|
5543
|
-
|
|
5543
|
+
event?.preventDefault();
|
|
5544
|
+
closeMenus();
|
|
5545
|
+
onSettingsClick?.();
|
|
5544
5546
|
},
|
|
5545
|
-
children: /* @__PURE__ */ jsx(MenuItem, { children: "
|
|
5547
|
+
children: /* @__PURE__ */ jsx(MenuItem, { children: "Refer" })
|
|
5546
5548
|
}
|
|
5547
5549
|
),
|
|
5548
5550
|
onSettingsClick && /* @__PURE__ */ jsx(
|