hey-pharmacist-ecommerce 1.1.27 → 1.1.28
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 +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/screens/EditProfileScreen.tsx +5 -1
package/dist/index.js
CHANGED
|
@@ -13684,7 +13684,17 @@ function EditProfileScreen() {
|
|
|
13684
13684
|
/* @__PURE__ */ jsxRuntime.jsx(lucideReact.Phone, { className: "absolute left-3 top-[38px] h-4 w-4 text-slate-400" })
|
|
13685
13685
|
] }),
|
|
13686
13686
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap gap-3", children: [
|
|
13687
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13687
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13688
|
+
Button,
|
|
13689
|
+
{
|
|
13690
|
+
type: "submit",
|
|
13691
|
+
size: "lg",
|
|
13692
|
+
isLoading: isSubmitting,
|
|
13693
|
+
className: "border-slate-300 text-slate-800 hover:bg-slate-50",
|
|
13694
|
+
variant: "outline-solid",
|
|
13695
|
+
children: "Save changes"
|
|
13696
|
+
}
|
|
13697
|
+
),
|
|
13688
13698
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
13689
13699
|
Button,
|
|
13690
13700
|
{
|