react-resizable-panels 4.11.0 → 4.11.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.
|
@@ -6,7 +6,7 @@ function gt(e, t) {
|
|
|
6
6
|
return t * o;
|
|
7
7
|
}
|
|
8
8
|
function yt(e, t) {
|
|
9
|
-
const n = getComputedStyle(e.ownerDocument.
|
|
9
|
+
const n = getComputedStyle(e.ownerDocument.documentElement), o = parseFloat(n.fontSize);
|
|
10
10
|
return t * o;
|
|
11
11
|
}
|
|
12
12
|
function St(e) {
|
|
@@ -1988,7 +1988,7 @@ function Yt({
|
|
|
1988
1988
|
x
|
|
1989
1989
|
);
|
|
1990
1990
|
let k;
|
|
1991
|
-
return L ? k = JSON.parse(L) : i ? k = {
|
|
1991
|
+
return L ? k = JSON.parse(L) : i !== void 0 ? k = {
|
|
1992
1992
|
flexGrow: void 0,
|
|
1993
1993
|
flexShrink: void 0,
|
|
1994
1994
|
flexBasis: i
|