@alfalab/core-components-table 3.0.4 → 3.0.5

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_1i55n {
15
+ } .table__component_l41r3 {
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_1i55n {
25
+ } .table__pagesWrapper_l41r3 {
26
26
  display: flex;
27
- } .table__tag_1i55n.table__tag_1i55n {
27
+ } .table__tag_l41r3.table__tag_l41r3 {
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_1i55n.table__tag_1i55n:last-child {
32
+ } .table__tag_l41r3.table__tag_l41r3:last-child {
33
33
  margin-right: var(--gap-0);
34
- } .table__tag_1i55n.table__tag_1i55n.table__tagActive_1i55n {
34
+ } .table__tag_l41r3.table__tag_l41r3.table__tagActive_l41r3 {
35
35
  cursor: default;
36
- } .table__pagination_1i55n {
36
+ } .table__pagination_l41r3 {
37
37
  margin-left: auto;
38
- } .table__menu_1i55n {
38
+ } .table__menu_l41r3 {
39
39
  margin: var(--gap-4) var(--gap-0);
40
- } .table__option_1i55n {
40
+ } .table__option_l41r3 {
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_1i55n","pagination":"table__pagination_1i55n","menu":"table__menu_1i55n","option":"table__option_1i55n"};
5
+ var styles = {"component":"table__component_l41r3","pagination":"table__pagination_l41r3","menu":"table__menu_l41r3","option":"table__option_l41r3"};
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_1wdml svg {
3
+ } .table__field_zciok svg {
4
4
  width: 18px;
5
5
  height: 18px;
6
- } .table__open_1wdml,
7
- .table__open_1wdml:hover {
6
+ } .table__open_zciok,
7
+ .table__open_zciok: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_1wdml","open":"table__open_1wdml"};
5
+ var styles = {"field":"table__field_zciok","open":"table__open_zciok"};
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_brix7 {
12
+ } .table__component_1vbtu {
13
13
  box-sizing: border-box;
14
- } .table__wrapper_brix7 {
14
+ } .table__wrapper_1vbtu {
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_brix7 {
20
+ } .table__stickyHeader_1vbtu {
21
21
  max-height: 100%;
22
- } .table__hasPagination_brix7 {
22
+ } .table__hasPagination_1vbtu {
23
23
  padding-bottom: var(--gap-0);
24
- } .table__table_brix7 {
24
+ } .table__table_1vbtu {
25
25
  width: 100%;
26
26
  border-collapse: collapse;
27
27
  box-sizing: border-box;
28
- } .table__table_brix7 td:first-child label > *[class^='box'], .table__table_brix7 th:first-child label > *[class^='box'] {
28
+ } .table__table_1vbtu td:first-child label > *[class^='box'], .table__table_1vbtu 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_brix7","wrapper":"table__wrapper_brix7","stickyHeader":"table__stickyHeader_brix7","hasPagination":"table__hasPagination_brix7","table":"table__table_brix7"};
5
+ var styles = {"component":"table__component_1vbtu","wrapper":"table__wrapper_1vbtu","stickyHeader":"table__stickyHeader_1vbtu","hasPagination":"table__hasPagination_1vbtu","table":"table__table_1vbtu"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .table__component_1pyfo {
1
+ .table__component_c59ak {
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_1pyfo"};
5
+ var styles = {"component":"table__component_c59ak"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -10,7 +10,7 @@
10
10
  --gap-12: var(--gap-s);
11
11
  --gap-16: var(--gap-m);
12
12
  --gap-24: var(--gap-xl);
13
- } .table__component_gfunh {
13
+ } .table__component_1u1t7 {
14
14
  font-size: 14px;
15
15
  line-height: 20px;
16
16
  font-weight: 400;
@@ -21,14 +21,14 @@
21
21
  border-top: 1px solid var(--color-light-neutral-400);
22
22
  vertical-align: top;
23
23
  box-sizing: border-box;
24
- } .table__component_gfunh:first-child {
24
+ } .table__component_1u1t7:first-child {
25
25
  padding-left: var(--gap-16);
26
- } .table__component_gfunh:last-child {
26
+ } .table__component_1u1t7:last-child {
27
27
  padding-right: var(--gap-16);
28
- } .table__compactHorizontal_gfunh {
28
+ } .table__compactHorizontal_1u1t7 {
29
29
  padding-left: 6px;
30
30
  padding-right: 6px;
31
- } .table__compact_gfunh {
31
+ } .table__compact_1u1t7 {
32
32
  padding-top: var(--gap-8);
33
33
  padding-bottom: var(--gap-8);
34
34
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_gfunh","compactHorizontal":"table__compactHorizontal_gfunh","compact":"table__compact_gfunh"};
5
+ var styles = {"component":"table__component_1u1t7","compactHorizontal":"table__compactHorizontal_1u1t7","compact":"table__compact_1u1t7"};
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_z0hyi {
3
+ } .table__row_1ehb3 {
4
4
  cursor: pointer;
5
- } .table__selected_z0hyi.table__expanded_z0hyi {
5
+ } .table__selected_1ehb3.table__expanded_1ehb3 {
6
6
  background-color: inherit;
7
- } .table__expanded_z0hyi:hover {
7
+ } .table__expanded_1ehb3:hover {
8
8
  background-color: inherit;
9
- } .table__expandable_z0hyi td {
9
+ } .table__expandable_1ehb3 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_z0hyi","selected":"table__selected_z0hyi","expanded":"table__expanded_z0hyi","expandable":"table__expandable_z0hyi"};
5
+ var styles = {"row":"table__row_1ehb3","selected":"table__selected_1ehb3","expanded":"table__expanded_1ehb3","expandable":"table__expandable_1ehb3"};
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_u1hj6 {
7
+ } .table__component_ekoe6 {
8
8
  position: relative;
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
- } .table__component_u1hj6 th:not(:last-child):not(:empty):after {
11
+ } .table__component_ekoe6 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_u1hj6 th:after {
22
+ } .table__component_ekoe6 th:after {
23
23
  opacity: 0;
24
- } .table__component_u1hj6:hover th:after {
24
+ } .table__component_ekoe6:hover th:after {
25
25
  opacity: 1;
26
- } .table__row_u1hj6 {
26
+ } .table__row_ekoe6 {
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_u1hj6","row":"table__row_u1hj6"};
5
+ var styles = {"component":"table__component_ekoe6","row":"table__row_ekoe6"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -12,7 +12,7 @@
12
12
  --gap-12: var(--gap-s);
13
13
  --gap-16: var(--gap-m);
14
14
  --gap-32: var(--gap-2xl);
15
- } .table__component_14pr9 {
15
+ } .table__component_pg5yd {
16
16
  font-size: 12px;
17
17
  line-height: 16px;
18
18
  font-weight: 500;
@@ -27,23 +27,23 @@
27
27
  background: var(--color-light-base-bg-primary);
28
28
  vertical-align: top;
29
29
  box-sizing: border-box;
30
- } .table__component_14pr9:first-child {
30
+ } .table__component_pg5yd:first-child {
31
31
  padding-left: var(--gap-16);
32
- } .table__component_14pr9:last-child {
32
+ } .table__component_pg5yd:last-child {
33
33
  padding-right: var(--gap-16);
34
- } .table__component_14pr9:not(.table__stickyHeader_14pr9) {
34
+ } .table__component_pg5yd:not(.table__stickyHeader_pg5yd) {
35
35
  position: relative;
36
- } .table__sortable_14pr9 {
36
+ } .table__sortable_pg5yd {
37
37
  cursor: pointer;
38
- } .table__sorted_14pr9 {
38
+ } .table__sorted_pg5yd {
39
39
  color: var(--color-light-text-primary);
40
- } .table__stickyHeader_14pr9 {
40
+ } .table__stickyHeader_pg5yd {
41
41
  top: var(--gap-0);
42
42
  position: sticky;
43
43
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
44
44
  border: none;
45
45
  z-index: 1;
46
- } .table__compactHorizontal_14pr9 {
46
+ } .table__compactHorizontal_pg5yd {
47
47
  padding-left: 6px;
48
48
  padding-right: 6px;
49
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"table__component_14pr9","stickyHeader":"table__stickyHeader_14pr9","compactHorizontal":"table__compactHorizontal_14pr9"};
5
+ var styles = {"component":"table__component_pg5yd","stickyHeader":"table__stickyHeader_pg5yd","compactHorizontal":"table__compactHorizontal_pg5yd"};
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_1pcg5 {
6
+ } .table__component_13xan {
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_1pcg5:first-child td {
12
+ } .table__component_13xan:first-child td {
13
13
  border-top: 0;
14
- } .table__withoutBorder_1pcg5 td {
14
+ } .table__withoutBorder_13xan td {
15
15
  border: none;
16
- } .table__clickable_1pcg5 {
16
+ } .table__clickable_13xan {
17
17
  cursor: pointer;
18
- } .table__clickable_1pcg5:hover {
18
+ } .table__clickable_13xan:hover {
19
19
  background-color: var(--color-light-base-bg-secondary);
20
- } .table__selected_1pcg5 {
20
+ } .table__selected_13xan {
21
21
  background-color: #f2f8ff;
22
- } .table__selected_1pcg5:hover {
22
+ } .table__selected_13xan: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_1pcg5","withoutBorder":"table__withoutBorder_1pcg5","clickable":"table__clickable_1pcg5","selected":"table__selected_1pcg5"};
5
+ var styles = {"component":"table__component_13xan","withoutBorder":"table__withoutBorder_13xan","clickable":"table__clickable_13xan","selected":"table__selected_13xan"};
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_nzx7p {
9
+ } .table__content_8j42o {
10
10
  display: flex;
11
11
  align-items: flex-start;
12
- } .table__icon_nzx7p {
12
+ } .table__icon_8j42o {
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_nzx7p:hover {
19
+ } .table__icon_8j42o:hover {
20
20
  color: var(--color-light-neutral-translucent-1300);
21
- } .table__reverse_nzx7p {
21
+ } .table__reverse_8j42o {
22
22
  flex-direction: row-reverse;
23
- } .table__reverse_nzx7p .table__icon_nzx7p {
23
+ } .table__reverse_8j42o .table__icon_8j42o {
24
24
  margin-left: var(--gap-0);
25
25
  margin-right: var(--gap-8);
26
- } .table__sorted_nzx7p {
26
+ } .table__sorted_8j42o {
27
27
  color: var(--color-light-status-info);
28
- } .table__sorted_nzx7p:hover {
28
+ } .table__sorted_8j42o: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_nzx7p","icon":"table__icon_nzx7p","reverse":"table__reverse_nzx7p","sorted":"table__sorted_nzx7p"};
5
+ var styles = {"content":"table__content_8j42o","icon":"table__icon_8j42o","reverse":"table__reverse_8j42o","sorted":"table__sorted_8j42o"};
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_1i55n {
15
+ } .table__component_l41r3 {
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_1i55n {
25
+ } .table__pagesWrapper_l41r3 {
26
26
  display: flex;
27
- } .table__tag_1i55n.table__tag_1i55n {
27
+ } .table__tag_l41r3.table__tag_l41r3 {
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_1i55n.table__tag_1i55n:last-child {
32
+ } .table__tag_l41r3.table__tag_l41r3:last-child {
33
33
  margin-right: var(--gap-0);
34
- } .table__tag_1i55n.table__tag_1i55n.table__tagActive_1i55n {
34
+ } .table__tag_l41r3.table__tag_l41r3.table__tagActive_l41r3 {
35
35
  cursor: default;
36
- } .table__pagination_1i55n {
36
+ } .table__pagination_l41r3 {
37
37
  margin-left: auto;
38
- } .table__menu_1i55n {
38
+ } .table__menu_l41r3 {
39
39
  margin: var(--gap-4) var(--gap-0);
40
- } .table__option_1i55n {
40
+ } .table__option_l41r3 {
41
41
  min-width: 208px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_1i55n","pagination":"table__pagination_1i55n","menu":"table__menu_1i55n","option":"table__option_1i55n"};
3
+ var styles = {"component":"table__component_l41r3","pagination":"table__pagination_l41r3","menu":"table__menu_l41r3","option":"table__option_l41r3"};
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_1wdml svg {
3
+ } .table__field_zciok svg {
4
4
  width: 18px;
5
5
  height: 18px;
6
- } .table__open_1wdml,
7
- .table__open_1wdml:hover {
6
+ } .table__open_zciok,
7
+ .table__open_zciok: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_1wdml","open":"table__open_1wdml"};
3
+ var styles = {"field":"table__field_zciok","open":"table__open_zciok"};
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_brix7 {
12
+ } .table__component_1vbtu {
13
13
  box-sizing: border-box;
14
- } .table__wrapper_brix7 {
14
+ } .table__wrapper_1vbtu {
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_brix7 {
20
+ } .table__stickyHeader_1vbtu {
21
21
  max-height: 100%;
22
- } .table__hasPagination_brix7 {
22
+ } .table__hasPagination_1vbtu {
23
23
  padding-bottom: var(--gap-0);
24
- } .table__table_brix7 {
24
+ } .table__table_1vbtu {
25
25
  width: 100%;
26
26
  border-collapse: collapse;
27
27
  box-sizing: border-box;
28
- } .table__table_brix7 td:first-child label > *[class^='box'], .table__table_brix7 th:first-child label > *[class^='box'] {
28
+ } .table__table_1vbtu td:first-child label > *[class^='box'], .table__table_1vbtu 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_brix7","wrapper":"table__wrapper_brix7","stickyHeader":"table__stickyHeader_brix7","hasPagination":"table__hasPagination_brix7","table":"table__table_brix7"};
3
+ var styles = {"component":"table__component_1vbtu","wrapper":"table__wrapper_1vbtu","stickyHeader":"table__stickyHeader_1vbtu","hasPagination":"table__hasPagination_1vbtu","table":"table__table_1vbtu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .table__component_1pyfo {
1
+ .table__component_c59ak {
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_1pyfo"};
3
+ var styles = {"component":"table__component_c59ak"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -10,7 +10,7 @@
10
10
  --gap-12: var(--gap-s);
11
11
  --gap-16: var(--gap-m);
12
12
  --gap-24: var(--gap-xl);
13
- } .table__component_gfunh {
13
+ } .table__component_1u1t7 {
14
14
  font-size: 14px;
15
15
  line-height: 20px;
16
16
  font-weight: 400;
@@ -21,14 +21,14 @@
21
21
  border-top: 1px solid var(--color-light-neutral-400);
22
22
  vertical-align: top;
23
23
  box-sizing: border-box;
24
- } .table__component_gfunh:first-child {
24
+ } .table__component_1u1t7:first-child {
25
25
  padding-left: var(--gap-16);
26
- } .table__component_gfunh:last-child {
26
+ } .table__component_1u1t7:last-child {
27
27
  padding-right: var(--gap-16);
28
- } .table__compactHorizontal_gfunh {
28
+ } .table__compactHorizontal_1u1t7 {
29
29
  padding-left: 6px;
30
30
  padding-right: 6px;
31
- } .table__compact_gfunh {
31
+ } .table__compact_1u1t7 {
32
32
  padding-top: var(--gap-8);
33
33
  padding-bottom: var(--gap-8);
34
34
 
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_gfunh","compactHorizontal":"table__compactHorizontal_gfunh","compact":"table__compact_gfunh"};
3
+ var styles = {"component":"table__component_1u1t7","compactHorizontal":"table__compactHorizontal_1u1t7","compact":"table__compact_1u1t7"};
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_z0hyi {
3
+ } .table__row_1ehb3 {
4
4
  cursor: pointer;
5
- } .table__selected_z0hyi.table__expanded_z0hyi {
5
+ } .table__selected_1ehb3.table__expanded_1ehb3 {
6
6
  background-color: inherit;
7
- } .table__expanded_z0hyi:hover {
7
+ } .table__expanded_1ehb3:hover {
8
8
  background-color: inherit;
9
- } .table__expandable_z0hyi td {
9
+ } .table__expandable_1ehb3 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_z0hyi","selected":"table__selected_z0hyi","expanded":"table__expanded_z0hyi","expandable":"table__expandable_z0hyi"};
3
+ var styles = {"row":"table__row_1ehb3","selected":"table__selected_1ehb3","expanded":"table__expanded_1ehb3","expandable":"table__expandable_1ehb3"};
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_u1hj6 {
7
+ } .table__component_ekoe6 {
8
8
  position: relative;
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
- } .table__component_u1hj6 th:not(:last-child):not(:empty):after {
11
+ } .table__component_ekoe6 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_u1hj6 th:after {
22
+ } .table__component_ekoe6 th:after {
23
23
  opacity: 0;
24
- } .table__component_u1hj6:hover th:after {
24
+ } .table__component_ekoe6:hover th:after {
25
25
  opacity: 1;
26
- } .table__row_u1hj6 {
26
+ } .table__row_ekoe6 {
27
27
  height: 72px;
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_u1hj6","row":"table__row_u1hj6"};
3
+ var styles = {"component":"table__component_ekoe6","row":"table__row_ekoe6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -12,7 +12,7 @@
12
12
  --gap-12: var(--gap-s);
13
13
  --gap-16: var(--gap-m);
14
14
  --gap-32: var(--gap-2xl);
15
- } .table__component_14pr9 {
15
+ } .table__component_pg5yd {
16
16
  font-size: 12px;
17
17
  line-height: 16px;
18
18
  font-weight: 500;
@@ -27,23 +27,23 @@
27
27
  background: var(--color-light-base-bg-primary);
28
28
  vertical-align: top;
29
29
  box-sizing: border-box;
30
- } .table__component_14pr9:first-child {
30
+ } .table__component_pg5yd:first-child {
31
31
  padding-left: var(--gap-16);
32
- } .table__component_14pr9:last-child {
32
+ } .table__component_pg5yd:last-child {
33
33
  padding-right: var(--gap-16);
34
- } .table__component_14pr9:not(.table__stickyHeader_14pr9) {
34
+ } .table__component_pg5yd:not(.table__stickyHeader_pg5yd) {
35
35
  position: relative;
36
- } .table__sortable_14pr9 {
36
+ } .table__sortable_pg5yd {
37
37
  cursor: pointer;
38
- } .table__sorted_14pr9 {
38
+ } .table__sorted_pg5yd {
39
39
  color: var(--color-light-text-primary);
40
- } .table__stickyHeader_14pr9 {
40
+ } .table__stickyHeader_pg5yd {
41
41
  top: var(--gap-0);
42
42
  position: sticky;
43
43
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
44
44
  border: none;
45
45
  z-index: 1;
46
- } .table__compactHorizontal_14pr9 {
46
+ } .table__compactHorizontal_pg5yd {
47
47
  padding-left: 6px;
48
48
  padding-right: 6px;
49
49
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"table__component_14pr9","stickyHeader":"table__stickyHeader_14pr9","compactHorizontal":"table__compactHorizontal_14pr9"};
3
+ var styles = {"component":"table__component_pg5yd","stickyHeader":"table__stickyHeader_pg5yd","compactHorizontal":"table__compactHorizontal_pg5yd"};
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_1pcg5 {
6
+ } .table__component_13xan {
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_1pcg5:first-child td {
12
+ } .table__component_13xan:first-child td {
13
13
  border-top: 0;
14
- } .table__withoutBorder_1pcg5 td {
14
+ } .table__withoutBorder_13xan td {
15
15
  border: none;
16
- } .table__clickable_1pcg5 {
16
+ } .table__clickable_13xan {
17
17
  cursor: pointer;
18
- } .table__clickable_1pcg5:hover {
18
+ } .table__clickable_13xan:hover {
19
19
  background-color: var(--color-light-base-bg-secondary);
20
- } .table__selected_1pcg5 {
20
+ } .table__selected_13xan {
21
21
  background-color: #f2f8ff;
22
- } .table__selected_1pcg5:hover {
22
+ } .table__selected_13xan: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_1pcg5","withoutBorder":"table__withoutBorder_1pcg5","clickable":"table__clickable_1pcg5","selected":"table__selected_1pcg5"};
3
+ var styles = {"component":"table__component_13xan","withoutBorder":"table__withoutBorder_13xan","clickable":"table__clickable_13xan","selected":"table__selected_13xan"};
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_nzx7p {
9
+ } .table__content_8j42o {
10
10
  display: flex;
11
11
  align-items: flex-start;
12
- } .table__icon_nzx7p {
12
+ } .table__icon_8j42o {
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_nzx7p:hover {
19
+ } .table__icon_8j42o:hover {
20
20
  color: var(--color-light-neutral-translucent-1300);
21
- } .table__reverse_nzx7p {
21
+ } .table__reverse_8j42o {
22
22
  flex-direction: row-reverse;
23
- } .table__reverse_nzx7p .table__icon_nzx7p {
23
+ } .table__reverse_8j42o .table__icon_8j42o {
24
24
  margin-left: var(--gap-0);
25
25
  margin-right: var(--gap-8);
26
- } .table__sorted_nzx7p {
26
+ } .table__sorted_8j42o {
27
27
  color: var(--color-light-status-info);
28
- } .table__sorted_nzx7p:hover {
28
+ } .table__sorted_8j42o: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_nzx7p","icon":"table__icon_nzx7p","reverse":"table__reverse_nzx7p","sorted":"table__sorted_nzx7p"};
3
+ var styles = {"content":"table__content_8j42o","icon":"table__icon_8j42o","reverse":"table__reverse_8j42o","sorted":"table__sorted_8j42o"};
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_1i55n {
15
+ } .table__component_l41r3 {
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_1i55n {
25
+ } .table__pagesWrapper_l41r3 {
26
26
  display: flex;
27
- } .table__tag_1i55n.table__tag_1i55n {
27
+ } .table__tag_l41r3.table__tag_l41r3 {
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_1i55n.table__tag_1i55n:last-child {
32
+ } .table__tag_l41r3.table__tag_l41r3:last-child {
33
33
  margin-right: var(--gap-0);
34
- } .table__tag_1i55n.table__tag_1i55n.table__tagActive_1i55n {
34
+ } .table__tag_l41r3.table__tag_l41r3.table__tagActive_l41r3 {
35
35
  cursor: default;
36
- } .table__pagination_1i55n {
36
+ } .table__pagination_l41r3 {
37
37
  margin-left: auto;
38
- } .table__menu_1i55n {
38
+ } .table__menu_l41r3 {
39
39
  margin: var(--gap-4) var(--gap-0);
40
- } .table__option_1i55n {
40
+ } .table__option_l41r3 {
41
41
  min-width: 208px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_1i55n","pagination":"table__pagination_1i55n","menu":"table__menu_1i55n","option":"table__option_1i55n"};
3
+ const styles = {"component":"table__component_l41r3","pagination":"table__pagination_l41r3","menu":"table__menu_l41r3","option":"table__option_l41r3"};
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_1wdml svg {
3
+ } .table__field_zciok svg {
4
4
  width: 18px;
5
5
  height: 18px;
6
- } .table__open_1wdml,
7
- .table__open_1wdml:hover {
6
+ } .table__open_zciok,
7
+ .table__open_zciok: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_1wdml","open":"table__open_1wdml"};
3
+ const styles = {"field":"table__field_zciok","open":"table__open_zciok"};
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_brix7 {
12
+ } .table__component_1vbtu {
13
13
  box-sizing: border-box;
14
- } .table__wrapper_brix7 {
14
+ } .table__wrapper_1vbtu {
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_brix7 {
20
+ } .table__stickyHeader_1vbtu {
21
21
  max-height: 100%;
22
- } .table__hasPagination_brix7 {
22
+ } .table__hasPagination_1vbtu {
23
23
  padding-bottom: var(--gap-0);
24
- } .table__table_brix7 {
24
+ } .table__table_1vbtu {
25
25
  width: 100%;
26
26
  border-collapse: collapse;
27
27
  box-sizing: border-box;
28
- } .table__table_brix7 td:first-child label > *[class^='box'], .table__table_brix7 th:first-child label > *[class^='box'] {
28
+ } .table__table_1vbtu td:first-child label > *[class^='box'], .table__table_1vbtu 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_brix7","wrapper":"table__wrapper_brix7","stickyHeader":"table__stickyHeader_brix7","hasPagination":"table__hasPagination_brix7","table":"table__table_brix7"};
3
+ const styles = {"component":"table__component_1vbtu","wrapper":"table__wrapper_1vbtu","stickyHeader":"table__stickyHeader_1vbtu","hasPagination":"table__hasPagination_1vbtu","table":"table__table_1vbtu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .table__component_1pyfo {
1
+ .table__component_c59ak {
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_1pyfo"};
3
+ const styles = {"component":"table__component_c59ak"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -10,7 +10,7 @@
10
10
  --gap-12: var(--gap-s);
11
11
  --gap-16: var(--gap-m);
12
12
  --gap-24: var(--gap-xl);
13
- } .table__component_gfunh {
13
+ } .table__component_1u1t7 {
14
14
  font-size: 14px;
15
15
  line-height: 20px;
16
16
  font-weight: 400;
@@ -21,14 +21,14 @@
21
21
  border-top: 1px solid var(--color-light-neutral-400);
22
22
  vertical-align: top;
23
23
  box-sizing: border-box;
24
- } .table__component_gfunh:first-child {
24
+ } .table__component_1u1t7:first-child {
25
25
  padding-left: var(--gap-16);
26
- } .table__component_gfunh:last-child {
26
+ } .table__component_1u1t7:last-child {
27
27
  padding-right: var(--gap-16);
28
- } .table__compactHorizontal_gfunh {
28
+ } .table__compactHorizontal_1u1t7 {
29
29
  padding-left: 6px;
30
30
  padding-right: 6px;
31
- } .table__compact_gfunh {
31
+ } .table__compact_1u1t7 {
32
32
  padding-top: var(--gap-8);
33
33
  padding-bottom: var(--gap-8);
34
34
 
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_gfunh","compactHorizontal":"table__compactHorizontal_gfunh","compact":"table__compact_gfunh"};
3
+ const styles = {"component":"table__component_1u1t7","compactHorizontal":"table__compactHorizontal_1u1t7","compact":"table__compact_1u1t7"};
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_z0hyi {
3
+ } .table__row_1ehb3 {
4
4
  cursor: pointer;
5
- } .table__selected_z0hyi.table__expanded_z0hyi {
5
+ } .table__selected_1ehb3.table__expanded_1ehb3 {
6
6
  background-color: inherit;
7
- } .table__expanded_z0hyi:hover {
7
+ } .table__expanded_1ehb3:hover {
8
8
  background-color: inherit;
9
- } .table__expandable_z0hyi td {
9
+ } .table__expandable_1ehb3 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_z0hyi","selected":"table__selected_z0hyi","expanded":"table__expanded_z0hyi","expandable":"table__expandable_z0hyi"};
3
+ const styles = {"row":"table__row_1ehb3","selected":"table__selected_1ehb3","expanded":"table__expanded_1ehb3","expandable":"table__expandable_1ehb3"};
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_u1hj6 {
7
+ } .table__component_ekoe6 {
8
8
  position: relative;
9
9
  width: 100%;
10
10
  box-sizing: border-box;
11
- } .table__component_u1hj6 th:not(:last-child):not(:empty):after {
11
+ } .table__component_ekoe6 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_u1hj6 th:after {
22
+ } .table__component_ekoe6 th:after {
23
23
  opacity: 0;
24
- } .table__component_u1hj6:hover th:after {
24
+ } .table__component_ekoe6:hover th:after {
25
25
  opacity: 1;
26
- } .table__row_u1hj6 {
26
+ } .table__row_ekoe6 {
27
27
  height: 72px;
28
28
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_u1hj6","row":"table__row_u1hj6"};
3
+ const styles = {"component":"table__component_ekoe6","row":"table__row_ekoe6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -12,7 +12,7 @@
12
12
  --gap-12: var(--gap-s);
13
13
  --gap-16: var(--gap-m);
14
14
  --gap-32: var(--gap-2xl);
15
- } .table__component_14pr9 {
15
+ } .table__component_pg5yd {
16
16
  font-size: 12px;
17
17
  line-height: 16px;
18
18
  font-weight: 500;
@@ -27,23 +27,23 @@
27
27
  background: var(--color-light-base-bg-primary);
28
28
  vertical-align: top;
29
29
  box-sizing: border-box;
30
- } .table__component_14pr9:first-child {
30
+ } .table__component_pg5yd:first-child {
31
31
  padding-left: var(--gap-16);
32
- } .table__component_14pr9:last-child {
32
+ } .table__component_pg5yd:last-child {
33
33
  padding-right: var(--gap-16);
34
- } .table__component_14pr9:not(.table__stickyHeader_14pr9) {
34
+ } .table__component_pg5yd:not(.table__stickyHeader_pg5yd) {
35
35
  position: relative;
36
- } .table__sortable_14pr9 {
36
+ } .table__sortable_pg5yd {
37
37
  cursor: pointer;
38
- } .table__sorted_14pr9 {
38
+ } .table__sorted_pg5yd {
39
39
  color: var(--color-light-text-primary);
40
- } .table__stickyHeader_14pr9 {
40
+ } .table__stickyHeader_pg5yd {
41
41
  top: var(--gap-0);
42
42
  position: sticky;
43
43
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
44
44
  border: none;
45
45
  z-index: 1;
46
- } .table__compactHorizontal_14pr9 {
46
+ } .table__compactHorizontal_pg5yd {
47
47
  padding-left: 6px;
48
48
  padding-right: 6px;
49
49
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_14pr9","stickyHeader":"table__stickyHeader_14pr9","compactHorizontal":"table__compactHorizontal_14pr9"};
3
+ const styles = {"component":"table__component_pg5yd","stickyHeader":"table__stickyHeader_pg5yd","compactHorizontal":"table__compactHorizontal_pg5yd"};
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_1pcg5 {
6
+ } .table__component_13xan {
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_1pcg5:first-child td {
12
+ } .table__component_13xan:first-child td {
13
13
  border-top: 0;
14
- } .table__withoutBorder_1pcg5 td {
14
+ } .table__withoutBorder_13xan td {
15
15
  border: none;
16
- } .table__clickable_1pcg5 {
16
+ } .table__clickable_13xan {
17
17
  cursor: pointer;
18
- } .table__clickable_1pcg5:hover {
18
+ } .table__clickable_13xan:hover {
19
19
  background-color: var(--color-light-base-bg-secondary);
20
- } .table__selected_1pcg5 {
20
+ } .table__selected_13xan {
21
21
  background-color: #f2f8ff;
22
- } .table__selected_1pcg5:hover {
22
+ } .table__selected_13xan: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_1pcg5","withoutBorder":"table__withoutBorder_1pcg5","clickable":"table__clickable_1pcg5","selected":"table__selected_1pcg5"};
3
+ const styles = {"component":"table__component_13xan","withoutBorder":"table__withoutBorder_13xan","clickable":"table__clickable_13xan","selected":"table__selected_13xan"};
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_nzx7p {
9
+ } .table__content_8j42o {
10
10
  display: flex;
11
11
  align-items: flex-start;
12
- } .table__icon_nzx7p {
12
+ } .table__icon_8j42o {
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_nzx7p:hover {
19
+ } .table__icon_8j42o:hover {
20
20
  color: var(--color-light-neutral-translucent-1300);
21
- } .table__reverse_nzx7p {
21
+ } .table__reverse_8j42o {
22
22
  flex-direction: row-reverse;
23
- } .table__reverse_nzx7p .table__icon_nzx7p {
23
+ } .table__reverse_8j42o .table__icon_8j42o {
24
24
  margin-left: var(--gap-0);
25
25
  margin-right: var(--gap-8);
26
- } .table__sorted_nzx7p {
26
+ } .table__sorted_8j42o {
27
27
  color: var(--color-light-status-info);
28
- } .table__sorted_nzx7p:hover {
28
+ } .table__sorted_8j42o: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_nzx7p","icon":"table__icon_nzx7p","reverse":"table__reverse_nzx7p","sorted":"table__sorted_nzx7p"};
3
+ const styles = {"content":"table__content_8j42o","icon":"table__icon_8j42o","reverse":"table__reverse_8j42o","sorted":"table__sorted_8j42o"};
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.4",
3
+ "version": "3.0.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-button": "^12.0.1",
14
14
  "@alfalab/core-components-pagination": "^3.0.2",
15
- "@alfalab/core-components-select": "^18.2.1",
15
+ "@alfalab/core-components-select": "^18.2.2",
16
16
  "classnames": "^2.5.1",
17
17
  "tslib": "^2.4.0"
18
18
  },