@deque/cauldron-styles 6.18.5-canary.b91a7d69 → 6.18.5-canary.d6a6e97d
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/index.css +4 -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);
|
|
@@ -2084,7 +2086,7 @@ a.IconButton {
|
|
|
2084
2086
|
outline-offset: 0;
|
|
2085
2087
|
}
|
|
2086
2088
|
|
|
2087
|
-
.Link:has(.Icon) {
|
|
2089
|
+
.Link:where(:has(.Icon)) {
|
|
2088
2090
|
display: inline-flex;
|
|
2089
2091
|
align-items: center;
|
|
2090
2092
|
gap: var(--space-half);
|
package/package.json
CHANGED