@tamagui/core 1.116.7 → 1.116.9

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.
@@ -3548,7 +3548,7 @@ var require_useTheme_native = __commonJS({
3548
3548
  }
3549
3549
  function getIsInversed(manager) {
3550
3550
  for (var isInversed = !1, cur = manager; cur; ) {
3551
- if (!cur.parentManager) return !1;
3551
+ if (!cur.parentManager) return isInversed;
3552
3552
  cur.parentManager.state.scheme !== cur.state.scheme && (isInversed = !isInversed), cur = cur.parentManager;
3553
3553
  }
3554
3554
  return !1;
@@ -8017,7 +8017,7 @@ var require_createComponent_native = __commonJS({
8017
8017
  isAnimated,
8018
8018
  willBeAnimated,
8019
8019
  styledContextProps
8020
- }, splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, (themeState == null || (_themeState_state = themeState.state) === null || _themeState_state === void 0 ? void 0 : _themeState_state.name) || "", state, styleProps, null, componentContext, elementType, debugProp);
8020
+ }, themeName = (themeState == null || (_themeState_state = themeState.state) === null || _themeState_state === void 0 ? void 0 : _themeState_state.name) || "", splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, themeName, state, styleProps, null, componentContext, elementType, debugProp);
8021
8021
  if (props.group && props.untilMeasured === "hide" && !curStateRef.hasMeasured) {
8022
8022
  var _splitStyles;
8023
8023
  (_splitStyles = splitStyles).style || (_splitStyles.style = {}), splitStyles.style.opacity = 0;