draft-components 2.3.0 → 2.3.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.
@@ -749,6 +749,7 @@
749
749
  transition-duration: 0.2s;
750
750
  transition-property: color, background-color;
751
751
  text-align: center;
752
+ white-space: nowrap;
752
753
  text-decoration: none;
753
754
  text-transform: none;
754
755
  border: 1px solid var(--dc-button-border-color);
@@ -2467,6 +2468,7 @@
2467
2468
  color-scheme: light;
2468
2469
  font: 14px/1 var(--dc-primary-font);
2469
2470
  display: inline-flex;
2471
+ flex-shrink: 0;
2470
2472
  margin: 0;
2471
2473
  padding: 0;
2472
2474
  list-style: none;
@@ -2644,6 +2646,10 @@
2644
2646
  margin-bottom: 4px;
2645
2647
  }
2646
2648
 
2649
+ .dc-form-field__input {
2650
+ min-width: 0;
2651
+ }
2652
+
2647
2653
  .dc-form-field__error,
2648
2654
  .dc-form-field__hint {
2649
2655
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {