@factorialco/f0-react 1.200.0 → 1.200.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 +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
|
@@ -4856,11 +4856,6 @@ declare module "@tiptap/core" {
|
|
|
4856
4856
|
}
|
|
4857
4857
|
|
|
4858
4858
|
|
|
4859
|
-
declare namespace Calendar {
|
|
4860
|
-
var displayName: string;
|
|
4861
|
-
}
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
4859
|
declare module "@tiptap/core" {
|
|
4865
4860
|
interface Commands<ReturnType> {
|
|
4866
4861
|
moodTracker: {
|
|
@@ -4868,3 +4863,8 @@ declare module "@tiptap/core" {
|
|
|
4868
4863
|
};
|
|
4869
4864
|
}
|
|
4870
4865
|
}
|
|
4866
|
+
|
|
4867
|
+
|
|
4868
|
+
declare namespace Calendar {
|
|
4869
|
+
var displayName: string;
|
|
4870
|
+
}
|
package/dist/experimental.js
CHANGED
|
@@ -22779,7 +22779,7 @@ const v9 = (t, e, n) => {
|
|
|
22779
22779
|
s && "h-full"
|
|
22780
22780
|
),
|
|
22781
22781
|
style: {
|
|
22782
|
-
width: se === "standard" ? "calc(100%
|
|
22782
|
+
width: se === "standard" ? "calc(100% + 48px)" : "100%"
|
|
22783
22783
|
// To counteract the -mx-6 from the layout
|
|
22784
22784
|
},
|
|
22785
22785
|
children: [
|
package/dist/f0.d.ts
CHANGED
|
@@ -2763,11 +2763,6 @@ declare module "@tiptap/core" {
|
|
|
2763
2763
|
}
|
|
2764
2764
|
|
|
2765
2765
|
|
|
2766
|
-
declare namespace Calendar {
|
|
2767
|
-
var displayName: string;
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
2766
|
declare module "@tiptap/core" {
|
|
2772
2767
|
interface Commands<ReturnType> {
|
|
2773
2768
|
moodTracker: {
|
|
@@ -2775,3 +2770,8 @@ declare module "@tiptap/core" {
|
|
|
2775
2770
|
};
|
|
2776
2771
|
}
|
|
2777
2772
|
}
|
|
2773
|
+
|
|
2774
|
+
|
|
2775
|
+
declare namespace Calendar {
|
|
2776
|
+
var displayName: string;
|
|
2777
|
+
}
|