@factorialco/f0-react 1.355.1 → 1.356.0

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.
@@ -378,6 +378,28 @@ export declare const defaultTranslations: {
378
378
  };
379
379
  };
380
380
  readonly ask: "Ask One";
381
+ readonly growth: {
382
+ readonly demoCard: {
383
+ readonly title: "See {{moduleName}} in action";
384
+ readonly actionLabel: "Start demo";
385
+ };
386
+ readonly bookAMeetingCard: {
387
+ readonly title: "Talk with an expert";
388
+ readonly schedule: "Mon-Fri · 09:00-21:00 (CEST)";
389
+ readonly actionLabel: "Book a meeting";
390
+ };
391
+ readonly questionCard: {
392
+ readonly actionLabel: "Next";
393
+ readonly skipLabel: "Skip";
394
+ readonly sendLabel: "Send";
395
+ };
396
+ readonly moduleCard: {
397
+ readonly actionLabel: "Learn more";
398
+ };
399
+ readonly faqCard: {
400
+ readonly title: "Questions before getting started";
401
+ };
402
+ };
381
403
  };
382
404
  readonly select: {
383
405
  readonly noResults: "No results found";
@@ -377,7 +377,29 @@ const e = {
377
377
  placeholder: "Share what didn’t work"
378
378
  }
379
379
  },
380
- ask: "Ask One"
380
+ ask: "Ask One",
381
+ growth: {
382
+ demoCard: {
383
+ title: "See {{moduleName}} in action",
384
+ actionLabel: "Start demo"
385
+ },
386
+ bookAMeetingCard: {
387
+ title: "Talk with an expert",
388
+ schedule: "Mon-Fri · 09:00-21:00 (CEST)",
389
+ actionLabel: "Book a meeting"
390
+ },
391
+ questionCard: {
392
+ actionLabel: "Next",
393
+ skipLabel: "Skip",
394
+ sendLabel: "Send"
395
+ },
396
+ moduleCard: {
397
+ actionLabel: "Learn more"
398
+ },
399
+ faqCard: {
400
+ title: "Questions before getting started"
401
+ }
402
+ }
381
403
  },
382
404
  select: {
383
405
  noResults: "No results found",