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