@alfalab/core-components-table 3.0.14 → 3.0.15

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 (61) hide show
  1. package/components/pagination/index.css +8 -8
  2. package/components/pagination/index.module.css.js +1 -1
  3. package/components/pagination/select-field/index.css +3 -3
  4. package/components/pagination/select-field/index.module.css.js +1 -1
  5. package/components/table/index.css +6 -6
  6. package/components/table/index.module.css.js +1 -1
  7. package/components/tbody/index.css +1 -1
  8. package/components/tbody/index.module.css.js +1 -1
  9. package/components/tcell/index.css +5 -5
  10. package/components/tcell/index.module.css.js +1 -1
  11. package/components/texpandable-row/index.css +4 -4
  12. package/components/texpandable-row/index.module.css.js +1 -1
  13. package/components/thead/index.css +5 -5
  14. package/components/thead/index.module.css.js +1 -1
  15. package/components/thead-cell/index.css +8 -8
  16. package/components/thead-cell/index.module.css.js +1 -1
  17. package/components/trow/index.css +7 -7
  18. package/components/trow/index.module.css.js +1 -1
  19. package/components/tsortable-head-cell/index.css +7 -7
  20. package/components/tsortable-head-cell/index.module.css.js +1 -1
  21. package/esm/components/pagination/index.css +8 -8
  22. package/esm/components/pagination/index.module.css.js +1 -1
  23. package/esm/components/pagination/select-field/index.css +3 -3
  24. package/esm/components/pagination/select-field/index.module.css.js +1 -1
  25. package/esm/components/table/index.css +6 -6
  26. package/esm/components/table/index.module.css.js +1 -1
  27. package/esm/components/tbody/index.css +1 -1
  28. package/esm/components/tbody/index.module.css.js +1 -1
  29. package/esm/components/tcell/index.css +5 -5
  30. package/esm/components/tcell/index.module.css.js +1 -1
  31. package/esm/components/texpandable-row/index.css +4 -4
  32. package/esm/components/texpandable-row/index.module.css.js +1 -1
  33. package/esm/components/thead/index.css +5 -5
  34. package/esm/components/thead/index.module.css.js +1 -1
  35. package/esm/components/thead-cell/index.css +8 -8
  36. package/esm/components/thead-cell/index.module.css.js +1 -1
  37. package/esm/components/trow/index.css +7 -7
  38. package/esm/components/trow/index.module.css.js +1 -1
  39. package/esm/components/tsortable-head-cell/index.css +7 -7
  40. package/esm/components/tsortable-head-cell/index.module.css.js +1 -1
  41. package/modern/components/pagination/index.css +8 -8
  42. package/modern/components/pagination/index.module.css.js +1 -1
  43. package/modern/components/pagination/select-field/index.css +3 -3
  44. package/modern/components/pagination/select-field/index.module.css.js +1 -1
  45. package/modern/components/table/index.css +6 -6
  46. package/modern/components/table/index.module.css.js +1 -1
  47. package/modern/components/tbody/index.css +1 -1
  48. package/modern/components/tbody/index.module.css.js +1 -1
  49. package/modern/components/tcell/index.css +5 -5
  50. package/modern/components/tcell/index.module.css.js +1 -1
  51. package/modern/components/texpandable-row/index.css +4 -4
  52. package/modern/components/texpandable-row/index.module.css.js +1 -1
  53. package/modern/components/thead/index.css +5 -5
  54. package/modern/components/thead/index.module.css.js +1 -1
  55. package/modern/components/thead-cell/index.css +8 -8
  56. package/modern/components/thead-cell/index.module.css.js +1 -1
  57. package/modern/components/trow/index.css +7 -7
  58. package/modern/components/trow/index.module.css.js +1 -1
  59. package/modern/components/tsortable-head-cell/index.css +7 -7
  60. package/modern/components/tsortable-head-cell/index.module.css.js +1 -1
  61. package/package.json +2 -2
@@ -12,7 +12,7 @@
12
12
  --gap-16: var(--gap-m);
13
13
  --gap-24: var(--gap-xl);
14
14
  --gap-32: var(--gap-2xl);
15
- } .table__component_k11t6 {
15
+ } .table__component_mfs41 {
16
16
  position: sticky;
17
17
  left: var(--gap-0);
18
18
  display: flex;
@@ -22,21 +22,21 @@
22
22
  padding: var(--gap-24) var(--gap-16) var(--gap-32);
23
23
  border-top: 1px solid var(--color-light-neutral-400);
24
24
  box-sizing: border-box;
25
- } .table__pagesWrapper_k11t6 {
25
+ } .table__pagesWrapper_mfs41 {
26
26
  display: flex;
27
- } .table__tag_k11t6.table__tag_k11t6 {
27
+ } .table__tag_mfs41.table__tag_mfs41 {
28
28
  flex-shrink: 0;
29
29
  margin-right: var(--gap-8);
30
30
  padding: var(--gap-0) var(--gap-8);
31
31
  min-width: 32px;
32
- } .table__tag_k11t6.table__tag_k11t6:last-child {
32
+ } .table__tag_mfs41.table__tag_mfs41:last-child {
33
33
  margin-right: var(--gap-0);
34
- } .table__tag_k11t6.table__tag_k11t6.table__tagActive_k11t6 {
34
+ } .table__tag_mfs41.table__tag_mfs41.table__tagActive_mfs41 {
35
35
  cursor: default;
36
- } .table__pagination_k11t6 {
36
+ } .table__pagination_mfs41 {
37
37
  margin-left: auto;
38
- } .table__menu_k11t6 {
38
+ } .table__menu_mfs41 {
39
39
  margin: var(--gap-4) var(--gap-0);
40
- } .table__option_k11t6 {
40
+ } .table__option_mfs41 {
41
41
  min-width: 208px;
42
42
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_k11t6","pagination":"table__pagination_k11t6","menu":"table__menu_k11t6","option":"table__option_k11t6"};
5
+ var styles = {"component":"table__component_mfs41","pagination":"table__pagination_mfs41","menu":"table__menu_mfs41","option":"table__option_mfs41"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,9 +1,9 @@
1
1
  :root {
2
2
  --color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
3
- } .table__field_yfnvq svg {
3
+ } .table__field_10ue6 svg {
4
4
  width: 18px;
5
5
  height: 18px;
6
- } .table__open_yfnvq,
7
- .table__open_yfnvq:hover {
6
+ } .table__open_10ue6,
7
+ .table__open_10ue6:hover {
8
8
  background-color: var(--color-light-neutral-translucent-200-hover);
9
9
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"field":"table__field_yfnvq","open":"table__open_yfnvq"};
5
+ var styles = {"field":"table__field_10ue6","open":"table__open_10ue6"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -9,22 +9,22 @@
9
9
  --gap-m: 16px;
10
10
  --gap-0: 0px;
11
11
  --gap-16: var(--gap-m);
12
- } .table__component_9sd06 {
12
+ } .table__component_118l6 {
13
13
  box-sizing: border-box;
14
- } .table__wrapper_9sd06 {
14
+ } .table__wrapper_118l6 {
15
15
  padding: var(--gap-0) var(--gap-16) var(--gap-16);
16
16
  background: var(--color-light-base-bg-primary);
17
17
  box-shadow: var(--shadow-xs-hard);
18
18
  border-radius: var(--border-radius-8);
19
19
  overflow: auto;
20
- } .table__stickyHeader_9sd06 {
20
+ } .table__stickyHeader_118l6 {
21
21
  max-height: 100%;
22
- } .table__hasPagination_9sd06 {
22
+ } .table__hasPagination_118l6 {
23
23
  padding-bottom: var(--gap-0);
24
- } .table__table_9sd06 {
24
+ } .table__table_118l6 {
25
25
  width: 100%;
26
26
  border-collapse: collapse;
27
27
  box-sizing: border-box;
28
- } .table__table_9sd06 td:first-child label > *[class^='box'], .table__table_9sd06 th:first-child label > *[class^='box'] {
28
+ } .table__table_118l6 td:first-child label > *[class^='box'], .table__table_118l6 th:first-child label > *[class^='box'] {
29
29
  margin-top: var(--gap-0);
30
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_9sd06","wrapper":"table__wrapper_9sd06","stickyHeader":"table__stickyHeader_9sd06","hasPagination":"table__hasPagination_9sd06","table":"table__table_9sd06"};
5
+ var styles = {"component":"table__component_118l6","wrapper":"table__wrapper_118l6","stickyHeader":"table__stickyHeader_118l6","hasPagination":"table__hasPagination_118l6","table":"table__table_118l6"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .table__component_9yfkt {
1
+ .table__component_1555t {
2
2
  width: 100%;
3
3
  box-sizing: border-box;
4
4
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_9yfkt"};
5
+ var styles = {"component":"table__component_1555t"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -11,7 +11,7 @@
11
11
  --gap-12: var(--gap-s);
12
12
  --gap-16: var(--gap-m);
13
13
  --gap-24: var(--gap-xl);
14
- } .table__component_4m450 {
14
+ } .table__component_gfif9 {
15
15
  font-size: 14px;
16
16
  line-height: 20px;
17
17
  font-weight: 400;
@@ -22,14 +22,14 @@
22
22
  border-top: 1px solid var(--color-light-neutral-400);
23
23
  vertical-align: top;
24
24
  box-sizing: border-box;
25
- } .table__component_4m450:first-child {
25
+ } .table__component_gfif9:first-child {
26
26
  padding-left: var(--gap-16);
27
- } .table__component_4m450:last-child {
27
+ } .table__component_gfif9:last-child {
28
28
  padding-right: var(--gap-16);
29
- } .table__compactHorizontal_4m450 {
29
+ } .table__compactHorizontal_gfif9 {
30
30
  padding-left: var(--gap-6);
31
31
  padding-right: var(--gap-6);
32
- } .table__compact_4m450 {
32
+ } .table__compact_gfif9 {
33
33
  padding-top: var(--gap-8);
34
34
  padding-bottom: var(--gap-8);
35
35
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_4m450","compactHorizontal":"table__compactHorizontal_4m450","compact":"table__compact_4m450"};
5
+ var styles = {"component":"table__component_gfif9","compactHorizontal":"table__compactHorizontal_gfif9","compact":"table__compact_gfif9"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .table__row_10bdz {
3
+ } .table__row_8v5t7 {
4
4
  cursor: pointer;
5
- } .table__selected_10bdz.table__expanded_10bdz {
5
+ } .table__selected_8v5t7.table__expanded_8v5t7 {
6
6
  background-color: inherit;
7
- } .table__expanded_10bdz:hover {
7
+ } .table__expanded_8v5t7:hover {
8
8
  background-color: inherit;
9
- } .table__expandable_10bdz td {
9
+ } .table__expandable_8v5t7 td {
10
10
  margin: var(--gap-0);
11
11
  padding-top: var(--gap-0);
12
12
  padding-bottom: var(--gap-0);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"row":"table__row_10bdz","selected":"table__selected_10bdz","expanded":"table__expanded_10bdz","expandable":"table__expandable_10bdz"};
5
+ var styles = {"row":"table__row_8v5t7","selected":"table__selected_8v5t7","expanded":"table__expanded_8v5t7","expandable":"table__expandable_8v5t7"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -4,11 +4,11 @@
4
4
  --gap-xs: 8px;
5
5
  --gap-0: 0px;
6
6
  --gap-8: var(--gap-xs);
7
- } .table__component_1o32l {
7
+ } .table__component_174gx {
8
8
  position: relative;
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
- } .table__component_1o32l th:not(:last-child):not(:empty):after {
11
+ } .table__component_174gx th:not(:last-child):not(:empty):after {
12
12
  transition: opacity 0.2s;
13
13
  position: absolute;
14
14
  content: '';
@@ -19,10 +19,10 @@
19
19
  top: var(--gap-8);
20
20
  bottom: var(--gap-8);
21
21
  background-color: var(--color-light-neutral-400);
22
- } .table__component_1o32l th:after {
22
+ } .table__component_174gx th:after {
23
23
  opacity: 0;
24
- } .table__component_1o32l:hover th:after {
24
+ } .table__component_174gx:hover th:after {
25
25
  opacity: 1;
26
- } .table__row_1o32l {
26
+ } .table__row_174gx {
27
27
  height: 72px;
28
28
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_1o32l","row":"table__row_1o32l"};
5
+ var styles = {"component":"table__component_174gx","row":"table__row_174gx"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -13,7 +13,7 @@
13
13
  --gap-12: var(--gap-s);
14
14
  --gap-16: var(--gap-m);
15
15
  --gap-32: var(--gap-2xl);
16
- } .table__component_e86y5 {
16
+ } .table__component_btgna {
17
17
  font-size: 12px;
18
18
  line-height: 16px;
19
19
  font-weight: 500;
@@ -28,23 +28,23 @@
28
28
  background: var(--color-light-base-bg-primary);
29
29
  vertical-align: top;
30
30
  box-sizing: border-box;
31
- } .table__component_e86y5:first-child {
31
+ } .table__component_btgna:first-child {
32
32
  padding-left: var(--gap-16);
33
- } .table__component_e86y5:last-child {
33
+ } .table__component_btgna:last-child {
34
34
  padding-right: var(--gap-16);
35
- } .table__component_e86y5:not(.table__stickyHeader_e86y5) {
35
+ } .table__component_btgna:not(.table__stickyHeader_btgna) {
36
36
  position: relative;
37
- } .table__sortable_e86y5 {
37
+ } .table__sortable_btgna {
38
38
  cursor: pointer;
39
- } .table__sorted_e86y5 {
39
+ } .table__sorted_btgna {
40
40
  color: var(--color-light-text-primary);
41
- } .table__stickyHeader_e86y5 {
41
+ } .table__stickyHeader_btgna {
42
42
  top: var(--gap-0);
43
43
  position: sticky;
44
44
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
45
45
  border: none;
46
46
  z-index: 1;
47
- } .table__compactHorizontal_e86y5 {
47
+ } .table__compactHorizontal_btgna {
48
48
  padding-left: var(--gap-6);
49
49
  padding-right: var(--gap-6);
50
50
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_e86y5","stickyHeader":"table__stickyHeader_e86y5","compactHorizontal":"table__compactHorizontal_e86y5"};
5
+ var styles = {"component":"table__component_btgna","stickyHeader":"table__stickyHeader_btgna","compactHorizontal":"table__compactHorizontal_btgna"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,22 +3,22 @@
3
3
  --color-light-base-bg-secondary: #f2f3f5;
4
4
  } :root {
5
5
  --color-static-graphic-solitude: #e8f2fe;
6
- } .table__component_hhkaj {
6
+ } .table__component_taykt {
7
7
  padding-top: 1px;
8
8
  width: 100%;
9
9
  transition: background-color 0.2s;
10
10
  box-sizing: border-box;
11
11
  background: var(--color-light-base-bg-primary);
12
- } .table__component_hhkaj:first-child td {
12
+ } .table__component_taykt:first-child td {
13
13
  border-top: 0;
14
- } .table__withoutBorder_hhkaj td {
14
+ } .table__withoutBorder_taykt td {
15
15
  border: none;
16
- } .table__clickable_hhkaj {
16
+ } .table__clickable_taykt {
17
17
  cursor: pointer;
18
- } .table__clickable_hhkaj:hover {
18
+ } .table__clickable_taykt:hover {
19
19
  background-color: var(--color-light-base-bg-secondary);
20
- } .table__selected_hhkaj {
20
+ } .table__selected_taykt {
21
21
  background-color: #f2f8ff;
22
- } .table__selected_hhkaj:hover {
22
+ } .table__selected_taykt:hover {
23
23
  background-color: var(--color-static-graphic-solitude);
24
24
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_hhkaj","withoutBorder":"table__withoutBorder_hhkaj","clickable":"table__clickable_hhkaj","selected":"table__selected_hhkaj"};
5
+ var styles = {"component":"table__component_taykt","withoutBorder":"table__withoutBorder_taykt","clickable":"table__clickable_taykt","selected":"table__selected_taykt"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,25 +6,25 @@
6
6
  --gap-xs: 8px;
7
7
  --gap-0: 0px;
8
8
  --gap-8: var(--gap-xs);
9
- } .table__content_15per {
9
+ } .table__content_1x5mx {
10
10
  display: flex;
11
11
  align-items: flex-start;
12
- } .table__icon_15per {
12
+ } .table__icon_1x5mx {
13
13
  cursor: pointer;
14
14
  margin-left: var(--gap-8);
15
15
  margin-top: 1px;
16
16
  color: var(--color-light-neutral-700);
17
17
  transition: color 0.2s ease;
18
18
  flex-shrink: 0;
19
- } .table__icon_15per:hover {
19
+ } .table__icon_1x5mx:hover {
20
20
  color: var(--color-light-neutral-translucent-1300);
21
- } .table__reverse_15per {
21
+ } .table__reverse_1x5mx {
22
22
  flex-direction: row-reverse;
23
- } .table__reverse_15per .table__icon_15per {
23
+ } .table__reverse_1x5mx .table__icon_1x5mx {
24
24
  margin-left: var(--gap-0);
25
25
  margin-right: var(--gap-8);
26
- } .table__sorted_15per {
26
+ } .table__sorted_1x5mx {
27
27
  color: var(--color-light-status-info);
28
- } .table__sorted_15per:hover {
28
+ } .table__sorted_1x5mx:hover {
29
29
  color: var(--color-light-status-info);
30
30
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"content":"table__content_15per","icon":"table__icon_15per","reverse":"table__reverse_15per","sorted":"table__sorted_15per"};
5
+ var styles = {"content":"table__content_1x5mx","icon":"table__icon_1x5mx","reverse":"table__reverse_1x5mx","sorted":"table__sorted_1x5mx"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -12,7 +12,7 @@
12
12
  --gap-16: var(--gap-m);
13
13
  --gap-24: var(--gap-xl);
14
14
  --gap-32: var(--gap-2xl);
15
- } .table__component_k11t6 {
15
+ } .table__component_mfs41 {
16
16
  position: sticky;
17
17
  left: var(--gap-0);
18
18
  display: flex;
@@ -22,21 +22,21 @@
22
22
  padding: var(--gap-24) var(--gap-16) var(--gap-32);
23
23
  border-top: 1px solid var(--color-light-neutral-400);
24
24
  box-sizing: border-box;
25
- } .table__pagesWrapper_k11t6 {
25
+ } .table__pagesWrapper_mfs41 {
26
26
  display: flex;
27
- } .table__tag_k11t6.table__tag_k11t6 {
27
+ } .table__tag_mfs41.table__tag_mfs41 {
28
28
  flex-shrink: 0;
29
29
  margin-right: var(--gap-8);
30
30
  padding: var(--gap-0) var(--gap-8);
31
31
  min-width: 32px;
32
- } .table__tag_k11t6.table__tag_k11t6:last-child {
32
+ } .table__tag_mfs41.table__tag_mfs41:last-child {
33
33
  margin-right: var(--gap-0);
34
- } .table__tag_k11t6.table__tag_k11t6.table__tagActive_k11t6 {
34
+ } .table__tag_mfs41.table__tag_mfs41.table__tagActive_mfs41 {
35
35
  cursor: default;
36
- } .table__pagination_k11t6 {
36
+ } .table__pagination_mfs41 {
37
37
  margin-left: auto;
38
- } .table__menu_k11t6 {
38
+ } .table__menu_mfs41 {
39
39
  margin: var(--gap-4) var(--gap-0);
40
- } .table__option_k11t6 {
40
+ } .table__option_mfs41 {
41
41
  min-width: 208px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_k11t6","pagination":"table__pagination_k11t6","menu":"table__menu_k11t6","option":"table__option_k11t6"};
3
+ var styles = {"component":"table__component_mfs41","pagination":"table__pagination_mfs41","menu":"table__menu_mfs41","option":"table__option_mfs41"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,9 +1,9 @@
1
1
  :root {
2
2
  --color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
3
- } .table__field_yfnvq svg {
3
+ } .table__field_10ue6 svg {
4
4
  width: 18px;
5
5
  height: 18px;
6
- } .table__open_yfnvq,
7
- .table__open_yfnvq:hover {
6
+ } .table__open_10ue6,
7
+ .table__open_10ue6:hover {
8
8
  background-color: var(--color-light-neutral-translucent-200-hover);
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"field":"table__field_yfnvq","open":"table__open_yfnvq"};
3
+ var styles = {"field":"table__field_10ue6","open":"table__open_10ue6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -9,22 +9,22 @@
9
9
  --gap-m: 16px;
10
10
  --gap-0: 0px;
11
11
  --gap-16: var(--gap-m);
12
- } .table__component_9sd06 {
12
+ } .table__component_118l6 {
13
13
  box-sizing: border-box;
14
- } .table__wrapper_9sd06 {
14
+ } .table__wrapper_118l6 {
15
15
  padding: var(--gap-0) var(--gap-16) var(--gap-16);
16
16
  background: var(--color-light-base-bg-primary);
17
17
  box-shadow: var(--shadow-xs-hard);
18
18
  border-radius: var(--border-radius-8);
19
19
  overflow: auto;
20
- } .table__stickyHeader_9sd06 {
20
+ } .table__stickyHeader_118l6 {
21
21
  max-height: 100%;
22
- } .table__hasPagination_9sd06 {
22
+ } .table__hasPagination_118l6 {
23
23
  padding-bottom: var(--gap-0);
24
- } .table__table_9sd06 {
24
+ } .table__table_118l6 {
25
25
  width: 100%;
26
26
  border-collapse: collapse;
27
27
  box-sizing: border-box;
28
- } .table__table_9sd06 td:first-child label > *[class^='box'], .table__table_9sd06 th:first-child label > *[class^='box'] {
28
+ } .table__table_118l6 td:first-child label > *[class^='box'], .table__table_118l6 th:first-child label > *[class^='box'] {
29
29
  margin-top: var(--gap-0);
30
30
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_9sd06","wrapper":"table__wrapper_9sd06","stickyHeader":"table__stickyHeader_9sd06","hasPagination":"table__hasPagination_9sd06","table":"table__table_9sd06"};
3
+ var styles = {"component":"table__component_118l6","wrapper":"table__wrapper_118l6","stickyHeader":"table__stickyHeader_118l6","hasPagination":"table__hasPagination_118l6","table":"table__table_118l6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .table__component_9yfkt {
1
+ .table__component_1555t {
2
2
  width: 100%;
3
3
  box-sizing: border-box;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_9yfkt"};
3
+ var styles = {"component":"table__component_1555t"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -11,7 +11,7 @@
11
11
  --gap-12: var(--gap-s);
12
12
  --gap-16: var(--gap-m);
13
13
  --gap-24: var(--gap-xl);
14
- } .table__component_4m450 {
14
+ } .table__component_gfif9 {
15
15
  font-size: 14px;
16
16
  line-height: 20px;
17
17
  font-weight: 400;
@@ -22,14 +22,14 @@
22
22
  border-top: 1px solid var(--color-light-neutral-400);
23
23
  vertical-align: top;
24
24
  box-sizing: border-box;
25
- } .table__component_4m450:first-child {
25
+ } .table__component_gfif9:first-child {
26
26
  padding-left: var(--gap-16);
27
- } .table__component_4m450:last-child {
27
+ } .table__component_gfif9:last-child {
28
28
  padding-right: var(--gap-16);
29
- } .table__compactHorizontal_4m450 {
29
+ } .table__compactHorizontal_gfif9 {
30
30
  padding-left: var(--gap-6);
31
31
  padding-right: var(--gap-6);
32
- } .table__compact_4m450 {
32
+ } .table__compact_gfif9 {
33
33
  padding-top: var(--gap-8);
34
34
  padding-bottom: var(--gap-8);
35
35
 
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_4m450","compactHorizontal":"table__compactHorizontal_4m450","compact":"table__compact_4m450"};
3
+ var styles = {"component":"table__component_gfif9","compactHorizontal":"table__compactHorizontal_gfif9","compact":"table__compact_gfif9"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .table__row_10bdz {
3
+ } .table__row_8v5t7 {
4
4
  cursor: pointer;
5
- } .table__selected_10bdz.table__expanded_10bdz {
5
+ } .table__selected_8v5t7.table__expanded_8v5t7 {
6
6
  background-color: inherit;
7
- } .table__expanded_10bdz:hover {
7
+ } .table__expanded_8v5t7:hover {
8
8
  background-color: inherit;
9
- } .table__expandable_10bdz td {
9
+ } .table__expandable_8v5t7 td {
10
10
  margin: var(--gap-0);
11
11
  padding-top: var(--gap-0);
12
12
  padding-bottom: var(--gap-0);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"row":"table__row_10bdz","selected":"table__selected_10bdz","expanded":"table__expanded_10bdz","expandable":"table__expandable_10bdz"};
3
+ var styles = {"row":"table__row_8v5t7","selected":"table__selected_8v5t7","expanded":"table__expanded_8v5t7","expandable":"table__expandable_8v5t7"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -4,11 +4,11 @@
4
4
  --gap-xs: 8px;
5
5
  --gap-0: 0px;
6
6
  --gap-8: var(--gap-xs);
7
- } .table__component_1o32l {
7
+ } .table__component_174gx {
8
8
  position: relative;
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
- } .table__component_1o32l th:not(:last-child):not(:empty):after {
11
+ } .table__component_174gx th:not(:last-child):not(:empty):after {
12
12
  transition: opacity 0.2s;
13
13
  position: absolute;
14
14
  content: '';
@@ -19,10 +19,10 @@
19
19
  top: var(--gap-8);
20
20
  bottom: var(--gap-8);
21
21
  background-color: var(--color-light-neutral-400);
22
- } .table__component_1o32l th:after {
22
+ } .table__component_174gx th:after {
23
23
  opacity: 0;
24
- } .table__component_1o32l:hover th:after {
24
+ } .table__component_174gx:hover th:after {
25
25
  opacity: 1;
26
- } .table__row_1o32l {
26
+ } .table__row_174gx {
27
27
  height: 72px;
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_1o32l","row":"table__row_1o32l"};
3
+ var styles = {"component":"table__component_174gx","row":"table__row_174gx"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -13,7 +13,7 @@
13
13
  --gap-12: var(--gap-s);
14
14
  --gap-16: var(--gap-m);
15
15
  --gap-32: var(--gap-2xl);
16
- } .table__component_e86y5 {
16
+ } .table__component_btgna {
17
17
  font-size: 12px;
18
18
  line-height: 16px;
19
19
  font-weight: 500;
@@ -28,23 +28,23 @@
28
28
  background: var(--color-light-base-bg-primary);
29
29
  vertical-align: top;
30
30
  box-sizing: border-box;
31
- } .table__component_e86y5:first-child {
31
+ } .table__component_btgna:first-child {
32
32
  padding-left: var(--gap-16);
33
- } .table__component_e86y5:last-child {
33
+ } .table__component_btgna:last-child {
34
34
  padding-right: var(--gap-16);
35
- } .table__component_e86y5:not(.table__stickyHeader_e86y5) {
35
+ } .table__component_btgna:not(.table__stickyHeader_btgna) {
36
36
  position: relative;
37
- } .table__sortable_e86y5 {
37
+ } .table__sortable_btgna {
38
38
  cursor: pointer;
39
- } .table__sorted_e86y5 {
39
+ } .table__sorted_btgna {
40
40
  color: var(--color-light-text-primary);
41
- } .table__stickyHeader_e86y5 {
41
+ } .table__stickyHeader_btgna {
42
42
  top: var(--gap-0);
43
43
  position: sticky;
44
44
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
45
45
  border: none;
46
46
  z-index: 1;
47
- } .table__compactHorizontal_e86y5 {
47
+ } .table__compactHorizontal_btgna {
48
48
  padding-left: var(--gap-6);
49
49
  padding-right: var(--gap-6);
50
50
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_e86y5","stickyHeader":"table__stickyHeader_e86y5","compactHorizontal":"table__compactHorizontal_e86y5"};
3
+ var styles = {"component":"table__component_btgna","stickyHeader":"table__stickyHeader_btgna","compactHorizontal":"table__compactHorizontal_btgna"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,22 +3,22 @@
3
3
  --color-light-base-bg-secondary: #f2f3f5;
4
4
  } :root {
5
5
  --color-static-graphic-solitude: #e8f2fe;
6
- } .table__component_hhkaj {
6
+ } .table__component_taykt {
7
7
  padding-top: 1px;
8
8
  width: 100%;
9
9
  transition: background-color 0.2s;
10
10
  box-sizing: border-box;
11
11
  background: var(--color-light-base-bg-primary);
12
- } .table__component_hhkaj:first-child td {
12
+ } .table__component_taykt:first-child td {
13
13
  border-top: 0;
14
- } .table__withoutBorder_hhkaj td {
14
+ } .table__withoutBorder_taykt td {
15
15
  border: none;
16
- } .table__clickable_hhkaj {
16
+ } .table__clickable_taykt {
17
17
  cursor: pointer;
18
- } .table__clickable_hhkaj:hover {
18
+ } .table__clickable_taykt:hover {
19
19
  background-color: var(--color-light-base-bg-secondary);
20
- } .table__selected_hhkaj {
20
+ } .table__selected_taykt {
21
21
  background-color: #f2f8ff;
22
- } .table__selected_hhkaj:hover {
22
+ } .table__selected_taykt:hover {
23
23
  background-color: var(--color-static-graphic-solitude);
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_hhkaj","withoutBorder":"table__withoutBorder_hhkaj","clickable":"table__clickable_hhkaj","selected":"table__selected_hhkaj"};
3
+ var styles = {"component":"table__component_taykt","withoutBorder":"table__withoutBorder_taykt","clickable":"table__clickable_taykt","selected":"table__selected_taykt"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,25 +6,25 @@
6
6
  --gap-xs: 8px;
7
7
  --gap-0: 0px;
8
8
  --gap-8: var(--gap-xs);
9
- } .table__content_15per {
9
+ } .table__content_1x5mx {
10
10
  display: flex;
11
11
  align-items: flex-start;
12
- } .table__icon_15per {
12
+ } .table__icon_1x5mx {
13
13
  cursor: pointer;
14
14
  margin-left: var(--gap-8);
15
15
  margin-top: 1px;
16
16
  color: var(--color-light-neutral-700);
17
17
  transition: color 0.2s ease;
18
18
  flex-shrink: 0;
19
- } .table__icon_15per:hover {
19
+ } .table__icon_1x5mx:hover {
20
20
  color: var(--color-light-neutral-translucent-1300);
21
- } .table__reverse_15per {
21
+ } .table__reverse_1x5mx {
22
22
  flex-direction: row-reverse;
23
- } .table__reverse_15per .table__icon_15per {
23
+ } .table__reverse_1x5mx .table__icon_1x5mx {
24
24
  margin-left: var(--gap-0);
25
25
  margin-right: var(--gap-8);
26
- } .table__sorted_15per {
26
+ } .table__sorted_1x5mx {
27
27
  color: var(--color-light-status-info);
28
- } .table__sorted_15per:hover {
28
+ } .table__sorted_1x5mx:hover {
29
29
  color: var(--color-light-status-info);
30
30
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"content":"table__content_15per","icon":"table__icon_15per","reverse":"table__reverse_15per","sorted":"table__sorted_15per"};
3
+ var styles = {"content":"table__content_1x5mx","icon":"table__icon_1x5mx","reverse":"table__reverse_1x5mx","sorted":"table__sorted_1x5mx"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -12,7 +12,7 @@
12
12
  --gap-16: var(--gap-m);
13
13
  --gap-24: var(--gap-xl);
14
14
  --gap-32: var(--gap-2xl);
15
- } .table__component_k11t6 {
15
+ } .table__component_mfs41 {
16
16
  position: sticky;
17
17
  left: var(--gap-0);
18
18
  display: flex;
@@ -22,21 +22,21 @@
22
22
  padding: var(--gap-24) var(--gap-16) var(--gap-32);
23
23
  border-top: 1px solid var(--color-light-neutral-400);
24
24
  box-sizing: border-box;
25
- } .table__pagesWrapper_k11t6 {
25
+ } .table__pagesWrapper_mfs41 {
26
26
  display: flex;
27
- } .table__tag_k11t6.table__tag_k11t6 {
27
+ } .table__tag_mfs41.table__tag_mfs41 {
28
28
  flex-shrink: 0;
29
29
  margin-right: var(--gap-8);
30
30
  padding: var(--gap-0) var(--gap-8);
31
31
  min-width: 32px;
32
- } .table__tag_k11t6.table__tag_k11t6:last-child {
32
+ } .table__tag_mfs41.table__tag_mfs41:last-child {
33
33
  margin-right: var(--gap-0);
34
- } .table__tag_k11t6.table__tag_k11t6.table__tagActive_k11t6 {
34
+ } .table__tag_mfs41.table__tag_mfs41.table__tagActive_mfs41 {
35
35
  cursor: default;
36
- } .table__pagination_k11t6 {
36
+ } .table__pagination_mfs41 {
37
37
  margin-left: auto;
38
- } .table__menu_k11t6 {
38
+ } .table__menu_mfs41 {
39
39
  margin: var(--gap-4) var(--gap-0);
40
- } .table__option_k11t6 {
40
+ } .table__option_mfs41 {
41
41
  min-width: 208px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_k11t6","pagination":"table__pagination_k11t6","menu":"table__menu_k11t6","option":"table__option_k11t6"};
3
+ const styles = {"component":"table__component_mfs41","pagination":"table__pagination_mfs41","menu":"table__menu_mfs41","option":"table__option_mfs41"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,9 +1,9 @@
1
1
  :root {
2
2
  --color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
3
- } .table__field_yfnvq svg {
3
+ } .table__field_10ue6 svg {
4
4
  width: 18px;
5
5
  height: 18px;
6
- } .table__open_yfnvq,
7
- .table__open_yfnvq:hover {
6
+ } .table__open_10ue6,
7
+ .table__open_10ue6:hover {
8
8
  background-color: var(--color-light-neutral-translucent-200-hover);
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"field":"table__field_yfnvq","open":"table__open_yfnvq"};
3
+ const styles = {"field":"table__field_10ue6","open":"table__open_10ue6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -9,22 +9,22 @@
9
9
  --gap-m: 16px;
10
10
  --gap-0: 0px;
11
11
  --gap-16: var(--gap-m);
12
- } .table__component_9sd06 {
12
+ } .table__component_118l6 {
13
13
  box-sizing: border-box;
14
- } .table__wrapper_9sd06 {
14
+ } .table__wrapper_118l6 {
15
15
  padding: var(--gap-0) var(--gap-16) var(--gap-16);
16
16
  background: var(--color-light-base-bg-primary);
17
17
  box-shadow: var(--shadow-xs-hard);
18
18
  border-radius: var(--border-radius-8);
19
19
  overflow: auto;
20
- } .table__stickyHeader_9sd06 {
20
+ } .table__stickyHeader_118l6 {
21
21
  max-height: 100%;
22
- } .table__hasPagination_9sd06 {
22
+ } .table__hasPagination_118l6 {
23
23
  padding-bottom: var(--gap-0);
24
- } .table__table_9sd06 {
24
+ } .table__table_118l6 {
25
25
  width: 100%;
26
26
  border-collapse: collapse;
27
27
  box-sizing: border-box;
28
- } .table__table_9sd06 td:first-child label > *[class^='box'], .table__table_9sd06 th:first-child label > *[class^='box'] {
28
+ } .table__table_118l6 td:first-child label > *[class^='box'], .table__table_118l6 th:first-child label > *[class^='box'] {
29
29
  margin-top: var(--gap-0);
30
30
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_9sd06","wrapper":"table__wrapper_9sd06","stickyHeader":"table__stickyHeader_9sd06","hasPagination":"table__hasPagination_9sd06","table":"table__table_9sd06"};
3
+ const styles = {"component":"table__component_118l6","wrapper":"table__wrapper_118l6","stickyHeader":"table__stickyHeader_118l6","hasPagination":"table__hasPagination_118l6","table":"table__table_118l6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .table__component_9yfkt {
1
+ .table__component_1555t {
2
2
  width: 100%;
3
3
  box-sizing: border-box;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_9yfkt"};
3
+ const styles = {"component":"table__component_1555t"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -11,7 +11,7 @@
11
11
  --gap-12: var(--gap-s);
12
12
  --gap-16: var(--gap-m);
13
13
  --gap-24: var(--gap-xl);
14
- } .table__component_4m450 {
14
+ } .table__component_gfif9 {
15
15
  font-size: 14px;
16
16
  line-height: 20px;
17
17
  font-weight: 400;
@@ -22,14 +22,14 @@
22
22
  border-top: 1px solid var(--color-light-neutral-400);
23
23
  vertical-align: top;
24
24
  box-sizing: border-box;
25
- } .table__component_4m450:first-child {
25
+ } .table__component_gfif9:first-child {
26
26
  padding-left: var(--gap-16);
27
- } .table__component_4m450:last-child {
27
+ } .table__component_gfif9:last-child {
28
28
  padding-right: var(--gap-16);
29
- } .table__compactHorizontal_4m450 {
29
+ } .table__compactHorizontal_gfif9 {
30
30
  padding-left: var(--gap-6);
31
31
  padding-right: var(--gap-6);
32
- } .table__compact_4m450 {
32
+ } .table__compact_gfif9 {
33
33
  padding-top: var(--gap-8);
34
34
  padding-bottom: var(--gap-8);
35
35
 
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_4m450","compactHorizontal":"table__compactHorizontal_4m450","compact":"table__compact_4m450"};
3
+ const styles = {"component":"table__component_gfif9","compactHorizontal":"table__compactHorizontal_gfif9","compact":"table__compact_gfif9"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,12 +1,12 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
- } .table__row_10bdz {
3
+ } .table__row_8v5t7 {
4
4
  cursor: pointer;
5
- } .table__selected_10bdz.table__expanded_10bdz {
5
+ } .table__selected_8v5t7.table__expanded_8v5t7 {
6
6
  background-color: inherit;
7
- } .table__expanded_10bdz:hover {
7
+ } .table__expanded_8v5t7:hover {
8
8
  background-color: inherit;
9
- } .table__expandable_10bdz td {
9
+ } .table__expandable_8v5t7 td {
10
10
  margin: var(--gap-0);
11
11
  padding-top: var(--gap-0);
12
12
  padding-bottom: var(--gap-0);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"row":"table__row_10bdz","selected":"table__selected_10bdz","expanded":"table__expanded_10bdz","expandable":"table__expandable_10bdz"};
3
+ const styles = {"row":"table__row_8v5t7","selected":"table__selected_8v5t7","expanded":"table__expanded_8v5t7","expandable":"table__expandable_8v5t7"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -4,11 +4,11 @@
4
4
  --gap-xs: 8px;
5
5
  --gap-0: 0px;
6
6
  --gap-8: var(--gap-xs);
7
- } .table__component_1o32l {
7
+ } .table__component_174gx {
8
8
  position: relative;
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
- } .table__component_1o32l th:not(:last-child):not(:empty):after {
11
+ } .table__component_174gx th:not(:last-child):not(:empty):after {
12
12
  transition: opacity 0.2s;
13
13
  position: absolute;
14
14
  content: '';
@@ -19,10 +19,10 @@
19
19
  top: var(--gap-8);
20
20
  bottom: var(--gap-8);
21
21
  background-color: var(--color-light-neutral-400);
22
- } .table__component_1o32l th:after {
22
+ } .table__component_174gx th:after {
23
23
  opacity: 0;
24
- } .table__component_1o32l:hover th:after {
24
+ } .table__component_174gx:hover th:after {
25
25
  opacity: 1;
26
- } .table__row_1o32l {
26
+ } .table__row_174gx {
27
27
  height: 72px;
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_1o32l","row":"table__row_1o32l"};
3
+ const styles = {"component":"table__component_174gx","row":"table__row_174gx"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -13,7 +13,7 @@
13
13
  --gap-12: var(--gap-s);
14
14
  --gap-16: var(--gap-m);
15
15
  --gap-32: var(--gap-2xl);
16
- } .table__component_e86y5 {
16
+ } .table__component_btgna {
17
17
  font-size: 12px;
18
18
  line-height: 16px;
19
19
  font-weight: 500;
@@ -28,23 +28,23 @@
28
28
  background: var(--color-light-base-bg-primary);
29
29
  vertical-align: top;
30
30
  box-sizing: border-box;
31
- } .table__component_e86y5:first-child {
31
+ } .table__component_btgna:first-child {
32
32
  padding-left: var(--gap-16);
33
- } .table__component_e86y5:last-child {
33
+ } .table__component_btgna:last-child {
34
34
  padding-right: var(--gap-16);
35
- } .table__component_e86y5:not(.table__stickyHeader_e86y5) {
35
+ } .table__component_btgna:not(.table__stickyHeader_btgna) {
36
36
  position: relative;
37
- } .table__sortable_e86y5 {
37
+ } .table__sortable_btgna {
38
38
  cursor: pointer;
39
- } .table__sorted_e86y5 {
39
+ } .table__sorted_btgna {
40
40
  color: var(--color-light-text-primary);
41
- } .table__stickyHeader_e86y5 {
41
+ } .table__stickyHeader_btgna {
42
42
  top: var(--gap-0);
43
43
  position: sticky;
44
44
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
45
45
  border: none;
46
46
  z-index: 1;
47
- } .table__compactHorizontal_e86y5 {
47
+ } .table__compactHorizontal_btgna {
48
48
  padding-left: var(--gap-6);
49
49
  padding-right: var(--gap-6);
50
50
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_e86y5","stickyHeader":"table__stickyHeader_e86y5","compactHorizontal":"table__compactHorizontal_e86y5"};
3
+ const styles = {"component":"table__component_btgna","stickyHeader":"table__stickyHeader_btgna","compactHorizontal":"table__compactHorizontal_btgna"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,22 +3,22 @@
3
3
  --color-light-base-bg-secondary: #f2f3f5;
4
4
  } :root {
5
5
  --color-static-graphic-solitude: #e8f2fe;
6
- } .table__component_hhkaj {
6
+ } .table__component_taykt {
7
7
  padding-top: 1px;
8
8
  width: 100%;
9
9
  transition: background-color 0.2s;
10
10
  box-sizing: border-box;
11
11
  background: var(--color-light-base-bg-primary);
12
- } .table__component_hhkaj:first-child td {
12
+ } .table__component_taykt:first-child td {
13
13
  border-top: 0;
14
- } .table__withoutBorder_hhkaj td {
14
+ } .table__withoutBorder_taykt td {
15
15
  border: none;
16
- } .table__clickable_hhkaj {
16
+ } .table__clickable_taykt {
17
17
  cursor: pointer;
18
- } .table__clickable_hhkaj:hover {
18
+ } .table__clickable_taykt:hover {
19
19
  background-color: var(--color-light-base-bg-secondary);
20
- } .table__selected_hhkaj {
20
+ } .table__selected_taykt {
21
21
  background-color: #f2f8ff;
22
- } .table__selected_hhkaj:hover {
22
+ } .table__selected_taykt:hover {
23
23
  background-color: var(--color-static-graphic-solitude);
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_hhkaj","withoutBorder":"table__withoutBorder_hhkaj","clickable":"table__clickable_hhkaj","selected":"table__selected_hhkaj"};
3
+ const styles = {"component":"table__component_taykt","withoutBorder":"table__withoutBorder_taykt","clickable":"table__clickable_taykt","selected":"table__selected_taykt"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,25 +6,25 @@
6
6
  --gap-xs: 8px;
7
7
  --gap-0: 0px;
8
8
  --gap-8: var(--gap-xs);
9
- } .table__content_15per {
9
+ } .table__content_1x5mx {
10
10
  display: flex;
11
11
  align-items: flex-start;
12
- } .table__icon_15per {
12
+ } .table__icon_1x5mx {
13
13
  cursor: pointer;
14
14
  margin-left: var(--gap-8);
15
15
  margin-top: 1px;
16
16
  color: var(--color-light-neutral-700);
17
17
  transition: color 0.2s ease;
18
18
  flex-shrink: 0;
19
- } .table__icon_15per:hover {
19
+ } .table__icon_1x5mx:hover {
20
20
  color: var(--color-light-neutral-translucent-1300);
21
- } .table__reverse_15per {
21
+ } .table__reverse_1x5mx {
22
22
  flex-direction: row-reverse;
23
- } .table__reverse_15per .table__icon_15per {
23
+ } .table__reverse_1x5mx .table__icon_1x5mx {
24
24
  margin-left: var(--gap-0);
25
25
  margin-right: var(--gap-8);
26
- } .table__sorted_15per {
26
+ } .table__sorted_1x5mx {
27
27
  color: var(--color-light-status-info);
28
- } .table__sorted_15per:hover {
28
+ } .table__sorted_1x5mx:hover {
29
29
  color: var(--color-light-status-info);
30
30
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"content":"table__content_15per","icon":"table__icon_15per","reverse":"table__reverse_15per","sorted":"table__sorted_15per"};
3
+ const styles = {"content":"table__content_1x5mx","icon":"table__icon_1x5mx","reverse":"table__reverse_1x5mx","sorted":"table__sorted_1x5mx"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-button": "^12.1.1",
14
14
  "@alfalab/core-components-pagination": "^3.0.4",
15
- "@alfalab/core-components-select": "^18.2.11",
15
+ "@alfalab/core-components-select": "^18.3.0",
16
16
  "classnames": "^2.5.1",
17
17
  "tslib": "^2.4.0"
18
18
  },