draft-components 1.4.2 → 1.4.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.
@@ -2669,8 +2669,9 @@
2669
2669
  grid-template-areas:
2670
2670
  "presets calendar"
2671
2671
  "footer footer";
2672
- grid-template-columns: 1fr 1fr;
2672
+ grid-template-columns: auto 1fr;
2673
2673
  grid-gap: 20px 24px;
2674
+ max-width: none;
2674
2675
  }
2675
2676
 
2676
2677
  .dc-date-range-picker-popover_compact {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {