@elastic/eui 106.4.0-amsterdam.0 → 106.5.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.
Files changed (73) hide show
  1. package/es/components/avatar/avatar.js +2 -0
  2. package/es/components/badge/badge.js +5 -7
  3. package/es/components/basic_table/basic_table.js +6 -0
  4. package/es/components/basic_table/in_memory_table.js +6 -0
  5. package/es/components/color_picker/color_picker_swatch.js +4 -0
  6. package/es/components/datagrid/data_grid.styles.js +1 -1
  7. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -4
  8. package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
  9. package/es/components/modal/modal.js +16 -5
  10. package/es/components/provider/provider.js +2 -2
  11. package/es/components/table/table_header_cell.js +4 -0
  12. package/es/components/tool_tip/icon_tip.js +4 -0
  13. package/es/components/tool_tip/tool_tip.js +8 -2
  14. package/es/services/color/contrast.js +11 -0
  15. package/es/services/color/vis_color_store.js +1 -1
  16. package/es/services/theme/context.js +2 -2
  17. package/eui.d.ts +477 -469
  18. package/i18ntokens.json +2305 -2287
  19. package/lib/components/avatar/avatar.js +2 -0
  20. package/lib/components/badge/badge.js +3 -5
  21. package/lib/components/basic_table/basic_table.js +6 -0
  22. package/lib/components/basic_table/in_memory_table.js +6 -0
  23. package/lib/components/color_picker/color_picker_swatch.js +4 -0
  24. package/lib/components/datagrid/data_grid.styles.js +1 -1
  25. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -4
  26. package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
  27. package/lib/components/modal/modal.js +15 -4
  28. package/lib/components/provider/provider.js +2 -2
  29. package/lib/components/table/table_header_cell.js +4 -0
  30. package/lib/components/tool_tip/icon_tip.js +4 -0
  31. package/lib/components/tool_tip/tool_tip.js +9 -3
  32. package/lib/services/color/contrast.js +12 -1
  33. package/lib/services/color/vis_color_store.js +2 -2
  34. package/lib/services/theme/context.js +2 -2
  35. package/optimize/es/components/avatar/avatar.js +2 -0
  36. package/optimize/es/components/badge/badge.js +5 -7
  37. package/optimize/es/components/datagrid/data_grid.styles.js +1 -1
  38. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -4
  39. package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
  40. package/optimize/es/components/modal/modal.js +16 -5
  41. package/optimize/es/components/provider/provider.js +2 -2
  42. package/optimize/es/components/tool_tip/tool_tip.js +4 -2
  43. package/optimize/es/services/color/contrast.js +11 -0
  44. package/optimize/es/services/color/vis_color_store.js +1 -1
  45. package/optimize/es/services/theme/context.js +2 -2
  46. package/optimize/lib/components/avatar/avatar.js +2 -0
  47. package/optimize/lib/components/badge/badge.js +3 -5
  48. package/optimize/lib/components/datagrid/data_grid.styles.js +1 -1
  49. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -4
  50. package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
  51. package/optimize/lib/components/modal/modal.js +15 -4
  52. package/optimize/lib/components/provider/provider.js +2 -2
  53. package/optimize/lib/components/tool_tip/tool_tip.js +5 -3
  54. package/optimize/lib/services/color/contrast.js +12 -1
  55. package/optimize/lib/services/color/vis_color_store.js +2 -2
  56. package/optimize/lib/services/theme/context.js +2 -2
  57. package/package.json +1 -1
  58. package/test-env/components/avatar/avatar.js +2 -0
  59. package/test-env/components/badge/badge.js +3 -5
  60. package/test-env/components/basic_table/basic_table.js +6 -0
  61. package/test-env/components/basic_table/in_memory_table.js +6 -0
  62. package/test-env/components/color_picker/color_picker_swatch.js +4 -0
  63. package/test-env/components/datagrid/data_grid.styles.js +1 -1
  64. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -4
  65. package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
  66. package/test-env/components/modal/modal.js +15 -4
  67. package/test-env/components/provider/provider.js +2 -2
  68. package/test-env/components/table/table_header_cell.js +4 -0
  69. package/test-env/components/tool_tip/icon_tip.js +4 -0
  70. package/test-env/components/tool_tip/tool_tip.js +9 -3
  71. package/test-env/services/color/contrast.js +12 -1
  72. package/test-env/services/color/vis_color_store.js +2 -2
  73. package/test-env/services/theme/context.js +2 -2
package/eui.d.ts CHANGED
@@ -171,13 +171,124 @@ declare module '@elastic/eui/src/components/common' {
171
171
  onClick?: MouseEventHandler<HTMLButtonElement>;
172
172
  } & ButtonHTMLAttributes<HTMLButtonElement> & P;
173
173
 
174
+ }
175
+ declare module '@elastic/eui/src/services/theme/types' {
176
+ export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
177
+
174
178
  }
175
179
  declare module '@elastic/eui/src/services/theme/utils' {
176
180
  export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
177
181
 
178
182
  }
179
- declare module '@elastic/eui/src/services/theme/types' {
180
- export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
183
+ declare module '@elastic/eui/src/services/theme/context' {
184
+ import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
185
+ export const DEFAULTS: {
186
+ system: {
187
+ model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
188
+ root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
189
+ key: string;
190
+ };
191
+ modifications: {};
192
+ colorMode: "LIGHT";
193
+ highContrastMode: false;
194
+ };
195
+ export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
196
+ export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
197
+ overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
198
+ }>>;
199
+ export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
200
+ export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
201
+ export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
202
+ export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
203
+ export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
204
+
205
+ }
206
+ declare module '@elastic/eui/src/services/theme/warning' {
207
+ type LEVELS = 'log' | 'warn' | 'error';
208
+ type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
209
+ export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
210
+ export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
211
+ export const emitEuiProviderWarning: (providerMessage: string) => void;
212
+ export {};
213
+
214
+ }
215
+ declare module '@elastic/eui/src/services/theme/hooks' {
216
+ import React from 'react';
217
+ import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
218
+ /**
219
+ * Hook for function components
220
+ */
221
+ export interface UseEuiTheme<T extends {} = {}> {
222
+ euiTheme: EuiThemeComputed<T>;
223
+ colorMode: EuiThemeColorModeStandard;
224
+ highContrastMode: EuiThemeHighContrastMode;
225
+ modifications: EuiThemeModifications<T>;
226
+ }
227
+ export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
228
+ /**
229
+ * HOC for class components
230
+ */
231
+ export interface WithEuiThemeProps<P extends {} = {}> {
232
+ theme: UseEuiTheme<P>;
233
+ }
234
+ export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
235
+ /**
236
+ * Render prop alternative for complex class components
237
+ * Most useful for scenarios where a HOC may interfere with typing
238
+ */
239
+ export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
240
+ children: (theme: UseEuiTheme) => React.ReactElement;
241
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
242
+ /**
243
+ * Minor syntactical sugar hook for theme CSS variables.
244
+ * Primarily meant for internal EUI usage.
245
+ */
246
+ export const useEuiThemeCSSVariables: () => {
247
+ setGlobalCSSVariables: Function;
248
+ globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
249
+ setNearestThemeCSSVariables: Function;
250
+ themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
251
+ };
252
+ /**
253
+ * Checks whether the current active `colorMode` is set to `DARK`;
254
+ * In case of nested providers this returns the value of the nearest provider context.
255
+ */
256
+ export const useIsDarkMode: () => boolean;
257
+
258
+ }
259
+ declare module '@elastic/eui/src/services/throttle' {
260
+ export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
261
+
262
+ }
263
+ declare module '@elastic/eui/src/services/breakpoint/_sorting' {
264
+ import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
265
+ export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
266
+ export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
267
+
268
+ }
269
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
270
+ import React, { FunctionComponent, PropsWithChildren } from 'react';
271
+ import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
272
+ type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
273
+ export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
274
+ /**
275
+ * Returns the current breakpoint based on window width.
276
+ * Typically only called by the top-level `EuiProvider` (to reduce the number
277
+ * of window resize listeners on the page). Also conditionally called if a
278
+ * nested `EuiThemeProvider` defines a `modify.breakpoint` override
279
+ */
280
+ export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
281
+ export {};
282
+
283
+ }
284
+ declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
285
+ /**
286
+ * Hook util / syntactical sugar for useContext()
287
+ *
288
+ * This hook is in its own separate file to make mocking it
289
+ * as a testenv easy for Jest unit tests
290
+ */
291
+ export const useCurrentEuiBreakpoint: () => string | undefined;
181
292
 
182
293
  }
183
294
  declare module '@elastic/eui/src/services/emotion/clone_element' {
@@ -276,10 +387,6 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
276
387
  */
277
388
  export const useDeepEqual: <T = Record<string, any> | any[] | undefined>(object: T) => T;
278
389
 
279
- }
280
- declare module '@elastic/eui/src/services/throttle' {
281
- export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
282
-
283
390
  }
284
391
  declare module '@elastic/eui/src/services/hooks/useMouseMove' {
285
392
  import { MouseEvent, TouchEvent } from 'react';
@@ -302,15 +409,6 @@ declare module '@elastic/eui/src/services/hooks' {
302
409
  export * from '@elastic/eui/src/services/hooks/useMouseMove';
303
410
  export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
304
411
 
305
- }
306
- declare module '@elastic/eui/src/services/theme/warning' {
307
- type LEVELS = 'log' | 'warn' | 'error';
308
- type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
309
- export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
310
- export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
311
- export const emitEuiProviderWarning: (providerMessage: string) => void;
312
- export {};
313
-
314
412
  }
315
413
  declare module '@elastic/eui/src/services/theme/style_memoization' {
316
414
  import React, { FunctionComponent, PropsWithChildren } from 'react';
@@ -507,11 +605,6 @@ declare module '@elastic/eui/src/services/color/color_palette' {
507
605
  */
508
606
  categorical?: boolean): string[];
509
607
 
510
- }
511
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
512
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
513
- export const colorVisLight: _EuiThemeVisColors;
514
-
515
608
  }
516
609
  declare module '@elastic/eui/src/services/color/vis_color_store' {
517
610
  import { _EuiVisColorStore } from '@elastic/eui-theme-common';
@@ -1178,7 +1271,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
1178
1271
  */
1179
1272
  export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
1180
1273
  export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
1181
- export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
1274
+ export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "xs" | "m" | "l" | "xl" | "none", SerializedStyles>;
1182
1275
 
1183
1276
  }
1184
1277
  declare module '@elastic/eui/src/global_styling/mixins/_states' {
@@ -1228,12 +1321,6 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
1228
1321
  */
1229
1322
  export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
1230
1323
 
1231
- }
1232
- declare module '@elastic/eui/src/services/breakpoint/_sorting' {
1233
- import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
1234
- export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1235
- export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
1236
-
1237
1324
  }
1238
1325
  declare module '@elastic/eui/src/global_styling/variables/animations' {
1239
1326
  export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
@@ -2956,7 +3043,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
2956
3043
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
2957
3044
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
2958
3045
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
2959
- export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "push" | "temperature" | "refresh" | "scale" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "thumbDown" | "thumbUp" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
3046
+ export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "thumbDown" | "thumbUp" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
2960
3047
  export type EuiIconType = keyof typeof typeToPathMap;
2961
3048
  export type IconType = EuiIconType | string | ComponentType;
2962
3049
  export type IconColor = string | NamedColor;
@@ -3352,6 +3439,7 @@ declare module '@elastic/eui/src/components/tool_tip/tool_tip' {
3352
3439
  import { ToolTipPositions } from '@elastic/eui/src/components/tool_tip/tool_tip_popover';
3353
3440
  export const POSITIONS: readonly ["top", "right", "bottom", "left"]; const DISPLAYS: readonly ["inlineBlock", "block"];
3354
3441
  export type ToolTipDelay = 'regular' | 'long';
3442
+ export const DEFAULT_TOOLTIP_OFFSET = 16;
3355
3443
  interface ToolTipStyles {
3356
3444
  top: number;
3357
3445
  left: number | 'auto';
@@ -3421,6 +3509,10 @@ declare module '@elastic/eui/src/components/tool_tip/tool_tip' {
3421
3509
  * hidden.
3422
3510
  */
3423
3511
  onMouseOut?: (event: ReactMouseEvent<HTMLSpanElement, MouseEvent>) => void;
3512
+ /**
3513
+ * Offset in pixels from the anchor. Defaults to 16.
3514
+ */
3515
+ offset?: number;
3424
3516
  }
3425
3517
  interface State {
3426
3518
  visible: boolean;
@@ -6256,7 +6348,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
6256
6348
  import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
6257
6349
  import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
6258
6350
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
6259
- export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
6351
+ export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
6260
6352
  export type PanelPaddingSize = (typeof _SIZES)[number];
6261
6353
  export const BORDER_RADII: readonly ["none", "m"];
6262
6354
  export type PanelBorderRadius = (typeof BORDER_RADII)[number];
@@ -8130,8 +8222,74 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
8130
8222
  import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
8131
8223
  export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
8132
8224
 
8225
+ }
8226
+ declare module '@elastic/eui/src/services/color/manipulation' {
8227
+ import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
8228
+ /**
8229
+ * Makes a color more transparent.
8230
+ * @param color - Color to manipulate
8231
+ * @param alpha - alpha channel value. From 0-1.
8232
+ */
8233
+ export const transparentize: (color: string, alpha: number) => string;
8234
+ /**
8235
+ * Mixes a provided color with white.
8236
+ * @param color - Color to mix with white
8237
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8238
+ */
8239
+ export const tint: (color: string, ratio: number) => string;
8240
+ /**
8241
+ * Mixes a provided color with black.
8242
+ * @param color - Color to mix with black
8243
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
8244
+ */
8245
+ export const shade: (color: string, ratio: number) => string;
8246
+ /**
8247
+ * Returns the tinted color for light mode and shaded color for dark mode
8248
+ * @param color - Color to mix with white
8249
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8250
+ * @param colorMode - Light or dark only
8251
+ */
8252
+ export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8253
+ /**
8254
+ * Returns the shaded color for light mode and tinted color for dark mode
8255
+ * @param color - Color to mix with white
8256
+ * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8257
+ * @param colorMode - Light or dark only
8258
+ */
8259
+ export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8260
+ /**
8261
+ * Increases the saturation of a color by manipulating the hsl saturation.
8262
+ * @param color - Color to manipulate
8263
+ * @param amount - Amount to change in absolute terms. 0-1.
8264
+ */
8265
+ export const saturate: (color: string, amount: number) => string;
8266
+ /**
8267
+ * Decreases the saturation of a color by manipulating the hsl saturation.
8268
+ * @param color - Color to manipulate
8269
+ * @param amount - Amount to change in absolute terms. 0-1.
8270
+ */
8271
+ export const desaturate: (color: string, amount: number) => string;
8272
+ /**
8273
+ * Returns the lightness value of a color. 0-100
8274
+ * @param color
8275
+ */
8276
+ export const lightness: (color: string) => number;
8277
+ /**
8278
+ * Returns the darken value of a color. 0-100
8279
+ * @param color - Color to manipulate
8280
+ * @param amount - Amount to change in absolute terms. 0-1.
8281
+ */
8282
+ export const darken: (color: string, amount: number) => string;
8283
+ /**
8284
+ * Returns the brighten value of a color. 0-100
8285
+ * @param color - Color to manipulate
8286
+ * @param amount - Amount to change in absolute terms. 0-1.
8287
+ */
8288
+ export const brighten: (color: string, amount: number) => string;
8289
+
8133
8290
  }
8134
8291
  declare module '@elastic/eui/src/services/color/contrast' {
8292
+ export const getColorContrast: (textColor: string, backgroundColor: string) => number;
8135
8293
  export const wcagContrastMin = 4.5;
8136
8294
  /**
8137
8295
  * Creates a new color that meets or exceeds WCAG level AA
@@ -8160,6 +8318,7 @@ declare module '@elastic/eui/src/services/color/contrast' {
8160
8318
  };
8161
8319
  [key: string]: any;
8162
8320
  }) => string;
8321
+ export const warnIfContrastBelowMin: (textColor: string, backgroundColor: string, min?: number) => void;
8163
8322
 
8164
8323
  }
8165
8324
  declare module '@elastic/eui/src/services/color' {
@@ -8233,321 +8392,6 @@ declare module '@elastic/eui/src/services/theme' {
8233
8392
  export { COLOR_MODES_STANDARD } from '@elastic/eui/src/services/theme/types';
8234
8393
  export * from '@elastic/eui/src/services/theme/theme_variant';
8235
8394
 
8236
- }
8237
- declare module '@elastic/eui/src/services/color/manipulation' {
8238
- import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
8239
- /**
8240
- * Makes a color more transparent.
8241
- * @param color - Color to manipulate
8242
- * @param alpha - alpha channel value. From 0-1.
8243
- */
8244
- export const transparentize: (color: string, alpha: number) => string;
8245
- /**
8246
- * Mixes a provided color with white.
8247
- * @param color - Color to mix with white
8248
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8249
- */
8250
- export const tint: (color: string, ratio: number) => string;
8251
- /**
8252
- * Mixes a provided color with black.
8253
- * @param color - Color to mix with black
8254
- * @param ratio - Mix weight. From 0-1. Larger value indicates more black.
8255
- */
8256
- export const shade: (color: string, ratio: number) => string;
8257
- /**
8258
- * Returns the tinted color for light mode and shaded color for dark mode
8259
- * @param color - Color to mix with white
8260
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8261
- * @param colorMode - Light or dark only
8262
- */
8263
- export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8264
- /**
8265
- * Returns the shaded color for light mode and tinted color for dark mode
8266
- * @param color - Color to mix with white
8267
- * @param ratio - Mix weight. From 0-1. Larger value indicates more white.
8268
- * @param colorMode - Light or dark only
8269
- */
8270
- export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
8271
- /**
8272
- * Increases the saturation of a color by manipulating the hsl saturation.
8273
- * @param color - Color to manipulate
8274
- * @param amount - Amount to change in absolute terms. 0-1.
8275
- */
8276
- export const saturate: (color: string, amount: number) => string;
8277
- /**
8278
- * Decreases the saturation of a color by manipulating the hsl saturation.
8279
- * @param color - Color to manipulate
8280
- * @param amount - Amount to change in absolute terms. 0-1.
8281
- */
8282
- export const desaturate: (color: string, amount: number) => string;
8283
- /**
8284
- * Returns the lightness value of a color. 0-100
8285
- * @param color
8286
- */
8287
- export const lightness: (color: string) => number;
8288
- /**
8289
- * Returns the darken value of a color. 0-100
8290
- * @param color - Color to manipulate
8291
- * @param amount - Amount to change in absolute terms. 0-1.
8292
- */
8293
- export const darken: (color: string, amount: number) => string;
8294
- /**
8295
- * Returns the brighten value of a color. 0-100
8296
- * @param color - Color to manipulate
8297
- * @param amount - Amount to change in absolute terms. 0-1.
8298
- */
8299
- export const brighten: (color: string, amount: number) => string;
8300
-
8301
- }
8302
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
8303
- import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
8304
- export const colorVisDark: _EuiThemeVisColors;
8305
-
8306
- }
8307
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
8308
- /**
8309
- * These are not actually used, but we map them to ensure token parity.
8310
- * They are mapped to other vis colors
8311
- */
8312
- export const severityColors: {
8313
- unknown: string;
8314
- neutral: string;
8315
- success: string;
8316
- warning: string;
8317
- risk: string;
8318
- danger: string;
8319
- };
8320
-
8321
- }
8322
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
8323
- import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
8324
- export const brand_colors: _EuiThemeBrandColors;
8325
- export const brand_text_colors: _EuiThemeBrandTextColors;
8326
- export const shade_colors: _EuiThemeShadeColors;
8327
- export const special_colors: _EuiThemeSpecialColors;
8328
- export const text_colors: _EuiThemeTextColors;
8329
- export const background_colors: _EuiThemeBackgroundColors;
8330
- export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
8331
- export const border_colors: _EuiThemeBorderColors;
8332
- export const light_colors: _EuiThemeColorsMode;
8333
- export const dark_shades: _EuiThemeShadeColors;
8334
- export const dark_background_colors: _EuiThemeBackgroundColors;
8335
- export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
8336
- export const dark_border_colors: _EuiThemeBorderColors;
8337
- export const dark_colors_ams: _EuiThemeColorsMode;
8338
- export const colors: _EuiThemeColors;
8339
-
8340
- }
8341
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
8342
- import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
8343
- export const animation_speed: _EuiThemeAnimationSpeeds;
8344
- export const animation_ease: _EuiThemeAnimationEasings;
8345
- export const animation: _EuiThemeAnimation;
8346
-
8347
- }
8348
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
8349
- export { breakpoint } from '@elastic/eui-theme-common';
8350
-
8351
- }
8352
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
8353
- import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
8354
- export const base: _EuiThemeBase;
8355
- export const size: _EuiThemeSizes;
8356
-
8357
- }
8358
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
8359
- import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
8360
- export const border: _EuiThemeBorder;
8361
-
8362
- }
8363
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
8364
- import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
8365
- export const levels: _EuiThemeLevels;
8366
-
8367
- }
8368
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
8369
- import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
8370
- export const fontScale: _EuiThemeFontScales;
8371
- export const fontBase: _EuiThemeFontBase;
8372
- export const fontWeight: _EuiThemeFontWeights;
8373
- export const font: _EuiThemeFont;
8374
-
8375
- }
8376
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
8377
- import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
8378
- export const focus: _EuiThemeFocus;
8379
-
8380
- }
8381
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
8382
- import { _EuiThemeButton } from '@elastic/eui-theme-common';
8383
- export const buttons: _EuiThemeButton;
8384
-
8385
- }
8386
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
8387
- export const forms: {
8388
- maxWidth: string;
8389
- LIGHT: {
8390
- background: string;
8391
- backgroundDisabled: string;
8392
- backgroundReadOnly: any;
8393
- backgroundFocused: any;
8394
- backgroundAutofilled: string;
8395
- backgroundDropping: string;
8396
- prependBackground: string;
8397
- border: string;
8398
- borderDisabled: string;
8399
- borderFocused: any;
8400
- borderInvalid: any;
8401
- borderHovered: string;
8402
- borderInvalidHovered: any;
8403
- borderAutofilled: string;
8404
- borderAutofilledHovered: string;
8405
- clearButtonBackground: any;
8406
- controlBorder: string;
8407
- controlBorderSelected: string;
8408
- controlBorderDisabled: string;
8409
- controlBackgroundUnselected: any;
8410
- controlBackgroundDisabled: any;
8411
- colorHasPlaceholder: string;
8412
- colorDisabled: any;
8413
- iconDisabled: any;
8414
- };
8415
- DARK: {
8416
- background: string;
8417
- backgroundFocused: string;
8418
- backgroundAutofilled: string;
8419
- prependBackground: string;
8420
- border: string;
8421
- clearButtonBackground: any;
8422
- controlBorder: string;
8423
- controlBorderSelected: string;
8424
- controlBorderDisabled: string;
8425
- backgroundDisabled: string;
8426
- backgroundReadOnly: any;
8427
- backgroundDropping: string;
8428
- borderDisabled: string;
8429
- borderFocused: any;
8430
- borderInvalid: any;
8431
- borderHovered: string;
8432
- borderInvalidHovered: any;
8433
- borderAutofilled: string;
8434
- borderAutofilledHovered: string;
8435
- controlBackgroundUnselected: any;
8436
- controlBackgroundDisabled: any;
8437
- colorHasPlaceholder: string;
8438
- colorDisabled: any;
8439
- iconDisabled: any;
8440
- };
8441
- };
8442
-
8443
- }
8444
- declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
8445
- import { _EuiThemeComponents } from '@elastic/eui-theme-common';
8446
- export const components: _EuiThemeComponents;
8447
-
8448
- }
8449
- declare module '@elastic/eui/src/themes/amsterdam/theme' {
8450
- import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
8451
- export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
8452
- export const euiThemeAmsterdam: EuiThemeShape;
8453
- export const EuiThemeAmsterdam: {
8454
- model: EuiThemeShape;
8455
- root: EuiThemeShape;
8456
- key: string;
8457
- };
8458
-
8459
- }
8460
- declare module '@elastic/eui/src/services/theme/context' {
8461
- import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
8462
- export const DEFAULTS: {
8463
- system: {
8464
- model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
8465
- root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
8466
- key: string;
8467
- };
8468
- modifications: {};
8469
- colorMode: "LIGHT";
8470
- highContrastMode: false;
8471
- };
8472
- export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
8473
- export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
8474
- overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
8475
- }>>;
8476
- export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
8477
- export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
8478
- export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
8479
- export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
8480
- export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
8481
-
8482
- }
8483
- declare module '@elastic/eui/src/services/theme/hooks' {
8484
- import React from 'react';
8485
- import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
8486
- /**
8487
- * Hook for function components
8488
- */
8489
- export interface UseEuiTheme<T extends {} = {}> {
8490
- euiTheme: EuiThemeComputed<T>;
8491
- colorMode: EuiThemeColorModeStandard;
8492
- highContrastMode: EuiThemeHighContrastMode;
8493
- modifications: EuiThemeModifications<T>;
8494
- }
8495
- export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
8496
- /**
8497
- * HOC for class components
8498
- */
8499
- export interface WithEuiThemeProps<P extends {} = {}> {
8500
- theme: UseEuiTheme<P>;
8501
- }
8502
- export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
8503
- /**
8504
- * Render prop alternative for complex class components
8505
- * Most useful for scenarios where a HOC may interfere with typing
8506
- */
8507
- export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
8508
- children: (theme: UseEuiTheme) => React.ReactElement;
8509
- }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
8510
- /**
8511
- * Minor syntactical sugar hook for theme CSS variables.
8512
- * Primarily meant for internal EUI usage.
8513
- */
8514
- export const useEuiThemeCSSVariables: () => {
8515
- setGlobalCSSVariables: Function;
8516
- globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
8517
- setNearestThemeCSSVariables: Function;
8518
- themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
8519
- };
8520
- /**
8521
- * Checks whether the current active `colorMode` is set to `DARK`;
8522
- * In case of nested providers this returns the value of the nearest provider context.
8523
- */
8524
- export const useIsDarkMode: () => boolean;
8525
-
8526
- }
8527
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
8528
- import React, { FunctionComponent, PropsWithChildren } from 'react';
8529
- import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
8530
- type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
8531
- export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
8532
- /**
8533
- * Returns the current breakpoint based on window width.
8534
- * Typically only called by the top-level `EuiProvider` (to reduce the number
8535
- * of window resize listeners on the page). Also conditionally called if a
8536
- * nested `EuiThemeProvider` defines a `modify.breakpoint` override
8537
- */
8538
- export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
8539
- export {};
8540
-
8541
- }
8542
- declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
8543
- /**
8544
- * Hook util / syntactical sugar for useContext()
8545
- *
8546
- * This hook is in its own separate file to make mocking it
8547
- * as a testenv easy for Jest unit tests
8548
- */
8549
- export const useCurrentEuiBreakpoint: () => string | undefined;
8550
-
8551
8395
  }
8552
8396
  declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
8553
8397
  import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
@@ -13108,6 +12952,16 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
13108
12952
  declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
13109
12953
  export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
13110
12954
 
12955
+ }
12956
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
12957
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12958
+ export const colorVisLight: _EuiThemeVisColors;
12959
+
12960
+ }
12961
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
12962
+ import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
12963
+ export const colorVisDark: _EuiThemeVisColors;
12964
+
13111
12965
  }
13112
12966
  declare module '@elastic/eui/src/themes/themes' {
13113
12967
  import { EuiThemeSystem } from '@elastic/eui/src/services';
@@ -13117,6 +12971,159 @@ declare module '@elastic/eui/src/themes/themes' {
13117
12971
  provider?: EuiThemeSystem;
13118
12972
  }
13119
12973
 
12974
+ }
12975
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
12976
+ /**
12977
+ * These are not actually used, but we map them to ensure token parity.
12978
+ * They are mapped to other vis colors
12979
+ */
12980
+ export const severityColors: {
12981
+ unknown: string;
12982
+ neutral: string;
12983
+ success: string;
12984
+ warning: string;
12985
+ risk: string;
12986
+ danger: string;
12987
+ };
12988
+
12989
+ }
12990
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
12991
+ import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
12992
+ export const brand_colors: _EuiThemeBrandColors;
12993
+ export const brand_text_colors: _EuiThemeBrandTextColors;
12994
+ export const shade_colors: _EuiThemeShadeColors;
12995
+ export const special_colors: _EuiThemeSpecialColors;
12996
+ export const text_colors: _EuiThemeTextColors;
12997
+ export const background_colors: _EuiThemeBackgroundColors;
12998
+ export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
12999
+ export const border_colors: _EuiThemeBorderColors;
13000
+ export const light_colors: _EuiThemeColorsMode;
13001
+ export const dark_shades: _EuiThemeShadeColors;
13002
+ export const dark_background_colors: _EuiThemeBackgroundColors;
13003
+ export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
13004
+ export const dark_border_colors: _EuiThemeBorderColors;
13005
+ export const dark_colors_ams: _EuiThemeColorsMode;
13006
+ export const colors: _EuiThemeColors;
13007
+
13008
+ }
13009
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
13010
+ import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
13011
+ export const animation_speed: _EuiThemeAnimationSpeeds;
13012
+ export const animation_ease: _EuiThemeAnimationEasings;
13013
+ export const animation: _EuiThemeAnimation;
13014
+
13015
+ }
13016
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
13017
+ export { breakpoint } from '@elastic/eui-theme-common';
13018
+
13019
+ }
13020
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
13021
+ import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
13022
+ export const base: _EuiThemeBase;
13023
+ export const size: _EuiThemeSizes;
13024
+
13025
+ }
13026
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
13027
+ import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
13028
+ export const border: _EuiThemeBorder;
13029
+
13030
+ }
13031
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
13032
+ import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
13033
+ export const levels: _EuiThemeLevels;
13034
+
13035
+ }
13036
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
13037
+ import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
13038
+ export const fontScale: _EuiThemeFontScales;
13039
+ export const fontBase: _EuiThemeFontBase;
13040
+ export const fontWeight: _EuiThemeFontWeights;
13041
+ export const font: _EuiThemeFont;
13042
+
13043
+ }
13044
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
13045
+ import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
13046
+ export const focus: _EuiThemeFocus;
13047
+
13048
+ }
13049
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
13050
+ import { _EuiThemeButton } from '@elastic/eui-theme-common';
13051
+ export const buttons: _EuiThemeButton;
13052
+
13053
+ }
13054
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
13055
+ export const forms: {
13056
+ maxWidth: string;
13057
+ LIGHT: {
13058
+ background: string;
13059
+ backgroundDisabled: string;
13060
+ backgroundReadOnly: any;
13061
+ backgroundFocused: any;
13062
+ backgroundAutofilled: string;
13063
+ backgroundDropping: string;
13064
+ prependBackground: string;
13065
+ border: string;
13066
+ borderDisabled: string;
13067
+ borderFocused: any;
13068
+ borderInvalid: any;
13069
+ borderHovered: string;
13070
+ borderInvalidHovered: any;
13071
+ borderAutofilled: string;
13072
+ borderAutofilledHovered: string;
13073
+ clearButtonBackground: any;
13074
+ controlBorder: string;
13075
+ controlBorderSelected: string;
13076
+ controlBorderDisabled: string;
13077
+ controlBackgroundUnselected: any;
13078
+ controlBackgroundDisabled: any;
13079
+ colorHasPlaceholder: string;
13080
+ colorDisabled: any;
13081
+ iconDisabled: any;
13082
+ };
13083
+ DARK: {
13084
+ background: string;
13085
+ backgroundFocused: string;
13086
+ backgroundAutofilled: string;
13087
+ prependBackground: string;
13088
+ border: string;
13089
+ clearButtonBackground: any;
13090
+ controlBorder: string;
13091
+ controlBorderSelected: string;
13092
+ controlBorderDisabled: string;
13093
+ backgroundDisabled: string;
13094
+ backgroundReadOnly: any;
13095
+ backgroundDropping: string;
13096
+ borderDisabled: string;
13097
+ borderFocused: any;
13098
+ borderInvalid: any;
13099
+ borderHovered: string;
13100
+ borderInvalidHovered: any;
13101
+ borderAutofilled: string;
13102
+ borderAutofilledHovered: string;
13103
+ controlBackgroundUnselected: any;
13104
+ controlBackgroundDisabled: any;
13105
+ colorHasPlaceholder: string;
13106
+ colorDisabled: any;
13107
+ iconDisabled: any;
13108
+ };
13109
+ };
13110
+
13111
+ }
13112
+ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
13113
+ import { _EuiThemeComponents } from '@elastic/eui-theme-common';
13114
+ export const components: _EuiThemeComponents;
13115
+
13116
+ }
13117
+ declare module '@elastic/eui/src/themes/amsterdam/theme' {
13118
+ import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
13119
+ export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
13120
+ export const euiThemeAmsterdam: EuiThemeShape;
13121
+ export const EuiThemeAmsterdam: {
13122
+ model: EuiThemeShape;
13123
+ root: EuiThemeShape;
13124
+ key: string;
13125
+ };
13126
+
13120
13127
  }
13121
13128
  declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
13122
13129
  export * from '@elastic/eui/src/global_styling/mixins/_shadow';
@@ -15072,7 +15079,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
15072
15079
  /**
15073
15080
  * Height types
15074
15081
  */
15075
- getHeightType: (option?: EuiDataGridRowHeightOption) => "default" | "auto" | "lineCount" | "numerical";
15082
+ getHeightType: (option?: EuiDataGridRowHeightOption) => "auto" | "default" | "lineCount" | "numerical";
15076
15083
  /**
15077
15084
  * Line count utils
15078
15085
  */
@@ -22301,7 +22308,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
22301
22308
  import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
22302
22309
  export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
22303
22310
  /**
22304
- * Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
22311
+ * Provide a specific EuiTheme; Defaults to EuiThemeBorealis;
22305
22312
  * Pass `null` to remove all theming including global reset
22306
22313
  */
22307
22314
  theme?: EuiThemeSystem | null;
@@ -23563,13 +23570,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
23563
23570
  slot?: string | undefined;
23564
23571
  style?: CSSProperties | undefined;
23565
23572
  title?: string | undefined;
23566
- css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
23567
23573
  width: number;
23568
23574
  color?: string | undefined;
23569
23575
  content?: string | undefined;
23576
+ hidden?: boolean | undefined;
23577
+ css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
23570
23578
  translate?: "yes" | "no" | undefined;
23571
23579
  property?: string | undefined;
23572
- hidden?: boolean | undefined;
23573
23580
  className?: string | undefined;
23574
23581
  defaultChecked?: boolean | undefined;
23575
23582
  defaultValue?: string | number | readonly string[] | undefined;
@@ -33774,7 +33781,6 @@ declare module '@elastic/eui' {
33774
33781
  "euiToast.dismissToast": any;
33775
33782
  "euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
33776
33783
  "euiGlobalToastList.clearAllToastsButtonDisplayText": any;
33777
- "euiTableHeaderCell.titleTextWithDesc": any;
33778
33784
  "euiStepStrings.step": any;
33779
33785
  "euiStepStrings.simpleStep": any;
33780
33786
  "euiStepStrings.complete": any;
@@ -33792,6 +33798,7 @@ declare module '@elastic/eui' {
33792
33798
  "euiStepStrings.current": any;
33793
33799
  "euiStepStrings.simpleCurrent": any;
33794
33800
  "euiStat.loadingText": any;
33801
+ "euiTableHeaderCell.titleTextWithDesc": any;
33795
33802
  "euiSkeletonLoading.loadedAriaText": any;
33796
33803
  "euiSkeletonLoading.loadingAriaText": any;
33797
33804
  "euiSideNav.mobileToggleAriaLabel": any;
@@ -33823,9 +33830,14 @@ declare module '@elastic/eui' {
33823
33830
  "euiPagination.of": any;
33824
33831
  "euiPagination.collection": any;
33825
33832
  "euiPagination.fromEndLabel": any;
33826
- "euiModal.closeModal": any;
33827
33833
  "euiMarkdownEditorToolbar.editor": any;
33828
33834
  "euiMarkdownEditorToolbar.previewMarkdown": any;
33835
+ "euiMarkdownEditorFooter.uploadingFiles": any;
33836
+ "euiMarkdownEditorFooter.openUploadModal": any;
33837
+ "euiMarkdownEditorFooter.unsupportedFileType": any;
33838
+ "euiMarkdownEditorFooter.supportedFileTypes": any;
33839
+ "euiMarkdownEditorFooter.showSyntaxErrors": any;
33840
+ "euiMarkdownEditorFooter.errorsTitle": any;
33829
33841
  "euiMarkdownEditorHelpButton.mdSyntaxLink": any;
33830
33842
  "euiMarkdownEditorHelpButton.syntaxTitle": any;
33831
33843
  "euiMarkdownEditorHelpButton.showMarkdownHelp": any;
@@ -33833,36 +33845,32 @@ declare module '@elastic/eui' {
33833
33845
  "euiMarkdownEditorHelpButton.syntaxModalDescriptionSuffix": any;
33834
33846
  "euiMarkdownEditorHelpButton.closeButton": any;
33835
33847
  "euiMarkdownEditorHelpButton.syntaxPopoverDescription": any;
33836
- "euiMarkdownEditorFooter.uploadingFiles": any;
33837
- "euiMarkdownEditorFooter.openUploadModal": any;
33838
- "euiMarkdownEditorFooter.unsupportedFileType": any;
33839
- "euiMarkdownEditorFooter.supportedFileTypes": any;
33840
- "euiMarkdownEditorFooter.showSyntaxErrors": any;
33841
- "euiMarkdownEditorFooter.errorsTitle": any;
33842
33848
  "euiMark.highlightStart": any;
33843
33849
  "euiMark.highlightEnd": any;
33850
+ "euiModal.screenReaderModalDialog": any;
33851
+ "euiModal.closeModal": any;
33844
33852
  "euiLoadingStrings.ariaLabel": any;
33845
33853
  "euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
33846
33854
  "euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
33847
- "euiImageButton.openFullScreen": any;
33848
- "euiImageButton.closeFullScreen": any;
33849
33855
  "euiInlineEditForm.saveButtonAriaLabel": any;
33850
33856
  "euiInlineEditForm.cancelButtonAriaLabel": any;
33851
33857
  "euiInlineEditForm.inputKeyboardInstructions": any;
33852
33858
  "euiInlineEditForm.activateEditModeDescription": any;
33853
- "euiFilterButton.filterBadgeActiveAriaLabel": any;
33854
- "euiFilterButton.filterBadgeAvailableAriaLabel": any;
33859
+ "euiImageButton.openFullScreen": any;
33860
+ "euiImageButton.closeFullScreen": any;
33861
+ "euiForm.addressFormErrors": any;
33855
33862
  "euiFlyout.screenReaderModalDialog": any;
33856
33863
  "euiFlyout.screenReaderNonModalDialog": any;
33857
33864
  "euiFlyout.screenReaderFocusTrapShards": any;
33858
33865
  "euiFlyoutCloseButton.ariaLabel": any;
33859
- "euiForm.addressFormErrors": any;
33866
+ "euiFilterButton.filterBadgeActiveAriaLabel": any;
33867
+ "euiFilterButton.filterBadgeAvailableAriaLabel": any;
33860
33868
  "euiErrorBoundary.error": any;
33861
33869
  "euiDataGrid.ariaLabel": any;
33862
33870
  "euiDataGrid.ariaLabelledBy": any;
33863
33871
  "euiDataGrid.screenReaderNotice": any;
33864
- "euiComboBox.listboxAriaLabel": any;
33865
33872
  "euiCollapsibleNavBeta.ariaLabel": any;
33873
+ "euiComboBox.listboxAriaLabel": any;
33866
33874
  "euiSaturation.ariaLabel": any;
33867
33875
  "euiSaturation.roleDescription": any;
33868
33876
  "euiSaturation.screenReaderInstructions": any;
@@ -33878,19 +33886,19 @@ declare module '@elastic/eui' {
33878
33886
  "euiColorPicker.alphaLabel": any;
33879
33887
  "euiColorPicker.openLabel": any;
33880
33888
  "euiColorPicker.closeLabel": any;
33889
+ "euiCallOut.dismissAriaLabel": any;
33881
33890
  "euiCodeBlockFullScreen.fullscreenCollapse": any;
33882
33891
  "euiCodeBlockFullScreen.fullscreenExpand": any;
33883
33892
  "euiCodeBlockFullScreen.ariaLabel": any;
33884
33893
  "euiCodeBlockCopy.copy": any;
33885
33894
  "euiCodeBlockAnnotations.ariaLabel": any;
33886
33895
  "euiCodeBlock.label": any;
33887
- "euiCallOut.dismissAriaLabel": any;
33888
- "euiBreadcrumbs.nav.ariaLabel": any;
33889
- "euiBreadcrumb.collapsedBadge.ariaLabel": any;
33890
- "euiBreadcrumb.popoverAriaLabel": any;
33891
33896
  "euiBottomBar.screenReaderHeading": any;
33892
33897
  "euiBottomBar.customScreenReaderAnnouncement": any;
33893
33898
  "euiBottomBar.screenReaderAnnouncement": any;
33899
+ "euiBreadcrumbs.nav.ariaLabel": any;
33900
+ "euiBreadcrumb.collapsedBadge.ariaLabel": any;
33901
+ "euiBreadcrumb.popoverAriaLabel": any;
33894
33902
  "euiCollapsedItemActions.allActionsTooltip": any;
33895
33903
  "euiCollapsedItemActions.allActions": any;
33896
33904
  "euiCollapsedItemActions.allActionsDisabled": any;
@@ -33936,75 +33944,9 @@ declare module '@elastic/eui' {
33936
33944
  "euiFilePicker.filesSelected": any;
33937
33945
  "euiFilePicker.removeSelectedAriaLabel": any;
33938
33946
  "euiFilePicker.removeSelected": any;
33939
- "euiFieldSearch.clearSearchButtonLabel": any;
33940
33947
  "euiFieldPassword.showPassword": any;
33941
33948
  "euiFieldPassword.maskPassword": any;
33942
- "euiDataGridPagination.detailedPaginationLabel": any;
33943
- "euiDataGridPagination.paginationLabel": any;
33944
- "euiDataGridSchema.booleanSortTextAsc": any;
33945
- "euiDataGridSchema.booleanSortTextDesc": any;
33946
- "euiDataGridSchema.currencySortTextAsc": any;
33947
- "euiDataGridSchema.currencySortTextDesc": any;
33948
- "euiDataGridSchema.dateSortTextAsc": any;
33949
- "euiDataGridSchema.dateSortTextDesc": any;
33950
- "euiDataGridSchema.numberSortTextAsc": any;
33951
- "euiDataGridSchema.numberSortTextDesc": any;
33952
- "euiDataGridSchema.jsonSortTextAsc": any;
33953
- "euiDataGridSchema.jsonSortTextDesc": any;
33954
- "euiKeyboardShortcuts.title": any;
33955
- "euiKeyboardShortcuts.upArrowTitle": any;
33956
- "euiKeyboardShortcuts.upArrowDescription": any;
33957
- "euiKeyboardShortcuts.downArrowTitle": any;
33958
- "euiKeyboardShortcuts.downArrowDescription": any;
33959
- "euiKeyboardShortcuts.rightArrowTitle": any;
33960
- "euiKeyboardShortcuts.rightArrowDescription": any;
33961
- "euiKeyboardShortcuts.leftArrowTitle": any;
33962
- "euiKeyboardShortcuts.leftArrowDescription": any;
33963
- "euiKeyboardShortcuts.homeTitle": any;
33964
- "euiKeyboardShortcuts.homeDescription": any;
33965
- "euiKeyboardShortcuts.endTitle": any;
33966
- "euiKeyboardShortcuts.endDescription": any;
33967
- "euiKeyboardShortcuts.ctrl": any;
33968
- "euiKeyboardShortcuts.ctrlHomeDescription": any;
33969
- "euiKeyboardShortcuts.ctrlEndDescription": any;
33970
- "euiKeyboardShortcuts.pageUpTitle": any;
33971
- "euiKeyboardShortcuts.pageUpDescription": any;
33972
- "euiKeyboardShortcuts.pageDownTitle": any;
33973
- "euiKeyboardShortcuts.pageDownDescription": any;
33974
- "euiKeyboardShortcuts.enterTitle": any;
33975
- "euiKeyboardShortcuts.enterDescription": any;
33976
- "euiKeyboardShortcuts.escapeTitle": any;
33977
- "euiKeyboardShortcuts.escapeDescription": any;
33978
- "euiFullscreenSelector.fullscreenButton": any;
33979
- "euiFullscreenSelector.fullscreenButtonActive": any;
33980
- "euiDataGridToolbarControl.badgeAriaLabel": any;
33981
- "euiDisplaySelector.densityLabel": any;
33982
- "euiDisplaySelector.labelCompact": any;
33983
- "euiDisplaySelector.labelNormal": any;
33984
- "euiDisplaySelector.labelExpanded": any;
33985
- "euiDisplaySelector.rowHeightLabel": any;
33986
- "euiDisplaySelector.labelAuto": any;
33987
- "euiDisplaySelector.labelStatic": any;
33988
- "euiDisplaySelector.labelMax": any;
33989
- "euiDisplaySelector.buttonText": any;
33990
- "euiDisplaySelector.resetButtonText": any;
33991
- "euiColumnSorting.button": any;
33992
- "euiColumnSorting.sortFieldAriaLabel": any;
33993
- "euiColumnSorting.emptySorting": any;
33994
- "euiColumnSorting.pickFields": any;
33995
- "euiColumnSorting.clearAll": any;
33996
- "euiColumnSortingDraggable.defaultSortAsc": any;
33997
- "euiColumnSortingDraggable.defaultSortDesc": any;
33998
- "euiColumnSortingDraggable.dragHandleAriaLabel": any;
33999
- "euiColumnSortingDraggable.activeSortLabel": any;
34000
- "euiColumnSortingDraggable.removeSortLabel": any;
34001
- "euiColumnSortingDraggable.toggleLegend": any;
34002
- "euiColumnSelector.dragHandleAriaLabel": any;
34003
- "euiColumnSelector.button": any;
34004
- "euiColumnSelector.search": any;
34005
- "euiColumnSelector.searchcolumns": any;
34006
- "euiColumnSelector.selectAll": any;
34007
- "euiColumnSelector.hideAll": any;
33949
+ "euiFieldSearch.clearSearchButtonLabel": any;
34008
33950
  "euiTimeOptions.last": any;
34009
33951
  "euiTimeOptions.next": any;
34010
33952
  "euiTimeOptions.seconds": any;
@@ -34090,6 +34032,79 @@ declare module '@elastic/eui' {
34090
34032
  "euiAutoRefresh.autoRefreshLabel": any;
34091
34033
  "euiAutoRefresh.buttonLabelOff": any;
34092
34034
  "euiAutoRefresh.buttonLabelOn": any;
34035
+ "euiDataGridSchema.booleanSortTextAsc": any;
34036
+ "euiDataGridSchema.booleanSortTextDesc": any;
34037
+ "euiDataGridSchema.currencySortTextAsc": any;
34038
+ "euiDataGridSchema.currencySortTextDesc": any;
34039
+ "euiDataGridSchema.dateSortTextAsc": any;
34040
+ "euiDataGridSchema.dateSortTextDesc": any;
34041
+ "euiDataGridSchema.numberSortTextAsc": any;
34042
+ "euiDataGridSchema.numberSortTextDesc": any;
34043
+ "euiDataGridSchema.jsonSortTextAsc": any;
34044
+ "euiDataGridSchema.jsonSortTextDesc": any;
34045
+ "euiDataGridPagination.detailedPaginationLabel": any;
34046
+ "euiDataGridPagination.paginationLabel": any;
34047
+ "euiKeyboardShortcuts.title": any;
34048
+ "euiKeyboardShortcuts.upArrowTitle": any;
34049
+ "euiKeyboardShortcuts.upArrowDescription": any;
34050
+ "euiKeyboardShortcuts.downArrowTitle": any;
34051
+ "euiKeyboardShortcuts.downArrowDescription": any;
34052
+ "euiKeyboardShortcuts.rightArrowTitle": any;
34053
+ "euiKeyboardShortcuts.rightArrowDescription": any;
34054
+ "euiKeyboardShortcuts.leftArrowTitle": any;
34055
+ "euiKeyboardShortcuts.leftArrowDescription": any;
34056
+ "euiKeyboardShortcuts.homeTitle": any;
34057
+ "euiKeyboardShortcuts.homeDescription": any;
34058
+ "euiKeyboardShortcuts.endTitle": any;
34059
+ "euiKeyboardShortcuts.endDescription": any;
34060
+ "euiKeyboardShortcuts.ctrl": any;
34061
+ "euiKeyboardShortcuts.ctrlHomeDescription": any;
34062
+ "euiKeyboardShortcuts.ctrlEndDescription": any;
34063
+ "euiKeyboardShortcuts.pageUpTitle": any;
34064
+ "euiKeyboardShortcuts.pageUpDescription": any;
34065
+ "euiKeyboardShortcuts.pageDownTitle": any;
34066
+ "euiKeyboardShortcuts.pageDownDescription": any;
34067
+ "euiKeyboardShortcuts.enterTitle": any;
34068
+ "euiKeyboardShortcuts.enterDescription": any;
34069
+ "euiKeyboardShortcuts.escapeTitle": any;
34070
+ "euiKeyboardShortcuts.escapeDescription": any;
34071
+ "euiFullscreenSelector.fullscreenButton": any;
34072
+ "euiFullscreenSelector.fullscreenButtonActive": any;
34073
+ "euiDisplaySelector.densityLabel": any;
34074
+ "euiDisplaySelector.labelCompact": any;
34075
+ "euiDisplaySelector.labelNormal": any;
34076
+ "euiDisplaySelector.labelExpanded": any;
34077
+ "euiDisplaySelector.rowHeightLabel": any;
34078
+ "euiDisplaySelector.labelAuto": any;
34079
+ "euiDisplaySelector.labelStatic": any;
34080
+ "euiDisplaySelector.labelMax": any;
34081
+ "euiDisplaySelector.buttonText": any;
34082
+ "euiDisplaySelector.resetButtonText": any;
34083
+ "euiDataGridToolbarControl.badgeAriaLabel": any;
34084
+ "euiColumnSortingDraggable.defaultSortAsc": any;
34085
+ "euiColumnSortingDraggable.defaultSortDesc": any;
34086
+ "euiColumnSortingDraggable.dragHandleAriaLabel": any;
34087
+ "euiColumnSortingDraggable.activeSortLabel": any;
34088
+ "euiColumnSortingDraggable.removeSortLabel": any;
34089
+ "euiColumnSortingDraggable.toggleLegend": any;
34090
+ "euiColumnSorting.button": any;
34091
+ "euiColumnSorting.sortFieldAriaLabel": any;
34092
+ "euiColumnSorting.emptySorting": any;
34093
+ "euiColumnSorting.pickFields": any;
34094
+ "euiColumnSorting.clearAll": any;
34095
+ "euiColumnSelector.dragHandleAriaLabel": any;
34096
+ "euiColumnSelector.button": any;
34097
+ "euiColumnSelector.search": any;
34098
+ "euiColumnSelector.searchcolumns": any;
34099
+ "euiColumnSelector.selectAll": any;
34100
+ "euiColumnSelector.hideAll": any;
34101
+ "euiCollapsibleNavButton.ariaLabelExpand": any;
34102
+ "euiCollapsibleNavButton.ariaLabelCollapse": any;
34103
+ "euiCollapsibleNavButton.ariaLabelOpen": any;
34104
+ "euiCollapsibleNavButton.ariaLabelClose": any;
34105
+ "euiCollapsibleNavKibanaSolution.switcherTitle": any;
34106
+ "euiCollapsibleNavKibanaSolution.switcherAriaLabel": any;
34107
+ "euiCollapsibleNavKibanaSolution.groupLabel": any;
34093
34108
  "euiComboBoxOptionsList.loadingOptions": any;
34094
34109
  "euiComboBoxOptionsList.delimiterMessage": any;
34095
34110
  "euiComboBoxOptionsList.alreadyAdded": any;
@@ -34098,17 +34113,38 @@ declare module '@elastic/eui' {
34098
34113
  "euiComboBoxOptionsList.noAvailableOptions": any;
34099
34114
  "euiComboBoxOptionsList.allOptionsSelected": any;
34100
34115
  "euiComboBoxPill.removeSelection": any;
34101
- "euiCollapsibleNavButton.ariaLabelExpand": any;
34102
- "euiCollapsibleNavButton.ariaLabelCollapse": any;
34103
- "euiCollapsibleNavButton.ariaLabelOpen": any;
34104
- "euiCollapsibleNavButton.ariaLabelClose": any;
34105
- "euiCollapsibleNavKibanaSolution.switcherTitle": any;
34106
- "euiCollapsibleNavKibanaSolution.switcherAriaLabel": any;
34107
- "euiCollapsibleNavKibanaSolution.groupLabel": any;
34108
34116
  "euiCardSelect.selected": any;
34109
34117
  "euiCardSelect.unavailable": any;
34110
34118
  "euiCardSelect.select": any;
34111
34119
  "euiAccordionChildrenLoading.message": any;
34120
+ "euiRelativeTab.numberInputLabel": any;
34121
+ "euiRelativeTab.numberInputError": any;
34122
+ "euiRelativeTab.dateInputError": any;
34123
+ "euiRelativeTab.unitInputLabel": any;
34124
+ "euiRelativeTab.fullDescription": any;
34125
+ "euiDatePopoverContent.startDateLabel": any;
34126
+ "euiDatePopoverContent.endDateLabel": any;
34127
+ "euiDatePopoverContent.absoluteTabLabel": any;
34128
+ "euiDatePopoverContent.relativeTabLabel": any;
34129
+ "euiDatePopoverContent.nowTabLabel": any;
34130
+ "euiDatePopoverContent.nowTabContent": any;
34131
+ "euiDatePopoverContent.nowTabButtonStart": any;
34132
+ "euiDatePopoverContent.nowTabButtonEnd": any;
34133
+ "euiDatePopoverButton.invalidTitle": any;
34134
+ "euiDatePopoverButton.outdatedTitle": any;
34135
+ "euiAbsoluteTab.dateFormatButtonLabel": any;
34136
+ "euiAbsoluteTab.dateFormatError": any;
34137
+ "euiRecentlyUsed.legend": any;
34138
+ "euiQuickSelectPopover.buttonLabel": any;
34139
+ "euiQuickSelect.quickSelectTitle": any;
34140
+ "euiQuickSelect.previousLabel": any;
34141
+ "euiQuickSelect.nextLabel": any;
34142
+ "euiQuickSelect.tenseLabel": any;
34143
+ "euiQuickSelect.valueLabel": any;
34144
+ "euiQuickSelect.unitLabel": any;
34145
+ "euiQuickSelect.applyButton": any;
34146
+ "euiQuickSelect.fullDescription": any;
34147
+ "euiCommonlyUsedTimeRanges.legend": any;
34112
34148
  "euiDataGridHeaderCell.sortedByAscendingSingle": any;
34113
34149
  "euiDataGridHeaderCell.sortedByDescendingSingle": any;
34114
34150
  "euiDataGridHeaderCell.sortedByAscendingFirst": any;
@@ -34126,37 +34162,9 @@ declare module '@elastic/eui' {
34126
34162
  "euiDataGridCell.focusTrapExitPrompt": any;
34127
34163
  "euiDataGridCell.focusTrapEnterPrompt": any;
34128
34164
  "euiDataGridCell.focusTrapEnteredExitPrompt": any;
34165
+ "euiDataGridCellActions.expandButtonTitle": any;
34129
34166
  "euiDataGridCell.position": any;
34130
34167
  "euiDataGridCell.expansionEnterPrompt": any;
34131
- "euiRecentlyUsed.legend": any;
34132
- "euiDataGridCellActions.expandButtonTitle": any;
34133
- "euiQuickSelectPopover.buttonLabel": any;
34134
- "euiQuickSelect.quickSelectTitle": any;
34135
- "euiQuickSelect.previousLabel": any;
34136
- "euiQuickSelect.nextLabel": any;
34137
- "euiQuickSelect.tenseLabel": any;
34138
- "euiQuickSelect.valueLabel": any;
34139
- "euiQuickSelect.unitLabel": any;
34140
- "euiQuickSelect.applyButton": any;
34141
- "euiQuickSelect.fullDescription": any;
34142
- "euiCommonlyUsedTimeRanges.legend": any;
34143
- "euiRelativeTab.numberInputLabel": any;
34144
- "euiRelativeTab.numberInputError": any;
34145
- "euiRelativeTab.dateInputError": any;
34146
- "euiRelativeTab.unitInputLabel": any;
34147
- "euiRelativeTab.fullDescription": any;
34148
- "euiDatePopoverContent.startDateLabel": any;
34149
- "euiDatePopoverContent.endDateLabel": any;
34150
- "euiDatePopoverContent.absoluteTabLabel": any;
34151
- "euiDatePopoverContent.relativeTabLabel": any;
34152
- "euiDatePopoverContent.nowTabLabel": any;
34153
- "euiDatePopoverContent.nowTabContent": any;
34154
- "euiDatePopoverContent.nowTabButtonStart": any;
34155
- "euiDatePopoverContent.nowTabButtonEnd": any;
34156
- "euiDatePopoverButton.invalidTitle": any;
34157
- "euiDatePopoverButton.outdatedTitle": any;
34158
- "euiAbsoluteTab.dateFormatButtonLabel": any;
34159
- "euiAbsoluteTab.dateFormatError": any;
34160
34168
  "euiCollapsedNavButton.ariaLabelButtonIcon": any;
34161
34169
  }
34162
34170
  }