Skip to content

Commit 8ed98e3

Browse files
committed
Cleanup and changed package manager to npm
1 parent 3db5d00 commit 8ed98e3

File tree

7 files changed

+7
-12988
lines changed

7 files changed

+7
-12988
lines changed

examples/example_next/src/app/cms/custom_field/OptionalMap.tsx

-60
This file was deleted.

examples/example_pro/src/FirestoreApp/custom_field/OptionalMap.tsx

-60
This file was deleted.

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"examples/example_next",
2828
"examples/example_pro"
2929
],
30-
"npmClient": "yarn"
31-
}
30+
"npmClient": "npm"
31+
}

package-lock.json

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@
6565
"npm-run-all": "^4.1.5",
6666
"typescript": "^5.7.2",
6767
"typescript-eslint": "^8.17.0"
68-
},
69-
"dependencies": {
70-
"path-browserify": "^1.0.1"
7168
}
7269
}

packages/firecms_cloud/src/components/subscriptions/SubscriptionPlanWidget.tsx

+5-16
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,18 @@ export function SubscriptionPlanWidget({
7777

7878
return <div className={"my-2 flex flex-col gap-2"}>
7979

80-
{/*<Alert*/}
81-
{/* color={"info"}*/}
82-
{/* action={includeCTA && <Button*/}
83-
{/* className={"dark:!text-white dark:border-white dark:hover:bg-white dark:hover:!text-primary min-w-content"}*/}
84-
{/* variant={"outlined"}*/}
85-
{/* onClick={() => setDialogOpen(true)}>*/}
86-
{/* More info*/}
87-
{/* </Button>}>*/}
88-
{/* <div>This project is currently in the <PlanChip*/}
89-
{/* subscriptionPlan={subscriptionPlan}/>*/}
90-
{/* <span*/}
91-
{/* className={"ml-2"}>{!message && "Try out all the PLUS features for free!"}</span></div>*/}
92-
{/* <Typography variant={"caption"}>{message}</Typography>*/}
93-
{/*</Alert>*/}
9480
<Alert
95-
color={"warning"}
81+
color={"info"}
9682
action={includeCTA && <Button
9783
className={"dark:!text-white dark:border-white dark:hover:bg-white dark:hover:!text-primary min-w-content"}
9884
variant={"outlined"}
9985
onClick={() => setDialogOpen(true)}>
10086
More info
10187
</Button>}>
102-
<div>BLACK FRIDAY SPECIAL: Enjoy a 33% discount using the code <b>FRIDAY24</b> on checkout</div>
88+
<div>This project is currently in the <PlanChip
89+
subscriptionPlan={subscriptionPlan}/>
90+
<span
91+
className={"ml-2"}>{!message && "Try out all the PLUS features for free!"}</span></div>
10392
<Typography variant={"caption"}>{message}</Typography>
10493
</Alert>
10594

0 commit comments

Comments
 (0)