@tamagui/core 1.89.19 → 1.89.20

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.
@@ -4134,7 +4134,7 @@ var require_getSplitStyles_native = __commonJS({
4134
4134
  !1,
4135
4135
  priority
4136
4136
  );
4137
- `${style.property}${PROP_SPLIT}${mediaKeyShort}` in usedKeys || out.identifier;
4137
+ `${style.property}${PROP_SPLIT}${mediaKeyShort}${style.pseudo || ""}` in usedKeys || out.identifier;
4138
4138
  }
4139
4139
  } else {
4140
4140
  let isThemeMedia = isMedia === "theme", isGroupMedia = isMedia === "group";