react-panel-layout 0.7.0 → 0.7.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/{FloatingWindow-Bw2djgpz.js → FloatingWindow-CE-WzkNv.js} +2 -2
- package/dist/{FloatingWindow-Bw2djgpz.js.map → FloatingWindow-CE-WzkNv.js.map} +1 -1
- package/dist/{FloatingWindow-Cvyokf0m.cjs → FloatingWindow-DpFpmX1f.cjs} +2 -2
- package/dist/{FloatingWindow-Cvyokf0m.cjs.map → FloatingWindow-DpFpmX1f.cjs.map} +1 -1
- package/dist/{GridLayout-DNOClFzz.cjs → GridLayout-EwKszYBy.cjs} +2 -2
- package/dist/{GridLayout-DNOClFzz.cjs.map → GridLayout-EwKszYBy.cjs.map} +1 -1
- package/dist/{GridLayout-B4aCqSyd.js → GridLayout-kiWdpMLQ.js} +2 -2
- package/dist/{GridLayout-B4aCqSyd.js.map → GridLayout-kiWdpMLQ.js.map} +1 -1
- package/dist/{PanelSystem-B8Igvnb2.cjs → PanelSystem-Dmy5YI_6.cjs} +2 -2
- package/dist/{PanelSystem-B8Igvnb2.cjs.map → PanelSystem-Dmy5YI_6.cjs.map} +1 -1
- package/dist/{PanelSystem-DDUSFjXD.js → PanelSystem-DrYsYwuV.js} +3 -3
- package/dist/{PanelSystem-DDUSFjXD.js.map → PanelSystem-DrYsYwuV.js.map} +1 -1
- package/dist/config.cjs +1 -1
- package/dist/config.js +2 -2
- package/dist/dialog/index.d.ts +1 -1
- package/dist/grid.cjs +1 -1
- package/dist/grid.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/dist/modules/dialog/DialogContainer.d.ts +22 -2
- package/dist/modules/dialog/Modal.d.ts +23 -2
- package/dist/modules/dialog/SwipeDialogContainer.d.ts +6 -2
- package/dist/modules/dialog/types.d.ts +12 -0
- package/dist/panels.cjs +1 -1
- package/dist/panels.js +1 -1
- package/dist/stack.cjs +1 -1
- package/dist/stack.js +1 -1
- package/dist/{useAnimationFrame-Bg4e-H8O.js → useAnimationFrame-CRuFlk5t.js} +16 -16
- package/dist/useAnimationFrame-CRuFlk5t.js.map +1 -0
- package/dist/useAnimationFrame-XRpDXkwV.cjs +2 -0
- package/dist/useAnimationFrame-XRpDXkwV.cjs.map +1 -0
- package/dist/window.cjs +1 -1
- package/dist/window.js +1 -1
- package/package.json +1 -1
- package/src/dialog/index.ts +2 -0
- package/src/hooks/gesture/useSwipeInput.spec.ts +69 -0
- package/src/hooks/gesture/useSwipeInput.ts +2 -0
- package/src/modules/dialog/DialogContainer.tsx +39 -5
- package/src/modules/dialog/Modal.tsx +46 -4
- package/src/modules/dialog/SwipeDialogContainer.tsx +12 -2
- package/src/modules/dialog/types.ts +14 -0
- package/dist/useAnimationFrame-BZ6D2lMq.cjs +0 -2
- package/dist/useAnimationFrame-BZ6D2lMq.cjs.map +0 -1
- package/dist/useAnimationFrame-Bg4e-H8O.js.map +0 -1
|
@@ -4,7 +4,7 @@ import * as Oe from "react-dom";
|
|
|
4
4
|
import { createPortal as Ce } from "react-dom";
|
|
5
5
|
import { F as ce, e as ue, a as le, b as de, f as pe, d as De } from "./FloatingPanelFrame-3eU9AwPo.js";
|
|
6
6
|
import { x as ve, y as Re, z as xe, A as Te, B as Ae, E as Me, I as _e } from "./styles-NkjuMOVS.js";
|
|
7
|
-
import { u as Le, a as ke, c as Ie, d as Fe, f as Ne, m as We, b as ze, e as He } from "./useAnimationFrame-
|
|
7
|
+
import { u as Le, a as ke, c as Ie, d as Fe, f as Ne, m as We, b as ze, e as He } from "./useAnimationFrame-CRuFlk5t.js";
|
|
8
8
|
import { u as Be } from "./useContentCache-CO3LYNmz.js";
|
|
9
9
|
const $e = "data-swipe-safe-zone", Sn = ({
|
|
10
10
|
children: e,
|
|
@@ -1539,4 +1539,4 @@ export {
|
|
|
1539
1539
|
he as r,
|
|
1540
1540
|
Cn as u
|
|
1541
1541
|
};
|
|
1542
|
-
//# sourceMappingURL=FloatingWindow-
|
|
1542
|
+
//# sourceMappingURL=FloatingWindow-CE-WzkNv.js.map
|