@elastic/eui 103.1.0 → 104.0.0-amsterdam.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_amsterdam_dark.json +13 -15
- package/dist/eui_theme_amsterdam_dark.json.d.ts +12 -14
- package/dist/eui_theme_amsterdam_light.json +14 -16
- package/dist/eui_theme_amsterdam_light.json.d.ts +12 -14
- package/dist/eui_theme_borealis_dark.json +10 -14
- package/dist/eui_theme_borealis_dark.json.d.ts +11 -15
- package/dist/eui_theme_borealis_light.json +10 -14
- package/dist/eui_theme_borealis_light.json.d.ts +11 -15
- package/es/components/copy/copy.js +6 -8
- package/es/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/es/components/datagrid/data_grid.styles.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -2
- package/es/components/provider/provider.js +2 -2
- package/es/components/table/table_row.js +1 -1
- package/es/components/tabs/tab.styles.js +1 -4
- package/es/components/tabs/tabs.js +1 -2
- package/es/components/tabs/tabs.styles.js +1 -2
- package/es/services/color/eui_palettes.js +6 -2
- package/es/services/color/vis_color_store.js +1 -1
- package/es/services/theme/context.js +2 -2
- package/es/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +33 -0
- package/es/themes/amsterdam/global_styling/variables/{_colors_vis.js → _colors_vis_light.js} +16 -16
- package/es/themes/amsterdam/global_styling/variables/_components.js +293 -258
- package/es/themes/index.js +3 -1
- package/es/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/es/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/es/themes/json/eui_theme_borealis_dark.json +10 -14
- package/es/themes/json/eui_theme_borealis_light.json +10 -14
- package/eui.d.ts +391 -392
- package/lib/components/copy/copy.js +6 -8
- package/lib/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/lib/components/datagrid/data_grid.styles.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -2
- package/lib/components/provider/provider.js +2 -2
- package/lib/components/table/table_row.js +1 -1
- package/lib/components/tabs/tab.styles.js +1 -4
- package/lib/components/tabs/tabs.js +1 -2
- package/lib/components/tabs/tabs.styles.js +1 -2
- package/lib/services/color/eui_palettes.js +6 -2
- package/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/theme/context.js +2 -2
- package/lib/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +37 -0
- package/{test-env/themes/amsterdam/global_styling/variables/_colors_vis.js → lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
- package/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/lib/themes/index.js +17 -2
- package/lib/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/lib/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/lib/themes/json/eui_theme_borealis_dark.json +10 -14
- package/lib/themes/json/eui_theme_borealis_light.json +10 -14
- package/optimize/es/components/copy/copy.js +2 -7
- package/optimize/es/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/optimize/es/components/datagrid/data_grid.styles.js +1 -1
- package/optimize/es/components/page/page_header/page_header_content.js +1 -2
- package/optimize/es/components/provider/provider.js +2 -2
- package/optimize/es/components/table/table_row.js +1 -1
- package/optimize/es/components/tabs/tab.styles.js +1 -4
- package/optimize/es/components/tabs/tabs.js +1 -1
- package/optimize/es/components/tabs/tabs.styles.js +1 -2
- package/optimize/es/services/color/eui_palettes.js +6 -2
- package/optimize/es/services/color/vis_color_store.js +1 -1
- package/optimize/es/services/theme/context.js +2 -2
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +30 -0
- package/optimize/es/themes/amsterdam/global_styling/variables/{_colors_vis.js → _colors_vis_light.js} +16 -16
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +293 -258
- package/optimize/es/themes/index.js +3 -1
- package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/optimize/es/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/optimize/es/themes/json/eui_theme_borealis_dark.json +10 -14
- package/optimize/es/themes/json/eui_theme_borealis_light.json +10 -14
- package/optimize/lib/components/copy/copy.js +2 -7
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/optimize/lib/components/datagrid/data_grid.styles.js +1 -1
- package/optimize/lib/components/page/page_header/page_header_content.js +1 -2
- package/optimize/lib/components/provider/provider.js +2 -2
- package/optimize/lib/components/table/table_row.js +1 -1
- package/optimize/lib/components/tabs/tab.styles.js +1 -4
- package/optimize/lib/components/tabs/tabs.js +1 -1
- package/optimize/lib/components/tabs/tabs.styles.js +1 -2
- package/optimize/lib/services/color/eui_palettes.js +6 -2
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/theme/context.js +2 -2
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +35 -0
- package/{lib/themes/amsterdam/global_styling/variables/_colors_vis.js → optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/optimize/lib/themes/index.js +17 -2
- package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/optimize/lib/themes/json/eui_theme_borealis_dark.json +10 -14
- package/optimize/lib/themes/json/eui_theme_borealis_light.json +10 -14
- package/package.json +4 -4
- package/src/themes/amsterdam/_colors_dark.scss +2 -0
- package/src/themes/amsterdam/_colors_light.scss +2 -0
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_dark.scss +14 -0
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_light.scss +14 -0
- package/test-env/components/copy/copy.js +6 -7
- package/test-env/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/test-env/components/datagrid/data_grid.styles.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -2
- package/test-env/components/provider/provider.js +2 -2
- package/test-env/components/table/table_row.js +1 -1
- package/test-env/components/tabs/tab.styles.js +1 -4
- package/test-env/components/tabs/tabs.js +1 -2
- package/test-env/components/tabs/tabs.styles.js +1 -2
- package/test-env/services/color/eui_palettes.js +6 -2
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/theme/context.js +2 -2
- package/test-env/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +35 -0
- package/{optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis.js → test-env/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/test-env/themes/index.js +17 -2
- package/test-env/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/test-env/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/test-env/themes/json/eui_theme_borealis_dark.json +10 -14
- package/test-env/themes/json/eui_theme_borealis_light.json +10 -14
|
@@ -10,7 +10,7 @@ var _manipulation = require("../../../../services/color/manipulation");
|
|
|
10
10
|
var _contrast = require("../../../../services/color/contrast");
|
|
11
11
|
var _buttons = require("./_buttons");
|
|
12
12
|
var _forms = require("./_forms");
|
|
13
|
-
var
|
|
13
|
+
var _colors_vis_light = require("./_colors_vis_light");
|
|
14
14
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
15
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
16
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
@@ -99,7 +99,7 @@ var component_colors = {
|
|
|
99
99
|
codeInlineColor: (0, _utils.computed)(function (_ref27) {
|
|
100
100
|
var _ref28 = _slicedToArray(_ref27, 1),
|
|
101
101
|
lightestShade = _ref28[0];
|
|
102
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
102
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis3)(lightestShade);
|
|
103
103
|
}, ['colors.lightestShade']),
|
|
104
104
|
codeCommentColor: (0, _utils.computed)(function (_ref29) {
|
|
105
105
|
var _ref30 = _slicedToArray(_ref29, 2),
|
|
@@ -111,44 +111,44 @@ var component_colors = {
|
|
|
111
111
|
codeStringColor: (0, _utils.computed)(function (_ref31) {
|
|
112
112
|
var _ref32 = _slicedToArray(_ref31, 1),
|
|
113
113
|
lightestShade = _ref32[0];
|
|
114
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
114
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis2)(lightestShade);
|
|
115
115
|
}, ['colors.lightestShade']),
|
|
116
116
|
codeTagColor: (0, _utils.computed)(function (_ref33) {
|
|
117
117
|
var _ref34 = _slicedToArray(_ref33, 1),
|
|
118
118
|
lightestShade = _ref34[0];
|
|
119
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
119
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis1)(lightestShade);
|
|
120
120
|
}, ['colors.lightestShade']),
|
|
121
121
|
codeNameColor: (0, _utils.computed)(function (_ref35) {
|
|
122
122
|
var _ref36 = _slicedToArray(_ref35, 1),
|
|
123
123
|
lightestShade = _ref36[0];
|
|
124
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
124
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis1)(lightestShade);
|
|
125
125
|
}, ['colors.lightestShade']),
|
|
126
126
|
codeNumberColor: (0, _utils.computed)(function (_ref37) {
|
|
127
127
|
var _ref38 = _slicedToArray(_ref37, 1),
|
|
128
128
|
lightestShade = _ref38[0];
|
|
129
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
129
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis0)(lightestShade);
|
|
130
130
|
}, ['colors.lightestShade']),
|
|
131
131
|
codeInlineCodeKeywordColor: (0, _utils.computed)(function (_ref39) {
|
|
132
132
|
var _ref40 = _slicedToArray(_ref39, 1),
|
|
133
133
|
lightestShade = _ref40[0];
|
|
134
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
134
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis6)(lightestShade);
|
|
135
135
|
}, ['colors.lightestShade']),
|
|
136
136
|
codeKeywordColor: (0, _utils.computed)(function (_ref41) {
|
|
137
137
|
var _ref42 = _slicedToArray(_ref41, 1),
|
|
138
138
|
lightestShade = _ref42[0];
|
|
139
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
139
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis3)(lightestShade);
|
|
140
140
|
}, ['colors.lightestShade']),
|
|
141
141
|
codeFunctionTitleColor: 'inherit',
|
|
142
142
|
codeTypeColor: (0, _utils.computed)(function (_ref43) {
|
|
143
143
|
var _ref44 = _slicedToArray(_ref43, 1),
|
|
144
144
|
lightestShade = _ref44[0];
|
|
145
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
145
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis1)(lightestShade);
|
|
146
146
|
}, ['colors.lightestShade']),
|
|
147
147
|
codeAttributeColor: 'inherit',
|
|
148
148
|
codeSymbolColor: (0, _utils.computed)(function (_ref45) {
|
|
149
149
|
var _ref46 = _slicedToArray(_ref45, 1),
|
|
150
150
|
lightestShade = _ref46[0];
|
|
151
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
151
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis9)(lightestShade);
|
|
152
152
|
}, ['colors.lightestShade']),
|
|
153
153
|
codeParamsColor: 'inherit',
|
|
154
154
|
codeMetaColor: (0, _utils.computed)(function (_ref47) {
|
|
@@ -160,17 +160,17 @@ var component_colors = {
|
|
|
160
160
|
codeTitleColor: (0, _utils.computed)(function (_ref49) {
|
|
161
161
|
var _ref50 = _slicedToArray(_ref49, 1),
|
|
162
162
|
lightestShade = _ref50[0];
|
|
163
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
163
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis7)(lightestShade);
|
|
164
164
|
}, ['colors.lightestShade']),
|
|
165
165
|
codeSectionColor: (0, _utils.computed)(function (_ref51) {
|
|
166
166
|
var _ref52 = _slicedToArray(_ref51, 1),
|
|
167
167
|
lightestShade = _ref52[0];
|
|
168
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
168
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis9)(lightestShade);
|
|
169
169
|
}, ['colors.lightestShade']),
|
|
170
170
|
codeAdditionColor: (0, _utils.computed)(function (_ref53) {
|
|
171
171
|
var _ref54 = _slicedToArray(_ref53, 1),
|
|
172
172
|
lightestShade = _ref54[0];
|
|
173
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
173
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis0)(lightestShade);
|
|
174
174
|
}, ['colors.lightestShade']),
|
|
175
175
|
codeDeletionColor: (0, _utils.computed)(function (_ref55) {
|
|
176
176
|
var _ref56 = _slicedToArray(_ref55, 2),
|
|
@@ -200,11 +200,11 @@ var component_colors = {
|
|
|
200
200
|
color = _ref64[0];
|
|
201
201
|
return (0, _manipulation.tint)(color, 0.3);
|
|
202
202
|
}, ['border.color']),
|
|
203
|
-
|
|
203
|
+
dataGridRowBackground: (0, _utils.computed)(function (_ref65) {
|
|
204
204
|
var _ref66 = _slicedToArray(_ref65, 1),
|
|
205
|
-
|
|
206
|
-
return
|
|
207
|
-
}, ['colors.
|
|
205
|
+
emptyShade = _ref66[0];
|
|
206
|
+
return emptyShade;
|
|
207
|
+
}, ['colors.emptyShade']),
|
|
208
208
|
dataGridRowBackgroundHover: (0, _utils.computed)(function (_ref67) {
|
|
209
209
|
var _ref68 = _slicedToArray(_ref67, 1),
|
|
210
210
|
highlight = _ref68[0];
|
|
@@ -215,265 +215,300 @@ var component_colors = {
|
|
|
215
215
|
highlight = _ref70[0];
|
|
216
216
|
return highlight;
|
|
217
217
|
}, ['colors.highlight']),
|
|
218
|
-
|
|
218
|
+
dataGridRowBackgroundSelectHover: (0, _utils.computed)(function (_ref71) {
|
|
219
219
|
var _ref72 = _slicedToArray(_ref71, 1),
|
|
220
|
-
|
|
220
|
+
highlight = _ref72[0];
|
|
221
|
+
return highlight;
|
|
222
|
+
}, ['colors.highlight']),
|
|
223
|
+
dataGridRowStripesBackground: (0, _utils.computed)(function (_ref73) {
|
|
224
|
+
var _ref74 = _slicedToArray(_ref73, 1),
|
|
225
|
+
emptyShade = _ref74[0];
|
|
226
|
+
return emptyShade;
|
|
227
|
+
}, ['colors.emptyShade']),
|
|
228
|
+
dataGridRowStripesBackgroundHover: (0, _utils.computed)(function (_ref75) {
|
|
229
|
+
var _ref76 = _slicedToArray(_ref75, 1),
|
|
230
|
+
highlight = _ref76[0];
|
|
231
|
+
return highlight;
|
|
232
|
+
}, ['colors.highlight']),
|
|
233
|
+
dataGridRowStripesBackgroundStriped: (0, _utils.computed)(function (_ref77) {
|
|
234
|
+
var _ref78 = _slicedToArray(_ref77, 1),
|
|
235
|
+
lightestShade = _ref78[0];
|
|
236
|
+
return lightestShade;
|
|
237
|
+
}, ['colors.lightestShade']),
|
|
238
|
+
dataGridRowStripesBackgroundStripedHover: (0, _utils.computed)(function (_ref79) {
|
|
239
|
+
var _ref80 = _slicedToArray(_ref79, 1),
|
|
240
|
+
highlight = _ref80[0];
|
|
241
|
+
return highlight;
|
|
242
|
+
}, ['colors.highlight']),
|
|
243
|
+
dataGridRowStripesBackgroundSelect: (0, _utils.computed)(function (_ref81) {
|
|
244
|
+
var _ref82 = _slicedToArray(_ref81, 1),
|
|
245
|
+
highlight = _ref82[0];
|
|
246
|
+
return highlight;
|
|
247
|
+
}, ['colors.highlight']),
|
|
248
|
+
dataGridRowStripesBackgroundSelectHover: (0, _utils.computed)(function (_ref83) {
|
|
249
|
+
var _ref84 = _slicedToArray(_ref83, 1),
|
|
250
|
+
highlight = _ref84[0];
|
|
251
|
+
return highlight;
|
|
252
|
+
}, ['colors.highlight']),
|
|
253
|
+
dragDropDraggingBackground: (0, _utils.computed)(function (_ref85) {
|
|
254
|
+
var _ref86 = _slicedToArray(_ref85, 1),
|
|
255
|
+
success = _ref86[0];
|
|
221
256
|
return (0, _manipulation.transparentize)(success, 0.1);
|
|
222
257
|
}, ['colors.success']),
|
|
223
|
-
dragDropDraggingOverBackground: (0, _utils.computed)(function (
|
|
224
|
-
var
|
|
225
|
-
success =
|
|
258
|
+
dragDropDraggingOverBackground: (0, _utils.computed)(function (_ref87) {
|
|
259
|
+
var _ref88 = _slicedToArray(_ref87, 1),
|
|
260
|
+
success = _ref88[0];
|
|
226
261
|
return (0, _manipulation.transparentize)(success, 0.25);
|
|
227
262
|
}, ['colors.success']),
|
|
228
|
-
filterButtonBadgeBackgroundHover: (0, _utils.computed)(function (
|
|
229
|
-
var
|
|
230
|
-
lightShade =
|
|
263
|
+
filterButtonBadgeBackgroundHover: (0, _utils.computed)(function (_ref89) {
|
|
264
|
+
var _ref90 = _slicedToArray(_ref89, 1),
|
|
265
|
+
lightShade = _ref90[0];
|
|
231
266
|
return (0, _manipulation.tint)(lightShade, 0.3);
|
|
232
267
|
}, ['colors.lightShade']),
|
|
233
|
-
filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (
|
|
234
|
-
var
|
|
235
|
-
disabled =
|
|
268
|
+
filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (_ref91) {
|
|
269
|
+
var _ref92 = _slicedToArray(_ref91, 1),
|
|
270
|
+
disabled = _ref92[0];
|
|
236
271
|
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
237
272
|
}, ['colors.disabled']),
|
|
238
|
-
flyoutFooterBackground: (0, _utils.computed)(function (
|
|
239
|
-
var
|
|
240
|
-
lightestShade =
|
|
273
|
+
flyoutFooterBackground: (0, _utils.computed)(function (_ref93) {
|
|
274
|
+
var _ref94 = _slicedToArray(_ref93, 1),
|
|
275
|
+
lightestShade = _ref94[0];
|
|
241
276
|
return lightestShade;
|
|
242
277
|
}, ['colors.lightestShade']),
|
|
243
|
-
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (
|
|
244
|
-
var
|
|
245
|
-
emptyShade =
|
|
278
|
+
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (_ref95) {
|
|
279
|
+
var _ref96 = _slicedToArray(_ref95, 1),
|
|
280
|
+
emptyShade = _ref96[0];
|
|
246
281
|
return (0, _manipulation.transparentize)(emptyShade, 0.9);
|
|
247
282
|
}, ['colors.emptyShade']),
|
|
248
|
-
headerBackground: (0, _utils.computed)(function (
|
|
249
|
-
var
|
|
250
|
-
emptyShade =
|
|
283
|
+
headerBackground: (0, _utils.computed)(function (_ref97) {
|
|
284
|
+
var _ref98 = _slicedToArray(_ref97, 1),
|
|
285
|
+
emptyShade = _ref98[0];
|
|
251
286
|
return emptyShade;
|
|
252
287
|
}, ['colors.emptyShade']),
|
|
253
|
-
headerDarkBackground: (0, _utils.computed)(function (
|
|
254
|
-
var
|
|
255
|
-
darkestShade =
|
|
288
|
+
headerDarkBackground: (0, _utils.computed)(function (_ref99) {
|
|
289
|
+
var _ref100 = _slicedToArray(_ref99, 1),
|
|
290
|
+
darkestShade = _ref100[0];
|
|
256
291
|
return (0, _manipulation.shade)(darkestShade, 0.28);
|
|
257
292
|
}, ['colors.darkestShade']),
|
|
258
|
-
headerDarkSearchBorderColor: (0, _utils.computed)(function (
|
|
259
|
-
var
|
|
260
|
-
ghost =
|
|
293
|
+
headerDarkSearchBorderColor: (0, _utils.computed)(function (_ref101) {
|
|
294
|
+
var _ref102 = _slicedToArray(_ref101, 1),
|
|
295
|
+
ghost = _ref102[0];
|
|
261
296
|
return (0, _manipulation.transparentize)(ghost, 0.3);
|
|
262
297
|
}, ['colors.ghost']),
|
|
263
|
-
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (
|
|
264
|
-
var
|
|
265
|
-
primary =
|
|
298
|
+
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (_ref103) {
|
|
299
|
+
var _ref104 = _slicedToArray(_ref103, 1),
|
|
300
|
+
primary = _ref104[0];
|
|
266
301
|
return (0, _manipulation.shade)(primary, 0.5);
|
|
267
302
|
}, ['colors.primary']),
|
|
268
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (
|
|
269
|
-
var
|
|
270
|
-
disabled =
|
|
303
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref105) {
|
|
304
|
+
var _ref106 = _slicedToArray(_ref105, 1),
|
|
305
|
+
disabled = _ref106[0];
|
|
271
306
|
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
272
307
|
}, ['colors.disabled']),
|
|
273
|
-
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (
|
|
274
|
-
var
|
|
275
|
-
lightShade =
|
|
308
|
+
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (_ref107) {
|
|
309
|
+
var _ref108 = _slicedToArray(_ref107, 1),
|
|
310
|
+
lightShade = _ref108[0];
|
|
276
311
|
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
277
312
|
}, ['colors.lightShade']),
|
|
278
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (
|
|
279
|
-
var
|
|
280
|
-
primary =
|
|
313
|
+
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref109) {
|
|
314
|
+
var _ref110 = _slicedToArray(_ref109, 1),
|
|
315
|
+
primary = _ref110[0];
|
|
281
316
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
282
317
|
}, ['colors.primary']),
|
|
283
|
-
listGroupItemBackgroundHover: (0, _utils.computed)(function (
|
|
284
|
-
var
|
|
285
|
-
lightShade =
|
|
318
|
+
listGroupItemBackgroundHover: (0, _utils.computed)(function (_ref111) {
|
|
319
|
+
var _ref112 = _slicedToArray(_ref111, 1),
|
|
320
|
+
lightShade = _ref112[0];
|
|
286
321
|
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
287
322
|
}, ['colors.lightShade']),
|
|
288
|
-
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (
|
|
289
|
-
var
|
|
290
|
-
primary =
|
|
323
|
+
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (_ref113) {
|
|
324
|
+
var _ref114 = _slicedToArray(_ref113, 1),
|
|
325
|
+
primary = _ref114[0];
|
|
291
326
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
292
327
|
}, ['colors.primary']),
|
|
293
|
-
loadingSpinnerBorder: (0, _utils.computed)(function (
|
|
294
|
-
var
|
|
295
|
-
lightShade =
|
|
328
|
+
loadingSpinnerBorder: (0, _utils.computed)(function (_ref115) {
|
|
329
|
+
var _ref116 = _slicedToArray(_ref115, 1),
|
|
330
|
+
lightShade = _ref116[0];
|
|
296
331
|
return lightShade;
|
|
297
332
|
}, ['colors.lightShade']),
|
|
298
|
-
loadingSpinnerHighlight: (0, _utils.computed)(function (
|
|
299
|
-
var
|
|
300
|
-
primary =
|
|
333
|
+
loadingSpinnerHighlight: (0, _utils.computed)(function (_ref117) {
|
|
334
|
+
var _ref118 = _slicedToArray(_ref117, 1),
|
|
335
|
+
primary = _ref118[0];
|
|
301
336
|
return primary;
|
|
302
337
|
}, ['colors.primary']),
|
|
303
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (
|
|
304
|
-
var
|
|
305
|
-
lightShade =
|
|
338
|
+
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref119) {
|
|
339
|
+
var _ref120 = _slicedToArray(_ref119, 1),
|
|
340
|
+
lightShade = _ref120[0];
|
|
306
341
|
return lightShade;
|
|
307
342
|
}, ['colors.lightShade']),
|
|
308
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (
|
|
309
|
-
var
|
|
310
|
-
lightShade =
|
|
343
|
+
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref121) {
|
|
344
|
+
var _ref122 = _slicedToArray(_ref121, 1),
|
|
345
|
+
lightShade = _ref122[0];
|
|
311
346
|
return (0, _manipulation.shade)(lightShade, 0.04);
|
|
312
347
|
}, ['colors.lightShade']),
|
|
313
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (
|
|
314
|
-
var
|
|
315
|
-
lightShade =
|
|
348
|
+
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref123) {
|
|
349
|
+
var _ref124 = _slicedToArray(_ref123, 1),
|
|
350
|
+
lightShade = _ref124[0];
|
|
316
351
|
return (0, _manipulation.shade)(lightShade, 0.08);
|
|
317
352
|
}, ['colors.lightShade']),
|
|
318
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (
|
|
319
|
-
var
|
|
320
|
-
lightShade =
|
|
353
|
+
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref125) {
|
|
354
|
+
var _ref126 = _slicedToArray(_ref125, 1),
|
|
355
|
+
lightShade = _ref126[0];
|
|
321
356
|
return (0, _manipulation.shade)(lightShade, 0.12);
|
|
322
357
|
}, ['colors.lightShade']),
|
|
323
|
-
markBackground: (0, _utils.computed)(function (
|
|
324
|
-
var
|
|
325
|
-
primary =
|
|
358
|
+
markBackground: (0, _utils.computed)(function (_ref127) {
|
|
359
|
+
var _ref128 = _slicedToArray(_ref127, 1),
|
|
360
|
+
primary = _ref128[0];
|
|
326
361
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
327
362
|
}, ['colors.primary']),
|
|
328
|
-
markdownFormatTableBorderColor: (0, _utils.computed)(function (
|
|
329
|
-
var
|
|
330
|
-
fullShade =
|
|
363
|
+
markdownFormatTableBorderColor: (0, _utils.computed)(function (_ref129) {
|
|
364
|
+
var _ref130 = _slicedToArray(_ref129, 1),
|
|
365
|
+
fullShade = _ref130[0];
|
|
331
366
|
return (0, _manipulation.transparentize)(fullShade, 0.15);
|
|
332
367
|
}, ['colors.fullShade']),
|
|
333
|
-
overlayMaskBackground: (0, _utils.computed)(function (
|
|
334
|
-
var
|
|
335
|
-
backgroundBaseInteractiveOverlay =
|
|
368
|
+
overlayMaskBackground: (0, _utils.computed)(function (_ref131) {
|
|
369
|
+
var _ref132 = _slicedToArray(_ref131, 1),
|
|
370
|
+
backgroundBaseInteractiveOverlay = _ref132[0];
|
|
336
371
|
return backgroundBaseInteractiveOverlay;
|
|
337
372
|
}, ['colors.backgroundBaseInteractiveOverlay']),
|
|
338
|
-
overlayMaskBackgroundHighContrast: (0, _utils.computed)(function (
|
|
339
|
-
var
|
|
340
|
-
ink =
|
|
373
|
+
overlayMaskBackgroundHighContrast: (0, _utils.computed)(function (_ref133) {
|
|
374
|
+
var _ref134 = _slicedToArray(_ref133, 1),
|
|
375
|
+
ink = _ref134[0];
|
|
341
376
|
return (0, _manipulation.transparentize)(ink, 0.85);
|
|
342
377
|
}, ['colors.ink']),
|
|
343
|
-
popoverPanelBackground: (0, _utils.computed)(function (
|
|
344
|
-
var
|
|
345
|
-
emptyShade =
|
|
378
|
+
popoverPanelBackground: (0, _utils.computed)(function (_ref135) {
|
|
379
|
+
var _ref136 = _slicedToArray(_ref135, 1),
|
|
380
|
+
emptyShade = _ref136[0];
|
|
346
381
|
return emptyShade;
|
|
347
382
|
}, ['colors.emptyShade']),
|
|
348
|
-
popoverFooterBorderColor: (0, _utils.computed)(function (
|
|
349
|
-
var
|
|
350
|
-
color =
|
|
383
|
+
popoverFooterBorderColor: (0, _utils.computed)(function (_ref137) {
|
|
384
|
+
var _ref138 = _slicedToArray(_ref137, 1),
|
|
385
|
+
color = _ref138[0];
|
|
351
386
|
return color;
|
|
352
387
|
}, ['border.color']),
|
|
353
|
-
scrollbarTrackColor: (0, _utils.computed)(function (
|
|
354
|
-
var
|
|
355
|
-
body =
|
|
388
|
+
scrollbarTrackColor: (0, _utils.computed)(function (_ref139) {
|
|
389
|
+
var _ref140 = _slicedToArray(_ref139, 1),
|
|
390
|
+
body = _ref140[0];
|
|
356
391
|
return (0, _manipulation.shade)(body, 0.03);
|
|
357
392
|
}, ['colors.body']),
|
|
358
|
-
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (
|
|
359
|
-
var
|
|
360
|
-
lightShade =
|
|
393
|
+
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (_ref141) {
|
|
394
|
+
var _ref142 = _slicedToArray(_ref141, 1),
|
|
395
|
+
lightShade = _ref142[0];
|
|
361
396
|
return (0, _manipulation.transparentize)(lightShade, 0.3);
|
|
362
397
|
}, ['colors.lightShade']),
|
|
363
|
-
selectableListItemBorderColor: (0, _utils.computed)(function (
|
|
364
|
-
var
|
|
365
|
-
color =
|
|
398
|
+
selectableListItemBorderColor: (0, _utils.computed)(function (_ref143) {
|
|
399
|
+
var _ref144 = _slicedToArray(_ref143, 1),
|
|
400
|
+
color = _ref144[0];
|
|
366
401
|
return (0, _manipulation.transparentize)(color, 0.4);
|
|
367
402
|
}, ['border.color']),
|
|
368
|
-
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (
|
|
369
|
-
var
|
|
370
|
-
emptyShade =
|
|
403
|
+
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref145) {
|
|
404
|
+
var _ref146 = _slicedToArray(_ref145, 1),
|
|
405
|
+
emptyShade = _ref146[0];
|
|
371
406
|
return emptyShade;
|
|
372
407
|
}, ['colors.emptyShade']),
|
|
373
|
-
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (
|
|
374
|
-
var
|
|
375
|
-
success =
|
|
408
|
+
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref147) {
|
|
409
|
+
var _ref148 = _slicedToArray(_ref147, 1),
|
|
410
|
+
success = _ref148[0];
|
|
376
411
|
return (0, _manipulation.tint)(success, 0.9);
|
|
377
412
|
}, ['colors.success']),
|
|
378
|
-
switchBackgroundOn: (0, _utils.computed)(function (
|
|
379
|
-
var
|
|
380
|
-
primary =
|
|
413
|
+
switchBackgroundOn: (0, _utils.computed)(function (_ref149) {
|
|
414
|
+
var _ref150 = _slicedToArray(_ref149, 1),
|
|
415
|
+
primary = _ref150[0];
|
|
381
416
|
return primary;
|
|
382
417
|
}, ['colors.primary']),
|
|
383
|
-
switchBackgroundOff: (0, _utils.computed)(function (
|
|
384
|
-
var
|
|
385
|
-
lightestShade =
|
|
418
|
+
switchBackgroundOff: (0, _utils.computed)(function (_ref151) {
|
|
419
|
+
var _ref152 = _slicedToArray(_ref151, 1),
|
|
420
|
+
lightestShade = _ref152[0];
|
|
386
421
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
387
422
|
}, ['colors.lightestShade']),
|
|
388
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
389
|
-
var
|
|
390
|
-
lightShade =
|
|
423
|
+
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref153) {
|
|
424
|
+
var _ref154 = _slicedToArray(_ref153, 1),
|
|
425
|
+
lightShade = _ref154[0];
|
|
391
426
|
return (0, _manipulation.tint)(lightShade, 0.5);
|
|
392
427
|
}, ['colors.lightShade']),
|
|
393
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
394
|
-
var
|
|
395
|
-
lightShade =
|
|
428
|
+
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref155) {
|
|
429
|
+
var _ref156 = _slicedToArray(_ref155, 1),
|
|
430
|
+
lightShade = _ref156[0];
|
|
396
431
|
return (0, _manipulation.tint)(lightShade, 0.25);
|
|
397
432
|
}, ['colors.lightShade']),
|
|
398
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (
|
|
399
|
-
var
|
|
400
|
-
lightShade =
|
|
433
|
+
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref157) {
|
|
434
|
+
var _ref158 = _slicedToArray(_ref157, 1),
|
|
435
|
+
lightShade = _ref158[0];
|
|
401
436
|
return (0, _manipulation.tint)(lightShade, 0);
|
|
402
437
|
}, ['colors.lightShade']),
|
|
403
438
|
switchThumbBackgroundDisabled: 'transparent',
|
|
404
|
-
switchThumbBorderOn: (0, _utils.computed)(function (
|
|
405
|
-
var
|
|
406
|
-
lightestShade =
|
|
439
|
+
switchThumbBorderOn: (0, _utils.computed)(function (_ref159) {
|
|
440
|
+
var _ref160 = _slicedToArray(_ref159, 1),
|
|
441
|
+
lightestShade = _ref160[0];
|
|
407
442
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
408
443
|
}, ['colors.lightestShade']),
|
|
409
|
-
switchThumbBorderOff: (0, _utils.computed)(function (
|
|
410
|
-
var
|
|
411
|
-
lightestShade =
|
|
444
|
+
switchThumbBorderOff: (0, _utils.computed)(function (_ref161) {
|
|
445
|
+
var _ref162 = _slicedToArray(_ref161, 1),
|
|
446
|
+
lightestShade = _ref162[0];
|
|
412
447
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
413
448
|
}, ['colors.lightestShade']),
|
|
414
|
-
switchIconDisabled: (0, _utils.computed)(function (
|
|
415
|
-
var
|
|
416
|
-
lightestShade =
|
|
449
|
+
switchIconDisabled: (0, _utils.computed)(function (_ref163) {
|
|
450
|
+
var _ref164 = _slicedToArray(_ref163, 1),
|
|
451
|
+
lightestShade = _ref164[0];
|
|
417
452
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
418
453
|
}, ['colors.lightestShade']),
|
|
419
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (
|
|
420
|
-
var
|
|
421
|
-
lightestShade =
|
|
454
|
+
tableRowBackgroundHover: (0, _utils.computed)(function (_ref165) {
|
|
455
|
+
var _ref166 = _slicedToArray(_ref165, 1),
|
|
456
|
+
lightestShade = _ref166[0];
|
|
422
457
|
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
423
458
|
}, ['colors.lightestShade']),
|
|
424
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (
|
|
425
|
-
var
|
|
426
|
-
primary =
|
|
459
|
+
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref167) {
|
|
460
|
+
var _ref168 = _slicedToArray(_ref167, 1),
|
|
461
|
+
primary = _ref168[0];
|
|
427
462
|
return (0, _manipulation.tint)(primary, 0.96);
|
|
428
463
|
}, ['colors.primary']),
|
|
429
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (
|
|
430
|
-
var
|
|
431
|
-
primary =
|
|
464
|
+
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref169) {
|
|
465
|
+
var _ref170 = _slicedToArray(_ref169, 1),
|
|
466
|
+
primary = _ref170[0];
|
|
432
467
|
return (0, _manipulation.tint)(primary, 0.9);
|
|
433
468
|
}, ['colors.primary']),
|
|
434
|
-
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (
|
|
435
|
-
var
|
|
436
|
-
primary =
|
|
469
|
+
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (_ref171) {
|
|
470
|
+
var _ref172 = _slicedToArray(_ref171, 1),
|
|
471
|
+
primary = _ref172[0];
|
|
437
472
|
return (0, _manipulation.transparentize)(primary, 0.05);
|
|
438
473
|
}, ['colors.primary']),
|
|
439
|
-
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (
|
|
440
|
-
var
|
|
441
|
-
primary =
|
|
474
|
+
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (_ref173) {
|
|
475
|
+
var _ref174 = _slicedToArray(_ref173, 1),
|
|
476
|
+
primary = _ref174[0];
|
|
442
477
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
443
478
|
}, ['colors.primary']),
|
|
444
|
-
tableCellSortableIconColor: (0, _utils.computed)(function (
|
|
445
|
-
var
|
|
446
|
-
emptyShade =
|
|
447
|
-
subduedText =
|
|
479
|
+
tableCellSortableIconColor: (0, _utils.computed)(function (_ref175) {
|
|
480
|
+
var _ref176 = _slicedToArray(_ref175, 2),
|
|
481
|
+
emptyShade = _ref176[0],
|
|
482
|
+
subduedText = _ref176[1];
|
|
448
483
|
var color = (0, _manipulation.tint)(subduedText, 0.9);
|
|
449
484
|
return (0, _contrast.makeHighContrastColor)(
|
|
450
485
|
// Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
|
|
451
486
|
color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
|
|
452
487
|
)(emptyShade);
|
|
453
488
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
454
|
-
tooltipBackground: (0, _utils.computed)(function (
|
|
455
|
-
var
|
|
456
|
-
fullShade =
|
|
489
|
+
tooltipBackground: (0, _utils.computed)(function (_ref177) {
|
|
490
|
+
var _ref178 = _slicedToArray(_ref177, 1),
|
|
491
|
+
fullShade = _ref178[0];
|
|
457
492
|
return (0, _manipulation.tint)(fullShade, 0.25);
|
|
458
493
|
}, ['colors.fullShade']),
|
|
459
|
-
tooltipBorder: (0, _utils.computed)(function (
|
|
460
|
-
var
|
|
461
|
-
fullShade =
|
|
494
|
+
tooltipBorder: (0, _utils.computed)(function (_ref179) {
|
|
495
|
+
var _ref180 = _slicedToArray(_ref179, 1),
|
|
496
|
+
fullShade = _ref180[0];
|
|
462
497
|
return (0, _manipulation.tint)(fullShade, 0.35);
|
|
463
498
|
}, ['colors.fullShade']),
|
|
464
|
-
tooltipBorderFloating: (0, _utils.computed)(function (
|
|
465
|
-
var
|
|
466
|
-
borderBaseFloating =
|
|
499
|
+
tooltipBorderFloating: (0, _utils.computed)(function (_ref181) {
|
|
500
|
+
var _ref182 = _slicedToArray(_ref181, 1),
|
|
501
|
+
borderBaseFloating = _ref182[0];
|
|
467
502
|
return borderBaseFloating;
|
|
468
503
|
}, ['colors.borderBaseFloating']),
|
|
469
|
-
tourFooterBackground: (0, _utils.computed)(function (
|
|
470
|
-
var
|
|
471
|
-
lightestShade =
|
|
504
|
+
tourFooterBackground: (0, _utils.computed)(function (_ref183) {
|
|
505
|
+
var _ref184 = _slicedToArray(_ref183, 1),
|
|
506
|
+
lightestShade = _ref184[0];
|
|
472
507
|
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
473
508
|
}, ['colors.lightestShade']),
|
|
474
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (
|
|
475
|
-
var
|
|
476
|
-
text =
|
|
509
|
+
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref185) {
|
|
510
|
+
var _ref186 = _slicedToArray(_ref185, 1),
|
|
511
|
+
text = _ref186[0];
|
|
477
512
|
return (0, _manipulation.transparentize)(text, 0.1);
|
|
478
513
|
}, ['colors.text'])
|
|
479
514
|
};
|
|
@@ -482,171 +517,171 @@ var components = exports.components = {
|
|
|
482
517
|
forms: _forms.forms,
|
|
483
518
|
LIGHT: component_colors,
|
|
484
519
|
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
485
|
-
badgeBorderColorHollow: (0, _utils.computed)(function (
|
|
486
|
-
var
|
|
487
|
-
color =
|
|
520
|
+
badgeBorderColorHollow: (0, _utils.computed)(function (_ref187) {
|
|
521
|
+
var _ref188 = _slicedToArray(_ref187, 1),
|
|
522
|
+
color = _ref188[0];
|
|
488
523
|
return (0, _manipulation.tint)(color, 0.15);
|
|
489
524
|
}, ['border.color']),
|
|
490
|
-
breadcrumbsApplicationBackground: (0, _utils.computed)(function (
|
|
491
|
-
var
|
|
492
|
-
darkestShade =
|
|
525
|
+
breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref189) {
|
|
526
|
+
var _ref190 = _slicedToArray(_ref189, 1),
|
|
527
|
+
darkestShade = _ref190[0];
|
|
493
528
|
return (0, _manipulation.shade)(darkestShade, 0.7);
|
|
494
529
|
}, ['colors.darkestShade']),
|
|
495
|
-
breadcrumbsApplicationColor: (0, _utils.computed)(function (
|
|
496
|
-
var
|
|
497
|
-
darkestShade =
|
|
530
|
+
breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref191) {
|
|
531
|
+
var _ref192 = _slicedToArray(_ref191, 1),
|
|
532
|
+
darkestShade = _ref192[0];
|
|
498
533
|
return (0, _manipulation.shade)(darkestShade, 0.2);
|
|
499
534
|
}, ['colors.darkestShade']),
|
|
500
|
-
collapsibleNavGroupBackground: (0, _utils.computed)(function (
|
|
501
|
-
var
|
|
502
|
-
lightestShade =
|
|
535
|
+
collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref193) {
|
|
536
|
+
var _ref194 = _slicedToArray(_ref193, 1),
|
|
537
|
+
lightestShade = _ref194[0];
|
|
503
538
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
504
539
|
}, ['colors.lightestShade']),
|
|
505
|
-
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (
|
|
506
|
-
var
|
|
507
|
-
lightestShade =
|
|
540
|
+
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref195) {
|
|
541
|
+
var _ref196 = _slicedToArray(_ref195, 1),
|
|
542
|
+
lightestShade = _ref196[0];
|
|
508
543
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
509
544
|
}, ['colors.lightestShade']),
|
|
510
|
-
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (
|
|
511
|
-
var
|
|
512
|
-
color =
|
|
545
|
+
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref197) {
|
|
546
|
+
var _ref198 = _slicedToArray(_ref197, 1),
|
|
547
|
+
color = _ref198[0];
|
|
513
548
|
return (0, _manipulation.shade)(color, 0.3);
|
|
514
549
|
}, ['border.color']),
|
|
515
|
-
headerDarkBackground: (0, _utils.computed)(function (
|
|
516
|
-
var
|
|
517
|
-
lightestShade =
|
|
550
|
+
headerDarkBackground: (0, _utils.computed)(function (_ref199) {
|
|
551
|
+
var _ref200 = _slicedToArray(_ref199, 1),
|
|
552
|
+
lightestShade = _ref200[0];
|
|
518
553
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
519
554
|
}, ['colors.lightestShade']),
|
|
520
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (
|
|
521
|
-
var
|
|
522
|
-
disabled =
|
|
555
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref201) {
|
|
556
|
+
var _ref202 = _slicedToArray(_ref201, 1),
|
|
557
|
+
disabled = _ref202[0];
|
|
523
558
|
return (0, _manipulation.transparentize)(disabled, 0.2);
|
|
524
559
|
}, ['colors.disabled']),
|
|
525
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (
|
|
526
|
-
var
|
|
527
|
-
lightShade =
|
|
560
|
+
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref203) {
|
|
561
|
+
var _ref204 = _slicedToArray(_ref203, 1),
|
|
562
|
+
lightShade = _ref204[0];
|
|
528
563
|
return (0, _manipulation.transparentize)(lightShade, 0.4);
|
|
529
564
|
}, ['colors.lightShade']),
|
|
530
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (
|
|
531
|
-
var
|
|
532
|
-
lightShade =
|
|
565
|
+
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref205) {
|
|
566
|
+
var _ref206 = _slicedToArray(_ref205, 1),
|
|
567
|
+
lightShade = _ref206[0];
|
|
533
568
|
return lightShade;
|
|
534
569
|
}, ['colors.lightShade']),
|
|
535
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (
|
|
536
|
-
var
|
|
537
|
-
lightShade =
|
|
570
|
+
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref207) {
|
|
571
|
+
var _ref208 = _slicedToArray(_ref207, 1),
|
|
572
|
+
lightShade = _ref208[0];
|
|
538
573
|
return (0, _manipulation.tint)(lightShade, 0.04);
|
|
539
574
|
}, ['colors.lightShade']),
|
|
540
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (
|
|
541
|
-
var
|
|
542
|
-
lightShade =
|
|
575
|
+
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref209) {
|
|
576
|
+
var _ref210 = _slicedToArray(_ref209, 1),
|
|
577
|
+
lightShade = _ref210[0];
|
|
543
578
|
return (0, _manipulation.tint)(lightShade, 0.08);
|
|
544
579
|
}, ['colors.lightShade']),
|
|
545
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (
|
|
546
|
-
var
|
|
547
|
-
lightShade =
|
|
580
|
+
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref211) {
|
|
581
|
+
var _ref212 = _slicedToArray(_ref211, 1),
|
|
582
|
+
lightShade = _ref212[0];
|
|
548
583
|
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
549
584
|
}, ['colors.lightShade']),
|
|
550
|
-
markBackground: (0, _utils.computed)(function (
|
|
551
|
-
var
|
|
552
|
-
primary =
|
|
585
|
+
markBackground: (0, _utils.computed)(function (_ref213) {
|
|
586
|
+
var _ref214 = _slicedToArray(_ref213, 1),
|
|
587
|
+
primary = _ref214[0];
|
|
553
588
|
return (0, _manipulation.transparentize)(primary, 0.3);
|
|
554
589
|
}, ['colors.primary']),
|
|
555
|
-
popoverPanelBackground: (0, _utils.computed)(function (
|
|
556
|
-
var
|
|
557
|
-
emptyShade =
|
|
590
|
+
popoverPanelBackground: (0, _utils.computed)(function (_ref215) {
|
|
591
|
+
var _ref216 = _slicedToArray(_ref215, 1),
|
|
592
|
+
emptyShade = _ref216[0];
|
|
558
593
|
return (0, _manipulation.tint)(emptyShade, 0.025);
|
|
559
594
|
}, ['colors.emptyShade']),
|
|
560
|
-
scrollbarTrackColor: (0, _utils.computed)(function (
|
|
561
|
-
var
|
|
562
|
-
body =
|
|
595
|
+
scrollbarTrackColor: (0, _utils.computed)(function (_ref217) {
|
|
596
|
+
var _ref218 = _slicedToArray(_ref217, 1),
|
|
597
|
+
body = _ref218[0];
|
|
563
598
|
return (0, _manipulation.tint)(body, 0.07);
|
|
564
599
|
}, ['colors.body']),
|
|
565
|
-
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (
|
|
566
|
-
var
|
|
567
|
-
lightShade =
|
|
600
|
+
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref219) {
|
|
601
|
+
var _ref220 = _slicedToArray(_ref219, 1),
|
|
602
|
+
lightShade = _ref220[0];
|
|
568
603
|
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
569
604
|
}, ['colors.lightShade']),
|
|
570
|
-
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (
|
|
571
|
-
var
|
|
572
|
-
success =
|
|
605
|
+
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref221) {
|
|
606
|
+
var _ref222 = _slicedToArray(_ref221, 1),
|
|
607
|
+
success = _ref222[0];
|
|
573
608
|
return (0, _manipulation.shade)(success, 0.7);
|
|
574
609
|
}, ['colors.success']),
|
|
575
|
-
switchBackgroundOff: (0, _utils.computed)(function (
|
|
576
|
-
var
|
|
577
|
-
lightestShade =
|
|
610
|
+
switchBackgroundOff: (0, _utils.computed)(function (_ref223) {
|
|
611
|
+
var _ref224 = _slicedToArray(_ref223, 1),
|
|
612
|
+
lightestShade = _ref224[0];
|
|
578
613
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
579
614
|
}, ['colors.lightestShade']),
|
|
580
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
581
|
-
var
|
|
582
|
-
lightShade =
|
|
615
|
+
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref225) {
|
|
616
|
+
var _ref226 = _slicedToArray(_ref225, 1),
|
|
617
|
+
lightShade = _ref226[0];
|
|
583
618
|
return lightShade;
|
|
584
619
|
}, ['colors.lightShade']),
|
|
585
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
586
|
-
var
|
|
587
|
-
lightShade =
|
|
620
|
+
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref227) {
|
|
621
|
+
var _ref228 = _slicedToArray(_ref227, 1),
|
|
622
|
+
lightShade = _ref228[0];
|
|
588
623
|
return lightShade;
|
|
589
624
|
}, ['colors.lightShade']),
|
|
590
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (
|
|
591
|
-
var
|
|
592
|
-
lightShade =
|
|
625
|
+
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref229) {
|
|
626
|
+
var _ref230 = _slicedToArray(_ref229, 1),
|
|
627
|
+
lightShade = _ref230[0];
|
|
593
628
|
return lightShade;
|
|
594
629
|
}, ['colors.lightShade']),
|
|
595
|
-
switchThumbBorderOn: (0, _utils.computed)(function (
|
|
596
|
-
var
|
|
597
|
-
lightestShade =
|
|
630
|
+
switchThumbBorderOn: (0, _utils.computed)(function (_ref231) {
|
|
631
|
+
var _ref232 = _slicedToArray(_ref231, 1),
|
|
632
|
+
lightestShade = _ref232[0];
|
|
598
633
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
599
634
|
}, ['colors.lightestShade']),
|
|
600
|
-
switchThumbBorderOff: (0, _utils.computed)(function (
|
|
601
|
-
var
|
|
602
|
-
lightestShade =
|
|
635
|
+
switchThumbBorderOff: (0, _utils.computed)(function (_ref233) {
|
|
636
|
+
var _ref234 = _slicedToArray(_ref233, 1),
|
|
637
|
+
lightestShade = _ref234[0];
|
|
603
638
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
604
639
|
}, ['colors.lightestShade']),
|
|
605
|
-
switchIconDisabled: (0, _utils.computed)(function (
|
|
606
|
-
var
|
|
607
|
-
lightestShade =
|
|
640
|
+
switchIconDisabled: (0, _utils.computed)(function (_ref235) {
|
|
641
|
+
var _ref236 = _slicedToArray(_ref235, 1),
|
|
642
|
+
lightestShade = _ref236[0];
|
|
608
643
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
609
644
|
}, ['colors.lightestShade']),
|
|
610
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (
|
|
611
|
-
var
|
|
612
|
-
lightestShade =
|
|
645
|
+
tableRowBackgroundHover: (0, _utils.computed)(function (_ref237) {
|
|
646
|
+
var _ref238 = _slicedToArray(_ref237, 1),
|
|
647
|
+
lightestShade = _ref238[0];
|
|
613
648
|
return lightestShade;
|
|
614
649
|
}, ['colors.lightestShade']),
|
|
615
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (
|
|
616
|
-
var
|
|
617
|
-
primary =
|
|
650
|
+
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref239) {
|
|
651
|
+
var _ref240 = _slicedToArray(_ref239, 1),
|
|
652
|
+
primary = _ref240[0];
|
|
618
653
|
return (0, _manipulation.shade)(primary, 0.7);
|
|
619
654
|
}, ['colors.primary']),
|
|
620
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (
|
|
621
|
-
var
|
|
622
|
-
primary =
|
|
655
|
+
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref241) {
|
|
656
|
+
var _ref242 = _slicedToArray(_ref241, 1),
|
|
657
|
+
primary = _ref242[0];
|
|
623
658
|
return (0, _manipulation.shade)(primary, 0.75);
|
|
624
659
|
}, ['colors.primary']),
|
|
625
|
-
tableCellSortableIconColor: (0, _utils.computed)(function (
|
|
626
|
-
var
|
|
627
|
-
emptyShade =
|
|
628
|
-
subduedText =
|
|
660
|
+
tableCellSortableIconColor: (0, _utils.computed)(function (_ref243) {
|
|
661
|
+
var _ref244 = _slicedToArray(_ref243, 2),
|
|
662
|
+
emptyShade = _ref244[0],
|
|
663
|
+
subduedText = _ref244[1];
|
|
629
664
|
var color = (0, _manipulation.shade)(subduedText, 0.9);
|
|
630
665
|
return (0, _contrast.makeHighContrastColor)(color, 3)(emptyShade);
|
|
631
666
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
632
|
-
tooltipBackground: (0, _utils.computed)(function (
|
|
633
|
-
var
|
|
634
|
-
emptyShade =
|
|
667
|
+
tooltipBackground: (0, _utils.computed)(function (_ref245) {
|
|
668
|
+
var _ref246 = _slicedToArray(_ref245, 1),
|
|
669
|
+
emptyShade = _ref246[0];
|
|
635
670
|
return (0, _manipulation.shade)(emptyShade, 1);
|
|
636
671
|
}, ['colors.emptyShade']),
|
|
637
|
-
tooltipBorder: (0, _utils.computed)(function (
|
|
638
|
-
var
|
|
639
|
-
fullShade =
|
|
672
|
+
tooltipBorder: (0, _utils.computed)(function (_ref247) {
|
|
673
|
+
var _ref248 = _slicedToArray(_ref247, 1),
|
|
674
|
+
fullShade = _ref248[0];
|
|
640
675
|
return (0, _manipulation.shade)(fullShade, 0.8);
|
|
641
676
|
}, ['colors.fullShade']),
|
|
642
|
-
tourFooterBackground: (0, _utils.computed)(function (
|
|
643
|
-
var
|
|
644
|
-
lightestShade =
|
|
677
|
+
tourFooterBackground: (0, _utils.computed)(function (_ref249) {
|
|
678
|
+
var _ref250 = _slicedToArray(_ref249, 1),
|
|
679
|
+
lightestShade = _ref250[0];
|
|
645
680
|
return (0, _manipulation.shade)(lightestShade, 0.45);
|
|
646
681
|
}, ['colors.lightestShade']),
|
|
647
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (
|
|
648
|
-
var
|
|
649
|
-
text =
|
|
682
|
+
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref251) {
|
|
683
|
+
var _ref252 = _slicedToArray(_ref251, 1),
|
|
684
|
+
text = _ref252[0];
|
|
650
685
|
return (0, _manipulation.transparentize)(text, 0.2);
|
|
651
686
|
}, ['colors.text'])
|
|
652
687
|
})
|