@primer/components 0.0.0-202110320457 → 0.0.0-2021103211532
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 +287 -282
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +292 -287
- package/dist/browser.umd.js.map +1 -1
- package/lib/Header.d.ts +7 -6
- package/lib/Header.js +4 -4
- package/lib/Pagination/Pagination.js +1 -1
- package/lib-esm/Header.d.ts +7 -6
- package/lib-esm/Header.js +5 -5
- package/lib-esm/Pagination/Pagination.js +2 -2
- 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-2021103211532
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [
|
7
|
+
- [`a1c9f550`](https://github.com/primer/react/commit/a1c9f550650e72809f08a488baa3cbfd496c9861) Thanks [@jfuchs](https://github.com/jfuchs)! - Pagination 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
|
|