@factorialco/f0-react 1.186.2 → 1.187.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.
- package/dist/experimental.d.ts +6 -5
- package/dist/experimental.js +4325 -4319
- package/dist/f0.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -4467,6 +4467,7 @@ export declare const TwoColumnsList: ForwardRefExoticComponent<TwoColumnsListTyp
|
|
|
4467
4467
|
|
|
4468
4468
|
declare interface TwoColumnsListType {
|
|
4469
4469
|
title?: string;
|
|
4470
|
+
titleValue?: string;
|
|
4470
4471
|
list: TwoColumnsItemType[];
|
|
4471
4472
|
}
|
|
4472
4473
|
|
|
@@ -4814,11 +4815,6 @@ declare module "@tiptap/core" {
|
|
|
4814
4815
|
}
|
|
4815
4816
|
|
|
4816
4817
|
|
|
4817
|
-
declare namespace Calendar {
|
|
4818
|
-
var displayName: string;
|
|
4819
|
-
}
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
4818
|
declare module "@tiptap/core" {
|
|
4823
4819
|
interface Commands<ReturnType> {
|
|
4824
4820
|
moodTracker: {
|
|
@@ -4826,3 +4822,8 @@ declare module "@tiptap/core" {
|
|
|
4826
4822
|
};
|
|
4827
4823
|
}
|
|
4828
4824
|
}
|
|
4825
|
+
|
|
4826
|
+
|
|
4827
|
+
declare namespace Calendar {
|
|
4828
|
+
var displayName: string;
|
|
4829
|
+
}
|