@deque/cauldron-styles 5.6.1 → 5.6.2-canary.82de49c0
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 +5 -2
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1623,11 +1623,14 @@ textarea.Field--has-error:focus:hover,
|
|
|
1623
1623
|
|
|
1624
1624
|
.Error {
|
|
1625
1625
|
color: var(--field-error-text-color);
|
|
1626
|
-
border-top: 1px solid var(--field-error-border-color);
|
|
1627
1626
|
text-align: left;
|
|
1628
|
-
font-weight: var(--font-weight-normal);
|
|
1629
1627
|
font-size: var(--text-size-smallest);
|
|
1628
|
+
font-weight: var(--font-weight-normal);
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
.Checkbox__wrap .Error {
|
|
1630
1632
|
margin-top: var(--space-half);
|
|
1633
|
+
border-top: 1px solid var(--field-error-border-color);
|
|
1631
1634
|
margin-left: calc(var(--icon-size) + 2px + var(--space-half));
|
|
1632
1635
|
padding: var(--space-half) 0;
|
|
1633
1636
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-styles",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.2-canary.82de49c0",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "deque cauldron pattern library styles",
|
|
6
6
|
"repository": "https://github.com/dequelabs/cauldron",
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"postcss-cli": "^7.1.1",
|
|
23
23
|
"postcss-import": "^12.0.1"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|