@factorialco/f0-react 1.388.3 → 1.388.4

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/ai.d.ts CHANGED
@@ -1428,6 +1428,11 @@ declare module "gridstack" {
1428
1428
  }
1429
1429
 
1430
1430
 
1431
+ declare namespace Calendar {
1432
+ var displayName: string;
1433
+ }
1434
+
1435
+
1431
1436
  declare module "@tiptap/core" {
1432
1437
  interface Commands<ReturnType> {
1433
1438
  aiBlock: {
@@ -1440,8 +1445,9 @@ declare module "@tiptap/core" {
1440
1445
 
1441
1446
  declare module "@tiptap/core" {
1442
1447
  interface Commands<ReturnType> {
1443
- moodTracker: {
1444
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
1448
+ enhanceHighlight: {
1449
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
1450
+ clearEnhanceHighlight: () => ReturnType;
1445
1451
  };
1446
1452
  }
1447
1453
  }
@@ -1449,9 +1455,8 @@ declare module "@tiptap/core" {
1449
1455
 
1450
1456
  declare module "@tiptap/core" {
1451
1457
  interface Commands<ReturnType> {
1452
- enhanceHighlight: {
1453
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
1454
- clearEnhanceHighlight: () => ReturnType;
1458
+ moodTracker: {
1459
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
1455
1460
  };
1456
1461
  }
1457
1462
  }
@@ -1475,8 +1480,3 @@ declare module "@tiptap/core" {
1475
1480
  };
1476
1481
  }
1477
1482
  }
1478
-
1479
-
1480
- declare namespace Calendar {
1481
- var displayName: string;
1482
- }
@@ -7167,6 +7167,11 @@ declare module "gridstack" {
7167
7167
  }
7168
7168
 
7169
7169
 
7170
+ declare namespace Calendar {
7171
+ var displayName: string;
7172
+ }
7173
+
7174
+
7170
7175
  declare module "@tiptap/core" {
7171
7176
  interface Commands<ReturnType> {
7172
7177
  aiBlock: {
@@ -7179,8 +7184,9 @@ declare module "@tiptap/core" {
7179
7184
 
7180
7185
  declare module "@tiptap/core" {
7181
7186
  interface Commands<ReturnType> {
7182
- moodTracker: {
7183
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
7187
+ enhanceHighlight: {
7188
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
7189
+ clearEnhanceHighlight: () => ReturnType;
7184
7190
  };
7185
7191
  }
7186
7192
  }
@@ -7188,9 +7194,8 @@ declare module "@tiptap/core" {
7188
7194
 
7189
7195
  declare module "@tiptap/core" {
7190
7196
  interface Commands<ReturnType> {
7191
- enhanceHighlight: {
7192
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
7193
- clearEnhanceHighlight: () => ReturnType;
7197
+ moodTracker: {
7198
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
7194
7199
  };
7195
7200
  }
7196
7201
  }
@@ -7214,8 +7219,3 @@ declare module "@tiptap/core" {
7214
7219
  };
7215
7220
  }
7216
7221
  }
7217
-
7218
-
7219
- declare namespace Calendar {
7220
- var displayName: string;
7221
- }
package/dist/f0.d.ts CHANGED
@@ -8631,6 +8631,11 @@ declare module "gridstack" {
8631
8631
  }
8632
8632
 
8633
8633
 
8634
+ declare namespace Calendar {
8635
+ var displayName: string;
8636
+ }
8637
+
8638
+
8634
8639
  declare module "@tiptap/core" {
8635
8640
  interface Commands<ReturnType> {
8636
8641
  aiBlock: {
@@ -8643,8 +8648,9 @@ declare module "@tiptap/core" {
8643
8648
 
8644
8649
  declare module "@tiptap/core" {
8645
8650
  interface Commands<ReturnType> {
8646
- moodTracker: {
8647
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
8651
+ enhanceHighlight: {
8652
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
8653
+ clearEnhanceHighlight: () => ReturnType;
8648
8654
  };
8649
8655
  }
8650
8656
  }
@@ -8652,9 +8658,8 @@ declare module "@tiptap/core" {
8652
8658
 
8653
8659
  declare module "@tiptap/core" {
8654
8660
  interface Commands<ReturnType> {
8655
- enhanceHighlight: {
8656
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
8657
- clearEnhanceHighlight: () => ReturnType;
8661
+ moodTracker: {
8662
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
8658
8663
  };
8659
8664
  }
8660
8665
  }
@@ -8678,8 +8683,3 @@ declare module "@tiptap/core" {
8678
8683
  };
8679
8684
  }
8680
8685
  }
8681
-
8682
-
8683
- declare namespace Calendar {
8684
- var displayName: string;
8685
- }
@@ -640,6 +640,11 @@ declare module "gridstack" {
640
640
  }
641
641
 
642
642
 
643
+ declare namespace Calendar {
644
+ var displayName: string;
645
+ }
646
+
647
+
643
648
  declare module "@tiptap/core" {
644
649
  interface Commands<ReturnType> {
645
650
  aiBlock: {
@@ -652,8 +657,9 @@ declare module "@tiptap/core" {
652
657
 
653
658
  declare module "@tiptap/core" {
654
659
  interface Commands<ReturnType> {
655
- moodTracker: {
656
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
660
+ enhanceHighlight: {
661
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
662
+ clearEnhanceHighlight: () => ReturnType;
657
663
  };
658
664
  }
659
665
  }
@@ -661,9 +667,8 @@ declare module "@tiptap/core" {
661
667
 
662
668
  declare module "@tiptap/core" {
663
669
  interface Commands<ReturnType> {
664
- enhanceHighlight: {
665
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
666
- clearEnhanceHighlight: () => ReturnType;
670
+ moodTracker: {
671
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
667
672
  };
668
673
  }
669
674
  }
@@ -687,8 +692,3 @@ declare module "@tiptap/core" {
687
692
  };
688
693
  }
689
694
  }
690
-
691
-
692
- declare namespace Calendar {
693
- var displayName: string;
694
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.388.3",
3
+ "version": "1.388.4",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,