@factorialco/f0-react 1.294.0 → 1.296.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.
@@ -161,6 +161,7 @@ export declare const defaultTranslations: {
161
161
  readonly selected: {
162
162
  readonly singular: "Selected";
163
163
  readonly plural: "Selected";
164
+ readonly all: "All selected";
164
165
  };
165
166
  };
166
167
  readonly filters: {
@@ -505,11 +506,6 @@ declare module "@tiptap/core" {
505
506
  }
506
507
 
507
508
 
508
- declare namespace Calendar {
509
- var displayName: string;
510
- }
511
-
512
-
513
509
  declare module "@tiptap/core" {
514
510
  interface Commands<ReturnType> {
515
511
  moodTracker: {
@@ -517,3 +513,8 @@ declare module "@tiptap/core" {
517
513
  };
518
514
  }
519
515
  }
516
+
517
+
518
+ declare namespace Calendar {
519
+ var displayName: string;
520
+ }
@@ -160,7 +160,8 @@ const e = {
160
160
  status: {
161
161
  selected: {
162
162
  singular: "Selected",
163
- plural: "Selected"
163
+ plural: "Selected",
164
+ all: "All selected"
164
165
  }
165
166
  },
166
167
  filters: {