@clayui/css 3.127.0 → 3.128.0

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.
@@ -1041,6 +1041,9 @@ $dropdown-menu-palette: map-deep-merge(
1041
1041
  right: 0.5rem,
1042
1042
  ),
1043
1043
  ),
1044
+ inline-scroller: (
1045
+ max-height: 224px,
1046
+ ),
1044
1047
  ),
1045
1048
  '.dropdown-menu-select.dropdown-menu-height-lg': (
1046
1049
  inline-scroller: (
@@ -440,6 +440,8 @@ $container-max-widths: (
440
440
  md: 720px,
441
441
  lg: 960px,
442
442
  xl: 1140px,
443
+ xxl: 1392px,
444
+ xxxl: 1872px,
443
445
  ) !default;
444
446
 
445
447
  @include _assert-ascending($container-max-widths, '$container-max-widths');