+
Open Source
diff --git a/apps/formbricks-com/components/shared/PricingCalculator.tsx b/apps/formbricks-com/components/shared/PricingCalculator.tsx
index 05d61ce481..cc4ca82ef2 100644
--- a/apps/formbricks-com/components/shared/PricingCalculator.tsx
+++ b/apps/formbricks-com/components/shared/PricingCalculator.tsx
@@ -10,7 +10,7 @@ const LinkSurveySlider = ({ label, usersCount, price, onSliderChange }) => (
{Math.round(usersCount).toLocaleString()} Submissions
-
@@ -43,7 +43,7 @@ const InAppSlider = ({ label, usersCount, price, onSliderChange }) => (
{Math.round(usersCount).toLocaleString()} Submissions
-
@@ -76,7 +76,7 @@ const UserSegmentationSlider = ({ label, usersCount, price, onSliderChange }) =>
{Math.round(usersCount).toLocaleString()} Submissions
-
@@ -102,8 +102,8 @@ const UserSegmentationSlider = ({ label, usersCount, price, onSliderChange }) =>
const Headers = () => (
-
Product
-
+ Product
+
Subtotal
@@ -111,14 +111,14 @@ const Headers = () => (
const MonthlyEstimate = ({ price }) => (
-
+
Monthly estimate:
-
+
${price.toFixed(2)}
-
+
{" "}
/ month
@@ -145,11 +145,11 @@ export const PricingCalculator = () => {
return (
-
+
Pricing Calculator
-
+
diff --git a/apps/formbricks-com/components/shared/PricingGetStarted.tsx b/apps/formbricks-com/components/shared/PricingGetStarted.tsx
index 72b012b9ff..535792c8e1 100644
--- a/apps/formbricks-com/components/shared/PricingGetStarted.tsx
+++ b/apps/formbricks-com/components/shared/PricingGetStarted.tsx
@@ -9,7 +9,7 @@ export const GetStartedWithPricing = ({ showDetailed }: { showDetailed: boolean
Free
{showDetailed && (
-
+
General free usage on every product. Best for early stage startups and hobbyists
)}
@@ -26,7 +26,7 @@ export const GetStartedWithPricing = ({ showDetailed }: { showDetailed: boolean
Paid
{showDetailed && (
-
+
Formbricks with the next-generation features, Pay only for the tracked users.
)}
diff --git a/apps/formbricks-com/components/shared/PricingTable.tsx b/apps/formbricks-com/components/shared/PricingTable.tsx
index d66d525527..0b1d430666 100644
--- a/apps/formbricks-com/components/shared/PricingTable.tsx
+++ b/apps/formbricks-com/components/shared/PricingTable.tsx
@@ -7,26 +7,26 @@ export const PricingTable = ({ leadRow, pricing, endRow }) => {
-
+
{leadRow.title}
{leadRow.comparison}
+ text-slate-500 md:text-lg dark:text-slate-200">
{leadRow.free}
-
-
+
{pricing.map((feature) => (
-
+
{feature.name}
{feature.addOnText && (
@@ -93,14 +93,14 @@ export const PricingTable = ({ leadRow, pricing, endRow }) => {
-
+
{endRow.title}
-
+
{endRow.free}
-
diff --git a/apps/formbricks-com/components/shared/Search.tsx b/apps/formbricks-com/components/shared/Search.tsx
index b7c0f4e530..4241bbc526 100644
--- a/apps/formbricks-com/components/shared/Search.tsx
+++ b/apps/formbricks-com/components/shared/Search.tsx
@@ -49,14 +49,14 @@ export function Search() {
<>
-
+
Other Best Practices
diff --git a/apps/formbricks-com/pages/interview-prompt/index.tsx b/apps/formbricks-com/pages/interview-prompt/index.tsx
index 417194ce68..21678e5f90 100644
--- a/apps/formbricks-com/pages/interview-prompt/index.tsx
+++ b/apps/formbricks-com/pages/interview-prompt/index.tsx
@@ -32,7 +32,7 @@ export default function InterviewPromptPage() {
-
+
Other Best Practices
diff --git a/apps/formbricks-com/pages/learn-from-churn/index.tsx b/apps/formbricks-com/pages/learn-from-churn/index.tsx
index cc8ca28199..503fa7b9ea 100644
--- a/apps/formbricks-com/pages/learn-from-churn/index.tsx
+++ b/apps/formbricks-com/pages/learn-from-churn/index.tsx
@@ -32,7 +32,7 @@ export default function LearnFromChurnPage() {
-
+
Other Best Practices
diff --git a/apps/formbricks-com/pages/measure-product-market-fit/index.tsx b/apps/formbricks-com/pages/measure-product-market-fit/index.tsx
index 55392cf594..7f884d9580 100644
--- a/apps/formbricks-com/pages/measure-product-market-fit/index.tsx
+++ b/apps/formbricks-com/pages/measure-product-market-fit/index.tsx
@@ -55,7 +55,7 @@ export default function MeasurePMFPage() {
only survey the right subset of your user base.
-
+
Step 2
-
+
Survey users in-app
@@ -97,7 +97,7 @@ export default function MeasurePMFPage() {
Step 3
-
+
Loop in your team
@@ -136,7 +136,7 @@ export default function MeasurePMFPage() {
Step 4
-
+
Make better decisions
diff --git a/apps/formbricks-com/pages/onboarding-segmentation/index.tsx b/apps/formbricks-com/pages/onboarding-segmentation/index.tsx
index 31e77893c3..a1462c5ed0 100644
--- a/apps/formbricks-com/pages/onboarding-segmentation/index.tsx
+++ b/apps/formbricks-com/pages/onboarding-segmentation/index.tsx
@@ -32,7 +32,7 @@ export default function OnboardingSegmentationPage() {
-
+
Other Best Practices
diff --git a/package.json b/package.json
index e6dc0b208c..68c2ed0252 100644
--- a/package.json
+++ b/package.json
@@ -61,6 +61,7 @@
"showDetails": true
},
"dependencies": {
+ "@changesets/cli": "^2.27.1",
"playwright": "^1.40.1"
}
}
diff --git a/packages/surveys/src/components/questions/RatingQuestion.tsx b/packages/surveys/src/components/questions/RatingQuestion.tsx
index 78e07508c5..6ce5c16d78 100644
--- a/packages/surveys/src/components/questions/RatingQuestion.tsx
+++ b/packages/surveys/src/components/questions/RatingQuestion.tsx
@@ -98,7 +98,7 @@ export default function RatingQuestion({
key={number}
onMouseOver={() => setHoveredNumber(number)}
onMouseLeave={() => setHoveredNumber(0)}
- className="max-w-10 bg-survey-bg relative max-h-10 flex-1 cursor-pointer text-center text-sm leading-10">
+ className="bg-survey-bg relative max-h-10 max-w-10 flex-1 cursor-pointer text-center text-sm leading-10">
{question.scale === "number" ? (