@factorialco/f0-react 1.293.0 → 1.295.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,6 +506,11 @@ declare module "gridstack" {
505
506
  }
506
507
 
507
508
 
509
+ declare namespace Calendar {
510
+ var displayName: string;
511
+ }
512
+
513
+
508
514
  declare module "@tiptap/core" {
509
515
  interface Commands<ReturnType> {
510
516
  moodTracker: {
@@ -512,8 +518,3 @@ declare module "@tiptap/core" {
512
518
  };
513
519
  }
514
520
  }
515
-
516
-
517
- declare namespace Calendar {
518
- var displayName: string;
519
- }
@@ -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: {