@elastic/eui 70.2.2 → 70.2.4
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.
- package/dist/eui_theme_dark.css +10 -12
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +10 -12
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +1 -4
- package/es/components/date_picker/super_date_picker/quick_select_popover/recently_used.js +1 -1
- package/es/components/flex/flex_group.styles.js +1 -1
- package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +1 -5
- package/lib/components/date_picker/super_date_picker/quick_select_popover/recently_used.js +1 -1
- package/lib/components/flex/flex_group.styles.js +1 -1
- package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +1 -4
- package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/recently_used.js +1 -1
- package/optimize/es/components/flex/flex_group.styles.js +1 -1
- package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +1 -5
- package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/recently_used.js +1 -1
- package/optimize/lib/components/flex/flex_group.styles.js +1 -1
- package/package.json +1 -1
- package/src/components/date_picker/super_date_picker/_super_date_picker.scss +6 -10
- package/src/components/date_picker/super_date_picker/quick_select_popover/_quick_select_popover.scss +5 -3
- package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.js +1 -5
- package/test-env/components/date_picker/super_date_picker/quick_select_popover/recently_used.js +1 -1
- package/test-env/components/flex/flex_group.styles.js +1 -1
package/dist/eui_theme_dark.css
CHANGED
|
@@ -2608,7 +2608,7 @@ SOFTWARE.
|
|
|
2608
2608
|
max-height: 132px;
|
|
2609
2609
|
overflow: hidden;
|
|
2610
2610
|
overflow-y: auto;
|
|
2611
|
-
|
|
2611
|
+
margin: 8px 0 0; }
|
|
2612
2612
|
.euiQuickSelectPopover__section::-webkit-scrollbar {
|
|
2613
2613
|
width: 16px;
|
|
2614
2614
|
height: 16px; }
|
|
@@ -2629,7 +2629,7 @@ SOFTWARE.
|
|
|
2629
2629
|
.euiQuickSelectPopover__sectionItem {
|
|
2630
2630
|
font-size: 14px;
|
|
2631
2631
|
line-height: 14px; }
|
|
2632
|
-
.euiQuickSelectPopover__sectionItem:not(:last-of-type) {
|
|
2632
|
+
.euiQuickSelectPopover__sectionItem--recentlyUsed:not(:last-of-type) {
|
|
2633
2633
|
margin-bottom: 8px; }
|
|
2634
2634
|
|
|
2635
2635
|
.euiQuickSelect__applyButton {
|
|
@@ -2639,11 +2639,17 @@ SOFTWARE.
|
|
|
2639
2639
|
min-width: 90px; }
|
|
2640
2640
|
|
|
2641
2641
|
.euiSuperDatePicker__flexWrapper {
|
|
2642
|
-
max-width:
|
|
2642
|
+
max-width: 100%;
|
|
2643
2643
|
min-width: MIN(326px, 100%);
|
|
2644
2644
|
width: 606px; }
|
|
2645
|
+
@media only screen and (max-width: 574px) {
|
|
2646
|
+
.euiSuperDatePicker__flexWrapper {
|
|
2647
|
+
width: 100%; } }
|
|
2648
|
+
@media only screen and (min-width: 575px) and (max-width: 767px) {
|
|
2649
|
+
.euiSuperDatePicker__flexWrapper {
|
|
2650
|
+
width: 100%; } }
|
|
2645
2651
|
.euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--fullWidth {
|
|
2646
|
-
width:
|
|
2652
|
+
width: 100%; }
|
|
2647
2653
|
.euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--isQuickSelectOnly {
|
|
2648
2654
|
min-width: 0; }
|
|
2649
2655
|
.euiSuperDatePicker__flexWrapper.euiSuperDatePicker__flexWrapper--autoWidth {
|
|
@@ -2713,14 +2719,6 @@ SOFTWARE.
|
|
|
2713
2719
|
color: #98A2B3;
|
|
2714
2720
|
cursor: not-allowed; }
|
|
2715
2721
|
|
|
2716
|
-
@media only screen and (max-width: 574px) {
|
|
2717
|
-
.euiSuperDatePicker__flexWrapper {
|
|
2718
|
-
width: calc(100% + 8px); } }
|
|
2719
|
-
|
|
2720
|
-
@media only screen and (min-width: 575px) and (max-width: 767px) {
|
|
2721
|
-
.euiSuperDatePicker__flexWrapper {
|
|
2722
|
-
width: calc(100% + 8px); } }
|
|
2723
|
-
|
|
2724
2722
|
.euiDataGrid {
|
|
2725
2723
|
display: -webkit-flex;
|
|
2726
2724
|
display: flex;
|