@deque/cauldron-styles 6.2.1-canary.6af58613 → 6.2.1-canary.6d2d22b3
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 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -997,6 +997,10 @@ textarea.Field--has-error:focus:hover,
|
|
|
997
997
|
color: var(--text-field-wrapper-font-color);
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
|
+
.TextFieldWrapper > :not(input) {
|
|
1001
|
+
flex-shrink: 0;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1000
1004
|
.TextFieldWrapper:focus-within {
|
|
1001
1005
|
border: 1px solid var(--text-field-wrapper-border-focus-color);
|
|
1002
1006
|
box-shadow: 0 0 0 1px var(--text-field-wrapper-border-focus-color),
|
package/package.json
CHANGED