@tamagui/core 1.122.7 → 1.123.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.
- package/dist/cjs/addNativeValidStyles.cjs +26 -0
- package/dist/cjs/addNativeValidStyles.js +22 -0
- package/dist/cjs/addNativeValidStyles.js.map +6 -0
- package/dist/cjs/addNativeValidStyles.native.js +50 -0
- package/dist/cjs/addNativeValidStyles.native.js.map +6 -0
- package/dist/cjs/index.cjs +3 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +2 -1
- package/dist/cjs/index.native.js.map +2 -2
- package/dist/esm/addNativeValidStyles.js +6 -0
- package/dist/esm/addNativeValidStyles.js.map +6 -0
- package/dist/esm/addNativeValidStyles.mjs +3 -0
- package/dist/esm/addNativeValidStyles.mjs.map +1 -0
- package/dist/esm/addNativeValidStyles.native.js +22 -0
- package/dist/esm/addNativeValidStyles.native.js.map +6 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +2 -0
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/index.native.js +2 -0
- package/dist/esm/index.native.js.map +2 -2
- package/dist/native.js +142 -145
- package/dist/native.js.map +3 -3
- package/dist/test.native.js +136 -137
- package/dist/test.native.js.map +3 -3
- package/package.json +7 -7
- package/src/addNativeValidStyles.native.ts +27 -0
- package/src/addNativeValidStyles.ts +3 -0
- package/src/index.tsx +4 -0
- package/types/addNativeValidStyles.d.ts +2 -0
- package/types/addNativeValidStyles.d.ts.map +1 -0
- package/types/addNativeValidStyles.native.d.ts +2 -0
- package/types/addNativeValidStyles.native.d.ts.map +1 -0
- package/types/index.d.ts.map +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
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 addNativeValidStyles_exports = {};
|
|
22
|
+
__export(addNativeValidStyles_exports, {
|
|
23
|
+
addNativeValidStyles: () => addNativeValidStyles
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(addNativeValidStyles_exports);
|
|
26
|
+
function addNativeValidStyles() {}
|
|
@@ -0,0 +1,22 @@
|
|
|
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)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
+
for (let key of __getOwnPropNames(from))
|
|
11
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
+
var addNativeValidStyles_exports = {};
|
|
16
|
+
__export(addNativeValidStyles_exports, {
|
|
17
|
+
addNativeValidStyles: () => addNativeValidStyles
|
|
18
|
+
});
|
|
19
|
+
module.exports = __toCommonJS(addNativeValidStyles_exports);
|
|
20
|
+
function addNativeValidStyles() {
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=addNativeValidStyles.js.map
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
10
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
return to;
|
|
15
|
+
};
|
|
16
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
17
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
18
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
19
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
20
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
22
|
+
mod
|
|
23
|
+
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
24
|
+
var addNativeValidStyles_native_exports = {};
|
|
25
|
+
__export(addNativeValidStyles_native_exports, {
|
|
26
|
+
addNativeValidStyles: () => addNativeValidStyles
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(addNativeValidStyles_native_exports);
|
|
29
|
+
var import_helpers = require("@tamagui/helpers"), import_ReactNativeVersion = __toESM(require("react-native/Libraries/Core/ReactNativeVersion"));
|
|
30
|
+
function addNativeValidStyles() {
|
|
31
|
+
if (import_ReactNativeVersion.default) {
|
|
32
|
+
var { version: { major, minor } } = import_ReactNativeVersion.default;
|
|
33
|
+
if (major === 0 && minor >= 77) {
|
|
34
|
+
var additional = {
|
|
35
|
+
boxSizing: !0,
|
|
36
|
+
mixBlendMode: !0,
|
|
37
|
+
outlineWidth: !0,
|
|
38
|
+
outlineStyle: !0,
|
|
39
|
+
outlineSpread: !0,
|
|
40
|
+
outlineColor: !0
|
|
41
|
+
};
|
|
42
|
+
Object.assign(import_helpers.validStyles, additional), Object.assign(import_helpers.stylePropsAll, additional);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
addNativeValidStyles
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=addNativeValidStyles.native.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/core/core/src/addNativeValidStyles.native.ts"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;qBAA2C,6BAG3C,4BAA+B;AAIxB,SAASA,uBAAAA;AACd,MAAKC,0BAAAA,SACL;QAAM,EACJC,SAAS,EAAEC,OAAOC,MAAK,EAAE,IACvBH,0BAAAA;AAEJ,QAAIE,UAAU,KAAKC,SAAS,IAAI;AAC9B,UAAMC,aAAa;QACjBC,WAAW;QACXC,cAAc;QACdC,cAAc;QACdC,cAAc;QACdC,eAAe;QACfC,cAAc;MAChB;AAEAC,aAAOC,OAAOC,4BAAaT,UAAAA,GAC3BO,OAAOC,OAAOE,8BAAeV,UAAAA;IAC/B;;AACF;",
|
|
5
|
+
"names": ["addNativeValidStyles", "ReactNativeVersion", "version", "major", "minor", "additional", "boxSizing", "mixBlendMode", "outlineWidth", "outlineStyle", "outlineSpread", "outlineColor", "Object", "assign", "validStyles", "stylePropsAll"]
|
|
6
|
+
}
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -35,9 +35,11 @@ var import_react_native_media_driver = require("@tamagui/react-native-media-driv
|
|
|
35
35
|
import_getBaseViews = require("./getBaseViews.cjs"),
|
|
36
36
|
import_getRect = require("./helpers/getRect.cjs"),
|
|
37
37
|
import_useElementLayout = require("./hooks/useElementLayout.cjs"),
|
|
38
|
-
import_Pressability = require("./vendor/Pressability.cjs")
|
|
38
|
+
import_Pressability = require("./vendor/Pressability.cjs"),
|
|
39
|
+
import_addNativeValidStyles = require("./addNativeValidStyles.cjs");
|
|
39
40
|
__reExport(index_exports, require("@tamagui/web"), module.exports);
|
|
40
41
|
__reExport(index_exports, require("./reactNativeTypes.cjs"), module.exports);
|
|
42
|
+
(0, import_addNativeValidStyles.addNativeValidStyles)();
|
|
41
43
|
const createTamagui = conf => (0, import_web.createTamagui)(conf),
|
|
42
44
|
baseViews = (0, import_getBaseViews.getBaseViews)();
|
|
43
45
|
(0, import_web.setupHooks)({
|
package/dist/cjs/index.js
CHANGED
|
@@ -20,9 +20,10 @@ __export(index_exports, {
|
|
|
20
20
|
createTamagui: () => createTamagui
|
|
21
21
|
});
|
|
22
22
|
module.exports = __toCommonJS(index_exports);
|
|
23
|
-
var import_react_native_media_driver = require("@tamagui/react-native-media-driver"), import_react_native_use_responder_events = require("@tamagui/react-native-use-responder-events"), import_web = require("@tamagui/web"), import_react = require("react"), import_createOptimizedView = require("./createOptimizedView"), import_getBaseViews = require("./getBaseViews"), import_getRect = require("./helpers/getRect"), import_useElementLayout = require("./hooks/useElementLayout"), import_Pressability = require("./vendor/Pressability");
|
|
23
|
+
var import_react_native_media_driver = require("@tamagui/react-native-media-driver"), import_react_native_use_responder_events = require("@tamagui/react-native-use-responder-events"), import_web = require("@tamagui/web"), import_react = require("react"), import_createOptimizedView = require("./createOptimizedView"), import_getBaseViews = require("./getBaseViews"), import_getRect = require("./helpers/getRect"), import_useElementLayout = require("./hooks/useElementLayout"), import_Pressability = require("./vendor/Pressability"), import_addNativeValidStyles = require("./addNativeValidStyles");
|
|
24
24
|
__reExport(index_exports, require("@tamagui/web"), module.exports);
|
|
25
25
|
__reExport(index_exports, require("./reactNativeTypes"), module.exports);
|
|
26
|
+
(0, import_addNativeValidStyles.addNativeValidStyles)();
|
|
26
27
|
const createTamagui = (conf) => (0, import_web.createTamagui)(conf), baseViews = (0, import_getBaseViews.getBaseViews)();
|
|
27
28
|
(0, import_web.setupHooks)({
|
|
28
29
|
getBaseViews: import_getBaseViews.getBaseViews,
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCAA4B,+CAC5B,2CAAmC,uDAYnC,aAOO,yBACP,eAAkB,kBAElB,6BAAoC,kCACpC,sBAA6B,2BAC7B,iBAAwB,8BACxB,0BAAgD,qCAEhD,sBAAgC;
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCAA4B,+CAC5B,2CAAmC,uDAYnC,aAOO,yBACP,eAAkB,kBAElB,6BAAoC,kCACpC,sBAA6B,2BAC7B,iBAAwB,8BACxB,0BAAgD,qCAEhD,sBAAgC,kCAChC,8BAAqC;AAkCrC,0BAAc,yBA/Dd;AAkEA,0BAAc,+BAlEd;AAAA,IAgCA,kDAAqB;AAqCd,MAAM,gBAAyC,CAAC,aAM9C,WAAAA,eAAiB,IAAI,GAGxB,gBAAY,kCAAa;AAAA,IAI/B,uBAAW;AAAA,EACT;AAAA,EAEA,iBAAiB,CAAC,SAAS;AAEzB,IAAI,QAAQ,CAAC,KAAK,YAEhB,KAAK,YAAY,CAAC,iBAAa,uCAAc,MAAM,MAAM,QAAQ,GAEjE,KAAK,kBAAkB,CAAC,gBAAgB,gBACtC,uCAAc,MAAqB,gBAAgB,OAAO,GAE5D,KAAK,oBAAoB,CAAC,aAAa;AACrC,iBAAW,MAAM;AACf,cAAM,EAAE,QAAQ,MAAM,KAAK,MAAM,QAAI,wBAAQ,IAAmB;AAChE,iBAAS,MAAM,KAAK,OAAO,MAAM;AAAA,MACnC,GAAG,CAAC;AAAA,IACN;AAAA,EAEJ;AAAA,EAEA,kBAAkB,aAAa,SAAS,UAAU,aAAa;AACnB;AACxC,YAAM,QAAQ,OAAO,eAAgB,UAG/B;AAAA;AAAA,QAEJ;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA;AAAA,QAGA;AAAA,QACA;AAAA;AAAA,QAGA;AAAA,QACA;AAAA,QAEA;AAAA,QACA;AAAA,QAEA,GAAG;AAAA,MACL,IAAI;AAOJ,WALI,eAAe,eACjB,0CAAiB,UAAW,QAAqB,WAAb,MAA6B,OACjE,6DAAmB,UAAW,QAAoB,UAAZ,MAAmB,IAGvD,OAAO;AAET,YAAI,cAAc,QAAQ,WAAW;AACnC,gBAAM,EAAE,UAAU,KAAK,OAAO,IAAI;AAClC,UAAI,YAAY,SACd,cAAc,WAAW,WAEvB,QACF,cAAc,MAAM,MAElB,OAAO,UAAW,aACpB,cAAc,SAAS,OAAO,OAAO,CAAC,MAAM,MAAM,IAAI,MAAM,KAAK;AAAA,QAErE;AACA,eAAO;AAAA,MACT;AAAA,IACF;AAAA,EACF;AAAA,EAEA,UAAU,WAAW,QAAQ,EAAE,QAAQ,GAAG,iBAAiB,cAAc;AAAA,EA0DzE;AAwBF,CAAC;AAQM,MAAM,OAAO,WAAAC,MACP,QAAQ,WAAAC,OACR,OAAO,WAAAC;",
|
|
5
5
|
"names": ["createTamaguiWeb", "WebView", "WebStack", "WebText"]
|
|
6
6
|
}
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -28,9 +28,10 @@ __export(index_exports, {
|
|
|
28
28
|
createTamagui: () => createTamagui
|
|
29
29
|
});
|
|
30
30
|
module.exports = __toCommonJS(index_exports);
|
|
31
|
-
var import_react_native_media_driver = require("@tamagui/react-native-media-driver"), import_react_native_use_responder_events = require("@tamagui/react-native-use-responder-events"), import_web = require("@tamagui/web"), import_react = __toESM(require("react")), import_createOptimizedView = require("./createOptimizedView"), import_getBaseViews = require("./getBaseViews"), import_getRect = require("./helpers/getRect"), import_useElementLayout = require("./hooks/useElementLayout"), import_Pressability = require("./vendor/Pressability");
|
|
31
|
+
var import_react_native_media_driver = require("@tamagui/react-native-media-driver"), import_react_native_use_responder_events = require("@tamagui/react-native-use-responder-events"), import_web = require("@tamagui/web"), import_react = __toESM(require("react")), import_createOptimizedView = require("./createOptimizedView"), import_getBaseViews = require("./getBaseViews"), import_getRect = require("./helpers/getRect"), import_useElementLayout = require("./hooks/useElementLayout"), import_Pressability = require("./vendor/Pressability"), import_addNativeValidStyles = require("./addNativeValidStyles");
|
|
32
32
|
__reExport(index_exports, require("@tamagui/web"), module.exports);
|
|
33
33
|
__reExport(index_exports, require("./reactNativeTypes"), module.exports);
|
|
34
|
+
(0, import_addNativeValidStyles.addNativeValidStyles)();
|
|
34
35
|
var createTamagui = function(conf) {
|
|
35
36
|
return conf.media && (conf.media = (0, import_react_native_media_driver.createMedia)(conf.media)), (0, import_web.createTamagui)(conf);
|
|
36
37
|
}, baseViews = (0, import_getBaseViews.getBaseViews)();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Users/n8/tamagui/code/core/core/src/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;uCAA4B,+CAC5B,2CAAmC,uDAYnC,aAOO,yBACP,eAAkB,2BAElB,6BAAoC,kCACpC,sBAA6B,2BAC7B,iBAAwB,8BACxB,0BAAgD,qCAEhD,sBAAgC;
|
|
5
|
-
"names": ["createTamagui", "conf", "media", "createMedia", "createTamaguiWeb", "baseViews", "getBaseViews", "setupHooks", "setElementProps", "node", "measure", "callback", "measureLayout", "relativeToNode", "success", "measureInWindow", "setTimeout", "height", "left", "top", "width", "getRect", "usePropsTransform", "elementType", "propsIn", "stateRef", "willHydrate", "process", "isDOM", "onMoveShouldSetResponder", "onMoveShouldSetResponderCapture", "onResponderEnd", "onResponderGrant", "onResponderMove", "onResponderReject", "onResponderRelease", "onResponderStart", "onResponderTerminate", "onResponderTerminationRequest", "onScrollShouldSetResponder", "onScrollShouldSetResponderCapture", "onSelectionChangeShouldSetResponder", "onSelectionChangeShouldSetResponderCapture", "onStartShouldSetResponder", "onStartShouldSetResponderCapture", "collapsable", "focusable", "accessible", "accessibilityDisabled", "onLayout", "hrefAttrs", "plainDOMProps", "href", "download", "rel", "target", "useEvents", "viewProps", "events", "setStateShallow", "staticConfig", "pseudos", "onFocus", "onBlur", "isInput", "onPressIn", "onPressOut", "onPress", "inputEvents", "composeEventHandlers", "Object", "assign", "hitSlop", "pressability", "usePressability", "env", "NODE_ENV", "console", "info", "keys", "key", "og", "val", "dontComposePressabilityKeys", "useChildren", "children", "View", "createOptimizedView", "TAMAGUI_OPTIMIZE_NATIVE_VIEWS", "Text", "React", "createElement", "onClick", "WebView", "Stack", "WebStack", "WebText"]
|
|
4
|
+
"mappings": "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",
|
|
5
|
+
"names": ["addNativeValidStyles", "createTamagui", "conf", "media", "createMedia", "createTamaguiWeb", "baseViews", "getBaseViews", "setupHooks", "setElementProps", "node", "measure", "callback", "measureLayout", "relativeToNode", "success", "measureInWindow", "setTimeout", "height", "left", "top", "width", "getRect", "usePropsTransform", "elementType", "propsIn", "stateRef", "willHydrate", "process", "isDOM", "onMoveShouldSetResponder", "onMoveShouldSetResponderCapture", "onResponderEnd", "onResponderGrant", "onResponderMove", "onResponderReject", "onResponderRelease", "onResponderStart", "onResponderTerminate", "onResponderTerminationRequest", "onScrollShouldSetResponder", "onScrollShouldSetResponderCapture", "onSelectionChangeShouldSetResponder", "onSelectionChangeShouldSetResponderCapture", "onStartShouldSetResponder", "onStartShouldSetResponderCapture", "collapsable", "focusable", "accessible", "accessibilityDisabled", "onLayout", "hrefAttrs", "plainDOMProps", "href", "download", "rel", "target", "useEvents", "viewProps", "events", "setStateShallow", "staticConfig", "pseudos", "onFocus", "onBlur", "isInput", "onPressIn", "onPressOut", "onPress", "inputEvents", "composeEventHandlers", "Object", "assign", "hitSlop", "pressability", "usePressability", "env", "NODE_ENV", "console", "info", "keys", "key", "og", "val", "dontComposePressabilityKeys", "useChildren", "children", "View", "createOptimizedView", "TAMAGUI_OPTIMIZE_NATIVE_VIEWS", "Text", "React", "createElement", "onClick", "WebView", "Stack", "WebStack", "WebText"]
|
|
6
6
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["addNativeValidStyles"],"sources":["../../src/addNativeValidStyles.ts"],"sourcesContent":[null],"mappings":"AAAO,SAASA,qBAAA,EAAuB,CAEvC","ignoreList":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { validStyles, stylePropsAll } from "@tamagui/helpers";
|
|
2
|
+
import ReactNativeVersion from "react-native/Libraries/Core/ReactNativeVersion";
|
|
3
|
+
function addNativeValidStyles() {
|
|
4
|
+
if (ReactNativeVersion) {
|
|
5
|
+
var { version: { major, minor } } = ReactNativeVersion;
|
|
6
|
+
if (major === 0 && minor >= 77) {
|
|
7
|
+
var additional = {
|
|
8
|
+
boxSizing: !0,
|
|
9
|
+
mixBlendMode: !0,
|
|
10
|
+
outlineWidth: !0,
|
|
11
|
+
outlineStyle: !0,
|
|
12
|
+
outlineSpread: !0,
|
|
13
|
+
outlineColor: !0
|
|
14
|
+
};
|
|
15
|
+
Object.assign(validStyles, additional), Object.assign(stylePropsAll, additional);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
addNativeValidStyles
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=addNativeValidStyles.native.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/core/core/src/addNativeValidStyles.native.ts"],
|
|
4
|
+
"mappings": "AAAA,SAASA,aAAaC,qBAAqB;AAG3C,OAAOC,wBAAwB;AAIxB,SAASC,uBAAAA;AACd,MAAKD,oBACL;QAAM,EACJE,SAAS,EAAEC,OAAOC,MAAK,EAAE,IACvBJ;AAEJ,QAAIG,UAAU,KAAKC,SAAS,IAAI;AAC9B,UAAMC,aAAa;QACjBC,WAAW;QACXC,cAAc;QACdC,cAAc;QACdC,cAAc;QACdC,eAAe;QACfC,cAAc;MAChB;AAEAC,aAAOC,OAAOf,aAAaO,UAAAA,GAC3BO,OAAOC,OAAOd,eAAeM,UAAAA;IAC/B;;AACF;",
|
|
5
|
+
"names": ["validStyles", "stylePropsAll", "ReactNativeVersion", "addNativeValidStyles", "version", "major", "minor", "additional", "boxSizing", "mixBlendMode", "outlineWidth", "outlineStyle", "outlineSpread", "outlineColor", "Object", "assign"]
|
|
6
|
+
}
|
package/dist/esm/index.js
CHANGED
|
@@ -13,8 +13,10 @@ import { getBaseViews } from "./getBaseViews";
|
|
|
13
13
|
import { getRect } from "./helpers/getRect";
|
|
14
14
|
import { measureLayout, useElementLayout } from "./hooks/useElementLayout";
|
|
15
15
|
import "./vendor/Pressability";
|
|
16
|
+
import { addNativeValidStyles } from "./addNativeValidStyles";
|
|
16
17
|
export * from "@tamagui/web";
|
|
17
18
|
export * from "./reactNativeTypes";
|
|
19
|
+
addNativeValidStyles();
|
|
18
20
|
const createTamagui = (conf) => createTamaguiWeb(conf), baseViews = getBaseViews();
|
|
19
21
|
setupHooks({
|
|
20
22
|
getBaseViews,
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx"],
|
|
4
|
-
"mappings": "AAAA,OAA4B;AAC5B,SAAS,0BAA0B;AAYnC;AAAA,EACE,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AAAA,EAER,iBAAiB;AAAA,EACjB;AAAA,OACK;AACP,OAAkB;AAElB,OAAoC;AACpC,SAAS,oBAAoB;AAC7B,SAAS,eAAe;AACxB,SAAS,eAAe,wBAAwB;AAEhD,OAAgC;
|
|
4
|
+
"mappings": "AAAA,OAA4B;AAC5B,SAAS,0BAA0B;AAYnC;AAAA,EACE,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,QAAQ;AAAA,EAER,iBAAiB;AAAA,EACjB;AAAA,OACK;AACP,OAAkB;AAElB,OAAoC;AACpC,SAAS,oBAAoB;AAC7B,SAAS,eAAe;AACxB,SAAS,eAAe,wBAAwB;AAEhD,OAAgC;AAChC,SAAS,4BAA4B;AAkCrC,cAAc;AAGd,cAAc;AAlCd,qBAAqB;AAqCd,MAAM,gBAAyC,CAAC,SAM9C,iBAAiB,IAAI,GAGxB,YAAY,aAAa;AAI/B,WAAW;AAAA,EACT;AAAA,EAEA,iBAAiB,CAAC,SAAS;AAEzB,IAAI,QAAQ,CAAC,KAAK,YAEhB,KAAK,YAAY,CAAC,aAAa,cAAc,MAAM,MAAM,QAAQ,GAEjE,KAAK,kBAAkB,CAAC,gBAAgB,YACtC,cAAc,MAAqB,gBAAgB,OAAO,GAE5D,KAAK,oBAAoB,CAAC,aAAa;AACrC,iBAAW,MAAM;AACf,cAAM,EAAE,QAAQ,MAAM,KAAK,MAAM,IAAI,QAAQ,IAAmB;AAChE,iBAAS,MAAM,KAAK,OAAO,MAAM;AAAA,MACnC,GAAG,CAAC;AAAA,IACN;AAAA,EAEJ;AAAA,EAEA,kBAAkB,aAAa,SAAS,UAAU,aAAa;AACnB;AACxC,YAAM,QAAQ,OAAO,eAAgB,UAG/B;AAAA;AAAA,QAEJ;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA;AAAA,QAGA;AAAA,QACA;AAAA;AAAA,QAGA;AAAA,QACA;AAAA,QAEA;AAAA,QACA;AAAA,QAEA,GAAG;AAAA,MACL,IAAI;AAOJ,WALI,eAAe,WACjB,iBAAiB,UAAW,QAAqB,WAAb,MAA6B,GACjE,mBAAmB,UAAW,QAAoB,UAAZ,MAAmB,IAGvD,OAAO;AAET,YAAI,cAAc,QAAQ,WAAW;AACnC,gBAAM,EAAE,UAAU,KAAK,OAAO,IAAI;AAClC,UAAI,YAAY,SACd,cAAc,WAAW,WAEvB,QACF,cAAc,MAAM,MAElB,OAAO,UAAW,aACpB,cAAc,SAAS,OAAO,OAAO,CAAC,MAAM,MAAM,IAAI,MAAM,KAAK;AAAA,QAErE;AACA,eAAO;AAAA,MACT;AAAA,IACF;AAAA,EACF;AAAA,EAEA,UAAU,WAAW,QAAQ,EAAE,QAAQ,GAAG,iBAAiB,cAAc;AAAA,EA0DzE;AAwBF,CAAC;AAQM,MAAM,OAAO,SACP,QAAQ,UACR,OAAO;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -7,8 +7,10 @@ import { getBaseViews } from "./getBaseViews.mjs";
|
|
|
7
7
|
import { getRect } from "./helpers/getRect.mjs";
|
|
8
8
|
import { measureLayout, useElementLayout } from "./hooks/useElementLayout.mjs";
|
|
9
9
|
import "./vendor/Pressability.mjs";
|
|
10
|
+
import { addNativeValidStyles } from "./addNativeValidStyles.mjs";
|
|
10
11
|
export * from "@tamagui/web";
|
|
11
12
|
export * from "./reactNativeTypes.mjs";
|
|
13
|
+
addNativeValidStyles();
|
|
12
14
|
const createTamagui = conf => createTamaguiWeb(conf),
|
|
13
15
|
baseViews = getBaseViews();
|
|
14
16
|
setupHooks({
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useResponderEvents","Stack","WebStack","Text","WebText","View","WebView","createTamagui","createTamaguiWeb","setupHooks","getBaseViews","getRect","measureLayout","useElementLayout","conf","baseViews","setElementProps","node","measure","callback","relativeToNode","success","measureInWindow","setTimeout","height","left","top","width","usePropsTransform","elementType","propsIn","stateRef","willHydrate","isDOM","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","collapsable","focusable","accessible","accessibilityDisabled","onLayout","hrefAttrs","plainDOMProps","href","download","rel","target","charAt","useEvents","viewProps","events","pseudos","setStateShallow","staticConfig"],"sources":["../../src/index.tsx"],"sourcesContent":[null],"mappings":"AAAA,OAA4B;AAC5B,SAASA,kBAAA,QAA0B;AAYnC,SACEC,KAAA,IAASC,QAAA,EACTC,IAAA,IAAQC,OAAA,EACRC,IAAA,IAAQC,OAAA,EAERC,aAAA,IAAiBC,gBAAA,EACjBC,UAAA,QACK;AACP,OAAkB;AAElB,OAAoC;AACpC,SAASC,YAAA,QAAoB;AAC7B,SAASC,OAAA,QAAe;AACxB,SAASC,aAAA,EAAeC,gBAAA,QAAwB;AAEhD,OAAgC;
|
|
1
|
+
{"version":3,"names":["useResponderEvents","Stack","WebStack","Text","WebText","View","WebView","createTamagui","createTamaguiWeb","setupHooks","getBaseViews","getRect","measureLayout","useElementLayout","addNativeValidStyles","conf","baseViews","setElementProps","node","measure","callback","relativeToNode","success","measureInWindow","setTimeout","height","left","top","width","usePropsTransform","elementType","propsIn","stateRef","willHydrate","isDOM","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","collapsable","focusable","accessible","accessibilityDisabled","onLayout","hrefAttrs","plainDOMProps","href","download","rel","target","charAt","useEvents","viewProps","events","pseudos","setStateShallow","staticConfig"],"sources":["../../src/index.tsx"],"sourcesContent":[null],"mappings":"AAAA,OAA4B;AAC5B,SAASA,kBAAA,QAA0B;AAYnC,SACEC,KAAA,IAASC,QAAA,EACTC,IAAA,IAAQC,OAAA,EACRC,IAAA,IAAQC,OAAA,EAERC,aAAA,IAAiBC,gBAAA,EACjBC,UAAA,QACK;AACP,OAAkB;AAElB,OAAoC;AACpC,SAASC,YAAA,QAAoB;AAC7B,SAASC,OAAA,QAAe;AACxB,SAASC,aAAA,EAAeC,gBAAA,QAAwB;AAEhD,OAAgC;AAChC,SAASC,oBAAA,QAA4B;AAkCrC,cAAc;AAGd,cAAc;AAlCdA,oBAAA,CAAqB;AAqCd,MAAMP,aAAA,GAA0CQ,IAAA,IAM9CP,gBAAA,CAAiBO,IAAI;EAGxBC,SAAA,GAAYN,YAAA,CAAa;AAI/BD,UAAA,CAAW;EACTC,YAAA;EAEAO,eAAA,EAAkBC,IAAA,IAAS;IAErBA,IAAA,IAAQ,CAACA,IAAA,CAAKC,OAAA,KAEhBD,IAAA,CAAKC,OAAA,KAAaC,QAAA,IAAaR,aAAA,CAAcM,IAAA,EAAM,MAAME,QAAQ,GAEjEF,IAAA,CAAKN,aAAA,KAAkB,CAACS,cAAA,EAAgBC,OAAA,KACtCV,aAAA,CAAcM,IAAA,EAAqBG,cAAA,EAAgBC,OAAO,GAE5DJ,IAAA,CAAKK,eAAA,KAAqBH,QAAA,IAAa;MACrCI,UAAA,CAAW,MAAM;QACf,MAAM;UAAEC,MAAA;UAAQC,IAAA;UAAMC,GAAA;UAAKC;QAAM,IAAIjB,OAAA,CAAQO,IAAmB;QAChEE,QAAA,CAASM,IAAA,EAAMC,GAAA,EAAKC,KAAA,EAAOH,MAAM;MACnC,GAAG,CAAC;IACN;EAEJ;EAEAI,kBAAkBC,WAAA,EAAaC,OAAA,EAASC,QAAA,EAAUC,WAAA,EAAa;IACnB;MACxC,MAAMC,KAAA,GAAQ,OAAOJ,WAAA,IAAgB;QAG/B;UAAA;UAEJK,wBAAA;UACAC,+BAAA;UACAC,cAAA;UACAC,gBAAA;UACAC,eAAA;UACAC,iBAAA;UACAC,kBAAA;UACAC,gBAAA;UACAC,oBAAA;UACAC,6BAAA;UACAC,0BAAA;UACAC,iCAAA;UACAC,mCAAA;UACAC,0CAAA;UACAC,yBAAA;UACAC,gCAAA;UAAA;UAGAC,WAAA;UACAC,SAAA;UAAA;UAGAC,UAAA;UACAC,qBAAA;UAEAC,QAAA;UACAC,SAAA;UAEA,GAAGC;QACL,IAAI1B,OAAA;MAOJ,KALIE,WAAA,IAAeC,KAAA,MACjBrB,gBAAA,CAAiBmB,QAAA,EAAWE,KAAA,GAAqBqB,QAAA,GAAb,MAA6B,GACjEvD,kBAAA,CAAmBgC,QAAA,EAAWE,KAAA,GAAoBH,OAAA,GAAZ,MAAmB,IAGvDG,KAAA,EAAO;QAET,IAAIuB,aAAA,CAAcC,IAAA,IAAQF,SAAA,EAAW;UACnC,MAAM;YAAEG,QAAA;YAAUC,GAAA;YAAKC;UAAO,IAAIL,SAAA;UAC9BG,QAAA,IAAY,SACdF,aAAA,CAAcE,QAAA,GAAWA,QAAA,GAEvBC,GAAA,KACFH,aAAA,CAAcG,GAAA,GAAMA,GAAA,GAElB,OAAOC,MAAA,IAAW,aACpBJ,aAAA,CAAcI,MAAA,GAASA,MAAA,CAAOC,MAAA,CAAO,CAAC,MAAM,MAAM,IAAID,MAAM,KAAKA,MAAA;QAErE;QACA,OAAOJ,aAAA;MACT;IACF;EACF;EAEAM,UAAUC,SAAA,EAAWC,MAAA,EAAQ;IAAEC;EAAQ,GAAGC,eAAA,EAAiBC,YAAA,EAAc,CA0DzE;AAwBF,CAAC;AAQM,MAAM/D,IAAA,GAAOC,OAAA;EACPL,KAAA,GAAQC,QAAA;EACRC,IAAA,GAAOC,OAAA","ignoreList":[]}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -7,8 +7,10 @@ import { getBaseViews } from "./getBaseViews";
|
|
|
7
7
|
import { getRect } from "./helpers/getRect";
|
|
8
8
|
import { measureLayout } from "./hooks/useElementLayout";
|
|
9
9
|
import { usePressability } from "./vendor/Pressability";
|
|
10
|
+
import { addNativeValidStyles } from "./addNativeValidStyles";
|
|
10
11
|
export * from "@tamagui/web";
|
|
11
12
|
export * from "./reactNativeTypes";
|
|
13
|
+
addNativeValidStyles();
|
|
12
14
|
var createTamagui = function(conf) {
|
|
13
15
|
return conf.media && (conf.media = createMedia(conf.media)), createTamaguiWeb(conf);
|
|
14
16
|
}, baseViews = getBaseViews();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Users/n8/tamagui/code/core/core/src/index.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAASA,mBAAmB;AAC5B,OAAmC;AAYnC,SACEC,SAASC,UACTC,QAAQC,SACRC,QAAQC,SACRC,sBACAC,iBAAiBC,kBACjBC,kBACK;AACP,OAAOC,WAAW;AAElB,SAASC,2BAA2B;AACpC,SAASC,oBAAoB;AAC7B,SAASC,eAAe;AACxB,SAASC,qBAAuC;AAEhD,SAASC,uBAAuB;
|
|
5
|
-
"names": ["createMedia", "Stack", "WebStack", "Text", "WebText", "View", "WebView", "composeEventHandlers", "createTamagui", "createTamaguiWeb", "setupHooks", "React", "createOptimizedView", "getBaseViews", "getRect", "measureLayout", "usePressability", "conf", "media", "baseViews", "setElementProps", "node", "measure", "callback", "relativeToNode", "success", "measureInWindow", "setTimeout", "height", "left", "top", "width", "usePropsTransform", "elementType", "propsIn", "stateRef", "willHydrate", "process", "isDOM", "onMoveShouldSetResponder", "onMoveShouldSetResponderCapture", "onResponderEnd", "onResponderGrant", "onResponderMove", "onResponderReject", "onResponderRelease", "onResponderStart", "onResponderTerminate", "onResponderTerminationRequest", "onScrollShouldSetResponder", "onScrollShouldSetResponderCapture", "onSelectionChangeShouldSetResponder", "onSelectionChangeShouldSetResponderCapture", "onStartShouldSetResponder", "onStartShouldSetResponderCapture", "collapsable", "focusable", "accessible", "accessibilityDisabled", "onLayout", "hrefAttrs", "plainDOMProps", "href", "download", "rel", "target", "useEvents", "viewProps", "events", "setStateShallow", "staticConfig", "pseudos", "onFocus", "onBlur", "isInput", "onPressIn", "onPressOut", "onPress", "inputEvents", "Object", "assign", "hitSlop", "pressability", "env", "NODE_ENV", "console", "info", "keys", "key", "og", "val", "dontComposePressabilityKeys", "useChildren", "children", "TAMAGUI_OPTIMIZE_NATIVE_VIEWS", "createElement", "onClick"]
|
|
4
|
+
"mappings": "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",
|
|
5
|
+
"names": ["createMedia", "Stack", "WebStack", "Text", "WebText", "View", "WebView", "composeEventHandlers", "createTamagui", "createTamaguiWeb", "setupHooks", "React", "createOptimizedView", "getBaseViews", "getRect", "measureLayout", "usePressability", "addNativeValidStyles", "conf", "media", "baseViews", "setElementProps", "node", "measure", "callback", "relativeToNode", "success", "measureInWindow", "setTimeout", "height", "left", "top", "width", "usePropsTransform", "elementType", "propsIn", "stateRef", "willHydrate", "process", "isDOM", "onMoveShouldSetResponder", "onMoveShouldSetResponderCapture", "onResponderEnd", "onResponderGrant", "onResponderMove", "onResponderReject", "onResponderRelease", "onResponderStart", "onResponderTerminate", "onResponderTerminationRequest", "onScrollShouldSetResponder", "onScrollShouldSetResponderCapture", "onSelectionChangeShouldSetResponder", "onSelectionChangeShouldSetResponderCapture", "onStartShouldSetResponder", "onStartShouldSetResponderCapture", "collapsable", "focusable", "accessible", "accessibilityDisabled", "onLayout", "hrefAttrs", "plainDOMProps", "href", "download", "rel", "target", "useEvents", "viewProps", "events", "setStateShallow", "staticConfig", "pseudos", "onFocus", "onBlur", "isInput", "onPressIn", "onPressOut", "onPress", "inputEvents", "Object", "assign", "hitSlop", "pressability", "env", "NODE_ENV", "console", "info", "keys", "key", "og", "val", "dontComposePressabilityKeys", "useChildren", "children", "TAMAGUI_OPTIMIZE_NATIVE_VIEWS", "createElement", "onClick"]
|
|
6
6
|
}
|