You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eui/src/components/color_picker/color_palette_picker/__snapshots__/color_palette_picker.test.tsx.snap
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ exports[`EuiColorPalettePicker is rendered 1`] = `
13
13
>
14
14
<div
15
15
class="euiFormControlLayout__childrenWrapper"
16
+
style="--euiFormControlRightIconsCount: 1;"
16
17
>
17
18
<button
18
19
aria-haspopup="listbox"
@@ -52,6 +53,7 @@ exports[`EuiColorPalettePicker is rendered with a selected custom text 1`] = `
52
53
>
53
54
<div
54
55
class="euiFormControlLayout__childrenWrapper"
56
+
style="--euiFormControlRightIconsCount: 1;"
55
57
>
56
58
<button
57
59
aria-haspopup="listbox"
@@ -93,6 +95,7 @@ exports[`EuiColorPalettePicker is rendered with a selected fixed palette 1`] = `
93
95
>
94
96
<div
95
97
class="euiFormControlLayout__childrenWrapper"
98
+
style="--euiFormControlRightIconsCount: 1;"
96
99
>
97
100
<button
98
101
aria-haspopup="listbox"
@@ -162,6 +165,7 @@ exports[`EuiColorPalettePicker is rendered with a selected gradient palette 1`]
162
165
>
163
166
<div
164
167
class="euiFormControlLayout__childrenWrapper"
168
+
style="--euiFormControlRightIconsCount: 1;"
165
169
>
166
170
<button
167
171
aria-haspopup="listbox"
@@ -211,6 +215,7 @@ exports[`EuiColorPalettePicker is rendered with a selected gradient palette with
211
215
>
212
216
<div
213
217
class="euiFormControlLayout__childrenWrapper"
218
+
style="--euiFormControlRightIconsCount: 1;"
214
219
>
215
220
<button
216
221
aria-haspopup="listbox"
@@ -260,6 +265,7 @@ exports[`EuiColorPalettePicker is rendered with the prop selectionDisplay set as
260
265
>
261
266
<div
262
267
class="euiFormControlLayout__childrenWrapper"
268
+
style="--euiFormControlRightIconsCount: 1;"
263
269
>
264
270
<button
265
271
aria-haspopup="listbox"
@@ -301,6 +307,7 @@ exports[`EuiColorPalettePicker more props are propagated to each option 1`] = `
Copy file name to clipboardExpand all lines: packages/eui/src/components/date_picker/super_date_picker/quick_select_popover/__snapshots__/quick_select_popover.test.tsx.snap
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ exports[`EuiQuickSelectPanels customQuickSelectPanels should render custom panel
90
90
>
91
91
<div
92
92
class="euiFormControlLayout__childrenWrapper"
93
+
style="--euiFormControlRightIconsCount: 1;"
93
94
>
94
95
<select
95
96
aria-describedby="generated-id generated-id"
@@ -151,6 +152,7 @@ exports[`EuiQuickSelectPanels customQuickSelectPanels should render custom panel
0 commit comments