@factorialco/f0-react 1.229.0 → 1.231.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.
@@ -1734,6 +1734,8 @@ declare const defaultTranslations: {
1734
1734
  readonly currentDate: "This week";
1735
1735
  readonly label: "Week";
1736
1736
  readonly long: "Week of {{day}} {{month}} {{year}}";
1737
+ readonly longSingular: "Week of {{date}}";
1738
+ readonly longPlural: "Weeks of {{date}}";
1737
1739
  };
1738
1740
  readonly month: {
1739
1741
  readonly currentDate: "This month";
@@ -5159,6 +5161,11 @@ declare module "@tiptap/core" {
5159
5161
  }
5160
5162
 
5161
5163
 
5164
+ declare namespace Calendar {
5165
+ var displayName: string;
5166
+ }
5167
+
5168
+
5162
5169
  declare module "@tiptap/core" {
5163
5170
  interface Commands<ReturnType> {
5164
5171
  moodTracker: {
@@ -5166,8 +5173,3 @@ declare module "@tiptap/core" {
5166
5173
  };
5167
5174
  }
5168
5175
  }
5169
-
5170
-
5171
- declare namespace Calendar {
5172
- var displayName: string;
5173
- }