@tamagui/core 1.112.24 → 1.112.25

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
@@ -10859,9 +10859,9 @@ var require_useProps_native = __commonJS({
10859
10859
  componentName: staticConfig.componentName,
10860
10860
  name: "theme" in props ? props.theme : void 0,
10861
10861
  inverse: "themeInverse" in props ? props.themeInverse : void 0
10862
- }), componentContext = import_react3.default.useContext(import_ComponentContext.ComponentContext), { state, disabled, setStateShallow } = (0, import_useComponentState.useComponentState)(props, componentContext, staticConfig, (0, import_config.getConfig)()), media = (0, import_useMedia.useMedia)(), splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, ((_themeState_state = themeState.state) === null || _themeState_state === void 0 ? void 0 : _themeState_state.name) || "", state, {
10862
+ }), componentContext = import_react3.default.useContext(import_ComponentContext.ComponentContext), { state, disabled, setStateShallow } = (0, import_useComponentState.useComponentState)(props, componentContext, staticConfig, (0, import_config.getConfig)()), mediaState2 = (0, import_useMedia.useMedia)(), splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, ((_themeState_state = themeState.state) === null || _themeState_state === void 0 ? void 0 : _themeState_state.name) || "", state, {
10863
10863
  isAnimated: !1,
10864
- mediaState: media,
10864
+ mediaState: mediaState2,
10865
10865
  noSkip: !0,
10866
10866
  noMergeStyle: !0,
10867
10867
  noClassNames: !0,
@@ -10897,7 +10897,7 @@ var require_useProps_native = __commonJS({
10897
10897
  splitStyles.viewProps,
10898
10898
  splitStyles.style || {},
10899
10899
  theme,
10900
- media
10900
+ mediaState2
10901
10901
  ];
10902
10902
  }
10903
10903
  }