@primer/components 0.0.0-20211030141453 → 0.0.0-20211030142943
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,10 +1,12 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-20211030142943
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
-
|
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
|
8
|
+
|
9
|
+
* Fake entry to force publishing
|
8
10
|
|
9
11
|
## 32.1.0
|
10
12
|
|
package/dist/browser.esm.js
CHANGED
@@ -549,7 +549,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
549
549
|
rect {
|
550
550
|
fill: ${({selected:e})=>It(e?"colors.accent.fg":"colors.canvas.default")};
|
551
551
|
stroke: ${({selected:e})=>It(e?"colors.accent.fg":"colors.border.default")};
|
552
|
-
shape-rendering: auto; // this is a workaround to override global style in github/github
|
552
|
+
shape-rendering: auto; // this is a workaround to override global style in github/github, see primer/react#1666
|
553
553
|
}
|
554
554
|
path {
|
555
555
|
fill: ${It("colors.fg.onEmphasis")};
|