mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Upgrade EUI to v67.1.9 (#145490)
## Summary `eui@67.1.8` ⏩ `eui@67.1.9` This backport fixes bugs affecting Maps that were found in the latest EUI upgrade (https://github.com/elastic/kibana/pull/144845#issuecomment-1317653081). It is meant to go directly into 8.6 ## [`67.1.9`](https://github.com/elastic/eui/tree/v67.1.9) - `EuiButton` now accepts `minWidth={false}` ([#6373](https://github.com/elastic/eui/pull/6373)) **Bug fixes** - Fixed the shadow sizes of `.eui-yScrollWithShadows` and `.eui-xScrollWithShadows` ([#6374](https://github.com/elastic/eui/pull/6374)) - `EuiButton` no longer outputs unnecessary inline styles for `minWidth={0}` or `minWidth={false}` ([#6373](https://github.com/elastic/eui/pull/6373)) - `EuiFacetButton` no longer reports type issues when passing props accepted by `EuiButton` ([#6373](https://github.com/elastic/eui/pull/6373)) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
3ea72a641d
commit
fa3a62e5a5
46 changed files with 94 additions and 89 deletions
|
@ -89,7 +89,7 @@ exports[`SampleDataCard installed renders with app links 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="View Sample Data Set"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
|
@ -195,7 +195,7 @@ exports[`SampleDataCard installed renders without app links 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="View Sample Data Set"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
data-test-subj="launchSampleDataSetsample-data-set"
|
||||
type="button"
|
||||
>
|
||||
|
@ -265,7 +265,7 @@ exports[`SampleDataCard not installed renders 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="Add Sample Data Set"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
data-test-subj="addSampleDataSetsample-data-set"
|
||||
type="button"
|
||||
>
|
||||
|
|
|
@ -12,7 +12,7 @@ exports[`install footer should render 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="Add Data Set Name"
|
||||
class="euiButton emotion-euiButtonDisplay-m-isDisabled-m-base-disabled"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-isDisabled-m-base-disabled"
|
||||
data-test-subj="addSampleDataSetdata-set-id"
|
||||
disabled=""
|
||||
type="button"
|
||||
|
|
|
@ -9,7 +9,7 @@ exports[`install footer should render 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="Add Data Set Name"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
data-test-subj="addSampleDataSetdata-set-id"
|
||||
type="button"
|
||||
>
|
||||
|
|
|
@ -29,7 +29,7 @@ exports[`install footer should render 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="View Data Set Name"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
data-test-subj="launchSampleDataSetdata-set-id"
|
||||
type="button"
|
||||
>
|
||||
|
|
|
@ -11,7 +11,7 @@ exports[`should render popover when appLinks is not empty 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="View Sample eCommerce orders"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
|
@ -43,7 +43,7 @@ exports[`should render popover with ordered appLinks 1`] = `
|
|||
>
|
||||
<button
|
||||
aria-label="View Sample eCommerce orders"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
|
@ -67,7 +67,7 @@ exports[`should render popover with ordered appLinks 1`] = `
|
|||
exports[`should render simple button when appLinks is empty 1`] = `
|
||||
<button
|
||||
aria-label="View Sample eCommerce orders"
|
||||
class="euiButton emotion-euiButtonDisplay-m-m-base-primary"
|
||||
class="euiButton emotion-euiButtonDisplay-m-defaultMinWidth-m-base-primary"
|
||||
data-test-subj="launchSampleDataSetecommerce"
|
||||
type="button"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue