@tamagui/core 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.
@@ -6260,7 +6260,7 @@ var require_expandStyle_native = __commonJS({
6260
6260
  }
6261
6261
  });
6262
6262
  module2.exports = __toCommonJS2(expandStyle_exports);
6263
- var import_constants = require_index_native3(), import_webToNativeProps = require_webToNativeProps_native();
6263
+ var import_constants = require_index_native3(), import_webToNativeProps = require_webToNativeProps_native(), import_config = require_config_native();
6264
6264
  function _define_property2(obj, key, value) {
6265
6265
  return key in obj ? Object.defineProperty(obj, key, {
6266
6266
  value,
@@ -12108,6 +12108,9 @@ var require_TamaguiProvider_native = __commonJS({
12108
12108
  return (0, import_react3.useEffect)(function() {
12109
12109
  setMounted(!0);
12110
12110
  }, []), import_constants.isWeb ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
12111
+ style: {
12112
+ display: "contents"
12113
+ },
12111
12114
  className: mounted ? "" : "t_unmounted",
12112
12115
  children: props.children
12113
12116
  }) : props.children;