@primer/components 0.0.0-202182821211 → 0.0.0-20218282148
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 +7 -1
- package/dist/browser.esm.js +242 -242
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +696 -696
- package/dist/browser.umd.js.map +1 -1
- package/lib/ActionList/Item.js +1 -1
- package/lib/Dialog/ConfirmationDialog.js +3 -3
- package/lib/Dialog/Dialog.js +19 -13
- package/lib/theme-preval.d.ts +4 -58
- package/lib/theme-preval.js +3696 -1813
- package/lib/utils/testing.d.ts +889 -7381
- package/lib-esm/ActionList/Item.js +1 -1
- package/lib-esm/Dialog/ConfirmationDialog.js +3 -3
- package/lib-esm/Dialog/Dialog.js +20 -14
- 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 -7381
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,23 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-20218282148
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
7
|
- [#1448](https://github.com/primer/react/pull/1448) [`1a39fb02`](https://github.com/primer/react/commit/1a39fb0284c5e19324d378629d09a343be4cde05) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove `.Breadcrumb` classname from the root element of the `Breadcrumbs` component. This change shouldn't break anything unless you have styles, scripts, or tests that reference the `.Breadcrumb` classname.
|
8
8
|
|
9
|
+
### Minor Changes
|
10
|
+
|
11
|
+
- [#1474](https://github.com/primer/react/pull/1474) [`ae80110f`](https://github.com/primer/react/commit/ae80110f2aea72f08cfd242dc028ce0b507b6276) Thanks [@colebemis](https://github.com/colebemis)! - Add `light_protanopia` and `dark_protanopia` color blind color schemes
|
12
|
+
|
9
13
|
### Patch Changes
|
10
14
|
|
11
15
|
- Fake entry to force publishing
|
12
16
|
|
13
17
|
* [#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`
|
14
18
|
|
19
|
+
- [#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
|
+
|
15
21
|
## 29.1.1
|
16
22
|
|
17
23
|
### Patch Changes
|