@semcore/data-table 16.3.1 → 16.3.2-prerelease.3

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/lib/cjs/components/Body/Body.js +47 -44
  3. package/lib/cjs/components/Body/Body.js.map +1 -1
  4. package/lib/cjs/components/Body/Body.types.js.map +1 -1
  5. package/lib/cjs/components/Body/Cell.js +55 -52
  6. package/lib/cjs/components/Body/Cell.js.map +1 -1
  7. package/lib/cjs/components/Body/Cell.types.js.map +1 -1
  8. package/lib/cjs/components/Body/MergedCells.js.map +1 -1
  9. package/lib/cjs/components/Body/Row.js +181 -99
  10. package/lib/cjs/components/Body/Row.js.map +1 -1
  11. package/lib/cjs/components/Body/Row.types.js.map +1 -1
  12. package/lib/cjs/components/Body/style.shadow.css +32 -4
  13. package/lib/cjs/components/DataTable/DataTable.js +46 -44
  14. package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
  15. package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
  16. package/lib/cjs/components/Head/Column.js +36 -36
  17. package/lib/cjs/components/Head/Group.js +36 -36
  18. package/lib/cjs/components/Head/Head.js +36 -36
  19. package/lib/es6/components/Body/Body.js +47 -44
  20. package/lib/es6/components/Body/Body.js.map +1 -1
  21. package/lib/es6/components/Body/Body.types.js.map +1 -1
  22. package/lib/es6/components/Body/Cell.js +56 -53
  23. package/lib/es6/components/Body/Cell.js.map +1 -1
  24. package/lib/es6/components/Body/Cell.types.js.map +1 -1
  25. package/lib/es6/components/Body/MergedCells.js.map +1 -1
  26. package/lib/es6/components/Body/Row.js +181 -99
  27. package/lib/es6/components/Body/Row.js.map +1 -1
  28. package/lib/es6/components/Body/Row.types.js.map +1 -1
  29. package/lib/es6/components/Body/style.shadow.css +32 -4
  30. package/lib/es6/components/DataTable/DataTable.js +46 -44
  31. package/lib/es6/components/DataTable/DataTable.js.map +1 -1
  32. package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
  33. package/lib/es6/components/Head/Column.js +36 -36
  34. package/lib/es6/components/Head/Group.js +36 -36
  35. package/lib/es6/components/Head/Head.js +36 -36
  36. package/lib/esm/components/Body/Body.mjs +48 -45
  37. package/lib/esm/components/Body/Cell.mjs +84 -80
  38. package/lib/esm/components/Body/Row.mjs +139 -66
  39. package/lib/esm/components/Body/style.shadow.css +32 -4
  40. package/lib/esm/components/DataTable/DataTable.mjs +48 -46
  41. package/lib/esm/components/Head/Column.mjs +37 -37
  42. package/lib/esm/components/Head/Group.mjs +37 -37
  43. package/lib/esm/components/Head/Head.mjs +37 -37
  44. package/lib/types/components/Body/Body.types.d.ts +4 -0
  45. package/lib/types/components/Body/Cell.types.d.ts +1 -0
  46. package/lib/types/components/Body/MergedCells.d.ts +5 -5
  47. package/lib/types/components/Body/Row.d.ts +4 -0
  48. package/lib/types/components/Body/Row.types.d.ts +2 -1
  49. package/lib/types/components/DataTable/DataTable.types.d.ts +2 -1
  50. package/package.json +6 -6
@@ -31,19 +31,19 @@ var style = (
31
31
  /*__reshadow_css_start__*/
32
32
  (sstyled.insert(
33
33
  /*__inner_css_start__*/
34
- ".___SDataTable_1uu41_gg_{display:grid;align-items:start;min-width:-moz-fit-content;min-width:fit-content}.___SDataTable_1uu41_gg_.__isDataEmpty_1uu41_gg_{display:block;align-items:initial;min-width:initial}.___SDataTable_1uu41_gg_.__gridTemplateColumns_1uu41_gg_{grid-template-columns:var(--gridTemplateColumns_1uu41)}.___SDataTable_1uu41_gg_.__gridTemplateAreas_1uu41_gg_{grid-template-areas:var(--gridTemplateAreas_1uu41)}.___SDataTable_1uu41_gg_.__gridTemplateRows_1uu41_gg_{grid-template-rows:var(--gridTemplateRows_1uu41)}",
34
+ ".___SDataTable_1nqim_gg_{display:grid;align-items:start;min-width:-moz-fit-content;min-width:fit-content}.___SDataTable_1nqim_gg_.__isDataEmpty_1nqim_gg_{display:block;align-items:initial;min-width:initial}.___SDataTable_1nqim_gg_.__gridTemplateColumns_1nqim_gg_{grid-template-columns:var(--gridTemplateColumns_1nqim)}.___SDataTable_1nqim_gg_.__gridTemplateAreas_1nqim_gg_{grid-template-areas:var(--gridTemplateAreas_1nqim)}.___SDataTable_1nqim_gg_.__gridTemplateRows_1nqim_gg_{grid-template-rows:var(--gridTemplateRows_1nqim)}",
35
35
  /*__inner_css_end__*/
36
- "1uu41_gg_"
36
+ "1nqim_gg_"
37
37
  ), /*__reshadow_css_end__*/
38
38
  {
39
- "__SDataTable": "___SDataTable_1uu41_gg_",
40
- "_isDataEmpty": "__isDataEmpty_1uu41_gg_",
41
- "_gridTemplateColumns": "__gridTemplateColumns_1uu41_gg_",
42
- "--gridTemplateColumns": "--gridTemplateColumns_1uu41",
43
- "_gridTemplateAreas": "__gridTemplateAreas_1uu41_gg_",
44
- "--gridTemplateAreas": "--gridTemplateAreas_1uu41",
45
- "_gridTemplateRows": "__gridTemplateRows_1uu41_gg_",
46
- "--gridTemplateRows": "--gridTemplateRows_1uu41"
39
+ "__SDataTable": "___SDataTable_1nqim_gg_",
40
+ "_isDataEmpty": "__isDataEmpty_1nqim_gg_",
41
+ "_gridTemplateColumns": "__gridTemplateColumns_1nqim_gg_",
42
+ "--gridTemplateColumns": "--gridTemplateColumns_1nqim",
43
+ "_gridTemplateAreas": "__gridTemplateAreas_1nqim_gg_",
44
+ "--gridTemplateAreas": "--gridTemplateAreas_1nqim",
45
+ "_gridTemplateRows": "__gridTemplateRows_1nqim_gg_",
46
+ "--gridTemplateRows": "--gridTemplateRows_1nqim"
47
47
  })
48
48
  );
49
49
  /*!__reshadow-styles__:"../../style/scroll-shadows.shadow.css"*/
@@ -51,27 +51,27 @@ var scrollStyles = (
51
51
  /*__reshadow_css_start__*/
52
52
  (sstyled.insert(
53
53
  /*__inner_css_start__*/
54
- ".___SScrollArea_1v4r4_gg_{width:-moz-fit-content;width:fit-content}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_{overflow:visible;overflow:initial}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_._scrollDirection_both_1v4r4_gg_{overflow:auto}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_._scrollDirection_both_1v4r4_gg_.__loading_1v4r4_gg_,.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_._scrollDirection_horizontal_1v4r4_gg_.__loading_1v4r4_gg_,.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_._scrollDirection_vertical_1v4r4_gg_.__loading_1v4r4_gg_{overflow:hidden}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_._scrollDirection_horizontal_1v4r4_gg_{overflow-x:auto;overflow-y:initial}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_._scrollDirection_vertical_1v4r4_gg_{overflow-x:initial;overflow-y:auto}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_.__headerHeight_1v4r4_gg_{scroll-padding-top:var(--headerHeight_1v4r4)}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_.__leftScrollPadding_1v4r4_gg_{scroll-padding-left:var(--leftScrollPadding_1v4r4)}.___SScrollArea_1v4r4_gg_ .___SContainer_1v4r4_gg_.__rightScrollPadding_1v4r4_gg_{scroll-padding-right:var(--rightScrollPadding_1v4r4)}.___SScrollArea_1v4r4_gg_ .___SShadowHorizontal_1v4r4_gg_::before,.___SScrollArea_1v4r4_gg_ .___SShadowHorizontal_1v4r4_gg_:after,.___SScrollArea_1v4r4_gg_ .___SShadowVertical_1v4r4_gg_::after{z-index:20}.___SScrollArea_1v4r4_gg_ .___SShadowHorizontal_1v4r4_gg_.__leftOffset_1v4r4_gg_::before,.___SScrollArea_1v4r4_gg_ .___SShadowHorizontal_1v4r4_gg_.__rightOffset_1v4r4_gg_::after,.___SScrollArea_1v4r4_gg_ .___SShadowVertical_1v4r4_gg_::before{display:none}",
54
+ ".___SScrollArea_1t8qe_gg_{width:-moz-fit-content;width:fit-content}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_{overflow:visible;overflow:initial}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_both_1t8qe_gg_{overflow:auto}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_both_1t8qe_gg_.__loading_1t8qe_gg_,.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_horizontal_1t8qe_gg_.__loading_1t8qe_gg_,.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_vertical_1t8qe_gg_.__loading_1t8qe_gg_{overflow:hidden}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_horizontal_1t8qe_gg_{overflow-x:auto;overflow-y:initial}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_vertical_1t8qe_gg_{overflow-x:initial;overflow-y:auto}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_.__headerHeight_1t8qe_gg_{scroll-padding-top:var(--headerHeight_1t8qe)}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_.__leftScrollPadding_1t8qe_gg_{scroll-padding-left:var(--leftScrollPadding_1t8qe)}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_.__rightScrollPadding_1t8qe_gg_{scroll-padding-right:var(--rightScrollPadding_1t8qe)}.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_::before,.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_:after,.___SScrollArea_1t8qe_gg_ .___SShadowVertical_1t8qe_gg_::after{z-index:20}.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_.__leftOffset_1t8qe_gg_::before,.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_.__rightOffset_1t8qe_gg_::after,.___SScrollArea_1t8qe_gg_ .___SShadowVertical_1t8qe_gg_::before{display:none}",
55
55
  /*__inner_css_end__*/
56
- "1v4r4_gg_"
56
+ "1t8qe_gg_"
57
57
  ), /*__reshadow_css_end__*/
58
58
  {
59
- "__SScrollArea": "___SScrollArea_1v4r4_gg_",
60
- "__SContainer": "___SContainer_1v4r4_gg_",
61
- "_scrollDirection_both": "_scrollDirection_both_1v4r4_gg_",
62
- "_loading": "__loading_1v4r4_gg_",
63
- "_scrollDirection_horizontal": "_scrollDirection_horizontal_1v4r4_gg_",
64
- "_scrollDirection_vertical": "_scrollDirection_vertical_1v4r4_gg_",
65
- "_headerHeight": "__headerHeight_1v4r4_gg_",
66
- "--headerHeight": "--headerHeight_1v4r4",
67
- "_leftScrollPadding": "__leftScrollPadding_1v4r4_gg_",
68
- "--leftScrollPadding": "--leftScrollPadding_1v4r4",
69
- "_rightScrollPadding": "__rightScrollPadding_1v4r4_gg_",
70
- "--rightScrollPadding": "--rightScrollPadding_1v4r4",
71
- "__SShadowVertical": "___SShadowVertical_1v4r4_gg_",
72
- "__SShadowHorizontal": "___SShadowHorizontal_1v4r4_gg_",
73
- "_leftOffset": "__leftOffset_1v4r4_gg_",
74
- "_rightOffset": "__rightOffset_1v4r4_gg_"
59
+ "__SScrollArea": "___SScrollArea_1t8qe_gg_",
60
+ "__SContainer": "___SContainer_1t8qe_gg_",
61
+ "_scrollDirection_both": "_scrollDirection_both_1t8qe_gg_",
62
+ "_loading": "__loading_1t8qe_gg_",
63
+ "_scrollDirection_horizontal": "_scrollDirection_horizontal_1t8qe_gg_",
64
+ "_scrollDirection_vertical": "_scrollDirection_vertical_1t8qe_gg_",
65
+ "_headerHeight": "__headerHeight_1t8qe_gg_",
66
+ "--headerHeight": "--headerHeight_1t8qe",
67
+ "_leftScrollPadding": "__leftScrollPadding_1t8qe_gg_",
68
+ "--leftScrollPadding": "--leftScrollPadding_1t8qe",
69
+ "_rightScrollPadding": "__rightScrollPadding_1t8qe_gg_",
70
+ "--rightScrollPadding": "--rightScrollPadding_1t8qe",
71
+ "__SShadowVertical": "___SShadowVertical_1t8qe_gg_",
72
+ "__SShadowHorizontal": "___SShadowHorizontal_1t8qe_gg_",
73
+ "_leftOffset": "__leftOffset_1t8qe_gg_",
74
+ "_rightOffset": "__rightOffset_1t8qe_gg_"
75
75
  })
76
76
  );
77
77
  var ACCORDION = Symbol("accordion");
@@ -194,11 +194,9 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
194
194
  var _this$asProps2 = _this.asProps, expandedRows = _this$asProps2.expandedRows, onAccordionToggle = _this$asProps2.onAccordionToggle, accordionMode = _this$asProps2.accordionMode;
195
195
  if (expandedRows.has(expandedRow[UNIQ_ROW_KEY])) {
196
196
  expandedRows["delete"](expandedRow[UNIQ_ROW_KEY]);
197
- _this.handlers.expandedRows(expandedRows);
198
197
  onAccordionToggle === null || onAccordionToggle === void 0 || onAccordionToggle("close", expandedRow[UNIQ_ROW_KEY], expandedRow[ROW_INDEX]);
199
198
  } else {
200
199
  expandedRows.add(expandedRow[UNIQ_ROW_KEY]);
201
- _this.handlers.expandedRows(expandedRows);
202
200
  onAccordionToggle === null || onAccordionToggle === void 0 || onAccordionToggle("open", expandedRow[UNIQ_ROW_KEY], expandedRow[ROW_INDEX]);
203
201
  if (accordionMode === "toggle") {
204
202
  var rowIndex = expandedRow[ROW_INDEX];
@@ -486,13 +484,6 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
486
484
  }
487
485
  _inherits(DataTableRoot2, _Component);
488
486
  return _createClass(DataTableRoot2, [{
489
- key: "uncontrolledProps",
490
- value: function uncontrolledProps() {
491
- return {
492
- expandedRows: /* @__PURE__ */ new Set()
493
- };
494
- }
495
- }, {
496
487
  key: "componentDidMount",
497
488
  value: function componentDidMount() {
498
489
  var _this2 = this;
@@ -533,9 +524,11 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
533
524
  }, {
534
525
  key: "componentWillUnmount",
535
526
  value: function componentWillUnmount() {
527
+ var _this$asProps$expande;
536
528
  if (canUseDOM()) {
537
529
  document.removeEventListener("scroll", this.handleDocumentScroll);
538
530
  }
531
+ (_this$asProps$expande = this.asProps.expandedRows) === null || _this$asProps$expande === void 0 || _this$asProps$expande.clear();
539
532
  }
540
533
  }, {
541
534
  key: "totalRows",
@@ -926,7 +919,7 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
926
919
  var rowIndex = 0;
927
920
  var gridRowIndex = 0;
928
921
  var id = 1e8;
929
- var makeDtRow = function makeDtRow2(row, excludeColumns) {
922
+ var _makeDtRow = function makeDtRow(row, excludeColumns) {
930
923
  var columns2 = new Set(columnNames);
931
924
  var accordionInCell = null;
932
925
  var dtRow = Object.entries(row).reduce(function(acc, _ref4) {
@@ -951,10 +944,16 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
951
944
  }, _defineProperty(_defineProperty(_defineProperty({}, UNIQ_ROW_KEY, row[UNIQ_ROW_KEY] || (uniqueRowKey ? row[uniqueRowKey] : "".concat(uid, "_").concat((rowIndex + id).toString(36)))), ROW_INDEX, rowIndex), GRID_ROW_INDEX, gridRowIndex));
952
945
  gridRowIndex++;
953
946
  if (row[ACCORDION]) {
954
- dtRow[ACCORDION] = row[ACCORDION];
955
- gridRowIndex = Array.isArray(row[ACCORDION]) ? gridRowIndex + row[ACCORDION].length : gridRowIndex + 1;
947
+ if (Array.isArray(row[ACCORDION])) {
948
+ dtRow[ACCORDION] = row[ACCORDION].map(function(item) {
949
+ return _makeDtRow(item);
950
+ });
951
+ } else if (/* @__PURE__ */ React.isValidElement(row[ACCORDION])) {
952
+ dtRow[ACCORDION] = row[ACCORDION];
953
+ gridRowIndex++;
954
+ }
956
955
  } else if (accordionInCell) {
957
- gridRowIndex = Array.isArray(accordionInCell) ? gridRowIndex + accordionInCell.length : gridRowIndex + 1;
956
+ gridRowIndex++;
958
957
  }
959
958
  excludeColumns === null || excludeColumns === void 0 || excludeColumns.forEach(function(value) {
960
959
  columns2["delete"](value);
@@ -973,7 +972,10 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
973
972
  var groupedKeys = [];
974
973
  var groupedRowData = Object.entries(row).reduce(function(acc, _ref6) {
975
974
  var _ref7 = _slicedToArray(_ref6, 2), key = _ref7[0], value = _ref7[1];
976
- acc[key] = new MergedRowsCell(value, groupedRows.length, row[ACCORDION]);
975
+ var accordion = Array.isArray(row[ACCORDION]) ? row[ACCORDION].map(function(item) {
976
+ return _makeDtRow(item);
977
+ }) : row[ACCORDION];
978
+ acc[key] = new MergedRowsCell(value, groupedRows.length, accordion);
977
979
  groupedKeys.push(key);
978
980
  return acc;
979
981
  }, _defineProperty(_defineProperty({}, UNIQ_ROW_KEY, ""), ROW_INDEX, -1));
@@ -981,11 +983,11 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
981
983
  var dtRow2;
982
984
  if (index === 0) {
983
985
  var rowData = _objectSpread(_objectSpread({}, childRow), groupedRowData);
984
- dtRow2 = makeDtRow(rowData);
986
+ dtRow2 = _makeDtRow(rowData);
985
987
  dtRow2[ROW_GROUP] = /* @__PURE__ */ new Set();
986
988
  } else {
987
989
  var _innerRows$;
988
- dtRow2 = makeDtRow(childRow, groupedKeys);
990
+ dtRow2 = _makeDtRow(childRow, groupedKeys);
989
991
  (_innerRows$ = innerRows[0]) === null || _innerRows$ === void 0 || (_innerRows$ = _innerRows$[ROW_GROUP]) === null || _innerRows$ === void 0 || _innerRows$.add(dtRow2[UNIQ_ROW_KEY]);
990
992
  }
991
993
  innerRows.push(dtRow2);
@@ -996,7 +998,7 @@ var DataTableRoot = /* @__PURE__ */ function(_Component) {
996
998
  });
997
999
  rows.push(innerRows);
998
1000
  } else {
999
- var dtRow = makeDtRow(row);
1001
+ var dtRow = _makeDtRow(row);
1000
1002
  rows.push(dtRow);
1001
1003
  rowIndex++;
1002
1004
  }
@@ -1041,7 +1043,7 @@ _defineProperty(DataTableRoot, "enhance", [uniqueIDEnhancement(), i18nEnhance(lo
1041
1043
  _defineProperty(DataTableRoot, "defaultProps", {
1042
1044
  use: "primary",
1043
1045
  defaultGridTemplateColumnWidth: "auto",
1044
- defaultExpandedRows: /* @__PURE__ */ new Set(),
1046
+ expandedRows: /* @__PURE__ */ new Set(),
1045
1047
  defaultSelectedRows: void 0,
1046
1048
  h: "fit-content",
1047
1049
  renderEmptyData: function renderEmptyData() {
@@ -25,46 +25,46 @@ var style = (
25
25
  /*__reshadow_css_start__*/
26
26
  (sstyled.insert(
27
27
  /*__inner_css_start__*/
28
- '.___SGroupContainer_1vfex_gg_,.___SHead_1vfex_gg_{display:contents}.___SHead_1vfex_gg_.__isDataEmpty_1vfex_gg_.__gridTemplateColumns_1vfex_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_1vfex);overflow:auto;scrollbar-width:thin}.___SHead_1vfex_gg_.__animationDuration_1vfex_gg_>.___SColumn_1vfex_gg_{transition:top var(--animationDuration_1vfex) ease-out}.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SColumn_1vfex_gg_,.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SGroup_1vfex_gg_{position:sticky;top:0;z-index:18}.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SGroupContainer_1vfex_gg_>.___SColumn_1vfex_gg_{position:sticky;z-index:18}.___SHead_1vfex_gg_.__compact_1vfex_gg_ .___SColumn_1vfex_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_1vfex_gg_,.___SGroup_1vfex_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;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;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_1vfex_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_1vfex_gg_._use_primary_1vfex_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_1vfex_gg_._use_primary_1vfex_gg_:has(~.___SColumn_1vfex_gg_.__visibleSort_1vfex_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_1vfex_gg_._use_secondary_1vfex_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_1vfex_gg_._borders_both_1vfex_gg_,.___SColumn_1vfex_gg_._borders_left_1vfex_gg_,.___SGroup_1vfex_gg_._borders_both_1vfex_gg_,.___SGroup_1vfex_gg_._borders_left_1vfex_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1vfex_gg_._borders_both_1vfex_gg_,.___SColumn_1vfex_gg_._borders_right_1vfex_gg_,.___SGroup_1vfex_gg_._borders_both_1vfex_gg_,.___SGroup_1vfex_gg_._borders_right_1vfex_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1vfex_gg_._use_primary_1vfex_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_1vfex_gg_._use_primary_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortButton_1vfex_gg_,.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before,.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before{display:flex;opacity:1}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_._justifyContent_right_1vfex_gg_ .___SSortWrapper_1vfex_gg_{position:absolute}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_._justifyContent_right_1vfex_gg_.__changeSortSize_1vfex_gg_.__isSorted_1vfex_gg_ .___SSortWrapper_1vfex_gg_,.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_._justifyContent_right_1vfex_gg_.__changeSortSize_1vfex_gg_.__isSorted_1vfex_gg_ .___SSortWrapper_1vfex_gg_{position:relative}.___SColumn_1vfex_gg_._use_secondary_1vfex_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_1vfex_gg_._use_secondary_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortButton_1vfex_gg_{display:flex;opacity:1}.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_._justifyContent_right_1vfex_gg_ .___SSortWrapper_1vfex_gg_{position:absolute}.___SColumn_1vfex_gg_.__gridArea_1vfex_gg_,.___SGroupTitle_1vfex_gg_.__gridArea_1vfex_gg_,.___SGroup_1vfex_gg_.__gridArea_1vfex_gg_{grid-area:var(--gridArea_1vfex)}.___SHead_1vfex_gg_ .___SColumn_1vfex_gg_.__fixed_1vfex_gg_,.___SHead_1vfex_gg_ .___SGroup_1vfex_gg_.__fixed_1vfex_gg_,.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SColumn_1vfex_gg_.__fixed_1vfex_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_1vfex_gg_.__sortable_1vfex_gg_:hover{cursor:pointer}}.___SSortWrapper_1vfex_gg_{align-items:center;display:flex;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}.___SSortButton_1vfex_gg_,.___SSortWrapper_1vfex_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1vfex_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortButton_1vfex_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_1vfex_gg_._sideIndents_wide_1vfex_gg_ .___SColumn_1vfex_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_1vfex_gg_._sideIndents_wide_1vfex_gg_ .___SColumn_1vfex_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_1vfex_gg_{cursor:pointer}.___SColumn_1vfex_gg_.__fixed_1vfex_gg_.__shadowVertical_1vfex_gg_:after,.___SGroup_1vfex_gg_.__fixed_1vfex_gg_.__shadowVertical_1vfex_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_primary_1vfex_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_secondary_1vfex_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_:after,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_primary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_secondary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_:after,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}',
28
+ '.___SGroupContainer_3r3g8_gg_,.___SHead_3r3g8_gg_{display:contents}.___SHead_3r3g8_gg_.__isDataEmpty_3r3g8_gg_.__gridTemplateColumns_3r3g8_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_3r3g8);overflow:auto;scrollbar-width:thin}.___SHead_3r3g8_gg_.__animationDuration_3r3g8_gg_>.___SColumn_3r3g8_gg_{transition:top var(--animationDuration_3r3g8) ease-out}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroup_3r3g8_gg_{position:sticky;top:0;z-index:18}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroupContainer_3r3g8_gg_>.___SColumn_3r3g8_gg_{position:sticky;z-index:18}.___SHead_3r3g8_gg_.__compact_3r3g8_gg_ .___SColumn_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_,.___SGroup_3r3g8_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;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;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_3r3g8_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_:has(~.___SColumn_3r3g8_gg_.__visibleSort_3r3g8_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_left_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_left_3r3g8_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_right_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_right_3r3g8_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_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_3r3g8_gg_._use_primary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:relative}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_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_3r3g8_gg_._use_secondary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroupTitle_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroup_3r3g8_gg_.__gridArea_3r3g8_gg_{grid-area:var(--gridArea_3r3g8)}.___SHead_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_ .___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_3r3g8_gg_.__sortable_3r3g8_gg_:hover{cursor:pointer}}.___SSortWrapper_3r3g8_gg_{align-items:center;display:flex;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}.___SSortButton_3r3g8_gg_,.___SSortWrapper_3r3g8_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_3r3g8_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortButton_3r3g8_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_3r3g8_gg_{cursor:pointer}.___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after,.___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}',
29
29
  /*__inner_css_end__*/
30
- "1vfex_gg_"
30
+ "3r3g8_gg_"
31
31
  ), /*__reshadow_css_end__*/
32
32
  {
33
- "__SHead": "___SHead_1vfex_gg_",
34
- "__SGroupContainer": "___SGroupContainer_1vfex_gg_",
35
- "_isDataEmpty": "__isDataEmpty_1vfex_gg_",
36
- "_gridTemplateColumns": "__gridTemplateColumns_1vfex_gg_",
37
- "--gridTemplateColumns": "--gridTemplateColumns_1vfex",
38
- "_animationDuration": "__animationDuration_1vfex_gg_",
39
- "__SColumn": "___SColumn_1vfex_gg_",
40
- "--animationDuration": "--animationDuration_1vfex",
41
- "_sticky": "__sticky_1vfex_gg_",
42
- "__SGroup": "___SGroup_1vfex_gg_",
43
- "_compact": "__compact_1vfex_gg_",
44
- "_use_secondary": "_use_secondary_1vfex_gg_",
45
- "_borders_both": "_borders_both_1vfex_gg_",
46
- "_borders_left": "_borders_left_1vfex_gg_",
47
- "_borders_right": "_borders_right_1vfex_gg_",
48
- "_gridArea": "__gridArea_1vfex_gg_",
49
- "__SGroupTitle": "___SGroupTitle_1vfex_gg_",
50
- "--gridArea": "--gridArea_1vfex",
51
- "_fixed": "__fixed_1vfex_gg_",
52
- "_sortable": "__sortable_1vfex_gg_",
53
- "__SSortWrapper": "___SSortWrapper_1vfex_gg_",
54
- "__SSortButton": "___SSortButton_1vfex_gg_",
55
- "__SHeadCheckboxCol": "___SHeadCheckboxCol_1vfex_gg_",
56
- "_use_primary": "_use_primary_1vfex_gg_",
57
- "_visibleSort": "__visibleSort_1vfex_gg_",
58
- "_justifyContent_right": "_justifyContent_right_1vfex_gg_",
59
- "_changeSortSize": "__changeSortSize_1vfex_gg_",
60
- "_isSorted": "__isSorted_1vfex_gg_",
61
- "_sideIndents_wide": "_sideIndents_wide_1vfex_gg_",
62
- "_shadowVertical": "__shadowVertical_1vfex_gg_",
63
- "_fixed_left": "_fixed_left_1vfex_gg_",
64
- "_shadowVertical_median": "_shadowVertical_median_1vfex_gg_",
65
- "_shadowVertical_start": "_shadowVertical_start_1vfex_gg_",
66
- "_fixed_right": "_fixed_right_1vfex_gg_",
67
- "_shadowVertical_end": "_shadowVertical_end_1vfex_gg_"
33
+ "__SHead": "___SHead_3r3g8_gg_",
34
+ "__SGroupContainer": "___SGroupContainer_3r3g8_gg_",
35
+ "_isDataEmpty": "__isDataEmpty_3r3g8_gg_",
36
+ "_gridTemplateColumns": "__gridTemplateColumns_3r3g8_gg_",
37
+ "--gridTemplateColumns": "--gridTemplateColumns_3r3g8",
38
+ "_animationDuration": "__animationDuration_3r3g8_gg_",
39
+ "__SColumn": "___SColumn_3r3g8_gg_",
40
+ "--animationDuration": "--animationDuration_3r3g8",
41
+ "_sticky": "__sticky_3r3g8_gg_",
42
+ "__SGroup": "___SGroup_3r3g8_gg_",
43
+ "_compact": "__compact_3r3g8_gg_",
44
+ "_use_secondary": "_use_secondary_3r3g8_gg_",
45
+ "_borders_both": "_borders_both_3r3g8_gg_",
46
+ "_borders_left": "_borders_left_3r3g8_gg_",
47
+ "_borders_right": "_borders_right_3r3g8_gg_",
48
+ "_gridArea": "__gridArea_3r3g8_gg_",
49
+ "__SGroupTitle": "___SGroupTitle_3r3g8_gg_",
50
+ "--gridArea": "--gridArea_3r3g8",
51
+ "_fixed": "__fixed_3r3g8_gg_",
52
+ "_sortable": "__sortable_3r3g8_gg_",
53
+ "__SSortWrapper": "___SSortWrapper_3r3g8_gg_",
54
+ "__SSortButton": "___SSortButton_3r3g8_gg_",
55
+ "__SHeadCheckboxCol": "___SHeadCheckboxCol_3r3g8_gg_",
56
+ "_use_primary": "_use_primary_3r3g8_gg_",
57
+ "_visibleSort": "__visibleSort_3r3g8_gg_",
58
+ "_justifyContent_right": "_justifyContent_right_3r3g8_gg_",
59
+ "_changeSortSize": "__changeSortSize_3r3g8_gg_",
60
+ "_isSorted": "__isSorted_3r3g8_gg_",
61
+ "_sideIndents_wide": "_sideIndents_wide_3r3g8_gg_",
62
+ "_shadowVertical": "__shadowVertical_3r3g8_gg_",
63
+ "_fixed_left": "_fixed_left_3r3g8_gg_",
64
+ "_shadowVertical_median": "_shadowVertical_median_3r3g8_gg_",
65
+ "_shadowVertical_start": "_shadowVertical_start_3r3g8_gg_",
66
+ "_fixed_right": "_fixed_right_3r3g8_gg_",
67
+ "_shadowVertical_end": "_shadowVertical_end_3r3g8_gg_"
68
68
  })
69
69
  );
70
70
  var SORTING_ICON = {
@@ -20,46 +20,46 @@ var style = (
20
20
  /*__reshadow_css_start__*/
21
21
  (sstyled.insert(
22
22
  /*__inner_css_start__*/
23
- '.___SGroupContainer_1vfex_gg_,.___SHead_1vfex_gg_{display:contents}.___SHead_1vfex_gg_.__isDataEmpty_1vfex_gg_.__gridTemplateColumns_1vfex_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_1vfex);overflow:auto;scrollbar-width:thin}.___SHead_1vfex_gg_.__animationDuration_1vfex_gg_>.___SColumn_1vfex_gg_{transition:top var(--animationDuration_1vfex) ease-out}.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SColumn_1vfex_gg_,.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SGroup_1vfex_gg_{position:sticky;top:0;z-index:18}.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SGroupContainer_1vfex_gg_>.___SColumn_1vfex_gg_{position:sticky;z-index:18}.___SHead_1vfex_gg_.__compact_1vfex_gg_ .___SColumn_1vfex_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_1vfex_gg_,.___SGroup_1vfex_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;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;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_1vfex_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_1vfex_gg_._use_primary_1vfex_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_1vfex_gg_._use_primary_1vfex_gg_:has(~.___SColumn_1vfex_gg_.__visibleSort_1vfex_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_1vfex_gg_._use_secondary_1vfex_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_1vfex_gg_._borders_both_1vfex_gg_,.___SColumn_1vfex_gg_._borders_left_1vfex_gg_,.___SGroup_1vfex_gg_._borders_both_1vfex_gg_,.___SGroup_1vfex_gg_._borders_left_1vfex_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1vfex_gg_._borders_both_1vfex_gg_,.___SColumn_1vfex_gg_._borders_right_1vfex_gg_,.___SGroup_1vfex_gg_._borders_both_1vfex_gg_,.___SGroup_1vfex_gg_._borders_right_1vfex_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1vfex_gg_._use_primary_1vfex_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_1vfex_gg_._use_primary_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortButton_1vfex_gg_,.___SColumn_1vfex_gg_._use_primary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before,.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before{display:flex;opacity:1}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_._justifyContent_right_1vfex_gg_ .___SSortWrapper_1vfex_gg_{position:absolute}.___SColumn_1vfex_gg_._use_primary_1vfex_gg_._justifyContent_right_1vfex_gg_.__changeSortSize_1vfex_gg_.__isSorted_1vfex_gg_ .___SSortWrapper_1vfex_gg_,.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_._justifyContent_right_1vfex_gg_.__changeSortSize_1vfex_gg_.__isSorted_1vfex_gg_ .___SSortWrapper_1vfex_gg_{position:relative}.___SColumn_1vfex_gg_._use_secondary_1vfex_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_1vfex_gg_._use_secondary_1vfex_gg_ .___SSortWrapper_1vfex_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortWrapper_1vfex_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_.__visibleSort_1vfex_gg_ .___SSortButton_1vfex_gg_{display:flex;opacity:1}.___SColumn_1vfex_gg_._use_secondary_1vfex_gg_._justifyContent_right_1vfex_gg_ .___SSortWrapper_1vfex_gg_{position:absolute}.___SColumn_1vfex_gg_.__gridArea_1vfex_gg_,.___SGroupTitle_1vfex_gg_.__gridArea_1vfex_gg_,.___SGroup_1vfex_gg_.__gridArea_1vfex_gg_{grid-area:var(--gridArea_1vfex)}.___SHead_1vfex_gg_ .___SColumn_1vfex_gg_.__fixed_1vfex_gg_,.___SHead_1vfex_gg_ .___SGroup_1vfex_gg_.__fixed_1vfex_gg_,.___SHead_1vfex_gg_.__sticky_1vfex_gg_ .___SColumn_1vfex_gg_.__fixed_1vfex_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_1vfex_gg_.__sortable_1vfex_gg_:hover{cursor:pointer}}.___SSortWrapper_1vfex_gg_{align-items:center;display:flex;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}.___SSortButton_1vfex_gg_,.___SSortWrapper_1vfex_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1vfex_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortButton_1vfex_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_1vfex_gg_._sideIndents_wide_1vfex_gg_ .___SColumn_1vfex_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_1vfex_gg_._sideIndents_wide_1vfex_gg_ .___SColumn_1vfex_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_1vfex_gg_{cursor:pointer}.___SColumn_1vfex_gg_.__fixed_1vfex_gg_.__shadowVertical_1vfex_gg_:after,.___SGroup_1vfex_gg_.__fixed_1vfex_gg_.__shadowVertical_1vfex_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_primary_1vfex_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_._use_secondary_1vfex_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_:after,.___SColumn_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_median_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_left_1vfex_gg_._shadowVertical_start_1vfex_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_primary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_primary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_primary_1vfex_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_secondary_1vfex_gg_,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_._use_secondary_1vfex_gg_,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_._use_secondary_1vfex_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_:after,.___SColumn_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_end_1vfex_gg_:after,.___SGroup_1vfex_gg_._fixed_right_1vfex_gg_._shadowVertical_median_1vfex_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}',
23
+ '.___SGroupContainer_3r3g8_gg_,.___SHead_3r3g8_gg_{display:contents}.___SHead_3r3g8_gg_.__isDataEmpty_3r3g8_gg_.__gridTemplateColumns_3r3g8_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_3r3g8);overflow:auto;scrollbar-width:thin}.___SHead_3r3g8_gg_.__animationDuration_3r3g8_gg_>.___SColumn_3r3g8_gg_{transition:top var(--animationDuration_3r3g8) ease-out}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroup_3r3g8_gg_{position:sticky;top:0;z-index:18}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroupContainer_3r3g8_gg_>.___SColumn_3r3g8_gg_{position:sticky;z-index:18}.___SHead_3r3g8_gg_.__compact_3r3g8_gg_ .___SColumn_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_,.___SGroup_3r3g8_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;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;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_3r3g8_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_:has(~.___SColumn_3r3g8_gg_.__visibleSort_3r3g8_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_left_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_left_3r3g8_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_right_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_right_3r3g8_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_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_3r3g8_gg_._use_primary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:relative}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_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_3r3g8_gg_._use_secondary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroupTitle_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroup_3r3g8_gg_.__gridArea_3r3g8_gg_{grid-area:var(--gridArea_3r3g8)}.___SHead_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_ .___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_3r3g8_gg_.__sortable_3r3g8_gg_:hover{cursor:pointer}}.___SSortWrapper_3r3g8_gg_{align-items:center;display:flex;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}.___SSortButton_3r3g8_gg_,.___SSortWrapper_3r3g8_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_3r3g8_gg_:before{content:"";top:0;width:20px;height:100%}.___SSortButton_3r3g8_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_3r3g8_gg_{cursor:pointer}.___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after,.___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}',
24
24
  /*__inner_css_end__*/
25
- "1vfex_gg_"
25
+ "3r3g8_gg_"
26
26
  ), /*__reshadow_css_end__*/
27
27
  {
28
- "__SHead": "___SHead_1vfex_gg_",
29
- "__SGroupContainer": "___SGroupContainer_1vfex_gg_",
30
- "_isDataEmpty": "__isDataEmpty_1vfex_gg_",
31
- "_gridTemplateColumns": "__gridTemplateColumns_1vfex_gg_",
32
- "--gridTemplateColumns": "--gridTemplateColumns_1vfex",
33
- "_animationDuration": "__animationDuration_1vfex_gg_",
34
- "__SColumn": "___SColumn_1vfex_gg_",
35
- "--animationDuration": "--animationDuration_1vfex",
36
- "_sticky": "__sticky_1vfex_gg_",
37
- "__SGroup": "___SGroup_1vfex_gg_",
38
- "_compact": "__compact_1vfex_gg_",
39
- "_use_secondary": "_use_secondary_1vfex_gg_",
40
- "_borders_both": "_borders_both_1vfex_gg_",
41
- "_borders_left": "_borders_left_1vfex_gg_",
42
- "_borders_right": "_borders_right_1vfex_gg_",
43
- "_gridArea": "__gridArea_1vfex_gg_",
44
- "__SGroupTitle": "___SGroupTitle_1vfex_gg_",
45
- "--gridArea": "--gridArea_1vfex",
46
- "_fixed": "__fixed_1vfex_gg_",
47
- "_sortable": "__sortable_1vfex_gg_",
48
- "__SSortWrapper": "___SSortWrapper_1vfex_gg_",
49
- "__SSortButton": "___SSortButton_1vfex_gg_",
50
- "__SHeadCheckboxCol": "___SHeadCheckboxCol_1vfex_gg_",
51
- "_use_primary": "_use_primary_1vfex_gg_",
52
- "_visibleSort": "__visibleSort_1vfex_gg_",
53
- "_justifyContent_right": "_justifyContent_right_1vfex_gg_",
54
- "_changeSortSize": "__changeSortSize_1vfex_gg_",
55
- "_isSorted": "__isSorted_1vfex_gg_",
56
- "_sideIndents_wide": "_sideIndents_wide_1vfex_gg_",
57
- "_shadowVertical": "__shadowVertical_1vfex_gg_",
58
- "_fixed_left": "_fixed_left_1vfex_gg_",
59
- "_shadowVertical_median": "_shadowVertical_median_1vfex_gg_",
60
- "_shadowVertical_start": "_shadowVertical_start_1vfex_gg_",
61
- "_fixed_right": "_fixed_right_1vfex_gg_",
62
- "_shadowVertical_end": "_shadowVertical_end_1vfex_gg_"
28
+ "__SHead": "___SHead_3r3g8_gg_",
29
+ "__SGroupContainer": "___SGroupContainer_3r3g8_gg_",
30
+ "_isDataEmpty": "__isDataEmpty_3r3g8_gg_",
31
+ "_gridTemplateColumns": "__gridTemplateColumns_3r3g8_gg_",
32
+ "--gridTemplateColumns": "--gridTemplateColumns_3r3g8",
33
+ "_animationDuration": "__animationDuration_3r3g8_gg_",
34
+ "__SColumn": "___SColumn_3r3g8_gg_",
35
+ "--animationDuration": "--animationDuration_3r3g8",
36
+ "_sticky": "__sticky_3r3g8_gg_",
37
+ "__SGroup": "___SGroup_3r3g8_gg_",
38
+ "_compact": "__compact_3r3g8_gg_",
39
+ "_use_secondary": "_use_secondary_3r3g8_gg_",
40
+ "_borders_both": "_borders_both_3r3g8_gg_",
41
+ "_borders_left": "_borders_left_3r3g8_gg_",
42
+ "_borders_right": "_borders_right_3r3g8_gg_",
43
+ "_gridArea": "__gridArea_3r3g8_gg_",
44
+ "__SGroupTitle": "___SGroupTitle_3r3g8_gg_",
45
+ "--gridArea": "--gridArea_3r3g8",
46
+ "_fixed": "__fixed_3r3g8_gg_",
47
+ "_sortable": "__sortable_3r3g8_gg_",
48
+ "__SSortWrapper": "___SSortWrapper_3r3g8_gg_",
49
+ "__SSortButton": "___SSortButton_3r3g8_gg_",
50
+ "__SHeadCheckboxCol": "___SHeadCheckboxCol_3r3g8_gg_",
51
+ "_use_primary": "_use_primary_3r3g8_gg_",
52
+ "_visibleSort": "__visibleSort_3r3g8_gg_",
53
+ "_justifyContent_right": "_justifyContent_right_3r3g8_gg_",
54
+ "_changeSortSize": "__changeSortSize_3r3g8_gg_",
55
+ "_isSorted": "__isSorted_3r3g8_gg_",
56
+ "_sideIndents_wide": "_sideIndents_wide_3r3g8_gg_",
57
+ "_shadowVertical": "__shadowVertical_3r3g8_gg_",
58
+ "_fixed_left": "_fixed_left_3r3g8_gg_",
59
+ "_shadowVertical_median": "_shadowVertical_median_3r3g8_gg_",
60
+ "_shadowVertical_start": "_shadowVertical_start_3r3g8_gg_",
61
+ "_fixed_right": "_fixed_right_3r3g8_gg_",
62
+ "_shadowVertical_end": "_shadowVertical_end_3r3g8_gg_"
63
63
  })
64
64
  );
65
65
  var Group = /* @__PURE__ */ function(_Component) {