@fluentui/react-positioning 0.0.0-nightly-20230223-0420.1 → 0.0.0-nightly-20230223-2115.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/.swcrc +33 -0
- package/CHANGELOG.json +9 -9
- package/CHANGELOG.md +7 -7
- package/lib/constants.js.map +1 -1
- package/lib/createArrowStyles.js.map +1 -1
- package/lib/createPositionManager.js +7 -6
- package/lib/createPositionManager.js.map +1 -1
- package/lib/createVirtualElementFromClick.js +1 -2
- package/lib/createVirtualElementFromClick.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/middleware/coverTarget.js.map +1 -1
- package/lib/middleware/flip.js.map +1 -1
- package/lib/middleware/index.js.map +1 -1
- package/lib/middleware/intersecting.js.map +1 -1
- package/lib/middleware/maxSize.js +7 -6
- package/lib/middleware/maxSize.js.map +1 -1
- package/lib/middleware/offset.js.map +1 -1
- package/lib/middleware/shift.js.map +1 -1
- package/lib/types.js +1 -1
- package/lib/types.js.map +1 -1
- package/lib/usePositioning.js +21 -21
- package/lib/usePositioning.js.map +1 -1
- package/lib/usePositioningMouseTarget.js.map +1 -1
- package/lib/utils/debounce.js +1 -2
- package/lib/utils/debounce.js.map +1 -1
- package/lib/utils/fromFloatingUIPlacement.js.map +1 -1
- package/lib/utils/getBoundary.js.map +1 -1
- package/lib/utils/getFloatingUIOffset.js +8 -7
- package/lib/utils/getFloatingUIOffset.js.map +1 -1
- package/lib/utils/getReactFiberFromNode.js +1 -0
- package/lib/utils/getReactFiberFromNode.js.map +1 -1
- package/lib/utils/getScrollParent.js +5 -6
- package/lib/utils/getScrollParent.js.map +1 -1
- package/lib/utils/hasAutoFocusFilter.js +2 -2
- package/lib/utils/hasAutoFocusFilter.js.map +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/mergeArrowOffset.js +2 -4
- package/lib/utils/mergeArrowOffset.js.map +1 -1
- package/lib/utils/parseFloatingUIPlacement.js +1 -2
- package/lib/utils/parseFloatingUIPlacement.js.map +1 -1
- package/lib/utils/resolvePositioningShorthand.js.map +1 -1
- package/lib/utils/toFloatingUIPadding.js.map +1 -1
- package/lib/utils/toFloatingUIPlacement.js.map +1 -1
- package/lib/utils/toggleScrollListener.js.map +1 -1
- package/lib/utils/useCallbackRef.js.map +1 -1
- package/lib/utils/writeArrowUpdates.js +1 -2
- package/lib/utils/writeArrowUpdates.js.map +1 -1
- package/lib/utils/writeContainerupdates.js +4 -4
- package/lib/utils/writeContainerupdates.js.map +1 -1
- package/lib-commonjs/constants.js +18 -7
- package/lib-commonjs/constants.js.map +1 -1
- package/lib-commonjs/createArrowStyles.js +60 -88
- package/lib-commonjs/createArrowStyles.js.map +1 -1
- package/lib-commonjs/createPositionManager.js +103 -116
- package/lib-commonjs/createPositionManager.js.map +1 -1
- package/lib-commonjs/createVirtualElementFromClick.js +27 -26
- package/lib-commonjs/createVirtualElementFromClick.js.map +1 -1
- package/lib-commonjs/index.js +24 -51
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/middleware/coverTarget.js +34 -37
- package/lib-commonjs/middleware/coverTarget.js.map +1 -1
- package/lib-commonjs/middleware/flip.js +20 -22
- package/lib-commonjs/middleware/flip.js.map +1 -1
- package/lib-commonjs/middleware/index.js +10 -9
- package/lib-commonjs/middleware/index.js.map +1 -1
- package/lib-commonjs/middleware/intersecting.js +24 -22
- package/lib-commonjs/middleware/intersecting.js.map +1 -1
- package/lib-commonjs/middleware/maxSize.js +35 -40
- package/lib-commonjs/middleware/maxSize.js.map +1 -1
- package/lib-commonjs/middleware/offset.js +11 -12
- package/lib-commonjs/middleware/offset.js.map +1 -1
- package/lib-commonjs/middleware/shift.js +29 -37
- package/lib-commonjs/middleware/shift.js.map +1 -1
- package/lib-commonjs/types.js +5 -2
- package/lib-commonjs/types.js.map +1 -1
- package/lib-commonjs/usePositioning.js +195 -161
- package/lib-commonjs/usePositioning.js.map +1 -1
- package/lib-commonjs/usePositioningMouseTarget.js +34 -37
- package/lib-commonjs/usePositioningMouseTarget.js.map +1 -1
- package/lib-commonjs/utils/debounce.js +22 -21
- package/lib-commonjs/utils/debounce.js.map +1 -1
- package/lib-commonjs/utils/fromFloatingUIPlacement.js +30 -35
- package/lib-commonjs/utils/fromFloatingUIPlacement.js.map +1 -1
- package/lib-commonjs/utils/getBoundary.js +21 -22
- package/lib-commonjs/utils/getBoundary.js.map +1 -1
- package/lib-commonjs/utils/getFloatingUIOffset.js +24 -35
- package/lib-commonjs/utils/getFloatingUIOffset.js.map +1 -1
- package/lib-commonjs/utils/getReactFiberFromNode.js +45 -41
- package/lib-commonjs/utils/getReactFiberFromNode.js.map +1 -1
- package/lib-commonjs/utils/getScrollParent.js +52 -56
- package/lib-commonjs/utils/getScrollParent.js.map +1 -1
- package/lib-commonjs/utils/hasAutoFocusFilter.js +18 -17
- package/lib-commonjs/utils/hasAutoFocusFilter.js.map +1 -1
- package/lib-commonjs/utils/index.js +19 -18
- package/lib-commonjs/utils/index.js.map +1 -1
- package/lib-commonjs/utils/mergeArrowOffset.js +32 -32
- package/lib-commonjs/utils/mergeArrowOffset.js.map +1 -1
- package/lib-commonjs/utils/parseFloatingUIPlacement.js +15 -14
- package/lib-commonjs/utils/parseFloatingUIPlacement.js.map +1 -1
- package/lib-commonjs/utils/resolvePositioningShorthand.js +63 -61
- package/lib-commonjs/utils/resolvePositioningShorthand.js.map +1 -1
- package/lib-commonjs/utils/toFloatingUIPadding.js +23 -25
- package/lib-commonjs/utils/toFloatingUIPadding.js.map +1 -1
- package/lib-commonjs/utils/toFloatingUIPlacement.js +31 -33
- package/lib-commonjs/utils/toFloatingUIPlacement.js.map +1 -1
- package/lib-commonjs/utils/toggleScrollListener.js +19 -23
- package/lib-commonjs/utils/toggleScrollListener.js.map +1 -1
- package/lib-commonjs/utils/useCallbackRef.js +39 -53
- package/lib-commonjs/utils/useCallbackRef.js.map +1 -1
- package/lib-commonjs/utils/writeArrowUpdates.js +19 -24
- package/lib-commonjs/utils/writeArrowUpdates.js.map +1 -1
- package/lib-commonjs/utils/writeContainerupdates.js +37 -45
- package/lib-commonjs/utils/writeContainerupdates.js.map +1 -1
- package/package.json +6 -6
|
@@ -1,95 +1,67 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
2
|
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
createArrowStyles: ()=>createArrowStyles,
|
|
13
|
+
createArrowHeightStyles: ()=>createArrowHeightStyles
|
|
5
14
|
});
|
|
6
|
-
|
|
7
|
-
const
|
|
8
|
-
const react_theme_1 = /*#__PURE__*/require("@fluentui/react-theme");
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
* Helper that creates a makeStyles rule for an arrow element.
|
|
12
|
-
* For runtime arrow size toggling simply create extra classnames to apply to the arrow element
|
|
13
|
-
*
|
|
14
|
-
* ```ts
|
|
15
|
-
* makeStyles({
|
|
16
|
-
* arrowWithSize: createArrowStyles({ arrowHeight: 6 }),
|
|
17
|
-
*
|
|
18
|
-
* arrowWithoutSize: createArrowStyles({ arrowHeight: undefined }),
|
|
19
|
-
* mediumArrow: createArrowHeightStyles(4),
|
|
20
|
-
* smallArrow: createArrowHeightStyles(2),
|
|
21
|
-
* })
|
|
22
|
-
* ...
|
|
23
|
-
*
|
|
24
|
-
* state.arrowWithSize.className = styles.arrowWithSize;
|
|
25
|
-
* state.arrowWithoutSize.className = mergeClasses(
|
|
26
|
-
* styles.arrowWithoutSize,
|
|
27
|
-
* state.smallArrow && styles.smallArrow,
|
|
28
|
-
* state.mediumArrow && styles.mediumArrow,
|
|
29
|
-
* )
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
15
|
+
const _react = require("@griffel/react");
|
|
16
|
+
const _reactTheme = require("@fluentui/react-theme");
|
|
32
17
|
function createArrowStyles(options) {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
':global([data-popper-placement^="left"])': {
|
|
72
|
-
right: `-${borderWidth} /* @noflip */`,
|
|
73
|
-
'--angle': '270deg'
|
|
74
|
-
}
|
|
75
|
-
};
|
|
18
|
+
const { arrowHeight , borderWidth ='1px' , borderStyle ='solid' , borderColor =_reactTheme.tokens.colorTransparentStroke } = options;
|
|
19
|
+
return {
|
|
20
|
+
position: 'absolute',
|
|
21
|
+
backgroundColor: 'inherit',
|
|
22
|
+
visibility: 'hidden',
|
|
23
|
+
zIndex: -1,
|
|
24
|
+
...arrowHeight && createArrowHeightStyles(arrowHeight),
|
|
25
|
+
'::before': {
|
|
26
|
+
content: '""',
|
|
27
|
+
visibility: 'visible',
|
|
28
|
+
position: 'absolute',
|
|
29
|
+
boxSizing: 'border-box',
|
|
30
|
+
width: 'inherit',
|
|
31
|
+
height: 'inherit',
|
|
32
|
+
backgroundColor: 'inherit',
|
|
33
|
+
..._react.shorthands.borderRight(`${borderWidth} /* @noflip */`, `${borderStyle} /* @noflip */`, `${borderColor} /* @noflip */`),
|
|
34
|
+
..._react.shorthands.borderBottom(borderWidth, borderStyle, borderColor),
|
|
35
|
+
borderBottomRightRadius: _reactTheme.tokens.borderRadiusSmall,
|
|
36
|
+
transform: 'rotate(var(--angle)) translate(0, 50%) rotate(45deg)'
|
|
37
|
+
},
|
|
38
|
+
// Popper sets data-popper-placement on the root element, which is used to align the arrow
|
|
39
|
+
':global([data-popper-placement^="top"])': {
|
|
40
|
+
bottom: `-${borderWidth}`,
|
|
41
|
+
'--angle': '0'
|
|
42
|
+
},
|
|
43
|
+
':global([data-popper-placement^="right"])': {
|
|
44
|
+
left: `-${borderWidth} /* @noflip */`,
|
|
45
|
+
'--angle': '90deg'
|
|
46
|
+
},
|
|
47
|
+
':global([data-popper-placement^="bottom"])': {
|
|
48
|
+
top: `-${borderWidth}`,
|
|
49
|
+
'--angle': '180deg'
|
|
50
|
+
},
|
|
51
|
+
':global([data-popper-placement^="left"])': {
|
|
52
|
+
right: `-${borderWidth} /* @noflip */`,
|
|
53
|
+
'--angle': '270deg'
|
|
54
|
+
}
|
|
55
|
+
};
|
|
76
56
|
}
|
|
77
|
-
exports.createArrowStyles = createArrowStyles;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
* Creates CSS styles to size the arrow created by createArrowStyles to the given height.
|
|
81
|
-
*
|
|
82
|
-
* Use this when you need to create classes for several different arrow sizes. If you only need a
|
|
83
|
-
* constant arrow size, you can pass the `arrowHeight` param to createArrowStyles instead.
|
|
84
|
-
*/
|
|
85
57
|
function createArrowHeightStyles(arrowHeight) {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
94
|
-
|
|
58
|
+
// The arrow is a square rotated 45 degrees to have its bottom and right edges form a right triangle.
|
|
59
|
+
// Multiply the triangle's height by sqrt(2) to get length of its edges.
|
|
60
|
+
const edgeLength = `${1.414 * arrowHeight}px`;
|
|
61
|
+
return {
|
|
62
|
+
width: edgeLength,
|
|
63
|
+
height: edgeLength
|
|
64
|
+
};
|
|
65
|
+
} //# sourceMappingURL=createArrowStyles.js.map
|
|
66
|
+
|
|
95
67
|
//# sourceMappingURL=createArrowStyles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../lib/createArrowStyles.js"],"sourcesContent":["import { shorthands } from '@griffel/react';\nimport { tokens } from '@fluentui/react-theme';\n/**\n * @internal\n * Helper that creates a makeStyles rule for an arrow element.\n * For runtime arrow size toggling simply create extra classnames to apply to the arrow element\n *\n * ```ts\n * makeStyles({\n * arrowWithSize: createArrowStyles({ arrowHeight: 6 }),\n *\n * arrowWithoutSize: createArrowStyles({ arrowHeight: undefined }),\n * mediumArrow: createArrowHeightStyles(4),\n * smallArrow: createArrowHeightStyles(2),\n * })\n * ...\n *\n * state.arrowWithSize.className = styles.arrowWithSize;\n * state.arrowWithoutSize.className = mergeClasses(\n * styles.arrowWithoutSize,\n * state.smallArrow && styles.smallArrow,\n * state.mediumArrow && styles.mediumArrow,\n * )\n * ```\n */\nexport function createArrowStyles(options) {\n const {\n arrowHeight,\n borderWidth = '1px',\n borderStyle = 'solid',\n borderColor = tokens.colorTransparentStroke\n } = options;\n return {\n position: 'absolute',\n backgroundColor: 'inherit',\n visibility: 'hidden',\n zIndex: -1,\n ...(arrowHeight && createArrowHeightStyles(arrowHeight)),\n '::before': {\n content: '\"\"',\n visibility: 'visible',\n position: 'absolute',\n boxSizing: 'border-box',\n width: 'inherit',\n height: 'inherit',\n backgroundColor: 'inherit',\n ...shorthands.borderRight(`${borderWidth} /* @noflip */`, `${borderStyle} /* @noflip */`, `${borderColor} /* @noflip */`),\n ...shorthands.borderBottom(borderWidth, borderStyle, borderColor),\n borderBottomRightRadius: tokens.borderRadiusSmall,\n transform: 'rotate(var(--angle)) translate(0, 50%) rotate(45deg)'\n },\n // Popper sets data-popper-placement on the root element, which is used to align the arrow\n ':global([data-popper-placement^=\"top\"])': {\n bottom: `-${borderWidth}`,\n '--angle': '0'\n },\n ':global([data-popper-placement^=\"right\"])': {\n left: `-${borderWidth} /* @noflip */`,\n '--angle': '90deg'\n },\n ':global([data-popper-placement^=\"bottom\"])': {\n top: `-${borderWidth}`,\n '--angle': '180deg'\n },\n ':global([data-popper-placement^=\"left\"])': {\n right: `-${borderWidth} /* @noflip */`,\n '--angle': '270deg'\n }\n };\n}\n/**\n * @internal\n * Creates CSS styles to size the arrow created by createArrowStyles to the given height.\n *\n * Use this when you need to create classes for several different arrow sizes. If you only need a\n * constant arrow size, you can pass the `arrowHeight` param to createArrowStyles instead.\n */\nexport function createArrowHeightStyles(arrowHeight) {\n // The arrow is a square rotated 45 degrees to have its bottom and right edges form a right triangle.\n // Multiply the triangle's height by sqrt(2) to get length of its edges.\n const edgeLength = `${1.414 * arrowHeight}px`;\n return {\n width: edgeLength,\n height: edgeLength\n };\n}\n//# sourceMappingURL=createArrowStyles.js.map"],"names":["createArrowStyles","createArrowHeightStyles","options","arrowHeight","borderWidth","borderStyle","borderColor","tokens","colorTransparentStroke","position","backgroundColor","visibility","zIndex","content","boxSizing","width","height","shorthands","borderRight","borderBottom","borderBottomRightRadius","borderRadiusSmall","transform","bottom","left","top","right","edgeLength"],"mappings":";;;;;;;;;;;IAyBgBA,iBAAiB,MAAjBA;IAoDAC,uBAAuB,MAAvBA;;uBA7EW;4BACJ;AAwBhB,SAASD,kBAAkBE,OAAO,EAAE;IACzC,MAAM,EACJC,YAAW,EACXC,aAAc,MAAK,EACnBC,aAAc,QAAO,EACrBC,aAAcC,kBAAM,CAACC,sBAAsB,CAAA,EAC5C,GAAGN;IACJ,OAAO;QACLO,UAAU;QACVC,iBAAiB;QACjBC,YAAY;QACZC,QAAQ,CAAC;QACT,GAAIT,eAAeF,wBAAwBE,YAAY;QACvD,YAAY;YACVU,SAAS;YACTF,YAAY;YACZF,UAAU;YACVK,WAAW;YACXC,OAAO;YACPC,QAAQ;YACRN,iBAAiB;YACjB,GAAGO,iBAAU,CAACC,WAAW,CAAC,CAAC,EAAEd,YAAY,cAAc,CAAC,EAAE,CAAC,EAAEC,YAAY,cAAc,CAAC,EAAE,CAAC,EAAEC,YAAY,cAAc,CAAC,CAAC;YACzH,GAAGW,iBAAU,CAACE,YAAY,CAACf,aAAaC,aAAaC,YAAY;YACjEc,yBAAyBb,kBAAM,CAACc,iBAAiB;YACjDC,WAAW;QACb;QACA,0FAA0F;QAC1F,2CAA2C;YACzCC,QAAQ,CAAC,CAAC,EAAEnB,YAAY,CAAC;YACzB,WAAW;QACb;QACA,6CAA6C;YAC3CoB,MAAM,CAAC,CAAC,EAAEpB,YAAY,cAAc,CAAC;YACrC,WAAW;QACb;QACA,8CAA8C;YAC5CqB,KAAK,CAAC,CAAC,EAAErB,YAAY,CAAC;YACtB,WAAW;QACb;QACA,4CAA4C;YAC1CsB,OAAO,CAAC,CAAC,EAAEtB,YAAY,cAAc,CAAC;YACtC,WAAW;QACb;IACF;AACF;AAQO,SAASH,wBAAwBE,WAAW,EAAE;IACnD,qGAAqG;IACrG,wEAAwE;IACxE,MAAMwB,aAAa,CAAC,EAAE,QAAQxB,YAAY,EAAE,CAAC;IAC7C,OAAO;QACLY,OAAOY;QACPX,QAAQW;IACV;AACF,EACA,6CAA6C"}
|
|
@@ -1,126 +1,113 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
2
|
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "createPositionManager", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: ()=>createPositionManager
|
|
5
8
|
});
|
|
6
|
-
|
|
7
|
-
const
|
|
8
|
-
const utils_1 = /*#__PURE__*/require("./utils");
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
* @returns manager that handles positioning out of the react lifecycle
|
|
12
|
-
*/
|
|
9
|
+
const _dom = require("@floating-ui/dom");
|
|
10
|
+
const _utils = require("./utils");
|
|
13
11
|
function createPositionManager(options) {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
target
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
} = options;
|
|
22
|
-
let isDestroyed = false;
|
|
23
|
-
if (!target || !container) {
|
|
24
|
-
return {
|
|
25
|
-
updatePosition: () => undefined,
|
|
26
|
-
dispose: () => undefined
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
let isFirstUpdate = true;
|
|
30
|
-
const scrollParents = new Set();
|
|
31
|
-
const targetWindow = container.ownerDocument.defaultView;
|
|
32
|
-
// When the container is first resolved, set position `fixed` to avoid scroll jumps.
|
|
33
|
-
// Without this scroll jumps can occur when the element is rendered initially and receives focus
|
|
34
|
-
Object.assign(container.style, {
|
|
35
|
-
position: 'fixed',
|
|
36
|
-
left: 0,
|
|
37
|
-
top: 0,
|
|
38
|
-
margin: 0
|
|
39
|
-
});
|
|
40
|
-
const forceUpdate = () => {
|
|
41
|
-
// debounced update can still occur afterwards
|
|
42
|
-
// early return to avoid memory leaks
|
|
43
|
-
if (isDestroyed) {
|
|
44
|
-
return;
|
|
45
|
-
}
|
|
46
|
-
if (isFirstUpdate) {
|
|
47
|
-
scrollParents.add(utils_1.getScrollParent(container));
|
|
48
|
-
if (target instanceof HTMLElement) {
|
|
49
|
-
scrollParents.add(utils_1.getScrollParent(target));
|
|
50
|
-
}
|
|
51
|
-
scrollParents.forEach(scrollParent => {
|
|
52
|
-
scrollParent.addEventListener('scroll', updatePosition);
|
|
53
|
-
});
|
|
54
|
-
isFirstUpdate = false;
|
|
12
|
+
const { container , target , arrow , strategy , middleware , placement } = options;
|
|
13
|
+
let isDestroyed = false;
|
|
14
|
+
if (!target || !container) {
|
|
15
|
+
return {
|
|
16
|
+
updatePosition: ()=>undefined,
|
|
17
|
+
dispose: ()=>undefined
|
|
18
|
+
};
|
|
55
19
|
}
|
|
20
|
+
let isFirstUpdate = true;
|
|
21
|
+
const scrollParents = new Set();
|
|
22
|
+
const targetWindow = container.ownerDocument.defaultView;
|
|
23
|
+
// When the container is first resolved, set position `fixed` to avoid scroll jumps.
|
|
24
|
+
// Without this scroll jumps can occur when the element is rendered initially and receives focus
|
|
56
25
|
Object.assign(container.style, {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
middleware,
|
|
62
|
-
strategy
|
|
63
|
-
}).then(({
|
|
64
|
-
x,
|
|
65
|
-
y,
|
|
66
|
-
middlewareData,
|
|
67
|
-
placement: computedPlacement
|
|
68
|
-
}) => {
|
|
69
|
-
// Promise can still resolve after destruction
|
|
70
|
-
// early return to avoid applying outdated position
|
|
71
|
-
if (isDestroyed) {
|
|
72
|
-
return;
|
|
73
|
-
}
|
|
74
|
-
utils_1.writeArrowUpdates({
|
|
75
|
-
arrow,
|
|
76
|
-
middlewareData
|
|
77
|
-
});
|
|
78
|
-
utils_1.writeContainerUpdates({
|
|
79
|
-
container,
|
|
80
|
-
middlewareData,
|
|
81
|
-
placement: computedPlacement,
|
|
82
|
-
coordinates: {
|
|
83
|
-
x,
|
|
84
|
-
y
|
|
85
|
-
},
|
|
86
|
-
lowPPI: ((targetWindow === null || targetWindow === void 0 ? void 0 : targetWindow.devicePixelRatio) || 1) <= 1,
|
|
87
|
-
strategy
|
|
88
|
-
});
|
|
89
|
-
}).catch(err => {
|
|
90
|
-
// https://github.com/floating-ui/floating-ui/issues/1845
|
|
91
|
-
// FIXME for node > 14
|
|
92
|
-
// node 15 introduces promise rejection which means that any components
|
|
93
|
-
// tests need to be `it('', async () => {})` otherwise there can be race conditions with
|
|
94
|
-
// JSDOM being torn down before this promise is resolved so globals like `window` and `document` don't exist
|
|
95
|
-
// Unless all tests that ever use `usePositioning` are turned into async tests, any logging during testing
|
|
96
|
-
// will actually be counter productive
|
|
97
|
-
if (process.env.NODE_ENV === 'development') {
|
|
98
|
-
// eslint-disable-next-line no-console
|
|
99
|
-
console.error('[usePositioning]: Failed to calculate position', err);
|
|
100
|
-
}
|
|
26
|
+
position: 'fixed',
|
|
27
|
+
left: 0,
|
|
28
|
+
top: 0,
|
|
29
|
+
margin: 0
|
|
101
30
|
});
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
31
|
+
const forceUpdate = ()=>{
|
|
32
|
+
// debounced update can still occur afterwards
|
|
33
|
+
// early return to avoid memory leaks
|
|
34
|
+
if (isDestroyed) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
if (isFirstUpdate) {
|
|
38
|
+
scrollParents.add((0, _utils.getScrollParent)(container));
|
|
39
|
+
if (target instanceof HTMLElement) {
|
|
40
|
+
scrollParents.add((0, _utils.getScrollParent)(target));
|
|
41
|
+
}
|
|
42
|
+
scrollParents.forEach((scrollParent)=>{
|
|
43
|
+
scrollParent.addEventListener('scroll', updatePosition);
|
|
44
|
+
});
|
|
45
|
+
isFirstUpdate = false;
|
|
46
|
+
}
|
|
47
|
+
Object.assign(container.style, {
|
|
48
|
+
position: strategy
|
|
49
|
+
});
|
|
50
|
+
(0, _dom.computePosition)(target, container, {
|
|
51
|
+
placement,
|
|
52
|
+
middleware,
|
|
53
|
+
strategy
|
|
54
|
+
}).then((param)=>{
|
|
55
|
+
let { x , y , middlewareData , placement: computedPlacement } = param;
|
|
56
|
+
// Promise can still resolve after destruction
|
|
57
|
+
// early return to avoid applying outdated position
|
|
58
|
+
if (isDestroyed) {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
(0, _utils.writeArrowUpdates)({
|
|
62
|
+
arrow,
|
|
63
|
+
middlewareData
|
|
64
|
+
});
|
|
65
|
+
(0, _utils.writeContainerUpdates)({
|
|
66
|
+
container,
|
|
67
|
+
middlewareData,
|
|
68
|
+
placement: computedPlacement,
|
|
69
|
+
coordinates: {
|
|
70
|
+
x,
|
|
71
|
+
y
|
|
72
|
+
},
|
|
73
|
+
lowPPI: ((targetWindow === null || targetWindow === void 0 ? void 0 : targetWindow.devicePixelRatio) || 1) <= 1,
|
|
74
|
+
strategy
|
|
75
|
+
});
|
|
76
|
+
}).catch((err)=>{
|
|
77
|
+
// https://github.com/floating-ui/floating-ui/issues/1845
|
|
78
|
+
// FIXME for node > 14
|
|
79
|
+
// node 15 introduces promise rejection which means that any components
|
|
80
|
+
// tests need to be `it('', async () => {})` otherwise there can be race conditions with
|
|
81
|
+
// JSDOM being torn down before this promise is resolved so globals like `window` and `document` don't exist
|
|
82
|
+
// Unless all tests that ever use `usePositioning` are turned into async tests, any logging during testing
|
|
83
|
+
// will actually be counter productive
|
|
84
|
+
if (process.env.NODE_ENV === 'development') {
|
|
85
|
+
// eslint-disable-next-line no-console
|
|
86
|
+
console.error('[usePositioning]: Failed to calculate position', err);
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
};
|
|
90
|
+
const updatePosition = (0, _utils.debounce)(()=>forceUpdate());
|
|
91
|
+
const dispose = ()=>{
|
|
92
|
+
isDestroyed = true;
|
|
93
|
+
if (targetWindow) {
|
|
94
|
+
targetWindow.removeEventListener('scroll', updatePosition);
|
|
95
|
+
targetWindow.removeEventListener('resize', updatePosition);
|
|
96
|
+
}
|
|
97
|
+
scrollParents.forEach((scrollParent)=>{
|
|
98
|
+
scrollParent.removeEventListener('scroll', updatePosition);
|
|
99
|
+
});
|
|
100
|
+
};
|
|
106
101
|
if (targetWindow) {
|
|
107
|
-
|
|
108
|
-
|
|
102
|
+
targetWindow.addEventListener('scroll', updatePosition);
|
|
103
|
+
targetWindow.addEventListener('resize', updatePosition);
|
|
109
104
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
// Update the position on initialization
|
|
119
|
-
updatePosition();
|
|
120
|
-
return {
|
|
121
|
-
updatePosition,
|
|
122
|
-
dispose
|
|
123
|
-
};
|
|
124
|
-
}
|
|
125
|
-
exports.createPositionManager = createPositionManager;
|
|
105
|
+
// Update the position on initialization
|
|
106
|
+
updatePosition();
|
|
107
|
+
return {
|
|
108
|
+
updatePosition,
|
|
109
|
+
dispose
|
|
110
|
+
};
|
|
111
|
+
} //# sourceMappingURL=createPositionManager.js.map
|
|
112
|
+
|
|
126
113
|
//# sourceMappingURL=createPositionManager.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../lib/createPositionManager.js"],"sourcesContent":["import { computePosition } from '@floating-ui/dom';\nimport { debounce, writeArrowUpdates, writeContainerUpdates, getScrollParent } from './utils';\n/**\n * @internal\n * @returns manager that handles positioning out of the react lifecycle\n */\nexport function createPositionManager(options) {\n const {\n container,\n target,\n arrow,\n strategy,\n middleware,\n placement\n } = options;\n let isDestroyed = false;\n if (!target || !container) {\n return {\n updatePosition: () => undefined,\n dispose: () => undefined\n };\n }\n let isFirstUpdate = true;\n const scrollParents = new Set();\n const targetWindow = container.ownerDocument.defaultView;\n // When the container is first resolved, set position `fixed` to avoid scroll jumps.\n // Without this scroll jumps can occur when the element is rendered initially and receives focus\n Object.assign(container.style, {\n position: 'fixed',\n left: 0,\n top: 0,\n margin: 0\n });\n const forceUpdate = () => {\n // debounced update can still occur afterwards\n // early return to avoid memory leaks\n if (isDestroyed) {\n return;\n }\n if (isFirstUpdate) {\n scrollParents.add(getScrollParent(container));\n if (target instanceof HTMLElement) {\n scrollParents.add(getScrollParent(target));\n }\n scrollParents.forEach(scrollParent => {\n scrollParent.addEventListener('scroll', updatePosition);\n });\n isFirstUpdate = false;\n }\n Object.assign(container.style, {\n position: strategy\n });\n computePosition(target, container, {\n placement,\n middleware,\n strategy\n }).then(param => {\n let {\n x,\n y,\n middlewareData,\n placement: computedPlacement\n } = param;\n // Promise can still resolve after destruction\n // early return to avoid applying outdated position\n if (isDestroyed) {\n return;\n }\n writeArrowUpdates({\n arrow,\n middlewareData\n });\n writeContainerUpdates({\n container,\n middlewareData,\n placement: computedPlacement,\n coordinates: {\n x,\n y\n },\n lowPPI: ((targetWindow === null || targetWindow === void 0 ? void 0 : targetWindow.devicePixelRatio) || 1) <= 1,\n strategy\n });\n }).catch(err => {\n // https://github.com/floating-ui/floating-ui/issues/1845\n // FIXME for node > 14\n // node 15 introduces promise rejection which means that any components\n // tests need to be `it('', async () => {})` otherwise there can be race conditions with\n // JSDOM being torn down before this promise is resolved so globals like `window` and `document` don't exist\n // Unless all tests that ever use `usePositioning` are turned into async tests, any logging during testing\n // will actually be counter productive\n if (process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.error('[usePositioning]: Failed to calculate position', err);\n }\n });\n };\n const updatePosition = debounce(() => forceUpdate());\n const dispose = () => {\n isDestroyed = true;\n if (targetWindow) {\n targetWindow.removeEventListener('scroll', updatePosition);\n targetWindow.removeEventListener('resize', updatePosition);\n }\n scrollParents.forEach(scrollParent => {\n scrollParent.removeEventListener('scroll', updatePosition);\n });\n };\n if (targetWindow) {\n targetWindow.addEventListener('scroll', updatePosition);\n targetWindow.addEventListener('resize', updatePosition);\n }\n // Update the position on initialization\n updatePosition();\n return {\n updatePosition,\n dispose\n };\n}\n//# sourceMappingURL=createPositionManager.js.map"],"names":["createPositionManager","options","container","target","arrow","strategy","middleware","placement","isDestroyed","updatePosition","undefined","dispose","isFirstUpdate","scrollParents","Set","targetWindow","ownerDocument","defaultView","Object","assign","style","position","left","top","margin","forceUpdate","add","getScrollParent","HTMLElement","forEach","scrollParent","addEventListener","computePosition","then","param","x","y","middlewareData","computedPlacement","writeArrowUpdates","writeContainerUpdates","coordinates","lowPPI","devicePixelRatio","catch","err","process","env","NODE_ENV","console","error","debounce","removeEventListener"],"mappings":";;;;+BAMgBA;;aAAAA;;qBANgB;uBACoD;AAK7E,SAASA,sBAAsBC,OAAO,EAAE;IAC7C,MAAM,EACJC,UAAS,EACTC,OAAM,EACNC,MAAK,EACLC,SAAQ,EACRC,WAAU,EACVC,UAAS,EACV,GAAGN;IACJ,IAAIO,cAAc,KAAK;IACvB,IAAI,CAACL,UAAU,CAACD,WAAW;QACzB,OAAO;YACLO,gBAAgB,IAAMC;YACtBC,SAAS,IAAMD;QACjB;IACF,CAAC;IACD,IAAIE,gBAAgB,IAAI;IACxB,MAAMC,gBAAgB,IAAIC;IAC1B,MAAMC,eAAeb,UAAUc,aAAa,CAACC,WAAW;IACxD,oFAAoF;IACpF,gGAAgG;IAChGC,OAAOC,MAAM,CAACjB,UAAUkB,KAAK,EAAE;QAC7BC,UAAU;QACVC,MAAM;QACNC,KAAK;QACLC,QAAQ;IACV;IACA,MAAMC,cAAc,IAAM;QACxB,8CAA8C;QAC9C,qCAAqC;QACrC,IAAIjB,aAAa;YACf;QACF,CAAC;QACD,IAAII,eAAe;YACjBC,cAAca,GAAG,CAACC,IAAAA,sBAAe,EAACzB;YAClC,IAAIC,kBAAkByB,aAAa;gBACjCf,cAAca,GAAG,CAACC,IAAAA,sBAAe,EAACxB;YACpC,CAAC;YACDU,cAAcgB,OAAO,CAACC,CAAAA,eAAgB;gBACpCA,aAAaC,gBAAgB,CAAC,UAAUtB;YAC1C;YACAG,gBAAgB,KAAK;QACvB,CAAC;QACDM,OAAOC,MAAM,CAACjB,UAAUkB,KAAK,EAAE;YAC7BC,UAAUhB;QACZ;QACA2B,IAAAA,oBAAe,EAAC7B,QAAQD,WAAW;YACjCK;YACAD;YACAD;QACF,GAAG4B,IAAI,CAACC,CAAAA,QAAS;YACf,IAAI,EACFC,EAAC,EACDC,EAAC,EACDC,eAAc,EACd9B,WAAW+B,kBAAiB,EAC7B,GAAGJ;YACJ,8CAA8C;YAC9C,mDAAmD;YACnD,IAAI1B,aAAa;gBACf;YACF,CAAC;YACD+B,IAAAA,wBAAiB,EAAC;gBAChBnC;gBACAiC;YACF;YACAG,IAAAA,4BAAqB,EAAC;gBACpBtC;gBACAmC;gBACA9B,WAAW+B;gBACXG,aAAa;oBACXN;oBACAC;gBACF;gBACAM,QAAQ,AAAC,CAAA,AAAC3B,CAAAA,iBAAiB,IAAI,IAAIA,iBAAiB,KAAK,IAAI,KAAK,IAAIA,aAAa4B,gBAAgB,AAAD,KAAM,CAAA,KAAM;gBAC9GtC;YACF;QACF,GAAGuC,KAAK,CAACC,CAAAA,MAAO;YACd,yDAAyD;YACzD,sBAAsB;YACtB,uEAAuE;YACvE,wFAAwF;YACxF,4GAA4G;YAC5G,0GAA0G;YAC1G,sCAAsC;YACtC,IAAIC,QAAQC,GAAG,CAACC,QAAQ,KAAK,eAAe;gBAC1C,sCAAsC;gBACtCC,QAAQC,KAAK,CAAC,kDAAkDL;YAClE,CAAC;QACH;IACF;IACA,MAAMpC,iBAAiB0C,IAAAA,eAAQ,EAAC,IAAM1B;IACtC,MAAMd,UAAU,IAAM;QACpBH,cAAc,IAAI;QAClB,IAAIO,cAAc;YAChBA,aAAaqC,mBAAmB,CAAC,UAAU3C;YAC3CM,aAAaqC,mBAAmB,CAAC,UAAU3C;QAC7C,CAAC;QACDI,cAAcgB,OAAO,CAACC,CAAAA,eAAgB;YACpCA,aAAasB,mBAAmB,CAAC,UAAU3C;QAC7C;IACF;IACA,IAAIM,cAAc;QAChBA,aAAagB,gBAAgB,CAAC,UAAUtB;QACxCM,aAAagB,gBAAgB,CAAC,UAAUtB;IAC1C,CAAC;IACD,wCAAwC;IACxCA;IACA,OAAO;QACLA;QACAE;IACF;AACF,EACA,iDAAiD"}
|
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.createVirtualElementFromClick = void 0;
|
|
7
1
|
/**
|
|
8
2
|
* Creates a virtual element based on the position of a click event
|
|
9
3
|
* Can be used as a target for popper in scenarios such as context menus
|
|
10
|
-
*/
|
|
4
|
+
*/ "use strict";
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
Object.defineProperty(exports, "createVirtualElementFromClick", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: ()=>createVirtualElementFromClick
|
|
11
|
+
});
|
|
11
12
|
function createVirtualElementFromClick(nativeEvent) {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
const left = nativeEvent.clientX;
|
|
14
|
+
const top = nativeEvent.clientY;
|
|
15
|
+
const right = left + 1;
|
|
16
|
+
const bottom = top + 1;
|
|
17
|
+
function getBoundingClientRect() {
|
|
18
|
+
return {
|
|
19
|
+
left,
|
|
20
|
+
top,
|
|
21
|
+
right,
|
|
22
|
+
bottom,
|
|
23
|
+
x: left,
|
|
24
|
+
y: top,
|
|
25
|
+
height: 1,
|
|
26
|
+
width: 1
|
|
27
|
+
};
|
|
28
|
+
}
|
|
17
29
|
return {
|
|
18
|
-
|
|
19
|
-
top,
|
|
20
|
-
right,
|
|
21
|
-
bottom,
|
|
22
|
-
x: left,
|
|
23
|
-
y: top,
|
|
24
|
-
height: 1,
|
|
25
|
-
width: 1
|
|
30
|
+
getBoundingClientRect
|
|
26
31
|
};
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
getBoundingClientRect
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
exports.createVirtualElementFromClick = createVirtualElementFromClick;
|
|
32
|
+
} //# sourceMappingURL=createVirtualElementFromClick.js.map
|
|
33
|
+
|
|
33
34
|
//# sourceMappingURL=createVirtualElementFromClick.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../lib/createVirtualElementFromClick.js"],"sourcesContent":["/**\n * Creates a virtual element based on the position of a click event\n * Can be used as a target for popper in scenarios such as context menus\n */export function createVirtualElementFromClick(nativeEvent) {\n const left = nativeEvent.clientX;\n const top = nativeEvent.clientY;\n const right = left + 1;\n const bottom = top + 1;\n function getBoundingClientRect() {\n return {\n left,\n top,\n right,\n bottom,\n x: left,\n y: top,\n height: 1,\n width: 1\n };\n }\n return {\n getBoundingClientRect\n };\n}\n//# sourceMappingURL=createVirtualElementFromClick.js.map"],"names":["createVirtualElementFromClick","nativeEvent","left","clientX","top","clientY","right","bottom","getBoundingClientRect","x","y","height","width"],"mappings":"AAAA;;;CAGC;;;;+BAAkBA;;aAAAA;;AAAT,SAASA,8BAA8BC,WAAW,EAAE;IAC5D,MAAMC,OAAOD,YAAYE,OAAO;IAChC,MAAMC,MAAMH,YAAYI,OAAO;IAC/B,MAAMC,QAAQJ,OAAO;IACrB,MAAMK,SAASH,MAAM;IACrB,SAASI,wBAAwB;QAC/B,OAAO;YACLN;YACAE;YACAE;YACAC;YACAE,GAAGP;YACHQ,GAAGN;YACHO,QAAQ;YACRC,OAAO;QACT;IACF;IACA,OAAO;QACLJ;IACF;AACF,EACA,yDAAyD"}
|
package/lib-commonjs/index.js
CHANGED
|
@@ -1,54 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
2
|
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
Object.defineProperty(exports, "usePositioning", {
|
|
29
|
-
enumerable: true,
|
|
30
|
-
get: function () {
|
|
31
|
-
return usePositioning_1.usePositioning;
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
var usePositioningMouseTarget_1 = /*#__PURE__*/require("./usePositioningMouseTarget");
|
|
35
|
-
Object.defineProperty(exports, "usePositioningMouseTarget", {
|
|
36
|
-
enumerable: true,
|
|
37
|
-
get: function () {
|
|
38
|
-
return usePositioningMouseTarget_1.usePositioningMouseTarget;
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
var index_1 = /*#__PURE__*/require("./utils/index");
|
|
42
|
-
Object.defineProperty(exports, "resolvePositioningShorthand", {
|
|
43
|
-
enumerable: true,
|
|
44
|
-
get: function () {
|
|
45
|
-
return index_1.resolvePositioningShorthand;
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "mergeArrowOffset", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function () {
|
|
51
|
-
return index_1.mergeArrowOffset;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
createVirtualElementFromClick: ()=>_createVirtualElementFromClick.createVirtualElementFromClick,
|
|
13
|
+
createArrowHeightStyles: ()=>_createArrowStyles.createArrowHeightStyles,
|
|
14
|
+
createArrowStyles: ()=>_createArrowStyles.createArrowStyles,
|
|
15
|
+
usePositioning: ()=>_usePositioning.usePositioning,
|
|
16
|
+
usePositioningMouseTarget: ()=>_usePositioningMouseTarget.usePositioningMouseTarget,
|
|
17
|
+
resolvePositioningShorthand: ()=>_index.resolvePositioningShorthand,
|
|
18
|
+
mergeArrowOffset: ()=>_index.mergeArrowOffset
|
|
19
|
+
});
|
|
20
|
+
const _createVirtualElementFromClick = require("./createVirtualElementFromClick");
|
|
21
|
+
const _createArrowStyles = require("./createArrowStyles");
|
|
22
|
+
const _usePositioning = require("./usePositioning");
|
|
23
|
+
const _usePositioningMouseTarget = require("./usePositioningMouseTarget");
|
|
24
|
+
const _index = require("./utils/index");
|
|
25
|
+
//# sourceMappingURL=index.js.map
|
|
26
|
+
|
|
54
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { createVirtualElementFromClick } from './createVirtualElementFromClick';\nexport { createArrowHeightStyles, createArrowStyles } from './createArrowStyles';\nexport { usePositioning } from './usePositioning';\nexport { usePositioningMouseTarget } from './usePositioningMouseTarget';\nexport { resolvePositioningShorthand, mergeArrowOffset } from './utils/index';\n//# sourceMappingURL=index.js.map"],"names":["createVirtualElementFromClick","createArrowHeightStyles","createArrowStyles","usePositioning","usePositioningMouseTarget","resolvePositioningShorthand","mergeArrowOffset"],"mappings":";;;;;;;;;;;IAASA,6BAA6B,MAA7BA,4DAA6B;IAC7BC,uBAAuB,MAAvBA,0CAAuB;IAAEC,iBAAiB,MAAjBA,oCAAiB;IAC1CC,cAAc,MAAdA,8BAAc;IACdC,yBAAyB,MAAzBA,oDAAyB;IACzBC,2BAA2B,MAA3BA,kCAA2B;IAAEC,gBAAgB,MAAhBA,uBAAgB;;+CAJR;mCACa;gCAC5B;2CACW;uBACoB;CAC9D,iCAAiC"}
|