@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
@@ -7,7 +7,7 @@ import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
7
7
  import _inherits from "@babel/runtime/helpers/esm/inherits";
8
8
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
9
9
  import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
10
- import { Box, Collapse, Flex } from "@semcore/base-components";
10
+ import { Box, Flex } from "@semcore/base-components";
11
11
  import { getFocusableIn } from "@semcore/core/lib/utils/focus-lock/getFocusableIn";
12
12
  import { isFocusInside } from "@semcore/core/lib/utils/focus-lock/isFocusInside";
13
13
  import * as React from "react";
@@ -20,54 +20,57 @@ var style = (
20
20
  /*__reshadow_css_start__*/
21
21
  (sstyled.insert(
22
22
  /*__inner_css_start__*/
23
- '.___SAccordionRows_52u23_gg_,.___SBody_52u23_gg_,.___SRowGroup_52u23_gg_,.___SRow_52u23_gg_{display:contents}.___SBody_52u23_gg_.__compact_52u23_gg_ .___SCell_52u23_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_52u23_gg_.__compact_52u23_gg_ .___SCell_52u23_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_52u23) - 1)))}.___SCellWrapper_52u23_gg_.__gridArea_52u23_gg_,.___SCollapseRow_52u23_gg_.__gridArea_52u23_gg_,.___SRow_52u23_gg_.__gridArea_52u23_gg_{grid-area:var(--gridArea_52u23)}.___SCellWrapper_52u23_gg_{height:100%;overflow:hidden}.___SCollapseRow_52u23_gg_.__gridArea_52u23_gg_>.___SCellWrapper_52u23_gg_,.___SRow_52u23_gg_.__isAccordionRow_52u23_gg_>.___SCellWrapper_52u23_gg_{height:auto;overflow:auto}.___SAccordionRows_52u23_gg_>.___SRow_52u23_gg_.__isAccordionRow_52u23_gg_:last-child>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__withoutBorder_52u23_gg_),.___SCollapseRow_52u23_gg_.__gridArea_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__withoutBorder_52u23_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_52u23_gg_ .___SCell_52u23_gg_{display:block}.___SCell_52u23_gg_:not(.__theme_52u23_gg_).__expanded_52u23_gg_.__withAccordion_52u23_gg_,.___SRow_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRow_52u23_gg_._accordionType_row_52u23_gg_.__expanded_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRow_52u23_gg_.__isAccordionRow_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_muted_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_muted_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_muted_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_muted_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_._theme_muted_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_muted_52u23_gg_,.___SRow_52u23_gg_:not(._accordionType_row_52u23_gg_.__expanded_52u23_gg_):hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_info_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_info_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_info_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_info_52u23_gg_,.___SRow_52u23_gg_._theme_info_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_info_52u23_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_success_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_success_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_success_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_success_52u23_gg_,.___SRow_52u23_gg_._theme_success_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_success_52u23_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_warning_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_warning_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_warning_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_warning_52u23_gg_,.___SRow_52u23_gg_._theme_warning_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_warning_52u23_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_danger_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_danger_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_danger_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_danger_52u23_gg_,.___SRow_52u23_gg_._theme_danger_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_danger_52u23_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_52u23_gg_._theme_muted_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_52u23_gg_._theme_muted_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_52u23_gg_._theme_info_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_52u23_gg_._theme_info_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_52u23_gg_._theme_success_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_52u23_gg_._theme_success_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_52u23_gg_._theme_warning_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_52u23_gg_._theme_warning_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_52u23_gg_._theme_danger_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_52u23_gg_._theme_danger_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_52u23_gg_{display:flex;height:100%;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);white-space:pre-wrap;word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_52u23_gg_ .___SAccordionToggle_52u23_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_52u23_gg_ .___SAccordionToggle_52u23_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_52u23_gg_ .___SAccordionToggle_52u23_gg_.__expanded_52u23_gg_ svg{transform:rotate(90deg)}.___SCell_52u23_gg_.__withoutBorder_52u23_gg_{border-bottom:none}.___SCell_52u23_gg_.__withAccordion_52u23_gg_,.___SCheckboxCell_52u23_gg_,.___SRow_52u23_gg_._accordionType_row_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_{cursor:pointer}.___SCell_52u23_gg_._use_primary_52u23_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_52u23_gg_._use_primary_52u23_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_52u23) - 1)))}.___SCell_52u23_gg_._use_secondary_52u23_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_52u23_gg_._use_secondary_52u23_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_52u23) - 1)))}.___SCell_52u23_gg_._borders_both_52u23_gg_,.___SCell_52u23_gg_._borders_left_52u23_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_52u23_gg_._borders_both_52u23_gg_,.___SCell_52u23_gg_._borders_right_52u23_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_52u23_gg_.__fixed_52u23_gg_{position:sticky;z-index:2}.___SCell_52u23_gg_._theme_muted_52u23_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_52u23_gg_._theme_info_52u23_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_52u23_gg_._theme_success_52u23_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_52u23_gg_._theme_warning_52u23_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_52u23_gg_._theme_danger_52u23_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_52u23_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_52u23_gg_:focus-visible{z-index:15}.___SSpinContainer_52u23_gg_.__headerHeight_52u23_gg_{top:var(--headerHeight_52u23)}.___SEmptyData_52u23_gg_{grid-column:1/-1}.___SRow_52u23_gg_._sideIndents_wide_52u23_gg_ .___SCellWrapper_52u23_gg_:first-child .___SCell_52u23_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_52u23_gg_._sideIndents_wide_52u23_gg_ .___SCellWrapper_52u23_gg_:last-child .___SCell_52u23_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_52u23_gg_.__fixed_52u23_gg_.__shadowVertical_52u23_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_median_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_start_52u23_gg_{margin-right:-5px}.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_median_52u23_gg_:after,.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_start_52u23_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%))}.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_median_52u23_gg_ .___SCell_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_start_52u23_gg_ .___SCell_52u23_gg_{margin-right:5px}.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_end_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_median_52u23_gg_{margin-left:-5px}.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_end_52u23_gg_:after,.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_median_52u23_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%))}.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_end_52u23_gg_ .___SCell_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_median_52u23_gg_ .___SCell_52u23_gg_{margin-left:5px}',
23
+ '.___SAccordionRows_p1jyf_gg_,.___SBody_p1jyf_gg_,.___SRowGroup_p1jyf_gg_,.___SRow_p1jyf_gg_{display:contents}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SCell_p1jyf_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SCell_p1jyf_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_p1jyf) - 1)))}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SRow_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_p1jyf) - 1)))}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_p1jyf) - 1)))}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SCell_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCellWrapper_p1jyf_gg_.__gridArea_p1jyf_gg_,.___SCollapseRow_p1jyf_gg_.__gridArea_p1jyf_gg_,.___SRow_p1jyf_gg_.__gridArea_p1jyf_gg_{grid-area:var(--gridArea_p1jyf)}.___SCellWrapper_p1jyf_gg_{height:100%;overflow:hidden}.___SCollapseRow_p1jyf_gg_.__gridArea_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_,.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_{height:auto;overflow:auto}.___SAccordionRows_p1jyf_gg_>.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_:last-child>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__withoutBorder_p1jyf_gg_),.___SCollapseRow_p1jyf_gg_.__gridArea_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__withoutBorder_p1jyf_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_{display:block}.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_).__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_,.___SRow_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRow_p1jyf_gg_._accordionType_row_p1jyf_gg_.__expanded_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_muted_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_muted_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_muted_p1jyf_gg_,.___SRow_p1jyf_gg_:not(._accordionType_row_p1jyf_gg_.__expanded_p1jyf_gg_):hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_info_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_info_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_info_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_success_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_success_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_success_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_warning_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_warning_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_warning_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_danger_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_danger_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_danger_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_p1jyf_gg_{display:flex;height:100%;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);white-space:pre-wrap;word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_.__expanded_p1jyf_gg_ svg{transform:rotate(90deg)}.___SCell_p1jyf_gg_.__withoutBorder_p1jyf_gg_{border-bottom:none}.___SCell_p1jyf_gg_.__withAccordion_p1jyf_gg_,.___SCheckboxCell_p1jyf_gg_,.___SRow_p1jyf_gg_._accordionType_row_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_{cursor:pointer}.___SCell_p1jyf_gg_._use_primary_p1jyf_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_p1jyf_gg_._use_primary_p1jyf_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_p1jyf) - 1)))}.___SCell_p1jyf_gg_._use_secondary_p1jyf_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_p1jyf_gg_._use_secondary_p1jyf_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_p1jyf) - 1)))}.___SCell_p1jyf_gg_._borders_both_p1jyf_gg_,.___SCell_p1jyf_gg_._borders_left_p1jyf_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_p1jyf_gg_._borders_both_p1jyf_gg_,.___SCell_p1jyf_gg_._borders_right_p1jyf_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_p1jyf_gg_.__fixed_p1jyf_gg_{position:sticky;z-index:2}.___SCell_p1jyf_gg_._theme_muted_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_p1jyf_gg_._theme_info_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_p1jyf_gg_._theme_success_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_p1jyf_gg_._theme_warning_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_p1jyf_gg_._theme_danger_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_p1jyf_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_p1jyf_gg_:focus-visible{z-index:15}.___SSpinContainer_p1jyf_gg_.__headerHeight_p1jyf_gg_{top:var(--headerHeight_p1jyf)}.___SEmptyData_p1jyf_gg_{grid-column:1/-1}.___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_p1jyf) - 1)))}.___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:last-child .___SCell_p1jyf_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_.__withAnimation_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_{transition-property:height;transition-delay:var(--delay_p1jyf);transition-duration:var(--duration_p1jyf);transition-timing-function:linear;overflow:clip}.___SCellWrapper_p1jyf_gg_.__fixed_p1jyf_gg_.__shadowVertical_p1jyf_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_median_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_start_p1jyf_gg_{margin-right:-5px}.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_median_p1jyf_gg_:after,.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_start_p1jyf_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%))}.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_median_p1jyf_gg_ .___SCell_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_start_p1jyf_gg_ .___SCell_p1jyf_gg_{margin-right:5px}.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_end_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_median_p1jyf_gg_{margin-left:-5px}.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_end_p1jyf_gg_:after,.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_median_p1jyf_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%))}.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_end_p1jyf_gg_ .___SCell_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_median_p1jyf_gg_ .___SCell_p1jyf_gg_{margin-left:5px}',
24
24
  /*__inner_css_end__*/
25
- "52u23_gg_"
25
+ "p1jyf_gg_"
26
26
  ), /*__reshadow_css_end__*/
27
27
  {
28
- "__SBody": "___SBody_52u23_gg_",
29
- "__SRow": "___SRow_52u23_gg_",
30
- "__SRowGroup": "___SRowGroup_52u23_gg_",
31
- "__SAccordionRows": "___SAccordionRows_52u23_gg_",
32
- "_gridArea": "__gridArea_52u23_gg_",
33
- "__SCellWrapper": "___SCellWrapper_52u23_gg_",
34
- "__SCollapseRow": "___SCollapseRow_52u23_gg_",
35
- "--gridArea": "--gridArea_52u23",
36
- "_isAccordionRow": "__isAccordionRow_52u23_gg_",
37
- "__SCell": "___SCell_52u23_gg_",
38
- "_withoutBorder": "__withoutBorder_52u23_gg_",
39
- "_active": "__active_52u23_gg_",
40
- "_theme": "__theme_52u23_gg_",
41
- "_accordionType_row": "_accordionType_row_52u23_gg_",
42
- "_expanded": "__expanded_52u23_gg_",
43
- "_withAccordion": "__withAccordion_52u23_gg_",
44
- "_isNonInteractive": "__isNonInteractive_52u23_gg_",
45
- "_theme_muted": "_theme_muted_52u23_gg_",
46
- "_theme_info": "_theme_info_52u23_gg_",
47
- "_theme_success": "_theme_success_52u23_gg_",
48
- "_theme_warning": "_theme_warning_52u23_gg_",
49
- "_theme_danger": "_theme_danger_52u23_gg_",
50
- "__SCheckboxCell": "___SCheckboxCell_52u23_gg_",
51
- "_borders_both": "_borders_both_52u23_gg_",
52
- "_borders_left": "_borders_left_52u23_gg_",
53
- "_borders_right": "_borders_right_52u23_gg_",
54
- "_fixed": "__fixed_52u23_gg_",
55
- "__SSpinContainer": "___SSpinContainer_52u23_gg_",
56
- "_headerHeight": "__headerHeight_52u23_gg_",
57
- "--headerHeight": "--headerHeight_52u23",
58
- "__SEmptyData": "___SEmptyData_52u23_gg_",
59
- "_compact": "__compact_52u23_gg_",
60
- "--data-aria-level": "--data-aria-level_52u23",
61
- "__SAccordionToggle": "___SAccordionToggle_52u23_gg_",
62
- "_use_primary": "_use_primary_52u23_gg_",
63
- "_use_secondary": "_use_secondary_52u23_gg_",
64
- "_sideIndents_wide": "_sideIndents_wide_52u23_gg_",
65
- "_shadowVertical": "__shadowVertical_52u23_gg_",
66
- "_fixed_left": "_fixed_left_52u23_gg_",
67
- "_shadowVertical_median": "_shadowVertical_median_52u23_gg_",
68
- "_shadowVertical_start": "_shadowVertical_start_52u23_gg_",
69
- "_fixed_right": "_fixed_right_52u23_gg_",
70
- "_shadowVertical_end": "_shadowVertical_end_52u23_gg_"
28
+ "__SBody": "___SBody_p1jyf_gg_",
29
+ "__SRow": "___SRow_p1jyf_gg_",
30
+ "__SRowGroup": "___SRowGroup_p1jyf_gg_",
31
+ "__SAccordionRows": "___SAccordionRows_p1jyf_gg_",
32
+ "_gridArea": "__gridArea_p1jyf_gg_",
33
+ "__SCellWrapper": "___SCellWrapper_p1jyf_gg_",
34
+ "__SCollapseRow": "___SCollapseRow_p1jyf_gg_",
35
+ "--gridArea": "--gridArea_p1jyf",
36
+ "_isAccordionRow": "__isAccordionRow_p1jyf_gg_",
37
+ "__SCell": "___SCell_p1jyf_gg_",
38
+ "_withoutBorder": "__withoutBorder_p1jyf_gg_",
39
+ "_active": "__active_p1jyf_gg_",
40
+ "_theme": "__theme_p1jyf_gg_",
41
+ "_accordionType_row": "_accordionType_row_p1jyf_gg_",
42
+ "_expanded": "__expanded_p1jyf_gg_",
43
+ "_withAccordion": "__withAccordion_p1jyf_gg_",
44
+ "_isNonInteractive": "__isNonInteractive_p1jyf_gg_",
45
+ "_theme_muted": "_theme_muted_p1jyf_gg_",
46
+ "_theme_info": "_theme_info_p1jyf_gg_",
47
+ "_theme_success": "_theme_success_p1jyf_gg_",
48
+ "_theme_warning": "_theme_warning_p1jyf_gg_",
49
+ "_theme_danger": "_theme_danger_p1jyf_gg_",
50
+ "__SCheckboxCell": "___SCheckboxCell_p1jyf_gg_",
51
+ "_borders_both": "_borders_both_p1jyf_gg_",
52
+ "_borders_left": "_borders_left_p1jyf_gg_",
53
+ "_borders_right": "_borders_right_p1jyf_gg_",
54
+ "_fixed": "__fixed_p1jyf_gg_",
55
+ "__SSpinContainer": "___SSpinContainer_p1jyf_gg_",
56
+ "_headerHeight": "__headerHeight_p1jyf_gg_",
57
+ "--headerHeight": "--headerHeight_p1jyf",
58
+ "__SEmptyData": "___SEmptyData_p1jyf_gg_",
59
+ "_withAnimation": "__withAnimation_p1jyf_gg_",
60
+ "--delay": "--delay_p1jyf",
61
+ "--duration": "--duration_p1jyf",
62
+ "_compact": "__compact_p1jyf_gg_",
63
+ "--data-aria-level": "--data-aria-level_p1jyf",
64
+ "_sideIndents_wide": "_sideIndents_wide_p1jyf_gg_",
65
+ "__SAccordionToggle": "___SAccordionToggle_p1jyf_gg_",
66
+ "_use_primary": "_use_primary_p1jyf_gg_",
67
+ "_use_secondary": "_use_secondary_p1jyf_gg_",
68
+ "_shadowVertical": "__shadowVertical_p1jyf_gg_",
69
+ "_fixed_left": "_fixed_left_p1jyf_gg_",
70
+ "_shadowVertical_median": "_shadowVertical_median_p1jyf_gg_",
71
+ "_shadowVertical_start": "_shadowVertical_start_p1jyf_gg_",
72
+ "_fixed_right": "_fixed_right_p1jyf_gg_",
73
+ "_shadowVertical_end": "_shadowVertical_end_p1jyf_gg_"
71
74
  })
72
75
  );
73
76
  var DEFAULT_ROW_DURATION = 50;
@@ -184,7 +187,7 @@ var CellRoot = /* @__PURE__ */ function(_Component) {
184
187
  var _ref = this.asProps, _ref2;
185
188
  var SCellWrapper = Box;
186
189
  var SCell = Flex;
187
- var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles, row = _this$asProps4.row, column = _this$asProps4.column, columnIndex = _this$asProps4.columnIndex, gridRowIndex = _this$asProps4.gridRowIndex, isAccordionRow = _this$asProps4.isAccordionRow, animationExpand = _this$asProps4.animationExpand, style2 = _this$asProps4.style, shadowVertical = _this$asProps4.shadowVertical;
190
+ var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles, row = _this$asProps4.row, column = _this$asProps4.column, columnIndex = _this$asProps4.columnIndex, gridRowIndex = _this$asProps4.gridRowIndex, isAccordionRow = _this$asProps4.isAccordionRow, animationExpand = _this$asProps4.animationExpand, style2 = _this$asProps4.style, shadowVertical = _this$asProps4.shadowVertical, calculatedHeight = _this$asProps4.calculatedHeight;
188
191
  var cell = row[column.name];
189
192
  var cellName = cell instanceof MergedColumnsCell ? cell.dataKey : column.name;
190
193
  var scope = null;
@@ -201,39 +204,40 @@ var CellRoot = /* @__PURE__ */ function(_Component) {
201
204
  gridArea = "".concat(fromRow, " / ").concat(fromCol, " / ").concat(fromRow + 1, " / ").concat(fromCol + 1);
202
205
  }
203
206
  var _this$calculateAnimat = this.calculateAnimationSettings(), duration = _this$calculateAnimat.duration, delay = _this$calculateAnimat.delay;
204
- return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(SCellWrapper, _ref2.cn("SCellWrapper", {
205
- "gridArea": gridArea,
206
- "tag": isAccordionRow ? Collapse : void 0,
207
- "visible": animationExpand,
208
- "duration": duration,
209
- "delay": delay,
210
- "defaultHeight": "100%",
211
- "timingFunction": "linear",
212
- "style": style2,
213
- "fixed": column.fixed,
214
- "shadowVertical": column.showShadowVertical ? shadowVertical : void 0
215
- }), /* @__PURE__ */ React.createElement(SCell, _ref2.cn("SCell", _objectSpread({}, assignProps({
216
- "ref": this.cellRef,
217
- "innerOutline": true,
218
- "tabIndex": -1,
219
- "onKeyDown": this.handleKeyDown,
220
- "onFocus": this.onFocusCell,
221
- "use:onClick": this.handleClickCell,
222
- "name": cellName.toString(),
223
- "role": "gridcell",
224
- "aria-colindex": columnIndex + 1,
225
- "data-grouped-by": scope,
226
- "scope": scope,
227
- "aria-colspan": cell instanceof MergedColumnsCell ? cell.columnsCount : void 0,
228
- "aria-rowspan": cell instanceof MergedRowsCell ? cell.rowsCount : void 0,
229
- "gridArea": gridArea,
230
- "borders": column.borders,
231
- "flexWrap": column.flexWrap,
232
- "alignItems": column.alignItems,
233
- "alignContent": column.alignContent,
234
- "justifyContent": column.justifyContent,
235
- "textAlign": column.textAlign
236
- }, _ref))), /* @__PURE__ */ React.createElement(Children, _ref2.cn("Children", {}))));
207
+ return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(
208
+ SCellWrapper,
209
+ _ref2.cn("SCellWrapper", {
210
+ "gridArea": gridArea,
211
+ "duration": "".concat(duration, "ms"),
212
+ "delay": "".concat(delay, "ms"),
213
+ "h": isAccordionRow ? animationExpand ? "".concat(calculatedHeight, "px") : "0px" : void 0,
214
+ "style": style2,
215
+ "fixed": column.fixed,
216
+ "shadowVertical": column.showShadowVertical ? shadowVertical : void 0
217
+ }),
218
+ /* @__PURE__ */ React.createElement(SCell, _ref2.cn("SCell", _objectSpread({}, assignProps({
219
+ "ref": this.cellRef,
220
+ "innerOutline": true,
221
+ "tabIndex": -1,
222
+ "onKeyDown": this.handleKeyDown,
223
+ "onFocus": this.onFocusCell,
224
+ "use:onClick": this.handleClickCell,
225
+ "name": cellName.toString(),
226
+ "role": "gridcell",
227
+ "aria-colindex": columnIndex + 1,
228
+ "data-grouped-by": scope,
229
+ "scope": scope,
230
+ "aria-colspan": cell instanceof MergedColumnsCell ? cell.columnsCount : void 0,
231
+ "aria-rowspan": cell instanceof MergedRowsCell ? cell.rowsCount : void 0,
232
+ "gridArea": gridArea,
233
+ "borders": column.borders,
234
+ "flexWrap": column.flexWrap,
235
+ "alignItems": column.alignItems,
236
+ "alignContent": column.alignContent,
237
+ "justifyContent": column.justifyContent,
238
+ "textAlign": column.textAlign
239
+ }, _ref))), /* @__PURE__ */ React.createElement(Children, _ref2.cn("Children", {})))
240
+ );
237
241
  }
238
242
  }]);
239
243
  }(Component);