@primer/components 0.0.0-202182921545 → 0.0.0-2021829233555
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 +11 -5
- package/dist/browser.esm.js +241 -241
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +695 -695
- package/dist/browser.umd.js.map +1 -1
- package/lib/Dialog/ConfirmationDialog.js +3 -3
- package/lib/Dialog/Dialog.d.ts +0 -5
- package/lib/Dialog/Dialog.js +4 -16
- package/lib/theme-preval.d.ts +4 -58
- package/lib/theme-preval.js +3696 -1813
- package/lib/utils/testing.d.ts +889 -7380
- package/lib-esm/Dialog/ConfirmationDialog.js +3 -3
- package/lib-esm/Dialog/Dialog.d.ts +0 -5
- package/lib-esm/Dialog/Dialog.js +5 -17
- package/lib-esm/theme-preval.d.ts +4 -58
- package/lib-esm/theme-preval.js +3696 -1813
- package/lib-esm/utils/testing.d.ts +889 -7380
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-2021829233555
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Fake entry to force publishing
|
8
|
+
|
9
|
+
## 30.0.0
|
4
10
|
|
5
11
|
### Major Changes
|
6
12
|
|
@@ -8,13 +14,13 @@
|
|
8
14
|
|
9
15
|
* [#1468](https://github.com/primer/react/pull/1468) [`dc15763c`](https://github.com/primer/react/commit/dc15763c733994ea9baa3475139b9bf3c2111e5b) Thanks [@jfuchs](https://github.com/jfuchs)! - AvatarStack no longer accepts styled props or DOM props
|
10
16
|
|
11
|
-
###
|
17
|
+
### Minor Changes
|
12
18
|
|
13
|
-
-
|
19
|
+
- [#1474](https://github.com/primer/react/pull/1474) [`c54156bc`](https://github.com/primer/react/commit/c54156bc43f87370f3e8cb23fd9ebf338b5082e4) Thanks [@colebemis](https://github.com/colebemis)! - Add `light_protanopia` and `dark_protanopia` color blind color schemes
|
14
20
|
|
15
|
-
|
21
|
+
### Patch Changes
|
16
22
|
|
17
|
-
- [#
|
23
|
+
- [#1448](https://github.com/primer/react/pull/1448) [`1a39fb02`](https://github.com/primer/react/commit/1a39fb0284c5e19324d378629d09a343be4cde05) Thanks [@SferaDev](https://github.com/SferaDev)! - Rename `Breadcrumb` component to `Breadcrumbs`
|
18
24
|
|
19
25
|
* [#1470](https://github.com/primer/react/pull/1470) [`f2e29a08`](https://github.com/primer/react/commit/f2e29a08e2aab9e98a460eb073229933f6ae050b) Thanks [@pksjce](https://github.com/pksjce)! - Fix ActionList.Item color
|
20
26
|
|