@factorialco/f0-react 1.189.1 → 1.189.2
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/experimental.d.ts +5 -5
- package/dist/experimental.js +1 -1
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -4816,11 +4816,6 @@ declare module "@tiptap/core" {
|
|
|
4816
4816
|
}
|
|
4817
4817
|
|
|
4818
4818
|
|
|
4819
|
-
declare namespace Calendar {
|
|
4820
|
-
var displayName: string;
|
|
4821
|
-
}
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
4819
|
declare module "@tiptap/core" {
|
|
4825
4820
|
interface Commands<ReturnType> {
|
|
4826
4821
|
moodTracker: {
|
|
@@ -4828,3 +4823,8 @@ declare module "@tiptap/core" {
|
|
|
4828
4823
|
};
|
|
4829
4824
|
}
|
|
4830
4825
|
}
|
|
4826
|
+
|
|
4827
|
+
|
|
4828
|
+
declare namespace Calendar {
|
|
4829
|
+
var displayName: string;
|
|
4830
|
+
}
|
package/dist/experimental.js
CHANGED
|
@@ -23357,7 +23357,7 @@ const q9 = (t, e, n) => {
|
|
|
23357
23357
|
Ye(!1), l({ ...a });
|
|
23358
23358
|
},
|
|
23359
23359
|
clearFilters: () => {
|
|
23360
|
-
Ye(!1), l({});
|
|
23360
|
+
Ye(!1), l({}), g(void 0);
|
|
23361
23361
|
}
|
|
23362
23362
|
}), T = (U, Q, G) => U === 0 ? Object.keys(Q).length > 0 || G ? "no-results" : "no-data" : !1, F = ({
|
|
23363
23363
|
totalItems: U,
|
package/dist/f0.d.ts
CHANGED
|
@@ -2141,11 +2141,6 @@ declare module "@tiptap/core" {
|
|
|
2141
2141
|
}
|
|
2142
2142
|
|
|
2143
2143
|
|
|
2144
|
-
declare namespace Calendar {
|
|
2145
|
-
var displayName: string;
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
2144
|
declare module "@tiptap/core" {
|
|
2150
2145
|
interface Commands<ReturnType> {
|
|
2151
2146
|
moodTracker: {
|
|
@@ -2153,3 +2148,8 @@ declare module "@tiptap/core" {
|
|
|
2153
2148
|
};
|
|
2154
2149
|
}
|
|
2155
2150
|
}
|
|
2151
|
+
|
|
2152
|
+
|
|
2153
|
+
declare namespace Calendar {
|
|
2154
|
+
var displayName: string;
|
|
2155
|
+
}
|