Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plasmic] Sync project Paziresh24/Booking #663

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
max-width: 100%;
object-fit: cover;
}
.svg {
.svg__o8Sgz {
object-fit: cover;
max-width: 100%;
margin-top: var(--token-UIMkdd_bvvx_);
Expand All @@ -25,12 +25,13 @@
max-width: 100%;
object-fit: cover;
}
.text__uLa5 {
position: relative;
width: 100%;
height: auto;
.svg__oQMsp {
object-fit: cover;
max-width: 100%;
min-width: 0;
margin-top: var(--token-UIMkdd_bvvx_);
margin-bottom: var(--token-UIMkdd_bvvx_);
width: 24px;
height: 24px;
}
.text__xdYt {
position: relative;
Expand Down
24 changes: 6 additions & 18 deletions .plasmic/plasmic/paziresh_24_booking/PlasmicBookingServiceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const PlasmicBookingServiceList__ArgProps = new Array<ArgPropType>(
export type PlasmicBookingServiceList__OverridesType = {
root?: Flex__<"div">;
getFullProfileData?: Flex__<typeof ApiRequest>;
svg?: Flex__<"svg">;
apiRequest?: Flex__<typeof ApiRequest>;
sideEffect?: Flex__<typeof SideEffect>;
centerListDialog?: Flex__<typeof Dialog>;
Expand Down Expand Up @@ -252,9 +251,7 @@ function PlasmicBookingServiceList__RenderFunc(props: {
errorDisplay={null}
loadingDisplay={
<Icon15Icon
data-plasmic-name={"svg"}
data-plasmic-override={overrides.svg}
className={classNames(projectcss.all, sty.svg)}
className={classNames(projectcss.all, sty.svg__o8Sgz)}
role={"img"}
/>
}
Expand Down Expand Up @@ -301,15 +298,10 @@ function PlasmicBookingServiceList__RenderFunc(props: {
</div>
}
loadingDisplay={
<div
className={classNames(
projectcss.all,
projectcss.__wab_text,
sty.text__uLa5
)}
>
{"Loading..."}
</div>
<Icon15Icon
className={classNames(projectcss.all, sty.svg__oQMsp)}
role={"img"}
/>
}
method={"GET"}
onError={generateStateOnChangeProp($state, ["apiRequest", "error"])}
Expand Down Expand Up @@ -1413,7 +1405,6 @@ const PlasmicDescendants = {
root: [
"root",
"getFullProfileData",
"svg",
"apiRequest",
"sideEffect",
"centerListDialog",
Expand All @@ -1424,8 +1415,7 @@ const PlasmicDescendants = {
"link",
"applicationDialog"
],
getFullProfileData: ["getFullProfileData", "svg", "apiRequest", "sideEffect"],
svg: ["svg"],
getFullProfileData: ["getFullProfileData", "apiRequest", "sideEffect"],
apiRequest: ["apiRequest", "sideEffect"],
sideEffect: ["sideEffect"],
centerListDialog: ["centerListDialog", "centerList"],
Expand All @@ -1442,7 +1432,6 @@ type DescendantsType<T extends NodeNameType> =
type NodeDefaultElementType = {
root: "div";
getFullProfileData: typeof ApiRequest;
svg: "svg";
apiRequest: typeof ApiRequest;
sideEffect: typeof SideEffect;
centerListDialog: typeof Dialog;
Expand Down Expand Up @@ -1515,7 +1504,6 @@ export const PlasmicBookingServiceList = Object.assign(
{
// Helper components rendering sub-elements
getFullProfileData: makeNodeComponent("getFullProfileData"),
svg: makeNodeComponent("svg"),
apiRequest: makeNodeComponent("apiRequest"),
sideEffect: makeNodeComponent("sideEffect"),
centerListDialog: makeNodeComponent("centerListDialog"),
Expand Down
6 changes: 3 additions & 3 deletions plasmic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,8 @@
"name": "splunkEvent",
"namespace": null
}
]
],
"jsBundleThemes": []
},
{
"projectId": "9Vr5YWkf3w7jj6SsTcCEta",
Expand Down Expand Up @@ -2380,8 +2381,7 @@
"name": "splunkEvent",
"namespace": null
}
],
"jsBundleThemes": []
]
},
{
"projectId": "ohDidvG9XsCeFumugENU3J",
Expand Down
4 changes: 2 additions & 2 deletions plasmic.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1601,12 +1601,12 @@
{
"type": "renderModule",
"assetId": "fpdRSzutXHoq",
"checksum": "e3bc5e8da66d2716510ae11ee92894d2"
"checksum": "e3688665cc7b332285c9f8f34725f1a0"
},
{
"type": "cssRules",
"assetId": "fpdRSzutXHoq",
"checksum": "e3bc5e8da66d2716510ae11ee92894d2"
"checksum": "e3688665cc7b332285c9f8f34725f1a0"
},
{
"type": "renderModule",
Expand Down