@seeqdev/qomponents 0.0.21 → 0.0.23
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/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/index.esm.js +16 -12
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +16 -12
- package/dist/index.js.map +1 -1
- package/dist/styles.css +418 -350
- package/package.json +1 -1
- package/dist/Button/Button.js +0 -82
- package/dist/Button/Button.js.map +0 -1
- package/dist/Button/Button.stories.js +0 -77
- package/dist/Button/Button.stories.js.map +0 -1
- package/dist/Button/Button.test.js +0 -49
- package/dist/Button/Button.test.js.map +0 -1
- package/dist/Button/Button.types.js +0 -4
- package/dist/Button/Button.types.js.map +0 -1
- package/dist/Button/index.js +0 -2
- package/dist/Button/index.js.map +0 -1
- package/dist/Checkbox/Checkbox.js +0 -23
- package/dist/Checkbox/Checkbox.js.map +0 -1
- package/dist/Checkbox/Checkbox.stories.js +0 -29
- package/dist/Checkbox/Checkbox.stories.js.map +0 -1
- package/dist/Checkbox/Checkbox.test.js +0 -94
- package/dist/Checkbox/Checkbox.test.js.map +0 -1
- package/dist/Checkbox/Checkbox.types.js +0 -2
- package/dist/Checkbox/Checkbox.types.js.map +0 -1
- package/dist/Checkbox/index.js +0 -2
- package/dist/Checkbox/index.js.map +0 -1
- package/dist/Icon/Icon.js +0 -61
- package/dist/Icon/Icon.js.map +0 -1
- package/dist/Icon/Icon.stories.js +0 -40
- package/dist/Icon/Icon.stories.js.map +0 -1
- package/dist/Icon/Icon.test.js +0 -55
- package/dist/Icon/Icon.test.js.map +0 -1
- package/dist/Icon/Icon.types.js +0 -16
- package/dist/Icon/Icon.types.js.map +0 -1
- package/dist/Icon/index.js +0 -2
- package/dist/Icon/index.js.map +0 -1
- package/dist/Select/Select.js +0 -168
- package/dist/Select/Select.js.map +0 -1
- package/dist/Select/Select.stories.js +0 -72
- package/dist/Select/Select.stories.js.map +0 -1
- package/dist/Select/Select.test.js +0 -161
- package/dist/Select/Select.test.js.map +0 -1
- package/dist/Select/Select.types.js +0 -2
- package/dist/Select/Select.types.js.map +0 -1
- package/dist/Select/index.js +0 -2
- package/dist/Select/index.js.map +0 -1
- package/dist/TextArea/TextArea.js +0 -23
- package/dist/TextArea/TextArea.js.map +0 -1
- package/dist/TextArea/TextArea.stories.js +0 -39
- package/dist/TextArea/TextArea.stories.js.map +0 -1
- package/dist/TextArea/TextArea.test.js +0 -68
- package/dist/TextArea/TextArea.test.js.map +0 -1
- package/dist/TextArea/TextArea.types.js +0 -2
- package/dist/TextArea/TextArea.types.js.map +0 -1
- package/dist/TextArea/index.js +0 -2
- package/dist/TextArea/index.js.map +0 -1
- package/dist/TextField/TextField.js +0 -64
- package/dist/TextField/TextField.js.map +0 -1
- package/dist/TextField/TextField.stories.js +0 -41
- package/dist/TextField/TextField.stories.js.map +0 -1
- package/dist/TextField/TextField.test.js +0 -35
- package/dist/TextField/TextField.test.js.map +0 -1
- package/dist/TextField/TextField.types.js +0 -2
- package/dist/TextField/TextField.types.js.map +0 -1
- package/dist/TextField/index.js +0 -2
- package/dist/TextField/index.js.map +0 -1
- package/dist/Tooltip/QTip.stories.js +0 -40
- package/dist/Tooltip/QTip.stories.js.map +0 -1
- package/dist/Tooltip/QTip.types.js +0 -2
- package/dist/Tooltip/QTip.types.js.map +0 -1
- package/dist/Tooltip/QTipPerformance.stories.js +0 -30
- package/dist/Tooltip/QTipPerformance.stories.js.map +0 -1
- package/dist/Tooltip/Qtip.js +0 -146
- package/dist/Tooltip/Qtip.js.map +0 -1
- package/dist/Tooltip/Tooltip.js +0 -36
- package/dist/Tooltip/Tooltip.js.map +0 -1
- package/dist/Tooltip/Tooltip.stories.js +0 -32
- package/dist/Tooltip/Tooltip.stories.js.map +0 -1
- package/dist/Tooltip/Tooltip.types.js +0 -3
- package/dist/Tooltip/Tooltip.types.js.map +0 -1
- package/dist/Tooltip/TooltipPerformance.stories.js +0 -30
- package/dist/Tooltip/TooltipPerformance.stories.js.map +0 -1
- package/dist/Tooltip/index.js +0 -3
- package/dist/Tooltip/index.js.map +0 -1
- package/dist/types.js +0 -2
- package/dist/types.js.map +0 -1
- package/dist/utils/browserId.js +0 -29
- package/dist/utils/browserId.js.map +0 -1
package/dist/styles.css
CHANGED
|
@@ -100,984 +100,996 @@
|
|
|
100
100
|
width: 1.25em;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.fc-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.fc-bell-solid:before {
|
|
108
|
-
content: '\e99f';
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.fc-copy-date-2:before {
|
|
112
|
-
content: '\e99e';
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.fc-copy-date:before {
|
|
116
|
-
content: '\e99d';
|
|
103
|
+
.fc-filter-remove:before {
|
|
104
|
+
content: "\e9a7";
|
|
117
105
|
}
|
|
118
106
|
|
|
119
|
-
.fc-
|
|
120
|
-
|
|
107
|
+
.fc-pdf-cog:before {
|
|
108
|
+
content: "\e9a5";
|
|
121
109
|
}
|
|
122
110
|
|
|
123
|
-
.fc-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.fc-sun:before {
|
|
128
|
-
content: '\e99a';
|
|
111
|
+
.fc-pdf-file:before {
|
|
112
|
+
content: "\e9a6";
|
|
129
113
|
}
|
|
130
114
|
|
|
131
115
|
.fc-marker:before {
|
|
132
|
-
|
|
116
|
+
content: "\a961";
|
|
133
117
|
}
|
|
134
118
|
|
|
135
119
|
.fc-display-range-unused:before {
|
|
136
|
-
|
|
120
|
+
content: "\a96e";
|
|
137
121
|
}
|
|
138
122
|
|
|
139
123
|
.fc-series-new:before {
|
|
140
|
-
|
|
124
|
+
content: "\a979";
|
|
141
125
|
}
|
|
142
126
|
|
|
143
127
|
.fc-scatterplot-line:before {
|
|
144
|
-
|
|
128
|
+
content: "\e900";
|
|
145
129
|
}
|
|
146
130
|
|
|
147
131
|
.fc-annotate:before {
|
|
148
|
-
|
|
132
|
+
content: "\e901";
|
|
149
133
|
}
|
|
150
134
|
|
|
151
135
|
.fc-capsule:before {
|
|
152
|
-
|
|
136
|
+
content: "\e902";
|
|
153
137
|
}
|
|
154
138
|
|
|
155
139
|
.fc-search-limit:before {
|
|
156
|
-
|
|
140
|
+
content: "\e903";
|
|
157
141
|
}
|
|
158
142
|
|
|
159
143
|
.fc-search-logic:before {
|
|
160
|
-
|
|
144
|
+
content: "\e904";
|
|
161
145
|
}
|
|
162
146
|
|
|
163
147
|
.fc-search-pattern:before {
|
|
164
|
-
|
|
148
|
+
content: "\e905";
|
|
165
149
|
}
|
|
166
150
|
|
|
167
151
|
.fc-search-power:before {
|
|
168
|
-
|
|
152
|
+
content: "\e906";
|
|
169
153
|
}
|
|
170
154
|
|
|
171
155
|
.fc-home:before {
|
|
172
|
-
|
|
156
|
+
content: "\e907";
|
|
173
157
|
}
|
|
174
158
|
|
|
175
159
|
.fc-capsule-set:before {
|
|
176
|
-
|
|
160
|
+
content: "\e908";
|
|
177
161
|
}
|
|
178
162
|
|
|
179
163
|
.fc-scatterplot:before {
|
|
180
|
-
|
|
164
|
+
content: "\e909";
|
|
181
165
|
}
|
|
182
166
|
|
|
183
167
|
.fc-series:before {
|
|
184
|
-
|
|
168
|
+
content: "\e90a";
|
|
185
169
|
}
|
|
186
170
|
|
|
187
171
|
.fc-group:before {
|
|
188
|
-
|
|
172
|
+
content: "\e90b";
|
|
189
173
|
}
|
|
190
174
|
|
|
191
175
|
.fc-boundary-alert:before {
|
|
192
|
-
|
|
176
|
+
content: "\e90c";
|
|
193
177
|
}
|
|
194
178
|
|
|
195
179
|
.fc-chart-alert:before {
|
|
196
|
-
|
|
180
|
+
content: "\e90d";
|
|
197
181
|
}
|
|
198
182
|
|
|
199
183
|
.fc-seeq-datalab:before {
|
|
200
|
-
|
|
184
|
+
content: "\e90e";
|
|
201
185
|
}
|
|
202
186
|
|
|
203
187
|
.fc-seeq-datalab-lock:before {
|
|
204
|
-
|
|
188
|
+
content: "\e90f";
|
|
205
189
|
}
|
|
206
190
|
|
|
207
191
|
.fc-all-items:before {
|
|
208
|
-
|
|
192
|
+
content: "\e910";
|
|
209
193
|
}
|
|
210
194
|
|
|
211
195
|
.fc-asset-tree:before {
|
|
212
|
-
|
|
196
|
+
content: "\e911";
|
|
213
197
|
}
|
|
214
198
|
|
|
215
199
|
.fc-trend:before {
|
|
216
|
-
|
|
200
|
+
content: "\e912";
|
|
217
201
|
}
|
|
218
202
|
|
|
219
203
|
.fc-flag:before {
|
|
220
|
-
|
|
204
|
+
content: "\e913";
|
|
221
205
|
}
|
|
222
206
|
|
|
223
207
|
.fc-capsules:before {
|
|
224
|
-
|
|
208
|
+
content: "\e914";
|
|
225
209
|
}
|
|
226
210
|
|
|
227
211
|
.fc-connect:before {
|
|
228
|
-
|
|
212
|
+
content: "\e915";
|
|
229
213
|
}
|
|
230
214
|
|
|
231
215
|
.fc-display-range:before {
|
|
232
|
-
|
|
216
|
+
content: "\e916";
|
|
233
217
|
}
|
|
234
218
|
|
|
235
219
|
.fc-statistics:before {
|
|
236
|
-
|
|
220
|
+
content: "\e917";
|
|
237
221
|
}
|
|
238
222
|
|
|
239
223
|
.fc-eye:before {
|
|
240
|
-
|
|
224
|
+
content: "\e918";
|
|
241
225
|
}
|
|
242
226
|
|
|
243
227
|
.fc-eye-o:before {
|
|
244
|
-
|
|
228
|
+
content: "\e919";
|
|
245
229
|
}
|
|
246
230
|
|
|
247
231
|
.fc-data-file:before {
|
|
248
|
-
|
|
232
|
+
content: "\e91a";
|
|
249
233
|
}
|
|
250
234
|
|
|
251
235
|
.fc-gridline:before {
|
|
252
|
-
|
|
236
|
+
content: "\e91b";
|
|
253
237
|
}
|
|
254
238
|
|
|
255
239
|
.fc-model-and-predict:before {
|
|
256
|
-
|
|
240
|
+
content: "\e91c";
|
|
257
241
|
}
|
|
258
242
|
|
|
259
243
|
.fc-cleanse:before {
|
|
260
|
-
|
|
244
|
+
content: "\e91d";
|
|
261
245
|
}
|
|
262
246
|
|
|
263
247
|
.fc-identify:before {
|
|
264
|
-
|
|
248
|
+
content: "\e91e";
|
|
265
249
|
}
|
|
266
250
|
|
|
267
251
|
.fc-quantify:before {
|
|
268
|
-
|
|
252
|
+
content: "\e91f";
|
|
269
253
|
}
|
|
270
254
|
|
|
271
255
|
.fc-treemap:before {
|
|
272
|
-
|
|
256
|
+
content: "\e920";
|
|
273
257
|
}
|
|
274
258
|
|
|
275
259
|
.fc-series-dim:before {
|
|
276
|
-
|
|
260
|
+
content: "\e921";
|
|
277
261
|
}
|
|
278
262
|
|
|
279
263
|
.fc-series-gen:before {
|
|
280
|
-
|
|
264
|
+
content: "\e922";
|
|
281
265
|
}
|
|
282
266
|
|
|
283
267
|
.fc-formula:before {
|
|
284
|
-
|
|
268
|
+
content: "\e923";
|
|
285
269
|
}
|
|
286
270
|
|
|
287
271
|
.fc-alignment:before {
|
|
288
|
-
|
|
272
|
+
content: "\e924";
|
|
289
273
|
}
|
|
290
274
|
|
|
291
275
|
.fc-delete:before {
|
|
292
|
-
|
|
276
|
+
content: "\e925";
|
|
293
277
|
}
|
|
294
278
|
|
|
295
279
|
.fc-list:before {
|
|
296
|
-
|
|
280
|
+
content: "\e926";
|
|
297
281
|
}
|
|
298
282
|
|
|
299
283
|
.fc-tile:before {
|
|
300
|
-
|
|
284
|
+
content: "\e927";
|
|
301
285
|
}
|
|
302
286
|
|
|
303
287
|
.fc-arrow_down:before {
|
|
304
|
-
|
|
288
|
+
content: "\e928";
|
|
305
289
|
}
|
|
306
290
|
|
|
307
291
|
.fc-arrow_up:before {
|
|
308
|
-
|
|
292
|
+
content: "\e929";
|
|
309
293
|
}
|
|
310
294
|
|
|
311
295
|
.fc-user-community:before {
|
|
312
|
-
|
|
296
|
+
content: "\e92a";
|
|
313
297
|
}
|
|
314
298
|
|
|
315
299
|
.fc-certificate:before {
|
|
316
|
-
|
|
300
|
+
content: "\e92b";
|
|
317
301
|
}
|
|
318
302
|
|
|
319
303
|
.fc-training:before {
|
|
320
|
-
|
|
304
|
+
content: "\e92c";
|
|
321
305
|
}
|
|
322
306
|
|
|
323
307
|
.fc-knowledge-base:before {
|
|
324
|
-
|
|
308
|
+
content: "\e92d";
|
|
325
309
|
}
|
|
326
310
|
|
|
327
311
|
.fc-causality:before {
|
|
328
|
-
|
|
312
|
+
content: "\e92e";
|
|
329
313
|
}
|
|
330
314
|
|
|
331
315
|
.fc-parallel-coordinate:before {
|
|
332
|
-
|
|
316
|
+
content: "\e92f";
|
|
333
317
|
}
|
|
334
318
|
|
|
335
319
|
.fc-arrow_updown:before {
|
|
336
|
-
|
|
320
|
+
content: "\e930";
|
|
337
321
|
}
|
|
338
322
|
|
|
339
323
|
.fc-circle_warning:before {
|
|
340
|
-
|
|
324
|
+
content: "\e931";
|
|
341
325
|
}
|
|
342
326
|
|
|
343
327
|
.fc-circle_info:before {
|
|
344
|
-
|
|
328
|
+
content: "\e932";
|
|
345
329
|
}
|
|
346
330
|
|
|
347
331
|
.fc-warning:before {
|
|
348
|
-
|
|
332
|
+
content: "\e933";
|
|
349
333
|
}
|
|
350
334
|
|
|
351
335
|
.fc-grab-window:before {
|
|
352
|
-
|
|
336
|
+
content: "\e934";
|
|
353
337
|
}
|
|
354
338
|
|
|
355
339
|
.fc-magnify:before {
|
|
356
|
-
|
|
340
|
+
content: "\e935";
|
|
357
341
|
}
|
|
358
342
|
|
|
359
343
|
.fc-box-empty:before {
|
|
360
|
-
|
|
344
|
+
content: "\e936";
|
|
361
345
|
}
|
|
362
346
|
|
|
363
347
|
.fc-box-check:before {
|
|
364
|
-
|
|
348
|
+
content: "\e937";
|
|
365
349
|
}
|
|
366
350
|
|
|
367
351
|
.fc-circle-empty:before {
|
|
368
|
-
|
|
352
|
+
content: "\e938";
|
|
369
353
|
}
|
|
370
354
|
|
|
371
355
|
.fc-circle-check:before {
|
|
372
|
-
|
|
356
|
+
content: "\e939";
|
|
373
357
|
}
|
|
374
358
|
|
|
375
359
|
.fc-q_search:before {
|
|
376
|
-
|
|
360
|
+
content: "\e93a";
|
|
377
361
|
}
|
|
378
362
|
|
|
379
363
|
.fc-scatterplot-select:before {
|
|
380
|
-
|
|
364
|
+
content: "\e93b";
|
|
381
365
|
}
|
|
382
366
|
|
|
383
367
|
.fc-redo:before {
|
|
384
|
-
|
|
368
|
+
content: "\e93c";
|
|
385
369
|
}
|
|
386
370
|
|
|
387
371
|
.fc-digital-filter:before {
|
|
388
|
-
|
|
372
|
+
content: "\e93d";
|
|
389
373
|
}
|
|
390
374
|
|
|
391
375
|
.fc-support:before {
|
|
392
|
-
|
|
376
|
+
content: "\e93e";
|
|
393
377
|
}
|
|
394
378
|
|
|
395
379
|
.fc-binoculars:before {
|
|
396
|
-
|
|
380
|
+
content: "\e93f";
|
|
397
381
|
}
|
|
398
382
|
|
|
399
383
|
.fc-check:before {
|
|
400
|
-
|
|
384
|
+
content: "\e940";
|
|
401
385
|
}
|
|
402
386
|
|
|
403
387
|
.fc-filter:before {
|
|
404
|
-
|
|
388
|
+
content: "\e941";
|
|
405
389
|
}
|
|
406
390
|
|
|
407
391
|
.fc-trash:before {
|
|
408
|
-
|
|
392
|
+
content: "\e942";
|
|
409
393
|
}
|
|
410
394
|
|
|
411
395
|
.fc-gear:before {
|
|
412
|
-
|
|
396
|
+
content: "\e943";
|
|
413
397
|
}
|
|
414
398
|
|
|
415
399
|
.fc-lock:before {
|
|
416
|
-
|
|
400
|
+
content: "\e944";
|
|
417
401
|
}
|
|
418
402
|
|
|
419
403
|
.fc-lock-open:before {
|
|
420
|
-
|
|
404
|
+
content: "\e945";
|
|
421
405
|
}
|
|
422
406
|
|
|
423
407
|
.fc-arrow-dropdown:before {
|
|
424
|
-
|
|
408
|
+
content: "\e946";
|
|
425
409
|
}
|
|
426
410
|
|
|
427
411
|
.fc-mag-glass-empty:before {
|
|
428
|
-
|
|
412
|
+
content: "\e947";
|
|
429
413
|
}
|
|
430
414
|
|
|
431
415
|
.fc-globe:before {
|
|
432
|
-
|
|
416
|
+
content: "\e948";
|
|
433
417
|
}
|
|
434
418
|
|
|
435
419
|
.fc-edit:before {
|
|
436
|
-
|
|
420
|
+
content: "\e949";
|
|
437
421
|
}
|
|
438
422
|
|
|
439
423
|
.fc-add-column:before {
|
|
440
|
-
|
|
424
|
+
content: "\e94a";
|
|
441
425
|
}
|
|
442
426
|
|
|
443
427
|
.fc-add-row:before {
|
|
444
|
-
|
|
428
|
+
content: "\e94b";
|
|
445
429
|
}
|
|
446
430
|
|
|
447
431
|
.fc-border-style:before {
|
|
448
|
-
|
|
432
|
+
content: "\e94c";
|
|
449
433
|
}
|
|
450
434
|
|
|
451
435
|
.fc-clock-density:before {
|
|
452
|
-
|
|
436
|
+
content: "\e94d";
|
|
453
437
|
}
|
|
454
438
|
|
|
455
439
|
.fc-plus-assets:before {
|
|
456
|
-
|
|
440
|
+
content: "\e94e";
|
|
457
441
|
}
|
|
458
442
|
|
|
459
443
|
.fc-plus-selected:before {
|
|
460
|
-
|
|
444
|
+
content: "\e94f";
|
|
461
445
|
}
|
|
462
446
|
|
|
463
447
|
.fc-comment:before {
|
|
464
|
-
|
|
448
|
+
content: "\e950";
|
|
465
449
|
}
|
|
466
450
|
|
|
467
451
|
.fc-user:before {
|
|
468
|
-
|
|
452
|
+
content: "\e951";
|
|
469
453
|
}
|
|
470
454
|
|
|
471
455
|
.fc-engineer:before {
|
|
472
|
-
|
|
456
|
+
content: "\e952";
|
|
473
457
|
}
|
|
474
458
|
|
|
475
459
|
.fc-pricing:before {
|
|
476
|
-
|
|
460
|
+
content: "\e953";
|
|
477
461
|
}
|
|
478
462
|
|
|
479
463
|
.fc-free-trial:before {
|
|
480
|
-
|
|
464
|
+
content: "\e954";
|
|
481
465
|
}
|
|
482
466
|
|
|
483
467
|
.fc-partners:before {
|
|
484
|
-
|
|
468
|
+
content: "\e955";
|
|
485
469
|
}
|
|
486
470
|
|
|
487
471
|
.fc-meter:before {
|
|
488
|
-
|
|
472
|
+
content: "\e956";
|
|
489
473
|
}
|
|
490
474
|
|
|
491
475
|
.fc-beaker:before {
|
|
492
|
-
|
|
476
|
+
content: "\e957";
|
|
493
477
|
}
|
|
494
478
|
|
|
495
479
|
.fc-lightbulb:before {
|
|
496
|
-
|
|
480
|
+
content: "\e958";
|
|
497
481
|
}
|
|
498
482
|
|
|
499
483
|
.fc-pdf:before {
|
|
500
|
-
|
|
484
|
+
content: "\e959";
|
|
501
485
|
}
|
|
502
486
|
|
|
503
487
|
.fc-add-column-2:before {
|
|
504
|
-
|
|
488
|
+
content: "\e95a";
|
|
505
489
|
}
|
|
506
490
|
|
|
507
491
|
.fc-add-row-2:before {
|
|
508
|
-
|
|
492
|
+
content: "\e95b";
|
|
509
493
|
}
|
|
510
494
|
|
|
511
495
|
.fc-eraser:before {
|
|
512
|
-
|
|
496
|
+
content: "\e95c";
|
|
513
497
|
}
|
|
514
498
|
|
|
515
499
|
.fc-paintbrush:before {
|
|
516
|
-
|
|
500
|
+
content: "\e95d";
|
|
517
501
|
}
|
|
518
502
|
|
|
519
503
|
.fc-rows:before {
|
|
520
|
-
|
|
504
|
+
content: "\e95e";
|
|
521
505
|
}
|
|
522
506
|
|
|
523
507
|
.fc-quick-start:before {
|
|
524
|
-
|
|
508
|
+
content: "\e95f";
|
|
525
509
|
}
|
|
526
510
|
|
|
527
511
|
.fc-video:before {
|
|
528
|
-
|
|
512
|
+
content: "\e960";
|
|
529
513
|
}
|
|
530
514
|
|
|
531
515
|
.fc-wireless2:before {
|
|
532
|
-
|
|
516
|
+
content: "\e961";
|
|
533
517
|
}
|
|
534
518
|
|
|
535
519
|
.fc-wireless:before {
|
|
536
|
-
|
|
520
|
+
content: "\e962";
|
|
537
521
|
}
|
|
538
522
|
|
|
539
523
|
.fc-mag-glass:before {
|
|
540
|
-
|
|
524
|
+
content: "\e963";
|
|
541
525
|
}
|
|
542
526
|
|
|
543
527
|
.fc-data:before {
|
|
544
|
-
|
|
528
|
+
content: "\e964";
|
|
545
529
|
}
|
|
546
530
|
|
|
547
531
|
.fc-annotation:before {
|
|
548
|
-
|
|
532
|
+
content: "\e965";
|
|
549
533
|
}
|
|
550
534
|
|
|
551
535
|
.fc-briefcase:before {
|
|
552
|
-
|
|
536
|
+
content: "\e966";
|
|
553
537
|
}
|
|
554
538
|
|
|
555
539
|
.fc-investigate:before {
|
|
556
|
-
|
|
540
|
+
content: "\e967";
|
|
557
541
|
}
|
|
558
542
|
|
|
559
543
|
.fc-monitor:before {
|
|
560
|
-
|
|
544
|
+
content: "\e968";
|
|
561
545
|
}
|
|
562
546
|
|
|
563
547
|
.fc-clipboard:before {
|
|
564
|
-
|
|
548
|
+
content: "\e969";
|
|
565
549
|
}
|
|
566
550
|
|
|
567
551
|
.fc-share-access:before {
|
|
568
|
-
|
|
552
|
+
content: "\e96a";
|
|
569
553
|
}
|
|
570
554
|
|
|
571
555
|
.fc-bar-chart-horizontal:before {
|
|
572
|
-
|
|
556
|
+
content: "\e96b";
|
|
573
557
|
}
|
|
574
558
|
|
|
575
559
|
.fc-stacked-bar-chart:before {
|
|
576
|
-
|
|
560
|
+
content: "\e96c";
|
|
577
561
|
}
|
|
578
562
|
|
|
579
563
|
.fc-stacked-bar-horizontal:before {
|
|
580
|
-
|
|
564
|
+
content: "\e96d";
|
|
581
565
|
}
|
|
582
566
|
|
|
583
567
|
.fc-excel:before {
|
|
584
|
-
|
|
568
|
+
content: "\e96e";
|
|
585
569
|
}
|
|
586
570
|
|
|
587
571
|
.fc-Asset1:before {
|
|
588
|
-
|
|
572
|
+
content: "\e96f";
|
|
589
573
|
}
|
|
590
574
|
|
|
591
575
|
.fc-gears-2:before {
|
|
592
|
-
|
|
576
|
+
content: "\e970";
|
|
593
577
|
}
|
|
594
578
|
|
|
595
579
|
.fc-pharma:before {
|
|
596
|
-
|
|
580
|
+
content: "\e971";
|
|
597
581
|
}
|
|
598
582
|
|
|
599
583
|
.fc-water:before {
|
|
600
|
-
|
|
584
|
+
content: "\e972";
|
|
601
585
|
}
|
|
602
586
|
|
|
603
587
|
.fc-chemical:before {
|
|
604
|
-
|
|
588
|
+
content: "\e973";
|
|
605
589
|
}
|
|
606
590
|
|
|
607
591
|
.fc-oil:before {
|
|
608
|
-
|
|
592
|
+
content: "\e974";
|
|
609
593
|
}
|
|
610
594
|
|
|
611
595
|
.fc-beverage:before {
|
|
612
|
-
|
|
596
|
+
content: "\e975";
|
|
613
597
|
}
|
|
614
598
|
|
|
615
599
|
.fc-utilities:before {
|
|
616
|
-
|
|
600
|
+
content: "\e976";
|
|
617
601
|
}
|
|
618
602
|
|
|
619
603
|
.fc-manufacturing:before {
|
|
620
|
-
|
|
604
|
+
content: "\e977";
|
|
621
605
|
}
|
|
622
606
|
|
|
623
607
|
.fc-industry:before {
|
|
624
|
-
|
|
608
|
+
content: "\e978";
|
|
625
609
|
}
|
|
626
610
|
|
|
627
611
|
.fc-viz-normal:before {
|
|
628
|
-
|
|
612
|
+
content: "\e979";
|
|
629
613
|
}
|
|
630
614
|
|
|
631
615
|
.fc-compare:before {
|
|
632
|
-
|
|
616
|
+
content: "\e97a";
|
|
633
617
|
}
|
|
634
618
|
|
|
635
619
|
.fc-diamond:before {
|
|
636
|
-
|
|
620
|
+
content: "\e97b";
|
|
637
621
|
}
|
|
638
622
|
|
|
639
623
|
.fc-square:before {
|
|
640
|
-
|
|
624
|
+
content: "\e97c";
|
|
641
625
|
}
|
|
642
626
|
|
|
643
627
|
.fc-triangle:before {
|
|
644
|
-
|
|
628
|
+
content: "\e97d";
|
|
645
629
|
}
|
|
646
630
|
|
|
647
631
|
.fc-rectangle:before {
|
|
648
|
-
|
|
632
|
+
content: "\e97e";
|
|
649
633
|
}
|
|
650
634
|
|
|
651
635
|
.fc-strip:before {
|
|
652
|
-
|
|
636
|
+
content: "\e97f";
|
|
653
637
|
}
|
|
654
638
|
|
|
655
639
|
.fc-viz-overlay:before {
|
|
656
|
-
|
|
640
|
+
content: "\e980";
|
|
657
641
|
}
|
|
658
642
|
|
|
659
643
|
.fc-viz-chain:before {
|
|
660
|
-
|
|
644
|
+
content: "\e981";
|
|
661
645
|
}
|
|
662
646
|
|
|
663
647
|
.fc-graph:before {
|
|
664
|
-
|
|
648
|
+
content: "\e982";
|
|
665
649
|
}
|
|
666
650
|
|
|
667
651
|
.fc-pin:before {
|
|
668
|
-
|
|
652
|
+
content: "\e983";
|
|
669
653
|
}
|
|
670
654
|
|
|
671
655
|
.fc-y-axis:before {
|
|
672
|
-
|
|
656
|
+
content: "\e984";
|
|
673
657
|
}
|
|
674
658
|
|
|
675
659
|
.fc-capsule-bar:before {
|
|
676
|
-
|
|
660
|
+
content: "\e985";
|
|
677
661
|
}
|
|
678
662
|
|
|
679
663
|
.fc-copy:before {
|
|
680
|
-
|
|
664
|
+
content: "\e986";
|
|
681
665
|
}
|
|
682
666
|
|
|
683
667
|
.fc-link:before {
|
|
684
|
-
|
|
668
|
+
content: "\e987";
|
|
685
669
|
}
|
|
686
670
|
|
|
687
671
|
.fc-unlink:before {
|
|
688
|
-
|
|
672
|
+
content: "\e988";
|
|
689
673
|
}
|
|
690
674
|
|
|
691
675
|
.fc-step-back-full:before {
|
|
692
|
-
|
|
676
|
+
content: "\e989";
|
|
693
677
|
}
|
|
694
678
|
|
|
695
679
|
.fc-displays:before {
|
|
696
|
-
|
|
680
|
+
content: "\e98a";
|
|
697
681
|
}
|
|
698
682
|
|
|
699
683
|
.fc-overwrite:before {
|
|
700
|
-
|
|
684
|
+
content: "\e98b";
|
|
701
685
|
}
|
|
702
686
|
|
|
703
687
|
.fc-rename:before {
|
|
704
|
-
|
|
688
|
+
content: "\e98c";
|
|
705
689
|
}
|
|
706
690
|
|
|
707
691
|
.fc-parallel-boundary:before {
|
|
708
|
-
|
|
692
|
+
content: "\e98d";
|
|
709
693
|
}
|
|
710
694
|
|
|
711
695
|
.fc-loading-notch:before {
|
|
712
|
-
|
|
696
|
+
content: "\e98e";
|
|
713
697
|
}
|
|
714
698
|
|
|
715
699
|
.fc-skill-explorer:before {
|
|
716
|
-
|
|
700
|
+
content: "\e98f";
|
|
717
701
|
}
|
|
718
702
|
|
|
719
703
|
.fc-step-fore-full:before {
|
|
720
|
-
|
|
704
|
+
content: "\e990";
|
|
721
705
|
}
|
|
722
706
|
|
|
723
707
|
.fc-step-back-half:before {
|
|
724
|
-
|
|
708
|
+
content: "\e991";
|
|
725
709
|
}
|
|
726
710
|
|
|
727
711
|
.fc-step-fore-half:before {
|
|
728
|
-
|
|
712
|
+
content: "\e992";
|
|
729
713
|
}
|
|
730
714
|
|
|
731
715
|
.fc-arrow-down:before {
|
|
732
|
-
|
|
716
|
+
content: "\e993";
|
|
733
717
|
}
|
|
734
718
|
|
|
735
719
|
.fc-arrow-up:before {
|
|
736
|
-
|
|
720
|
+
content: "\e994";
|
|
737
721
|
}
|
|
738
722
|
|
|
739
723
|
.fc-expand-close:before {
|
|
740
|
-
|
|
724
|
+
content: "\e995";
|
|
741
725
|
}
|
|
742
726
|
|
|
743
727
|
.fc-expand-open:before {
|
|
744
|
-
|
|
728
|
+
content: "\e996";
|
|
745
729
|
}
|
|
746
730
|
|
|
747
731
|
.fc-axis:before {
|
|
748
|
-
|
|
732
|
+
content: "\e997";
|
|
749
733
|
}
|
|
750
734
|
|
|
751
735
|
.fc-axis-o:before {
|
|
752
|
-
|
|
736
|
+
content: "\e998";
|
|
753
737
|
}
|
|
754
738
|
|
|
755
739
|
.fc-solid:before {
|
|
756
|
-
|
|
740
|
+
content: "\e999";
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.fc-sun:before {
|
|
744
|
+
content: "\e99a";
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.fc-announcements:before {
|
|
748
|
+
content: "\e99b";
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.fc-bell-cog:before {
|
|
752
|
+
content: "\e99c";
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.fc-copy-date:before {
|
|
756
|
+
content: "\e99d";
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.fc-copy-date-2:before {
|
|
760
|
+
content: "\e99e";
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.fc-bell-solid:before {
|
|
764
|
+
content: "\e99f";
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.fc-bell-regular:before {
|
|
768
|
+
content: "\e9a0";
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.fc-add-on-1:before {
|
|
772
|
+
content: "\e9a1";
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.fc-view-data:before {
|
|
776
|
+
content: "\e9a2";
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.fc-add-on-2:before {
|
|
780
|
+
content: "\e9a3";
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.fc-external-link:before {
|
|
784
|
+
content: "\e9a4";
|
|
757
785
|
}
|
|
758
786
|
|
|
759
787
|
.fc-short-dash:before {
|
|
760
|
-
|
|
788
|
+
content: "\f901";
|
|
761
789
|
}
|
|
762
790
|
|
|
763
791
|
.fc-short-dot:before {
|
|
764
|
-
|
|
792
|
+
content: "\f902";
|
|
765
793
|
}
|
|
766
794
|
|
|
767
795
|
.fc-short-dash-dot:before {
|
|
768
|
-
|
|
796
|
+
content: "\f903";
|
|
769
797
|
}
|
|
770
798
|
|
|
771
799
|
.fc-short-dash-dot-dot:before {
|
|
772
|
-
|
|
800
|
+
content: "\f904";
|
|
773
801
|
}
|
|
774
802
|
|
|
775
803
|
.fc-dot:before {
|
|
776
|
-
|
|
804
|
+
content: "\f905";
|
|
777
805
|
}
|
|
778
806
|
|
|
779
807
|
.fc-dash:before {
|
|
780
|
-
|
|
808
|
+
content: "\f906";
|
|
781
809
|
}
|
|
782
810
|
|
|
783
811
|
.fc-long-dash:before {
|
|
784
|
-
|
|
812
|
+
content: "\f907";
|
|
785
813
|
}
|
|
786
814
|
|
|
787
815
|
.fc-dash-dot:before {
|
|
788
|
-
|
|
816
|
+
content: "\f908";
|
|
789
817
|
}
|
|
790
818
|
|
|
791
819
|
.fc-long-dash-dot:before {
|
|
792
|
-
|
|
820
|
+
content: "\f909";
|
|
793
821
|
}
|
|
794
822
|
|
|
795
823
|
.fc-long-dash-dot-dot:before {
|
|
796
|
-
|
|
824
|
+
content: "\f910";
|
|
797
825
|
}
|
|
798
826
|
|
|
799
827
|
.fc-scalar:before {
|
|
800
|
-
|
|
828
|
+
content: "\f911";
|
|
801
829
|
}
|
|
802
830
|
|
|
803
831
|
.fc-detail-columns:before {
|
|
804
|
-
|
|
832
|
+
content: "\f912";
|
|
805
833
|
}
|
|
806
834
|
|
|
807
835
|
.fc-workbook:before {
|
|
808
|
-
|
|
836
|
+
content: "\f913";
|
|
809
837
|
}
|
|
810
838
|
|
|
811
839
|
.fc-workbook-user:before {
|
|
812
|
-
|
|
840
|
+
content: "\f914";
|
|
813
841
|
}
|
|
814
842
|
|
|
815
843
|
.fc-workbook-lock:before {
|
|
816
|
-
|
|
844
|
+
content: "\f915";
|
|
817
845
|
}
|
|
818
846
|
|
|
819
847
|
.fc-workbook-globe:before {
|
|
820
|
-
|
|
848
|
+
content: "\f916";
|
|
821
849
|
}
|
|
822
850
|
|
|
823
851
|
.fc-arrow-circle:before {
|
|
824
|
-
|
|
852
|
+
content: "\f917";
|
|
825
853
|
}
|
|
826
854
|
|
|
827
855
|
.fc-condition-define:before {
|
|
828
|
-
|
|
856
|
+
content: "\f918";
|
|
829
857
|
}
|
|
830
858
|
|
|
831
859
|
.fc-condition-combine:before {
|
|
832
|
-
|
|
860
|
+
content: "\f919";
|
|
833
861
|
}
|
|
834
862
|
|
|
835
863
|
.fc-series-modify:before {
|
|
836
|
-
|
|
864
|
+
content: "\f920";
|
|
837
865
|
}
|
|
838
866
|
|
|
839
867
|
.fc-boundary:before {
|
|
840
|
-
|
|
868
|
+
content: "\f923";
|
|
841
869
|
}
|
|
842
870
|
|
|
843
871
|
.fc-condition-digital:before {
|
|
844
|
-
|
|
872
|
+
content: "\f924";
|
|
845
873
|
}
|
|
846
874
|
|
|
847
875
|
.fc-timing:before {
|
|
848
|
-
|
|
876
|
+
content: "\f925";
|
|
849
877
|
}
|
|
850
878
|
|
|
851
879
|
.fc-series-properties:before {
|
|
852
|
-
|
|
880
|
+
content: "\f926";
|
|
853
881
|
}
|
|
854
882
|
|
|
855
883
|
.fc-import:before {
|
|
856
|
-
|
|
884
|
+
content: "\f927";
|
|
857
885
|
}
|
|
858
886
|
|
|
859
887
|
.fc-export:before {
|
|
860
|
-
|
|
888
|
+
content: "\f928";
|
|
861
889
|
}
|
|
862
890
|
|
|
863
891
|
.fc-pivision:before {
|
|
864
|
-
|
|
892
|
+
content: "\f929";
|
|
865
893
|
}
|
|
866
894
|
|
|
867
895
|
.fc-samples-and-line:before {
|
|
868
|
-
|
|
896
|
+
content: "\f930";
|
|
869
897
|
}
|
|
870
898
|
|
|
871
899
|
.fc-samples-only:before {
|
|
872
|
-
|
|
900
|
+
content: "\f931";
|
|
873
901
|
}
|
|
874
902
|
|
|
875
903
|
.fc-prediction:before {
|
|
876
|
-
|
|
904
|
+
content: "\f932";
|
|
877
905
|
}
|
|
878
906
|
|
|
879
907
|
.fc-lowpass:before {
|
|
880
|
-
|
|
908
|
+
content: "\f933";
|
|
881
909
|
}
|
|
882
910
|
|
|
883
911
|
.fc-bar-chart:before {
|
|
884
|
-
|
|
912
|
+
content: "\f934";
|
|
885
913
|
}
|
|
886
914
|
|
|
887
915
|
.fc-ancillaries:before {
|
|
888
|
-
|
|
916
|
+
content: "\f935";
|
|
889
917
|
}
|
|
890
918
|
|
|
891
919
|
.fc-deviation:before {
|
|
892
|
-
|
|
920
|
+
content: "\f936";
|
|
893
921
|
}
|
|
894
922
|
|
|
895
923
|
.fc-journal:before {
|
|
896
|
-
|
|
924
|
+
content: "\f937";
|
|
897
925
|
}
|
|
898
926
|
|
|
899
927
|
.fc-journal-edit:before {
|
|
900
|
-
|
|
928
|
+
content: "\f938";
|
|
901
929
|
}
|
|
902
930
|
|
|
903
931
|
.fc-line-bars:before {
|
|
904
|
-
|
|
932
|
+
content: "\f939";
|
|
905
933
|
}
|
|
906
934
|
|
|
907
935
|
.fc-reference:before {
|
|
908
|
-
|
|
936
|
+
content: "\f940";
|
|
909
937
|
}
|
|
910
938
|
|
|
911
939
|
.fc-powerpoint:before {
|
|
912
|
-
|
|
940
|
+
content: "\f941";
|
|
913
941
|
}
|
|
914
942
|
|
|
915
943
|
.fc-link-seeq:before {
|
|
916
|
-
|
|
944
|
+
content: "\f942";
|
|
917
945
|
}
|
|
918
946
|
|
|
919
947
|
.fc-journal-blank:before {
|
|
920
|
-
|
|
948
|
+
content: "\f943";
|
|
921
949
|
}
|
|
922
950
|
|
|
923
951
|
.fc-more:before {
|
|
924
|
-
|
|
952
|
+
content: "\f944";
|
|
925
953
|
}
|
|
926
954
|
|
|
927
955
|
.fc-share:before {
|
|
928
|
-
|
|
956
|
+
content: "\f945";
|
|
929
957
|
}
|
|
930
958
|
|
|
931
959
|
.fc-periodic-condition:before {
|
|
932
|
-
|
|
960
|
+
content: "\f946";
|
|
933
961
|
}
|
|
934
962
|
|
|
935
963
|
.fc-report:before {
|
|
936
|
-
|
|
964
|
+
content: "\f947";
|
|
937
965
|
}
|
|
938
966
|
|
|
939
967
|
.fc-seeq-content:before {
|
|
940
|
-
|
|
968
|
+
content: "\f948";
|
|
941
969
|
}
|
|
942
970
|
|
|
943
971
|
.fc-table:before {
|
|
944
|
-
|
|
972
|
+
content: "\f949";
|
|
945
973
|
}
|
|
946
974
|
|
|
947
975
|
.fc-unit:before {
|
|
948
|
-
|
|
976
|
+
content: "\f950";
|
|
949
977
|
}
|
|
950
978
|
|
|
951
979
|
.fc-metric:before {
|
|
952
|
-
|
|
980
|
+
content: "\f951";
|
|
953
981
|
}
|
|
954
982
|
|
|
955
983
|
.fc-pdf-export:before {
|
|
956
|
-
|
|
984
|
+
content: "\f952";
|
|
957
985
|
}
|
|
958
986
|
|
|
959
987
|
.fc-x-circle:before {
|
|
960
|
-
|
|
988
|
+
content: "\f953";
|
|
961
989
|
}
|
|
962
990
|
|
|
963
991
|
.fc-stop:before {
|
|
964
|
-
|
|
992
|
+
content: "\f954";
|
|
965
993
|
}
|
|
966
994
|
|
|
967
995
|
.fc-report-lock:before {
|
|
968
|
-
|
|
996
|
+
content: "\f955";
|
|
969
997
|
}
|
|
970
998
|
|
|
971
999
|
.fc-analysis:before {
|
|
972
|
-
|
|
1000
|
+
content: "\f956";
|
|
973
1001
|
}
|
|
974
1002
|
|
|
975
1003
|
.fc-analysis-lock:before {
|
|
976
|
-
|
|
1004
|
+
content: "\f957";
|
|
977
1005
|
}
|
|
978
1006
|
|
|
979
1007
|
.fc-requests:before {
|
|
980
|
-
|
|
1008
|
+
content: "\f958";
|
|
981
1009
|
}
|
|
982
1010
|
|
|
983
1011
|
.fc-folder:before {
|
|
984
|
-
|
|
1012
|
+
content: "\f959";
|
|
985
1013
|
}
|
|
986
1014
|
|
|
987
1015
|
.fc-folder-move:before {
|
|
988
|
-
|
|
1016
|
+
content: "\f960";
|
|
989
1017
|
}
|
|
990
1018
|
|
|
991
1019
|
.fc-folder-new:before {
|
|
992
|
-
|
|
1020
|
+
content: "\f961";
|
|
993
1021
|
}
|
|
994
1022
|
|
|
995
1023
|
.fc-folder-lock:before {
|
|
996
|
-
|
|
1024
|
+
content: "\f962";
|
|
997
1025
|
}
|
|
998
1026
|
|
|
999
1027
|
.fc-pin-o:before {
|
|
1000
|
-
|
|
1028
|
+
content: "\f963";
|
|
1001
1029
|
}
|
|
1002
1030
|
|
|
1003
1031
|
.fc-refresh:before {
|
|
1004
|
-
|
|
1032
|
+
content: "\f964";
|
|
1005
1033
|
}
|
|
1006
1034
|
|
|
1007
1035
|
.fc-arrow-right-right:before {
|
|
1008
|
-
|
|
1036
|
+
content: "\f965";
|
|
1009
1037
|
}
|
|
1010
1038
|
|
|
1011
1039
|
.fc-arrow-left-left:before {
|
|
1012
|
-
|
|
1040
|
+
content: "\f966";
|
|
1013
1041
|
}
|
|
1014
1042
|
|
|
1015
1043
|
.fc-refresh-on:before {
|
|
1016
|
-
|
|
1044
|
+
content: "\f967";
|
|
1017
1045
|
}
|
|
1018
1046
|
|
|
1019
1047
|
.fc-refresh-off:before {
|
|
1020
|
-
|
|
1048
|
+
content: "\f968";
|
|
1021
1049
|
}
|
|
1022
1050
|
|
|
1023
1051
|
.fc-box-plus:before {
|
|
1024
|
-
|
|
1052
|
+
content: "\f969";
|
|
1025
1053
|
}
|
|
1026
1054
|
|
|
1027
1055
|
.fc-box-minus:before {
|
|
1028
|
-
|
|
1056
|
+
content: "\f970";
|
|
1029
1057
|
}
|
|
1030
1058
|
|
|
1031
1059
|
.fc-circle_plus:before {
|
|
1032
|
-
|
|
1060
|
+
content: "\f971";
|
|
1033
1061
|
}
|
|
1034
1062
|
|
|
1035
1063
|
.fc-circle_minus:before {
|
|
1036
|
-
|
|
1064
|
+
content: "\f972";
|
|
1037
1065
|
}
|
|
1038
1066
|
|
|
1039
1067
|
.fc-page-break:before {
|
|
1040
|
-
|
|
1068
|
+
content: "\f973";
|
|
1041
1069
|
}
|
|
1042
1070
|
|
|
1043
1071
|
.fc-restore:before {
|
|
1044
|
-
|
|
1072
|
+
content: "\f974";
|
|
1045
1073
|
}
|
|
1046
1074
|
|
|
1047
1075
|
.fc-subscription:before {
|
|
1048
|
-
|
|
1076
|
+
content: "\f975";
|
|
1049
1077
|
}
|
|
1050
1078
|
|
|
1051
1079
|
.fc-jobs:before {
|
|
1052
|
-
|
|
1080
|
+
content: "\f976";
|
|
1053
1081
|
}
|
|
1054
1082
|
|
|
1055
1083
|
.fc-trash_info:before {
|
|
1056
|
-
|
|
1084
|
+
content: "\f977";
|
|
1057
1085
|
}
|
|
1058
1086
|
|
|
1059
1087
|
.fc-trash_info2:before {
|
|
1060
|
-
|
|
1088
|
+
content: "\f978";
|
|
1061
1089
|
}
|
|
1062
1090
|
|
|
1063
1091
|
.fc-bell-curve:before {
|
|
1064
|
-
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.fc-facebook:before {
|
|
1068
|
-
content: '\ea90';
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.fc-facebook2:before {
|
|
1072
|
-
content: '\ea91';
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.fc-youtube:before {
|
|
1076
|
-
content: '\ea9d';
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.fc-external-link:before {
|
|
1080
|
-
content: "\e9a4";
|
|
1092
|
+
content: "\f979";
|
|
1081
1093
|
}
|
|
1082
1094
|
|
|
1083
1095
|
/* ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */
|
|
@@ -1460,77 +1472,81 @@ video {
|
|
|
1460
1472
|
}
|
|
1461
1473
|
|
|
1462
1474
|
:root {
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1475
|
+
--sq-color-dark: 42, 92, 132;
|
|
1476
|
+
--sq-color-dark-dark: 145, 180, 203;
|
|
1477
|
+
--sq-white: 255, 255, 255;
|
|
1478
|
+
--sq-color-highlight: 4, 145, 194;
|
|
1479
|
+
--sq-text-color: 58, 58, 58;
|
|
1480
|
+
--sq-disabled-gray: 221, 225, 227;
|
|
1481
|
+
--sq-light-gray: 241, 245, 247;
|
|
1482
|
+
--sq-dark-gray: 226, 226, 226;
|
|
1483
|
+
--sq-fairly-dark-gray: 96, 96, 97;
|
|
1484
|
+
--sq-darkish-gray: 183, 183, 183;
|
|
1485
|
+
--sq-danger-color: 217, 83, 79;
|
|
1486
|
+
--sq-warning-color: 240, 173, 78;
|
|
1487
|
+
--sq-success-color: 114, 192, 44;
|
|
1488
|
+
--sq-icon: 4, 145, 194;
|
|
1489
|
+
--sq-link: 42, 92, 132;
|
|
1490
|
+
--sq-dark-background: 36, 37, 37;
|
|
1491
|
+
--sq-dark-text: 194, 188, 176;
|
|
1492
|
+
--sq-dark-disabled-gray: 70, 73, 73;
|
|
1493
|
+
--sq-highlight-color-dark: 36, 45, 49;
|
|
1494
|
+
--sq-gray-highlight: 249, 249, 249;
|
|
1495
|
+
--sq-gray-highlight-dark: 36, 45, 49;
|
|
1496
|
+
--sq-colored-hover: 238, 246, 253;
|
|
1497
|
+
--sq-colored-hover-dark: 40, 42, 42;
|
|
1498
|
+
--sq-multi-gray-dark: 66, 69, 69;
|
|
1499
|
+
--sq-field-disabled-gray: 239, 239, 239;
|
|
1500
|
+
}
|
|
1489
1501
|
|
|
1490
1502
|
.color_topic {
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
+
--sq-color-dark: 42, 92, 132;
|
|
1504
|
+
--sq-color-dark-dark: 145, 180, 203;
|
|
1505
|
+
--sq-color-light: 237, 247, 246;
|
|
1506
|
+
--sq-color-highlight: 4, 145, 194;
|
|
1507
|
+
--sq-icon: 4, 145, 194;
|
|
1508
|
+
--sq-link: 42, 92, 132;
|
|
1509
|
+
--sq-link-dark: 145, 180, 203;
|
|
1510
|
+
--sq-icon-dark: 4, 145, 194;
|
|
1511
|
+
--sq-gray-highlight-dark: 36, 45, 49;
|
|
1512
|
+
--sq-colored-hover: 238, 246, 253;
|
|
1513
|
+
--sq-colored-hover-dark: 40, 42, 42;
|
|
1514
|
+
}
|
|
1503
1515
|
|
|
1504
1516
|
.color_analysis {
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
+
--sq-color-dark: 0, 121, 96;
|
|
1518
|
+
--sq-color-dark-dark: 31, 207, 166;
|
|
1519
|
+
--sq-color-light: 237, 247, 246;
|
|
1520
|
+
--sq-color-highlight: 0, 153, 100;
|
|
1521
|
+
--sq-icon: 0, 160, 89;
|
|
1522
|
+
--sq-link: 0, 121, 96;
|
|
1523
|
+
--sq-link-dark: 21, 99, 81;
|
|
1524
|
+
--sq-icon-dark: 23, 126, 77;
|
|
1525
|
+
--sq-gray-highlight-dark: 36, 45, 49;
|
|
1526
|
+
--sq-colored-hover: 238, 248, 244;
|
|
1527
|
+
--sq-colored-hover-dark: 33, 54, 47;
|
|
1528
|
+
}
|
|
1517
1529
|
|
|
1518
1530
|
.color_datalab {
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1531
|
+
--sq-color-dark: 242, 103, 34;
|
|
1532
|
+
--sq-color-dark-dark: 242, 103, 34;
|
|
1533
|
+
--sq-color-light: 237, 247, 246;
|
|
1534
|
+
--sq-color-highlight: 244, 123, 62;
|
|
1535
|
+
--sq-icon: 242, 103, 34;
|
|
1536
|
+
--sq-icon-dark: 36, 37, 37;
|
|
1537
|
+
--sq-link-dark: 36, 37, 37;
|
|
1538
|
+
--sq-link: 242, 103, 34;
|
|
1539
|
+
--sq-gray-highlight-dark: 36, 45, 49;
|
|
1540
|
+
--sq-colored-hover: 241, 162, 120;
|
|
1541
|
+
--sq-colored-hover-dark: 80, 43, 26;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
ol,
|
|
1545
|
+
ul,
|
|
1546
|
+
menu {
|
|
1547
|
+
list-style: revert;
|
|
1548
|
+
padding: revert;
|
|
1549
|
+
}
|
|
1534
1550
|
|
|
1535
1551
|
*, ::before, ::after {
|
|
1536
1552
|
--tw-border-spacing-x: 0;
|
|
@@ -1968,6 +1984,11 @@ ol, ul, menu {
|
|
|
1968
1984
|
border-style: solid;
|
|
1969
1985
|
}
|
|
1970
1986
|
|
|
1987
|
+
.tw-border-sq-color-dark {
|
|
1988
|
+
--tw-border-opacity: 1;
|
|
1989
|
+
border-color: rgb(var(--sq-color-dark));
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1971
1992
|
.tw-border-sq-danger-color {
|
|
1972
1993
|
--tw-border-opacity: 1;
|
|
1973
1994
|
border-color: rgb(var(--sq-danger-color));
|
|
@@ -1978,6 +1999,16 @@ ol, ul, menu {
|
|
|
1978
1999
|
border-color: rgb(var(--sq-disabled-gray));
|
|
1979
2000
|
}
|
|
1980
2001
|
|
|
2002
|
+
.tw-border-sq-icon {
|
|
2003
|
+
--tw-border-opacity: 1;
|
|
2004
|
+
border-color: rgb(var(--sq-icon));
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.tw-border-sq-warning-color {
|
|
2008
|
+
--tw-border-opacity: 1;
|
|
2009
|
+
border-color: rgb(var(--sq-warning-color));
|
|
2010
|
+
}
|
|
2011
|
+
|
|
1981
2012
|
.tw-bg-black {
|
|
1982
2013
|
--tw-bg-opacity: 1;
|
|
1983
2014
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
@@ -2207,32 +2238,34 @@ ol, ul, menu {
|
|
|
2207
2238
|
/* Make sure to keep these colors in sync with the webserver/_custom_variables.scss values to ensure cohesive UIs */
|
|
2208
2239
|
|
|
2209
2240
|
.reactSelectMinHeight {
|
|
2210
|
-
|
|
2241
|
+
min-height: 34px !important;
|
|
2211
2242
|
}
|
|
2212
2243
|
|
|
2213
2244
|
.reactSelectMinHeightSmall {
|
|
2214
|
-
|
|
2245
|
+
min-height: 22px !important;
|
|
2215
2246
|
}
|
|
2216
2247
|
|
|
2217
|
-
[type='checkbox']:checked,
|
|
2218
|
-
|
|
2248
|
+
[type='checkbox']:checked,
|
|
2249
|
+
[type='radio']:checked {
|
|
2250
|
+
background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>');
|
|
2219
2251
|
}
|
|
2220
2252
|
|
|
2221
|
-
.tw-dark [type='checkbox']:checked,
|
|
2222
|
-
|
|
2253
|
+
.tw-dark [type='checkbox']:checked,
|
|
2254
|
+
.tw-dark [type='radio']:checked {
|
|
2255
|
+
background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>');
|
|
2223
2256
|
}
|
|
2224
2257
|
|
|
2225
2258
|
@keyframes fadeIn {
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2259
|
+
0% {
|
|
2260
|
+
opacity: 0;
|
|
2261
|
+
}
|
|
2262
|
+
100% {
|
|
2263
|
+
opacity: 1;
|
|
2264
|
+
}
|
|
2232
2265
|
}
|
|
2233
2266
|
|
|
2234
2267
|
.fade-in {
|
|
2235
|
-
|
|
2268
|
+
animation: fadeIn 500ms;
|
|
2236
2269
|
}
|
|
2237
2270
|
|
|
2238
2271
|
.before\:tw-absolute::before {
|
|
@@ -2356,6 +2389,21 @@ ol, ul, menu {
|
|
|
2356
2389
|
border-color: rgb(var(--sq-color-dark));
|
|
2357
2390
|
}
|
|
2358
2391
|
|
|
2392
|
+
.hover\:tw-border-sq-color-highlight:hover {
|
|
2393
|
+
--tw-border-opacity: 1;
|
|
2394
|
+
border-color: rgb(var(--sq-color-highlight));
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
.hover\:tw-border-sq-danger-color-hover:hover {
|
|
2398
|
+
--tw-border-opacity: 1;
|
|
2399
|
+
border-color: rgb(212 59 55 / var(--tw-border-opacity));
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.hover\:tw-border-sq-link:hover {
|
|
2403
|
+
--tw-border-opacity: 1;
|
|
2404
|
+
border-color: rgb(var(--sq-link));
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2359
2407
|
.hover\:tw-bg-sq-color-highlight:hover {
|
|
2360
2408
|
--tw-bg-opacity: 1;
|
|
2361
2409
|
background-color: rgb(var(--sq-color-highlight));
|
|
@@ -2478,6 +2526,11 @@ ol, ul, menu {
|
|
|
2478
2526
|
opacity: 1;
|
|
2479
2527
|
}
|
|
2480
2528
|
|
|
2529
|
+
.tw-dark .dark\:tw-border-sq-color-dark {
|
|
2530
|
+
--tw-border-opacity: 1;
|
|
2531
|
+
border-color: rgb(var(--sq-color-dark));
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2481
2534
|
.tw-dark .dark\:tw-border-sq-dark-disabled-gray {
|
|
2482
2535
|
--tw-border-opacity: 1;
|
|
2483
2536
|
border-color: rgb(var(--sq-dark-disabled-gray));
|
|
@@ -2488,6 +2541,11 @@ ol, ul, menu {
|
|
|
2488
2541
|
border-color: rgb(var(--sq-dark-text));
|
|
2489
2542
|
}
|
|
2490
2543
|
|
|
2544
|
+
.tw-dark .dark\:tw-border-sq-icon-dark {
|
|
2545
|
+
--tw-border-opacity: 1;
|
|
2546
|
+
border-color: rgb(var(--sq-icon-dark));
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2491
2549
|
.tw-dark .dark\:tw-bg-sq-color-dark {
|
|
2492
2550
|
--tw-bg-opacity: 1;
|
|
2493
2551
|
background-color: rgb(var(--sq-color-dark));
|
|
@@ -2573,6 +2631,16 @@ ol, ul, menu {
|
|
|
2573
2631
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
2574
2632
|
}
|
|
2575
2633
|
|
|
2634
|
+
.tw-dark .dark\:hover\:tw-border-sq-color-highlight:hover {
|
|
2635
|
+
--tw-border-opacity: 1;
|
|
2636
|
+
border-color: rgb(var(--sq-color-highlight));
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
.tw-dark .dark\:hover\:tw-border-sq-link-dark:hover {
|
|
2640
|
+
--tw-border-opacity: 1;
|
|
2641
|
+
border-color: rgb(var(--sq-link-dark));
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2576
2644
|
.tw-dark .dark\:hover\:tw-bg-sq-color-highlight:hover {
|
|
2577
2645
|
--tw-bg-opacity: 1;
|
|
2578
2646
|
background-color: rgb(var(--sq-color-highlight));
|