@primer/css 20.4.5 → 20.4.6-rc.8f38ab69

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.
@@ -345,7 +345,7 @@ $primer-borderRadius-large: 0.75rem;
345
345
  align-items: center;
346
346
  justify-content: left;
347
347
 
348
- .Overlay#{$responsiveVariant} {
348
+ > .Overlay#{$responsiveVariant} {
349
349
  height: 100vh;
350
350
  max-height: unset;
351
351
  border-radius: $primer-borderRadius-large;
@@ -362,7 +362,7 @@ $primer-borderRadius-large: 0.75rem;
362
362
  align-items: center;
363
363
  justify-content: right;
364
364
 
365
- .Overlay#{$responsiveVariant} {
365
+ > .Overlay#{$responsiveVariant} {
366
366
  height: 100vh;
367
367
  max-height: unset;
368
368
  border-radius: $primer-borderRadius-large;
@@ -379,7 +379,7 @@ $primer-borderRadius-large: 0.75rem;
379
379
  align-items: end;
380
380
  justify-content: center;
381
381
 
382
- .Overlay#{$responsiveVariant} {
382
+ > .Overlay#{$responsiveVariant} {
383
383
  width: 100vw;
384
384
  height: auto;
385
385
  max-height: calc(100vh - 2rem);
@@ -397,7 +397,7 @@ $primer-borderRadius-large: 0.75rem;
397
397
  align-items: start;
398
398
  justify-content: center;
399
399
 
400
- .Overlay#{$responsiveVariant} {
400
+ > .Overlay#{$responsiveVariant} {
401
401
  border-radius: $primer-borderRadius-large;
402
402
  border-top-left-radius: 0;
403
403
  border-top-right-radius: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.4.5",
3
+ "version": "20.4.6-rc.8f38ab69",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -53,7 +53,7 @@
53
53
  "autoprefixer": "10.4.8",
54
54
  "chokidar-cli": "3.0.0",
55
55
  "cssstats": "4.0.5",
56
- "eslint": "8.21.0",
56
+ "eslint": "8.23.1",
57
57
  "eslint-plugin-github": "4.3.7",
58
58
  "eslint-plugin-jest": "26.8.2",
59
59
  "eslint-plugin-prettier": "4.2.1",
@@ -71,7 +71,7 @@
71
71
  "postcss-simple-vars": "6.0.3",
72
72
  "prettier": "2.7.1",
73
73
  "semver": "7.3.7",
74
- "stylelint": "14.10.0",
74
+ "stylelint": "14.11.0",
75
75
  "table": "6.8.0"
76
76
  },
77
77
  "jest": {