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.mjs
CHANGED
|
@@ -13674,7 +13674,17 @@ function EditProfileScreen() {
|
|
|
13674
13674
|
/* @__PURE__ */ jsx(Phone, { className: "absolute left-3 top-[38px] h-4 w-4 text-slate-400" })
|
|
13675
13675
|
] }),
|
|
13676
13676
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-wrap gap-3", children: [
|
|
13677
|
-
/* @__PURE__ */ jsx(
|
|
13677
|
+
/* @__PURE__ */ jsx(
|
|
13678
|
+
Button,
|
|
13679
|
+
{
|
|
13680
|
+
type: "submit",
|
|
13681
|
+
size: "lg",
|
|
13682
|
+
isLoading: isSubmitting,
|
|
13683
|
+
className: "border-slate-300 text-slate-800 hover:bg-slate-50",
|
|
13684
|
+
variant: "outline-solid",
|
|
13685
|
+
children: "Save changes"
|
|
13686
|
+
}
|
|
13687
|
+
),
|
|
13678
13688
|
/* @__PURE__ */ jsx(
|
|
13679
13689
|
Button,
|
|
13680
13690
|
{
|