@tamagui/core 1.89.19 → 1.89.21-1707774440646

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
@@ -4358,7 +4358,7 @@ current`, {
4358
4358
  !1,
4359
4359
  priority
4360
4360
  );
4361
- process.env.NODE_ENV === "development" && debug === "verbose" && (0, import_log.log)("\u{1F4FA} media style:", out), `${style.property}${PROP_SPLIT}${mediaKeyShort}` in usedKeys || out.identifier;
4361
+ process.env.NODE_ENV === "development" && debug === "verbose" && (0, import_log.log)("\u{1F4FA} media style:", out), `${style.property}${PROP_SPLIT}${mediaKeyShort}${style.pseudo || ""}` in usedKeys || out.identifier;
4362
4362
  }
4363
4363
  } else {
4364
4364
  let isThemeMedia = isMedia === "theme", isGroupMedia = isMedia === "group";
@@ -6307,9 +6307,9 @@ var require_proxyThemeVariables_native = __commonJS({
6307
6307
  }
6308
6308
  });
6309
6309
 
6310
- // ../web/dist/cjs/internalWithTheme.native.js
6311
- var require_internalWithTheme_native = __commonJS({
6312
- "../web/dist/cjs/internalWithTheme.native.js"(exports2, module2) {
6310
+ // ../web/dist/cjs/_withStableStyle.native.js
6311
+ var require_withStableStyle_native = __commonJS({
6312
+ "../web/dist/cjs/_withStableStyle.native.js"(exports2, module2) {
6313
6313
  "use strict";
6314
6314
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
6315
6315
  for (var name in all)
@@ -6319,12 +6319,12 @@ var require_internalWithTheme_native = __commonJS({
6319
6319
  for (let key of __getOwnPropNames2(from))
6320
6320
  !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
6321
6321
  return to;
6322
- }, __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), internalWithTheme_exports = {};
6323
- __export2(internalWithTheme_exports, {
6324
- internalWithTheme: () => internalWithTheme
6322
+ }, __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), withStableStyle_exports = {};
6323
+ __export2(withStableStyle_exports, {
6324
+ _withStableStyle: () => _withStableStyle
6325
6325
  });
6326
- module2.exports = __toCommonJS2(internalWithTheme_exports);
6327
- var import_useTheme = require_useTheme_native(), import_jsx_runtime = require("react/jsx-runtime"), internalWithTheme = (Component, styleProvider) => (props) => {
6326
+ module2.exports = __toCommonJS2(withStableStyle_exports);
6327
+ var import_useTheme = require_useTheme_native(), import_jsx_runtime = require("react/jsx-runtime"), _withStableStyle = (Component, styleProvider) => (props) => {
6328
6328
  let { _expressions = [], ...rest } = props, theme = (0, import_useTheme.useTheme)();
6329
6329
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { style: styleProvider(theme, _expressions), ...rest });
6330
6330
  };
@@ -6860,7 +6860,7 @@ var require_index_native9 = __commonJS({
6860
6860
  __reExport2(src_exports2, require_themeable_native(), module2.exports);
6861
6861
  __reExport2(src_exports2, require_themes_native(), module2.exports);
6862
6862
  __reExport2(src_exports2, require_transformsToString_native(), module2.exports);
6863
- __reExport2(src_exports2, require_internalWithTheme_native(), module2.exports);
6863
+ __reExport2(src_exports2, require_withStableStyle_native(), module2.exports);
6864
6864
  var import_useMedia = require_useMedia_native();
6865
6865
  __reExport2(src_exports2, require_useTheme_native(), module2.exports);
6866
6866
  __reExport2(src_exports2, require_useThemeName_native(), module2.exports);