@tamagui/react-native-use-responder-events 1.130.8 → 1.131.0
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.
|
@@ -38,11 +38,11 @@ __export(ResponderSystem_exports, {
|
|
|
38
38
|
terminateResponder: () => terminateResponder
|
|
39
39
|
});
|
|
40
40
|
module.exports = __toCommonJS(ResponderSystem_exports);
|
|
41
|
-
var import_createResponderEvent = __toESM(require("./createResponderEvent")),
|
|
42
|
-
import_ResponderTouchHistoryStore = require("./ResponderTouchHistoryStore"),
|
|
43
|
-
import_types = require("./types"),
|
|
44
|
-
import_utils = require("./utils"),
|
|
45
|
-
import_utils2 = require("./utils");
|
|
41
|
+
var import_createResponderEvent = __toESM(require("./createResponderEvent.cjs")),
|
|
42
|
+
import_ResponderTouchHistoryStore = require("./ResponderTouchHistoryStore.cjs"),
|
|
43
|
+
import_types = require("./types.cjs"),
|
|
44
|
+
import_utils = require("./utils.cjs"),
|
|
45
|
+
import_utils2 = require("./utils.cjs");
|
|
46
46
|
const emptyObject = {},
|
|
47
47
|
startRegistration = ["onStartShouldSetResponderCapture", "onStartShouldSetResponder", {
|
|
48
48
|
bubbles: !0
|
|
@@ -23,7 +23,7 @@ __export(ResponderTouchHistoryStore_exports, {
|
|
|
23
23
|
ResponderTouchHistoryStore: () => ResponderTouchHistoryStore
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(ResponderTouchHistoryStore_exports);
|
|
26
|
-
var import_types = require("./types");
|
|
26
|
+
var import_types = require("./types.cjs");
|
|
27
27
|
class ResponderTouchHistoryStore {
|
|
28
28
|
_touchHistory = {
|
|
29
29
|
touchBank: [],
|
|
@@ -23,7 +23,7 @@ __export(createResponderEvent_exports, {
|
|
|
23
23
|
default: () => createResponderEvent
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(createResponderEvent_exports);
|
|
26
|
-
var import_utils = require("./utils");
|
|
26
|
+
var import_utils = require("./utils.cjs");
|
|
27
27
|
const emptyFunction = () => {},
|
|
28
28
|
emptyObject = {},
|
|
29
29
|
emptyArray = [];
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -15,4 +15,4 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
|
15
15
|
}), mod);
|
|
16
16
|
var index_exports = {};
|
|
17
17
|
module.exports = __toCommonJS(index_exports);
|
|
18
|
-
__reExport(index_exports, require("./useResponderEvents"), module.exports);
|
|
18
|
+
__reExport(index_exports, require("./useResponderEvents.cjs"), module.exports);
|
|
@@ -37,8 +37,8 @@ __export(useResponderEvents_exports, {
|
|
|
37
37
|
});
|
|
38
38
|
module.exports = __toCommonJS(useResponderEvents_exports);
|
|
39
39
|
var React = __toESM(require("react")),
|
|
40
|
-
ResponderSystem = __toESM(require("./ResponderSystem"));
|
|
41
|
-
__reExport(useResponderEvents_exports, require("./utils"), module.exports);
|
|
40
|
+
ResponderSystem = __toESM(require("./ResponderSystem.cjs"));
|
|
41
|
+
__reExport(useResponderEvents_exports, require("./utils.cjs"), module.exports);
|
|
42
42
|
const emptyObject = {},
|
|
43
43
|
Attached = /* @__PURE__ */new WeakMap(),
|
|
44
44
|
Ids = /* @__PURE__ */new WeakMap();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/react-native-use-responder-events",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.131.0",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@tamagui/build": "1.
|
|
33
|
+
"@tamagui/build": "1.131.0",
|
|
34
34
|
"react": "*"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|