@semcore/data-table 3.7.27 → 3.7.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [3.7.27] - 2023-03-24
5
+ ## [3.7.28] - 2023-03-28
6
6
 
7
7
  ### Changed
8
8
 
9
- - Version patch update due to children dependencies update (`@semcore/utils` [3.48.1 ~> 3.49.0]).
9
+ - Version patch update due to children dependencies update (`@semcore/utils` [3.49.0 ~> 3.49.1]).
10
10
 
11
11
  ## [3.7.19] - 2023-03-01
12
12
 
package/lib/cjs/Body.js CHANGED
@@ -55,16 +55,16 @@ var scrollStyles = (
55
55
  /*__reshadow_css_start__*/
56
56
  _core.sstyled.insert(
57
57
  /*__inner_css_start__*/
58
- ".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
58
+ ".___SShadowHorizontal_qidk4_gg_:before{left:var(--left_qidk4)!important}.___SShadowHorizontal_qidk4_gg_:after{right:var(--right_qidk4)!important}.___SContainer_qidk4_gg_.__disabledScroll_qidk4_gg_{overflow:visible}"
59
59
  /*__inner_css_end__*/
60
- , "1uyh0_gg_")
60
+ , "qidk4_gg_")
61
61
  /*__reshadow_css_end__*/
62
62
  , {
63
- "__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
64
- "--left": "--left_1uyh0",
65
- "--right": "--right_1uyh0",
66
- "__SContainer": "___SContainer_1uyh0_gg_",
67
- "_disabledScroll": "__disabledScroll_1uyh0_gg_"
63
+ "__SShadowHorizontal": "___SShadowHorizontal_qidk4_gg_",
64
+ "--left": "--left_qidk4",
65
+ "--right": "--right_qidk4",
66
+ "__SContainer": "___SContainer_qidk4_gg_",
67
+ "_disabledScroll": "__disabledScroll_qidk4_gg_"
68
68
  });
69
69
  var testEnv = process.env.NODE_ENV === 'test';
70
70
 
@@ -53,51 +53,51 @@ var style = (
53
53
  /*__reshadow_css_start__*/
54
54
  _core.sstyled.insert(
55
55
  /*__inner_css_start__*/
56
- ".___SDataTable_uyd3s_gg_,.___SHeadWrapper_uyd3s_gg_{position:relative}.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SCell_uyd3s_gg_,.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SColumn_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_uyd3s_gg_.__sticky_uyd3s_gg_{position:sticky;top:0;z-index:2}.___SHead_uyd3s_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_uyd3s_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_uyd3s_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_.__hidden_uyd3s_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_uyd3s_gg_._use_primary_uyd3s_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_uyd3s_gg_._use_secondary_uyd3s_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_uyd3s_gg_.__group_uyd3s_gg_.__use_uyd3s_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_uyd3s_gg_.__groupHead_uyd3s_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_{cursor:pointer}@media (hover:hover){.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_._use_primary_uyd3s_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_:hover .___SSortWrapper_uyd3s_gg_{display:block}}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_.__active_uyd3s_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortIcon_uyd3s_gg_{position:relative}.___SColumn_uyd3s_gg_.__sortIconFloat_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{width:0;flex-basis:0}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_:after{content:\"\";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:2}.___SCell_uyd3s_gg_.__borderLeft_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderLeft_uyd3s_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_uyd3s_gg_.__borderRight_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderRight_uyd3s_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_uyd3s_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_uyd3s_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_uyd3s_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_uyd3s_gg_._use_secondary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_uyd3s_gg_{position:relative}.___SBody_uyd3s_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_uyd3s_gg_{display:flex;flex-direction:row;position:relative}.___SRow_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_uyd3s_gg_.__positioned_uyd3s_gg_{position:absolute}.___SCell_uyd3s_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap}.___SCell_uyd3s_gg_._use_primary_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_._use_secondary_uyd3s_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:1}.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_uyd3s_gg_._orientation_vertical_uyd3s_gg_{width:12px}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{margin-left:calc(var(--left_uyd3s) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_uyd3s) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_uyd3s) - 8px)}.___SHeightHold_uyd3s_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
56
+ ".___SDataTable_3mbfi_gg_,.___SHeadWrapper_3mbfi_gg_{position:relative}.___SDataTable_3mbfi_gg_.__compact_3mbfi_gg_ .___SCell_3mbfi_gg_,.___SDataTable_3mbfi_gg_.__compact_3mbfi_gg_ .___SColumn_3mbfi_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_3mbfi_gg_.__sticky_3mbfi_gg_{position:sticky;top:0;z-index:2}.___SHead_3mbfi_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_3mbfi_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_3mbfi_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_3mbfi_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_3mbfi_gg_.__hidden_3mbfi_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_3mbfi_gg_._use_primary_3mbfi_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_3mbfi_gg_._use_secondary_3mbfi_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_3mbfi_gg_.__group_3mbfi_gg_.__use_3mbfi_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_3mbfi_gg_.__groupHead_3mbfi_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_3mbfi_gg_.__sortable_3mbfi_gg_{cursor:pointer}@media (hover:hover){.___SColumn_3mbfi_gg_.__sortable_3mbfi_gg_._use_primary_3mbfi_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3mbfi_gg_.__sortable_3mbfi_gg_:hover .___SSortWrapper_3mbfi_gg_{display:block}}.___SColumn_3mbfi_gg_._use_primary_3mbfi_gg_.__active_3mbfi_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_3mbfi_gg_.__active_3mbfi_gg_ .___SSortIcon_3mbfi_gg_{position:relative}.___SColumn_3mbfi_gg_.__sortIconFloat_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_{width:0;flex-basis:0}.___SColumn_3mbfi_gg_.__active_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_3mbfi_gg_.__resizable_3mbfi_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_3mbfi_gg_.__resizable_3mbfi_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_3mbfi_gg_.__resizable_3mbfi_gg_:after{content:\"\";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_3mbfi_gg_.__fixed_3mbfi_gg_{position:sticky;z-index:2}.___SCell_3mbfi_gg_.__borderLeft_3mbfi_gg_,.___SColumn_3mbfi_gg_.__borderLeft_3mbfi_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_3mbfi_gg_.__borderRight_3mbfi_gg_,.___SColumn_3mbfi_gg_.__borderRight_3mbfi_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_3mbfi_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_3mbfi_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_3mbfi_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_3mbfi_gg_._use_primary_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3mbfi_gg_._use_secondary_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_3mbfi_gg_{position:relative}.___SBody_3mbfi_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_3mbfi_gg_{display:flex;flex-direction:row;position:relative}.___SRow_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_muted_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_info_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_success_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_warning_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_danger_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_3mbfi_gg_.__positioned_3mbfi_gg_{position:absolute}.___SCell_3mbfi_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap}.___SCell_3mbfi_gg_._use_primary_3mbfi_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_3mbfi_gg_._use_secondary_3mbfi_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_3mbfi_gg_.__fixed_3mbfi_gg_{position:sticky;z-index:1}.___SCell_3mbfi_gg_._theme_muted_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_3mbfi_gg_._theme_info_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_3mbfi_gg_._theme_success_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_3mbfi_gg_._theme_warning_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_3mbfi_gg_._theme_danger_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_3mbfi_gg_._orientation_horizontal_3mbfi_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_3mbfi_gg_._orientation_vertical_3mbfi_gg_{width:12px}.___SScrollAreaBar_3mbfi_gg_._orientation_horizontal_3mbfi_gg_{margin-left:calc(var(--left_3mbfi) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_3mbfi) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_3mbfi) - 8px)}.___SHeightHold_3mbfi_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
57
57
  /*__inner_css_end__*/
58
- , "uyd3s_gg_")
58
+ , "3mbfi_gg_")
59
59
  /*__reshadow_css_end__*/
60
60
  , {
61
- "__SDataTable": "___SDataTable_uyd3s_gg_",
62
- "_compact": "__compact_uyd3s_gg_",
63
- "__SColumn": "___SColumn_uyd3s_gg_",
64
- "__SCell": "___SCell_uyd3s_gg_",
65
- "__SHeadWrapper": "___SHeadWrapper_uyd3s_gg_",
66
- "_sticky": "__sticky_uyd3s_gg_",
67
- "__SHead": "___SHead_uyd3s_gg_",
68
- "_hidden": "__hidden_uyd3s_gg_",
69
- "_use_primary": "_use_primary_uyd3s_gg_",
70
- "_use_secondary": "_use_secondary_uyd3s_gg_",
71
- "_group": "__group_uyd3s_gg_",
72
- "_use": "__use_uyd3s_gg_",
73
- "_groupHead": "__groupHead_uyd3s_gg_",
74
- "_sortable": "__sortable_uyd3s_gg_",
75
- "__SSortWrapper": "___SSortWrapper_uyd3s_gg_",
76
- "_active": "__active_uyd3s_gg_",
77
- "__SSortIcon": "___SSortIcon_uyd3s_gg_",
78
- "_sortIconFloat": "__sortIconFloat_uyd3s_gg_",
79
- "_resizable": "__resizable_uyd3s_gg_",
80
- "_fixed": "__fixed_uyd3s_gg_",
81
- "_borderLeft": "__borderLeft_uyd3s_gg_",
82
- "_borderRight": "__borderRight_uyd3s_gg_",
83
- "__SBodyWrapper": "___SBodyWrapper_uyd3s_gg_",
84
- "__SBody": "___SBody_uyd3s_gg_",
85
- "__SRow": "___SRow_uyd3s_gg_",
86
- "_theme": "__theme_uyd3s_gg_",
87
- "__SGroupCell": "___SGroupCell_uyd3s_gg_",
88
- "_theme_muted": "_theme_muted_uyd3s_gg_",
89
- "_theme_info": "_theme_info_uyd3s_gg_",
90
- "_theme_success": "_theme_success_uyd3s_gg_",
91
- "_theme_warning": "_theme_warning_uyd3s_gg_",
92
- "_theme_danger": "_theme_danger_uyd3s_gg_",
93
- "_positioned": "__positioned_uyd3s_gg_",
94
- "__SScrollAreaBar": "___SScrollAreaBar_uyd3s_gg_",
95
- "_orientation_horizontal": "_orientation_horizontal_uyd3s_gg_",
96
- "_orientation_vertical": "_orientation_vertical_uyd3s_gg_",
97
- "--left": "--left_uyd3s",
98
- "--right": "--right_uyd3s",
99
- "--offsetSum": "--offsetSum_uyd3s",
100
- "__SHeightHold": "___SHeightHold_uyd3s_gg_"
61
+ "__SDataTable": "___SDataTable_3mbfi_gg_",
62
+ "_compact": "__compact_3mbfi_gg_",
63
+ "__SColumn": "___SColumn_3mbfi_gg_",
64
+ "__SCell": "___SCell_3mbfi_gg_",
65
+ "__SHeadWrapper": "___SHeadWrapper_3mbfi_gg_",
66
+ "_sticky": "__sticky_3mbfi_gg_",
67
+ "__SHead": "___SHead_3mbfi_gg_",
68
+ "_hidden": "__hidden_3mbfi_gg_",
69
+ "_use_primary": "_use_primary_3mbfi_gg_",
70
+ "_use_secondary": "_use_secondary_3mbfi_gg_",
71
+ "_group": "__group_3mbfi_gg_",
72
+ "_use": "__use_3mbfi_gg_",
73
+ "_groupHead": "__groupHead_3mbfi_gg_",
74
+ "_sortable": "__sortable_3mbfi_gg_",
75
+ "__SSortWrapper": "___SSortWrapper_3mbfi_gg_",
76
+ "_active": "__active_3mbfi_gg_",
77
+ "__SSortIcon": "___SSortIcon_3mbfi_gg_",
78
+ "_sortIconFloat": "__sortIconFloat_3mbfi_gg_",
79
+ "_resizable": "__resizable_3mbfi_gg_",
80
+ "_fixed": "__fixed_3mbfi_gg_",
81
+ "_borderLeft": "__borderLeft_3mbfi_gg_",
82
+ "_borderRight": "__borderRight_3mbfi_gg_",
83
+ "__SBodyWrapper": "___SBodyWrapper_3mbfi_gg_",
84
+ "__SBody": "___SBody_3mbfi_gg_",
85
+ "__SRow": "___SRow_3mbfi_gg_",
86
+ "_theme": "__theme_3mbfi_gg_",
87
+ "__SGroupCell": "___SGroupCell_3mbfi_gg_",
88
+ "_theme_muted": "_theme_muted_3mbfi_gg_",
89
+ "_theme_info": "_theme_info_3mbfi_gg_",
90
+ "_theme_success": "_theme_success_3mbfi_gg_",
91
+ "_theme_warning": "_theme_warning_3mbfi_gg_",
92
+ "_theme_danger": "_theme_danger_3mbfi_gg_",
93
+ "_positioned": "__positioned_3mbfi_gg_",
94
+ "__SScrollAreaBar": "___SScrollAreaBar_3mbfi_gg_",
95
+ "_orientation_horizontal": "_orientation_horizontal_3mbfi_gg_",
96
+ "_orientation_vertical": "_orientation_vertical_3mbfi_gg_",
97
+ "--left": "--left_3mbfi",
98
+ "--right": "--right_3mbfi",
99
+ "--offsetSum": "--offsetSum_3mbfi",
100
+ "__SHeightHold": "___SHeightHold_3mbfi_gg_"
101
101
  });
102
102
  var REVERSED_SORT_DIRECTION = {
103
103
  desc: 'asc',
package/lib/cjs/Head.js CHANGED
@@ -50,16 +50,16 @@ var scrollStyles = (
50
50
  /*__reshadow_css_start__*/
51
51
  _core.sstyled.insert(
52
52
  /*__inner_css_start__*/
53
- ".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
53
+ ".___SShadowHorizontal_qidk4_gg_:before{left:var(--left_qidk4)!important}.___SShadowHorizontal_qidk4_gg_:after{right:var(--right_qidk4)!important}.___SContainer_qidk4_gg_.__disabledScroll_qidk4_gg_{overflow:visible}"
54
54
  /*__inner_css_end__*/
55
- , "1uyh0_gg_")
55
+ , "qidk4_gg_")
56
56
  /*__reshadow_css_end__*/
57
57
  , {
58
- "__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
59
- "--left": "--left_1uyh0",
60
- "--right": "--right_1uyh0",
61
- "__SContainer": "___SContainer_1uyh0_gg_",
62
- "_disabledScroll": "__disabledScroll_1uyh0_gg_"
58
+ "__SShadowHorizontal": "___SShadowHorizontal_qidk4_gg_",
59
+ "--left": "--left_qidk4",
60
+ "--right": "--right_qidk4",
61
+ "__SContainer": "___SContainer_qidk4_gg_",
62
+ "_disabledScroll": "__disabledScroll_qidk4_gg_"
63
63
  });
64
64
  var SORTING_ICON = {
65
65
  desc: _m["default"],
package/lib/es6/Body.js CHANGED
@@ -26,16 +26,16 @@ var scrollStyles = (
26
26
  /*__reshadow_css_start__*/
27
27
  _sstyled.insert(
28
28
  /*__inner_css_start__*/
29
- ".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
29
+ ".___SShadowHorizontal_qidk4_gg_:before{left:var(--left_qidk4)!important}.___SShadowHorizontal_qidk4_gg_:after{right:var(--right_qidk4)!important}.___SContainer_qidk4_gg_.__disabledScroll_qidk4_gg_{overflow:visible}"
30
30
  /*__inner_css_end__*/
31
- , "1uyh0_gg_")
31
+ , "qidk4_gg_")
32
32
  /*__reshadow_css_end__*/
33
33
  , {
34
- "__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
35
- "--left": "--left_1uyh0",
36
- "--right": "--right_1uyh0",
37
- "__SContainer": "___SContainer_1uyh0_gg_",
38
- "_disabledScroll": "__disabledScroll_1uyh0_gg_"
34
+ "__SShadowHorizontal": "___SShadowHorizontal_qidk4_gg_",
35
+ "--left": "--left_qidk4",
36
+ "--right": "--right_qidk4",
37
+ "__SContainer": "___SContainer_qidk4_gg_",
38
+ "_disabledScroll": "__disabledScroll_qidk4_gg_"
39
39
  });
40
40
  import trottle from '@semcore/utils/lib/rafTrottle';
41
41
  var testEnv = process.env.NODE_ENV === 'test';
@@ -26,51 +26,51 @@ var style = (
26
26
  /*__reshadow_css_start__*/
27
27
  _sstyled.insert(
28
28
  /*__inner_css_start__*/
29
- ".___SDataTable_uyd3s_gg_,.___SHeadWrapper_uyd3s_gg_{position:relative}.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SCell_uyd3s_gg_,.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SColumn_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_uyd3s_gg_.__sticky_uyd3s_gg_{position:sticky;top:0;z-index:2}.___SHead_uyd3s_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_uyd3s_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_uyd3s_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_.__hidden_uyd3s_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_uyd3s_gg_._use_primary_uyd3s_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_uyd3s_gg_._use_secondary_uyd3s_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_uyd3s_gg_.__group_uyd3s_gg_.__use_uyd3s_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_uyd3s_gg_.__groupHead_uyd3s_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_{cursor:pointer}@media (hover:hover){.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_._use_primary_uyd3s_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_:hover .___SSortWrapper_uyd3s_gg_{display:block}}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_.__active_uyd3s_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortIcon_uyd3s_gg_{position:relative}.___SColumn_uyd3s_gg_.__sortIconFloat_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{width:0;flex-basis:0}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_:after{content:\"\";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:2}.___SCell_uyd3s_gg_.__borderLeft_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderLeft_uyd3s_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_uyd3s_gg_.__borderRight_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderRight_uyd3s_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_uyd3s_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_uyd3s_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_uyd3s_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_uyd3s_gg_._use_secondary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_uyd3s_gg_{position:relative}.___SBody_uyd3s_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_uyd3s_gg_{display:flex;flex-direction:row;position:relative}.___SRow_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_uyd3s_gg_.__positioned_uyd3s_gg_{position:absolute}.___SCell_uyd3s_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap}.___SCell_uyd3s_gg_._use_primary_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_._use_secondary_uyd3s_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:1}.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_uyd3s_gg_._orientation_vertical_uyd3s_gg_{width:12px}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{margin-left:calc(var(--left_uyd3s) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_uyd3s) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_uyd3s) - 8px)}.___SHeightHold_uyd3s_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
29
+ ".___SDataTable_3mbfi_gg_,.___SHeadWrapper_3mbfi_gg_{position:relative}.___SDataTable_3mbfi_gg_.__compact_3mbfi_gg_ .___SCell_3mbfi_gg_,.___SDataTable_3mbfi_gg_.__compact_3mbfi_gg_ .___SColumn_3mbfi_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_3mbfi_gg_.__sticky_3mbfi_gg_{position:sticky;top:0;z-index:2}.___SHead_3mbfi_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_3mbfi_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_3mbfi_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_3mbfi_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_3mbfi_gg_.__hidden_3mbfi_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_3mbfi_gg_._use_primary_3mbfi_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_3mbfi_gg_._use_secondary_3mbfi_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_3mbfi_gg_.__group_3mbfi_gg_.__use_3mbfi_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_3mbfi_gg_.__groupHead_3mbfi_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_3mbfi_gg_.__sortable_3mbfi_gg_{cursor:pointer}@media (hover:hover){.___SColumn_3mbfi_gg_.__sortable_3mbfi_gg_._use_primary_3mbfi_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3mbfi_gg_.__sortable_3mbfi_gg_:hover .___SSortWrapper_3mbfi_gg_{display:block}}.___SColumn_3mbfi_gg_._use_primary_3mbfi_gg_.__active_3mbfi_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_3mbfi_gg_.__active_3mbfi_gg_ .___SSortIcon_3mbfi_gg_{position:relative}.___SColumn_3mbfi_gg_.__sortIconFloat_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_{width:0;flex-basis:0}.___SColumn_3mbfi_gg_.__active_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_3mbfi_gg_.__resizable_3mbfi_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_3mbfi_gg_.__resizable_3mbfi_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_3mbfi_gg_.__resizable_3mbfi_gg_:after{content:\"\";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_3mbfi_gg_.__fixed_3mbfi_gg_{position:sticky;z-index:2}.___SCell_3mbfi_gg_.__borderLeft_3mbfi_gg_,.___SColumn_3mbfi_gg_.__borderLeft_3mbfi_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_3mbfi_gg_.__borderRight_3mbfi_gg_,.___SColumn_3mbfi_gg_.__borderRight_3mbfi_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_3mbfi_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_3mbfi_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_3mbfi_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_3mbfi_gg_._use_primary_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3mbfi_gg_._use_secondary_3mbfi_gg_ .___SSortWrapper_3mbfi_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_3mbfi_gg_{position:relative}.___SBody_3mbfi_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_3mbfi_gg_{display:flex;flex-direction:row;position:relative}.___SRow_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_muted_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_muted_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_info_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_info_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_success_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_success_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_warning_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_warning_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_.__active_3mbfi_gg_>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_ .___SCell_3mbfi_gg_:hover+.___SGroupCell_3mbfi_gg_ .___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_._theme_danger_3mbfi_gg_:hover>.___SCell_3mbfi_gg_:not(.__theme_3mbfi_gg_),.___SRow_3mbfi_gg_:hover>.___SCell_3mbfi_gg_._theme_danger_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_3mbfi_gg_.__positioned_3mbfi_gg_{position:absolute}.___SCell_3mbfi_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap}.___SCell_3mbfi_gg_._use_primary_3mbfi_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_3mbfi_gg_._use_secondary_3mbfi_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_3mbfi_gg_.__fixed_3mbfi_gg_{position:sticky;z-index:1}.___SCell_3mbfi_gg_._theme_muted_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_3mbfi_gg_._theme_info_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_3mbfi_gg_._theme_success_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_3mbfi_gg_._theme_warning_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_3mbfi_gg_._theme_danger_3mbfi_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_3mbfi_gg_._orientation_horizontal_3mbfi_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_3mbfi_gg_._orientation_vertical_3mbfi_gg_{width:12px}.___SScrollAreaBar_3mbfi_gg_._orientation_horizontal_3mbfi_gg_{margin-left:calc(var(--left_3mbfi) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_3mbfi) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_3mbfi) - 8px)}.___SHeightHold_3mbfi_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
30
30
  /*__inner_css_end__*/
31
- , "uyd3s_gg_")
31
+ , "3mbfi_gg_")
32
32
  /*__reshadow_css_end__*/
33
33
  , {
34
- "__SDataTable": "___SDataTable_uyd3s_gg_",
35
- "_compact": "__compact_uyd3s_gg_",
36
- "__SColumn": "___SColumn_uyd3s_gg_",
37
- "__SCell": "___SCell_uyd3s_gg_",
38
- "__SHeadWrapper": "___SHeadWrapper_uyd3s_gg_",
39
- "_sticky": "__sticky_uyd3s_gg_",
40
- "__SHead": "___SHead_uyd3s_gg_",
41
- "_hidden": "__hidden_uyd3s_gg_",
42
- "_use_primary": "_use_primary_uyd3s_gg_",
43
- "_use_secondary": "_use_secondary_uyd3s_gg_",
44
- "_group": "__group_uyd3s_gg_",
45
- "_use": "__use_uyd3s_gg_",
46
- "_groupHead": "__groupHead_uyd3s_gg_",
47
- "_sortable": "__sortable_uyd3s_gg_",
48
- "__SSortWrapper": "___SSortWrapper_uyd3s_gg_",
49
- "_active": "__active_uyd3s_gg_",
50
- "__SSortIcon": "___SSortIcon_uyd3s_gg_",
51
- "_sortIconFloat": "__sortIconFloat_uyd3s_gg_",
52
- "_resizable": "__resizable_uyd3s_gg_",
53
- "_fixed": "__fixed_uyd3s_gg_",
54
- "_borderLeft": "__borderLeft_uyd3s_gg_",
55
- "_borderRight": "__borderRight_uyd3s_gg_",
56
- "__SBodyWrapper": "___SBodyWrapper_uyd3s_gg_",
57
- "__SBody": "___SBody_uyd3s_gg_",
58
- "__SRow": "___SRow_uyd3s_gg_",
59
- "_theme": "__theme_uyd3s_gg_",
60
- "__SGroupCell": "___SGroupCell_uyd3s_gg_",
61
- "_theme_muted": "_theme_muted_uyd3s_gg_",
62
- "_theme_info": "_theme_info_uyd3s_gg_",
63
- "_theme_success": "_theme_success_uyd3s_gg_",
64
- "_theme_warning": "_theme_warning_uyd3s_gg_",
65
- "_theme_danger": "_theme_danger_uyd3s_gg_",
66
- "_positioned": "__positioned_uyd3s_gg_",
67
- "__SScrollAreaBar": "___SScrollAreaBar_uyd3s_gg_",
68
- "_orientation_horizontal": "_orientation_horizontal_uyd3s_gg_",
69
- "_orientation_vertical": "_orientation_vertical_uyd3s_gg_",
70
- "--left": "--left_uyd3s",
71
- "--right": "--right_uyd3s",
72
- "--offsetSum": "--offsetSum_uyd3s",
73
- "__SHeightHold": "___SHeightHold_uyd3s_gg_"
34
+ "__SDataTable": "___SDataTable_3mbfi_gg_",
35
+ "_compact": "__compact_3mbfi_gg_",
36
+ "__SColumn": "___SColumn_3mbfi_gg_",
37
+ "__SCell": "___SCell_3mbfi_gg_",
38
+ "__SHeadWrapper": "___SHeadWrapper_3mbfi_gg_",
39
+ "_sticky": "__sticky_3mbfi_gg_",
40
+ "__SHead": "___SHead_3mbfi_gg_",
41
+ "_hidden": "__hidden_3mbfi_gg_",
42
+ "_use_primary": "_use_primary_3mbfi_gg_",
43
+ "_use_secondary": "_use_secondary_3mbfi_gg_",
44
+ "_group": "__group_3mbfi_gg_",
45
+ "_use": "__use_3mbfi_gg_",
46
+ "_groupHead": "__groupHead_3mbfi_gg_",
47
+ "_sortable": "__sortable_3mbfi_gg_",
48
+ "__SSortWrapper": "___SSortWrapper_3mbfi_gg_",
49
+ "_active": "__active_3mbfi_gg_",
50
+ "__SSortIcon": "___SSortIcon_3mbfi_gg_",
51
+ "_sortIconFloat": "__sortIconFloat_3mbfi_gg_",
52
+ "_resizable": "__resizable_3mbfi_gg_",
53
+ "_fixed": "__fixed_3mbfi_gg_",
54
+ "_borderLeft": "__borderLeft_3mbfi_gg_",
55
+ "_borderRight": "__borderRight_3mbfi_gg_",
56
+ "__SBodyWrapper": "___SBodyWrapper_3mbfi_gg_",
57
+ "__SBody": "___SBody_3mbfi_gg_",
58
+ "__SRow": "___SRow_3mbfi_gg_",
59
+ "_theme": "__theme_3mbfi_gg_",
60
+ "__SGroupCell": "___SGroupCell_3mbfi_gg_",
61
+ "_theme_muted": "_theme_muted_3mbfi_gg_",
62
+ "_theme_info": "_theme_info_3mbfi_gg_",
63
+ "_theme_success": "_theme_success_3mbfi_gg_",
64
+ "_theme_warning": "_theme_warning_3mbfi_gg_",
65
+ "_theme_danger": "_theme_danger_3mbfi_gg_",
66
+ "_positioned": "__positioned_3mbfi_gg_",
67
+ "__SScrollAreaBar": "___SScrollAreaBar_3mbfi_gg_",
68
+ "_orientation_horizontal": "_orientation_horizontal_3mbfi_gg_",
69
+ "_orientation_vertical": "_orientation_vertical_3mbfi_gg_",
70
+ "--left": "--left_3mbfi",
71
+ "--right": "--right_3mbfi",
72
+ "--offsetSum": "--offsetSum_3mbfi",
73
+ "__SHeightHold": "___SHeightHold_3mbfi_gg_"
74
74
  });
75
75
  var REVERSED_SORT_DIRECTION = {
76
76
  desc: 'asc',
package/lib/es6/Head.js CHANGED
@@ -25,16 +25,16 @@ var scrollStyles = (
25
25
  /*__reshadow_css_start__*/
26
26
  _sstyled.insert(
27
27
  /*__inner_css_start__*/
28
- ".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
28
+ ".___SShadowHorizontal_qidk4_gg_:before{left:var(--left_qidk4)!important}.___SShadowHorizontal_qidk4_gg_:after{right:var(--right_qidk4)!important}.___SContainer_qidk4_gg_.__disabledScroll_qidk4_gg_{overflow:visible}"
29
29
  /*__inner_css_end__*/
30
- , "1uyh0_gg_")
30
+ , "qidk4_gg_")
31
31
  /*__reshadow_css_end__*/
32
32
  , {
33
- "__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
34
- "--left": "--left_1uyh0",
35
- "--right": "--right_1uyh0",
36
- "__SContainer": "___SContainer_1uyh0_gg_",
37
- "_disabledScroll": "__disabledScroll_1uyh0_gg_"
33
+ "__SShadowHorizontal": "___SShadowHorizontal_qidk4_gg_",
34
+ "--left": "--left_qidk4",
35
+ "--right": "--right_qidk4",
36
+ "__SContainer": "___SContainer_qidk4_gg_",
37
+ "_disabledScroll": "__disabledScroll_qidk4_gg_"
38
38
  });
39
39
  var SORTING_ICON = {
40
40
  desc: SortDesc,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/data-table",
3
3
  "description": "Semrush DataTable Component",
4
- "version": "3.7.27",
4
+ "version": "3.7.28",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",