draft-components 4.10.1 → 4.10.2

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.
@@ -4255,6 +4255,7 @@
4255
4255
  .dc-form-field__error,
4256
4256
  .dc-form-field__hint {
4257
4257
  width: 100%;
4258
+ min-width: 0;
4258
4259
  }
4259
4260
 
4260
4261
  .dc-form-field__error,
@@ -22,6 +22,7 @@
22
22
  .dc-form-field__error,
23
23
  .dc-form-field__hint {
24
24
  width: 100%;
25
+ min-width: 0;
25
26
  }
26
27
 
27
28
  .dc-form-field__error,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {