@elastic/eui 99.2.0-borealis.0 → 99.3.0-borealis.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_borealis_light.json +2 -2
- package/es/components/accordion/accordion.js +2 -1
- package/es/components/accordion/accordion_children/accordion_children.js +20 -7
- package/es/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/es/components/basic_table/basic_table.js +135 -2
- package/es/components/basic_table/in_memory_table.js +131 -1
- package/es/components/bottom_bar/bottom_bar.styles.js +1 -1
- package/es/components/button/button_icon/button_icon.styles.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/call_out/call_out.styles.js +5 -4
- package/es/components/code/code.styles.js +1 -1
- package/es/components/code/code_syntax.styles.js +1 -0
- package/es/components/code/utils.js +5 -2
- package/es/components/datagrid/data_grid.stories.utils.js +0 -1090
- package/es/components/date_picker/date_picker.styles.js +1 -1
- package/es/components/date_picker/date_picker_range.styles.js +1 -1
- package/es/components/date_picker/react_date_picker.styles.js +1 -1
- package/es/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
- package/es/components/expression/expression.styles.js +13 -13
- package/es/components/flyout/_flyout_close_button.styles.js +1 -1
- package/es/components/flyout/flyout.styles.js +1 -1
- package/es/components/header/header.styles.js +1 -1
- package/es/components/image/image.styles.js +1 -1
- package/es/components/image/image_button.styles.js +1 -1
- package/es/components/inline_edit/inline_edit_form.js +4 -4
- package/es/components/inline_edit/inline_edit_text.js +4 -4
- package/es/components/inline_edit/inline_edit_title.js +4 -4
- package/es/components/key_pad_menu/key_pad_menu_item.styles.js +9 -6
- package/es/components/link/link.styles.js +6 -6
- package/es/components/modal/modal.styles.js +1 -1
- package/es/components/page_template/inner/page_inner.styles.js +1 -1
- package/es/components/pagination/pagination.styles.js +2 -2
- package/es/components/panel/panel.styles.js +1 -1
- package/es/components/popover/popover_panel/_popover_panel.styles.js +1 -1
- package/es/components/resizable_container/resizable_collapse_button.styles.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.styles.js +1 -1
- package/es/components/side_nav/side_nav_item.styles.js +5 -5
- package/es/components/stat/stat.styles.js +5 -5
- package/es/components/table/table_cells_shared.styles.js +2 -2
- package/es/components/table/table_header_cell.js +76 -4
- package/es/components/table/table_row.styles.js +1 -1
- package/es/components/tabs/tab.styles.js +2 -2
- package/es/components/text_diff/text_diff.styles.js +1 -1
- package/es/components/toast/toast.styles.js +1 -1
- package/es/components/tool_tip/tool_tip.styles.js +1 -1
- package/es/global_styling/mixins/_shadow.js +31 -0
- package/es/global_styling/mixins/index.js +2 -1
- package/es/global_styling/reset/global_styles.js +1 -1
- package/es/themes/amsterdam/global_styling/functions/shadows.js +1 -10
- package/es/themes/amsterdam/global_styling/mixins/shadow.js +1 -146
- package/es/themes/amsterdam/global_styling/variables/_breakpoint.js +1 -7
- package/es/themes/amsterdam/global_styling/variables/_components.js +267 -262
- package/eui.d.ts +17078 -17082
- package/i18ntokens.json +36 -36
- package/lib/components/accordion/accordion.js +2 -1
- package/lib/components/accordion/accordion_children/accordion_children.js +19 -6
- package/lib/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/lib/components/basic_table/basic_table.js +135 -2
- package/lib/components/basic_table/in_memory_table.js +131 -1
- package/lib/components/bottom_bar/bottom_bar.styles.js +2 -2
- package/lib/components/button/button_icon/button_icon.styles.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/call_out/call_out.styles.js +5 -4
- package/lib/components/code/code.styles.js +1 -1
- package/lib/components/code/code_syntax.styles.js +1 -0
- package/lib/components/code/utils.js +6 -1
- package/lib/components/datagrid/data_grid.stories.utils.js +1 -1092
- package/lib/components/date_picker/date_picker.styles.js +2 -2
- package/lib/components/date_picker/date_picker_range.styles.js +2 -2
- package/lib/components/date_picker/react_date_picker.styles.js +2 -2
- package/lib/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
- package/lib/components/expression/expression.styles.js +13 -13
- package/lib/components/flyout/_flyout_close_button.styles.js +2 -2
- package/lib/components/flyout/flyout.styles.js +2 -2
- package/lib/components/header/header.styles.js +2 -2
- package/lib/components/image/image.styles.js +2 -2
- package/lib/components/image/image_button.styles.js +3 -3
- package/lib/components/inline_edit/inline_edit_form.js +4 -4
- package/lib/components/inline_edit/inline_edit_text.js +4 -4
- package/lib/components/inline_edit/inline_edit_title.js +4 -4
- package/lib/components/key_pad_menu/key_pad_menu_item.styles.js +9 -6
- package/lib/components/link/link.styles.js +6 -6
- package/lib/components/modal/modal.styles.js +3 -3
- package/lib/components/page_template/inner/page_inner.styles.js +2 -2
- package/lib/components/pagination/pagination.styles.js +2 -2
- package/lib/components/panel/panel.styles.js +3 -3
- package/lib/components/popover/popover_panel/_popover_panel.styles.js +4 -4
- package/lib/components/resizable_container/resizable_collapse_button.styles.js +2 -2
- package/lib/components/selectable/selectable_list/selectable_list_item.styles.js +1 -1
- package/lib/components/side_nav/side_nav_item.styles.js +5 -5
- package/lib/components/stat/stat.styles.js +5 -5
- package/lib/components/table/table_cells_shared.styles.js +2 -2
- package/lib/components/table/table_header_cell.js +79 -8
- package/lib/components/table/table_row.styles.js +2 -2
- package/lib/components/tabs/tab.styles.js +2 -2
- package/lib/components/text_diff/text_diff.styles.js +1 -1
- package/lib/components/toast/toast.styles.js +2 -2
- package/lib/components/tool_tip/tool_tip.styles.js +2 -2
- package/lib/global_styling/mixins/_shadow.js +84 -0
- package/lib/global_styling/mixins/index.js +11 -0
- package/lib/global_styling/reset/global_styles.js +1 -1
- package/lib/themes/amsterdam/global_styling/functions/shadows.js +7 -19
- package/lib/themes/amsterdam/global_styling/mixins/shadow.js +10 -154
- package/lib/themes/amsterdam/global_styling/variables/_breakpoint.js +7 -16
- package/lib/themes/amsterdam/global_styling/variables/_components.js +267 -262
- package/optimize/es/components/accordion/accordion.js +2 -1
- package/optimize/es/components/accordion/accordion_children/accordion_children.js +20 -7
- package/optimize/es/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/optimize/es/components/basic_table/basic_table.js +4 -1
- package/optimize/es/components/bottom_bar/bottom_bar.styles.js +1 -1
- package/optimize/es/components/button/button_icon/button_icon.styles.js +1 -1
- package/optimize/es/components/call_out/call_out.js +1 -1
- package/optimize/es/components/call_out/call_out.styles.js +5 -4
- package/optimize/es/components/code/code.styles.js +1 -1
- package/optimize/es/components/code/code_syntax.styles.js +1 -0
- package/optimize/es/components/code/utils.js +5 -2
- package/optimize/es/components/datagrid/data_grid.stories.utils.js +0 -18
- package/optimize/es/components/date_picker/date_picker.styles.js +1 -1
- package/optimize/es/components/date_picker/date_picker_range.styles.js +1 -1
- package/optimize/es/components/date_picker/react_date_picker.styles.js +1 -1
- package/optimize/es/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
- package/optimize/es/components/expression/expression.styles.js +13 -13
- package/optimize/es/components/flyout/_flyout_close_button.styles.js +1 -1
- package/optimize/es/components/flyout/flyout.styles.js +1 -1
- package/optimize/es/components/header/header.styles.js +1 -1
- package/optimize/es/components/image/image.styles.js +1 -1
- package/optimize/es/components/image/image_button.styles.js +1 -1
- package/optimize/es/components/key_pad_menu/key_pad_menu_item.styles.js +9 -6
- package/optimize/es/components/link/link.styles.js +6 -6
- package/optimize/es/components/modal/modal.styles.js +1 -1
- package/optimize/es/components/page_template/inner/page_inner.styles.js +1 -1
- package/optimize/es/components/pagination/pagination.styles.js +2 -2
- package/optimize/es/components/panel/panel.styles.js +1 -1
- package/optimize/es/components/popover/popover_panel/_popover_panel.styles.js +1 -1
- package/optimize/es/components/resizable_container/resizable_collapse_button.styles.js +1 -1
- package/optimize/es/components/selectable/selectable_list/selectable_list_item.styles.js +1 -1
- package/optimize/es/components/side_nav/side_nav_item.styles.js +5 -5
- package/optimize/es/components/stat/stat.styles.js +5 -5
- package/optimize/es/components/table/table_cells_shared.styles.js +2 -2
- package/optimize/es/components/table/table_header_cell.js +14 -3
- package/optimize/es/components/table/table_row.styles.js +1 -1
- package/optimize/es/components/tabs/tab.styles.js +2 -2
- package/optimize/es/components/text_diff/text_diff.styles.js +1 -1
- package/optimize/es/components/toast/toast.styles.js +1 -1
- package/optimize/es/components/tool_tip/tool_tip.styles.js +1 -1
- package/optimize/es/global_styling/mixins/_shadow.js +31 -0
- package/optimize/es/global_styling/mixins/index.js +2 -1
- package/optimize/es/global_styling/reset/global_styles.js +1 -1
- package/optimize/es/themes/amsterdam/global_styling/functions/shadows.js +1 -10
- package/optimize/es/themes/amsterdam/global_styling/mixins/shadow.js +1 -146
- package/optimize/es/themes/amsterdam/global_styling/variables/_breakpoint.js +1 -7
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +267 -262
- package/optimize/lib/components/accordion/accordion.js +2 -1
- package/optimize/lib/components/accordion/accordion_children/accordion_children.js +19 -6
- package/optimize/lib/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/optimize/lib/components/basic_table/basic_table.js +4 -1
- package/optimize/lib/components/bottom_bar/bottom_bar.styles.js +2 -2
- package/optimize/lib/components/button/button_icon/button_icon.styles.js +1 -1
- package/optimize/lib/components/call_out/call_out.js +1 -1
- package/optimize/lib/components/call_out/call_out.styles.js +5 -4
- package/optimize/lib/components/code/code.styles.js +1 -1
- package/optimize/lib/components/code/code_syntax.styles.js +1 -0
- package/optimize/lib/components/code/utils.js +6 -1
- package/optimize/lib/components/datagrid/data_grid.stories.utils.js +1 -19
- package/optimize/lib/components/date_picker/date_picker.styles.js +2 -2
- package/optimize/lib/components/date_picker/date_picker_range.styles.js +2 -2
- package/optimize/lib/components/date_picker/react_date_picker.styles.js +2 -2
- package/optimize/lib/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
- package/optimize/lib/components/expression/expression.styles.js +13 -13
- package/optimize/lib/components/flyout/_flyout_close_button.styles.js +2 -2
- package/optimize/lib/components/flyout/flyout.styles.js +2 -2
- package/optimize/lib/components/header/header.styles.js +2 -2
- package/optimize/lib/components/image/image.styles.js +2 -2
- package/optimize/lib/components/image/image_button.styles.js +3 -3
- package/optimize/lib/components/key_pad_menu/key_pad_menu_item.styles.js +9 -6
- package/optimize/lib/components/link/link.styles.js +6 -6
- package/optimize/lib/components/modal/modal.styles.js +3 -3
- package/optimize/lib/components/page_template/inner/page_inner.styles.js +2 -2
- package/optimize/lib/components/pagination/pagination.styles.js +2 -2
- package/optimize/lib/components/panel/panel.styles.js +3 -3
- package/optimize/lib/components/popover/popover_panel/_popover_panel.styles.js +4 -4
- package/optimize/lib/components/resizable_container/resizable_collapse_button.styles.js +2 -2
- package/optimize/lib/components/selectable/selectable_list/selectable_list_item.styles.js +1 -1
- package/optimize/lib/components/side_nav/side_nav_item.styles.js +5 -5
- package/optimize/lib/components/stat/stat.styles.js +5 -5
- package/optimize/lib/components/table/table_cells_shared.styles.js +2 -2
- package/optimize/lib/components/table/table_header_cell.js +14 -3
- package/optimize/lib/components/table/table_row.styles.js +2 -2
- package/optimize/lib/components/tabs/tab.styles.js +2 -2
- package/optimize/lib/components/text_diff/text_diff.styles.js +1 -1
- package/optimize/lib/components/toast/toast.styles.js +2 -2
- package/optimize/lib/components/tool_tip/tool_tip.styles.js +2 -2
- package/optimize/lib/global_styling/mixins/_shadow.js +84 -0
- package/optimize/lib/global_styling/mixins/index.js +11 -0
- package/optimize/lib/global_styling/reset/global_styles.js +1 -1
- package/optimize/lib/themes/amsterdam/global_styling/functions/shadows.js +7 -19
- package/optimize/lib/themes/amsterdam/global_styling/mixins/shadow.js +10 -154
- package/optimize/lib/themes/amsterdam/global_styling/variables/_breakpoint.js +7 -16
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +267 -262
- package/package.json +5 -4
- package/src/global_styling/functions/_colors.scss +3 -3
- package/src/global_styling/mixins/_shadow.scss +1 -1
- package/src/global_styling/mixins/_typography.scss +2 -2
- package/src/global_styling/variables/_index.scss +0 -1
- package/test-env/components/accordion/accordion.js +2 -1
- package/test-env/components/accordion/accordion_children/accordion_children.js +19 -6
- package/test-env/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/test-env/components/basic_table/basic_table.js +135 -2
- package/test-env/components/basic_table/in_memory_table.js +131 -1
- package/test-env/components/bottom_bar/bottom_bar.styles.js +2 -2
- package/test-env/components/button/button_icon/button_icon.styles.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/call_out/call_out.styles.js +5 -4
- package/test-env/components/code/code.styles.js +1 -1
- package/test-env/components/code/code_syntax.styles.js +1 -0
- package/test-env/components/code/utils.js +6 -1
- package/test-env/components/datagrid/data_grid.stories.utils.js +1 -1091
- package/test-env/components/date_picker/date_picker.styles.js +2 -2
- package/test-env/components/date_picker/date_picker_range.styles.js +2 -2
- package/test-env/components/date_picker/react_date_picker.styles.js +2 -2
- package/test-env/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +1 -1
- package/test-env/components/expression/expression.styles.js +13 -13
- package/test-env/components/flyout/_flyout_close_button.styles.js +2 -2
- package/test-env/components/flyout/flyout.styles.js +2 -2
- package/test-env/components/header/header.styles.js +2 -2
- package/test-env/components/image/image.styles.js +2 -2
- package/test-env/components/image/image_button.styles.js +3 -3
- package/test-env/components/inline_edit/inline_edit_form.js +4 -4
- package/test-env/components/inline_edit/inline_edit_text.js +4 -4
- package/test-env/components/inline_edit/inline_edit_title.js +4 -4
- package/test-env/components/key_pad_menu/key_pad_menu_item.styles.js +9 -6
- package/test-env/components/link/link.styles.js +6 -6
- package/test-env/components/modal/modal.styles.js +3 -3
- package/test-env/components/page_template/inner/page_inner.styles.js +2 -2
- package/test-env/components/pagination/pagination.styles.js +2 -2
- package/test-env/components/panel/panel.styles.js +3 -3
- package/test-env/components/popover/popover_panel/_popover_panel.styles.js +4 -4
- package/test-env/components/resizable_container/resizable_collapse_button.styles.js +2 -2
- package/test-env/components/selectable/selectable_list/selectable_list_item.styles.js +1 -1
- package/test-env/components/side_nav/side_nav_item.styles.js +5 -5
- package/test-env/components/stat/stat.styles.js +5 -5
- package/test-env/components/table/table_cells_shared.styles.js +2 -2
- package/test-env/components/table/table_header_cell.js +76 -4
- package/test-env/components/table/table_row.styles.js +2 -2
- package/test-env/components/tabs/tab.styles.js +2 -2
- package/test-env/components/text_diff/text_diff.styles.js +1 -1
- package/test-env/components/toast/toast.styles.js +2 -2
- package/test-env/components/tool_tip/tool_tip.styles.js +2 -2
- package/test-env/global_styling/mixins/_shadow.js +84 -0
- package/test-env/global_styling/mixins/index.js +11 -0
- package/test-env/global_styling/reset/global_styles.js +1 -1
- package/test-env/services/breakpoint/current_breakpoint_hook.js +3 -3
- package/test-env/themes/amsterdam/global_styling/functions/shadows.js +7 -19
- package/test-env/themes/amsterdam/global_styling/mixins/shadow.js +10 -154
- package/test-env/themes/amsterdam/global_styling/variables/_breakpoint.js +7 -16
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +267 -262
- package/es/global_styling/variables/_colors_vis.js +0 -9
- package/lib/global_styling/variables/_colors_vis.js +0 -12
- package/optimize/es/global_styling/variables/_colors_vis.js +0 -9
- package/optimize/lib/global_styling/variables/_colors_vis.js +0 -12
- package/src/global_styling/variables/_colors_vis.scss +0 -3
- package/test-env/global_styling/variables/_colors_vis.js +0 -12
|
@@ -111,327 +111,332 @@ var component_colors = {
|
|
|
111
111
|
lightestShade = _ref36[0];
|
|
112
112
|
return makeHighContrastColor(colorVis.euiColorVis0)(lightestShade);
|
|
113
113
|
}, ['colors.lightestShade']),
|
|
114
|
-
|
|
114
|
+
codeInlineCodeKeywordColor: computed(function (_ref37) {
|
|
115
115
|
var _ref38 = _slicedToArray(_ref37, 1),
|
|
116
116
|
lightestShade = _ref38[0];
|
|
117
|
-
return makeHighContrastColor(colorVis.
|
|
117
|
+
return makeHighContrastColor(colorVis.euiColorVis6)(lightestShade);
|
|
118
118
|
}, ['colors.lightestShade']),
|
|
119
|
-
|
|
120
|
-
codeTypeColor: computed(function (_ref39) {
|
|
119
|
+
codeKeywordColor: computed(function (_ref39) {
|
|
121
120
|
var _ref40 = _slicedToArray(_ref39, 1),
|
|
122
121
|
lightestShade = _ref40[0];
|
|
123
|
-
return makeHighContrastColor(colorVis.
|
|
122
|
+
return makeHighContrastColor(colorVis.euiColorVis3)(lightestShade);
|
|
124
123
|
}, ['colors.lightestShade']),
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
codeFunctionTitleColor: 'inherit',
|
|
125
|
+
codeTypeColor: computed(function (_ref41) {
|
|
127
126
|
var _ref42 = _slicedToArray(_ref41, 1),
|
|
128
127
|
lightestShade = _ref42[0];
|
|
128
|
+
return makeHighContrastColor(colorVis.euiColorVis1)(lightestShade);
|
|
129
|
+
}, ['colors.lightestShade']),
|
|
130
|
+
codeAttributeColor: 'inherit',
|
|
131
|
+
codeSymbolColor: computed(function (_ref43) {
|
|
132
|
+
var _ref44 = _slicedToArray(_ref43, 1),
|
|
133
|
+
lightestShade = _ref44[0];
|
|
129
134
|
return makeHighContrastColor(colorVis.euiColorVis9)(lightestShade);
|
|
130
135
|
}, ['colors.lightestShade']),
|
|
131
136
|
codeParamsColor: 'inherit',
|
|
132
|
-
codeMetaColor: computed(function (
|
|
133
|
-
var
|
|
134
|
-
lightestShade =
|
|
135
|
-
subduedText =
|
|
137
|
+
codeMetaColor: computed(function (_ref45) {
|
|
138
|
+
var _ref46 = _slicedToArray(_ref45, 2),
|
|
139
|
+
lightestShade = _ref46[0],
|
|
140
|
+
subduedText = _ref46[1];
|
|
136
141
|
return makeHighContrastColor(subduedText)(lightestShade);
|
|
137
142
|
}, ['colors.lightestShade', 'colors.subduedText']),
|
|
138
|
-
codeTitleColor: computed(function (
|
|
139
|
-
var _ref46 = _slicedToArray(_ref45, 1),
|
|
140
|
-
lightestShade = _ref46[0];
|
|
141
|
-
return makeHighContrastColor(colorVis.euiColorVis7)(lightestShade);
|
|
142
|
-
}, ['colors.lightestShade']),
|
|
143
|
-
codeSectionColor: computed(function (_ref47) {
|
|
143
|
+
codeTitleColor: computed(function (_ref47) {
|
|
144
144
|
var _ref48 = _slicedToArray(_ref47, 1),
|
|
145
145
|
lightestShade = _ref48[0];
|
|
146
|
-
return makeHighContrastColor(colorVis.
|
|
146
|
+
return makeHighContrastColor(colorVis.euiColorVis7)(lightestShade);
|
|
147
147
|
}, ['colors.lightestShade']),
|
|
148
|
-
|
|
148
|
+
codeSectionColor: computed(function (_ref49) {
|
|
149
149
|
var _ref50 = _slicedToArray(_ref49, 1),
|
|
150
150
|
lightestShade = _ref50[0];
|
|
151
|
+
return makeHighContrastColor(colorVis.euiColorVis9)(lightestShade);
|
|
152
|
+
}, ['colors.lightestShade']),
|
|
153
|
+
codeAdditionColor: computed(function (_ref51) {
|
|
154
|
+
var _ref52 = _slicedToArray(_ref51, 1),
|
|
155
|
+
lightestShade = _ref52[0];
|
|
151
156
|
return makeHighContrastColor(colorVis.euiColorVis0)(lightestShade);
|
|
152
157
|
}, ['colors.lightestShade']),
|
|
153
|
-
codeDeletionColor: computed(function (
|
|
154
|
-
var
|
|
155
|
-
lightestShade =
|
|
156
|
-
danger =
|
|
158
|
+
codeDeletionColor: computed(function (_ref53) {
|
|
159
|
+
var _ref54 = _slicedToArray(_ref53, 2),
|
|
160
|
+
lightestShade = _ref54[0],
|
|
161
|
+
danger = _ref54[1];
|
|
157
162
|
return makeHighContrastColor(danger)(lightestShade);
|
|
158
163
|
}, ['colors.lightestShade', 'colors.danger']),
|
|
159
164
|
codeSelectorClassColor: 'inherit',
|
|
160
165
|
codeSelectorIdColor: 'inherit',
|
|
161
|
-
collapsibleNavGroupBackground: computed(function (
|
|
162
|
-
var
|
|
163
|
-
body =
|
|
166
|
+
collapsibleNavGroupBackground: computed(function (_ref55) {
|
|
167
|
+
var _ref56 = _slicedToArray(_ref55, 1),
|
|
168
|
+
body = _ref56[0];
|
|
164
169
|
return body;
|
|
165
170
|
}, ['colors.body']),
|
|
166
|
-
collapsibleNavGroupBackgroundDark: computed(function (
|
|
167
|
-
var
|
|
168
|
-
darkestShade =
|
|
171
|
+
collapsibleNavGroupBackgroundDark: computed(function (_ref57) {
|
|
172
|
+
var _ref58 = _slicedToArray(_ref57, 1),
|
|
173
|
+
darkestShade = _ref58[0];
|
|
169
174
|
return shade(darkestShade, 0.2);
|
|
170
175
|
}, ['colors.darkestShade']),
|
|
171
|
-
dataGridBorderColor: computed(function (
|
|
172
|
-
var _ref58 = _slicedToArray(_ref57, 1),
|
|
173
|
-
color = _ref58[0];
|
|
174
|
-
return color;
|
|
175
|
-
}, ['border.color']),
|
|
176
|
-
dataGridVerticalLineBorderColor: computed(function (_ref59) {
|
|
176
|
+
dataGridBorderColor: computed(function (_ref59) {
|
|
177
177
|
var _ref60 = _slicedToArray(_ref59, 1),
|
|
178
178
|
color = _ref60[0];
|
|
179
|
-
return
|
|
179
|
+
return color;
|
|
180
180
|
}, ['border.color']),
|
|
181
|
-
|
|
181
|
+
dataGridVerticalLineBorderColor: computed(function (_ref61) {
|
|
182
182
|
var _ref62 = _slicedToArray(_ref61, 1),
|
|
183
|
-
|
|
183
|
+
color = _ref62[0];
|
|
184
|
+
return tint(color, 0.3);
|
|
185
|
+
}, ['border.color']),
|
|
186
|
+
dataGridRowBackgroundStriped: computed(function (_ref63) {
|
|
187
|
+
var _ref64 = _slicedToArray(_ref63, 1),
|
|
188
|
+
lightestShade = _ref64[0];
|
|
184
189
|
return lightestShade;
|
|
185
190
|
}, ['colors.lightestShade']),
|
|
186
|
-
dataGridRowBackgroundHover: computed(function (
|
|
187
|
-
var _ref64 = _slicedToArray(_ref63, 1),
|
|
188
|
-
highlight = _ref64[0];
|
|
189
|
-
return highlight;
|
|
190
|
-
}, ['colors.highlight']),
|
|
191
|
-
dataGridRowBackgroundSelect: computed(function (_ref65) {
|
|
191
|
+
dataGridRowBackgroundHover: computed(function (_ref65) {
|
|
192
192
|
var _ref66 = _slicedToArray(_ref65, 1),
|
|
193
193
|
highlight = _ref66[0];
|
|
194
194
|
return highlight;
|
|
195
195
|
}, ['colors.highlight']),
|
|
196
|
-
|
|
196
|
+
dataGridRowBackgroundSelect: computed(function (_ref67) {
|
|
197
197
|
var _ref68 = _slicedToArray(_ref67, 1),
|
|
198
|
-
|
|
199
|
-
return
|
|
200
|
-
}, ['colors.
|
|
201
|
-
|
|
198
|
+
highlight = _ref68[0];
|
|
199
|
+
return highlight;
|
|
200
|
+
}, ['colors.highlight']),
|
|
201
|
+
dragDropDraggingBackground: computed(function (_ref69) {
|
|
202
202
|
var _ref70 = _slicedToArray(_ref69, 1),
|
|
203
203
|
success = _ref70[0];
|
|
204
|
-
return transparentize(success, 0.
|
|
204
|
+
return transparentize(success, 0.1);
|
|
205
205
|
}, ['colors.success']),
|
|
206
|
-
|
|
206
|
+
dragDropDraggingOverBackground: computed(function (_ref71) {
|
|
207
207
|
var _ref72 = _slicedToArray(_ref71, 1),
|
|
208
|
-
|
|
208
|
+
success = _ref72[0];
|
|
209
|
+
return transparentize(success, 0.25);
|
|
210
|
+
}, ['colors.success']),
|
|
211
|
+
filterSelectItemBackgroundFocusDisabled: computed(function (_ref73) {
|
|
212
|
+
var _ref74 = _slicedToArray(_ref73, 1),
|
|
213
|
+
disabled = _ref74[0];
|
|
209
214
|
return transparentize(disabled, 0.1);
|
|
210
215
|
}, ['colors.disabled']),
|
|
211
|
-
flyoutFooterBackground: computed(function (
|
|
212
|
-
var
|
|
213
|
-
lightestShade =
|
|
216
|
+
flyoutFooterBackground: computed(function (_ref75) {
|
|
217
|
+
var _ref76 = _slicedToArray(_ref75, 1),
|
|
218
|
+
lightestShade = _ref76[0];
|
|
214
219
|
return lightestShade;
|
|
215
220
|
}, ['colors.lightestShade']),
|
|
216
|
-
flyoutCloseButtonInsideBackground: computed(function (
|
|
217
|
-
var _ref76 = _slicedToArray(_ref75, 1),
|
|
218
|
-
emptyShade = _ref76[0];
|
|
219
|
-
return transparentize(emptyShade, 0.9);
|
|
220
|
-
}, ['colors.emptyShade']),
|
|
221
|
-
headerBackground: computed(function (_ref77) {
|
|
221
|
+
flyoutCloseButtonInsideBackground: computed(function (_ref77) {
|
|
222
222
|
var _ref78 = _slicedToArray(_ref77, 1),
|
|
223
223
|
emptyShade = _ref78[0];
|
|
224
|
-
return emptyShade;
|
|
224
|
+
return transparentize(emptyShade, 0.9);
|
|
225
225
|
}, ['colors.emptyShade']),
|
|
226
|
-
|
|
226
|
+
headerBackground: computed(function (_ref79) {
|
|
227
227
|
var _ref80 = _slicedToArray(_ref79, 1),
|
|
228
|
-
|
|
228
|
+
emptyShade = _ref80[0];
|
|
229
|
+
return emptyShade;
|
|
230
|
+
}, ['colors.emptyShade']),
|
|
231
|
+
headerDarkBackground: computed(function (_ref81) {
|
|
232
|
+
var _ref82 = _slicedToArray(_ref81, 1),
|
|
233
|
+
darkestShade = _ref82[0];
|
|
229
234
|
return shade(darkestShade, 0.28);
|
|
230
235
|
}, ['colors.darkestShade']),
|
|
231
|
-
headerDarkSearchBorderColor: computed(function (
|
|
232
|
-
var
|
|
233
|
-
ghost =
|
|
236
|
+
headerDarkSearchBorderColor: computed(function (_ref83) {
|
|
237
|
+
var _ref84 = _slicedToArray(_ref83, 1),
|
|
238
|
+
ghost = _ref84[0];
|
|
234
239
|
return transparentize(ghost, 0.3);
|
|
235
240
|
}, ['colors.ghost']),
|
|
236
|
-
headerDarkSectionItemBackgroundFocus: computed(function (
|
|
237
|
-
var
|
|
238
|
-
primary =
|
|
241
|
+
headerDarkSectionItemBackgroundFocus: computed(function (_ref85) {
|
|
242
|
+
var _ref86 = _slicedToArray(_ref85, 1),
|
|
243
|
+
primary = _ref86[0];
|
|
239
244
|
return shade(primary, 0.5);
|
|
240
245
|
}, ['colors.primary']),
|
|
241
|
-
keyPadMenuItemBackgroundDisabledSelect: computed(function (
|
|
242
|
-
var
|
|
243
|
-
disabled =
|
|
246
|
+
keyPadMenuItemBackgroundDisabledSelect: computed(function (_ref87) {
|
|
247
|
+
var _ref88 = _slicedToArray(_ref87, 1),
|
|
248
|
+
disabled = _ref88[0];
|
|
244
249
|
return transparentize(disabled, 0.1);
|
|
245
250
|
}, ['colors.disabled']),
|
|
246
|
-
listGroupItemBackgroundPrimaryActive: computed(function (
|
|
247
|
-
var
|
|
248
|
-
lightShade =
|
|
251
|
+
listGroupItemBackgroundPrimaryActive: computed(function (_ref89) {
|
|
252
|
+
var _ref90 = _slicedToArray(_ref89, 1),
|
|
253
|
+
lightShade = _ref90[0];
|
|
249
254
|
return transparentize(lightShade, 0.2);
|
|
250
255
|
}, ['colors.lightShade']),
|
|
251
|
-
listGroupItemBackgroundSubduedActive: computed(function (
|
|
252
|
-
var
|
|
253
|
-
primary =
|
|
256
|
+
listGroupItemBackgroundSubduedActive: computed(function (_ref91) {
|
|
257
|
+
var _ref92 = _slicedToArray(_ref91, 1),
|
|
258
|
+
primary = _ref92[0];
|
|
254
259
|
return transparentize(primary, 0.1);
|
|
255
260
|
}, ['colors.primary']),
|
|
256
|
-
listGroupItemBackgroundHover: computed(function (
|
|
257
|
-
var
|
|
258
|
-
lightShade =
|
|
261
|
+
listGroupItemBackgroundHover: computed(function (_ref93) {
|
|
262
|
+
var _ref94 = _slicedToArray(_ref93, 1),
|
|
263
|
+
lightShade = _ref94[0];
|
|
259
264
|
return transparentize(lightShade, 0.2);
|
|
260
265
|
}, ['colors.lightShade']),
|
|
261
|
-
listGroupItemBackgroundPrimaryHover: computed(function (
|
|
262
|
-
var
|
|
263
|
-
primary =
|
|
266
|
+
listGroupItemBackgroundPrimaryHover: computed(function (_ref95) {
|
|
267
|
+
var _ref96 = _slicedToArray(_ref95, 1),
|
|
268
|
+
primary = _ref96[0];
|
|
264
269
|
return transparentize(primary, 0.1);
|
|
265
270
|
}, ['colors.primary']),
|
|
266
|
-
loadingSpinnerBorder: computed(function (
|
|
267
|
-
var
|
|
268
|
-
lightShade =
|
|
271
|
+
loadingSpinnerBorder: computed(function (_ref97) {
|
|
272
|
+
var _ref98 = _slicedToArray(_ref97, 1),
|
|
273
|
+
lightShade = _ref98[0];
|
|
269
274
|
return lightShade;
|
|
270
275
|
}, ['colors.lightShade']),
|
|
271
|
-
loadingSpinnerHighlight: computed(function (
|
|
272
|
-
var
|
|
273
|
-
primary =
|
|
276
|
+
loadingSpinnerHighlight: computed(function (_ref99) {
|
|
277
|
+
var _ref100 = _slicedToArray(_ref99, 1),
|
|
278
|
+
primary = _ref100[0];
|
|
274
279
|
return primary;
|
|
275
280
|
}, ['colors.primary']),
|
|
276
|
-
loadingChartMonoBackground0: computed(function (
|
|
277
|
-
var _ref100 = _slicedToArray(_ref99, 1),
|
|
278
|
-
lightShade = _ref100[0];
|
|
279
|
-
return lightShade;
|
|
280
|
-
}, ['colors.lightShade']),
|
|
281
|
-
loadingChartMonoBackground1: computed(function (_ref101) {
|
|
281
|
+
loadingChartMonoBackground0: computed(function (_ref101) {
|
|
282
282
|
var _ref102 = _slicedToArray(_ref101, 1),
|
|
283
283
|
lightShade = _ref102[0];
|
|
284
|
-
return
|
|
284
|
+
return lightShade;
|
|
285
285
|
}, ['colors.lightShade']),
|
|
286
|
-
|
|
286
|
+
loadingChartMonoBackground1: computed(function (_ref103) {
|
|
287
287
|
var _ref104 = _slicedToArray(_ref103, 1),
|
|
288
288
|
lightShade = _ref104[0];
|
|
289
|
-
return shade(lightShade, 0.
|
|
289
|
+
return shade(lightShade, 0.04);
|
|
290
290
|
}, ['colors.lightShade']),
|
|
291
|
-
|
|
291
|
+
loadingChartMonoBackground2: computed(function (_ref105) {
|
|
292
292
|
var _ref106 = _slicedToArray(_ref105, 1),
|
|
293
293
|
lightShade = _ref106[0];
|
|
294
|
-
return shade(lightShade, 0.
|
|
294
|
+
return shade(lightShade, 0.08);
|
|
295
295
|
}, ['colors.lightShade']),
|
|
296
|
-
|
|
296
|
+
loadingChartMonoBackground3: computed(function (_ref107) {
|
|
297
297
|
var _ref108 = _slicedToArray(_ref107, 1),
|
|
298
|
-
|
|
298
|
+
lightShade = _ref108[0];
|
|
299
|
+
return shade(lightShade, 0.12);
|
|
300
|
+
}, ['colors.lightShade']),
|
|
301
|
+
markBackground: computed(function (_ref109) {
|
|
302
|
+
var _ref110 = _slicedToArray(_ref109, 1),
|
|
303
|
+
primary = _ref110[0];
|
|
299
304
|
return transparentize(primary, 0.1);
|
|
300
305
|
}, ['colors.primary']),
|
|
301
|
-
markdownFormatTableBorderColor: computed(function (
|
|
302
|
-
var
|
|
303
|
-
fullShade =
|
|
306
|
+
markdownFormatTableBorderColor: computed(function (_ref111) {
|
|
307
|
+
var _ref112 = _slicedToArray(_ref111, 1),
|
|
308
|
+
fullShade = _ref112[0];
|
|
304
309
|
return transparentize(fullShade, 0.15);
|
|
305
310
|
}, ['colors.fullShade']),
|
|
306
|
-
popoverPanelBackground: computed(function (
|
|
307
|
-
var
|
|
308
|
-
emptyShade =
|
|
311
|
+
popoverPanelBackground: computed(function (_ref113) {
|
|
312
|
+
var _ref114 = _slicedToArray(_ref113, 1),
|
|
313
|
+
emptyShade = _ref114[0];
|
|
309
314
|
return emptyShade;
|
|
310
315
|
}, ['colors.emptyShade']),
|
|
311
|
-
popoverFooterBorderColor: computed(function (
|
|
312
|
-
var
|
|
313
|
-
color =
|
|
316
|
+
popoverFooterBorderColor: computed(function (_ref115) {
|
|
317
|
+
var _ref116 = _slicedToArray(_ref115, 1),
|
|
318
|
+
color = _ref116[0];
|
|
314
319
|
return color;
|
|
315
320
|
}, ['border.color']),
|
|
316
|
-
scrollbarTrackColor: computed(function (
|
|
317
|
-
var
|
|
318
|
-
body =
|
|
321
|
+
scrollbarTrackColor: computed(function (_ref117) {
|
|
322
|
+
var _ref118 = _slicedToArray(_ref117, 1),
|
|
323
|
+
body = _ref118[0];
|
|
319
324
|
return shade(body, 0.03);
|
|
320
325
|
}, ['colors.body']),
|
|
321
|
-
sideNavItemEmphasizedBackground: computed(function (
|
|
322
|
-
var
|
|
323
|
-
lightShade =
|
|
326
|
+
sideNavItemEmphasizedBackground: computed(function (_ref119) {
|
|
327
|
+
var _ref120 = _slicedToArray(_ref119, 1),
|
|
328
|
+
lightShade = _ref120[0];
|
|
324
329
|
return transparentize(lightShade, 0.3);
|
|
325
330
|
}, ['colors.lightShade']),
|
|
326
|
-
selectableListItemBorderColor: computed(function (
|
|
327
|
-
var
|
|
328
|
-
color =
|
|
331
|
+
selectableListItemBorderColor: computed(function (_ref121) {
|
|
332
|
+
var _ref122 = _slicedToArray(_ref121, 1),
|
|
333
|
+
color = _ref122[0];
|
|
329
334
|
return transparentize(color, 0.4);
|
|
330
335
|
}, ['border.color']),
|
|
331
|
-
superDatePickerBackgroundSuccees: computed(function (
|
|
332
|
-
var
|
|
333
|
-
success =
|
|
336
|
+
superDatePickerBackgroundSuccees: computed(function (_ref123) {
|
|
337
|
+
var _ref124 = _slicedToArray(_ref123, 1),
|
|
338
|
+
success = _ref124[0];
|
|
334
339
|
return tint(success, 0.9);
|
|
335
340
|
}, ['colors.success']),
|
|
336
|
-
switchBackgroundOn: computed(function (
|
|
337
|
-
var
|
|
338
|
-
primary =
|
|
341
|
+
switchBackgroundOn: computed(function (_ref125) {
|
|
342
|
+
var _ref126 = _slicedToArray(_ref125, 1),
|
|
343
|
+
primary = _ref126[0];
|
|
339
344
|
return primary;
|
|
340
345
|
}, ['colors.primary']),
|
|
341
|
-
switchBackgroundOff: computed(function (
|
|
342
|
-
var
|
|
343
|
-
lightestShade =
|
|
346
|
+
switchBackgroundOff: computed(function (_ref127) {
|
|
347
|
+
var _ref128 = _slicedToArray(_ref127, 1),
|
|
348
|
+
lightestShade = _ref128[0];
|
|
344
349
|
return shade(lightestShade, 0.4);
|
|
345
350
|
}, ['colors.lightestShade']),
|
|
346
|
-
switchUncompressedBackgroundDisabled: computed(function (
|
|
347
|
-
var _ref128 = _slicedToArray(_ref127, 1),
|
|
348
|
-
lightShade = _ref128[0];
|
|
349
|
-
return tint(lightShade, 0.5);
|
|
350
|
-
}, ['colors.lightShade']),
|
|
351
|
-
switchCompressedBackgroundDisabled: computed(function (_ref129) {
|
|
351
|
+
switchUncompressedBackgroundDisabled: computed(function (_ref129) {
|
|
352
352
|
var _ref130 = _slicedToArray(_ref129, 1),
|
|
353
353
|
lightShade = _ref130[0];
|
|
354
|
-
return tint(lightShade, 0.
|
|
354
|
+
return tint(lightShade, 0.5);
|
|
355
355
|
}, ['colors.lightShade']),
|
|
356
|
-
|
|
356
|
+
switchCompressedBackgroundDisabled: computed(function (_ref131) {
|
|
357
357
|
var _ref132 = _slicedToArray(_ref131, 1),
|
|
358
358
|
lightShade = _ref132[0];
|
|
359
|
+
return tint(lightShade, 0.25);
|
|
360
|
+
}, ['colors.lightShade']),
|
|
361
|
+
switchMiniBackgroundDisabled: computed(function (_ref133) {
|
|
362
|
+
var _ref134 = _slicedToArray(_ref133, 1),
|
|
363
|
+
lightShade = _ref134[0];
|
|
359
364
|
return tint(lightShade, 0);
|
|
360
365
|
}, ['colors.lightShade']),
|
|
361
366
|
switchThumbBackgroundDisabled: 'transparent',
|
|
362
|
-
switchThumbBorderOn: computed(function (
|
|
363
|
-
var _ref134 = _slicedToArray(_ref133, 1),
|
|
364
|
-
lightestShade = _ref134[0];
|
|
365
|
-
return shade(lightestShade, 0.4);
|
|
366
|
-
}, ['colors.lightestShade']),
|
|
367
|
-
switchThumbBorderOff: computed(function (_ref135) {
|
|
367
|
+
switchThumbBorderOn: computed(function (_ref135) {
|
|
368
368
|
var _ref136 = _slicedToArray(_ref135, 1),
|
|
369
369
|
lightestShade = _ref136[0];
|
|
370
370
|
return shade(lightestShade, 0.4);
|
|
371
371
|
}, ['colors.lightestShade']),
|
|
372
|
-
|
|
372
|
+
switchThumbBorderOff: computed(function (_ref137) {
|
|
373
373
|
var _ref138 = _slicedToArray(_ref137, 1),
|
|
374
374
|
lightestShade = _ref138[0];
|
|
375
375
|
return shade(lightestShade, 0.4);
|
|
376
376
|
}, ['colors.lightestShade']),
|
|
377
|
-
|
|
377
|
+
switchIconDisabled: computed(function (_ref139) {
|
|
378
378
|
var _ref140 = _slicedToArray(_ref139, 1),
|
|
379
379
|
lightestShade = _ref140[0];
|
|
380
|
-
return
|
|
380
|
+
return shade(lightestShade, 0.4);
|
|
381
381
|
}, ['colors.lightestShade']),
|
|
382
|
-
|
|
382
|
+
tableRowBackgroundHover: computed(function (_ref141) {
|
|
383
383
|
var _ref142 = _slicedToArray(_ref141, 1),
|
|
384
|
-
|
|
385
|
-
return tint(
|
|
386
|
-
}, ['colors.
|
|
387
|
-
|
|
384
|
+
lightestShade = _ref142[0];
|
|
385
|
+
return tint(lightestShade, 0.5);
|
|
386
|
+
}, ['colors.lightestShade']),
|
|
387
|
+
tableRowBackgroundSelected: computed(function (_ref143) {
|
|
388
388
|
var _ref144 = _slicedToArray(_ref143, 1),
|
|
389
389
|
primary = _ref144[0];
|
|
390
|
-
return tint(primary, 0.
|
|
390
|
+
return tint(primary, 0.96);
|
|
391
391
|
}, ['colors.primary']),
|
|
392
|
-
|
|
392
|
+
tableRowBackgroundSelectedHover: computed(function (_ref145) {
|
|
393
393
|
var _ref146 = _slicedToArray(_ref145, 1),
|
|
394
394
|
primary = _ref146[0];
|
|
395
|
-
return
|
|
395
|
+
return tint(primary, 0.9);
|
|
396
396
|
}, ['colors.primary']),
|
|
397
|
-
|
|
397
|
+
tableRowInteractiveBackgroundHover: computed(function (_ref147) {
|
|
398
398
|
var _ref148 = _slicedToArray(_ref147, 1),
|
|
399
399
|
primary = _ref148[0];
|
|
400
|
+
return transparentize(primary, 0.05);
|
|
401
|
+
}, ['colors.primary']),
|
|
402
|
+
tableRowInteractiveBackgroundFocus: computed(function (_ref149) {
|
|
403
|
+
var _ref150 = _slicedToArray(_ref149, 1),
|
|
404
|
+
primary = _ref150[0];
|
|
400
405
|
return transparentize(primary, 0.1);
|
|
401
406
|
}, ['colors.primary']),
|
|
402
|
-
tableCellSortableIconColor: computed(function (
|
|
403
|
-
var
|
|
404
|
-
emptyShade =
|
|
405
|
-
subduedText =
|
|
407
|
+
tableCellSortableIconColor: computed(function (_ref151) {
|
|
408
|
+
var _ref152 = _slicedToArray(_ref151, 2),
|
|
409
|
+
emptyShade = _ref152[0],
|
|
410
|
+
subduedText = _ref152[1];
|
|
406
411
|
var color = tint(subduedText, 0.9);
|
|
407
412
|
return makeHighContrastColor(
|
|
408
413
|
// Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
|
|
409
414
|
color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
|
|
410
415
|
)(emptyShade);
|
|
411
416
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
412
|
-
tooltipBackground: computed(function (
|
|
413
|
-
var _ref152 = _slicedToArray(_ref151, 1),
|
|
414
|
-
fullShade = _ref152[0];
|
|
415
|
-
return tint(fullShade, 0.25);
|
|
416
|
-
}, ['colors.fullShade']),
|
|
417
|
-
tooltipBorder: computed(function (_ref153) {
|
|
417
|
+
tooltipBackground: computed(function (_ref153) {
|
|
418
418
|
var _ref154 = _slicedToArray(_ref153, 1),
|
|
419
419
|
fullShade = _ref154[0];
|
|
420
|
-
return tint(fullShade, 0.
|
|
420
|
+
return tint(fullShade, 0.25);
|
|
421
421
|
}, ['colors.fullShade']),
|
|
422
|
-
|
|
422
|
+
tooltipBorder: computed(function (_ref155) {
|
|
423
423
|
var _ref156 = _slicedToArray(_ref155, 1),
|
|
424
|
-
|
|
424
|
+
fullShade = _ref156[0];
|
|
425
|
+
return tint(fullShade, 0.35);
|
|
426
|
+
}, ['colors.fullShade']),
|
|
427
|
+
tooltipBorderFloating: computed(function (_ref157) {
|
|
428
|
+
var _ref158 = _slicedToArray(_ref157, 1),
|
|
429
|
+
borderBaseFloating = _ref158[0];
|
|
425
430
|
return borderBaseFloating;
|
|
426
431
|
}, ['colors.borderBaseFloating']),
|
|
427
|
-
tourFooterBackground: computed(function (
|
|
428
|
-
var
|
|
429
|
-
lightestShade =
|
|
432
|
+
tourFooterBackground: computed(function (_ref159) {
|
|
433
|
+
var _ref160 = _slicedToArray(_ref159, 1),
|
|
434
|
+
lightestShade = _ref160[0];
|
|
430
435
|
return tint(lightestShade, 0.5);
|
|
431
436
|
}, ['colors.lightestShade']),
|
|
432
|
-
treeViewItemBackgroundHover: computed(function (
|
|
433
|
-
var
|
|
434
|
-
text =
|
|
437
|
+
treeViewItemBackgroundHover: computed(function (_ref161) {
|
|
438
|
+
var _ref162 = _slicedToArray(_ref161, 1),
|
|
439
|
+
text = _ref162[0];
|
|
435
440
|
return transparentize(text, 0.1);
|
|
436
441
|
}, ['colors.text'])
|
|
437
442
|
};
|
|
@@ -440,166 +445,166 @@ export var components = {
|
|
|
440
445
|
forms: forms,
|
|
441
446
|
LIGHT: component_colors,
|
|
442
447
|
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
443
|
-
badgeBorderColorHollow: computed(function (
|
|
444
|
-
var
|
|
445
|
-
color =
|
|
448
|
+
badgeBorderColorHollow: computed(function (_ref163) {
|
|
449
|
+
var _ref164 = _slicedToArray(_ref163, 1),
|
|
450
|
+
color = _ref164[0];
|
|
446
451
|
return tint(color, 0.15);
|
|
447
452
|
}, ['border.color']),
|
|
448
|
-
breadcrumbsApplicationBackground: computed(function (
|
|
449
|
-
var _ref164 = _slicedToArray(_ref163, 1),
|
|
450
|
-
darkestShade = _ref164[0];
|
|
451
|
-
return shade(darkestShade, 0.7);
|
|
452
|
-
}, ['colors.darkestShade']),
|
|
453
|
-
breadcrumbsApplicationColor: computed(function (_ref165) {
|
|
453
|
+
breadcrumbsApplicationBackground: computed(function (_ref165) {
|
|
454
454
|
var _ref166 = _slicedToArray(_ref165, 1),
|
|
455
455
|
darkestShade = _ref166[0];
|
|
456
|
-
return shade(darkestShade, 0.
|
|
456
|
+
return shade(darkestShade, 0.7);
|
|
457
457
|
}, ['colors.darkestShade']),
|
|
458
|
-
|
|
458
|
+
breadcrumbsApplicationColor: computed(function (_ref167) {
|
|
459
459
|
var _ref168 = _slicedToArray(_ref167, 1),
|
|
460
|
-
|
|
461
|
-
return shade(
|
|
462
|
-
}, ['colors.
|
|
463
|
-
|
|
460
|
+
darkestShade = _ref168[0];
|
|
461
|
+
return shade(darkestShade, 0.2);
|
|
462
|
+
}, ['colors.darkestShade']),
|
|
463
|
+
collapsibleNavGroupBackground: computed(function (_ref169) {
|
|
464
464
|
var _ref170 = _slicedToArray(_ref169, 1),
|
|
465
465
|
lightestShade = _ref170[0];
|
|
466
466
|
return shade(lightestShade, 0.5);
|
|
467
467
|
}, ['colors.lightestShade']),
|
|
468
|
-
|
|
468
|
+
collapsibleNavGroupBackgroundDark: computed(function (_ref171) {
|
|
469
469
|
var _ref172 = _slicedToArray(_ref171, 1),
|
|
470
|
-
|
|
470
|
+
lightestShade = _ref172[0];
|
|
471
|
+
return shade(lightestShade, 0.5);
|
|
472
|
+
}, ['colors.lightestShade']),
|
|
473
|
+
dataGridVerticalLineBorderColor: computed(function (_ref173) {
|
|
474
|
+
var _ref174 = _slicedToArray(_ref173, 1),
|
|
475
|
+
color = _ref174[0];
|
|
471
476
|
return shade(color, 0.3);
|
|
472
477
|
}, ['border.color']),
|
|
473
|
-
headerDarkBackground: computed(function (
|
|
474
|
-
var
|
|
475
|
-
lightestShade =
|
|
478
|
+
headerDarkBackground: computed(function (_ref175) {
|
|
479
|
+
var _ref176 = _slicedToArray(_ref175, 1),
|
|
480
|
+
lightestShade = _ref176[0];
|
|
476
481
|
return shade(lightestShade, 0.5);
|
|
477
482
|
}, ['colors.lightestShade']),
|
|
478
|
-
keyPadMenuItemBackgroundDisabledSelect: computed(function (
|
|
479
|
-
var
|
|
480
|
-
disabled =
|
|
483
|
+
keyPadMenuItemBackgroundDisabledSelect: computed(function (_ref177) {
|
|
484
|
+
var _ref178 = _slicedToArray(_ref177, 1),
|
|
485
|
+
disabled = _ref178[0];
|
|
481
486
|
return transparentize(disabled, 0.2);
|
|
482
487
|
}, ['colors.disabled']),
|
|
483
|
-
listGroupItemBackgroundSubduedActive: computed(function (
|
|
484
|
-
var _ref178 = _slicedToArray(_ref177, 1),
|
|
485
|
-
lightShade = _ref178[0];
|
|
486
|
-
return transparentize(lightShade, 0.4);
|
|
487
|
-
}, ['colors.lightShade']),
|
|
488
|
-
loadingChartMonoBackground0: computed(function (_ref179) {
|
|
488
|
+
listGroupItemBackgroundSubduedActive: computed(function (_ref179) {
|
|
489
489
|
var _ref180 = _slicedToArray(_ref179, 1),
|
|
490
490
|
lightShade = _ref180[0];
|
|
491
|
-
return lightShade;
|
|
491
|
+
return transparentize(lightShade, 0.4);
|
|
492
492
|
}, ['colors.lightShade']),
|
|
493
|
-
|
|
493
|
+
loadingChartMonoBackground0: computed(function (_ref181) {
|
|
494
494
|
var _ref182 = _slicedToArray(_ref181, 1),
|
|
495
495
|
lightShade = _ref182[0];
|
|
496
|
-
return
|
|
496
|
+
return lightShade;
|
|
497
497
|
}, ['colors.lightShade']),
|
|
498
|
-
|
|
498
|
+
loadingChartMonoBackground1: computed(function (_ref183) {
|
|
499
499
|
var _ref184 = _slicedToArray(_ref183, 1),
|
|
500
500
|
lightShade = _ref184[0];
|
|
501
|
-
return tint(lightShade, 0.
|
|
501
|
+
return tint(lightShade, 0.04);
|
|
502
502
|
}, ['colors.lightShade']),
|
|
503
|
-
|
|
503
|
+
loadingChartMonoBackground2: computed(function (_ref185) {
|
|
504
504
|
var _ref186 = _slicedToArray(_ref185, 1),
|
|
505
505
|
lightShade = _ref186[0];
|
|
506
|
-
return tint(lightShade, 0.
|
|
506
|
+
return tint(lightShade, 0.08);
|
|
507
507
|
}, ['colors.lightShade']),
|
|
508
|
-
|
|
508
|
+
loadingChartMonoBackground3: computed(function (_ref187) {
|
|
509
509
|
var _ref188 = _slicedToArray(_ref187, 1),
|
|
510
|
-
|
|
510
|
+
lightShade = _ref188[0];
|
|
511
|
+
return tint(lightShade, 0.12);
|
|
512
|
+
}, ['colors.lightShade']),
|
|
513
|
+
markBackground: computed(function (_ref189) {
|
|
514
|
+
var _ref190 = _slicedToArray(_ref189, 1),
|
|
515
|
+
primary = _ref190[0];
|
|
511
516
|
return transparentize(primary, 0.3);
|
|
512
517
|
}, ['colors.primary']),
|
|
513
|
-
popoverPanelBackground: computed(function (
|
|
514
|
-
var
|
|
515
|
-
emptyShade =
|
|
518
|
+
popoverPanelBackground: computed(function (_ref191) {
|
|
519
|
+
var _ref192 = _slicedToArray(_ref191, 1),
|
|
520
|
+
emptyShade = _ref192[0];
|
|
516
521
|
return tint(emptyShade, 0.025);
|
|
517
522
|
}, ['colors.emptyShade']),
|
|
518
|
-
scrollbarTrackColor: computed(function (
|
|
519
|
-
var
|
|
520
|
-
body =
|
|
523
|
+
scrollbarTrackColor: computed(function (_ref193) {
|
|
524
|
+
var _ref194 = _slicedToArray(_ref193, 1),
|
|
525
|
+
body = _ref194[0];
|
|
521
526
|
return tint(body, 0.07);
|
|
522
527
|
}, ['colors.body']),
|
|
523
|
-
superDatePickerBackgroundSuccees: computed(function (
|
|
524
|
-
var
|
|
525
|
-
success =
|
|
528
|
+
superDatePickerBackgroundSuccees: computed(function (_ref195) {
|
|
529
|
+
var _ref196 = _slicedToArray(_ref195, 1),
|
|
530
|
+
success = _ref196[0];
|
|
526
531
|
return shade(success, 0.7);
|
|
527
532
|
}, ['colors.success']),
|
|
528
|
-
switchBackgroundOff: computed(function (
|
|
529
|
-
var
|
|
530
|
-
lightestShade =
|
|
533
|
+
switchBackgroundOff: computed(function (_ref197) {
|
|
534
|
+
var _ref198 = _slicedToArray(_ref197, 1),
|
|
535
|
+
lightestShade = _ref198[0];
|
|
531
536
|
return tint(lightestShade, 0.31);
|
|
532
537
|
}, ['colors.lightestShade']),
|
|
533
|
-
switchUncompressedBackgroundDisabled: computed(function (
|
|
534
|
-
var _ref198 = _slicedToArray(_ref197, 1),
|
|
535
|
-
lightShade = _ref198[0];
|
|
536
|
-
return lightShade;
|
|
537
|
-
}, ['colors.lightShade']),
|
|
538
|
-
switchCompressedBackgroundDisabled: computed(function (_ref199) {
|
|
538
|
+
switchUncompressedBackgroundDisabled: computed(function (_ref199) {
|
|
539
539
|
var _ref200 = _slicedToArray(_ref199, 1),
|
|
540
540
|
lightShade = _ref200[0];
|
|
541
541
|
return lightShade;
|
|
542
542
|
}, ['colors.lightShade']),
|
|
543
|
-
|
|
543
|
+
switchCompressedBackgroundDisabled: computed(function (_ref201) {
|
|
544
544
|
var _ref202 = _slicedToArray(_ref201, 1),
|
|
545
545
|
lightShade = _ref202[0];
|
|
546
546
|
return lightShade;
|
|
547
547
|
}, ['colors.lightShade']),
|
|
548
|
-
|
|
548
|
+
switchMiniBackgroundDisabled: computed(function (_ref203) {
|
|
549
549
|
var _ref204 = _slicedToArray(_ref203, 1),
|
|
550
|
-
|
|
551
|
-
return
|
|
552
|
-
}, ['colors.
|
|
553
|
-
|
|
550
|
+
lightShade = _ref204[0];
|
|
551
|
+
return lightShade;
|
|
552
|
+
}, ['colors.lightShade']),
|
|
553
|
+
switchThumbBorderOn: computed(function (_ref205) {
|
|
554
554
|
var _ref206 = _slicedToArray(_ref205, 1),
|
|
555
555
|
lightestShade = _ref206[0];
|
|
556
556
|
return tint(lightestShade, 0.31);
|
|
557
557
|
}, ['colors.lightestShade']),
|
|
558
|
-
|
|
558
|
+
switchThumbBorderOff: computed(function (_ref207) {
|
|
559
559
|
var _ref208 = _slicedToArray(_ref207, 1),
|
|
560
560
|
lightestShade = _ref208[0];
|
|
561
561
|
return tint(lightestShade, 0.31);
|
|
562
562
|
}, ['colors.lightestShade']),
|
|
563
|
-
|
|
563
|
+
switchIconDisabled: computed(function (_ref209) {
|
|
564
564
|
var _ref210 = _slicedToArray(_ref209, 1),
|
|
565
565
|
lightestShade = _ref210[0];
|
|
566
|
-
return lightestShade;
|
|
566
|
+
return tint(lightestShade, 0.31);
|
|
567
567
|
}, ['colors.lightestShade']),
|
|
568
|
-
|
|
568
|
+
tableRowBackgroundHover: computed(function (_ref211) {
|
|
569
569
|
var _ref212 = _slicedToArray(_ref211, 1),
|
|
570
|
-
|
|
571
|
-
return
|
|
572
|
-
}, ['colors.
|
|
573
|
-
|
|
570
|
+
lightestShade = _ref212[0];
|
|
571
|
+
return lightestShade;
|
|
572
|
+
}, ['colors.lightestShade']),
|
|
573
|
+
tableRowBackgroundSelected: computed(function (_ref213) {
|
|
574
574
|
var _ref214 = _slicedToArray(_ref213, 1),
|
|
575
575
|
primary = _ref214[0];
|
|
576
|
+
return shade(primary, 0.7);
|
|
577
|
+
}, ['colors.primary']),
|
|
578
|
+
tableRowBackgroundSelectedHover: computed(function (_ref215) {
|
|
579
|
+
var _ref216 = _slicedToArray(_ref215, 1),
|
|
580
|
+
primary = _ref216[0];
|
|
576
581
|
return shade(primary, 0.75);
|
|
577
582
|
}, ['colors.primary']),
|
|
578
|
-
tableCellSortableIconColor: computed(function (
|
|
579
|
-
var
|
|
580
|
-
emptyShade =
|
|
581
|
-
subduedText =
|
|
583
|
+
tableCellSortableIconColor: computed(function (_ref217) {
|
|
584
|
+
var _ref218 = _slicedToArray(_ref217, 2),
|
|
585
|
+
emptyShade = _ref218[0],
|
|
586
|
+
subduedText = _ref218[1];
|
|
582
587
|
var color = shade(subduedText, 0.9);
|
|
583
588
|
return makeHighContrastColor(color, 3)(emptyShade);
|
|
584
589
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
585
|
-
tooltipBackground: computed(function (
|
|
586
|
-
var
|
|
587
|
-
emptyShade =
|
|
590
|
+
tooltipBackground: computed(function (_ref219) {
|
|
591
|
+
var _ref220 = _slicedToArray(_ref219, 1),
|
|
592
|
+
emptyShade = _ref220[0];
|
|
588
593
|
return shade(emptyShade, 1);
|
|
589
594
|
}, ['colors.emptyShade']),
|
|
590
|
-
tooltipBorder: computed(function (
|
|
591
|
-
var
|
|
592
|
-
fullShade =
|
|
595
|
+
tooltipBorder: computed(function (_ref221) {
|
|
596
|
+
var _ref222 = _slicedToArray(_ref221, 1),
|
|
597
|
+
fullShade = _ref222[0];
|
|
593
598
|
return shade(fullShade, 0.8);
|
|
594
599
|
}, ['colors.fullShade']),
|
|
595
|
-
tourFooterBackground: computed(function (
|
|
596
|
-
var
|
|
597
|
-
lightestShade =
|
|
600
|
+
tourFooterBackground: computed(function (_ref223) {
|
|
601
|
+
var _ref224 = _slicedToArray(_ref223, 1),
|
|
602
|
+
lightestShade = _ref224[0];
|
|
598
603
|
return shade(lightestShade, 0.45);
|
|
599
604
|
}, ['colors.lightestShade']),
|
|
600
|
-
treeViewItemBackgroundHover: computed(function (
|
|
601
|
-
var
|
|
602
|
-
text =
|
|
605
|
+
treeViewItemBackgroundHover: computed(function (_ref225) {
|
|
606
|
+
var _ref226 = _slicedToArray(_ref225, 1),
|
|
607
|
+
text = _ref226[0];
|
|
603
608
|
return transparentize(text, 0.2);
|
|
604
609
|
}, ['colors.text'])
|
|
605
610
|
})
|