@tamagui/core 1.81.1 → 1.81.2

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 CHANGED
@@ -6678,7 +6678,10 @@ var require_Configuration_native = __commonJS({
6678
6678
  Configuration: () => Configuration
6679
6679
  });
6680
6680
  module2.exports = __toCommonJS2(Configuration_exports);
6681
- var import_ComponentContext = require_ComponentContext_native(), import_jsx_runtime = require("react/jsx-runtime"), Configuration = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ComponentContext.ComponentContext.Provider, { ...props });
6681
+ var import_react3 = require("react"), import_ComponentContext = require_ComponentContext_native(), import_jsx_runtime = require("react/jsx-runtime"), Configuration = (props) => {
6682
+ let current = (0, import_react3.useContext)(import_ComponentContext.ComponentContext);
6683
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ComponentContext.ComponentContext.Provider, { ...current, ...props });
6684
+ };
6682
6685
  }
6683
6686
  });
6684
6687