tamagui 1.103.3 → 1.104.1
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/native.js +4 -1
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +4 -1
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -6725,7 +6725,7 @@ var require_expandStyle_native = __commonJS({
|
|
|
6725
6725
|
}
|
|
6726
6726
|
});
|
|
6727
6727
|
module2.exports = __toCommonJS2(expandStyle_exports);
|
|
6728
|
-
var import_constants4 = require_index_native6(), import_webToNativeProps = require_webToNativeProps_native();
|
|
6728
|
+
var import_constants4 = require_index_native6(), import_webToNativeProps = require_webToNativeProps_native(), import_config = require_config_native();
|
|
6729
6729
|
function _define_property9(obj, key, value) {
|
|
6730
6730
|
return key in obj ? Object.defineProperty(obj, key, {
|
|
6731
6731
|
value,
|
|
@@ -13043,6 +13043,9 @@ var require_TamaguiProvider_native = __commonJS({
|
|
|
13043
13043
|
return (0, import_react4.useEffect)(function() {
|
|
13044
13044
|
setMounted(!0);
|
|
13045
13045
|
}, []), import_constants4.isWeb ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", {
|
|
13046
|
+
style: {
|
|
13047
|
+
display: "contents"
|
|
13048
|
+
},
|
|
13046
13049
|
className: mounted ? "" : "t_unmounted",
|
|
13047
13050
|
children: props.children
|
|
13048
13051
|
}) : props.children;
|