@tamagui/core 1.104.2 → 1.105.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.
@@ -8753,8 +8753,8 @@ var require_createComponent_native = __commonJS({
8753
8753
  }
8754
8754
  var shouldAvoidClasses = !import_constants.isWeb;
8755
8755
  if (import_constants.isWeb) {
8756
- var disableClassName = props.disableClassName, isAnimatedAndHydrated = isAnimated && !supportsCSSVars && didHydrateOnce && !import_constants.isServer, isDisabledManually = disableClassName && !import_constants.isServer && didHydrateOnce && state.unmounted === !0;
8757
- (isAnimatedAndHydrated || isDisabledManually) && (shouldAvoidClasses = !0);
8756
+ var disableClassName = props.disableClassName, isAnimatedAndHydrated = isAnimated && !supportsCSSVars && didHydrateOnce && !import_constants.isServer, isClassNameDisabled = !staticConfig.acceptsClassName && (config.disableSSR || didHydrateOnce), isDisabledManually = disableClassName && !import_constants.isServer && didHydrateOnce && state.unmounted === !0;
8757
+ (isAnimatedAndHydrated || isDisabledManually || isClassNameDisabled) && (shouldAvoidClasses = !0);
8758
8758
  }
8759
8759
  var groupName = props.group;
8760
8760
  if (groupName && !curStateRef.group) {
@@ -9098,26 +9098,7 @@ var require_createComponent_native = __commonJS({
9098
9098
  children: content
9099
9099
  }));
9100
9100
  }
9101
- if (process.env.TAMAGUI_REACT_19) {
9102
- var rulesToInsert = splitStyles.rulesToInsert, keys = Object.keys(splitStyles.rulesToInsert);
9103
- keys.length && (content = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
9104
- children: [
9105
- content,
9106
- /* lets see if we can put a single style tag per rule for optimal de-duping */
9107
- keys.map(function(key3) {
9108
- var styleObject = rulesToInsert[key3], identifier = styleObject[import_helpers.StyleObjectIdentifier];
9109
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("style", {
9110
- // @ts-ignore
9111
- href: "t_".concat(identifier),
9112
- // @ts-ignore
9113
- precedence: "default",
9114
- children: styleObject[import_helpers.StyleObjectRules].join(`
9115
- `)
9116
- }, identifier);
9117
- })
9118
- ]
9119
- }));
9120
- }
9101
+ if (process.env.TAMAGUI_REACT_19 && !1) var rulesToInsert, keys;
9121
9102
  if (0) {
9122
9103
  var element1, title;
9123
9104
  if (import_constants.isWeb)