tamagui 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 +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 +52 -52
package/dist/native.js
CHANGED
|
@@ -6514,7 +6514,10 @@ var require_Configuration_native = __commonJS({
|
|
|
6514
6514
|
Configuration: () => Configuration2
|
|
6515
6515
|
});
|
|
6516
6516
|
module2.exports = __toCommonJS2(Configuration_exports);
|
|
6517
|
-
var import_ComponentContext = require_ComponentContext_native(), import_jsx_runtime6 = require("react/jsx-runtime"), Configuration2 = (props) =>
|
|
6517
|
+
var import_react2 = require("react"), import_ComponentContext = require_ComponentContext_native(), import_jsx_runtime6 = require("react/jsx-runtime"), Configuration2 = (props) => {
|
|
6518
|
+
let current = (0, import_react2.useContext)(import_ComponentContext.ComponentContext);
|
|
6519
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_ComponentContext.ComponentContext.Provider, { ...current, ...props });
|
|
6520
|
+
};
|
|
6518
6521
|
}
|
|
6519
6522
|
});
|
|
6520
6523
|
|