dce-reactkit 3.7.5 → 3.7.6

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/dist/cjs/index.js CHANGED
@@ -418,7 +418,7 @@ const style$a = `
418
418
  top: 0;
419
419
  left: 0;
420
420
  width: 100vw;
421
- height: 100vw;
421
+ height: 200vh;
422
422
  background-color: rgba(0, 0, 0, 0.7);
423
423
  }
424
424
  .Modal-fading-in {
package/dist/esm/index.js CHANGED
@@ -392,7 +392,7 @@ const style$a = `
392
392
  top: 0;
393
393
  left: 0;
394
394
  width: 100vw;
395
- height: 100vw;
395
+ height: 200vh;
396
396
  background-color: rgba(0, 0, 0, 0.7);
397
397
  }
398
398
  .Modal-fading-in {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -147,7 +147,7 @@ const style = `
147
147
  top: 0;
148
148
  left: 0;
149
149
  width: 100vw;
150
- height: 100vw;
150
+ height: 200vh;
151
151
  background-color: rgba(0, 0, 0, 0.7);
152
152
  }
153
153
  .Modal-fading-in {