@tamagui/web 3.0.0-beta.891.1 → 3.0.0-beta.907.1

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.
@@ -794,6 +794,7 @@ var getSplitStyles = function(props, staticConfig, theme, themeName, componentSt
794
794
  }
795
795
  if (process.env.NODE_ENV === "development" && debug && debug !== "profile") (0, import_log.log)(`Found fontFamily native: ${style.fontFamily}`, faceInfo);
796
796
  }
797
+ if (styleState.style) styleState.style = (0, import_nativeStyleEngine.normalizeNativeStyle)(styleState.style);
797
798
  if (process.env.NODE_ENV === "development" && (debug === "profile" || globalThis.time)) time`split-styles-pre-result`;
798
799
  if (shouldTrackStyleTokenProvenance && styleState.style && styleState.tokenProvenance) {
799
800
  var provenance = {};
@@ -794,6 +794,7 @@ var getSplitStyles = function(props, staticConfig, theme, themeName, componentSt
794
794
  }
795
795
  if (process.env.NODE_ENV === "development" && debug && debug !== "profile") (0, import_log.log)(`Found fontFamily native: ${style.fontFamily}`, faceInfo);
796
796
  }
797
+ if (styleState.style) styleState.style = (0, import_nativeStyleEngine.normalizeNativeStyle)(styleState.style);
797
798
  if (process.env.NODE_ENV === "development" && (debug === "profile" || globalThis.time)) time`split-styles-pre-result`;
798
799
  if (shouldTrackStyleTokenProvenance && styleState.style && styleState.tokenProvenance) {
799
800
  var provenance = {};