@factorialco/f0-react 1.411.0 → 1.411.1

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.
@@ -310,6 +310,11 @@ declare module "gridstack" {
310
310
  }
311
311
 
312
312
 
313
+ declare namespace Calendar {
314
+ var displayName: string;
315
+ }
316
+
317
+
313
318
  declare module "@tiptap/core" {
314
319
  interface Commands<ReturnType> {
315
320
  aiBlock: {
@@ -357,8 +362,3 @@ declare module "@tiptap/core" {
357
362
  };
358
363
  }
359
364
  }
360
-
361
-
362
- declare namespace Calendar {
363
- var displayName: string;
364
- }
package/dist/ai.d.ts CHANGED
@@ -1902,6 +1902,11 @@ declare module "gridstack" {
1902
1902
  }
1903
1903
 
1904
1904
 
1905
+ declare namespace Calendar {
1906
+ var displayName: string;
1907
+ }
1908
+
1909
+
1905
1910
  declare module "@tiptap/core" {
1906
1911
  interface Commands<ReturnType> {
1907
1912
  aiBlock: {
@@ -1949,8 +1954,3 @@ declare module "@tiptap/core" {
1949
1954
  };
1950
1955
  }
1951
1956
  }
1952
-
1953
-
1954
- declare namespace Calendar {
1955
- var displayName: string;
1956
- }
@@ -7124,6 +7124,11 @@ declare module "gridstack" {
7124
7124
  }
7125
7125
 
7126
7126
 
7127
+ declare namespace Calendar {
7128
+ var displayName: string;
7129
+ }
7130
+
7131
+
7127
7132
  declare module "@tiptap/core" {
7128
7133
  interface Commands<ReturnType> {
7129
7134
  aiBlock: {
@@ -7171,8 +7176,3 @@ declare module "@tiptap/core" {
7171
7176
  };
7172
7177
  }
7173
7178
  }
7174
-
7175
-
7176
- declare namespace Calendar {
7177
- var displayName: string;
7178
- }
package/dist/f0.d.ts CHANGED
@@ -10296,6 +10296,11 @@ declare module "gridstack" {
10296
10296
  }
10297
10297
 
10298
10298
 
10299
+ declare namespace Calendar {
10300
+ var displayName: string;
10301
+ }
10302
+
10303
+
10299
10304
  declare module "@tiptap/core" {
10300
10305
  interface Commands<ReturnType> {
10301
10306
  aiBlock: {
@@ -10343,8 +10348,3 @@ declare module "@tiptap/core" {
10343
10348
  };
10344
10349
  }
10345
10350
  }
10346
-
10347
-
10348
- declare namespace Calendar {
10349
- var displayName: string;
10350
- }
package/dist/f0.js CHANGED
@@ -9077,7 +9077,13 @@ function ss({ field: e, sectionId: t }) {
9077
9077
  );
9078
9078
  }
9079
9079
  function Ii({ row: e, sectionId: t }) {
9080
- return /* @__PURE__ */ c("div", { className: `flex xs:flex-row flex-col ${Ti} [&>*]:flex-1`, children: e.fields.map((n) => /* @__PURE__ */ c(ss, { field: n, sectionId: t }, n.id)) });
9080
+ return /* @__PURE__ */ c(
9081
+ "div",
9082
+ {
9083
+ className: `flex xs:flex-row flex-col items-start ${Ti} [&>*]:flex-1`,
9084
+ children: e.fields.map((n) => /* @__PURE__ */ c(ss, { field: n, sectionId: t }, n.id))
9085
+ }
9086
+ );
9081
9087
  }
9082
9088
  function Ra(e) {
9083
9089
  const t = ut(e);
@@ -691,6 +691,11 @@ declare module "gridstack" {
691
691
  }
692
692
 
693
693
 
694
+ declare namespace Calendar {
695
+ var displayName: string;
696
+ }
697
+
698
+
694
699
  declare module "@tiptap/core" {
695
700
  interface Commands<ReturnType> {
696
701
  aiBlock: {
@@ -738,8 +743,3 @@ declare module "@tiptap/core" {
738
743
  };
739
744
  }
740
745
  }
741
-
742
-
743
- declare namespace Calendar {
744
- var displayName: string;
745
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.411.0",
3
+ "version": "1.411.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",