@primer/css 19.5.0 → 19.5.1-rc.1ec8e7b2

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
+ ## 19.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1983](https://github.com/primer/css/pull/1983) [`07bc069e`](https://github.com/primer/css/commit/07bc069ec0faae9c0e4530e5171e3346fa643a10) Thanks [@simurai](https://github.com/simurai)! - Bump `primer/primitives` to `^7.5.1`
8
+
3
9
  ## 19.5.0
4
10
 
5
11
  ### Minor Changes
@@ -317,7 +323,7 @@
317
323
 
318
324
  ### Patch Changes
319
325
 
320
- - [#1540](https://github.com/primer/css/pull/1540) [`6b6e89a8`](https://github.com/primer/css/commit/6b6e89a8bff2319ef75d25217dafc272a5e597f0) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use standard lifecyle milestones for statuses.
326
+ - [#1540](https://github.com/primer/css/pull/1540) [`6b6e89a8`](https://github.com/primer/css/commit/6b6e89a8bff2319ef75d25217dafc272a5e597f0) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use standard lifecycle milestones for statuses.
321
327
 
322
328
  * [#1528](https://github.com/primer/css/pull/1528) [`303cacae`](https://github.com/primer/css/commit/303cacae77244a9e0de02b4caee2a8c01097aced) Thanks [@koddsson](https://github.com/koddsson)! - Convert package to a ES module
323
329
 
@@ -1,4 +1,4 @@
1
- // emtpy divider
1
+ // empty divider
2
2
 
3
3
  .ActionList-sectionDivider {
4
4
  // has children
@@ -121,7 +121,7 @@
121
121
  }
122
122
  // end copy
123
123
 
124
- // nesting (infinate levels)
124
+ // nesting (infinite levels)
125
125
  // target items inside expanded subgroup
126
126
  &[aria-expanded] {
127
127
  .ActionList--subGroup {