@charcoal-ui/react 6.0.0-rc.8 → 6.0.0-rc.9

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.
@@ -31,8 +31,7 @@
31
31
  height: 1em;
32
32
  border-radius: 1em;
33
33
  background-color: currentColor;
34
- animation: charcoal-loading-spinner-icon-scale-out 1s both ease-out;
35
- animation-iteration-count: infinite;
34
+ animation: charcoal-loading-spinner-icon-scale-out 1s infinite both ease-out;
36
35
 
37
36
  &[data-reset-animation] {
38
37
  animation: none;
@@ -23,7 +23,9 @@
23
23
  border-style: none;
24
24
  outline: none;
25
25
  text-decoration: none;
26
- font: inherit;
26
+ font-family: inherit;
27
+ font-style: inherit;
28
+ font-variant: inherit;
27
29
  margin: 0;
28
30
  user-select: none;
29
31
  display: flex;
@@ -22,7 +22,9 @@
22
22
  border-style: none;
23
23
  outline: none;
24
24
  text-decoration: none;
25
- font: inherit;
25
+ font-family: inherit;
26
+ font-style: inherit;
27
+ font-variant: inherit;
26
28
  margin: 0;
27
29
  user-select: none;
28
30