dce-reactkit 3.0.5 → 3.0.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
@@ -781,7 +781,7 @@ const style$2 = `
781
781
  animation-fill-mode: both;
782
782
  animation-timing-function: ease-out;
783
783
  }
784
- @keyframes LoadingSpinner-fade-in {
784
+ @keyframes LoadingSpinner-container-fade-in {
785
785
  0% {
786
786
  opacity: 0;
787
787
  }
package/dist/esm/index.js CHANGED
@@ -773,7 +773,7 @@ const style$2 = `
773
773
  animation-fill-mode: both;
774
774
  animation-timing-function: ease-out;
775
775
  }
776
- @keyframes LoadingSpinner-fade-in {
776
+ @keyframes LoadingSpinner-container-fade-in {
777
777
  0% {
778
778
  opacity: 0;
779
779
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -23,7 +23,7 @@ const style = `
23
23
  animation-fill-mode: both;
24
24
  animation-timing-function: ease-out;
25
25
  }
26
- @keyframes LoadingSpinner-fade-in {
26
+ @keyframes LoadingSpinner-container-fade-in {
27
27
  0% {
28
28
  opacity: 0;
29
29
  }