@factorialco/f0-react 1.206.0 → 1.207.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.
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +3083 -3042
- package/dist/f0.d.ts +6 -5
- package/dist/f0.js +405 -375
- package/dist/{hooks-CY4ijPb5.js → hooks-DpgCYH5Q.js} +8620 -8662
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -2911,6 +2911,7 @@ export declare interface TwoColumnLayoutProps {
|
|
|
2911
2911
|
children: ReactNode;
|
|
2912
2912
|
sideContent: ReactNode;
|
|
2913
2913
|
mainColumnPosition?: "left" | "right";
|
|
2914
|
+
sticky?: boolean;
|
|
2914
2915
|
}
|
|
2915
2916
|
|
|
2916
2917
|
declare type UpsellAction = BaseAction & {
|
|
@@ -3348,11 +3349,6 @@ declare module "@tiptap/core" {
|
|
|
3348
3349
|
}
|
|
3349
3350
|
|
|
3350
3351
|
|
|
3351
|
-
declare namespace Calendar {
|
|
3352
|
-
var displayName: string;
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
3352
|
declare module "@tiptap/core" {
|
|
3357
3353
|
interface Commands<ReturnType> {
|
|
3358
3354
|
moodTracker: {
|
|
@@ -3360,3 +3356,8 @@ declare module "@tiptap/core" {
|
|
|
3360
3356
|
};
|
|
3361
3357
|
}
|
|
3362
3358
|
}
|
|
3359
|
+
|
|
3360
|
+
|
|
3361
|
+
declare namespace Calendar {
|
|
3362
|
+
var displayName: string;
|
|
3363
|
+
}
|