@deque/cauldron-styles 6.3.0 → 6.3.1

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -978,6 +978,7 @@ textarea.Field--has-error:focus:hover,
978
978
  margin-bottom: var(--space-half);
979
979
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
980
980
  background-color: var(--text-field-wrapper-background-color);
981
+ min-width: min(var(--input-min-width), 100%);
981
982
  }
982
983
 
983
984
  .cauldron--theme-dark .TextFieldWrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",