@tamagui/floating 2.0.0-rc.30 → 2.0.0-rc.32
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/package.json +3 -3
- package/dist/cjs/index.js +0 -71
- package/dist/cjs/index.js.map +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/floating",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.32",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@floating-ui/react-dom": "^2.1.6",
|
|
38
38
|
"@floating-ui/react-native": "^0.10.7",
|
|
39
|
-
"@tamagui/use-event": "2.0.0-rc.
|
|
39
|
+
"@tamagui/use-event": "2.0.0-rc.32"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@tamagui/build": "2.0.0-rc.
|
|
42
|
+
"@tamagui/build": "2.0.0-rc.32",
|
|
43
43
|
"react": ">=19",
|
|
44
44
|
"react-native": "0.83.2"
|
|
45
45
|
},
|
package/dist/cjs/index.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all) __defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: !0
|
|
9
|
-
});
|
|
10
|
-
},
|
|
11
|
-
__copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
13
|
-
get: () => from[key],
|
|
14
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
-
});
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
-
value: !0
|
|
20
|
-
}), mod);
|
|
21
|
-
var index_exports = {};
|
|
22
|
-
__export(index_exports, {
|
|
23
|
-
FloatingDelayGroup: () => import_useDelayGroup.FloatingDelayGroup,
|
|
24
|
-
FloatingOverrideContext: () => import_useFloating.FloatingOverrideContext,
|
|
25
|
-
PopupTriggerMap: () => import_PopupTriggerMap.PopupTriggerMap,
|
|
26
|
-
arrow: () => import_Floating.arrow,
|
|
27
|
-
autoPlacement: () => import_Floating.autoPlacement,
|
|
28
|
-
autoUpdate: () => import_Floating.autoUpdate,
|
|
29
|
-
createFloatingEvents: () => import_createFloatingEvents.createFloatingEvents,
|
|
30
|
-
detectOverflow: () => import_Floating.detectOverflow,
|
|
31
|
-
flip: () => import_Floating.flip,
|
|
32
|
-
getOverflowAncestors: () => import_Floating.getOverflowAncestors,
|
|
33
|
-
hide: () => import_Floating.hide,
|
|
34
|
-
inline: () => import_Floating.inline,
|
|
35
|
-
inner: () => import_inner.inner,
|
|
36
|
-
limitShift: () => import_Floating.limitShift,
|
|
37
|
-
offset: () => import_Floating.offset,
|
|
38
|
-
platform: () => import_Floating.platform,
|
|
39
|
-
safePolygon: () => import_safePolygon.safePolygon,
|
|
40
|
-
shift: () => import_Floating.shift,
|
|
41
|
-
size: () => import_Floating.size,
|
|
42
|
-
useClick: () => import_useClick.useClick,
|
|
43
|
-
useDelayGroup: () => import_useDelayGroup.useDelayGroup,
|
|
44
|
-
useDelayGroupContext: () => import_useDelayGroup.useDelayGroupContext,
|
|
45
|
-
useFloating: () => import_useFloating.useFloating,
|
|
46
|
-
useFloatingRaw: () => import_Floating2.useFloating,
|
|
47
|
-
useFocus: () => import_useFocus.useFocus,
|
|
48
|
-
useHover: () => import_useHover.useHover,
|
|
49
|
-
useInnerOffset: () => import_useInnerOffset.useInnerOffset,
|
|
50
|
-
useInteractions: () => import_useInteractions.useInteractions,
|
|
51
|
-
useListNavigation: () => import_useListNavigation.useListNavigation,
|
|
52
|
-
useRole: () => import_useRole.useRole,
|
|
53
|
-
useTypeahead: () => import_useTypeahead.useTypeahead
|
|
54
|
-
});
|
|
55
|
-
module.exports = __toCommonJS(index_exports);
|
|
56
|
-
var import_Floating = require("./Floating.cjs"),
|
|
57
|
-
import_useFloating = require("./useFloating.cjs"),
|
|
58
|
-
import_Floating2 = require("./Floating.cjs"),
|
|
59
|
-
import_createFloatingEvents = require("./interactions/createFloatingEvents.cjs"),
|
|
60
|
-
import_PopupTriggerMap = require("./interactions/PopupTriggerMap.cjs"),
|
|
61
|
-
import_useInteractions = require("./interactions/useInteractions.cjs"),
|
|
62
|
-
import_useHover = require("./interactions/useHover.cjs"),
|
|
63
|
-
import_safePolygon = require("./interactions/safePolygon.cjs"),
|
|
64
|
-
import_useFocus = require("./interactions/useFocus.cjs"),
|
|
65
|
-
import_useRole = require("./interactions/useRole.cjs"),
|
|
66
|
-
import_useClick = require("./interactions/useClick.cjs"),
|
|
67
|
-
import_useListNavigation = require("./interactions/useListNavigation.cjs"),
|
|
68
|
-
import_useTypeahead = require("./interactions/useTypeahead.cjs"),
|
|
69
|
-
import_useInnerOffset = require("./interactions/useInnerOffset.cjs"),
|
|
70
|
-
import_useDelayGroup = require("./interactions/useDelayGroup.cjs"),
|
|
71
|
-
import_inner = require("./middleware/inner.cjs");
|
package/dist/cjs/index.js.map
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6CA,sBAcO,uBAEP,qBAOO,0BAIPA,mBAA8C,uBAG9C,8BAAqC,gDAGrC,yBAAgC,2CAGhC,yBAAgC,2CAChC,kBAAyB,oCACzB,qBAA4B,uCAC5B,kBAAyB,oCACzB,iBAAwB,mCACxB,kBAAyB,oCACzB,2BAAkC,6CAClC,sBAA6B,wCAC7B,wBAA+B,0CAC/B,uBAIO,yCAGP,eAAsB;",
|
|
5
|
-
"names": ["import_Floating"]
|
|
6
|
-
}
|