@tamagui/core 2.0.0-rc.33 → 2.0.0-rc.34
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 +2 -2
- package/dist/cjs/index.native.js +3 -3
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/native.cjs +3 -0
- package/dist/test.native.cjs +3 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
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.native.js"),
|
|
41
|
+
import_getBaseViews = require("./getBaseViews.native.js"),
|
|
42
42
|
import_use_element_layout2 = require("@tamagui/use-element-layout");
|
|
43
|
-
__reExport(index_exports, require("./reactNativeTypes"), module.exports);
|
|
43
|
+
__reExport(index_exports, require("./reactNativeTypes.native.js"), 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":["__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":"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;EAAEM,UAAU,GAAGA,CAACZ,MAAM,EAAEa,GAAG,EAAEC,YAAY,MAAMT,WAAW,CAACL,MAAM,EAAEa,GAAG,EAAE,SAAS,CAAC,EAAEC,YAAY,IAAIT,WAAW,CAACS,YAAY,EAAED,GAAG,EAAE,SAAS,CAAC,CAAC;AAC/I,IAAIE,YAAY,GAAIF,GAAG,IAAKR,WAAW,CAAChB,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAE2B,KAAK,EAAE,CAAC;AAAE,CAAC,CAAC,EAAEH,GAAG,CAAC;AACxF,IAAII,aAAa,GAAG,CAAC,CAAC;AACtBlB,QAAQ,CAACkB,aAAa,EAAE;EACtBC,2BAA2B,EAAEA,CAAA,KAAMC,0BAA0B,CAACD,2BAA2B;EACzFE,eAAe,EAAEA,CAAA,KAAMA,eAAe;EACtCC,IAAI,EAAEA,CAAA,KAAMA,IAAI;EAChBC,IAAI,EAAEA,CAAA,KAAMA,IAAI;EAChBC,aAAa,EAAEA,CAAA,KAAMA,aAAa;EAClCC,kBAAkB,EAAEA,CAAA,KAAML,0BAA0B,CAACK,kBAAkB;EACvEC,mBAAmB,EAAEA,CAAA,KAAMN,0BAA0B,CAACM;AACxD,CAAC,CAAC;AACFC,MAAM,CAACC,OAAO,GAAGZ,YAAY,CAACE,aAAa,CAAC;AAC5C,IAAIW,kBAAkB,GAAGC,OAAO,CAAC,mBAAmB,CAAC;AACrDjB,UAAU,CAACK,aAAa,EAAEY,OAAO,CAAC,cAAc,CAAC,EAAEH,MAAM,CAACC,OAAO,CAAC;AAClE,IAAIG,gCAAgC,GAAGD,OAAO,CAAC,oCAAoC,CAAC;EAAEE,yBAAyB,GAAGF,OAAO,CAAC,6BAA6B,CAAC;EAAEG,UAAU,GAAGH,OAAO,CAAC,cAAc,CAAC;EAAEI,0BAA0B,GAAGJ,OAAO,CAAC,
|
|
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":[]}
|
package/dist/native.cjs
CHANGED
|
@@ -13504,6 +13504,9 @@ var init_defaultAnimationDriver_native = __esmMin((() => {
|
|
|
13504
13504
|
useAnimatedNumberStyle: function() {
|
|
13505
13505
|
return noAnimationDriver("useAnimatedNumberStyle");
|
|
13506
13506
|
},
|
|
13507
|
+
useAnimatedNumbersStyle: function() {
|
|
13508
|
+
return noAnimationDriver("useAnimatedNumbersStyle");
|
|
13509
|
+
},
|
|
13507
13510
|
useAnimatedNumberReaction: function() {
|
|
13508
13511
|
return noAnimationDriver("useAnimatedNumberReaction");
|
|
13509
13512
|
}
|
package/dist/test.native.cjs
CHANGED
|
@@ -4282,6 +4282,9 @@ var noAnimationDriver = function(method) {
|
|
|
4282
4282
|
useAnimatedNumberStyle: function() {
|
|
4283
4283
|
return noAnimationDriver("useAnimatedNumberStyle");
|
|
4284
4284
|
},
|
|
4285
|
+
useAnimatedNumbersStyle: function() {
|
|
4286
|
+
return noAnimationDriver("useAnimatedNumbersStyle");
|
|
4287
|
+
},
|
|
4285
4288
|
useAnimatedNumberReaction: function() {
|
|
4286
4289
|
return noAnimationDriver("useAnimatedNumberReaction");
|
|
4287
4290
|
}
|
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.34",
|
|
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.34",
|
|
83
|
+
"@tamagui/react-native-media-driver": "2.0.0-rc.34",
|
|
84
|
+
"@tamagui/react-native-use-pressable": "2.0.0-rc.34",
|
|
85
|
+
"@tamagui/use-element-layout": "2.0.0-rc.34",
|
|
86
|
+
"@tamagui/use-event": "2.0.0-rc.34",
|
|
87
|
+
"@tamagui/web": "2.0.0-rc.34"
|
|
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.34",
|
|
91
|
+
"@tamagui/native-bundle": "2.0.0-rc.34",
|
|
92
|
+
"@tamagui/react-native-web-lite": "2.0.0-rc.34",
|
|
93
93
|
"@testing-library/react": "^16.1.0",
|
|
94
94
|
"csstype": "^3.0.10",
|
|
95
95
|
"react": ">=19",
|