@deque/cauldron-styles 5.6.1 → 5.6.2-canary.10f53c90
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 +7 -4
- 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
|
}
|
|
@@ -1748,7 +1751,7 @@ textarea.Field--has-error:focus:hover,
|
|
|
1748
1751
|
box-sizing: border-box;
|
|
1749
1752
|
font-size: var(--text-size-small);
|
|
1750
1753
|
color: var(--field-content-color);
|
|
1751
|
-
min-width: var(--input-min-width);
|
|
1754
|
+
min-width: min(var(--input-min-width), 100%);
|
|
1752
1755
|
}
|
|
1753
1756
|
|
|
1754
1757
|
.Field__text-input[disabled],
|
|
@@ -1761,7 +1764,7 @@ textarea.Field--has-error:focus:hover,
|
|
|
1761
1764
|
display: block;
|
|
1762
1765
|
min-height: 56px;
|
|
1763
1766
|
font-size: var(--text-size-small);
|
|
1764
|
-
min-width: var(--input-min-width);
|
|
1767
|
+
min-width: min(var(--input-min-width), 100%);
|
|
1765
1768
|
padding: var(--space-half);
|
|
1766
1769
|
max-width: 500px;
|
|
1767
1770
|
color: var(--field-content-color);
|
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.10f53c90",
|
|
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
|
+
}
|