@primer/css 22.2.1 → 22.2.2-rc.3786794c

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @primer/css
2
2
 
3
+ ## 22.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3079](https://github.com/primer/css/pull/3079) [`d735d75`](https://github.com/primer/css/commit/d735d758679dc5161435e33a3cfc254168f39b8a) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Replace the universal `*` subject in the `.pagination` responsive rules with tag-bucketed selectors (`> a, > span, > em`). A universal subject compound (`.pagination > *`) forces Blink to test the rule against every direct child on every style recalc; bucketing by the actual child tags lets the engine fast-reject it, reducing wasted selector-matching time without changing the rendered output.
8
+
3
9
  ## 22.2.1
4
10
 
5
11
  ### Patch Changes