diff --git a/.plasmic/plasmic/paziresh_24/PlasmicAbout.tsx b/.plasmic/plasmic/paziresh_24/PlasmicAbout.tsx index a2fcdb06..0af31432 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicAbout.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicAbout.tsx @@ -108,7 +108,16 @@ function PlasmicAbout__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicActivity.tsx b/.plasmic/plasmic/paziresh_24/PlasmicActivity.tsx index bbb56bc9..1a302b6f 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicActivity.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicActivity.tsx @@ -79,7 +79,7 @@ import sty from "./PlasmicActivity.module.css"; // plasmic-import: pggD1apWa_wW/ import Icon20Icon from "./icons/PlasmicIcon__Icon20"; // plasmic-import: uUHYUjZLzaVg/icon import Icon21Icon from "./icons/PlasmicIcon__Icon21"; // plasmic-import: szEV5ojPpvII/icon import Icon17Icon from "./icons/PlasmicIcon__Icon17"; // plasmic-import: egi8lj9xHHo3/icon -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon4Icon from "./icons/PlasmicIcon__Icon4"; // plasmic-import: zsOosa-1VDPP/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon import Icon19Icon from "./icons/PlasmicIcon__Icon19"; // plasmic-import: 4RsTY71YqzEZ/icon @@ -137,7 +137,16 @@ function PlasmicActivity__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -531,7 +540,7 @@ function PlasmicActivity__RenderFunc(props: { const actionArgs = { dataOp: { sourceId: "x4aryr2mRXV9jgXmh3My7a", - opId: "a0077099-6811-47a6-aca7-d56d8053a2af", + opId: "3bcf4cb6-1618-4ab4-8ade-417b030c3766", userArgs: { params: [ $props.centers.find(center => center.id === "5532") @@ -581,7 +590,7 @@ function PlasmicActivity__RenderFunc(props: { const actionArgs = { dataOp: { sourceId: "x4aryr2mRXV9jgXmh3My7a", - opId: "a363a9a4-c014-47d7-a210-3f4e3c318c36", + opId: "722cb646-bd6c-40d2-9378-c4ad049d93a4", userArgs: { params: [ $props.centers.find(center => center.id === "5532") diff --git a/.plasmic/plasmic/paziresh_24/PlasmicAlert.tsx b/.plasmic/plasmic/paziresh_24/PlasmicAlert.tsx index a132e607..8b24e10e 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicAlert.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicAlert.tsx @@ -130,7 +130,16 @@ function PlasmicAlert__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicBreadcrumbs.tsx b/.plasmic/plasmic/paziresh_24/PlasmicBreadcrumbs.tsx index 7486ffd0..57a76670 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicBreadcrumbs.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicBreadcrumbs.tsx @@ -110,7 +110,16 @@ function PlasmicBreadcrumbs__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicButton.tsx b/.plasmic/plasmic/paziresh_24/PlasmicButton.tsx index b2834737..62676cc4 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicButton.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicButton.tsx @@ -67,7 +67,7 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicButton.module.css"; // plasmic-import: wRtWBmTexyYF/css -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon17Icon from "./icons/PlasmicIcon__Icon17"; // plasmic-import: egi8lj9xHHo3/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon @@ -207,7 +207,16 @@ function PlasmicButton__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -455,7 +464,7 @@ function PlasmicButton__RenderFunc(props: { > {renderPlasmicSlot({ defaultContents: ( - diff --git a/.plasmic/plasmic/paziresh_24/PlasmicCard.tsx b/.plasmic/plasmic/paziresh_24/PlasmicCard.tsx index c8f545f5..f1527775 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicCard.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicCard.tsx @@ -117,7 +117,16 @@ function PlasmicCard__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicClaim.tsx b/.plasmic/plasmic/paziresh_24/PlasmicClaim.tsx index e10e5bf5..3812f0a1 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicClaim.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicClaim.tsx @@ -67,7 +67,7 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicClaim.module.css"; // plasmic-import: 5jjwlzFYfMqI/css -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon createPlasmicElementProxy; @@ -115,7 +115,16 @@ function PlasmicClaim__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -225,7 +234,7 @@ function PlasmicClaim__RenderFunc(props: { } $steps[ - "goToHttpswwwpaziresh24ComhomeintermediateRegistrationForm" + "goToHttpsWwwPaziresh24ComHomeIntermediateRegistrationForm" ] = true ? (() => { const actionArgs = { @@ -248,19 +257,19 @@ function PlasmicClaim__RenderFunc(props: { : undefined; if ( $steps[ - "goToHttpswwwpaziresh24ComhomeintermediateRegistrationForm" + "goToHttpsWwwPaziresh24ComHomeIntermediateRegistrationForm" ] != null && typeof $steps[ - "goToHttpswwwpaziresh24ComhomeintermediateRegistrationForm" + "goToHttpsWwwPaziresh24ComHomeIntermediateRegistrationForm" ] === "object" && typeof $steps[ - "goToHttpswwwpaziresh24ComhomeintermediateRegistrationForm" + "goToHttpsWwwPaziresh24ComHomeIntermediateRegistrationForm" ].then === "function" ) { $steps[ - "goToHttpswwwpaziresh24ComhomeintermediateRegistrationForm" + "goToHttpsWwwPaziresh24ComHomeIntermediateRegistrationForm" ] = await $steps[ - "goToHttpswwwpaziresh24ComhomeintermediateRegistrationForm" + "goToHttpsWwwPaziresh24ComHomeIntermediateRegistrationForm" ]; } }} diff --git a/.plasmic/plasmic/paziresh_24/PlasmicDialog.tsx b/.plasmic/plasmic/paziresh_24/PlasmicDialog.tsx index 5b5ae2b8..a2252a9d 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicDialog.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicDialog.tsx @@ -73,7 +73,7 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicDialog.module.css"; // plasmic-import: 5NUpgw2K0nJD/css -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon createPlasmicElementProxy; @@ -140,7 +140,16 @@ function PlasmicDialog__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicDoctorCard.tsx b/.plasmic/plasmic/paziresh_24/PlasmicDoctorCard.tsx index 264d15f2..ac529c54 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicDoctorCard.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicDoctorCard.tsx @@ -70,7 +70,7 @@ import sty from "./PlasmicDoctorCard.module.css"; // plasmic-import: NhMGML-3Q4P import Icon14Icon from "./icons/PlasmicIcon__Icon14"; // plasmic-import: x8zKpWpxm06O/icon import Icon18Icon from "./icons/PlasmicIcon__Icon18"; // plasmic-import: rNlcBlswymjS/icon -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon createPlasmicElementProxy; @@ -143,7 +143,9 @@ function PlasmicDoctorCard__RenderFunc(props: { { primaryButtonLoading: false }, - props.args + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) ), [props.args] ); diff --git a/.plasmic/plasmic/paziresh_24/PlasmicDoctorProfileSeoBox.tsx b/.plasmic/plasmic/paziresh_24/PlasmicDoctorProfileSeoBox.tsx index 8d645ecf..e9f67403 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicDoctorProfileSeoBox.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicDoctorProfileSeoBox.tsx @@ -117,7 +117,16 @@ function PlasmicDoctorProfileSeoBox__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicHomePage.tsx b/.plasmic/plasmic/paziresh_24/PlasmicHomePage.tsx index c02d3abe..54fadb6f 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicHomePage.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicHomePage.tsx @@ -68,7 +68,7 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicHomePage.module.css"; // plasmic-import: q10e5tagld7P/css -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon createPlasmicElementProxy; @@ -112,7 +112,16 @@ function PlasmicHomePage__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicHomePixel.tsx b/.plasmic/plasmic/paziresh_24/PlasmicHomePixel.tsx index 70b6eddb..0a54cb88 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicHomePixel.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicHomePixel.tsx @@ -104,7 +104,16 @@ function PlasmicHomePixel__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.module.css b/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.module.css index 18799669..789270b4 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.module.css +++ b/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.module.css @@ -23,13 +23,13 @@ left: auto; top: auto; } -.vuesaxlinearnotification { +.vuesaxLinearNotification { width: 24px; height: 24px; display: block; position: absolute; } -.vuesaxlinearnotification2 { +.vuesaxLinearNotification2 { width: 24px; height: 24px; display: block; diff --git a/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.tsx b/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.tsx index 8bb8d8d0..d2db257b 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicInAppNotification.tsx @@ -94,8 +94,8 @@ export type PlasmicInAppNotification__OverridesType = { root?: Flex__<"div">; popoverCore?: Flex__; group6?: Flex__<"div">; - vuesaxlinearnotification?: Flex__<"div">; - vuesaxlinearnotification2?: Flex__<"div">; + vuesaxLinearNotification?: Flex__<"div">; + vuesaxLinearNotification2?: Flex__<"div">; img?: Flex__; freeBox?: Flex__<"div">; group7?: Flex__<"div">; @@ -124,7 +124,16 @@ function PlasmicInAppNotification__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -255,7 +264,7 @@ function PlasmicInAppNotification__RenderFunc(props: { onClick={async event => { const $steps = {}; - $steps["goToSettingworkhours"] = true + $steps["goToSettingWorkhours"] = true ? (() => { const actionArgs = { destination: "/setting/workhours" @@ -275,12 +284,12 @@ function PlasmicInAppNotification__RenderFunc(props: { })() : undefined; if ( - $steps["goToSettingworkhours"] != null && - typeof $steps["goToSettingworkhours"] === "object" && - typeof $steps["goToSettingworkhours"].then === "function" + $steps["goToSettingWorkhours"] != null && + typeof $steps["goToSettingWorkhours"] === "object" && + typeof $steps["goToSettingWorkhours"].then === "function" ) { - $steps["goToSettingworkhours"] = await $steps[ - "goToSettingworkhours" + $steps["goToSettingWorkhours"] = await $steps[ + "goToSettingWorkhours" ]; } }} @@ -388,7 +397,7 @@ function PlasmicInAppNotification__RenderFunc(props: { onClick={async event => { const $steps = {}; - $steps["goToSettingworkhours"] = true + $steps["goToSettingWorkhours"] = true ? (() => { const actionArgs = { destination: "/setting/workhours" @@ -408,12 +417,12 @@ function PlasmicInAppNotification__RenderFunc(props: { })() : undefined; if ( - $steps["goToSettingworkhours"] != null && - typeof $steps["goToSettingworkhours"] === "object" && - typeof $steps["goToSettingworkhours"].then === "function" + $steps["goToSettingWorkhours"] != null && + typeof $steps["goToSettingWorkhours"] === "object" && + typeof $steps["goToSettingWorkhours"].then === "function" ) { - $steps["goToSettingworkhours"] = await $steps[ - "goToSettingworkhours" + $steps["goToSettingWorkhours"] = await $steps[ + "goToSettingWorkhours" ]; } }} @@ -450,16 +459,16 @@ function PlasmicInAppNotification__RenderFunc(props: { }} >
v !== undefined) + ) ), [props.args] ); diff --git a/.plasmic/plasmic/paziresh_24/PlasmicOpener.tsx b/.plasmic/plasmic/paziresh_24/PlasmicOpener.tsx index f3757fe1..2b13d6c9 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicOpener.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicOpener.tsx @@ -67,8 +67,8 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicOpener.module.css"; // plasmic-import: HdziC2GDkrKd/css -import ChevronUpsvgIcon from "./icons/PlasmicIcon__ChevronUpsvg"; // plasmic-import: EyMvPikEuDUD/icon -import ChevronDownsvgIcon from "./icons/PlasmicIcon__ChevronDownsvg"; // plasmic-import: zCwXncSoUStt/icon +import ChevronUpSvgIcon from "./icons/PlasmicIcon__ChevronUpSvg"; // plasmic-import: EyMvPikEuDUD/icon +import ChevronDownSvgIcon from "./icons/PlasmicIcon__ChevronDownSvg"; // plasmic-import: zCwXncSoUStt/icon createPlasmicElementProxy; @@ -110,7 +110,16 @@ function PlasmicOpener__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -269,7 +278,7 @@ function PlasmicOpener__RenderFunc(props: { throw e; } })() ? ( - @@ -287,7 +296,7 @@ function PlasmicOpener__RenderFunc(props: { throw e; } })() ? ( - diff --git a/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.module.css b/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.module.css index 0f0fddfb..d3f4acda 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.module.css +++ b/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.module.css @@ -196,7 +196,7 @@ width: auto; height: 1em; } -.شرحاولهبمار { +.شرحاولیهبیماری { font-size: var(--token-9YpWDRZpBZcs); } .svg__fcikG { diff --git a/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.tsx b/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.tsx index 980a06fd..faa8a287 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicReceiptActionButtons.tsx @@ -74,13 +74,13 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicReceiptActionButtons.module.css"; // plasmic-import: EifS7TB9I3zC/css -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon import Icon13Icon from "./icons/PlasmicIcon__Icon13"; // plasmic-import: M2IpxUmMZTqA/icon import Icon8Icon from "./icons/PlasmicIcon__Icon8"; // plasmic-import: w8HZEw2oFpPD/icon import Icon17Icon from "./icons/PlasmicIcon__Icon17"; // plasmic-import: egi8lj9xHHo3/icon import Icon11Icon from "./icons/PlasmicIcon__Icon11"; // plasmic-import: R-D5rrnSi86T/icon -import SearchsvgIcon from "./icons/PlasmicIcon__Searchsvg"; // plasmic-import: iIYeRAdEZp9l/icon +import SearchSvgIcon from "./icons/PlasmicIcon__SearchSvg"; // plasmic-import: iIYeRAdEZp9l/icon import __lib_axios from "axios"; import { random as __lib_lodash__random } from "lodash"; @@ -115,7 +115,7 @@ export const PlasmicReceiptActionButtons__ArgProps = new Array( export type PlasmicReceiptActionButtons__OverridesType = { root?: Flex__<"div">; - شرحاولهبمار?: Flex__<"div">; + شرحاولیهبیماری?: Flex__<"div">; dialog?: Flex__; doctorCard?: Flex__; dialog3?: Flex__; @@ -165,7 +165,9 @@ function PlasmicReceiptActionButtons__RenderFunc(props: { showSubstituteDoctorAlert: false, illDescription: false }, - props.args + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) ), [props.args] ); @@ -747,15 +749,15 @@ function PlasmicReceiptActionButtons__RenderFunc(props: { children2={
{ const actionArgs = { destination: "/dashboard/appointments/" @@ -1842,14 +1844,14 @@ ${$props?.specialities?.[0]?.speciality?.taggables?.[0]?.tag?.slug}?turn_type=co })() : undefined; if ( - $steps["goToDashboardappointments"] != null && - typeof $steps["goToDashboardappointments"] === + $steps["goToDashboardAppointments"] != null && + typeof $steps["goToDashboardAppointments"] === "object" && - typeof $steps["goToDashboardappointments"].then === + typeof $steps["goToDashboardAppointments"].then === "function" ) { - $steps["goToDashboardappointments"] = await $steps[ - "goToDashboardappointments" + $steps["goToDashboardAppointments"] = await $steps[ + "goToDashboardAppointments" ]; } }} @@ -2497,7 +2499,7 @@ ${$props?.specialities?.[0]?.speciality?.taggables?.[0]?.tag?.slug}?turn_type=co const PlasmicDescendants = { root: [ "root", - "\u0634\u0631\u062d\u0627\u0648\u0644\u0647\u0628\u0645\u0627\u0631", + "\u0634\u0631\u062d\u0627\u0648\u0644\u06cc\u0647\u0628\u06cc\u0645\u0627\u0631\u06cc", "dialog", "doctorCard", "dialog3", @@ -2507,8 +2509,8 @@ const PlasmicDescendants = { "textarea", "textInput" ], - شرحاولهبمار: [ - "\u0634\u0631\u062d\u0627\u0648\u0644\u0647\u0628\u0645\u0627\u0631" + شرحاولیهبیماری: [ + "\u0634\u0631\u062d\u0627\u0648\u0644\u06cc\u0647\u0628\u06cc\u0645\u0627\u0631\u06cc" ], dialog: ["dialog", "doctorCard"], doctorCard: ["doctorCard"], @@ -2524,7 +2526,7 @@ type DescendantsType = (typeof PlasmicDescendants)[T][number]; type NodeDefaultElementType = { root: "div"; - شرحاولهبمار: "div"; + شرحاولیهبیماری: "div"; dialog: typeof Dialog; doctorCard: typeof DoctorCard; dialog3: typeof Dialog; @@ -2595,8 +2597,8 @@ export const PlasmicReceiptActionButtons = Object.assign( makeNodeComponent("root"), { // Helper components rendering sub-elements - شرحاولهبمار: makeNodeComponent( - "\u0634\u0631\u062d\u0627\u0648\u0644\u0647\u0628\u0645\u0627\u0631" + شرحاولیهبیماری: makeNodeComponent( + "\u0634\u0631\u062d\u0627\u0648\u0644\u06cc\u0647\u0628\u06cc\u0645\u0627\u0631\u06cc" ), dialog: makeNodeComponent("dialog"), doctorCard: makeNodeComponent("doctorCard"), diff --git a/.plasmic/plasmic/paziresh_24/PlasmicSelect.tsx b/.plasmic/plasmic/paziresh_24/PlasmicSelect.tsx index 3e10592a..65024784 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicSelect.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicSelect.tsx @@ -70,8 +70,8 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicSelect.module.css"; // plasmic-import: x96fIRHUIj0a/css -import ChevronDownsvgIcon from "./icons/PlasmicIcon__ChevronDownsvg"; // plasmic-import: zCwXncSoUStt/icon -import ChevronUpsvgIcon from "./icons/PlasmicIcon__ChevronUpsvg"; // plasmic-import: EyMvPikEuDUD/icon +import ChevronDownSvgIcon from "./icons/PlasmicIcon__ChevronDownSvg"; // plasmic-import: zCwXncSoUStt/icon +import ChevronUpSvgIcon from "./icons/PlasmicIcon__ChevronUpSvg"; // plasmic-import: EyMvPikEuDUD/icon createPlasmicElementProxy; @@ -189,7 +189,16 @@ function PlasmicSelect__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -540,8 +549,8 @@ function PlasmicSelect__RenderFunc(props: { data-plasmic-override={overrides.dropdownIcon} PlasmicIconType={ hasVariant($state, "isOpen", "isOpen") - ? ChevronUpsvgIcon - : ChevronDownsvgIcon + ? ChevronUpSvgIcon + : ChevronDownSvgIcon } className={classNames(projectcss.all, sty.dropdownIcon, { [sty.dropdownIcon___focusVisibleWithin]: diff --git a/.plasmic/plasmic/paziresh_24/PlasmicSelect__Option.tsx b/.plasmic/plasmic/paziresh_24/PlasmicSelect__Option.tsx index 5486d3d4..c49e74e4 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicSelect__Option.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicSelect__Option.tsx @@ -124,7 +124,16 @@ function PlasmicSelect__Option__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicSelect__OptionGroup.tsx b/.plasmic/plasmic/paziresh_24/PlasmicSelect__OptionGroup.tsx index 8717a512..a401c828 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicSelect__OptionGroup.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicSelect__OptionGroup.tsx @@ -124,7 +124,16 @@ function PlasmicSelect__OptionGroup__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicSelect__Overlay.tsx b/.plasmic/plasmic/paziresh_24/PlasmicSelect__Overlay.tsx index 6c0cac40..6f7bbeb7 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicSelect__Overlay.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicSelect__Overlay.tsx @@ -122,7 +122,16 @@ function PlasmicSelect__Overlay__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicServices.tsx b/.plasmic/plasmic/paziresh_24/PlasmicServices.tsx index 43cbf58c..b5579915 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicServices.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicServices.tsx @@ -69,9 +69,9 @@ import sty from "./PlasmicServices.module.css"; // plasmic-import: q3FGMz6XNu9L/ import Icon22Icon from "./icons/PlasmicIcon__Icon22"; // plasmic-import: -KwzHfv-9ot5/icon import Icon23Icon from "./icons/PlasmicIcon__Icon23"; // plasmic-import: 0nIlGiQv_m-P/icon -import EitaasvgIcon from "./icons/PlasmicIcon__Eitaasvg"; // plasmic-import: WqDEZH1sW0Ay/icon -import WhatsappsvgIcon from "./icons/PlasmicIcon__Whatsappsvg"; // plasmic-import: aiEdwD29mrY6/icon -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import EitaaSvgIcon from "./icons/PlasmicIcon__EitaaSvg"; // plasmic-import: WqDEZH1sW0Ay/icon +import WhatsappSvgIcon from "./icons/PlasmicIcon__WhatsappSvg"; // plasmic-import: aiEdwD29mrY6/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon import Icon6Icon from "./icons/PlasmicIcon__Icon6"; // plasmic-import: UYWDQf69XzlE/icon import Icon24Icon from "./icons/PlasmicIcon__Icon24"; // plasmic-import: bFoMwbPekE8y/icon @@ -137,7 +137,16 @@ function PlasmicServices__RenderFunc(props: { }) { const { variants, overrides, forNode } = props; - const args = React.useMemo(() => Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, @@ -359,7 +368,7 @@ function PlasmicServices__RenderFunc(props: { ) })} > - - Object.assign({}, props.args), [props.args]); + const args = React.useMemo( + () => + Object.assign( + {}, + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) + ), + [props.args] + ); const $props = { ...args, diff --git a/.plasmic/plasmic/paziresh_24/PlasmicTextInput.tsx b/.plasmic/plasmic/paziresh_24/PlasmicTextInput.tsx index 163d5eb8..1c74f817 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicTextInput.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicTextInput.tsx @@ -67,8 +67,8 @@ import plasmic_fragment_design_system_css from "../fragment_design_system/plasmi import projectcss from "./plasmic.module.css"; // plasmic-import: iDYgiKJB9Yi7CUB81stQBK/projectcss import sty from "./PlasmicTextInput.module.css"; // plasmic-import: MB7oMSw7lp7m/css -import SearchsvgIcon from "./icons/PlasmicIcon__Searchsvg"; // plasmic-import: iIYeRAdEZp9l/icon -import ChecksvgIcon from "./icons/PlasmicIcon__Checksvg"; // plasmic-import: Zop7nqClMso8/icon +import SearchSvgIcon from "./icons/PlasmicIcon__SearchSvg"; // plasmic-import: iIYeRAdEZp9l/icon +import CheckSvgIcon from "./icons/PlasmicIcon__CheckSvg"; // plasmic-import: Zop7nqClMso8/icon createPlasmicElementProxy; @@ -181,7 +181,9 @@ function PlasmicTextInput__RenderFunc(props: { { placeholder: "Enter something…" }, - props.args + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) ), [props.args] ); @@ -306,7 +308,7 @@ function PlasmicTextInput__RenderFunc(props: { > {renderPlasmicSlot({ defaultContents: ( - @@ -413,7 +415,7 @@ function PlasmicTextInput__RenderFunc(props: { > {renderPlasmicSlot({ defaultContents: ( - diff --git a/.plasmic/plasmic/paziresh_24/PlasmicTooltip.tsx b/.plasmic/plasmic/paziresh_24/PlasmicTooltip.tsx index 4b47d92d..b02495d6 100644 --- a/.plasmic/plasmic/paziresh_24/PlasmicTooltip.tsx +++ b/.plasmic/plasmic/paziresh_24/PlasmicTooltip.tsx @@ -119,7 +119,9 @@ function PlasmicTooltip__RenderFunc(props: { { tooltip: "Tooltip content" }, - props.args + Object.fromEntries( + Object.entries(props.args).filter(([_, v]) => v !== undefined) + ) ), [props.args] ); diff --git a/.plasmic/plasmic/paziresh_24/icons/PlasmicIcon__Checksvg.tsx b/.plasmic/plasmic/paziresh_24/icons/PlasmicIcon__CheckSvg.tsx similarity index 86% rename from .plasmic/plasmic/paziresh_24/icons/PlasmicIcon__Checksvg.tsx rename to .plasmic/plasmic/paziresh_24/icons/PlasmicIcon__CheckSvg.tsx index 5aa18ce6..8ab504b3 100644 --- a/.plasmic/plasmic/paziresh_24/icons/PlasmicIcon__Checksvg.tsx +++ b/.plasmic/plasmic/paziresh_24/icons/PlasmicIcon__CheckSvg.tsx @@ -5,11 +5,11 @@ import React from "react"; import { classNames } from "@plasmicapp/react-web"; -export type ChecksvgIconProps = React.ComponentProps<"svg"> & { +export type CheckSvgIconProps = React.ComponentProps<"svg"> & { title?: string; }; -export function ChecksvgIcon(props: ChecksvgIconProps) { +export function CheckSvgIcon(props: CheckSvgIconProps) { const { className, style, title, ...restProps } = props; return ( & { +export type ChevronDownSvgIconProps = React.ComponentProps<"svg"> & { title?: string; }; -export function ChevronDownsvgIcon(props: ChevronDownsvgIconProps) { +export function ChevronDownSvgIcon(props: ChevronDownSvgIconProps) { const { className, style, title, ...restProps } = props; return ( & { +export type ChevronUpSvgIconProps = React.ComponentProps<"svg"> & { title?: string; }; -export function ChevronUpsvgIcon(props: ChevronUpsvgIconProps) { +export function ChevronUpSvgIcon(props: ChevronUpSvgIconProps) { const { className, style, title, ...restProps } = props; return ( & { +export type EitaaSvgIconProps = React.ComponentProps<"svg"> & { title?: string; }; -export function EitaasvgIcon(props: EitaasvgIconProps) { +export function EitaaSvgIcon(props: EitaaSvgIconProps) { const { className, style, title, ...restProps } = props; return ( & { +export type SearchSvgIconProps = React.ComponentProps<"svg"> & { title?: string; }; -export function SearchsvgIcon(props: SearchsvgIconProps) { +export function SearchSvgIcon(props: SearchSvgIconProps) { const { className, style, title, ...restProps } = props; return ( & { +export type WhatsappSvgIconProps = React.ComponentProps<"svg"> & { title?: string; }; -export function WhatsappsvgIcon(props: WhatsappsvgIconProps) { +export function WhatsappSvgIcon(props: WhatsappSvgIconProps) { const { className, style, title, ...restProps } = props; return (