@primer/components 0.0.0-20211030142943 → 0.0.0-20211030161952

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,13 +1,15 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-20211030142943
3
+ ## 0.0.0-20211030161952
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1668](https://github.com/primer/react/pull/1668) [`912d2b2b`](https://github.com/primer/react/commit/912d2b2b98bfa635f59286c87c5e60f18ba5b134) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix multiple selection svg by overriding global shape-rendering for github.com
7
+ - [#1668](https://github.com/primer/react/pull/1668) [`98dc6336`](https://github.com/primer/react/commit/98dc633674b793edfa4fbeb88fd239e6ca40544e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix multiple selection svg by overriding global shape-rendering for github.com
8
8
 
9
9
  * Fake entry to force publishing
10
10
 
11
+ - [#1596](https://github.com/primer/react/pull/1596) [`5c6dc644`](https://github.com/primer/react/commit/5c6dc644c1e68b36d309deac653aca189f1fa624) Thanks [@dmarcey](https://github.com/dmarcey)! - Fix alignment of items in ActionList (single-select) if some of the items have wrapping text.
12
+
11
13
  ## 32.1.0
12
14
 
13
15
  ### Minor Changes
@@ -517,13 +517,13 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
517
517
  display: flex;
518
518
  justify-content: center;
519
519
  align-items: center;
520
+ flex-shrink: 0;
520
521
  `,Ca=g(Ea)`
521
522
  svg {
522
523
  fill: ${({variant:e,disabled:t})=>Ba(e,t).iconColor};
523
524
  font-size: ${It("fontSizes.0")};
524
525
  }
525
526
  `,za=g(Ca)`
526
- flex-shrink: 0;
527
527
  display: flex;
528
528
  flex-direction: column;
529
529
  justify-content: center;