@factorialco/f0-react 1.369.4 → 1.370.1

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.
@@ -493,6 +493,9 @@ export declare const defaultTranslations: {
493
493
  readonly ordered: "Ordered";
494
494
  readonly task: "Task";
495
495
  readonly details: "Dropdown";
496
+ readonly video: "Video";
497
+ readonly videoUrlPrompt: "Enter a YouTube or Vimeo URL";
498
+ readonly videoUrlInvalid: "Please enter a valid YouTube or Vimeo URL";
496
499
  readonly link: "Link";
497
500
  readonly linkPlaceholder: "Enter a link";
498
501
  readonly groups: {
@@ -644,6 +647,17 @@ declare module "@tiptap/core" {
644
647
  }
645
648
 
646
649
 
650
+ declare module "@tiptap/core" {
651
+ interface Commands<ReturnType> {
652
+ videoEmbed: {
653
+ setVideoEmbed: (options: {
654
+ src: string;
655
+ }) => ReturnType;
656
+ };
657
+ }
658
+ }
659
+
660
+
647
661
  declare namespace Calendar {
648
662
  var displayName: string;
649
663
  }
@@ -493,6 +493,9 @@ const e = {
493
493
  ordered: "Ordered",
494
494
  task: "Task",
495
495
  details: "Dropdown",
496
+ video: "Video",
497
+ videoUrlPrompt: "Enter a YouTube or Vimeo URL",
498
+ videoUrlInvalid: "Please enter a valid YouTube or Vimeo URL",
496
499
  link: "Link",
497
500
  linkPlaceholder: "Enter a link",
498
501
  groups: {