tamagui 1.123.11 → 1.123.13
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 +3 -3
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +3 -3
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/test.native.js
CHANGED
|
@@ -7727,7 +7727,7 @@ var require_themeable_native = __commonJS({
|
|
|
7727
7727
|
module2.exports = __toCommonJS2(themeable_exports);
|
|
7728
7728
|
var import_jsx_runtime6 = require("react/jsx-runtime"), import_react3 = __toESM2(require("react")), import_Theme = require_Theme_native();
|
|
7729
7729
|
function themeable3(Component, staticConfig) {
|
|
7730
|
-
var optimize = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1, withThemeComponent = function(props, ref) {
|
|
7730
|
+
var optimize = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1, withThemeComponent = /* @__PURE__ */ import_react3.default.forwardRef(function(props, ref) {
|
|
7731
7731
|
var { themeInverse, theme, componentName, themeReset, ...rest } = props, overriddenContextProps, context = staticConfig == null ? void 0 : staticConfig.context;
|
|
7732
7732
|
if (context) for (var key in context.props) {
|
|
7733
7733
|
var val = props[key];
|
|
@@ -7756,8 +7756,8 @@ var require_themeable_native = __commonJS({
|
|
|
7756
7756
|
});
|
|
7757
7757
|
}
|
|
7758
7758
|
return contents;
|
|
7759
|
-
}, withTheme = withThemeComponent;
|
|
7760
|
-
return withTheme.displayName = `Themed(${(Component == null ? void 0 : Component.displayName) || (Component == null ? void 0 : Component.name) || "Anonymous"})`,
|
|
7759
|
+
}), withTheme = withThemeComponent;
|
|
7760
|
+
return withTheme.displayName = `Themed(${(Component == null ? void 0 : Component.displayName) || (Component == null ? void 0 : Component.name) || "Anonymous"})`, withTheme;
|
|
7761
7761
|
}
|
|
7762
7762
|
}
|
|
7763
7763
|
});
|