@alfalab/core-components-table 2.2.24 → 2.2.26

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 (113) hide show
  1. package/component.js +2 -0
  2. package/components/index.js +2 -0
  3. package/components/pagination/Component.js +3 -1
  4. package/components/pagination/index.css +9 -9
  5. package/components/pagination/index.js +2 -0
  6. package/components/pagination/select-field/index.css +4 -4
  7. package/components/pagination/select-field/index.js +3 -1
  8. package/components/table/Component.js +3 -1
  9. package/components/table/index.css +8 -9
  10. package/components/table/index.js +2 -0
  11. package/components/table/utils.js +2 -0
  12. package/components/table-context/index.js +2 -0
  13. package/components/tbody/Component.js +3 -1
  14. package/components/tbody/index.css +2 -2
  15. package/components/tbody/index.js +2 -0
  16. package/components/tcell/Component.js +3 -1
  17. package/components/tcell/index.css +8 -8
  18. package/components/tcell/index.js +2 -0
  19. package/components/texpandable-row/Component.js +3 -1
  20. package/components/texpandable-row/index.css +5 -5
  21. package/components/texpandable-row/index.js +2 -0
  22. package/components/thead/Component.js +3 -1
  23. package/components/thead/index.css +7 -7
  24. package/components/thead/index.js +2 -0
  25. package/components/thead-cell/Component.js +3 -1
  26. package/components/thead-cell/index.css +10 -10
  27. package/components/thead-cell/index.js +2 -0
  28. package/components/trow/Component.js +3 -1
  29. package/components/trow/index.css +8 -8
  30. package/components/trow/index.js +2 -0
  31. package/components/tsortable-head-cell/Component.js +3 -1
  32. package/components/tsortable-head-cell/index.css +12 -12
  33. package/components/tsortable-head-cell/index.js +2 -0
  34. package/components/tsortable-head-cell/sort-icon-asc.js +2 -0
  35. package/components/tsortable-head-cell/sort-icon-desc.js +2 -0
  36. package/components/tsortable-head-cell/sort-icon-unset.js +2 -0
  37. package/cssm/component.js +2 -0
  38. package/cssm/components/index.js +3 -1
  39. package/cssm/components/pagination/Component.js +2 -0
  40. package/cssm/components/pagination/index.js +2 -0
  41. package/cssm/components/pagination/index.module.css +1 -1
  42. package/cssm/components/pagination/select-field/index.js +2 -0
  43. package/cssm/components/table/Component.js +2 -0
  44. package/cssm/components/table/index.js +2 -0
  45. package/cssm/components/table/index.module.css +1 -2
  46. package/cssm/components/table/utils.js +2 -0
  47. package/cssm/components/table-context/index.js +2 -0
  48. package/cssm/components/tbody/Component.js +2 -0
  49. package/cssm/components/tbody/index.js +2 -0
  50. package/cssm/components/tcell/Component.js +2 -0
  51. package/cssm/components/tcell/index.js +2 -0
  52. package/cssm/components/tcell/index.module.css +2 -2
  53. package/cssm/components/texpandable-row/Component.js +2 -0
  54. package/cssm/components/texpandable-row/index.js +2 -0
  55. package/cssm/components/thead/Component.js +2 -0
  56. package/cssm/components/thead/index.js +2 -0
  57. package/cssm/components/thead/index.module.css +1 -1
  58. package/cssm/components/thead-cell/Component.js +2 -0
  59. package/cssm/components/thead-cell/index.js +2 -0
  60. package/cssm/components/thead-cell/index.module.css +2 -2
  61. package/cssm/components/trow/Component.js +2 -0
  62. package/cssm/components/trow/index.js +2 -0
  63. package/cssm/components/tsortable-head-cell/Component.js +2 -0
  64. package/cssm/components/tsortable-head-cell/index.js +2 -0
  65. package/cssm/components/tsortable-head-cell/index.module.css +3 -3
  66. package/cssm/components/tsortable-head-cell/sort-icon-asc.js +2 -0
  67. package/cssm/components/tsortable-head-cell/sort-icon-desc.js +2 -0
  68. package/cssm/components/tsortable-head-cell/sort-icon-unset.js +2 -0
  69. package/cssm/index.js +2 -0
  70. package/cssm/utils.js +2 -0
  71. package/esm/components/pagination/Component.js +1 -1
  72. package/esm/components/pagination/index.css +9 -9
  73. package/esm/components/pagination/select-field/index.css +4 -4
  74. package/esm/components/pagination/select-field/index.js +1 -1
  75. package/esm/components/table/Component.js +1 -1
  76. package/esm/components/table/index.css +8 -9
  77. package/esm/components/tbody/Component.js +1 -1
  78. package/esm/components/tbody/index.css +2 -2
  79. package/esm/components/tcell/Component.js +1 -1
  80. package/esm/components/tcell/index.css +8 -8
  81. package/esm/components/texpandable-row/Component.js +1 -1
  82. package/esm/components/texpandable-row/index.css +5 -5
  83. package/esm/components/thead/Component.js +1 -1
  84. package/esm/components/thead/index.css +7 -7
  85. package/esm/components/thead-cell/Component.js +1 -1
  86. package/esm/components/thead-cell/index.css +10 -10
  87. package/esm/components/trow/Component.js +1 -1
  88. package/esm/components/trow/index.css +8 -8
  89. package/esm/components/tsortable-head-cell/Component.js +1 -1
  90. package/esm/components/tsortable-head-cell/index.css +12 -12
  91. package/index.js +2 -0
  92. package/modern/components/pagination/Component.js +1 -1
  93. package/modern/components/pagination/index.css +9 -9
  94. package/modern/components/pagination/select-field/index.css +4 -4
  95. package/modern/components/pagination/select-field/index.js +1 -1
  96. package/modern/components/table/Component.js +1 -1
  97. package/modern/components/table/index.css +8 -9
  98. package/modern/components/tbody/Component.js +1 -1
  99. package/modern/components/tbody/index.css +2 -2
  100. package/modern/components/tcell/Component.js +1 -1
  101. package/modern/components/tcell/index.css +8 -8
  102. package/modern/components/texpandable-row/Component.js +1 -1
  103. package/modern/components/texpandable-row/index.css +5 -5
  104. package/modern/components/thead/Component.js +1 -1
  105. package/modern/components/thead/index.css +7 -7
  106. package/modern/components/thead-cell/Component.js +1 -1
  107. package/modern/components/thead-cell/index.css +10 -10
  108. package/modern/components/trow/Component.js +1 -1
  109. package/modern/components/trow/index.css +8 -8
  110. package/modern/components/tsortable-head-cell/Component.js +1 -1
  111. package/modern/components/tsortable-head-cell/index.css +12 -12
  112. package/package.json +4 -4
  113. package/utils.js +2 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1qpcz */
1
+ /* hash: lqjb1 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,7 +14,7 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .table__component_qw168 {
17
+ } .table__component_f0zpp {
18
18
  width: 100%;
19
19
  box-sizing: border-box;
20
20
  }
@@ -3,7 +3,7 @@ import React, { useContext } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
5
5
 
6
- var styles = {"component":"table__component_18qdi","compactHorizontal":"table__compactHorizontal_18qdi","compact":"table__compact_18qdi"};
6
+ var styles = {"component":"table__component_1nhnr","compactHorizontal":"table__compactHorizontal_1nhnr","compact":"table__compact_1nhnr"};
7
7
  require('./index.css')
8
8
 
9
9
  var TCell = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: 167td */
1
+ /* hash: i3vcg */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-primary: #dbdee1;
5
- --color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-border-primary: #dcdcdd;
5
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -20,7 +20,7 @@
20
20
  --gap-xl: 24px;
21
21
  } :root {
22
22
  } :root {
23
- } .table__component_18qdi {
23
+ } .table__component_1nhnr {
24
24
  font-size: 14px;
25
25
  line-height: 20px;
26
26
  font-weight: 400;
@@ -31,14 +31,14 @@
31
31
  border-top: 1px solid var(--color-light-border-primary);
32
32
  vertical-align: top;
33
33
  box-sizing: border-box
34
- } .table__component_18qdi:first-child {
34
+ } .table__component_1nhnr:first-child {
35
35
  padding-left: var(--gap-m);
36
- } .table__component_18qdi:last-child {
36
+ } .table__component_1nhnr:last-child {
37
37
  padding-right: var(--gap-m);
38
- } .table__compactHorizontal_18qdi {
38
+ } .table__compactHorizontal_1nhnr {
39
39
  padding-left: 6px;
40
40
  padding-right: 6px;
41
- } .table__compact_18qdi {
41
+ } .table__compact_1nhnr {
42
42
  padding-top: var(--gap-xs);
43
43
  padding-bottom: var(--gap-xs);
44
44
 
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TRow } from '../trow/Component.js';
5
5
 
6
- var styles = {"row":"table__row_32zv1","selected":"table__selected_32zv1","expanded":"table__expanded_32zv1","expandable":"table__expandable_32zv1"};
6
+ var styles = {"row":"table__row_blmy5","selected":"table__selected_blmy5","expanded":"table__expanded_blmy5","expandable":"table__expandable_blmy5"};
7
7
  require('./index.css')
8
8
 
9
9
  var TExpandableRow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1aiyp */
1
+ /* hash: s9sbh */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,13 +14,13 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .table__row_32zv1 {
17
+ } .table__row_blmy5 {
18
18
  cursor: pointer;
19
- } .table__selected_32zv1.table__expanded_32zv1 {
19
+ } .table__selected_blmy5.table__expanded_blmy5 {
20
20
  background-color: inherit;
21
- } .table__expanded_32zv1:hover {
21
+ } .table__expanded_blmy5:hover {
22
22
  background-color: inherit;
23
- } .table__expandable_32zv1 td {
23
+ } .table__expandable_blmy5 td {
24
24
  margin: 0;
25
25
  padding-top: 0;
26
26
  padding-bottom: 0;
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_18ck3","row":"table__row_18ck3"};
5
+ var styles = {"component":"table__component_jdw86","row":"table__row_jdw86"};
6
6
  require('./index.css')
7
7
 
8
8
  var THead = function (_a) {
@@ -1,7 +1,7 @@
1
- /* hash: 1rx6h */
1
+ /* hash: 17mao */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-graphic-quaternary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-graphic-quaternary: #dcdcdd; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
@@ -16,11 +16,11 @@
16
16
  --gap-xs: 8px;
17
17
  } :root {
18
18
  } :root {
19
- } .table__component_18ck3 {
19
+ } .table__component_jdw86 {
20
20
  position: relative;
21
21
  width: 100%;
22
22
  box-sizing: border-box
23
- } .table__component_18ck3 th:not(:last-child):not(:empty):after {
23
+ } .table__component_jdw86 th:not(:last-child):not(:empty):after {
24
24
  transition: opacity 0.2s;
25
25
  position: absolute;
26
26
  content: '';
@@ -31,10 +31,10 @@
31
31
  top: var(--gap-xs);
32
32
  bottom: var(--gap-xs);
33
33
  background-color: var(--color-light-graphic-quaternary);
34
- } .table__component_18ck3 th:after {
34
+ } .table__component_jdw86 th:after {
35
35
  opacity: 0;
36
- } .table__component_18ck3:hover th:after {
36
+ } .table__component_jdw86:hover th:after {
37
37
  opacity: 1;
38
- } .table__row_18ck3 {
38
+ } .table__row_jdw86 {
39
39
  height: 72px;
40
40
  }
@@ -3,7 +3,7 @@ import React, { useContext } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
5
5
 
6
- var styles = {"component":"table__component_s5gds","sortable":"table__sortable_s5gds","sorted":"table__sorted_s5gds","stickyHeader":"table__stickyHeader_s5gds","compactHorizontal":"table__compactHorizontal_s5gds"};
6
+ var styles = {"component":"table__component_pfbvs","sortable":"table__sortable_pfbvs","sorted":"table__sorted_pfbvs","stickyHeader":"table__stickyHeader_pfbvs","compactHorizontal":"table__compactHorizontal_pfbvs"};
7
7
  require('./index.css')
8
8
 
9
9
  var THeadCell = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: 1e8r6 */
1
+ /* hash: bbmwa */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
- --color-light-border-primary: #dbdee1;
6
- --color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ --color-light-border-primary: #dcdcdd;
6
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root {
9
9
  } :root {
@@ -21,7 +21,7 @@
21
21
  --gap-2xl: 32px;
22
22
  } :root {
23
23
  } :root {
24
- } .table__component_s5gds {
24
+ } .table__component_pfbvs {
25
25
  font-size: 12px;
26
26
  line-height: 16px;
27
27
  font-weight: 500;
@@ -37,21 +37,21 @@
37
37
  background: var(--color-light-bg-primary);
38
38
  vertical-align: top;
39
39
  box-sizing: border-box
40
- } .table__component_s5gds:first-child {
40
+ } .table__component_pfbvs:first-child {
41
41
  padding-left: var(--gap-m);
42
- } .table__component_s5gds:last-child {
42
+ } .table__component_pfbvs:last-child {
43
43
  padding-right: var(--gap-m);
44
- } .table__sortable_s5gds {
44
+ } .table__sortable_pfbvs {
45
45
  cursor: pointer;
46
- } .table__sorted_s5gds {
46
+ } .table__sorted_pfbvs {
47
47
  color: var(--color-light-text-primary);
48
- } .table__stickyHeader_s5gds {
48
+ } .table__stickyHeader_pfbvs {
49
49
  top: 0;
50
50
  position: sticky;
51
51
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
52
52
  border: none;
53
53
  z-index: 1;
54
- } .table__compactHorizontal_s5gds {
54
+ } .table__compactHorizontal_pfbvs {
55
55
  padding-left: 6px;
56
56
  padding-right: 6px;
57
57
  }
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_1xhfd","withoutBorder":"table__withoutBorder_1xhfd","clickable":"table__clickable_1xhfd","selected":"table__selected_1xhfd"};
5
+ var styles = {"component":"table__component_10dix","withoutBorder":"table__withoutBorder_10dix","clickable":"table__clickable_10dix","selected":"table__selected_10dix"};
6
6
  require('./index.css')
7
7
 
8
8
  var TRow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1d8hw */
1
+ /* hash: uzbhz */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -17,22 +17,22 @@
17
17
  } :root {
18
18
  } :root {
19
19
  } :root {
20
- } .table__component_1xhfd {
20
+ } .table__component_10dix {
21
21
  padding-top: 1px;
22
22
  width: 100%;
23
23
  transition: background-color 0.2s;
24
24
  box-sizing: border-box;
25
25
  background: var(--color-light-bg-primary)
26
- } .table__component_1xhfd:first-child td {
26
+ } .table__component_10dix:first-child td {
27
27
  border-top: 0;
28
- } .table__withoutBorder_1xhfd td {
28
+ } .table__withoutBorder_10dix td {
29
29
  border: none;
30
- } .table__clickable_1xhfd {
30
+ } .table__clickable_10dix {
31
31
  cursor: pointer
32
- } .table__clickable_1xhfd:hover {
32
+ } .table__clickable_10dix:hover {
33
33
  background-color: var(--color-light-bg-secondary);
34
- } .table__selected_1xhfd {
34
+ } .table__selected_10dix {
35
35
  background-color: #f2f8ff /* нет цвета в палитре */
36
- } .table__selected_1xhfd:hover {
36
+ } .table__selected_10dix:hover {
37
37
  background-color: var(--color-static-graphic-solitude);
38
38
  }
@@ -7,7 +7,7 @@ import { SortIconDesc } from './sort-icon-desc.js';
7
7
  import { SortIconUnset } from './sort-icon-unset.js';
8
8
  import '../table-context/index.js';
9
9
 
10
- var styles = {"component":"table__component_70iun","content":"table__content_70iun","icon":"table__icon_70iun","reverse":"table__reverse_70iun","sorted":"table__sorted_70iun"};
10
+ var styles = {"component":"table__component_1q85o","content":"table__content_1q85o","icon":"table__icon_1q85o","reverse":"table__reverse_1q85o","sorted":"table__sorted_1q85o"};
11
11
  require('./index.css')
12
12
 
13
13
  var TSortableHeadCell = function (_a) {
@@ -1,9 +1,9 @@
1
- /* hash: 1ej42 */
1
+ /* hash: 1ytzu */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-graphic-link: #007aff;
5
- --color-light-graphic-primary: #0b1f35;
6
- --color-light-graphic-secondary: #6d7986; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-graphic-link: #0072ef;
5
+ --color-light-graphic-primary: #0e0e0e;
6
+ --color-light-graphic-secondary: #86868a; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root {
9
9
  } :root {
@@ -18,12 +18,12 @@
18
18
  --gap-xs: 8px;
19
19
  } :root {
20
20
  } :root {
21
- } .table__component_70iun {
21
+ } .table__component_1q85o {
22
22
  position: relative;
23
- } .table__content_70iun {
23
+ } .table__content_1q85o {
24
24
  display: flex;
25
25
  align-items: flex-start;
26
- } .table__icon_70iun {
26
+ } .table__icon_1q85o {
27
27
  cursor: pointer;
28
28
  margin-left: var(--gap-xs);
29
29
 
@@ -35,15 +35,15 @@
35
35
  color: var(--color-light-graphic-secondary);
36
36
  transition: color 0.2s ease;
37
37
  flex-shrink: 0
38
- } .table__icon_70iun:hover {
38
+ } .table__icon_1q85o:hover {
39
39
  color: var(--color-light-graphic-primary);
40
- } .table__reverse_70iun {
40
+ } .table__reverse_1q85o {
41
41
  flex-direction: row-reverse
42
- } .table__reverse_70iun .table__icon_70iun {
42
+ } .table__reverse_1q85o .table__icon_1q85o {
43
43
  margin-left: 0;
44
44
  margin-right: var(--gap-xs);
45
- } .table__sorted_70iun {
45
+ } .table__sorted_1q85o {
46
46
  color: var(--color-light-graphic-link)
47
- } .table__sorted_70iun:hover {
47
+ } .table__sorted_1q85o:hover {
48
48
  color: var(--color-light-graphic-link);
49
49
  }
package/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var component = require('./component.js');
4
6
  require('./components/table/Component.js');
5
7
  require('tslib');
@@ -6,7 +6,7 @@ import { TableContext } from '../table-context/index.js';
6
6
  import { CustomSelectField } from './select-field/index.js';
7
7
  import '@alfalab/core-components-button/modern';
8
8
 
9
- const styles = {"component":"table__component_bktll","pagesWrapper":"table__pagesWrapper_bktll","tag":"table__tag_bktll","tagActive":"table__tagActive_bktll","menu":"table__menu_bktll","option":"table__option_bktll"};
9
+ const styles = {"component":"table__component_ukvxd","pagesWrapper":"table__pagesWrapper_ukvxd","tag":"table__tag_ukvxd","tagActive":"table__tagActive_ukvxd","menu":"table__menu_ukvxd","option":"table__option_ukvxd"};
10
10
  require('./index.css')
11
11
 
12
12
  const Pagination = ({ perPage = 25, possiblePerPage = [25, 50, 100], onPerPageChange = () => null, pagesCount, onPageChange = () => null, className, dataTestId, ...restPaginationProps }) => {
@@ -1,7 +1,7 @@
1
- /* hash: tadrh */
1
+ /* hash: 315lr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-primary: #dbdee1; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-border-primary: #dcdcdd; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root {
7
7
  } :root {
@@ -20,7 +20,7 @@
20
20
  --gap-2xl: 32px;
21
21
  } :root {
22
22
  } :root {
23
- } .table__component_bktll {
23
+ } .table__component_ukvxd {
24
24
  display: flex;
25
25
  justify-content: space-between;
26
26
  align-items: flex-start;
@@ -28,19 +28,19 @@
28
28
  padding: var(--gap-xl) var(--gap-m) var(--gap-2xl);
29
29
  border-top: 1px solid var(--color-light-border-primary);
30
30
  box-sizing: border-box;
31
- } .table__pagesWrapper_bktll {
31
+ } .table__pagesWrapper_ukvxd {
32
32
  display: flex;
33
- } .table__tag_bktll.table__tag_bktll {
33
+ } .table__tag_ukvxd.table__tag_ukvxd {
34
34
  flex-shrink: 0;
35
35
  margin-right: var(--gap-xs);
36
36
  padding: 0 var(--gap-xs);
37
37
  min-width: 32px
38
- } .table__tag_bktll.table__tag_bktll:last-child {
38
+ } .table__tag_ukvxd.table__tag_ukvxd:last-child {
39
39
  margin-right: 0;
40
- } .table__tag_bktll.table__tag_bktll.table__tagActive_bktll {
40
+ } .table__tag_ukvxd.table__tag_ukvxd.table__tagActive_ukvxd {
41
41
  cursor: default;
42
- } .table__menu_bktll {
42
+ } .table__menu_ukvxd {
43
43
  margin: var(--gap-2xs) 0;
44
- } .table__option_bktll {
44
+ } .table__option_ukvxd {
45
45
  min-width: 208px;
46
46
  }
@@ -1,4 +1,4 @@
1
- /* hash: 17ozu */
1
+ /* hash: hfrob */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
@@ -15,10 +15,10 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .table__field_7ywrv svg {
18
+ } .table__field_19jt4 svg {
19
19
  width: 18px;
20
20
  height: 18px;
21
- } .table__open_7ywrv,
22
- .table__open_7ywrv:hover {
21
+ } .table__open_19jt4,
22
+ .table__open_19jt4:hover {
23
23
  background-color: var(--color-light-specialbg-component-shade-7);
24
24
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Button } from '@alfalab/core-components-button/modern';
4
4
 
5
- const styles = {"field":"table__field_7ywrv","open":"table__open_7ywrv"};
5
+ const styles = {"field":"table__field_19jt4","open":"table__open_19jt4"};
6
6
  require('./index.css')
7
7
 
8
8
  const CustomSelectField = ({ selected, innerProps, Arrow, open }) => {
@@ -5,7 +5,7 @@ import { findAllHeadCellsProps } from './utils.js';
5
5
  import '../../utils.js';
6
6
  import '../thead/Component.js';
7
7
 
8
- const styles = {"component":"table__component_154a7","wrapper":"table__wrapper_154a7","stickyHeader":"table__stickyHeader_154a7","hasPagination":"table__hasPagination_154a7","table":"table__table_154a7"};
8
+ const styles = {"component":"table__component_1v1kc","wrapper":"table__wrapper_1v1kc","stickyHeader":"table__stickyHeader_1v1kc","hasPagination":"table__hasPagination_1v1kc","table":"table__table_1v1kc"};
9
9
  require('./index.css')
10
10
 
11
11
  const Table = forwardRef(({ className, children, compactView = false, compactHorizontal = false, wrapper = true, pagination, dataTestId, stickyHeader = false, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: craob */
1
+ /* hash: 12wy3 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -7,8 +7,7 @@
7
7
  } :root {
8
8
 
9
9
  /* Hard */
10
- --shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
11
- 0 2px 4px rgba(11, 31, 53, 0.16);
10
+ --shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
12
11
 
13
12
  /* Up */
14
13
 
@@ -19,24 +18,24 @@
19
18
  --gap-m: 16px;
20
19
  } :root {
21
20
  } :root {
22
- } .table__component_154a7 {
21
+ } .table__component_1v1kc {
23
22
  box-sizing: border-box;
24
- } .table__wrapper_154a7 {
23
+ } .table__wrapper_1v1kc {
25
24
  padding: 0 var(--gap-m) var(--gap-m);
26
25
  background: var(--color-light-bg-primary);
27
26
  box-shadow: var(--shadow-xs-hard);
28
27
  border-radius: var(--border-radius-m);
29
28
  overflow: auto;
30
- } .table__stickyHeader_154a7 {
29
+ } .table__stickyHeader_1v1kc {
31
30
  max-height: 100%;
32
- } .table__hasPagination_154a7 {
31
+ } .table__hasPagination_1v1kc {
33
32
  padding-bottom: 0;
34
- } .table__table_154a7 {
33
+ } .table__table_1v1kc {
35
34
  width: 100%;
36
35
  border-collapse: collapse;
37
36
  box-sizing: border-box
38
37
 
39
38
  /* TODO: Хак для выравнивания чекбокса */
40
- } .table__table_154a7 td:first-child label > *[class^='box'], .table__table_154a7 th:first-child label > *[class^='box'] {
39
+ } .table__table_1v1kc td:first-child label > *[class^='box'], .table__table_1v1kc th:first-child label > *[class^='box'] {
41
40
  margin-top: 0;
42
41
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"component":"table__component_qw168"};
4
+ const styles = {"component":"table__component_f0zpp"};
5
5
  require('./index.css')
6
6
 
7
7
  const TBody = ({ className, children, dataTestId, ...restProps }) => (React.createElement("tbody", { className: cn(styles.component, className), "data-test-id": dataTestId, ...restProps }, children));
@@ -1,4 +1,4 @@
1
- /* hash: 1qpcz */
1
+ /* hash: lqjb1 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,7 +14,7 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .table__component_qw168 {
17
+ } .table__component_f0zpp {
18
18
  width: 100%;
19
19
  box-sizing: border-box;
20
20
  }
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TableContext } from '../table-context/index.js';
4
4
 
5
- const styles = {"component":"table__component_18qdi","compactHorizontal":"table__compactHorizontal_18qdi","compact":"table__compact_18qdi"};
5
+ const styles = {"component":"table__component_1nhnr","compactHorizontal":"table__compactHorizontal_1nhnr","compact":"table__compact_1nhnr"};
6
6
  require('./index.css')
7
7
 
8
8
  const TCell = ({ className, style, dataTestId, children, index, ...restProps }) => {
@@ -1,8 +1,8 @@
1
- /* hash: 167td */
1
+ /* hash: i3vcg */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-primary: #dbdee1;
5
- --color-light-text-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-border-primary: #dcdcdd;
5
+ --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -20,7 +20,7 @@
20
20
  --gap-xl: 24px;
21
21
  } :root {
22
22
  } :root {
23
- } .table__component_18qdi {
23
+ } .table__component_1nhnr {
24
24
  font-size: 14px;
25
25
  line-height: 20px;
26
26
  font-weight: 400;
@@ -31,14 +31,14 @@
31
31
  border-top: 1px solid var(--color-light-border-primary);
32
32
  vertical-align: top;
33
33
  box-sizing: border-box
34
- } .table__component_18qdi:first-child {
34
+ } .table__component_1nhnr:first-child {
35
35
  padding-left: var(--gap-m);
36
- } .table__component_18qdi:last-child {
36
+ } .table__component_1nhnr:last-child {
37
37
  padding-right: var(--gap-m);
38
- } .table__compactHorizontal_18qdi {
38
+ } .table__compactHorizontal_1nhnr {
39
39
  padding-left: 6px;
40
40
  padding-right: 6px;
41
- } .table__compact_18qdi {
41
+ } .table__compact_1nhnr {
42
42
  padding-top: var(--gap-xs);
43
43
  padding-bottom: var(--gap-xs);
44
44
 
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TRow } from '../trow/Component.js';
4
4
 
5
- const styles = {"row":"table__row_32zv1","selected":"table__selected_32zv1","expanded":"table__expanded_32zv1","expandable":"table__expandable_32zv1"};
5
+ const styles = {"row":"table__row_blmy5","selected":"table__selected_blmy5","expanded":"table__expanded_blmy5","expandable":"table__expandable_blmy5"};
6
6
  require('./index.css')
7
7
 
8
8
  const TExpandableRow = ({ className, selected, expanded, defaultExpanded = false, onToggle = () => null, renderContent = () => null, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1aiyp */
1
+ /* hash: s9sbh */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,13 +14,13 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .table__row_32zv1 {
17
+ } .table__row_blmy5 {
18
18
  cursor: pointer;
19
- } .table__selected_32zv1.table__expanded_32zv1 {
19
+ } .table__selected_blmy5.table__expanded_blmy5 {
20
20
  background-color: inherit;
21
- } .table__expanded_32zv1:hover {
21
+ } .table__expanded_blmy5:hover {
22
22
  background-color: inherit;
23
- } .table__expandable_32zv1 td {
23
+ } .table__expandable_blmy5 td {
24
24
  margin: 0;
25
25
  padding-top: 0;
26
26
  padding-bottom: 0;