@primer/components 0.0.0-2021103205322 → 0.0.0-2021103213523
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 +2 -2
- package/dist/browser.esm.js +2 -8
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +2 -8
- package/dist/browser.umd.js.map +1 -1
- package/lib/LabelGroup.d.ts +2 -1
- package/lib/LabelGroup.js +1 -1
- package/lib/Popover.d.ts +4 -5
- package/lib/Popover.js +4 -5
- package/lib-esm/LabelGroup.d.ts +2 -1
- package/lib-esm/LabelGroup.js +2 -2
- package/lib-esm/Popover.d.ts +4 -5
- package/lib-esm/Popover.js +4 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-2021103213523
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [#
|
7
|
+
- [#1570](https://github.com/primer/react/pull/1570) [`a4467d30`](https://github.com/primer/react/commit/a4467d30d700c8a0a113aa4987b054f7c29bd7eb) Thanks [@jfuchs](https://github.com/jfuchs)! - Popover no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal.
|
8
8
|
|
9
9
|
### Minor Changes
|
10
10
|
|
package/dist/browser.esm.js
CHANGED
@@ -1147,6 +1147,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1147
1147
|
${It};
|
1148
1148
|
${rr};
|
1149
1149
|
`;Ci.defaultProps={theme:x};var zi=Ci;var Ni=f.span`
|
1150
|
+
${It}
|
1150
1151
|
& * {
|
1151
1152
|
margin-right: ${Nt("space.1")};
|
1152
1153
|
}
|
@@ -1307,12 +1308,8 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1307
1308
|
position: ${e=>e.relative?"relative":"absolute"};
|
1308
1309
|
z-index: 100;
|
1309
1310
|
display: ${e=>e.open?"block":"none"};
|
1310
|
-
|
1311
|
-
${It};
|
1312
|
-
${Lt};
|
1313
|
-
${Ot};
|
1314
1311
|
${rr};
|
1315
|
-
`,Vi=f
|
1312
|
+
`,Vi=f.div`
|
1316
1313
|
border: 1px solid ${Nt("colors.border.default")};
|
1317
1314
|
border-radius: ${Nt("radii.2")};
|
1318
1315
|
position: relative;
|
@@ -1322,9 +1319,6 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1322
1319
|
padding: ${Nt("space.4")};
|
1323
1320
|
background-color: ${Nt("colors.canvas.overlay")};
|
1324
1321
|
|
1325
|
-
${It};
|
1326
|
-
${Lt};
|
1327
|
-
|
1328
1322
|
// Carets
|
1329
1323
|
&::before,
|
1330
1324
|
&::after {
|