@tamagui/native 2.0.0-rc.25-1773314599635 → 2.0.0-rc.26
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/.turbo/turbo-build.log +1 -1
- package/dist/cjs/index.js +25 -11
- package/dist/esm/index.js +11 -30
- package/dist/esm/index.js.map +1 -6
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ tamagui-build
|
|
2
|
-
built @tamagui/native in
|
|
2
|
+
built @tamagui/native in 523 ms
|
package/dist/cjs/index.js
CHANGED
|
@@ -3,15 +3,21 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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);
|
|
15
21
|
var index_exports = {};
|
|
16
22
|
__export(index_exports, {
|
|
17
23
|
NativeMenuContext: () => import_nativeMenuContext.NativeMenuContext,
|
|
@@ -30,5 +36,13 @@ __export(index_exports, {
|
|
|
30
36
|
setKeyboardControllerState: () => import_keyboardControllerState.setKeyboardControllerState
|
|
31
37
|
});
|
|
32
38
|
module.exports = __toCommonJS(index_exports);
|
|
33
|
-
var import_portalState = require("./portalState"),
|
|
34
|
-
|
|
39
|
+
var import_portalState = require("./portalState.cjs"),
|
|
40
|
+
import_gestureState = require("./gestureState.cjs"),
|
|
41
|
+
import_workletsState = require("./workletsState.cjs"),
|
|
42
|
+
import_safeAreaState = require("./safeAreaState.cjs"),
|
|
43
|
+
import_linearGradientState = require("./linearGradientState.cjs"),
|
|
44
|
+
import_keyboardControllerState = require("./keyboardControllerState.cjs"),
|
|
45
|
+
import_zeegoState = require("./zeegoState.cjs"),
|
|
46
|
+
import_nativeMenuContext = require("./nativeMenuContext.cjs"),
|
|
47
|
+
import_burntState = require("./burntState.cjs"),
|
|
48
|
+
import_components = require("./components.cjs");
|
package/dist/esm/index.js
CHANGED
|
@@ -1,31 +1,12 @@
|
|
|
1
|
-
import { getPortal } from "./portalState";
|
|
2
|
-
import { getGestureHandler } from "./gestureState";
|
|
3
|
-
import { getWorklets } from "./workletsState";
|
|
4
|
-
import { getSafeArea } from "./safeAreaState";
|
|
5
|
-
import { getLinearGradient } from "./linearGradientState";
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} from "./
|
|
11
|
-
|
|
12
|
-
import { NativeMenuContext } from "./nativeMenuContext";
|
|
13
|
-
import { getBurnt } from "./burntState";
|
|
14
|
-
import { NativePortal, NativePortalHost, NativePortalProvider } from "./components";
|
|
15
|
-
export {
|
|
16
|
-
NativeMenuContext,
|
|
17
|
-
NativePortal,
|
|
18
|
-
NativePortalHost,
|
|
19
|
-
NativePortalProvider,
|
|
20
|
-
getBurnt,
|
|
21
|
-
getGestureHandler,
|
|
22
|
-
getKeyboardControllerState,
|
|
23
|
-
getLinearGradient,
|
|
24
|
-
getPortal,
|
|
25
|
-
getSafeArea,
|
|
26
|
-
getWorklets,
|
|
27
|
-
getZeego,
|
|
28
|
-
isKeyboardControllerEnabled,
|
|
29
|
-
setKeyboardControllerState
|
|
30
|
-
};
|
|
1
|
+
import { getPortal } from "./portalState.mjs";
|
|
2
|
+
import { getGestureHandler } from "./gestureState.mjs";
|
|
3
|
+
import { getWorklets } from "./workletsState.mjs";
|
|
4
|
+
import { getSafeArea } from "./safeAreaState.mjs";
|
|
5
|
+
import { getLinearGradient } from "./linearGradientState.mjs";
|
|
6
|
+
import { isKeyboardControllerEnabled, getKeyboardControllerState, setKeyboardControllerState } from "./keyboardControllerState.mjs";
|
|
7
|
+
import { getZeego } from "./zeegoState.mjs";
|
|
8
|
+
import { NativeMenuContext } from "./nativeMenuContext.mjs";
|
|
9
|
+
import { getBurnt } from "./burntState.mjs";
|
|
10
|
+
import { NativePortal, NativePortalHost, NativePortalProvider } from "./components.mjs";
|
|
11
|
+
export { NativeMenuContext, NativePortal, NativePortalHost, NativePortalProvider, getBurnt, getGestureHandler, getKeyboardControllerState, getLinearGradient, getPortal, getSafeArea, getWorklets, getZeego, isKeyboardControllerEnabled, setKeyboardControllerState };
|
|
31
12
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "AAuCA,SAAS,iBAAiB;AAI1B,SAAS,yBAAyB;AAIlC,SAAS,mBAAmB;AAI5B,SAAS,mBAAmB;AAI5B,SAAS,yBAAyB;AAIlC;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAIP,SAAS,gBAAgB;AAEzB,SAAS,yBAAyB;AAGlC,SAAS,gBAAgB;AAIzB,SAAS,cAAc,kBAAkB,4BAA4B;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["getPortal","getGestureHandler","getWorklets","getSafeArea","getLinearGradient","isKeyboardControllerEnabled","getKeyboardControllerState","setKeyboardControllerState","getZeego","NativeMenuContext","getBurnt","NativePortal","NativePortalHost","NativePortalProvider"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAuCA,SAASA,SAAA,QAAiB;AAI1B,SAASC,iBAAA,QAAyB;AAIlC,SAASC,WAAA,QAAmB;AAI5B,SAASC,WAAA,QAAmB;AAI5B,SAASC,iBAAA,QAAyB;AAIlC,SACEC,2BAAA,EACAC,0BAAA,EACAC,0BAAA,QACK;AAIP,SAASC,QAAA,QAAgB;AAEzB,SAASC,iBAAA,QAAyB;AAGlC,SAASC,QAAA,QAAgB;AAIzB,SAASC,YAAA,EAAcC,gBAAA,EAAkBC,oBAAA,QAA4B","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/native",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.26",
|
|
4
4
|
"description": "Native setup modules for Tamagui - portals, gesture handler, worklets, and more",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"clean:build": "tamagui-build clean:build"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@tamagui/build": "2.0.0-rc.
|
|
134
|
+
"@tamagui/build": "2.0.0-rc.26",
|
|
135
135
|
"burnt": "^0.12.2",
|
|
136
136
|
"react": ">=19",
|
|
137
137
|
"react-native": "0.81.5",
|