@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.
@@ -54,7 +54,7 @@ const Selection = ({
54
54
  rect: {
55
55
  fill: selected ? 'accent.fg' : 'canvas.default',
56
56
  stroke: selected ? 'accent.fg' : 'border.default',
57
- shapeRendering: 'auto' // this is a workaround to override global style in github/github
57
+ shapeRendering: 'auto' // this is a workaround to override global style in github/github, see primer/react#1666
58
58
 
59
59
  },
60
60
  path: {
@@ -38,7 +38,7 @@ export const Selection = ({
38
38
  rect: {
39
39
  fill: selected ? 'accent.fg' : 'canvas.default',
40
40
  stroke: selected ? 'accent.fg' : 'border.default',
41
- shapeRendering: 'auto' // this is a workaround to override global style in github/github
41
+ shapeRendering: 'auto' // this is a workaround to override global style in github/github, see primer/react#1666
42
42
 
43
43
  },
44
44
  path: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-20211030141453",
3
+ "version": "0.0.0-20211030142943",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",