draft-components 2.3.1 → 2.3.3

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.
@@ -2639,6 +2639,7 @@
2639
2639
  .dc-form-field {
2640
2640
  color-scheme: light;
2641
2641
  display: block;
2642
+ min-width: 0;
2642
2643
  text-align: left;
2643
2644
  }
2644
2645
 
@@ -2646,6 +2647,9 @@
2646
2647
  margin-bottom: 4px;
2647
2648
  }
2648
2649
 
2650
+ .dc-form-field__input {
2651
+ }
2652
+
2649
2653
  .dc-form-field__error,
2650
2654
  .dc-form-field__hint {
2651
2655
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {