@semcore/data-table 4.50.2 → 4.51.0-prerelease.1
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/CHANGELOG.md +6 -0
- package/lib/cjs/Body.js +3 -3
- package/lib/cjs/DataTable.js +36 -36
- package/lib/cjs/style/data-table.shadow.css +37 -37
- package/lib/es6/Body.js +3 -3
- package/lib/es6/DataTable.js +36 -36
- package/lib/es6/style/data-table.shadow.css +37 -37
- package/lib/esm/Body.mjs +4 -4
- package/lib/esm/DataTable.mjs +37 -37
- package/lib/esm/style/data-table.shadow.css +37 -37
- package/package.json +6 -6
|
@@ -39,13 +39,13 @@ SColumn {
|
|
|
39
39
|
flex-grow: 1;
|
|
40
40
|
font-size: var(--intergalactic-fs-100, 12px);
|
|
41
41
|
line-height: var(--intergalactic-lh-100, 133%);
|
|
42
|
-
color: var(--intergalactic-text-primary,
|
|
42
|
+
color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
|
|
43
43
|
box-sizing: border-box;
|
|
44
44
|
position: relative;
|
|
45
45
|
|
|
46
46
|
&:focus-visible {
|
|
47
47
|
outline: none;
|
|
48
|
-
box-shadow: inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px
|
|
48
|
+
box-shadow: inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px oklch(0.376 0.247 264.2 / 0.441));
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
transition: width calc(var(--intergalactic-duration-extra-fast, 100) * 1ms) ease-in-out, min-width calc(var(--intergalactic-duration-extra-fast, 100) * 1ms) ease-in-out, max-width calc(var(--intergalactic-duration-extra-fast, 100) * 1ms) ease-in-out;
|
|
@@ -65,14 +65,14 @@ SColumn[hidden] {
|
|
|
65
65
|
|
|
66
66
|
SColumn[use='primary'] {
|
|
67
67
|
padding: var(--intergalactic-spacing-3x, 12px);
|
|
68
|
-
border-bottom: 1px solid var(--intergalactic-border-secondary,
|
|
69
|
-
background-color: var(--intergalactic-table-th-primary-cell,
|
|
68
|
+
border-bottom: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07));
|
|
69
|
+
background-color: var(--intergalactic-table-th-primary-cell, oklch(0.98 0.001 180));
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
SColumn[use='secondary'] {
|
|
73
73
|
padding: var(--intergalactic-spacing-2x, 8px);
|
|
74
|
-
border-bottom: 1px solid var(--intergalactic-border-table-accent,
|
|
75
|
-
background-color: var(--intergalactic-table-th-secondary-cell,
|
|
74
|
+
border-bottom: 1px solid var(--intergalactic-border-table-accent, oklch(0.137 0.026 175.7 / 0.161));
|
|
75
|
+
background-color: var(--intergalactic-table-th-secondary-cell, oklch(1 0 0));
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
SColumn[group][use] {
|
|
@@ -95,7 +95,7 @@ SColumn[sortable] {
|
|
|
95
95
|
cursor: pointer;
|
|
96
96
|
|
|
97
97
|
&[use='primary']:hover, &[use='primary']:focus {
|
|
98
|
-
background-color: var(--intergalactic-table-th-primary-cell-hover,
|
|
98
|
+
background-color: var(--intergalactic-table-th-primary-cell-hover, oklch(0.94 0.002 180));
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
&[justifyContent='right']:hover SSortWrapper, &[justifyContent='right']:focus SSortWrapper {
|
|
@@ -126,7 +126,7 @@ SColumn[sortable] {
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
SColumn[use='primary'][active] {
|
|
129
|
-
background-color: var(--intergalactic-table-th-primary-cell-active,
|
|
129
|
+
background-color: var(--intergalactic-table-th-primary-cell-active, oklch(0.94 0.002 180));
|
|
130
130
|
width: 100%;
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -139,7 +139,7 @@ SColumn[resizable] {
|
|
|
139
139
|
border-right: 1px solid transparent;
|
|
140
140
|
|
|
141
141
|
&:hover:after {
|
|
142
|
-
border-right-color: var(--intergalactic-border-table-accent,
|
|
142
|
+
border-right-color: var(--intergalactic-border-table-accent, oklch(0.137 0.026 175.7 / 0.161));
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
&:after {
|
|
@@ -163,12 +163,12 @@ SColumn[fixed] {
|
|
|
163
163
|
|
|
164
164
|
SColumn[borderLeft],
|
|
165
165
|
SCell[borderLeft] {
|
|
166
|
-
border-left: 1px solid var(--intergalactic-border-secondary,
|
|
166
|
+
border-left: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07));
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
SColumn[borderRight],
|
|
170
170
|
SCell[borderRight] {
|
|
171
|
-
border-right: 1px solid var(--intergalactic-border-secondary,
|
|
171
|
+
border-right: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07));
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
SSortWrapper {
|
|
@@ -194,7 +194,7 @@ SSortWrapper:before {
|
|
|
194
194
|
|
|
195
195
|
SSortIcon {
|
|
196
196
|
display: none;
|
|
197
|
-
fill: var(--intergalactic-icon-secondary-neutral-hover-active,
|
|
197
|
+
fill: var(--intergalactic-icon-secondary-neutral-hover-active, oklch(0.1 0.023 159.1 / 0.433));
|
|
198
198
|
position: absolute;
|
|
199
199
|
top: calc(1em * 1.25 - 16px);
|
|
200
200
|
right: 0;
|
|
@@ -206,7 +206,7 @@ SSortIcon {
|
|
|
206
206
|
SColumn[use='primary'] SSortWrapper:before {
|
|
207
207
|
background: linear-gradient(
|
|
208
208
|
270deg,
|
|
209
|
-
var(--intergalactic-table-th-primary-cell-hover,
|
|
209
|
+
var(--intergalactic-table-th-primary-cell-hover, oklch(0.94 0.002 180)) 67.5%,
|
|
210
210
|
rgba(224, 225, 233, 0) 105%
|
|
211
211
|
);
|
|
212
212
|
}
|
|
@@ -214,7 +214,7 @@ SColumn[use='primary'] SSortWrapper:before {
|
|
|
214
214
|
SColumn[use='secondary'] SSortWrapper:before {
|
|
215
215
|
background: linear-gradient(
|
|
216
216
|
270deg,
|
|
217
|
-
var(--intergalactic-table-th-secondary-cell,
|
|
217
|
+
var(--intergalactic-table-th-secondary-cell, oklch(1 0 0)) 67.5%,
|
|
218
218
|
rgba(255, 255, 255, 0) 105%
|
|
219
219
|
);
|
|
220
220
|
}
|
|
@@ -252,7 +252,7 @@ SRow SCell:hover + SGroupCell SCell:not([theme]) {
|
|
|
252
252
|
|
|
253
253
|
/* MUTED THEME */
|
|
254
254
|
SRow[theme='muted'] SCell:not([theme]) {
|
|
255
|
-
background-color: var(--intergalactic-table-td-cell-unread,
|
|
255
|
+
background-color: var(--intergalactic-table-td-cell-unread, oklch(0.98 0.001 180));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
SRow[theme='muted'][active] > SCell:not([theme]) {
|
|
@@ -271,62 +271,62 @@ SRow[theme='muted'] SCell:hover + SGroupCell SCell:not([theme]) {
|
|
|
271
271
|
|
|
272
272
|
/* INFO THEME */
|
|
273
273
|
SRow[theme='info'] SCell:not([theme]) {
|
|
274
|
-
background-color: var(--intergalactic-table-td-cell-selected,
|
|
274
|
+
background-color: var(--intergalactic-table-td-cell-selected, oklch(0.98 0.008 278.4));
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
SRow[theme='info'][active] > SCell:not([theme]) {
|
|
278
|
-
background-color: var(--intergalactic-table-td-cell-selected-active,
|
|
278
|
+
background-color: var(--intergalactic-table-td-cell-selected-active, oklch(0.94 0.023 278.4));
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
SRow:hover > SCell[theme='info'],
|
|
282
282
|
SRow[theme='info']:hover > SCell:not([theme]),
|
|
283
283
|
SRow[theme='info'] SCell:hover + SGroupCell SCell:not([theme]) {
|
|
284
|
-
background-color: var(--intergalactic-table-td-cell-selected-hover,
|
|
284
|
+
background-color: var(--intergalactic-table-td-cell-selected-hover, oklch(0.96 0.015 278.4));
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
/* SUCCESS THEME */
|
|
288
288
|
SRow[theme='success'] SCell:not([theme]) {
|
|
289
|
-
background-color: var(--intergalactic-table-td-cell-new,
|
|
289
|
+
background-color: var(--intergalactic-table-td-cell-new, oklch(0.977 0.036 184));
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
SRow[theme='success'][active] > SCell:not([theme]) {
|
|
293
|
-
background-color: var(--intergalactic-table-td-cell-new-active,
|
|
293
|
+
background-color: var(--intergalactic-table-td-cell-new-active, oklch(0.94 0.074 178.1));
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
SRow:hover > SCell[theme='success'],
|
|
297
297
|
SRow[theme='success']:hover > SCell:not([theme]),
|
|
298
298
|
SRow[theme='success'] SCell:hover + SGroupCell SCell:not([theme]) {
|
|
299
|
-
background-color: var(--intergalactic-table-td-cell-new-hover,
|
|
299
|
+
background-color: var(--intergalactic-table-td-cell-new-hover, oklch(0.96 0.057 179.7));
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
/* WARNING THEME */
|
|
303
303
|
SRow[theme='warning'] SCell:not([theme]) {
|
|
304
|
-
background-color: var(--intergalactic-table-td-cell-warning,
|
|
304
|
+
background-color: var(--intergalactic-table-td-cell-warning, oklch(0.979 0.03 88.1));
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
SRow[theme='warning'][active] > SCell:not([theme]) {
|
|
308
|
-
background-color: var(--intergalactic-table-td-cell-warning-active,
|
|
308
|
+
background-color: var(--intergalactic-table-td-cell-warning-active, oklch(0.939 0.069 79.8));
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
SRow:hover > SCell[theme='warning'],
|
|
312
312
|
SRow[theme='warning']:hover > SCell:not([theme]),
|
|
313
313
|
SRow[theme='warning'] SCell:hover + SGroupCell SCell:not([theme]) {
|
|
314
|
-
background-color: var(--intergalactic-table-td-cell-warning-hover,
|
|
314
|
+
background-color: var(--intergalactic-table-td-cell-warning-hover, oklch(0.96 0.05 83.1));
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
/* DANGER THEME */
|
|
318
318
|
SRow[theme='danger'] SCell:not([theme]) {
|
|
319
|
-
background-color: var(--intergalactic-table-td-cell-critical,
|
|
319
|
+
background-color: var(--intergalactic-table-td-cell-critical, oklch(0.977 0.016 1.8));
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
SRow[theme='danger'][active] > SCell:not([theme]) {
|
|
323
|
-
background-color: var(--intergalactic-table-td-cell-critical-active,
|
|
323
|
+
background-color: var(--intergalactic-table-td-cell-critical-active, oklch(0.938 0.042 8.4));
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
SRow:hover > SCell[theme='danger'],
|
|
327
327
|
SRow[theme='danger']:hover > SCell:not([theme]),
|
|
328
328
|
SRow[theme='danger'] SCell:hover + SGroupCell SCell:not([theme]) {
|
|
329
|
-
background-color: var(--intergalactic-table-td-cell-critical-hover,
|
|
329
|
+
background-color: var(--intergalactic-table-td-cell-critical-hover, oklch(0.958 0.029 5.7));
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
SRow[positioned] {
|
|
@@ -343,9 +343,9 @@ SCell {
|
|
|
343
343
|
flex-basis: auto;
|
|
344
344
|
font-size: var(--intergalactic-fs-200, 14px);
|
|
345
345
|
line-height: var(--intergalactic-lh-200, 142%);
|
|
346
|
-
color: var(--intergalactic-text-primary,
|
|
346
|
+
color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
|
|
347
347
|
box-sizing: border-box;
|
|
348
|
-
border-bottom: 1px solid var(--intergalactic-border-secondary,
|
|
348
|
+
border-bottom: 1px solid var(--intergalactic-border-secondary, oklch(0.176 0.033 175.7 / 0.07));
|
|
349
349
|
overflow: hidden;
|
|
350
350
|
white-space: nowrap;
|
|
351
351
|
font-variant-numeric: tabular-nums;
|
|
@@ -356,13 +356,13 @@ SCell {
|
|
|
356
356
|
SCell[use='primary'] {
|
|
357
357
|
padding: var(--intergalactic-spacing-3x, 12px);
|
|
358
358
|
min-height: 45px;
|
|
359
|
-
background-color: var(--intergalactic-bg-primary-neutral,
|
|
359
|
+
background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0));
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
SCell[use='secondary'] {
|
|
363
363
|
padding: var(--intergalactic-spacing-2x, 8px);
|
|
364
364
|
min-height: 37px;
|
|
365
|
-
background-color: var(--intergalactic-bg-primary-neutral,
|
|
365
|
+
background-color: var(--intergalactic-bg-primary-neutral, oklch(1 0 0));
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
SCell[fixed] {
|
|
@@ -371,23 +371,23 @@ SCell[fixed] {
|
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
SCell[theme='muted'] {
|
|
374
|
-
background-color: var(--intergalactic-table-td-cell-unread,
|
|
374
|
+
background-color: var(--intergalactic-table-td-cell-unread, oklch(0.98 0.001 180));
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
SCell[theme='info'] {
|
|
378
|
-
background-color: var(--intergalactic-table-td-cell-selected,
|
|
378
|
+
background-color: var(--intergalactic-table-td-cell-selected, oklch(0.98 0.008 278.4));
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
SCell[theme='success'] {
|
|
382
|
-
background-color: var(--intergalactic-table-td-cell-new,
|
|
382
|
+
background-color: var(--intergalactic-table-td-cell-new, oklch(0.977 0.036 184));
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
SCell[theme='warning'] {
|
|
386
|
-
background-color: var(--intergalactic-table-td-cell-warning,
|
|
386
|
+
background-color: var(--intergalactic-table-td-cell-warning, oklch(0.979 0.03 88.1));
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
SCell[theme='danger'] {
|
|
390
|
-
background-color: var(--intergalactic-table-td-cell-critical,
|
|
390
|
+
background-color: var(--intergalactic-table-td-cell-critical, oklch(0.977 0.016 1.8));
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
SCell:focus-visible:not([fixed]) {
|
|
@@ -399,7 +399,7 @@ SCell:focus-visible::after {
|
|
|
399
399
|
display: block;
|
|
400
400
|
content: '';
|
|
401
401
|
inset: 3px;
|
|
402
|
-
box-shadow: var(--intergalactic-keyboard-focus, 0px 0px 0px 3px
|
|
402
|
+
box-shadow: var(--intergalactic-keyboard-focus, 0px 0px 0px 3px oklch(0.376 0.247 264.2 / 0.441));
|
|
403
403
|
pointer-events: none;
|
|
404
404
|
}
|
|
405
405
|
|
package/lib/esm/Body.mjs
CHANGED
|
@@ -28,13 +28,13 @@ var scrollStyles = (
|
|
|
28
28
|
/*__reshadow_css_start__*/
|
|
29
29
|
(sstyled.insert(
|
|
30
30
|
/*__inner_css_start__*/
|
|
31
|
-
".
|
|
31
|
+
".___SShadowHorizontal_xlwvi_gg_:after,.___SShadowHorizontal_xlwvi_gg_:before,.___SShadowVertical_xlwvi_gg_:after,.___SShadowVertical_xlwvi_gg_:before{z-index:1}",
|
|
32
32
|
/*__inner_css_end__*/
|
|
33
|
-
"
|
|
33
|
+
"xlwvi_gg_"
|
|
34
34
|
), /*__reshadow_css_end__*/
|
|
35
35
|
{
|
|
36
|
-
"__SShadowHorizontal": "
|
|
37
|
-
"__SShadowVertical": "
|
|
36
|
+
"__SShadowHorizontal": "___SShadowHorizontal_xlwvi_gg_",
|
|
37
|
+
"__SShadowVertical": "___SShadowVertical_xlwvi_gg_"
|
|
38
38
|
})
|
|
39
39
|
);
|
|
40
40
|
var testEnv = process.env.NODE_ENV === "test";
|
package/lib/esm/DataTable.mjs
CHANGED
|
@@ -28,46 +28,46 @@ var style = (
|
|
|
28
28
|
/*__reshadow_css_start__*/
|
|
29
29
|
(sstyled.insert(
|
|
30
30
|
/*__inner_css_start__*/
|
|
31
|
-
'.___SDataTable_1pye4_gg_,.___SHeadWrapper_1pye4_gg_{position:relative}.___SDataTable_1pye4_gg_.__compact_1pye4_gg_ .___SCell_1pye4_gg_,.___SDataTable_1pye4_gg_.__compact_1pye4_gg_ .___SColumn_1pye4_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_1pye4_gg_.__animationsDisabled_1pye4_gg_ .___SColumn_1pye4_gg_{transition:none}.___SHeadWrapper_1pye4_gg_.__sticky_1pye4_gg_{position:sticky;top:0;z-index:2}.___SHead_1pye4_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_1pye4_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SColumn_1pye4_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SColumn_1pye4_gg_.__hidden_1pye4_gg_{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.___SColumn_1pye4_gg_._use_primary_1pye4_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_1pye4_gg_._use_secondary_1pye4_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_1pye4_gg_.__group_1pye4_gg_.__use_1pye4_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_1pye4_gg_.__groupHead_1pye4_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_1pye4_gg_.__sortable_1pye4_gg_{cursor:pointer}.___SColumn_1pye4_gg_.__sortable_1pye4_gg_._use_primary_1pye4_gg_:focus{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}@media (hover:hover){.___SColumn_1pye4_gg_.__sortable_1pye4_gg_._use_primary_1pye4_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}}.___SColumn_1pye4_gg_.__sortable_1pye4_gg_._justifyContent_right_1pye4_gg_:focus .___SSortWrapper_1pye4_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}@media (hover:hover){.___SColumn_1pye4_gg_.__sortable_1pye4_gg_._justifyContent_right_1pye4_gg_:hover .___SSortWrapper_1pye4_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}}.___SColumn_1pye4_gg_.__sortable_1pye4_gg_._justifyContent_right_1pye4_gg_.__active_1pye4_gg_ .___SSortWrapper_1pye4_gg_{position:relative;flex-basis:inherit;right:0}.___SColumn_1pye4_gg_.__sortable_1pye4_gg_.__active_1pye4_gg_ .___SSortWrapper_1pye4_gg_,.___SColumn_1pye4_gg_.__sortable_1pye4_gg_:focus .___SSortWrapper_1pye4_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}@media (hover:hover){.___SColumn_1pye4_gg_.__sortable_1pye4_gg_:hover .___SSortWrapper_1pye4_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}}.___SColumn_1pye4_gg_.__sortable_1pye4_gg_.__active_1pye4_gg_ .___SSortWrapper_1pye4_gg_:before,.___SColumn_1pye4_gg_.__sortable_1pye4_gg_:focus .___SSortIcon_1pye4_gg_,.___SColumn_1pye4_gg_.__sortable_1pye4_gg_:focus .___SSortWrapper_1pye4_gg_:before{display:block;opacity:1}@media (hover:hover){.___SColumn_1pye4_gg_.__sortable_1pye4_gg_:hover .___SSortWrapper_1pye4_gg_:before{display:block;opacity:1}}@media (hover:hover){.___SColumn_1pye4_gg_.__sortable_1pye4_gg_:hover .___SSortIcon_1pye4_gg_{display:block;opacity:1}}.___SColumn_1pye4_gg_._use_primary_1pye4_gg_.__active_1pye4_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_1pye4_gg_.__active_1pye4_gg_ .___SSortIcon_1pye4_gg_{display:block;opacity:1}.___SColumn_1pye4_gg_.__resizable_1pye4_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_1pye4_gg_.__resizable_1pye4_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_1pye4_gg_.__resizable_1pye4_gg_:after{content:"";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_1pye4_gg_.__fixed_1pye4_gg_{position:sticky;z-index:2}.___SCell_1pye4_gg_.__borderLeft_1pye4_gg_,.___SColumn_1pye4_gg_.__borderLeft_1pye4_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1pye4_gg_.__borderRight_1pye4_gg_,.___SColumn_1pye4_gg_.__borderRight_1pye4_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortWrapper_1pye4_gg_{flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortIcon_1pye4_gg_,.___SSortWrapper_1pye4_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1pye4_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortIcon_1pye4_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(1em*1.25 - 16px);margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_1pye4_gg_._use_primary_1pye4_gg_ .___SSortWrapper_1pye4_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1pye4_gg_._use_secondary_1pye4_gg_ .___SSortWrapper_1pye4_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_1pye4_gg_{position:relative}.___SBody_1pye4_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_1pye4_gg_{display:flex;flex-direction:row;position:relative}.___SRow_1pye4_gg_.__active_1pye4_gg_>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_._theme_muted_1pye4_gg_.__active_1pye4_gg_>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}@media (hover:hover){.___SRow_1pye4_gg_ .___SCell_1pye4_gg_:hover+.___SGroupCell_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_:hover>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1pye4_gg_._theme_muted_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_1pye4_gg_._theme_muted_1pye4_gg_ .___SCell_1pye4_gg_:hover+.___SGroupCell_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_._theme_muted_1pye4_gg_:hover>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_:hover>.___SCell_1pye4_gg_._theme_muted_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1pye4_gg_._theme_info_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1pye4_gg_._theme_info_1pye4_gg_.__active_1pye4_gg_>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}@media (hover:hover){.___SRow_1pye4_gg_._theme_info_1pye4_gg_ .___SCell_1pye4_gg_:hover+.___SGroupCell_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_._theme_info_1pye4_gg_:hover>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_:hover>.___SCell_1pye4_gg_._theme_info_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_1pye4_gg_._theme_success_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1pye4_gg_._theme_success_1pye4_gg_.__active_1pye4_gg_>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}@media (hover:hover){.___SRow_1pye4_gg_._theme_success_1pye4_gg_ .___SCell_1pye4_gg_:hover+.___SGroupCell_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_._theme_success_1pye4_gg_:hover>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_:hover>.___SCell_1pye4_gg_._theme_success_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_1pye4_gg_._theme_warning_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1pye4_gg_._theme_warning_1pye4_gg_.__active_1pye4_gg_>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}@media (hover:hover){.___SRow_1pye4_gg_._theme_warning_1pye4_gg_ .___SCell_1pye4_gg_:hover+.___SGroupCell_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_._theme_warning_1pye4_gg_:hover>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_:hover>.___SCell_1pye4_gg_._theme_warning_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_1pye4_gg_._theme_danger_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1pye4_gg_._theme_danger_1pye4_gg_.__active_1pye4_gg_>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}@media (hover:hover){.___SRow_1pye4_gg_._theme_danger_1pye4_gg_ .___SCell_1pye4_gg_:hover+.___SGroupCell_1pye4_gg_ .___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_._theme_danger_1pye4_gg_:hover>.___SCell_1pye4_gg_:not(.__theme_1pye4_gg_),.___SRow_1pye4_gg_:hover>.___SCell_1pye4_gg_._theme_danger_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1pye4_gg_.__positioned_1pye4_gg_{position:absolute}.___SBody_1pye4_gg_.__animationsDisabled_1pye4_gg_ .___SCell_1pye4_gg_{transition:none}.___SCell_1pye4_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1pye4_gg_._use_primary_1pye4_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1pye4_gg_._use_secondary_1pye4_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1pye4_gg_.__fixed_1pye4_gg_{position:sticky;z-index:1}.___SCell_1pye4_gg_._theme_muted_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1pye4_gg_._theme_info_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1pye4_gg_._theme_success_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1pye4_gg_._theme_warning_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1pye4_gg_._theme_danger_1pye4_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SCell_1pye4_gg_:focus-visible:not(.__fixed_1pye4_gg_){position:relative}.___SCell_1pye4_gg_:focus-visible::after{position:absolute;display:block;content:"";top:3px;right:3px;bottom:3px;left:3px;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));pointer-events:none}.___SHeightHold_1pye4_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}',
|
|
31
|
+
'.___SDataTable_8min0_gg_,.___SHeadWrapper_8min0_gg_{position:relative}.___SDataTable_8min0_gg_.__compact_8min0_gg_ .___SCell_8min0_gg_,.___SDataTable_8min0_gg_.__compact_8min0_gg_ .___SColumn_8min0_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_8min0_gg_.__animationsDisabled_8min0_gg_ .___SColumn_8min0_gg_{transition:none}.___SHeadWrapper_8min0_gg_.__sticky_8min0_gg_{position:sticky;top:0;z-index:2}.___SHead_8min0_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_8min0_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));box-sizing:border-box;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SColumn_8min0_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 18, 193, 0.441))}.___SColumn_8min0_gg_.__hidden_8min0_gg_{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.___SColumn_8min0_gg_._use_primary_8min0_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07));background-color:var(--intergalactic-table-th-primary-cell, rgb(248, 249, 248))}@supports (color:color(display-p3 0 0 0)){.___SColumn_8min0_gg_._use_primary_8min0_gg_{border-bottom:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SColumn_8min0_gg_._use_primary_8min0_gg_{border-bottom:1px solid var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___SColumn_8min0_gg_._use_secondary_8min0_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, rgba(0, 12, 8, 0.161));background-color:var(--intergalactic-table-th-secondary-cell, rgb(255, 255, 255))}@supports (color:color(display-p3 0 0 0)){.___SColumn_8min0_gg_._use_secondary_8min0_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SColumn_8min0_gg_._use_secondary_8min0_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}.___SColumn_8min0_gg_.__group_8min0_gg_.__use_8min0_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_8min0_gg_.__groupHead_8min0_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_8min0_gg_.__sortable_8min0_gg_{cursor:pointer}.___SColumn_8min0_gg_.__sortable_8min0_gg_._use_primary_8min0_gg_:focus{background-color:var(--intergalactic-table-th-primary-cell-hover, rgb(234, 235, 235))}@media (hover:hover){.___SColumn_8min0_gg_.__sortable_8min0_gg_._use_primary_8min0_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, rgb(234, 235, 235))}}.___SColumn_8min0_gg_.__sortable_8min0_gg_._justifyContent_right_8min0_gg_:focus .___SSortWrapper_8min0_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}@media (hover:hover){.___SColumn_8min0_gg_.__sortable_8min0_gg_._justifyContent_right_8min0_gg_:hover .___SSortWrapper_8min0_gg_{position:absolute;flex-basis:0;right:var(--intergalactic-spacing-3x, 12px)}}.___SColumn_8min0_gg_.__sortable_8min0_gg_._justifyContent_right_8min0_gg_.__active_8min0_gg_ .___SSortWrapper_8min0_gg_{position:relative;flex-basis:inherit;right:0}.___SColumn_8min0_gg_.__sortable_8min0_gg_.__active_8min0_gg_ .___SSortWrapper_8min0_gg_,.___SColumn_8min0_gg_.__sortable_8min0_gg_:focus .___SSortWrapper_8min0_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}@media (hover:hover){.___SColumn_8min0_gg_.__sortable_8min0_gg_:hover .___SSortWrapper_8min0_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}}.___SColumn_8min0_gg_.__sortable_8min0_gg_.__active_8min0_gg_ .___SSortWrapper_8min0_gg_:before,.___SColumn_8min0_gg_.__sortable_8min0_gg_:focus .___SSortIcon_8min0_gg_,.___SColumn_8min0_gg_.__sortable_8min0_gg_:focus .___SSortWrapper_8min0_gg_:before{display:block;opacity:1}@media (hover:hover){.___SColumn_8min0_gg_.__sortable_8min0_gg_:hover .___SSortWrapper_8min0_gg_:before{display:block;opacity:1}}@media (hover:hover){.___SColumn_8min0_gg_.__sortable_8min0_gg_:hover .___SSortIcon_8min0_gg_{display:block;opacity:1}}.___SColumn_8min0_gg_._use_primary_8min0_gg_.__active_8min0_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, rgb(234, 235, 235));width:100%}.___SColumn_8min0_gg_.__active_8min0_gg_ .___SSortIcon_8min0_gg_{display:block;opacity:1}.___SColumn_8min0_gg_.__resizable_8min0_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_8min0_gg_.__resizable_8min0_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, rgba(0, 12, 8, 0.161))}@supports (color:color(display-p3 0 0 0)){.___SColumn_8min0_gg_.__resizable_8min0_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, rgba(0, 12, 8, 0.161))}@media (color-gamut:p3){.___SColumn_8min0_gg_.__resizable_8min0_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, color(display-p3 0.00798 0.04498 0.03219 / 0.161))}}}}.___SColumn_8min0_gg_.__resizable_8min0_gg_:after{content:"";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_8min0_gg_.__fixed_8min0_gg_{position:sticky;z-index:2}.___SCell_8min0_gg_.__borderLeft_8min0_gg_,.___SColumn_8min0_gg_.__borderLeft_8min0_gg_{border-left:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@supports (color:color(display-p3 0 0 0)){.___SCell_8min0_gg_.__borderLeft_8min0_gg_,.___SColumn_8min0_gg_.__borderLeft_8min0_gg_{border-left:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SCell_8min0_gg_.__borderLeft_8min0_gg_,.___SColumn_8min0_gg_.__borderLeft_8min0_gg_{border-left:1px solid var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___SCell_8min0_gg_.__borderRight_8min0_gg_,.___SColumn_8min0_gg_.__borderRight_8min0_gg_{border-right:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@supports (color:color(display-p3 0 0 0)){.___SCell_8min0_gg_.__borderRight_8min0_gg_,.___SColumn_8min0_gg_.__borderRight_8min0_gg_{border-right:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SCell_8min0_gg_.__borderRight_8min0_gg_,.___SColumn_8min0_gg_.__borderRight_8min0_gg_{border-right:1px solid var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___SSortWrapper_8min0_gg_{flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortIcon_8min0_gg_,.___SSortWrapper_8min0_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_8min0_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortIcon_8min0_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, rgba(0, 5, 2, 0.433));top:calc(1em*1.25 - 16px);margin-left:var(--intergalactic-spacing-1x, 4px)}@supports (color:color(display-p3 0 0 0)){.___SSortIcon_8min0_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, rgba(0, 5, 2, 0.433))}@media (color-gamut:p3){.___SSortIcon_8min0_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, color(display-p3 0.00333 0.01824 0.00791 / 0.433))}}}.___SColumn_8min0_gg_._use_primary_8min0_gg_ .___SSortWrapper_8min0_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, rgb(234, 235, 235)) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_8min0_gg_._use_secondary_8min0_gg_ .___SSortWrapper_8min0_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, rgb(255, 255, 255)) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_8min0_gg_{position:relative}.___SBody_8min0_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_8min0_gg_{display:flex;flex-direction:row;position:relative}.___SRow_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_muted_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}@media (hover:hover){.___SRow_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_8min0_gg_._theme_muted_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-unread, rgb(248, 249, 248))}@media (hover:hover){.___SRow_8min0_gg_._theme_muted_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_muted_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_muted_8min0_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_8min0_gg_._theme_info_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-selected, rgb(247, 248, 254))}.___SRow_8min0_gg_._theme_info_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, rgb(231, 234, 251))}@media (hover:hover){.___SRow_8min0_gg_._theme_info_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_info_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_info_8min0_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, rgb(239, 241, 252))}}.___SRow_8min0_gg_._theme_success_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-new, rgb(224, 255, 250))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_success_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-new, rgb(224, 255, 250))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_success_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-new, color(display-p3 0.89573 0.99976 0.9806))}}}.___SRow_8min0_gg_._theme_success_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-new-active, rgb(181, 252, 235))}@media (hover:hover){.___SRow_8min0_gg_._theme_success_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_success_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_success_8min0_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, rgb(201, 255, 243))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_success_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_success_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_success_8min0_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, rgb(201, 255, 243))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_success_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_success_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_success_8min0_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, color(display-p3 0.83144 0.99433 0.95372))}}}}.___SRow_8min0_gg_._theme_warning_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-warning, rgb(255, 248, 229))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_warning_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-warning, rgb(255, 248, 229))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_warning_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-warning, color(display-p3 0.99986 0.97187 0.89433))}}}.___SRow_8min0_gg_._theme_warning_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, rgb(255, 231, 190))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_warning_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, rgb(255, 231, 190))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_warning_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, color(display-p3 0.9993 0.90811 0.73979))}}}@media (hover:hover){.___SRow_8min0_gg_._theme_warning_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_warning_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_warning_8min0_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, rgb(255, 240, 209))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_warning_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_warning_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_warning_8min0_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, rgb(255, 240, 210))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_warning_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_warning_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_warning_8min0_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, color(display-p3 1 0.94213 0.81801))}}}}.___SRow_8min0_gg_._theme_danger_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-critical, rgb(255, 244, 247))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_danger_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-critical, rgb(255, 244, 247))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_danger_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-critical, color(display-p3 1 0.9559 0.96652))}}}.___SRow_8min0_gg_._theme_danger_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, rgb(255, 225, 230))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_danger_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, rgb(255, 225, 230))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_danger_8min0_gg_.__active_8min0_gg_>.___SCell_8min0_gg_:not(.__theme_8min0_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, color(display-p3 0.99973 0.88217 0.89821))}}}@media (hover:hover){.___SRow_8min0_gg_._theme_danger_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_danger_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_danger_8min0_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, rgb(255, 235, 239))}@supports (color:color(display-p3 0 0 0)){.___SRow_8min0_gg_._theme_danger_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_danger_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_danger_8min0_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, rgb(255, 235, 238))}@media (color-gamut:p3){.___SRow_8min0_gg_._theme_danger_8min0_gg_ .___SCell_8min0_gg_:hover+.___SGroupCell_8min0_gg_ .___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_._theme_danger_8min0_gg_:hover>.___SCell_8min0_gg_:not(.__theme_8min0_gg_),.___SRow_8min0_gg_:hover>.___SCell_8min0_gg_._theme_danger_8min0_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, color(display-p3 1 0.91978 0.9341))}}}}.___SRow_8min0_gg_.__positioned_8min0_gg_{position:absolute}.___SBody_8min0_gg_.__animationsDisabled_8min0_gg_ .___SCell_8min0_gg_{transition:none}.___SCell_8min0_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, rgba(1, 5, 0, 0.899));box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07));overflow:hidden;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}@supports (color:color(display-p3 0 0 0)){.___SCell_8min0_gg_{border-bottom:1px solid var(--intergalactic-border-secondary, rgba(0, 21, 16, 0.07))}@media (color-gamut:p3){.___SCell_8min0_gg_{border-bottom:1px solid var(--intergalactic-border-secondary, color(display-p3 0.01753 0.08157 0.06372 / 0.07))}}}.___SCell_8min0_gg_._use_primary_8min0_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, rgb(255, 255, 255))}.___SCell_8min0_gg_._use_secondary_8min0_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, rgb(255, 255, 255))}.___SCell_8min0_gg_.__fixed_8min0_gg_{position:sticky;z-index:1}.___SCell_8min0_gg_._theme_muted_8min0_gg_{background-color:var(--intergalactic-table-td-cell-unread, rgb(248, 249, 248))}.___SCell_8min0_gg_._theme_info_8min0_gg_{background-color:var(--intergalactic-table-td-cell-selected, rgb(247, 248, 254))}.___SCell_8min0_gg_._theme_success_8min0_gg_{background-color:var(--intergalactic-table-td-cell-new, rgb(224, 255, 250))}@supports (color:color(display-p3 0 0 0)){.___SCell_8min0_gg_._theme_success_8min0_gg_{background-color:var(--intergalactic-table-td-cell-new, rgb(224, 255, 250))}@media (color-gamut:p3){.___SCell_8min0_gg_._theme_success_8min0_gg_{background-color:var(--intergalactic-table-td-cell-new, color(display-p3 0.89573 0.99976 0.9806))}}}.___SCell_8min0_gg_._theme_warning_8min0_gg_{background-color:var(--intergalactic-table-td-cell-warning, rgb(255, 248, 229))}@supports (color:color(display-p3 0 0 0)){.___SCell_8min0_gg_._theme_warning_8min0_gg_{background-color:var(--intergalactic-table-td-cell-warning, rgb(255, 248, 229))}@media (color-gamut:p3){.___SCell_8min0_gg_._theme_warning_8min0_gg_{background-color:var(--intergalactic-table-td-cell-warning, color(display-p3 0.99986 0.97187 0.89433))}}}.___SCell_8min0_gg_._theme_danger_8min0_gg_{background-color:var(--intergalactic-table-td-cell-critical, rgb(255, 244, 247))}@supports (color:color(display-p3 0 0 0)){.___SCell_8min0_gg_._theme_danger_8min0_gg_{background-color:var(--intergalactic-table-td-cell-critical, rgb(255, 244, 247))}@media (color-gamut:p3){.___SCell_8min0_gg_._theme_danger_8min0_gg_{background-color:var(--intergalactic-table-td-cell-critical, color(display-p3 1 0.9559 0.96652))}}}.___SCell_8min0_gg_:focus-visible:not(.__fixed_8min0_gg_){position:relative}.___SCell_8min0_gg_:focus-visible::after{position:absolute;display:block;content:"";top:3px;right:3px;bottom:3px;left:3px;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 18, 193, 0.441));pointer-events:none}.___SHeightHold_8min0_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}',
|
|
32
32
|
/*__inner_css_end__*/
|
|
33
|
-
"
|
|
33
|
+
"8min0_gg_"
|
|
34
34
|
), /*__reshadow_css_end__*/
|
|
35
35
|
{
|
|
36
|
-
"__SDataTable": "
|
|
37
|
-
"__SHeadWrapper": "
|
|
38
|
-
"_sticky": "
|
|
39
|
-
"__SHead": "
|
|
40
|
-
"__SColumn": "
|
|
41
|
-
"_hidden": "
|
|
42
|
-
"_use_primary": "
|
|
43
|
-
"_use_secondary": "
|
|
44
|
-
"_group": "
|
|
45
|
-
"_use": "
|
|
46
|
-
"_groupHead": "
|
|
47
|
-
"_active": "
|
|
48
|
-
"__SSortIcon": "
|
|
49
|
-
"_fixed": "
|
|
50
|
-
"_borderLeft": "
|
|
51
|
-
"__SCell": "
|
|
52
|
-
"_borderRight": "
|
|
53
|
-
"__SSortWrapper": "
|
|
54
|
-
"__SBodyWrapper": "
|
|
55
|
-
"__SBody": "
|
|
56
|
-
"__SRow": "
|
|
57
|
-
"_theme": "
|
|
58
|
-
"__SGroupCell": "
|
|
59
|
-
"_theme_muted": "
|
|
60
|
-
"_theme_info": "
|
|
61
|
-
"_theme_success": "
|
|
62
|
-
"_theme_warning": "
|
|
63
|
-
"_theme_danger": "
|
|
64
|
-
"_positioned": "
|
|
65
|
-
"_animationsDisabled": "
|
|
66
|
-
"__SHeightHold": "
|
|
67
|
-
"_compact": "
|
|
68
|
-
"_sortable": "
|
|
69
|
-
"_justifyContent_right": "
|
|
70
|
-
"_resizable": "
|
|
36
|
+
"__SDataTable": "___SDataTable_8min0_gg_",
|
|
37
|
+
"__SHeadWrapper": "___SHeadWrapper_8min0_gg_",
|
|
38
|
+
"_sticky": "__sticky_8min0_gg_",
|
|
39
|
+
"__SHead": "___SHead_8min0_gg_",
|
|
40
|
+
"__SColumn": "___SColumn_8min0_gg_",
|
|
41
|
+
"_hidden": "__hidden_8min0_gg_",
|
|
42
|
+
"_use_primary": "_use_primary_8min0_gg_",
|
|
43
|
+
"_use_secondary": "_use_secondary_8min0_gg_",
|
|
44
|
+
"_group": "__group_8min0_gg_",
|
|
45
|
+
"_use": "__use_8min0_gg_",
|
|
46
|
+
"_groupHead": "__groupHead_8min0_gg_",
|
|
47
|
+
"_active": "__active_8min0_gg_",
|
|
48
|
+
"__SSortIcon": "___SSortIcon_8min0_gg_",
|
|
49
|
+
"_fixed": "__fixed_8min0_gg_",
|
|
50
|
+
"_borderLeft": "__borderLeft_8min0_gg_",
|
|
51
|
+
"__SCell": "___SCell_8min0_gg_",
|
|
52
|
+
"_borderRight": "__borderRight_8min0_gg_",
|
|
53
|
+
"__SSortWrapper": "___SSortWrapper_8min0_gg_",
|
|
54
|
+
"__SBodyWrapper": "___SBodyWrapper_8min0_gg_",
|
|
55
|
+
"__SBody": "___SBody_8min0_gg_",
|
|
56
|
+
"__SRow": "___SRow_8min0_gg_",
|
|
57
|
+
"_theme": "__theme_8min0_gg_",
|
|
58
|
+
"__SGroupCell": "___SGroupCell_8min0_gg_",
|
|
59
|
+
"_theme_muted": "_theme_muted_8min0_gg_",
|
|
60
|
+
"_theme_info": "_theme_info_8min0_gg_",
|
|
61
|
+
"_theme_success": "_theme_success_8min0_gg_",
|
|
62
|
+
"_theme_warning": "_theme_warning_8min0_gg_",
|
|
63
|
+
"_theme_danger": "_theme_danger_8min0_gg_",
|
|
64
|
+
"_positioned": "__positioned_8min0_gg_",
|
|
65
|
+
"_animationsDisabled": "__animationsDisabled_8min0_gg_",
|
|
66
|
+
"__SHeightHold": "___SHeightHold_8min0_gg_",
|
|
67
|
+
"_compact": "__compact_8min0_gg_",
|
|
68
|
+
"_sortable": "__sortable_8min0_gg_",
|
|
69
|
+
"_justifyContent_right": "_justifyContent_right_8min0_gg_",
|
|
70
|
+
"_resizable": "__resizable_8min0_gg_"
|
|
71
71
|
})
|
|
72
72
|
);
|
|
73
73
|
var reversedSortDirection = {
|