@deque/cauldron-styles 6.18.5-canary.e8787b00 → 6.19.0-canary.12ac9092

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