@factorialco/f0-react 1.252.3 → 1.253.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.
@@ -594,7 +594,7 @@ export declare const AreaChartWidget: ForwardRefExoticComponent<Omit<AreaChartWi
594
594
 
595
595
  export declare const AutoGrid: ForwardRefExoticComponent<Omit<HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
596
596
  tileSize?: "lg" | "md" | "sm" | undefined;
597
- gap?: "2" | "4" | "8" | undefined;
597
+ gap?: "0" | "1" | "2" | "3" | "4" | "lg" | "md" | "sm" | "xl" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "px" | "0.5" | "1.5" | "2.5" | undefined;
598
598
  } & ({
599
599
  class?: ClassValue;
600
600
  className?: never;
@@ -4762,7 +4762,7 @@ className?: never;
4762
4762
  class?: never;
4763
4763
  className?: ClassValue;
4764
4764
  })) | undefined) => string> & VariantProps<(props?: ({
4765
- gap?: "2" | "4" | "8" | undefined;
4765
+ gap?: "0" | "1" | "2" | "3" | "4" | "lg" | "md" | "sm" | "xl" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "px" | "0.5" | "1.5" | "2.5" | undefined;
4766
4766
  wrap?: boolean | undefined;
4767
4767
  } & ({
4768
4768
  class?: ClassValue;
@@ -4792,7 +4792,7 @@ className?: never;
4792
4792
  class?: never;
4793
4793
  className?: ClassValue;
4794
4794
  })) | undefined) => string> & VariantProps<(props?: ({
4795
- gap?: "2" | "4" | "8" | undefined;
4795
+ gap?: "0" | "1" | "2" | "3" | "4" | "lg" | "md" | "sm" | "xl" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "px" | "0.5" | "1.5" | "2.5" | undefined;
4796
4796
  } & ({
4797
4797
  class?: ClassValue;
4798
4798
  className?: never;
@@ -5634,8 +5634,8 @@ declare global {
5634
5634
 
5635
5635
  declare module "@tiptap/core" {
5636
5636
  interface Commands<ReturnType> {
5637
- aiBlock: {
5638
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5637
+ transcript: {
5638
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5639
5639
  };
5640
5640
  }
5641
5641
  }
@@ -5643,8 +5643,8 @@ declare module "@tiptap/core" {
5643
5643
 
5644
5644
  declare module "@tiptap/core" {
5645
5645
  interface Commands<ReturnType> {
5646
- liveCompanion: {
5647
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5646
+ aiBlock: {
5647
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
5648
5648
  };
5649
5649
  }
5650
5650
  }
@@ -5652,8 +5652,8 @@ declare module "@tiptap/core" {
5652
5652
 
5653
5653
  declare module "@tiptap/core" {
5654
5654
  interface Commands<ReturnType> {
5655
- transcript: {
5656
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
5655
+ liveCompanion: {
5656
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
5657
5657
  };
5658
5658
  }
5659
5659
  }
@@ -56841,9 +56841,29 @@ const _te = ({ mentionsConfig: t, mentionSuggestions: e, setMentionSuggestions:
56841
56841
  })]
56842
56842
  });
56843
56843
  }, Jie = bt(Ate, Ote), Mg = {
56844
+ 0: "gap-0",
56845
+ px: "gap-px",
56846
+ "0.5": "gap-0.5",
56847
+ 1: "gap-1",
56848
+ "1.5": "gap-1.5",
56844
56849
  2: "gap-2",
56850
+ "2.5": "gap-2.5",
56851
+ 3: "gap-3",
56845
56852
  4: "gap-4",
56846
- 8: "gap-8"
56853
+ 5: "gap-5",
56854
+ 6: "gap-6",
56855
+ 7: "gap-7",
56856
+ 8: "gap-8",
56857
+ 9: "gap-9",
56858
+ 10: "gap-10",
56859
+ 11: "gap-11",
56860
+ 12: "gap-12",
56861
+ 14: "gap-14",
56862
+ 16: "gap-16",
56863
+ sm: "gap-1",
56864
+ md: "gap-2",
56865
+ lg: "gap-3",
56866
+ xl: "gap-4"
56847
56867
  }, Ite = hn({
56848
56868
  base: "grid grid-cols-1",
56849
56869
  variants: {
package/dist/f0.d.ts CHANGED
@@ -3900,8 +3900,8 @@ declare global {
3900
3900
 
3901
3901
  declare module "@tiptap/core" {
3902
3902
  interface Commands<ReturnType> {
3903
- aiBlock: {
3904
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
3903
+ transcript: {
3904
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
3905
3905
  };
3906
3906
  }
3907
3907
  }
@@ -3909,8 +3909,8 @@ declare module "@tiptap/core" {
3909
3909
 
3910
3910
  declare module "@tiptap/core" {
3911
3911
  interface Commands<ReturnType> {
3912
- liveCompanion: {
3913
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3912
+ aiBlock: {
3913
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
3914
3914
  };
3915
3915
  }
3916
3916
  }
@@ -3918,8 +3918,8 @@ declare module "@tiptap/core" {
3918
3918
 
3919
3919
  declare module "@tiptap/core" {
3920
3920
  interface Commands<ReturnType> {
3921
- transcript: {
3922
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
3921
+ liveCompanion: {
3922
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
3923
3923
  };
3924
3924
  }
3925
3925
  }