@primer/css 20.4.5 → 20.4.6-rc.996d9e9c
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 -0
- package/dist/core.css +1 -1
- package/dist/meta.json +33 -33
- package/dist/overlay.css +1 -1
- package/dist/primer.css +1 -1
- package/dist/stats/core.json +1 -1
- package/dist/stats/overlay.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/overlay/overlay.scss +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @primer/css
|
|
2
2
|
|
|
3
|
+
## 20.4.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2249](https://github.com/primer/css/pull/2249) [`81083778`](https://github.com/primer/css/commit/81083778a73c1d1f0f37b4efefe5359926ce4269) Thanks [@koddsson](https://github.com/koddsson)! - Increase specificy for Overlay styles as they relate to the backdrop and positioning options
|
|
8
|
+
- If a Dialog opens a second Dialog, each Dialog properties should be contained to its own scope
|
|
9
|
+
|
|
3
10
|
## 20.4.5
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|