@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.
Files changed (2) hide show
  1. package/dist/index.css +4 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.2.1-canary.6af58613",
3
+ "version": "6.2.1-canary.6d2d22b3",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",