@elastic/eui 76.3.0 → 76.4.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.
- package/dist/eui_theme_dark.css +0 -23
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +0 -23
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/key_pad_menu/key_pad_menu.js +10 -1
- package/es/components/key_pad_menu/key_pad_menu.styles.js +33 -0
- package/eui.d.ts +12 -0
- package/lib/components/key_pad_menu/key_pad_menu.js +12 -1
- package/lib/components/key_pad_menu/key_pad_menu.styles.js +47 -0
- package/optimize/es/components/key_pad_menu/key_pad_menu.js +10 -1
- package/optimize/es/components/key_pad_menu/key_pad_menu.styles.js +33 -0
- package/optimize/lib/components/key_pad_menu/key_pad_menu.js +12 -1
- package/optimize/lib/components/key_pad_menu/key_pad_menu.styles.js +47 -0
- package/package.json +1 -1
- package/src/components/key_pad_menu/_index.scss +0 -1
- package/test-env/components/key_pad_menu/key_pad_menu.js +12 -1
- package/test-env/components/key_pad_menu/key_pad_menu.styles.js +47 -0
- package/src/components/key_pad_menu/_key_pad_menu.scss +0 -22
package/dist/eui_theme_dark.css
CHANGED
|
@@ -7255,29 +7255,6 @@ The following files still use the Sass version:
|
|
|
7255
7255
|
top: 9%;
|
|
7256
7256
|
}
|
|
7257
7257
|
}
|
|
7258
|
-
/**
|
|
7259
|
-
* 1. Default to grid of 3
|
|
7260
|
-
*/
|
|
7261
|
-
.euiKeyPadMenu {
|
|
7262
|
-
display: -webkit-flex;
|
|
7263
|
-
display: flex;
|
|
7264
|
-
-webkit-flex-direction: row;
|
|
7265
|
-
flex-direction: row;
|
|
7266
|
-
-webkit-flex-wrap: wrap;
|
|
7267
|
-
flex-wrap: wrap;
|
|
7268
|
-
width: 300px;
|
|
7269
|
-
max-width: 100%;
|
|
7270
|
-
margin-bottom: -4px;
|
|
7271
|
-
margin-right: -4px;
|
|
7272
|
-
}
|
|
7273
|
-
.euiKeyPadMenu legend {
|
|
7274
|
-
margin-bottom: 8px;
|
|
7275
|
-
}
|
|
7276
|
-
.euiKeyPadMenu > *:not(legend) {
|
|
7277
|
-
margin-bottom: 4px;
|
|
7278
|
-
margin-right: 4px;
|
|
7279
|
-
}
|
|
7280
|
-
|
|
7281
7258
|
/**
|
|
7282
7259
|
* 1. If this class is applied to a button, we need to override the Chrome default font.
|
|
7283
7260
|
* 2. If it has a BetaBadge, make sure only the first letter shows
|