@deque/cauldron-styles 6.18.5-canary.d6a6e97d → 6.18.5-canary.e8787b00

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -3
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -696,9 +696,7 @@ textarea.Field--has-error:focus:hover,
696
696
 
697
697
  .Field__error {
698
698
  font-size: var(--text-size-small);
699
- align-items: center;
700
699
  margin-bottom: var(--space-smallest);
701
- line-height: var(--line-height-body);
702
700
  }
703
701
 
704
702
  .Checkbox__wrap .Error {
@@ -782,7 +780,6 @@ textarea.Field--has-error:focus:hover,
782
780
  font-size: var(--text-size-small);
783
781
  color: var(--field-label-description-text-color);
784
782
  margin-bottom: var(--space-smallest);
785
- line-height: var(--line-height-body);
786
783
  }
787
784
 
788
785
  .Field__label + .Checkbox__wrap {
@@ -807,6 +804,7 @@ textarea.Field--has-error:focus:hover,
807
804
  flex: 1;
808
805
  text-align: right;
809
806
  margin-left: var(--space-large);
807
+ font-style: italic;
810
808
  font-weight: var(--font-weight-thin);
811
809
  color: var(--field-required-text-color);
812
810
  font-size: var(--text-size-smaller);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.18.5-canary.d6a6e97d",
3
+ "version": "6.18.5-canary.e8787b00",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",