@puckeditor/plugin-ai 0.7.1-canary.9ca7d742 → 0.7.1-canary.a35e233f
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
|
@@ -6660,7 +6660,7 @@ var PlanCard = ({
|
|
|
6660
6660
|
size: "large",
|
|
6661
6661
|
fullWidth: true,
|
|
6662
6662
|
variant: "ghost",
|
|
6663
|
-
href: "https://
|
|
6663
|
+
href: "https://puckeditor.com/contact-sales",
|
|
6664
6664
|
children: "Book a call"
|
|
6665
6665
|
}
|
|
6666
6666
|
) })
|
|
@@ -6720,7 +6720,7 @@ var PlanCard = ({
|
|
|
6720
6720
|
size: "large",
|
|
6721
6721
|
fullWidth: true,
|
|
6722
6722
|
variant: "primary",
|
|
6723
|
-
href: "https://
|
|
6723
|
+
href: "https://puckeditor.com/contact-sales",
|
|
6724
6724
|
children: "Book a call"
|
|
6725
6725
|
}
|
|
6726
6726
|
) })
|
package/dist/index.mjs
CHANGED
|
@@ -6670,7 +6670,7 @@ var PlanCard = ({
|
|
|
6670
6670
|
size: "large",
|
|
6671
6671
|
fullWidth: true,
|
|
6672
6672
|
variant: "ghost",
|
|
6673
|
-
href: "https://
|
|
6673
|
+
href: "https://puckeditor.com/contact-sales",
|
|
6674
6674
|
children: "Book a call"
|
|
6675
6675
|
}
|
|
6676
6676
|
) })
|
|
@@ -6730,7 +6730,7 @@ var PlanCard = ({
|
|
|
6730
6730
|
size: "large",
|
|
6731
6731
|
fullWidth: true,
|
|
6732
6732
|
variant: "primary",
|
|
6733
|
-
href: "https://
|
|
6733
|
+
href: "https://puckeditor.com/contact-sales",
|
|
6734
6734
|
children: "Book a call"
|
|
6735
6735
|
}
|
|
6736
6736
|
) })
|
package/package.json
CHANGED