@elastic/eui-theme-borealis 0.1.0 → 1.0.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 (88) hide show
  1. package/lib/cjs/eui_theme_borealis_dark.json.d.js.map +1 -1
  2. package/lib/cjs/eui_theme_borealis_light.json.d.js.map +1 -1
  3. package/lib/cjs/index.d.ts.map +1 -1
  4. package/lib/cjs/index.js +3 -1
  5. package/lib/cjs/index.js.map +1 -1
  6. package/lib/cjs/variables/_borders.js +1 -1
  7. package/lib/cjs/variables/_borders.js.map +1 -1
  8. package/lib/cjs/variables/_buttons.d.ts.map +1 -1
  9. package/lib/cjs/variables/_buttons.js +256 -83
  10. package/lib/cjs/variables/_buttons.js.map +1 -1
  11. package/lib/cjs/variables/_components.d.ts.map +1 -1
  12. package/lib/cjs/variables/_components.js +307 -125
  13. package/lib/cjs/variables/_components.js.map +1 -1
  14. package/lib/cjs/variables/_forms.d.ts +32 -32
  15. package/lib/cjs/variables/_forms.d.ts.map +1 -1
  16. package/lib/cjs/variables/_forms.js +91 -47
  17. package/lib/cjs/variables/_forms.js.map +1 -1
  18. package/lib/cjs/variables/_overrides.d.ts +3 -0
  19. package/lib/cjs/variables/_overrides.d.ts.map +1 -0
  20. package/lib/cjs/variables/_overrides.js +24 -0
  21. package/lib/cjs/variables/_overrides.js.map +1 -0
  22. package/lib/cjs/variables/colors/_colors_dark.d.ts.map +1 -1
  23. package/lib/cjs/variables/colors/_colors_dark.js +14 -0
  24. package/lib/cjs/variables/colors/_colors_dark.js.map +1 -1
  25. package/lib/cjs/variables/colors/_colors_light.d.ts.map +1 -1
  26. package/lib/cjs/variables/colors/_colors_light.js +14 -0
  27. package/lib/cjs/variables/colors/_colors_light.js.map +1 -1
  28. package/lib/cjs/variables/colors/_colors_severity.d.ts +9 -0
  29. package/lib/cjs/variables/colors/_colors_severity.d.ts.map +1 -0
  30. package/lib/cjs/variables/colors/_colors_severity.js +24 -0
  31. package/lib/cjs/variables/colors/_colors_severity.js.map +1 -0
  32. package/lib/cjs/variables/colors/_colors_vis.d.ts.map +1 -1
  33. package/lib/cjs/variables/colors/_colors_vis.js +0 -15
  34. package/lib/cjs/variables/colors/_colors_vis.js.map +1 -1
  35. package/lib/cjs/variables/colors/_primitive_colors.d.ts +28 -0
  36. package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +1 -1
  37. package/lib/cjs/variables/colors/_primitive_colors.js +28 -0
  38. package/lib/cjs/variables/colors/_primitive_colors.js.map +1 -1
  39. package/lib/cjs/variables/colors/_semantic_colors.d.ts +28 -0
  40. package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +1 -1
  41. package/lib/cjs/variables/colors/_semantic_colors.js +28 -0
  42. package/lib/cjs/variables/colors/_semantic_colors.js.map +1 -1
  43. package/lib/cjs/variables/colors/index.d.ts.map +1 -1
  44. package/lib/cjs/variables/colors/index.js +3 -1
  45. package/lib/cjs/variables/colors/index.js.map +1 -1
  46. package/lib/esm/index.js +2 -0
  47. package/lib/esm/index.js.map +1 -1
  48. package/lib/esm/variables/_borders.js +1 -1
  49. package/lib/esm/variables/_borders.js.map +1 -1
  50. package/lib/esm/variables/_buttons.js +50 -78
  51. package/lib/esm/variables/_buttons.js.map +1 -1
  52. package/lib/esm/variables/_components.js +64 -124
  53. package/lib/esm/variables/_components.js.map +1 -1
  54. package/lib/esm/variables/_forms.d.ts +32 -32
  55. package/lib/esm/variables/_forms.js +16 -35
  56. package/lib/esm/variables/_forms.js.map +1 -1
  57. package/lib/esm/variables/_overrides.d.ts +2 -0
  58. package/lib/esm/variables/_overrides.js +17 -0
  59. package/lib/esm/variables/_overrides.js.map +1 -0
  60. package/lib/esm/variables/colors/_colors_dark.js +14 -0
  61. package/lib/esm/variables/colors/_colors_dark.js.map +1 -1
  62. package/lib/esm/variables/colors/_colors_light.js +14 -0
  63. package/lib/esm/variables/colors/_colors_light.js.map +1 -1
  64. package/lib/esm/variables/colors/_colors_severity.d.ts +8 -0
  65. package/lib/esm/variables/colors/_colors_severity.js +17 -0
  66. package/lib/esm/variables/colors/_colors_severity.js.map +1 -0
  67. package/lib/esm/variables/colors/_colors_vis.js +0 -15
  68. package/lib/esm/variables/colors/_colors_vis.js.map +1 -1
  69. package/lib/esm/variables/colors/_primitive_colors.d.ts +28 -0
  70. package/lib/esm/variables/colors/_primitive_colors.js +28 -0
  71. package/lib/esm/variables/colors/_primitive_colors.js.map +1 -1
  72. package/lib/esm/variables/colors/_semantic_colors.d.ts +28 -0
  73. package/lib/esm/variables/colors/_semantic_colors.js +28 -0
  74. package/lib/esm/variables/colors/_semantic_colors.js.map +1 -1
  75. package/lib/esm/variables/colors/index.js +2 -0
  76. package/lib/esm/variables/colors/index.js.map +1 -1
  77. package/lib/eui_theme_borealis_dark.json +23 -18
  78. package/lib/eui_theme_borealis_dark.json.d.ts +20 -15
  79. package/lib/eui_theme_borealis_light.json +23 -18
  80. package/lib/eui_theme_borealis_light.json.d.ts +20 -15
  81. package/package.json +3 -5
  82. package/src/variables/_borders.scss +11 -0
  83. package/src/variables/_buttons.scss +2 -0
  84. package/src/variables/_index.scss +8 -0
  85. package/src/variables/colors/_colors_dark.scss +12 -0
  86. package/src/variables/colors/_colors_light.scss +12 -0
  87. package/src/variables/colors/_colors_severity.scss +7 -0
  88. package/src/variables/colors/_semantic_colors.scss +30 -0
@@ -1 +1 @@
1
- {"version":3,"file":"_components.js","names":["_semantic_colors","require","_colors_dark","_buttons","_forms","_colors_light","_colors_vis","_typeof","o","Symbol","iterator","constructor","prototype","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","toPrimitive","call","TypeError","String","Number","component_colors","badgeBackground","background_colors","backgroundLightText","badgeBackgroundSubdued","badgeBorderColorHollow","border_colors","borderBasePlain","badgeIconButtonBackgroundHover","backgroundBaseInteractiveHover","breadcrumbsApplicationBackground","breadcrumbsApplicationColor","text_colors","textSubdued","bottomBarBackground","SEMANTIC_COLORS","plainDark","buttonGroupBackgroundDisabledSelected","backgroundBaseFormsControlDisabled","buttonGroupBorderColor","buttonGroupBorderColorSelected","buttonGroupFocusColor","brand_text_colors","textPrimary","codeBackground","backgroundBaseHighlighted","codeBackgroundSelected","codeColor","textParagraph","codeInlineColor","colorVis","euiColorVisAsTextLight6","codeCommentColor","codeSelectorColor","codeStringColor","euiColorVisAsTextLight2","codeTagColor","euiColorVisAsTextLight1","codeNameColor","codeNumberColor","euiColorVisAsTextLight0","codeInlineCodeKeywordColor","codeKeywordColor","codeFunctionTitleColor","codeTypeColor","codeAttributeColor","codeSymbolColor","euiColorVisAsTextLight3","codeParamsColor","codeMetaColor","codeTitleColor","euiColorVisAsTextLight4","codeSectionColor","codeAdditionColor","codeDeletionColor","codeSelectorClassColor","codeSelectorIdColor","collapsibleNavGroupBackground","backgroundBaseSubdued","collapsibleNavGroupBackgroundDark","dark_background_colors","dataGridBorderColor","borderBaseSubdued","dataGridVerticalLineBorderColor","dataGridRowBackgroundStriped","dataGridRowBackgroundHover","dataGridRowBackgroundSelect","backgroundBaseInteractiveSelect","dragDropDraggingBackground","backgroundBaseSuccess","dragDropDraggingOverBackground","backgroundLightSuccess","filterSelectItemBackgroundFocusDisabled","backgroundBaseDisabled","flyoutFooterBackground","flyoutCloseButtonInsideBackground","backgroundBasePlain","headerBackground","headerDarkBackground","headerDarkSearchBorderColor","dark_border_colors","headerDarkSectionItemBackgroundFocus","backgroundBasePrimary","keyPadMenuItemBackgroundDisabledSelect","listGroupItemBackgroundPrimaryActive","listGroupItemBackgroundSubduedActive","listGroupItemBackgroundHover","listGroupItemBackgroundPrimaryHover","loadingSpinnerBorder","loadingSpinnerHighlight","borderStrongPrimary","loadingChartMonoBackground0","shade20","loadingChartMonoBackground1","shade30","loadingChartMonoBackground2","shade40","loadingChartMonoBackground3","shade50","markBackground","backgroundLightPrimary","markdownFormatTableBorderColor","overlayMaskBackground","backgroundBaseInteractiveOverlay","overlayMaskBackgroundHighContrast","concat","shade140RGB","popoverPanelBackground","popoverFooterBorderColor","scrollbarTrackColor","shade15","sideNavItemEmphasizedBackground","selectableListItemBorderColor","skeletonBackgroundSkeletonMiddleHighContrast","shade100RGB","superDatePickerBackgroundSuccees","switchBackgroundOn","backgroundFilledPrimary","switchBackgroundOff","backgroundFilledText","switchUncompressedBackgroundDisabled","switchCompressedBackgroundDisabled","switchMiniBackgroundDisabled","switchThumbBackgroundDisabled","switchThumbBorderOn","switchThumbBorderOff","switchIconDisabled","forms","LIGHT","iconDisabled","tableRowBackgroundHover","tableRowBackgroundSelected","tableRowBackgroundSelectedHover","tableRowInteractiveBackgroundHover","tableRowInteractiveBackgroundFocus","tableCellSortableIconColor","tooltipBackground","tooltipBorder","tooltipBorderFloating","borderBaseFloating","tourFooterBackground","treeViewItemBackgroundHover","components","exports","buttons","DARK","dark_text_colors","dark_brand_text_colors","euiColorVisAsTextDark6","euiColorVisAsTextDark2","euiColorVisAsTextDark1","euiColorVisAsTextDark0","euiColorVisAsTextDark3","euiColorVisAsTextDark4","shade110","shade100","shade90","shade80","shade145","plainLightRGB"],"sources":["../../../src/variables/_components.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport {\n _EuiThemeComponentColors,\n _EuiThemeComponents,\n} from '@elastic/eui-theme-common';\n\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\nimport {\n dark_background_colors,\n dark_border_colors,\n dark_brand_text_colors,\n dark_text_colors,\n} from './colors/_colors_dark';\n\nimport { buttons } from './_buttons';\nimport { forms } from './_forms';\nimport {\n background_colors,\n border_colors,\n brand_text_colors,\n text_colors,\n} from './colors/_colors_light';\nimport { colorVis } from './colors/_colors_vis';\n\nconst component_colors: _EuiThemeComponentColors = {\n badgeBackground: background_colors.backgroundLightText,\n badgeBackgroundSubdued: background_colors.backgroundLightText,\n badgeBorderColorHollow: border_colors.borderBasePlain,\n badgeIconButtonBackgroundHover:\n background_colors.backgroundBaseInteractiveHover,\n\n breadcrumbsApplicationBackground: background_colors.backgroundLightText,\n breadcrumbsApplicationColor: text_colors.textSubdued,\n\n bottomBarBackground: SEMANTIC_COLORS.plainDark,\n\n buttonGroupBackgroundDisabledSelected:\n background_colors.backgroundBaseFormsControlDisabled,\n buttonGroupBorderColor: border_colors.borderBasePlain,\n buttonGroupBorderColorSelected: border_colors.borderBasePlain,\n buttonGroupFocusColor: brand_text_colors.textPrimary,\n\n codeBackground: background_colors.backgroundBaseHighlighted,\n codeBackgroundSelected: 'inherit',\n codeColor: text_colors.textParagraph,\n codeInlineColor: colorVis.euiColorVisAsTextLight6,\n codeCommentColor: text_colors.textSubdued,\n codeSelectorColor: 'inherit',\n codeStringColor: colorVis.euiColorVisAsTextLight2,\n codeTagColor: colorVis.euiColorVisAsTextLight1,\n codeNameColor: colorVis.euiColorVisAsTextLight1,\n codeNumberColor: colorVis.euiColorVisAsTextLight0,\n codeInlineCodeKeywordColor: colorVis.euiColorVisAsTextLight6,\n codeKeywordColor: colorVis.euiColorVisAsTextLight1,\n codeFunctionTitleColor: 'inherit',\n codeTypeColor: colorVis.euiColorVisAsTextLight1,\n codeAttributeColor: 'inherit',\n codeSymbolColor: colorVis.euiColorVisAsTextLight3,\n codeParamsColor: 'inherit',\n codeMetaColor: text_colors.textSubdued,\n codeTitleColor: colorVis.euiColorVisAsTextLight4,\n codeSectionColor: colorVis.euiColorVisAsTextLight3,\n codeAdditionColor: colorVis.euiColorVisAsTextLight0,\n codeDeletionColor: colorVis.euiColorVisAsTextLight3,\n codeSelectorClassColor: 'inherit',\n codeSelectorIdColor: 'inherit',\n\n collapsibleNavGroupBackground: background_colors.backgroundBaseSubdued,\n collapsibleNavGroupBackgroundDark:\n dark_background_colors.backgroundBaseSubdued,\n\n dataGridBorderColor: border_colors.borderBaseSubdued,\n dataGridVerticalLineBorderColor: border_colors.borderBaseSubdued,\n dataGridRowBackgroundStriped: background_colors.backgroundBaseSubdued,\n dataGridRowBackgroundHover: background_colors.backgroundBaseInteractiveHover,\n dataGridRowBackgroundSelect:\n background_colors.backgroundBaseInteractiveSelect,\n\n dragDropDraggingBackground: background_colors.backgroundBaseSuccess,\n dragDropDraggingOverBackground: background_colors.backgroundLightSuccess,\n\n filterSelectItemBackgroundFocusDisabled:\n background_colors.backgroundBaseDisabled,\n\n flyoutFooterBackground: background_colors.backgroundBaseHighlighted,\n flyoutCloseButtonInsideBackground: background_colors.backgroundBasePlain,\n\n headerBackground: background_colors.backgroundBasePlain,\n headerDarkBackground: dark_background_colors.backgroundBasePlain,\n headerDarkSearchBorderColor: dark_border_colors.borderBasePlain,\n headerDarkSectionItemBackgroundFocus:\n dark_background_colors.backgroundBasePrimary,\n\n keyPadMenuItemBackgroundDisabledSelect:\n background_colors.backgroundBaseDisabled,\n\n listGroupItemBackgroundPrimaryActive:\n background_colors.backgroundBaseInteractiveSelect,\n listGroupItemBackgroundSubduedActive:\n background_colors.backgroundBaseInteractiveSelect,\n listGroupItemBackgroundHover:\n background_colors.backgroundBaseInteractiveHover,\n listGroupItemBackgroundPrimaryHover:\n background_colors.backgroundBaseInteractiveHover,\n\n loadingSpinnerBorder: border_colors.borderBasePlain,\n loadingSpinnerHighlight: border_colors.borderStrongPrimary,\n\n loadingChartMonoBackground0: SEMANTIC_COLORS.shade20,\n loadingChartMonoBackground1: SEMANTIC_COLORS.shade30,\n loadingChartMonoBackground2: SEMANTIC_COLORS.shade40,\n loadingChartMonoBackground3: SEMANTIC_COLORS.shade50,\n\n markBackground: background_colors.backgroundLightPrimary,\n\n markdownFormatTableBorderColor: border_colors.borderBasePlain,\n\n overlayMaskBackground: background_colors.backgroundBaseInteractiveOverlay,\n overlayMaskBackgroundHighContrast: `rgba(${SEMANTIC_COLORS.shade140RGB}, 0.9)`,\n\n popoverPanelBackground: background_colors.backgroundBasePlain,\n popoverFooterBorderColor: border_colors.borderBaseSubdued,\n\n scrollbarTrackColor: SEMANTIC_COLORS.shade15,\n\n sideNavItemEmphasizedBackground:\n background_colors.backgroundBaseInteractiveSelect,\n\n selectableListItemBorderColor: border_colors.borderBaseSubdued,\n\n skeletonBackgroundSkeletonMiddleHighContrast: `rgba(${SEMANTIC_COLORS.shade100RGB}, 0.04)`,\n\n superDatePickerBackgroundSuccees: background_colors.backgroundBaseSuccess,\n\n switchBackgroundOn: background_colors.backgroundFilledPrimary,\n switchBackgroundOff: background_colors.backgroundFilledText,\n switchUncompressedBackgroundDisabled:\n background_colors.backgroundBaseFormsControlDisabled,\n switchCompressedBackgroundDisabled:\n background_colors.backgroundBaseFormsControlDisabled,\n switchMiniBackgroundDisabled:\n background_colors.backgroundBaseFormsControlDisabled,\n switchThumbBackgroundDisabled: background_colors.backgroundBasePlain,\n switchThumbBorderOn: background_colors.backgroundFilledPrimary,\n switchThumbBorderOff: background_colors.backgroundFilledText,\n switchIconDisabled: forms.LIGHT.iconDisabled,\n\n tableRowBackgroundHover: background_colors.backgroundBaseInteractiveHover,\n tableRowBackgroundSelected: background_colors.backgroundBaseInteractiveSelect,\n tableRowBackgroundSelectedHover:\n background_colors.backgroundBaseInteractiveSelect,\n tableRowInteractiveBackgroundHover:\n background_colors.backgroundBaseInteractiveSelect,\n tableRowInteractiveBackgroundFocus:\n background_colors.backgroundBaseInteractiveSelect,\n tableCellSortableIconColor: background_colors.backgroundFilledText,\n\n tooltipBackground: dark_background_colors.backgroundBaseSubdued,\n tooltipBorder: dark_border_colors.borderBaseSubdued,\n tooltipBorderFloating: border_colors.borderBaseFloating,\n\n tourFooterBackground: background_colors.backgroundBaseHighlighted,\n\n treeViewItemBackgroundHover: background_colors.backgroundBaseInteractiveHover,\n};\n\nexport const components: _EuiThemeComponents = {\n buttons,\n forms,\n LIGHT: component_colors,\n DARK: {\n ...component_colors,\n\n badgeBackground: dark_background_colors.backgroundLightText,\n badgeBackgroundSubdued: dark_background_colors.backgroundLightText,\n badgeBorderColorHollow: dark_border_colors.borderBasePlain,\n badgeIconButtonBackgroundHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n\n breadcrumbsApplicationBackground:\n dark_background_colors.backgroundLightText,\n breadcrumbsApplicationColor: dark_text_colors.textSubdued,\n\n buttonGroupBackgroundDisabledSelected:\n dark_background_colors.backgroundBaseFormsControlDisabled,\n buttonGroupBorderColor: dark_border_colors.borderBasePlain,\n buttonGroupBorderColorSelected: dark_border_colors.borderBasePlain,\n buttonGroupFocusColor: dark_brand_text_colors.textPrimary,\n\n codeBackground: dark_background_colors.backgroundBaseHighlighted,\n codeBackgroundSelected: 'inherit',\n codeColor: dark_text_colors.textParagraph,\n codeInlineColor: colorVis.euiColorVisAsTextDark6,\n codeCommentColor: dark_text_colors.textSubdued,\n codeSelectorColor: 'inherit',\n codeStringColor: colorVis.euiColorVisAsTextDark2,\n codeTagColor: colorVis.euiColorVisAsTextDark1,\n codeNameColor: colorVis.euiColorVisAsTextDark1,\n codeNumberColor: colorVis.euiColorVisAsTextDark0,\n codeKeywordColor: colorVis.euiColorVisAsTextDark6,\n codeFunctionTitleColor: 'inherit',\n codeTypeColor: colorVis.euiColorVisAsTextDark1,\n codeAttributeColor: 'inherit',\n codeSymbolColor: colorVis.euiColorVisAsTextDark3,\n codeParamsColor: 'inherit',\n codeMetaColor: dark_text_colors.textSubdued,\n codeTitleColor: colorVis.euiColorVisAsTextDark4,\n codeSectionColor: colorVis.euiColorVisAsTextDark3,\n codeAdditionColor: colorVis.euiColorVisAsTextDark0,\n codeDeletionColor: colorVis.euiColorVisAsTextDark3,\n codeSelectorClassColor: 'inherit',\n codeSelectorIdColor: 'inherit',\n\n collapsibleNavGroupBackground: dark_background_colors.backgroundBaseSubdued,\n collapsibleNavGroupBackgroundDark:\n dark_background_colors.backgroundBaseSubdued,\n\n dataGridBorderColor: dark_border_colors.borderBaseSubdued,\n dataGridVerticalLineBorderColor: dark_border_colors.borderBaseSubdued,\n dataGridRowBackgroundStriped: dark_background_colors.backgroundBaseSubdued,\n dataGridRowBackgroundHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n dataGridRowBackgroundSelect:\n dark_background_colors.backgroundBaseInteractiveSelect,\n\n dragDropDraggingBackground: dark_background_colors.backgroundBaseSuccess,\n dragDropDraggingOverBackground:\n dark_background_colors.backgroundLightSuccess,\n\n filterSelectItemBackgroundFocusDisabled:\n dark_background_colors.backgroundBaseDisabled,\n\n flyoutFooterBackground: dark_background_colors.backgroundBaseHighlighted,\n flyoutCloseButtonInsideBackground:\n dark_background_colors.backgroundBasePlain,\n\n headerBackground: dark_background_colors.backgroundBasePlain,\n\n keyPadMenuItemBackgroundDisabledSelect:\n dark_background_colors.backgroundBaseDisabled,\n\n listGroupItemBackgroundPrimaryActive:\n dark_background_colors.backgroundBaseInteractiveSelect,\n listGroupItemBackgroundSubduedActive:\n dark_background_colors.backgroundBaseInteractiveSelect,\n listGroupItemBackgroundHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n listGroupItemBackgroundPrimaryHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n\n loadingSpinnerBorder: dark_border_colors.borderBasePlain,\n loadingSpinnerHighlight: dark_border_colors.borderStrongPrimary,\n\n loadingChartMonoBackground0: SEMANTIC_COLORS.shade110,\n loadingChartMonoBackground1: SEMANTIC_COLORS.shade100,\n loadingChartMonoBackground2: SEMANTIC_COLORS.shade90,\n loadingChartMonoBackground3: SEMANTIC_COLORS.shade80,\n\n markBackground: dark_background_colors.backgroundLightPrimary,\n\n markdownFormatTableBorderColor: dark_border_colors.borderBasePlain,\n\n overlayMaskBackground:\n dark_background_colors.backgroundBaseInteractiveOverlay,\n overlayMaskBackgroundHighContrast: `rgba(${SEMANTIC_COLORS.shade140RGB}, 0.9)`,\n\n popoverPanelBackground: dark_background_colors.backgroundBasePlain,\n popoverFooterBorderColor: dark_border_colors.borderBaseSubdued,\n\n scrollbarTrackColor: SEMANTIC_COLORS.shade145,\n\n sideNavItemEmphasizedBackground:\n dark_background_colors.backgroundBaseInteractiveSelect,\n\n selectableListItemBorderColor: dark_border_colors.borderBaseSubdued,\n\n skeletonBackgroundSkeletonMiddleHighContrast: `rgba(${SEMANTIC_COLORS.plainLightRGB}, 0.3)`,\n\n switchBackgroundOn: dark_background_colors.backgroundFilledPrimary,\n switchBackgroundOff: dark_background_colors.backgroundFilledText,\n switchUncompressedBackgroundDisabled:\n dark_background_colors.backgroundBaseFormsControlDisabled,\n switchCompressedBackgroundDisabled:\n dark_background_colors.backgroundBaseFormsControlDisabled,\n switchMiniBackgroundDisabled:\n dark_background_colors.backgroundBaseFormsControlDisabled,\n switchThumbBackgroundDisabled: dark_background_colors.backgroundBasePlain,\n switchThumbBorderOn: dark_background_colors.backgroundFilledPrimary,\n switchThumbBorderOff: dark_background_colors.backgroundFilledText,\n switchIconDisabled: forms.DARK.iconDisabled,\n\n superDatePickerBackgroundSuccees:\n dark_background_colors.backgroundBaseSuccess,\n\n tableRowBackgroundHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n tableRowBackgroundSelected:\n dark_background_colors.backgroundBaseInteractiveSelect,\n tableRowBackgroundSelectedHover:\n dark_background_colors.backgroundBaseInteractiveSelect,\n tableRowInteractiveBackgroundHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n tableRowInteractiveBackgroundFocus:\n dark_background_colors.backgroundBaseInteractiveHover,\n tableCellSortableIconColor: dark_background_colors.backgroundFilledText,\n\n tooltipBorderFloating: dark_border_colors.borderBaseFloating,\n\n tourFooterBackground: dark_background_colors.backgroundBaseHighlighted,\n\n treeViewItemBackgroundHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n },\n};\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"_components.js","names":["_euiThemeCommon","require","_semantic_colors","_colors_dark","_buttons","_forms","_colors_vis","_colors_light","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","component_colors","badgeBackground","computed","_ref","_ref2","backgroundLightText","badgeBackgroundSubdued","_ref3","_ref4","badgeBorderColorHollow","_ref5","_ref6","borderBasePlain","badgeIconButtonBackgroundHover","_ref7","_ref8","backgroundBaseInteractiveHover","breadcrumbsApplicationBackground","_ref9","_ref10","breadcrumbsApplicationColor","_ref11","_ref12","textSubdued","bottomBarBackground","SEMANTIC_COLORS","plainDark","buttonGroupBackgroundDisabledSelected","_ref13","_ref14","backgroundBaseFormsControlDisabled","buttonGroupBorderColor","_ref15","_ref16","buttonGroupBorderColorSelected","_ref17","_ref18","buttonGroupFocusColor","_ref19","_ref20","textPrimary","codeBackground","_ref21","_ref22","backgroundBaseHighlighted","codeBackgroundSelected","codeColor","_ref23","_ref24","textParagraph","codeInlineColor","colorVis","euiColorVisAsTextLight6","codeCommentColor","_ref25","_ref26","codeSelectorColor","codeStringColor","euiColorVisAsTextLight2","codeTagColor","euiColorVisAsTextLight1","codeNameColor","codeNumberColor","euiColorVisAsTextLight0","codeInlineCodeKeywordColor","codeKeywordColor","codeFunctionTitleColor","codeTypeColor","codeAttributeColor","codeSymbolColor","euiColorVisAsTextLight3","codeParamsColor","codeMetaColor","_ref27","_ref28","codeTitleColor","euiColorVisAsTextLight4","codeSectionColor","codeAdditionColor","codeDeletionColor","codeSelectorClassColor","codeSelectorIdColor","collapsibleNavGroupBackground","_ref29","_ref30","backgroundBaseSubdued","collapsibleNavGroupBackgroundDark","dark_background_colors","dataGridBorderColor","_ref31","_ref32","borderBaseSubdued","dataGridVerticalLineBorderColor","_ref33","_ref34","dataGridRowBackgroundStriped","_ref35","_ref36","dataGridRowBackgroundHover","_ref37","_ref38","dataGridRowBackgroundSelect","_ref39","_ref40","backgroundBaseInteractiveSelect","dragDropDraggingBackground","_ref41","_ref42","backgroundBaseSuccess","dragDropDraggingOverBackground","_ref43","_ref44","backgroundLightSuccess","filterSelectItemBackgroundFocusDisabled","_ref45","_ref46","backgroundBaseDisabled","flyoutFooterBackground","_ref47","_ref48","flyoutCloseButtonInsideBackground","_ref49","_ref50","backgroundBasePlain","headerBackground","_ref51","_ref52","headerDarkBackground","headerDarkSearchBorderColor","dark_border_colors","headerDarkSectionItemBackgroundFocus","backgroundBasePrimary","keyPadMenuItemBackgroundDisabledSelect","_ref53","_ref54","listGroupItemBackgroundPrimaryActive","_ref55","_ref56","listGroupItemBackgroundSubduedActive","_ref57","_ref58","listGroupItemBackgroundHover","_ref59","_ref60","listGroupItemBackgroundPrimaryHover","_ref61","_ref62","loadingSpinnerBorder","border_colors","loadingSpinnerHighlight","_ref63","_ref64","borderStrongPrimary","loadingChartMonoBackground0","shade20","loadingChartMonoBackground1","shade30","loadingChartMonoBackground2","shade40","loadingChartMonoBackground3","shade50","markBackground","_ref65","_ref66","backgroundLightPrimary","markdownFormatTableBorderColor","_ref67","_ref68","overlayMaskBackground","_ref69","_ref70","backgroundBaseInteractiveOverlay","overlayMaskBackgroundHighContrast","concat","shade140RGB","popoverPanelBackground","_ref71","_ref72","popoverFooterBorderColor","_ref73","_ref74","scrollbarTrackColor","shade15","sideNavItemEmphasizedBackground","_ref75","_ref76","selectableListItemBorderColor","_ref77","_ref78","skeletonBackgroundSkeletonMiddleHighContrast","shade100RGB","superDatePickerBackgroundSuccees","_ref79","_ref80","switchBackgroundOn","_ref81","_ref82","backgroundFilledPrimary","switchBackgroundOff","_ref83","_ref84","backgroundFilledText","switchUncompressedBackgroundDisabled","_ref85","_ref86","switchCompressedBackgroundDisabled","_ref87","_ref88","switchMiniBackgroundDisabled","_ref89","_ref90","switchThumbBackgroundDisabled","_ref91","_ref92","switchThumbBorderOn","_ref93","_ref94","switchThumbBorderOff","_ref95","_ref96","switchIconDisabled","forms","LIGHT","iconDisabled","tableRowBackgroundHover","_ref97","_ref98","tableRowBackgroundSelected","_ref99","_ref100","tableRowBackgroundSelectedHover","_ref101","_ref102","tableRowInteractiveBackgroundHover","_ref103","_ref104","tableRowInteractiveBackgroundFocus","_ref105","_ref106","tableCellSortableIconColor","_ref107","_ref108","tooltipBackground","tooltipBorder","tooltipBorderFloating","_ref109","_ref110","borderBaseFloating","tourFooterBackground","_ref111","_ref112","treeViewItemBackgroundHover","_ref113","_ref114","components","exports","buttons","DARK","euiColorVisAsTextDark6","euiColorVisAsTextDark2","euiColorVisAsTextDark1","euiColorVisAsTextDark0","euiColorVisAsTextDark3","euiColorVisAsTextDark4","shade110","shade100","shade90","shade80","shade145","plainLightRGB","_ref115","_ref116","_ref117","_ref118"],"sources":["../../../src/variables/_components.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport {\n _EuiThemeComponentColors,\n _EuiThemeComponents,\n computed,\n} from '@elastic/eui-theme-common';\n\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\nimport {\n dark_background_colors,\n dark_border_colors,\n} from './colors/_colors_dark';\n\nimport { buttons } from './_buttons';\nimport { forms } from './_forms';\nimport { colorVis } from './colors/_colors_vis';\nimport { border_colors } from './colors/_colors_light';\n\nconst component_colors: _EuiThemeComponentColors = {\n badgeBackground: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n badgeBackgroundSubdued: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n badgeBorderColorHollow: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n badgeIconButtonBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n\n breadcrumbsApplicationBackground: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n breadcrumbsApplicationColor: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n\n bottomBarBackground: SEMANTIC_COLORS.plainDark,\n\n buttonGroupBackgroundDisabledSelected: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n buttonGroupBorderColor: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n buttonGroupBorderColorSelected: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n buttonGroupFocusColor: computed(\n ([textPrimary]) => textPrimary,\n ['colors.textPrimary']\n ),\n\n codeBackground: computed(\n ([backgroundBaseHighlighted]) => backgroundBaseHighlighted,\n ['colors.backgroundBaseHighlighted']\n ),\n codeBackgroundSelected: 'inherit',\n codeColor: computed(\n ([textParagraph]) => textParagraph,\n ['colors.textParagraph']\n ),\n codeInlineColor: colorVis.euiColorVisAsTextLight6,\n codeCommentColor: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n codeSelectorColor: 'inherit',\n codeStringColor: colorVis.euiColorVisAsTextLight2,\n codeTagColor: colorVis.euiColorVisAsTextLight1,\n codeNameColor: colorVis.euiColorVisAsTextLight1,\n codeNumberColor: colorVis.euiColorVisAsTextLight0,\n codeInlineCodeKeywordColor: colorVis.euiColorVisAsTextLight6,\n codeKeywordColor: colorVis.euiColorVisAsTextLight1,\n codeFunctionTitleColor: 'inherit',\n codeTypeColor: colorVis.euiColorVisAsTextLight1,\n codeAttributeColor: 'inherit',\n codeSymbolColor: colorVis.euiColorVisAsTextLight3,\n codeParamsColor: 'inherit',\n codeMetaColor: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n codeTitleColor: colorVis.euiColorVisAsTextLight4,\n codeSectionColor: colorVis.euiColorVisAsTextLight3,\n codeAdditionColor: colorVis.euiColorVisAsTextLight0,\n codeDeletionColor: colorVis.euiColorVisAsTextLight3,\n codeSelectorClassColor: 'inherit',\n codeSelectorIdColor: 'inherit',\n\n collapsibleNavGroupBackground: computed(\n ([backgroundBaseSubdued]) => backgroundBaseSubdued,\n ['colors.backgroundBaseSubdued']\n ),\n collapsibleNavGroupBackgroundDark:\n dark_background_colors.backgroundBaseSubdued,\n\n dataGridBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n dataGridVerticalLineBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n dataGridRowBackgroundStriped: computed(\n ([backgroundBaseSubdued]) => backgroundBaseSubdued,\n ['colors.backgroundBaseSubdued']\n ),\n dataGridRowBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n dataGridRowBackgroundSelect: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n\n dragDropDraggingBackground: computed(\n ([backgroundBaseSuccess]) => backgroundBaseSuccess,\n ['colors.backgroundBaseSuccess']\n ),\n dragDropDraggingOverBackground: computed(\n ([backgroundLightSuccess]) => backgroundLightSuccess,\n ['colors.backgroundLightSuccess']\n ),\n\n filterSelectItemBackgroundFocusDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n flyoutFooterBackground: computed(\n ([backgroundBaseHighlighted]) => backgroundBaseHighlighted,\n ['colors.backgroundBaseHighlighted']\n ),\n flyoutCloseButtonInsideBackground: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n\n headerBackground: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n headerDarkBackground: dark_background_colors.backgroundBasePlain,\n headerDarkSearchBorderColor: dark_border_colors.borderBasePlain,\n headerDarkSectionItemBackgroundFocus:\n dark_background_colors.backgroundBasePrimary,\n\n keyPadMenuItemBackgroundDisabledSelect: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n listGroupItemBackgroundPrimaryActive: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n listGroupItemBackgroundSubduedActive: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n listGroupItemBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n listGroupItemBackgroundPrimaryHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n\n // we don't want to inherit overrides (e.g. HCM)\n loadingSpinnerBorder: border_colors.borderBasePlain,\n loadingSpinnerHighlight: computed(\n ([borderStrongPrimary]) => borderStrongPrimary,\n ['colors.borderStrongPrimary']\n ),\n\n loadingChartMonoBackground0: SEMANTIC_COLORS.shade20,\n loadingChartMonoBackground1: SEMANTIC_COLORS.shade30,\n loadingChartMonoBackground2: SEMANTIC_COLORS.shade40,\n loadingChartMonoBackground3: SEMANTIC_COLORS.shade50,\n\n markBackground: computed(\n ([backgroundLightPrimary]) => backgroundLightPrimary,\n ['colors.backgroundLightPrimary']\n ),\n\n markdownFormatTableBorderColor: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n\n overlayMaskBackground: computed(\n ([backgroundBaseInteractiveOverlay]) => backgroundBaseInteractiveOverlay,\n ['colors.backgroundBaseInteractiveOverlay']\n ),\n overlayMaskBackgroundHighContrast: `rgba(${SEMANTIC_COLORS.shade140RGB}, 0.9)`,\n\n popoverPanelBackground: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n popoverFooterBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n\n scrollbarTrackColor: SEMANTIC_COLORS.shade15,\n\n sideNavItemEmphasizedBackground: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n\n selectableListItemBorderColor: computed(\n ([borderBaseSubdued]) => borderBaseSubdued,\n ['colors.borderBaseSubdued']\n ),\n\n skeletonBackgroundSkeletonMiddleHighContrast: `rgba(${SEMANTIC_COLORS.shade100RGB}, 0.04)`,\n\n superDatePickerBackgroundSuccees: computed(\n ([backgroundBaseSuccess]) => backgroundBaseSuccess,\n ['colors.backgroundBaseSuccess']\n ),\n\n switchBackgroundOn: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n switchBackgroundOff: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n switchUncompressedBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n switchCompressedBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n switchMiniBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n switchThumbBackgroundDisabled: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n switchThumbBorderOn: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n switchThumbBorderOff: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n switchIconDisabled: forms.LIGHT.iconDisabled,\n\n tableRowBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n tableRowBackgroundSelected: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableRowBackgroundSelectedHover: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableRowInteractiveBackgroundHover: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableRowInteractiveBackgroundFocus: computed(\n ([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect,\n ['colors.backgroundBaseInteractiveSelect']\n ),\n tableCellSortableIconColor: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n\n tooltipBackground: dark_background_colors.backgroundBaseSubdued,\n tooltipBorder: dark_border_colors.borderBaseSubdued,\n tooltipBorderFloating: computed(\n ([borderBaseFloating]) => borderBaseFloating,\n ['colors.borderBaseFloating']\n ),\n\n tourFooterBackground: computed(\n ([backgroundBaseHighlighted]) => backgroundBaseHighlighted,\n ['colors.backgroundBaseHighlighted']\n ),\n\n treeViewItemBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n};\n\nexport const components: _EuiThemeComponents = {\n buttons,\n forms,\n LIGHT: component_colors,\n DARK: {\n ...component_colors,\n\n codeInlineColor: colorVis.euiColorVisAsTextDark6,\n codeStringColor: colorVis.euiColorVisAsTextDark2,\n codeTagColor: colorVis.euiColorVisAsTextDark1,\n codeNameColor: colorVis.euiColorVisAsTextDark1,\n codeNumberColor: colorVis.euiColorVisAsTextDark0,\n codeKeywordColor: colorVis.euiColorVisAsTextDark6,\n codeTypeColor: colorVis.euiColorVisAsTextDark1,\n codeSymbolColor: colorVis.euiColorVisAsTextDark3,\n codeTitleColor: colorVis.euiColorVisAsTextDark4,\n codeSectionColor: colorVis.euiColorVisAsTextDark3,\n codeAdditionColor: colorVis.euiColorVisAsTextDark0,\n codeDeletionColor: colorVis.euiColorVisAsTextDark3,\n\n loadingSpinnerBorder: dark_border_colors.borderBasePlain,\n\n loadingChartMonoBackground0: SEMANTIC_COLORS.shade110,\n loadingChartMonoBackground1: SEMANTIC_COLORS.shade100,\n loadingChartMonoBackground2: SEMANTIC_COLORS.shade90,\n loadingChartMonoBackground3: SEMANTIC_COLORS.shade80,\n\n overlayMaskBackgroundHighContrast: `rgba(${SEMANTIC_COLORS.shade140RGB}, 0.9)`,\n\n scrollbarTrackColor: SEMANTIC_COLORS.shade145,\n\n skeletonBackgroundSkeletonMiddleHighContrast: `rgba(${SEMANTIC_COLORS.plainLightRGB}, 0.3)`,\n\n switchIconDisabled: forms.DARK.iconDisabled,\n\n // TODO: align table hover states\n tableRowInteractiveBackgroundHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n tableRowInteractiveBackgroundFocus: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n },\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1,42 +1,42 @@
1
1
  export declare const forms: {
2
2
  maxWidth: string;
3
3
  LIGHT: {
4
- background: import("@elastic/eui-theme-common").ColorModeSwitch;
5
- backgroundDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
6
- backgroundReadOnly: import("@elastic/eui-theme-common").ColorModeSwitch;
7
- backgroundFocused: import("@elastic/eui-theme-common").ColorModeSwitch;
8
- backgroundAutofilled: import("@elastic/eui-theme-common").ColorModeSwitch;
9
- prependBackground: import("@elastic/eui-theme-common").ColorModeSwitch;
10
- border: import("@elastic/eui-theme-common").ColorModeSwitch;
11
- borderDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
12
- borderAutofilled: import("@elastic/eui-theme-common").ColorModeSwitch;
13
- controlBorder: import("@elastic/eui-theme-common").ColorModeSwitch;
14
- controlBorderSelected: import("@elastic/eui-theme-common").ColorModeSwitch;
15
- controlBorderDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
4
+ background: any;
5
+ backgroundDisabled: any;
6
+ backgroundReadOnly: any;
7
+ backgroundFocused: any;
8
+ backgroundAutofilled: any;
9
+ prependBackground: any;
10
+ border: any;
11
+ borderDisabled: any;
12
+ borderAutofilled: any;
13
+ controlBorder: any;
14
+ controlBorderSelected: any;
15
+ controlBorderDisabled: any;
16
16
  controlBackgroundUnselected: string;
17
- controlBackgroundDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
18
- colorHasPlaceholder: import("@elastic/eui-theme-common").ColorModeSwitch;
19
- colorDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
20
- iconDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
17
+ controlBackgroundDisabled: any;
18
+ colorHasPlaceholder: any;
19
+ colorDisabled: any;
20
+ iconDisabled: any;
21
21
  };
22
22
  DARK: {
23
- background: import("@elastic/eui-theme-common").ColorModeSwitch;
24
- backgroundDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
25
- backgroundReadOnly: import("@elastic/eui-theme-common").ColorModeSwitch;
26
- backgroundFocused: import("@elastic/eui-theme-common").ColorModeSwitch;
27
- backgroundAutofilled: import("@elastic/eui-theme-common").ColorModeSwitch;
28
- prependBackground: import("@elastic/eui-theme-common").ColorModeSwitch;
29
- border: import("@elastic/eui-theme-common").ColorModeSwitch;
30
- borderDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
31
- borderAutofilled: import("@elastic/eui-theme-common").ColorModeSwitch;
32
- controlBorder: import("@elastic/eui-theme-common").ColorModeSwitch;
33
- controlBorderSelected: import("@elastic/eui-theme-common").ColorModeSwitch;
34
- controlBorderDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
23
+ background: any;
24
+ backgroundDisabled: any;
25
+ backgroundReadOnly: any;
26
+ backgroundFocused: any;
27
+ backgroundAutofilled: any;
28
+ prependBackground: any;
29
+ border: any;
30
+ borderDisabled: any;
31
+ borderAutofilled: any;
32
+ controlBorder: any;
33
+ controlBorderSelected: any;
34
+ controlBorderDisabled: any;
35
35
  controlBackgroundUnselected: string;
36
- controlBackgroundDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
37
- colorHasPlaceholder: import("@elastic/eui-theme-common").ColorModeSwitch;
38
- colorDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
39
- iconDisabled: import("@elastic/eui-theme-common").ColorModeSwitch;
36
+ controlBackgroundDisabled: any;
37
+ colorHasPlaceholder: any;
38
+ colorDisabled: any;
39
+ iconDisabled: any;
40
40
  };
41
41
  };
42
42
  //# sourceMappingURL=_forms.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"_forms.d.ts","sourceRoot":"","sources":["../../../src/variables/_forms.ts"],"names":[],"mappings":"AA8DA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOjB,CAAC"}
1
+ {"version":3,"file":"_forms.d.ts","sourceRoot":"","sources":["../../../src/variables/_forms.ts"],"names":[],"mappings":"AAkFA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOjB,CAAC"}
@@ -1,24 +1,22 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.forms = void 0;
7
8
  var _euiThemeCommon = require("@elastic/eui-theme-common");
8
- var _colors_dark = require("./colors/_colors_dark");
9
- var _colors_light = require("./colors/_colors_light");
10
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
9
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
10
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
12
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
13
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
11
14
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
12
15
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
13
16
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
14
17
  function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
15
18
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
16
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
17
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
18
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
19
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
20
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
21
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*
19
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /*
22
20
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
23
21
  * or more contributor license agreements. Licensed under the Elastic License
24
22
  * 2.0 and the Server Side Public License, v 1; you may not use this file except
@@ -26,47 +24,93 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
24
  * Side Public License, v 1.
27
25
  */
28
26
  var _forms = {
29
- background: _colors_light.background_colors.backgroundBasePlain,
30
- backgroundDisabled: _colors_light.background_colors.backgroundBaseDisabled,
31
- backgroundReadOnly: _colors_light.background_colors.backgroundBasePlain,
32
- backgroundFocused: _colors_light.background_colors.backgroundBasePlain,
33
- backgroundAutofilled: _colors_light.background_colors.backgroundBasePrimary,
34
- prependBackground: _colors_light.background_colors.backgroundBaseFormsPrepend,
35
- border: _colors_light.border_colors.borderBasePlain,
36
- borderDisabled: _colors_light.border_colors.borderBaseDisabled,
37
- borderAutofilled: _colors_light.border_colors.borderBasePrimary,
38
- controlBorder: _colors_light.border_colors.borderBaseFormsControl,
39
- controlBorderSelected: _colors_light.border_colors.borderStrongPrimary,
40
- controlBorderDisabled: _colors_light.border_colors.borderBaseDisabled,
27
+ background: (0, _euiThemeCommon.computed)(function (_ref) {
28
+ var _ref2 = _slicedToArray(_ref, 1),
29
+ backgroundBasePlain = _ref2[0];
30
+ return backgroundBasePlain;
31
+ }, ['colors.backgroundBasePlain']),
32
+ backgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref3) {
33
+ var _ref4 = _slicedToArray(_ref3, 1),
34
+ backgroundBaseDisabled = _ref4[0];
35
+ return backgroundBaseDisabled;
36
+ }, ['colors.backgroundBaseDisabled']),
37
+ backgroundReadOnly: (0, _euiThemeCommon.computed)(function (_ref5) {
38
+ var _ref6 = _slicedToArray(_ref5, 1),
39
+ backgroundBasePlain = _ref6[0];
40
+ return backgroundBasePlain;
41
+ }, ['colors.backgroundBasePlain']),
42
+ backgroundFocused: (0, _euiThemeCommon.computed)(function (_ref7) {
43
+ var _ref8 = _slicedToArray(_ref7, 1),
44
+ backgroundBasePlain = _ref8[0];
45
+ return backgroundBasePlain;
46
+ }, ['colors.backgroundBasePlain']),
47
+ backgroundAutofilled: (0, _euiThemeCommon.computed)(function (_ref9) {
48
+ var _ref10 = _slicedToArray(_ref9, 1),
49
+ backgroundBasePrimary = _ref10[0];
50
+ return backgroundBasePrimary;
51
+ }, ['colors.backgroundBasePrimary']),
52
+ prependBackground: (0, _euiThemeCommon.computed)(function (_ref11) {
53
+ var _ref12 = _slicedToArray(_ref11, 1),
54
+ backgroundBaseFormsPrepend = _ref12[0];
55
+ return backgroundBaseFormsPrepend;
56
+ }, ['colors.backgroundBaseFormsPrepend']),
57
+ border: (0, _euiThemeCommon.computed)(function (_ref13) {
58
+ var _ref14 = _slicedToArray(_ref13, 1),
59
+ borderBasePlain = _ref14[0];
60
+ return borderBasePlain;
61
+ }, ['colors.borderBasePlain']),
62
+ borderDisabled: (0, _euiThemeCommon.computed)(function (_ref15) {
63
+ var _ref16 = _slicedToArray(_ref15, 1),
64
+ borderBaseDisabled = _ref16[0];
65
+ return borderBaseDisabled;
66
+ }, ['colors.borderBaseDisabled']),
67
+ borderAutofilled: (0, _euiThemeCommon.computed)(function (_ref17) {
68
+ var _ref18 = _slicedToArray(_ref17, 1),
69
+ borderBasePrimary = _ref18[0];
70
+ return borderBasePrimary;
71
+ }, ['colors.borderBasePrimary']),
72
+ controlBorder: (0, _euiThemeCommon.computed)(function (_ref19) {
73
+ var _ref20 = _slicedToArray(_ref19, 1),
74
+ borderBaseFormsControl = _ref20[0];
75
+ return borderBaseFormsControl;
76
+ }, ['colors.borderBaseFormsControl']),
77
+ controlBorderSelected: (0, _euiThemeCommon.computed)(function (_ref21) {
78
+ var _ref22 = _slicedToArray(_ref21, 1),
79
+ borderStrongPrimary = _ref22[0];
80
+ return borderStrongPrimary;
81
+ }, ['colors.borderStrongPrimary']),
82
+ controlBorderDisabled: (0, _euiThemeCommon.computed)(function (_ref23) {
83
+ var _ref24 = _slicedToArray(_ref23, 1),
84
+ borderBaseDisabled = _ref24[0];
85
+ return borderBaseDisabled;
86
+ }, ['colors.borderBaseDisabled']),
41
87
  controlBackgroundUnselected: 'transparent',
42
- controlBackgroundDisabled: _colors_light.background_colors.backgroundBaseFormsControlDisabled,
43
- colorHasPlaceholder: _colors_light.text_colors.textSubdued,
44
- colorDisabled: _colors_light.text_colors.textDisabled,
45
- iconDisabled: _colors_light.text_colors.textDisabled
88
+ controlBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref25) {
89
+ var _ref26 = _slicedToArray(_ref25, 1),
90
+ backgroundBaseFormsControlDisabled = _ref26[0];
91
+ return backgroundBaseFormsControlDisabled;
92
+ }, ['colors.backgroundBaseFormsControlDisabled']),
93
+ colorHasPlaceholder: (0, _euiThemeCommon.computed)(function (_ref27) {
94
+ var _ref28 = _slicedToArray(_ref27, 1),
95
+ textSubdued = _ref28[0];
96
+ return textSubdued;
97
+ }, ['colors.textSubdued']),
98
+ colorDisabled: (0, _euiThemeCommon.computed)(function (_ref29) {
99
+ var _ref30 = _slicedToArray(_ref29, 1),
100
+ textDisabled = _ref30[0];
101
+ return textDisabled;
102
+ }, ['colors.textDisabled']),
103
+ iconDisabled: (0, _euiThemeCommon.computed)(function (_ref31) {
104
+ var _ref32 = _slicedToArray(_ref31, 1),
105
+ textDisabled = _ref32[0];
106
+ return textDisabled;
107
+ }, ['colors.textDisabled'])
46
108
  };
47
- var _dark_forms = _objectSpread(_objectSpread({}, _forms), {}, {
48
- background: _colors_dark.dark_background_colors.backgroundBasePlain,
49
- backgroundDisabled: _colors_dark.dark_background_colors.backgroundBaseDisabled,
50
- backgroundReadOnly: _colors_dark.dark_background_colors.backgroundBasePlain,
51
- backgroundFocused: _colors_dark.dark_background_colors.backgroundBasePlain,
52
- backgroundAutofilled: _colors_dark.dark_background_colors.backgroundBasePrimary,
53
- prependBackground: _colors_dark.dark_background_colors.backgroundBaseFormsPrepend,
54
- border: _colors_dark.dark_border_colors.borderBasePlain,
55
- borderDisabled: _colors_dark.dark_border_colors.borderBaseDisabled,
56
- borderAutofilled: _colors_dark.dark_border_colors.borderBasePrimary,
57
- controlBorder: _colors_dark.dark_border_colors.borderBaseFormsControl,
58
- controlBorderSelected: _colors_dark.dark_border_colors.borderStrongPrimary,
59
- controlBorderDisabled: _colors_dark.dark_border_colors.borderBaseDisabled,
60
- controlBackgroundUnselected: 'transparent',
61
- controlBackgroundDisabled: _colors_dark.dark_background_colors.backgroundBaseFormsControlDisabled,
62
- colorHasPlaceholder: _colors_dark.dark_text_colors.textSubdued,
63
- colorDisabled: _colors_dark.dark_text_colors.textDisabled,
64
- iconDisabled: _colors_dark.dark_text_colors.textDisabled
65
- });
109
+ var _dark_forms = _objectSpread({}, _forms);
66
110
  var forms = exports.forms = {
67
- maxWidth: (0, _euiThemeCommon.computed)(function (_ref) {
68
- var _ref2 = _slicedToArray(_ref, 1),
69
- base = _ref2[0];
111
+ maxWidth: (0, _euiThemeCommon.computed)(function (_ref33) {
112
+ var _ref34 = _slicedToArray(_ref33, 1),
113
+ base = _ref34[0];
70
114
  return (0, _euiThemeCommon.mathWithUnits)(base, function (x) {
71
115
  return x * 25;
72
116
  });
@@ -1 +1 @@
1
- {"version":3,"file":"_forms.js","names":["_euiThemeCommon","require","_colors_dark","_colors_light","_typeof","o","Symbol","iterator","constructor","prototype","_slicedToArray","r","e","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","name","Array","from","test","length","n","l","i","u","f","next","Object","done","push","value","isArray","ownKeys","keys","getOwnPropertySymbols","filter","getOwnPropertyDescriptor","enumerable","apply","_objectSpread","arguments","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","configurable","writable","_toPrimitive","toPrimitive","String","Number","_forms","background","background_colors","backgroundBasePlain","backgroundDisabled","backgroundBaseDisabled","backgroundReadOnly","backgroundFocused","backgroundAutofilled","backgroundBasePrimary","prependBackground","backgroundBaseFormsPrepend","border","border_colors","borderBasePlain","borderDisabled","borderBaseDisabled","borderAutofilled","borderBasePrimary","controlBorder","borderBaseFormsControl","controlBorderSelected","borderStrongPrimary","controlBorderDisabled","controlBackgroundUnselected","controlBackgroundDisabled","backgroundBaseFormsControlDisabled","colorHasPlaceholder","text_colors","textSubdued","colorDisabled","textDisabled","iconDisabled","_dark_forms","dark_background_colors","dark_border_colors","dark_text_colors","forms","exports","maxWidth","computed","_ref","_ref2","base","mathWithUnits","x","LIGHT","DARK"],"sources":["../../../src/variables/_forms.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\nimport { computed, mathWithUnits } from '@elastic/eui-theme-common';\nimport {\n dark_background_colors,\n dark_border_colors,\n dark_text_colors,\n} from './colors/_colors_dark';\nimport {\n background_colors,\n border_colors,\n text_colors,\n} from './colors/_colors_light';\n\nconst _forms = {\n background: background_colors.backgroundBasePlain,\n backgroundDisabled: background_colors.backgroundBaseDisabled,\n backgroundReadOnly: background_colors.backgroundBasePlain,\n backgroundFocused: background_colors.backgroundBasePlain,\n backgroundAutofilled: background_colors.backgroundBasePrimary,\n prependBackground: background_colors.backgroundBaseFormsPrepend,\n border: border_colors.borderBasePlain,\n borderDisabled: border_colors.borderBaseDisabled,\n borderAutofilled: border_colors.borderBasePrimary,\n controlBorder: border_colors.borderBaseFormsControl,\n controlBorderSelected: border_colors.borderStrongPrimary,\n controlBorderDisabled: border_colors.borderBaseDisabled,\n controlBackgroundUnselected: 'transparent',\n controlBackgroundDisabled:\n background_colors.backgroundBaseFormsControlDisabled,\n colorHasPlaceholder: text_colors.textSubdued,\n colorDisabled: text_colors.textDisabled,\n iconDisabled: text_colors.textDisabled,\n};\n\nconst _dark_forms = {\n ..._forms,\n background: dark_background_colors.backgroundBasePlain,\n backgroundDisabled: dark_background_colors.backgroundBaseDisabled,\n backgroundReadOnly: dark_background_colors.backgroundBasePlain,\n backgroundFocused: dark_background_colors.backgroundBasePlain,\n backgroundAutofilled: dark_background_colors.backgroundBasePrimary,\n prependBackground: dark_background_colors.backgroundBaseFormsPrepend,\n border: dark_border_colors.borderBasePlain,\n borderDisabled: dark_border_colors.borderBaseDisabled,\n borderAutofilled: dark_border_colors.borderBasePrimary,\n controlBorder: dark_border_colors.borderBaseFormsControl,\n controlBorderSelected: dark_border_colors.borderStrongPrimary,\n controlBorderDisabled: dark_border_colors.borderBaseDisabled,\n controlBackgroundUnselected: 'transparent',\n controlBackgroundDisabled:\n dark_background_colors.backgroundBaseFormsControlDisabled,\n colorHasPlaceholder: dark_text_colors.textSubdued,\n colorDisabled: dark_text_colors.textDisabled,\n iconDisabled: dark_text_colors.textDisabled,\n};\n\nexport const forms = {\n maxWidth: computed(\n ([base]) => mathWithUnits(base, (x) => x * 25),\n ['size.base']\n ),\n LIGHT: _forms,\n DARK: _dark_forms,\n};\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"_forms.js","names":["_euiThemeCommon","require","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","_forms","background","computed","_ref","_ref2","backgroundBasePlain","backgroundDisabled","_ref3","_ref4","backgroundBaseDisabled","backgroundReadOnly","_ref5","_ref6","backgroundFocused","_ref7","_ref8","backgroundAutofilled","_ref9","_ref10","backgroundBasePrimary","prependBackground","_ref11","_ref12","backgroundBaseFormsPrepend","border","_ref13","_ref14","borderBasePlain","borderDisabled","_ref15","_ref16","borderBaseDisabled","borderAutofilled","_ref17","_ref18","borderBasePrimary","controlBorder","_ref19","_ref20","borderBaseFormsControl","controlBorderSelected","_ref21","_ref22","borderStrongPrimary","controlBorderDisabled","_ref23","_ref24","controlBackgroundUnselected","controlBackgroundDisabled","_ref25","_ref26","backgroundBaseFormsControlDisabled","colorHasPlaceholder","_ref27","_ref28","textSubdued","colorDisabled","_ref29","_ref30","textDisabled","iconDisabled","_ref31","_ref32","_dark_forms","forms","exports","maxWidth","_ref33","_ref34","base","mathWithUnits","x","LIGHT","DARK"],"sources":["../../../src/variables/_forms.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\nimport { computed, mathWithUnits } from '@elastic/eui-theme-common';\n\nconst _forms = {\n background: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n backgroundDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n backgroundReadOnly: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n backgroundFocused: computed(\n ([backgroundBasePlain]) => backgroundBasePlain,\n ['colors.backgroundBasePlain']\n ),\n backgroundAutofilled: computed(\n ([backgroundBasePrimary]) => backgroundBasePrimary,\n ['colors.backgroundBasePrimary']\n ),\n prependBackground: computed(\n ([backgroundBaseFormsPrepend]) => backgroundBaseFormsPrepend,\n ['colors.backgroundBaseFormsPrepend']\n ),\n border: computed(\n ([borderBasePlain]) => borderBasePlain,\n ['colors.borderBasePlain']\n ),\n borderDisabled: computed(\n ([borderBaseDisabled]) => borderBaseDisabled,\n ['colors.borderBaseDisabled']\n ),\n borderAutofilled: computed(\n ([borderBasePrimary]) => borderBasePrimary,\n ['colors.borderBasePrimary']\n ),\n controlBorder: computed(\n ([borderBaseFormsControl]) => borderBaseFormsControl,\n ['colors.borderBaseFormsControl']\n ),\n controlBorderSelected: computed(\n ([borderStrongPrimary]) => borderStrongPrimary,\n ['colors.borderStrongPrimary']\n ),\n controlBorderDisabled: computed(\n ([borderBaseDisabled]) => borderBaseDisabled,\n ['colors.borderBaseDisabled']\n ),\n controlBackgroundUnselected: 'transparent',\n controlBackgroundDisabled: computed(\n ([backgroundBaseFormsControlDisabled]) =>\n backgroundBaseFormsControlDisabled,\n ['colors.backgroundBaseFormsControlDisabled']\n ),\n colorHasPlaceholder: computed(\n ([textSubdued]) => textSubdued,\n ['colors.textSubdued']\n ),\n colorDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n iconDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n};\n\nconst _dark_forms = {\n ..._forms,\n};\n\nexport const forms = {\n maxWidth: computed(\n ([base]) => mathWithUnits(base, (x) => x * 25),\n ['size.base']\n ),\n LIGHT: _forms,\n DARK: _dark_forms,\n};\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ import { _EuiThemeOverrides } from '@elastic/eui-theme-common';
2
+ export declare const overrides: _EuiThemeOverrides;
3
+ //# sourceMappingURL=_overrides.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_overrides.d.ts","sourceRoot":"","sources":["../../../src/variables/_overrides.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAG/D,eAAO,MAAM,SAAS,EAAE,kBAOvB,CAAC"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.overrides = void 0;
7
+ var _primitive_colors = require("./colors/_primitive_colors");
8
+ /*
9
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
10
+ * or more contributor license agreements. Licensed under the Elastic License
11
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
12
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
13
+ * Side Public License, v 1.
14
+ */
15
+
16
+ var overrides = exports.overrides = {
17
+ HCM: {
18
+ colors: {
19
+ ink: _primitive_colors.PRIMITIVE_COLORS.black,
20
+ ghost: _primitive_colors.PRIMITIVE_COLORS.white
21
+ }
22
+ }
23
+ };
24
+ //# sourceMappingURL=_overrides.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_overrides.js","names":["_primitive_colors","require","overrides","exports","HCM","colors","ink","PRIMITIVE_COLORS","black","ghost","white"],"sources":["../../../src/variables/_overrides.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { _EuiThemeOverrides } from '@elastic/eui-theme-common';\nimport { PRIMITIVE_COLORS } from './colors/_primitive_colors';\n\nexport const overrides: _EuiThemeOverrides = {\n HCM: {\n colors: {\n ink: PRIMITIVE_COLORS.black,\n ghost: PRIMITIVE_COLORS.white,\n },\n },\n};\n"],"mappings":";;;;;;AASA,IAAAA,iBAAA,GAAAC,OAAA;AATA;AACA;AACA;AACA;AACA;AACA;AACA;;AAKO,IAAMC,SAA6B,GAAAC,OAAA,CAAAD,SAAA,GAAG;EAC3CE,GAAG,EAAE;IACHC,MAAM,EAAE;MACNC,GAAG,EAAEC,kCAAgB,CAACC,KAAK;MAC3BC,KAAK,EAAEF,kCAAgB,CAACG;IAC1B;EACF;AACF,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"_colors_dark.d.ts","sourceRoot":"","sources":["../../../../src/variables/colors/_colors_dark.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,yBAAyB,EACzB,qBAAqB,EACrB,oCAAoC,EACrC,MAAM,2BAA2B,CAAC;AASnC,eAAO,MAAM,iBAAiB,EAAE,oBAO/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,wBAepC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,mBAa9B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,oBAQzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,yBAqCpC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,EAAE,oCAc9C,CAAC;AAEJ,eAAO,MAAM,kBAAkB,EAAE,qBAsBhC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,sBAMjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,mBASzB,CAAC"}
1
+ {"version":3,"file":"_colors_dark.d.ts","sourceRoot":"","sources":["../../../../src/variables/colors/_colors_dark.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,yBAAyB,EACzB,qBAAqB,EACrB,oCAAoC,EACrC,MAAM,2BAA2B,CAAC;AASnC,eAAO,MAAM,iBAAiB,EAAE,oBAO/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,wBAiBpC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,mBAa9B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,oBAQzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,yBA2CpC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,EAAE,oCAgB9C,CAAC;AAEJ,eAAO,MAAM,kBAAkB,EAAE,qBA0BhC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,sBAMjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,mBASzB,CAAC"}
@@ -41,8 +41,10 @@ var dark_brand_text_colors = exports.dark_brand_text_colors = {
41
41
  textPrimary: _semantic_colors.SEMANTIC_COLORS.primary60,
42
42
  textAccent: _semantic_colors.SEMANTIC_COLORS.accent60,
43
43
  textAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary60,
44
+ textNeutral: _semantic_colors.SEMANTIC_COLORS.neutral60,
44
45
  textSuccess: _semantic_colors.SEMANTIC_COLORS.success60,
45
46
  textWarning: _semantic_colors.SEMANTIC_COLORS.warning30,
47
+ textRisk: _semantic_colors.SEMANTIC_COLORS.risk50,
46
48
  textDanger: _semantic_colors.SEMANTIC_COLORS.danger60
47
49
  };
48
50
  var dark_text_colors = exports.dark_text_colors = {
@@ -71,8 +73,10 @@ var dark_background_colors = exports.dark_background_colors = {
71
73
  backgroundBasePrimary: _semantic_colors.SEMANTIC_COLORS.primary140,
72
74
  backgroundBaseAccent: _semantic_colors.SEMANTIC_COLORS.accent140,
73
75
  backgroundBaseAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary140,
76
+ backgroundBaseNeutral: _semantic_colors.SEMANTIC_COLORS.neutral140,
74
77
  backgroundBaseSuccess: _semantic_colors.SEMANTIC_COLORS.success140,
75
78
  backgroundBaseWarning: _semantic_colors.SEMANTIC_COLORS.warning140,
79
+ backgroundBaseRisk: _semantic_colors.SEMANTIC_COLORS.risk140,
76
80
  backgroundBaseDanger: _semantic_colors.SEMANTIC_COLORS.danger140,
77
81
  backgroundBaseSubdued: _semantic_colors.SEMANTIC_COLORS.plainDark,
78
82
  backgroundBasePlain: _semantic_colors.SEMANTIC_COLORS.shade145,
@@ -88,15 +92,19 @@ var dark_background_colors = exports.dark_background_colors = {
88
92
  backgroundLightPrimary: _semantic_colors.SEMANTIC_COLORS.primary130,
89
93
  backgroundLightAccent: _semantic_colors.SEMANTIC_COLORS.accent130,
90
94
  backgroundLightAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary130,
95
+ backgroundLightNeutral: _semantic_colors.SEMANTIC_COLORS.neutral130,
91
96
  backgroundLightSuccess: _semantic_colors.SEMANTIC_COLORS.success130,
92
97
  backgroundLightWarning: _semantic_colors.SEMANTIC_COLORS.warning130,
98
+ backgroundLightRisk: _semantic_colors.SEMANTIC_COLORS.risk130,
93
99
  backgroundLightDanger: _semantic_colors.SEMANTIC_COLORS.danger130,
94
100
  backgroundLightText: _semantic_colors.SEMANTIC_COLORS.shade130,
95
101
  backgroundFilledPrimary: _semantic_colors.SEMANTIC_COLORS.primary60,
96
102
  backgroundFilledAccent: _semantic_colors.SEMANTIC_COLORS.accent60,
97
103
  backgroundFilledAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary60,
104
+ backgroundFilledNeutral: _semantic_colors.SEMANTIC_COLORS.neutral50,
98
105
  backgroundFilledSuccess: _semantic_colors.SEMANTIC_COLORS.success60,
99
106
  backgroundFilledWarning: _semantic_colors.SEMANTIC_COLORS.warning40,
107
+ backgroundFilledRisk: _semantic_colors.SEMANTIC_COLORS.risk50,
100
108
  backgroundFilledDanger: _semantic_colors.SEMANTIC_COLORS.danger60,
101
109
  backgroundFilledText: _semantic_colors.SEMANTIC_COLORS.shade60
102
110
  };
@@ -111,8 +119,10 @@ var dark_transparent_background_colors = exports.dark_transparent_background_col
111
119
  backgroundTransparentPrimary: dark_background_colors.backgroundBasePrimary,
112
120
  backgroundTransparentAccent: dark_background_colors.backgroundBaseAccent,
113
121
  backgroundTransparentAccentSecondary: dark_background_colors.backgroundBaseAccent,
122
+ backgroundTransparentNeutral: dark_background_colors.backgroundBaseNeutral,
114
123
  backgroundTransparentSuccess: dark_background_colors.backgroundBaseSuccess,
115
124
  backgroundTransparentWarning: dark_background_colors.backgroundBaseWarning,
125
+ backgroundTransparentRisk: dark_background_colors.backgroundBaseRisk,
116
126
  backgroundTransparentDanger: dark_background_colors.backgroundBaseDanger,
117
127
  backgroundTransparentSubdued: dark_background_colors.backgroundBaseSubdued,
118
128
  backgroundTransparentHighlighted: dark_background_colors.backgroundBaseSubdued,
@@ -122,8 +132,10 @@ var dark_border_colors = exports.dark_border_colors = {
122
132
  borderBasePrimary: _semantic_colors.SEMANTIC_COLORS.primary120,
123
133
  borderBaseAccent: _semantic_colors.SEMANTIC_COLORS.accent120,
124
134
  borderBaseAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary120,
135
+ borderBaseNeutral: _semantic_colors.SEMANTIC_COLORS.neutral120,
125
136
  borderBaseSuccess: _semantic_colors.SEMANTIC_COLORS.success120,
126
137
  borderBaseWarning: _semantic_colors.SEMANTIC_COLORS.warning120,
138
+ borderBaseRisk: _semantic_colors.SEMANTIC_COLORS.risk120,
127
139
  borderBaseDanger: _semantic_colors.SEMANTIC_COLORS.danger120,
128
140
  borderBasePlain: _semantic_colors.SEMANTIC_COLORS.shade100,
129
141
  borderBaseSubdued: _semantic_colors.SEMANTIC_COLORS.shade120,
@@ -134,8 +146,10 @@ var dark_border_colors = exports.dark_border_colors = {
134
146
  borderStrongPrimary: _semantic_colors.SEMANTIC_COLORS.primary60,
135
147
  borderStrongAccent: _semantic_colors.SEMANTIC_COLORS.accent60,
136
148
  borderStrongAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary60,
149
+ borderStrongNeutral: _semantic_colors.SEMANTIC_COLORS.neutral60,
137
150
  borderStrongSuccess: _semantic_colors.SEMANTIC_COLORS.success60,
138
151
  borderStrongWarning: _semantic_colors.SEMANTIC_COLORS.warning40,
152
+ borderStrongRisk: _semantic_colors.SEMANTIC_COLORS.risk50,
139
153
  borderStrongDanger: _semantic_colors.SEMANTIC_COLORS.danger60
140
154
  };
141
155
  var dark_special_colors = exports.dark_special_colors = {