@primer/components 0.0.0-2021828202352 → 0.0.0-202182821115
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 +6 -2
- package/dist/browser.esm.js +241 -242
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +695 -696
- package/dist/browser.umd.js.map +1 -1
- package/lib/AvatarStack.d.ts +4 -8
- package/lib/AvatarStack.js +6 -7
- package/lib/Dialog/ConfirmationDialog.js +3 -3
- package/lib/Dialog/Dialog.d.ts +5 -0
- package/lib/Dialog/Dialog.js +16 -4
- package/lib/theme-preval.d.ts +58 -4
- package/lib/theme-preval.js +1818 -3701
- package/lib/utils/testing.d.ts +7378 -896
- package/lib-esm/AvatarStack.d.ts +4 -8
- package/lib-esm/AvatarStack.js +7 -8
- package/lib-esm/Dialog/ConfirmationDialog.js +3 -3
- package/lib-esm/Dialog/Dialog.d.ts +5 -0
- package/lib-esm/Dialog/Dialog.js +17 -5
- package/lib-esm/theme-preval.d.ts +58 -4
- package/lib-esm/theme-preval.js +1818 -3701
- package/lib-esm/utils/testing.d.ts +7378 -896
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,22 @@
|
|
1
1
|
# @primer/components
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-202182821115
|
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
|
+
* [#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
|
+
|
9
11
|
### Patch Changes
|
10
12
|
|
11
13
|
- Fake entry to force publishing
|
12
14
|
|
13
15
|
* [#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
16
|
|
15
|
-
- [#
|
17
|
+
- [#1471](https://github.com/primer/react/pull/1471) [`4d3c1f1e`](https://github.com/primer/react/commit/4d3c1f1e1bfd8ab989396ba678b03c0a25ea1249) Thanks [@smockle](https://github.com/smockle)! - Change the button which receives focus when a 'ConfirmationDialog' opens from the secondary (e.g. 'Cancel') to the primary (e.g. 'OK'). Fixes github/primer#313.
|
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
|
16
20
|
|
17
21
|
## 29.1.1
|
18
22
|
|