@tamagui/core 2.0.0-rc.32 → 2.0.0-rc.33
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
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
afterBuild completed in [33m218[39m ms
|
|
1
|
+
$ tamagui-build
|
|
2
|
+
built @tamagui/core in 690 ms
|
|
3
|
+
Running afterBuild script...
|
|
4
|
+
afterBuild completed in 284 ms
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -37,10 +37,10 @@ __reExport(index_exports, require("@tamagui/web"), module.exports);
|
|
|
37
37
|
var import_react_native_media_driver = require("@tamagui/react-native-media-driver"),
|
|
38
38
|
import_use_element_layout = require("@tamagui/use-element-layout"),
|
|
39
39
|
import_web = require("@tamagui/web"),
|
|
40
|
-
import_createOptimizedView = require("./createOptimizedView
|
|
41
|
-
import_getBaseViews = require("./getBaseViews
|
|
40
|
+
import_createOptimizedView = require("./createOptimizedView"),
|
|
41
|
+
import_getBaseViews = require("./getBaseViews"),
|
|
42
42
|
import_use_element_layout2 = require("@tamagui/use-element-layout");
|
|
43
|
-
__reExport(index_exports, require("./reactNativeTypes
|
|
43
|
+
__reExport(index_exports, require("./reactNativeTypes"), module.exports);
|
|
44
44
|
var TamaguiProvider = function (props) {
|
|
45
45
|
return (0, import_web.useIsomorphicLayoutEffect)(function () {
|
|
46
46
|
(0, import_use_element_layout.enable)();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__reExport","mod","secondTarget","__toCommonJS","value","index_exports","LayoutMeasurementController","import_use_element_layout2","TamaguiProvider","Text","View","createTamagui","registerLayoutNode","setOnLayoutStrategy","module","exports","import_jsx_runtime","require","import_react_native_media_driver","import_use_element_layout","import_web","import_createOptimizedView","import_getBaseViews","props","useIsomorphicLayoutEffect","enable","jsx","conf","media","createMedia","baseViews","getBaseViews","setupHooks","setElementProps","node","measure","_node","_node1","_node2","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","useChildren","children","viewProps","process","env","NODE_ENV","TextAncestor","createOptimizedView"],"sources":["index.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: !0 });\n}, __copyProps = (to, from, except, desc) => {\n if (from && typeof from == \"object\" || typeof from == \"function\")\n for (let key of __getOwnPropNames(from))\n !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n return to;\n}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, \"default\"), secondTarget && __copyProps(secondTarget, mod, \"default\"));\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: !0 }), mod);\nvar index_exports = {};\n__export(index_exports, {\n LayoutMeasurementController: () => import_use_element_layout2.LayoutMeasurementController,\n TamaguiProvider: () => TamaguiProvider,\n Text: () => Text,\n View: () => View,\n createTamagui: () => createTamagui,\n registerLayoutNode: () => import_use_element_layout2.registerLayoutNode,\n setOnLayoutStrategy: () => import_use_element_layout2.setOnLayoutStrategy\n});\nmodule.exports = __toCommonJS(index_exports);\nvar import_jsx_runtime = require(\"react/jsx-runtime\");\n__reExport(index_exports, require(\"@tamagui/web\"), module.exports);\nvar import_react_native_media_driver = require(\"@tamagui/react-native-media-driver\"), import_use_element_layout = require(\"@tamagui/use-element-layout\"), import_web = require(\"@tamagui/web\"), import_createOptimizedView = require(\"./createOptimizedView\"), import_getBaseViews = require(\"./getBaseViews\"), import_use_element_layout2 = require(\"@tamagui/use-element-layout\");\n__reExport(index_exports, require(\"./reactNativeTypes\"), module.exports);\nvar TamaguiProvider = function(props) {\n return (0, import_web.useIsomorphicLayoutEffect)(function() {\n (0, import_use_element_layout.enable)();\n }, []), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_web.TamaguiProvider, {\n ...props\n });\n}, createTamagui = function(conf) {\n return conf.media && (conf.media = (0, import_react_native_media_driver.createMedia)(conf.media)), (0, import_web.createTamagui)(conf);\n}, baseViews = (0, import_getBaseViews.getBaseViews)();\n(0, import_web.setupHooks)({\n getBaseViews: import_getBaseViews.getBaseViews,\n setElementProps: function(node) {\n if (0 && node && !node.measure)\n var _node, _node1, _node2;\n },\n usePropsTransform(elementType, propsIn, stateRef, willHydrate) {\n if (0) {\n var isDOM, onMoveShouldSetResponder, onMoveShouldSetResponderCapture, onResponderEnd, onResponderGrant, onResponderMove, onResponderReject, onResponderRelease, onResponderStart, onResponderTerminate, onResponderTerminationRequest, onScrollShouldSetResponder, onScrollShouldSetResponderCapture, onSelectionChangeShouldSetResponder, onSelectionChangeShouldSetResponderCapture, onStartShouldSetResponder, onStartShouldSetResponderCapture, collapsable, focusable, accessible, accessibilityDisabled, onLayout, hrefAttrs, plainDOMProps;\n if (isDOM && plainDOMProps.href && hrefAttrs)\n var download, rel, target;\n }\n },\n useChildren(elementType, children, viewProps) {\n if (process.env.NODE_ENV !== \"test\" && elementType === baseViews.View && baseViews.TextAncestor)\n return (0, import_createOptimizedView.createOptimizedView)(children, viewProps, baseViews);\n }\n});\nvar View = import_web.View, Text = import_web.Text;\n//# sourceMappingURL=index.js.map\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","inject_styles_exports","injectStyles","module","exports","stylesheets","param","filePath","css","stylesheet","styleEl","document","createElement","setAttribute","head","appendChild","innerHTML"],"sources":["inject-styles.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: !0 });\n}, __copyProps = (to, from, except, desc) => {\n if (from && typeof from == \"object\" || typeof from == \"function\")\n for (let key of __getOwnPropNames(from))\n !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: !0 }), mod);\nvar inject_styles_exports = {};\n__export(inject_styles_exports, {\n injectStyles: () => injectStyles\n});\nmodule.exports = __toCommonJS(inject_styles_exports);\nvar stylesheets = {}, injectStyles = function(param) {\n var { filePath, css } = param, stylesheet = stylesheets[filePath];\n if (!stylesheet) {\n var styleEl = document.createElement(\"style\");\n styleEl.setAttribute(\"data-file\", filePath), styleEl.setAttribute(\"type\", \"text/css\"), stylesheet = stylesheets[filePath] = styleEl, document.head.appendChild(styleEl);\n }\n stylesheet.innerHTML = css;\n};\n//# sourceMappingURL=inject-styles.js.map\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAGC,MAAM,CAACC,cAAc;AACrC,IAAIC,gBAAgB,GAAGF,MAAM,CAACG,wBAAwB;AACtD,IAAIC,iBAAiB,GAAGJ,MAAM,CAACK,mBAAmB;AAClD,IAAIC,YAAY,GAAGN,MAAM,CAACO,SAAS,CAACC,cAAc;AAClD,IAAIC,QAAQ,GAAGA,CAACC,MAAM,EAAEC,GAAG,KAAK;IAC9B,KAAK,IAAIC,IAAI,IAAID,GAAG,EAClBZ,SAAS,CAACW,MAAM,EAAEE,IAAI,EAAE;MAAEC,GAAG,EAAEF,GAAG,CAACC,IAAI,CAAC;MAAEE,UAAU,EAAE,CAAC;IAAE,CAAC,CAAC;EAC/D,CAAC;EAAEC,WAAW,GAAGA,CAACC,EAAE,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,KAAK;IAC3C,IAAIF,IAAI,IAAI,OAAOA,IAAI,IAAI,QAAQ,IAAI,OAAOA,IAAI,IAAI,UAAU,EAC9D,KAAK,IAAIG,GAAG,IAAIhB,iBAAiB,CAACa,IAAI,CAAC,EACrC,CAACX,YAAY,CAACe,IAAI,CAACL,EAAE,EAAEI,GAAG,CAAC,IAAIA,GAAG,KAAKF,MAAM,IAAInB,SAAS,CAACiB,EAAE,EAAEI,GAAG,EAAE;MAAEP,GAAG,EAAEA,CAAA,KAAMI,IAAI,CAACG,GAAG,CAAC;MAAEN,UAAU,EAAE,EAAEK,IAAI,GAAGjB,gBAAgB,CAACe,IAAI,EAAEG,GAAG,CAAC,CAAC,IAAID,IAAI,CAACL;IAAW,CAAC,CAAC;IACvK,OAAOE,EAAE;EACX,CAAC;AACD,IAAIM,YAAY,GAAIC,GAAG,IAAKR,WAAW,CAAChB,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAEyB,KAAK,EAAE,CAAC;AAAE,CAAC,CAAC,EAAED,GAAG,CAAC;AACxF,IAAIE,qBAAqB,GAAG,CAAC,CAAC;AAC9BhB,QAAQ,CAACgB,qBAAqB,EAAE;EAC9BC,YAAY,EAAEA,CAAA,KAAMA;AACtB,CAAC,CAAC;AACFC,MAAM,CAACC,OAAO,GAAGN,YAAY,CAACG,qBAAqB,CAAC;AACpD,IAAII,WAAW,GAAG,CAAC,CAAC;EAAEH,YAAY,GAAG,SAAAA,CAASI,KAAK,EAAE;IACnD,IAAI;QAAEC,QAAQ;QAAEC;MAAI,CAAC,GAAGF,KAAK;MAAEG,UAAU,GAAGJ,WAAW,CAACE,QAAQ,CAAC;IACjE,IAAI,CAACE,UAAU,EAAE;MACf,IAAIC,OAAO,GAAGC,QAAQ,CAACC,aAAa,CAAC,OAAO,CAAC;MAC7CF,OAAO,CAACG,YAAY,CAAC,WAAW,EAAEN,QAAQ,CAAC,EAAEG,OAAO,CAACG,YAAY,CAAC,MAAM,EAAE,UAAU,CAAC,EAAEJ,UAAU,GAAGJ,WAAW,CAACE,QAAQ,CAAC,GAAGG,OAAO,EAAEC,QAAQ,CAACG,IAAI,CAACC,WAAW,CAACL,OAAO,CAAC;IACzK;IACAD,UAAU,CAACO,SAAS,GAAGR,GAAG;EAC5B,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__copyProps","to","from","except","desc","key","call","get","enumerable","__toCommonJS","mod","value","reactNativeTypes_exports","module","exports"],"sources":["reactNativeTypes.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from == \"object\" || typeof from == \"function\")\n for (let key of __getOwnPropNames(from))\n !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: !0 }), mod);\nvar reactNativeTypes_exports = {};\nmodule.exports = __toCommonJS(reactNativeTypes_exports);\n//# sourceMappingURL=reactNativeTypes.js.map\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAGC,MAAM,CAACC,cAAc;AACrC,IAAIC,gBAAgB,GAAGF,MAAM,CAACG,wBAAwB;AACtD,IAAIC,iBAAiB,GAAGJ,MAAM,CAACK,mBAAmB;AAClD,IAAIC,YAAY,GAAGN,MAAM,CAACO,SAAS,CAACC,cAAc;AAClD,IAAIC,WAAW,GAAGA,CAACC,EAAE,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,KAAK;EAC5C,IAAIF,IAAI,IAAI,OAAOA,IAAI,IAAI,QAAQ,IAAI,OAAOA,IAAI,IAAI,UAAU,EAC9D,KAAK,IAAIG,GAAG,IAAIV,iBAAiB,CAACO,IAAI,CAAC,EACrC,CAACL,YAAY,CAACS,IAAI,CAACL,EAAE,EAAEI,GAAG,CAAC,IAAIA,GAAG,KAAKF,MAAM,IAAIb,SAAS,CAACW,EAAE,EAAEI,GAAG,EAAE;IAAEE,GAAG,EAAEA,CAAA,KAAML,IAAI,CAACG,GAAG,CAAC;IAAEG,UAAU,EAAE,EAAEJ,IAAI,GAAGX,gBAAgB,CAACS,IAAI,EAAEG,GAAG,CAAC,CAAC,IAAID,IAAI,CAACI;EAAW,CAAC,CAAC;EACvK,OAAOP,EAAE;AACX,CAAC;AACD,IAAIQ,YAAY,GAAIC,GAAG,IAAKV,WAAW,CAACV,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAEqB,KAAK,EAAE,CAAC;AAAE,CAAC,CAAC,EAAED,GAAG,CAAC;AACxF,IAAIE,wBAAwB,GAAG,CAAC,CAAC;AACjCC,MAAM,CAACC,OAAO,GAAGL,YAAY,CAACG,wBAAwB,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/core",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.33",
|
|
4
4
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
"clean:build": "tamagui-build clean:build"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@tamagui/helpers": "2.0.0-rc.
|
|
83
|
-
"@tamagui/react-native-media-driver": "2.0.0-rc.
|
|
84
|
-
"@tamagui/react-native-use-pressable": "2.0.0-rc.
|
|
85
|
-
"@tamagui/use-element-layout": "2.0.0-rc.
|
|
86
|
-
"@tamagui/use-event": "2.0.0-rc.
|
|
87
|
-
"@tamagui/web": "2.0.0-rc.
|
|
82
|
+
"@tamagui/helpers": "2.0.0-rc.33",
|
|
83
|
+
"@tamagui/react-native-media-driver": "2.0.0-rc.33",
|
|
84
|
+
"@tamagui/react-native-use-pressable": "2.0.0-rc.33",
|
|
85
|
+
"@tamagui/use-element-layout": "2.0.0-rc.33",
|
|
86
|
+
"@tamagui/use-event": "2.0.0-rc.33",
|
|
87
|
+
"@tamagui/web": "2.0.0-rc.33"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@tamagui/build": "2.0.0-rc.
|
|
91
|
-
"@tamagui/native-bundle": "2.0.0-rc.
|
|
92
|
-
"@tamagui/react-native-web-lite": "2.0.0-rc.
|
|
90
|
+
"@tamagui/build": "2.0.0-rc.33",
|
|
91
|
+
"@tamagui/native-bundle": "2.0.0-rc.33",
|
|
92
|
+
"@tamagui/react-native-web-lite": "2.0.0-rc.33",
|
|
93
93
|
"@testing-library/react": "^16.1.0",
|
|
94
94
|
"csstype": "^3.0.10",
|
|
95
95
|
"react": ">=19",
|