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