Skip to content

Commit

Permalink
[plasmic] Sync project pricing
Browse files Browse the repository at this point in the history
This is an automated commit generated by Hojat Khajavi
using Plasmic (https://plasmic.app/).

Project name: pricing
Project URL: https://studio.plasmic.app/projects/seYsnBL1P3AiXaFGNEMUUM
  • Loading branch information
plasmicops committed Jul 10, 2024
1 parent 7294d7f commit cb8c9fe
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 20 deletions.
2 changes: 2 additions & 0 deletions components/plasmic/pricing/PlasmicGlobalContextsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ export interface GlobalContextsProviderProps {
fragmentProps?: Partial<
Omit<React.ComponentProps<typeof Fragment>, "children">
>;

growthBookProps?: Partial<
Omit<React.ComponentProps<typeof GrowthBook>, "children">
>;

splunkProps?: Partial<Omit<React.ComponentProps<typeof Splunk>, "children">>;
embedCssProps?: Partial<
Omit<React.ComponentProps<typeof EmbedCss>, "children">
Expand Down
16 changes: 8 additions & 8 deletions components/plasmic/pricing/PlasmicHomepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ function PlasmicHomepage__RenderFunc(props: {
path: "btnLoginShow",
type: "private",
variableType: "boolean",
initFunc: ({ $props, $state, $queries, $ctx }) => true
initFunc: ({ $props, $state, $queries, $ctx }) => false
}
],
[$props, $ctx, $refs]
Expand Down Expand Up @@ -8138,16 +8138,16 @@ function PlasmicHomepage__RenderFunc(props: {
$steps["updateUser2"] = await $steps["updateUser2"];
}

$steps["updateUser3"] =
$steps.checkUser.status == 200
$steps["updateUser4"] =
$steps.checkUser.status != 200
? (() => {
const actionArgs = {
variable: {
objRoot: $state,
variablePath: ["btnLoginShow"]
},
operation: 0,
value: false
value: true
};
return (({
variable,
Expand All @@ -8166,11 +8166,11 @@ function PlasmicHomepage__RenderFunc(props: {
})()
: undefined;
if (
$steps["updateUser3"] != null &&
typeof $steps["updateUser3"] === "object" &&
typeof $steps["updateUser3"].then === "function"
$steps["updateUser4"] != null &&
typeof $steps["updateUser4"] === "object" &&
typeof $steps["updateUser4"].then === "function"
) {
$steps["updateUser3"] = await $steps["updateUser3"];
$steps["updateUser4"] = await $steps["updateUser4"];
}
}}
/>
Expand Down
40 changes: 40 additions & 0 deletions components/plasmic/pricing/icons/PlasmicIcon__Icon17.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
// @ts-nocheck
/* eslint-disable */
/* tslint:disable */
/* prettier-ignore-start */
import React from "react";
import { classNames } from "@plasmicapp/react-web";

export type Icon17IconProps = React.ComponentProps<"svg"> & {
title?: string;
};

export function Icon17Icon(props: Icon17IconProps) {
const { className, style, title, ...restProps } = props;
return (
<svg
xmlns={"http://www.w3.org/2000/svg"}
fill={"none"}
stroke={"currentColor"}
strokeWidth={"2"}
strokeLinecap={"round"}
strokeLinejoin={"round"}
className={classNames(
"plasmic-default__svg",
className,
"lucide lucide-loader-circle"
)}
viewBox={"0 0 24 24"}
height={"1em"}
style={style}
{...restProps}
>
{title && <title>{title}</title>}

<path d={"M21 12a9 9 0 11-6.219-8.56"}></path>
</svg>
);
}

export default Icon17Icon;
/* prettier-ignore-end */
20 changes: 15 additions & 5 deletions plasmic.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"componentImportPath": "@plasmicpkgs/plasmic-basic-components"
}
],
"customFunctions": []
"customFunctions": [],
"jsBundleThemes": []
},
{
"projectId": "oBJtsp5RgVpcN6KCrDTuQT",
Expand Down Expand Up @@ -217,7 +218,8 @@
"componentImportPath": "@plasmicapp/react-web/lib/data-sources"
}
],
"customFunctions": []
"customFunctions": [],
"jsBundleThemes": []
},
{
"projectId": "sqPBLwEBBKHA2WDuGb17eV",
Expand Down Expand Up @@ -307,7 +309,8 @@
"componentImportPath": "@plasmicpkgs/radix-ui"
}
],
"customFunctions": []
"customFunctions": [],
"jsBundleThemes": []
},
{
"projectId": "8PtdGodUbexNYgkuyBUcWu",
Expand All @@ -329,7 +332,8 @@
"componentImportPath": "@plasmicpkgs/plasmic-embed-css"
}
],
"customFunctions": []
"customFunctions": [],
"jsBundleThemes": []
},
{
"projectId": "h9Dbk9ygddw7UVEq1NNhKi",
Expand Down Expand Up @@ -458,7 +462,8 @@
"componentImportPath": "@plasmicapp/react-web/lib/data-sources"
}
],
"customFunctions": []
"customFunctions": [],
"jsBundleThemes": []
},
{
"projectId": "seYsnBL1P3AiXaFGNEMUUM",
Expand Down Expand Up @@ -708,6 +713,11 @@
"id": "wgGgWP4KVX41",
"name": "Icon16Icon",
"moduleFilePath": "plasmic/pricing/icons/PlasmicIcon__Icon16.tsx"
},
{
"id": "j9YlsTC9FYO_",
"name": "Icon17Icon",
"moduleFilePath": "plasmic/pricing/icons/PlasmicIcon__Icon17.tsx"
}
],
"images": [
Expand Down
19 changes: 12 additions & 7 deletions plasmic.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@
"assetId": "ebUcSKv8j57Q",
"checksum": "cc7b8cd5dd02f49f22b0d4b9f88cae05"
},
{
"assetId": "seYsnBL1P3AiXaFGNEMUUM",
"type": "projectCss",
"checksum": "a8f6bb39e6d0b9092e26c88c15010e0f"
},
{
"assetId": "seYsnBL1P3AiXaFGNEMUUM",
"checksum": "63fec0a366956b64db6904746ae8dc4c",
Expand All @@ -328,12 +323,12 @@
{
"type": "renderModule",
"assetId": "g64VYoCfAKTS",
"checksum": "ed44def4f6921b2331e59aa833ef893f"
"checksum": "b148650b803a8f9e0aa86354b1366851"
},
{
"type": "cssRules",
"assetId": "g64VYoCfAKTS",
"checksum": "ed44def4f6921b2331e59aa833ef893f"
"checksum": "b148650b803a8f9e0aa86354b1366851"
},
{
"type": "renderModule",
Expand Down Expand Up @@ -539,6 +534,16 @@
"type": "image",
"assetId": "-ntPJdjA0KGE",
"checksum": "da7653f67e4c52627f30ff79776fd934"
},
{
"assetId": "seYsnBL1P3AiXaFGNEMUUM",
"type": "projectCss",
"checksum": "a8f6bb39e6d0b9092e26c88c15010e0f"
},
{
"type": "icon",
"assetId": "j9YlsTC9FYO_",
"checksum": "40db2afb487058a6d81bb91089daac34"
}
],
"codegenVersion": "0.0.1"
Expand Down

0 comments on commit cb8c9fe

Please sign in to comment.