@kashifd/jwero-components 0.8.43 → 0.8.45
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.es.js +3 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -63338,9 +63338,10 @@ const SW = ({
|
|
|
63338
63338
|
Zo,
|
|
63339
63339
|
{
|
|
63340
63340
|
title: "Logout",
|
|
63341
|
+
variant: "outlined",
|
|
63341
63342
|
onClick: e,
|
|
63342
63343
|
iconProps: {
|
|
63343
|
-
icon: /* @__PURE__ */ m.jsx(Ny, { sx: { color: "#
|
|
63344
|
+
icon: /* @__PURE__ */ m.jsx(Ny, { sx: { color: "#000", height: "0.9rem", width: "0.9rem" } }),
|
|
63344
63345
|
position: "start"
|
|
63345
63346
|
}
|
|
63346
63347
|
}
|
|
@@ -64294,7 +64295,7 @@ const SW = ({
|
|
|
64294
64295
|
value: "digital_gold",
|
|
64295
64296
|
label: "Digital Gold",
|
|
64296
64297
|
icon: /* @__PURE__ */ m.jsx(NW, {}),
|
|
64297
|
-
link: "https://jwero.ai",
|
|
64298
|
+
link: "https://digigold.jwero.ai",
|
|
64298
64299
|
is_coming_soon: !1,
|
|
64299
64300
|
is_beta: !1
|
|
64300
64301
|
},
|