@elastic/eui 65.0.1 → 65.0.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.
- package/dist/eui_charts_theme.js +330 -330
- package/dist/eui_charts_theme.js.map +1 -1
- package/dist/eui_theme_dark.css +4 -1
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +4 -1
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/date_picker/react-datepicker/original.package.json +124 -0
- package/es/components/icon/icon.js +2 -1
- package/es/global_styling/functions/logicals.json +56 -0
- package/lib/components/date_picker/react-datepicker/original.package.json +124 -0
- package/lib/components/icon/icon.js +2 -1
- package/lib/global_styling/functions/logicals.json +56 -0
- package/optimize/es/components/date_picker/react-datepicker/original.package.json +124 -0
- package/optimize/es/components/icon/icon.js +2 -1
- package/optimize/es/global_styling/functions/logicals.json +56 -0
- package/optimize/lib/components/date_picker/react-datepicker/original.package.json +124 -0
- package/optimize/lib/components/icon/icon.js +2 -1
- package/optimize/lib/global_styling/functions/logicals.json +56 -0
- package/package.json +1 -1
- package/src/components/datagrid/_data_grid_data_row.scss +7 -0
- package/test-env/components/date_picker/react-datepicker/original.package.json +124 -0
- package/test-env/global_styling/functions/logicals.json +56 -0
package/dist/eui_theme_dark.css
CHANGED
|
@@ -3672,7 +3672,10 @@ SOFTWARE.
|
|
|
3672
3672
|
overflow: auto;
|
|
3673
3673
|
max-width: 400px !important;
|
|
3674
3674
|
max-height: 400px !important;
|
|
3675
|
-
z-index: 1000 !important;
|
|
3675
|
+
z-index: 1000 !important;
|
|
3676
|
+
-webkit-filter: none;
|
|
3677
|
+
filter: none;
|
|
3678
|
+
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); }
|
|
3676
3679
|
.euiDataGridRowCell__popover::-webkit-scrollbar {
|
|
3677
3680
|
width: 16px;
|
|
3678
3681
|
height: 16px; }
|