@e1011/es-kit 1.1.30 → 1.1.36
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/hooks/esm/index.css +299 -300
- package/dist/hooks/index.css +299 -300
- package/dist/lib/cjs/index.css +1 -2
- package/dist/lib/cjs/src/core/utils/helpers/date.js +1 -1
- package/dist/lib/cjs/src/core/utils/helpers/date.js.map +1 -1
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/index.css +1 -2
- package/dist/lib/esm/src/core/utils/helpers/date.js +1 -1
- package/dist/lib/esm/src/core/utils/helpers/date.js.map +1 -1
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/utils/helpers/date.d.ts +4 -1
- package/dist/types/src/core/utils/helpers/date.d.ts.map +1 -1
- package/dist/ui/esm/index.css +1 -2
- package/dist/ui/index.css +1 -2
- package/dist/ui/styles/generic.anims.css.map +1 -1
- package/dist/utils/esm/index.css +299 -300
- package/dist/utils/esm/src/core/utils/helpers/date.js +1 -1
- package/dist/utils/esm/src/core/utils/helpers/date.js.map +1 -1
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/index.css +299 -300
- package/dist/utils/src/core/utils/helpers/date.js +1 -1
- package/dist/utils/src/core/utils/helpers/date.js.map +1 -1
- package/dist/utils/src/core/utils/index.js +1 -1
- package/package.json +2 -1
package/dist/utils/index.css
CHANGED
|
@@ -28,34 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.divider-module_divider-line__6CesR {
|
|
32
|
-
position: relative;
|
|
33
|
-
display: block;
|
|
34
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
35
|
-
background-color: var(--color);
|
|
36
|
-
opacity: var(--opacity);
|
|
37
|
-
}
|
|
38
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
39
|
-
height: var(--length);
|
|
40
|
-
left: var(--left);
|
|
41
|
-
width: var(--width);
|
|
42
|
-
margin: var(--margin);
|
|
43
|
-
}
|
|
44
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
45
|
-
width: var(--length);
|
|
46
|
-
left: var(--left);
|
|
47
|
-
height: var(--height);
|
|
48
|
-
margin: var(--margin);
|
|
49
|
-
}
|
|
50
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
51
|
-
background: #EFEFEF;
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
57
|
-
margin-right: 10px;
|
|
58
|
-
}
|
|
59
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
32
|
transform-origin: 0% 0%;
|
|
61
33
|
opacity: 0;
|
|
@@ -163,6 +135,34 @@
|
|
|
163
135
|
.field-module_field__UfKm3 label {
|
|
164
136
|
text-align: left;
|
|
165
137
|
}
|
|
138
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
139
|
+
background: #EFEFEF;
|
|
140
|
+
width: 100%;
|
|
141
|
+
height: 100%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
145
|
+
margin-right: 10px;
|
|
146
|
+
}
|
|
147
|
+
.divider-module_divider-line__6CesR {
|
|
148
|
+
position: relative;
|
|
149
|
+
display: block;
|
|
150
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
151
|
+
background-color: var(--color);
|
|
152
|
+
opacity: var(--opacity);
|
|
153
|
+
}
|
|
154
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
155
|
+
height: var(--length);
|
|
156
|
+
left: var(--left);
|
|
157
|
+
width: var(--width);
|
|
158
|
+
margin: var(--margin);
|
|
159
|
+
}
|
|
160
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
161
|
+
width: var(--length);
|
|
162
|
+
left: var(--left);
|
|
163
|
+
height: var(--height);
|
|
164
|
+
margin: var(--margin);
|
|
165
|
+
}
|
|
166
166
|
.layoutBox-module_layout-box__ZIID8 {
|
|
167
167
|
display: flex;
|
|
168
168
|
position: relative;
|
|
@@ -230,227 +230,133 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
-
align-items: baseline;
|
|
235
|
-
flex-shrink: 1;
|
|
236
|
-
gap: 8px;
|
|
237
|
-
}
|
|
238
233
|
:root {
|
|
239
234
|
--divider-line: #4a4b4b;
|
|
240
235
|
}
|
|
241
236
|
|
|
242
|
-
.
|
|
237
|
+
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
243
238
|
overflow: hidden !important;
|
|
244
239
|
}
|
|
245
240
|
|
|
246
|
-
.
|
|
241
|
+
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
247
242
|
white-space: nowrap !important;
|
|
248
243
|
}
|
|
249
244
|
|
|
250
|
-
.
|
|
245
|
+
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
251
246
|
text-overflow: ellipsis !important;
|
|
252
247
|
}
|
|
253
248
|
|
|
254
|
-
.
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
.typography-module_headlineTertiary__mlG-v {
|
|
265
|
-
font-size: 18px;
|
|
266
|
-
line-height: 24x;
|
|
249
|
+
.tooltip-module_popover-tooltip__sAhKa {
|
|
250
|
+
position: fixed;
|
|
251
|
+
z-index: 999;
|
|
252
|
+
will-change: opacity;
|
|
253
|
+
transition: opacity 450ms ease;
|
|
254
|
+
opacity: 0;
|
|
255
|
+
visibility: hidden;
|
|
256
|
+
border-radius: 4px;
|
|
257
|
+
background-color: #1B1D1D;
|
|
258
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
267
259
|
}
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
line-height: 18px;
|
|
272
|
-
font-weight: 300;
|
|
260
|
+
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
261
|
+
margin: 0;
|
|
262
|
+
padding: 0;
|
|
273
263
|
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
264
|
+
.tooltip-module_popover-tooltip__sAhKa p {
|
|
265
|
+
display: -webkit-box;
|
|
266
|
+
-webkit-line-clamp: 4; /* number of lines to show */
|
|
267
|
+
line-clamp: 4;
|
|
268
|
+
-webkit-box-orient: vertical;
|
|
269
|
+
margin: 0;
|
|
270
|
+
width: 100%;
|
|
271
|
+
white-space: normal;
|
|
272
|
+
overflow: auto;
|
|
277
273
|
}
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
274
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show] {
|
|
275
|
+
opacity: 1;
|
|
276
|
+
visibility: visible;
|
|
281
277
|
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
white-space: nowrap !important;
|
|
286
|
-
text-overflow: ellipsis !important;
|
|
287
|
-
text-decoration: none;
|
|
288
|
-
color: #65C5F6;
|
|
289
|
-
display: inline;
|
|
290
|
-
gap: 4px;
|
|
291
|
-
flex-grow: 0;
|
|
292
|
-
max-width: 400px;
|
|
293
|
-
position: relative;
|
|
294
|
-
vertical-align: center;
|
|
278
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show=false] {
|
|
279
|
+
opacity: 0;
|
|
280
|
+
visibility: hidden;
|
|
295
281
|
}
|
|
296
|
-
.
|
|
297
|
-
|
|
298
|
-
color: #65C5F6;
|
|
282
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
283
|
+
bottom: -16px;
|
|
299
284
|
}
|
|
300
|
-
.
|
|
301
|
-
|
|
302
|
-
opacity: 0.6;
|
|
285
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
286
|
+
transform: rotate(0deg);
|
|
303
287
|
}
|
|
304
|
-
|
|
305
|
-
|
|
288
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
289
|
+
top: -16px;
|
|
306
290
|
}
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
overflow: hidden !important;
|
|
291
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
292
|
+
transform: rotate(180deg);
|
|
310
293
|
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
white-space: nowrap !important;
|
|
294
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
295
|
+
right: -16px;
|
|
314
296
|
}
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
text-overflow: ellipsis !important;
|
|
297
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
298
|
+
transform: rotate(-90deg);
|
|
318
299
|
}
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
border: none;
|
|
322
|
-
color: #090A0A;
|
|
323
|
-
padding: 0.5rem 1rem;
|
|
324
|
-
text-align: center;
|
|
325
|
-
text-decoration: none;
|
|
326
|
-
font-size: 1rem;
|
|
327
|
-
overflow: hidden;
|
|
328
|
-
display: flex;
|
|
329
|
-
align-items: center;
|
|
330
|
-
justify-content: center;
|
|
331
|
-
min-width: "auto";
|
|
332
|
-
width: "auto";
|
|
333
|
-
user-select: all;
|
|
334
|
-
pointer-events: auto;
|
|
335
|
-
cursor: pointer;
|
|
300
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
301
|
+
left: -16px;
|
|
336
302
|
}
|
|
337
|
-
.
|
|
338
|
-
|
|
339
|
-
white-space: nowrap;
|
|
340
|
-
display: inline-block;
|
|
303
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
304
|
+
transform: rotate(90deg);
|
|
341
305
|
}
|
|
342
|
-
.
|
|
343
|
-
|
|
306
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
307
|
+
position: absolute;
|
|
344
308
|
}
|
|
345
|
-
.
|
|
346
|
-
|
|
309
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
310
|
+
content: "";
|
|
311
|
+
border-width: 8px;
|
|
312
|
+
border-style: solid;
|
|
313
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
347
314
|
}
|
|
348
|
-
|
|
349
|
-
|
|
315
|
+
|
|
316
|
+
.tooltip-module_close-button__o8OBN {
|
|
317
|
+
cursor: pointer;
|
|
318
|
+
line-height: 1px;
|
|
319
|
+
background-color: rgba(255, 255, 255, 0);
|
|
350
320
|
}
|
|
351
|
-
.
|
|
352
|
-
|
|
321
|
+
.tooltip-module_close-button__o8OBN .icon-base {
|
|
322
|
+
background-color: #FDDA0D;
|
|
323
|
+
width: 9px !important;
|
|
324
|
+
height: 9px !important;
|
|
325
|
+
line-height: 1px !important;
|
|
353
326
|
}
|
|
354
|
-
.
|
|
355
|
-
background-color: #
|
|
327
|
+
.tooltip-module_close-button__o8OBN:hover .icon-base {
|
|
328
|
+
background-color: #FFEA00;
|
|
356
329
|
}
|
|
357
|
-
|
|
358
|
-
|
|
330
|
+
|
|
331
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
|
|
332
|
+
background-color: #1B1D1D;
|
|
333
|
+
color: #F4F4F4;
|
|
359
334
|
}
|
|
360
|
-
.
|
|
361
|
-
|
|
335
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
336
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
362
337
|
}
|
|
363
|
-
.
|
|
364
|
-
|
|
338
|
+
.cui-theme-light {
|
|
339
|
+
color: #1B1D1D;
|
|
365
340
|
}
|
|
366
|
-
.
|
|
367
|
-
|
|
368
|
-
background-color: transparent !important;
|
|
369
|
-
background: transparent !important;
|
|
341
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
342
|
+
background-color: #515757;
|
|
370
343
|
}
|
|
371
|
-
.
|
|
372
|
-
|
|
373
|
-
min-width: 1.5rem;
|
|
374
|
-
width: 1.5rem;
|
|
375
|
-
padding: 0.2rem;
|
|
376
|
-
font-size: 0.8rem;
|
|
344
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
345
|
+
border-color: #515757 transparent transparent transparent;
|
|
377
346
|
}
|
|
378
|
-
|
|
379
|
-
|
|
347
|
+
:root {
|
|
348
|
+
--divider-line: #4a4b4b;
|
|
380
349
|
}
|
|
381
|
-
|
|
350
|
+
|
|
351
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
382
352
|
overflow: hidden !important;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
383
356
|
white-space: nowrap !important;
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
.
|
|
387
|
-
transition: transform 250ms ease-out;
|
|
388
|
-
}
|
|
389
|
-
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
390
|
-
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
391
|
-
}
|
|
392
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
393
|
-
padding: 0.4rem;
|
|
394
|
-
border: none !important;
|
|
395
|
-
line-height: 1px;
|
|
396
|
-
}
|
|
397
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
398
|
-
padding: 0px;
|
|
399
|
-
}
|
|
400
|
-
.button-module_button__NDMQS:hover {
|
|
401
|
-
background-color: #c5c5c5 !important;
|
|
402
|
-
}
|
|
403
|
-
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
404
|
-
transform: scale(1.2);
|
|
405
|
-
}
|
|
406
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
407
|
-
user-select: none;
|
|
408
|
-
pointer-events: none;
|
|
409
|
-
cursor: not-allowed;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
413
|
-
color: #F4F4F4;
|
|
414
|
-
}
|
|
415
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
416
|
-
color: #090A0A;
|
|
417
|
-
}
|
|
418
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
419
|
-
z-index: 1;
|
|
420
|
-
position: fixed;
|
|
421
|
-
width: 100%;
|
|
422
|
-
height: 100%;
|
|
423
|
-
top: 0;
|
|
424
|
-
left: 0;
|
|
425
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
426
|
-
pointer-events: all;
|
|
427
|
-
user-select: none;
|
|
428
|
-
will-change: opacity;
|
|
429
|
-
transition: opacity 450ms ease-in-out;
|
|
430
|
-
opacity: 0;
|
|
431
|
-
visibility: hidden;
|
|
432
|
-
}
|
|
433
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
434
|
-
opacity: 1;
|
|
435
|
-
visibility: visible;
|
|
436
|
-
}
|
|
437
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
438
|
-
opacity: 0;
|
|
439
|
-
visibility: hidden;
|
|
440
|
-
}
|
|
441
|
-
:root {
|
|
442
|
-
--divider-line: #4a4b4b;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
446
|
-
overflow: hidden !important;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
450
|
-
white-space: nowrap !important;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
454
360
|
text-overflow: ellipsis !important;
|
|
455
361
|
}
|
|
456
362
|
|
|
@@ -534,119 +440,226 @@
|
|
|
534
440
|
background-color: #090A0A;
|
|
535
441
|
color: #F4F4F4;
|
|
536
442
|
}
|
|
443
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
444
|
+
overflow: auto;
|
|
445
|
+
}
|
|
446
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
447
|
+
display: flex;
|
|
448
|
+
width: 100%;
|
|
449
|
+
min-width: 0;
|
|
450
|
+
}
|
|
451
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
452
|
+
display: flex;
|
|
453
|
+
width: 100%;
|
|
454
|
+
min-width: 0;
|
|
455
|
+
}
|
|
456
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
457
|
+
z-index: 1;
|
|
458
|
+
position: fixed;
|
|
459
|
+
width: 100%;
|
|
460
|
+
height: 100%;
|
|
461
|
+
top: 0;
|
|
462
|
+
left: 0;
|
|
463
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
464
|
+
pointer-events: all;
|
|
465
|
+
user-select: none;
|
|
466
|
+
will-change: opacity;
|
|
467
|
+
transition: opacity 450ms ease-in-out;
|
|
468
|
+
opacity: 0;
|
|
469
|
+
visibility: hidden;
|
|
470
|
+
}
|
|
471
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
472
|
+
opacity: 1;
|
|
473
|
+
visibility: visible;
|
|
474
|
+
}
|
|
475
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
476
|
+
opacity: 0;
|
|
477
|
+
visibility: hidden;
|
|
478
|
+
}
|
|
479
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
480
|
+
align-items: baseline;
|
|
481
|
+
flex-shrink: 1;
|
|
482
|
+
gap: 8px;
|
|
483
|
+
}
|
|
537
484
|
:root {
|
|
538
485
|
--divider-line: #4a4b4b;
|
|
539
486
|
}
|
|
540
487
|
|
|
541
|
-
.
|
|
488
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
542
489
|
overflow: hidden !important;
|
|
543
490
|
}
|
|
544
491
|
|
|
545
|
-
.
|
|
492
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
546
493
|
white-space: nowrap !important;
|
|
547
494
|
}
|
|
548
495
|
|
|
549
|
-
.
|
|
496
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
550
497
|
text-overflow: ellipsis !important;
|
|
551
498
|
}
|
|
552
499
|
|
|
553
|
-
.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
500
|
+
.button-module_button__NDMQS {
|
|
501
|
+
border: none;
|
|
502
|
+
color: #090A0A;
|
|
503
|
+
padding: 0.5rem 1rem;
|
|
504
|
+
text-align: center;
|
|
505
|
+
text-decoration: none;
|
|
506
|
+
font-size: 1rem;
|
|
507
|
+
overflow: hidden;
|
|
508
|
+
display: flex;
|
|
509
|
+
align-items: center;
|
|
510
|
+
justify-content: center;
|
|
511
|
+
min-width: "auto";
|
|
512
|
+
width: "auto";
|
|
513
|
+
user-select: all;
|
|
514
|
+
pointer-events: auto;
|
|
515
|
+
cursor: pointer;
|
|
563
516
|
}
|
|
564
|
-
.
|
|
565
|
-
|
|
566
|
-
|
|
517
|
+
.button-module_button__NDMQS > span {
|
|
518
|
+
overflow: hidden;
|
|
519
|
+
white-space: nowrap;
|
|
520
|
+
display: inline-block;
|
|
567
521
|
}
|
|
568
|
-
.
|
|
569
|
-
|
|
570
|
-
-webkit-line-clamp: 4; /* number of lines to show */
|
|
571
|
-
line-clamp: 4;
|
|
572
|
-
-webkit-box-orient: vertical;
|
|
573
|
-
margin: 0;
|
|
574
|
-
width: 100%;
|
|
575
|
-
white-space: normal;
|
|
576
|
-
overflow: auto;
|
|
522
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
523
|
+
background-color: #2D8EFF;
|
|
577
524
|
}
|
|
578
|
-
.
|
|
579
|
-
|
|
580
|
-
visibility: visible;
|
|
525
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
526
|
+
border: 1px solid #2D8EFF !important;
|
|
581
527
|
}
|
|
582
|
-
.
|
|
583
|
-
|
|
584
|
-
visibility: hidden;
|
|
528
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
529
|
+
background-color: #13CE66;
|
|
585
530
|
}
|
|
586
|
-
.
|
|
587
|
-
|
|
531
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
532
|
+
border: 1px solid #13CE66 !important;
|
|
588
533
|
}
|
|
589
|
-
.
|
|
590
|
-
|
|
534
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
535
|
+
background-color: #FF4949;
|
|
591
536
|
}
|
|
592
|
-
.
|
|
593
|
-
|
|
537
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
538
|
+
border: 1px solid #FF4949 !important;
|
|
594
539
|
}
|
|
595
|
-
.
|
|
596
|
-
|
|
540
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
541
|
+
background-color: #FFCC3D;
|
|
597
542
|
}
|
|
598
|
-
.
|
|
599
|
-
|
|
543
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
544
|
+
border: 1px solid #FFCC3D !important;
|
|
600
545
|
}
|
|
601
|
-
.
|
|
602
|
-
|
|
546
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
547
|
+
border: none !important;
|
|
548
|
+
background-color: transparent !important;
|
|
549
|
+
background: transparent !important;
|
|
603
550
|
}
|
|
604
|
-
.
|
|
605
|
-
|
|
551
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
552
|
+
height: 1.4rem;
|
|
553
|
+
min-width: 1.5rem;
|
|
554
|
+
width: 1.5rem;
|
|
555
|
+
padding: 0.2rem;
|
|
556
|
+
font-size: 0.8rem;
|
|
606
557
|
}
|
|
607
|
-
.
|
|
608
|
-
|
|
558
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
559
|
+
width: 100%;
|
|
609
560
|
}
|
|
610
|
-
.
|
|
611
|
-
|
|
561
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
562
|
+
overflow: hidden !important;
|
|
563
|
+
white-space: nowrap !important;
|
|
564
|
+
text-overflow: ellipsis !important;
|
|
612
565
|
}
|
|
613
|
-
.
|
|
614
|
-
|
|
615
|
-
border-width: 8px;
|
|
616
|
-
border-style: solid;
|
|
617
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
566
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
567
|
+
transition: transform 250ms ease-out;
|
|
618
568
|
}
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
569
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
570
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
571
|
+
}
|
|
572
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
573
|
+
padding: 0.4rem;
|
|
574
|
+
border: none !important;
|
|
622
575
|
line-height: 1px;
|
|
623
|
-
background-color: rgba(255, 255, 255, 0);
|
|
624
576
|
}
|
|
625
|
-
.
|
|
626
|
-
|
|
627
|
-
width: 9px !important;
|
|
628
|
-
height: 9px !important;
|
|
629
|
-
line-height: 1px !important;
|
|
577
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
578
|
+
padding: 0px;
|
|
630
579
|
}
|
|
631
|
-
.
|
|
632
|
-
background-color: #
|
|
580
|
+
.button-module_button__NDMQS:hover {
|
|
581
|
+
background-color: #c5c5c5 !important;
|
|
582
|
+
}
|
|
583
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
584
|
+
transform: scale(1.2);
|
|
585
|
+
}
|
|
586
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
587
|
+
user-select: none;
|
|
588
|
+
pointer-events: none;
|
|
589
|
+
cursor: not-allowed;
|
|
633
590
|
}
|
|
634
591
|
|
|
635
|
-
.cui-theme-dark .
|
|
636
|
-
background-color: #1B1D1D;
|
|
592
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
637
593
|
color: #F4F4F4;
|
|
638
594
|
}
|
|
639
|
-
.cui-theme-
|
|
640
|
-
|
|
595
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
596
|
+
color: #090A0A;
|
|
641
597
|
}
|
|
642
|
-
|
|
643
|
-
|
|
598
|
+
:root {
|
|
599
|
+
--divider-line: #4a4b4b;
|
|
644
600
|
}
|
|
645
|
-
|
|
646
|
-
|
|
601
|
+
|
|
602
|
+
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
603
|
+
overflow: hidden !important;
|
|
647
604
|
}
|
|
648
|
-
|
|
649
|
-
|
|
605
|
+
|
|
606
|
+
.typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
|
|
607
|
+
white-space: nowrap !important;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
|
|
611
|
+
text-overflow: ellipsis !important;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.typography-module_headline__b0XlP {
|
|
615
|
+
font-size: 28px;
|
|
616
|
+
line-height: 32px;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.typography-module_headlineSecondary__IDnhT {
|
|
620
|
+
font-size: 24px;
|
|
621
|
+
line-height: 28px;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.typography-module_headlineTertiary__mlG-v {
|
|
625
|
+
font-size: 18px;
|
|
626
|
+
line-height: 24x;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
|
|
630
|
+
font-size: 14px;
|
|
631
|
+
line-height: 18px;
|
|
632
|
+
font-weight: 300;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
|
|
636
|
+
font-size: 12px;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
|
|
640
|
+
font-weight: 600;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.typography-module_link__DWurf {
|
|
644
|
+
overflow: hidden !important;
|
|
645
|
+
white-space: nowrap !important;
|
|
646
|
+
text-overflow: ellipsis !important;
|
|
647
|
+
text-decoration: none;
|
|
648
|
+
color: #65C5F6;
|
|
649
|
+
display: inline;
|
|
650
|
+
gap: 4px;
|
|
651
|
+
flex-grow: 0;
|
|
652
|
+
max-width: 400px;
|
|
653
|
+
position: relative;
|
|
654
|
+
vertical-align: center;
|
|
655
|
+
}
|
|
656
|
+
.typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
|
|
657
|
+
text-decoration: underline;
|
|
658
|
+
color: #65C5F6;
|
|
659
|
+
}
|
|
660
|
+
.typography-module_link__DWurf.typography-module_disabled__hjK8C {
|
|
661
|
+
pointer-events: none;
|
|
662
|
+
opacity: 0.6;
|
|
650
663
|
}
|
|
651
664
|
:root {
|
|
652
665
|
--divider-line: #4a4b4b;
|
|
@@ -667,6 +680,7 @@
|
|
|
667
680
|
.tag-module_tag__rGA-E {
|
|
668
681
|
display: inline-flex;
|
|
669
682
|
flex-direction: row;
|
|
683
|
+
flex-shrink: 1;
|
|
670
684
|
padding: 4px 8px;
|
|
671
685
|
gap: 4px;
|
|
672
686
|
min-height: 18px;
|
|
@@ -674,8 +688,6 @@
|
|
|
674
688
|
border-width: 1px;
|
|
675
689
|
border-style: solid;
|
|
676
690
|
align-items: center;
|
|
677
|
-
min-width: "auto";
|
|
678
|
-
width: "auto";
|
|
679
691
|
}
|
|
680
692
|
.tag-module_tag__rGA-E .icon-base {
|
|
681
693
|
color: #E2E369 !important;
|
|
@@ -813,19 +825,6 @@
|
|
|
813
825
|
border-color: #FD8F3E;
|
|
814
826
|
color: #632E03;
|
|
815
827
|
}
|
|
816
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
817
|
-
overflow: auto;
|
|
818
|
-
}
|
|
819
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
820
|
-
display: flex;
|
|
821
|
-
width: 100%;
|
|
822
|
-
min-width: 0;
|
|
823
|
-
}
|
|
824
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
825
|
-
display: flex;
|
|
826
|
-
width: 100%;
|
|
827
|
-
min-width: 0;
|
|
828
|
-
}
|
|
829
828
|
:root {
|
|
830
829
|
--divider-line: #4a4b4b;
|
|
831
830
|
}
|