@puckeditor/plugin-pages 0.6.1-canary.18d3d70e → 0.6.1-canary.20624fe4
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12789,7 +12789,7 @@ var PlanCard = ({
|
|
|
12789
12789
|
size: "large",
|
|
12790
12790
|
fullWidth: true,
|
|
12791
12791
|
variant: "ghost",
|
|
12792
|
-
href: "
|
|
12792
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12793
12793
|
children: "Book a call"
|
|
12794
12794
|
}
|
|
12795
12795
|
) })
|
|
@@ -12849,7 +12849,7 @@ var PlanCard = ({
|
|
|
12849
12849
|
size: "large",
|
|
12850
12850
|
fullWidth: true,
|
|
12851
12851
|
variant: "primary",
|
|
12852
|
-
href: "
|
|
12852
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12853
12853
|
children: "Book a call"
|
|
12854
12854
|
}
|
|
12855
12855
|
) })
|
package/dist/index.mjs
CHANGED
|
@@ -12781,7 +12781,7 @@ var PlanCard = ({
|
|
|
12781
12781
|
size: "large",
|
|
12782
12782
|
fullWidth: true,
|
|
12783
12783
|
variant: "ghost",
|
|
12784
|
-
href: "
|
|
12784
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12785
12785
|
children: "Book a call"
|
|
12786
12786
|
}
|
|
12787
12787
|
) })
|
|
@@ -12841,7 +12841,7 @@ var PlanCard = ({
|
|
|
12841
12841
|
size: "large",
|
|
12842
12842
|
fullWidth: true,
|
|
12843
12843
|
variant: "primary",
|
|
12844
|
-
href: "
|
|
12844
|
+
href: "http://cal.com/chrisvxd/puck-enquiry",
|
|
12845
12845
|
children: "Book a call"
|
|
12846
12846
|
}
|
|
12847
12847
|
) })
|
package/package.json
CHANGED