@tamagui/core 1.88.3 → 1.88.5
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
- package/src/index.tsx +2 -2
- package/types/index.d.ts +2 -2
- package/types/index.d.ts.map +1 -1
package/dist/test.native.js
CHANGED
|
@@ -5857,7 +5857,7 @@ var require_internalWithTheme_native = __commonJS({
|
|
|
5857
5857
|
module2.exports = __toCommonJS2(internalWithTheme_exports);
|
|
5858
5858
|
var import_useTheme = require_useTheme_native(), import_jsx_runtime = require("react/jsx-runtime"), internalWithTheme = (Component, styleProvider) => (props) => {
|
|
5859
5859
|
let { expressions, ...rest } = props, theme = (0, import_useTheme.useTheme)();
|
|
5860
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme,
|
|
5860
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme, expressions), ...rest });
|
|
5861
5861
|
};
|
|
5862
5862
|
}
|
|
5863
5863
|
});
|