@alfalab/core-components-table 1.3.4 → 1.3.6

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 (98) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/component.js +1 -1
  3. package/dist/components/index.js +1 -1
  4. package/dist/components/pagination/Component.js +2 -2
  5. package/dist/components/pagination/index.css +8 -8
  6. package/dist/components/pagination/index.js +1 -1
  7. package/dist/components/pagination/select-field/index.css +4 -4
  8. package/dist/components/pagination/select-field/index.js +2 -2
  9. package/dist/components/table/Component.js +2 -2
  10. package/dist/components/table/index.css +5 -5
  11. package/dist/components/table/index.js +1 -1
  12. package/dist/components/table/utils.js +1 -1
  13. package/dist/components/tbody/Component.js +2 -2
  14. package/dist/components/tbody/index.css +2 -2
  15. package/dist/components/tbody/index.js +1 -1
  16. package/dist/components/tcell/Component.js +2 -2
  17. package/dist/components/tcell/index.css +4 -4
  18. package/dist/components/tcell/index.js +1 -1
  19. package/dist/components/texpandable-row/Component.js +2 -2
  20. package/dist/components/texpandable-row/index.css +5 -5
  21. package/dist/components/texpandable-row/index.js +1 -1
  22. package/dist/components/thead/Component.js +2 -2
  23. package/dist/components/thead/index.css +6 -6
  24. package/dist/components/thead/index.js +1 -1
  25. package/dist/components/thead-cell/Component.js +2 -2
  26. package/dist/components/thead-cell/index.css +5 -5
  27. package/dist/components/thead-cell/index.js +1 -1
  28. package/dist/components/trow/Component.js +2 -2
  29. package/dist/components/trow/index.css +8 -8
  30. package/dist/components/trow/index.js +1 -1
  31. package/dist/components/tsortable-head-cell/Component.js +2 -2
  32. package/dist/components/tsortable-head-cell/index.css +9 -9
  33. package/dist/components/tsortable-head-cell/index.js +1 -1
  34. package/dist/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  35. package/dist/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  36. package/dist/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  37. package/dist/esm/component.js +1 -1
  38. package/dist/esm/components/index.js +1 -1
  39. package/dist/esm/components/pagination/Component.js +2 -2
  40. package/dist/esm/components/pagination/index.css +8 -8
  41. package/dist/esm/components/pagination/index.js +1 -1
  42. package/dist/esm/components/pagination/select-field/index.css +4 -4
  43. package/dist/esm/components/pagination/select-field/index.js +2 -2
  44. package/dist/esm/components/table/Component.js +2 -2
  45. package/dist/esm/components/table/index.css +5 -5
  46. package/dist/esm/components/table/index.js +1 -1
  47. package/dist/esm/components/table/utils.js +1 -1
  48. package/dist/esm/components/tbody/Component.js +2 -2
  49. package/dist/esm/components/tbody/index.css +2 -2
  50. package/dist/esm/components/tbody/index.js +1 -1
  51. package/dist/esm/components/tcell/Component.js +2 -2
  52. package/dist/esm/components/tcell/index.css +4 -4
  53. package/dist/esm/components/tcell/index.js +1 -1
  54. package/dist/esm/components/texpandable-row/Component.js +2 -2
  55. package/dist/esm/components/texpandable-row/index.css +5 -5
  56. package/dist/esm/components/texpandable-row/index.js +1 -1
  57. package/dist/esm/components/thead/Component.js +2 -2
  58. package/dist/esm/components/thead/index.css +6 -6
  59. package/dist/esm/components/thead/index.js +1 -1
  60. package/dist/esm/components/thead-cell/Component.js +2 -2
  61. package/dist/esm/components/thead-cell/index.css +5 -5
  62. package/dist/esm/components/thead-cell/index.js +1 -1
  63. package/dist/esm/components/trow/Component.js +2 -2
  64. package/dist/esm/components/trow/index.css +8 -8
  65. package/dist/esm/components/trow/index.js +1 -1
  66. package/dist/esm/components/tsortable-head-cell/Component.js +2 -2
  67. package/dist/esm/components/tsortable-head-cell/index.css +9 -9
  68. package/dist/esm/components/tsortable-head-cell/index.js +1 -1
  69. package/dist/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  70. package/dist/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  71. package/dist/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  72. package/dist/esm/index.js +1 -1
  73. package/dist/esm/{tslib.es6-c5932a1a.d.ts → tslib.es6-c121cdd7.d.ts} +0 -0
  74. package/dist/esm/{tslib.es6-c5932a1a.js → tslib.es6-c121cdd7.js} +0 -0
  75. package/dist/index.js +1 -1
  76. package/dist/modern/components/pagination/Component.js +1 -1
  77. package/dist/modern/components/pagination/index.css +8 -8
  78. package/dist/modern/components/pagination/select-field/index.css +4 -4
  79. package/dist/modern/components/pagination/select-field/index.js +1 -1
  80. package/dist/modern/components/table/Component.js +1 -1
  81. package/dist/modern/components/table/index.css +5 -5
  82. package/dist/modern/components/tbody/Component.js +1 -1
  83. package/dist/modern/components/tbody/index.css +2 -2
  84. package/dist/modern/components/tcell/Component.js +1 -1
  85. package/dist/modern/components/tcell/index.css +4 -4
  86. package/dist/modern/components/texpandable-row/Component.js +1 -1
  87. package/dist/modern/components/texpandable-row/index.css +5 -5
  88. package/dist/modern/components/thead/Component.js +1 -1
  89. package/dist/modern/components/thead/index.css +6 -6
  90. package/dist/modern/components/thead-cell/Component.js +1 -1
  91. package/dist/modern/components/thead-cell/index.css +5 -5
  92. package/dist/modern/components/trow/Component.js +1 -1
  93. package/dist/modern/components/trow/index.css +8 -8
  94. package/dist/modern/components/tsortable-head-cell/Component.js +1 -1
  95. package/dist/modern/components/tsortable-head-cell/index.css +9 -9
  96. package/dist/{tslib.es6-611dc2b1.d.ts → tslib.es6-3a079729.d.ts} +0 -0
  97. package/dist/{tslib.es6-611dc2b1.js → tslib.es6-3a079729.js} +0 -0
  98. package/package.json +5 -5
@@ -6,7 +6,7 @@ import { Pagination as Pagination$1 } from '@alfalab/core-components-pagination/
6
6
  import '@alfalab/core-components-button/dist/modern';
7
7
  import { CustomSelectField } from './select-field/index.js';
8
8
 
9
- var styles = {"component":"table__component_bl621","pagesWrapper":"table__pagesWrapper_bl621","tag":"table__tag_bl621","tagActive":"table__tagActive_bl621","menu":"table__menu_bl621","option":"table__option_bl621"};
9
+ var styles = {"component":"table__component_aq3a0","pagesWrapper":"table__pagesWrapper_aq3a0","tag":"table__tag_aq3a0","tagActive":"table__tagActive_aq3a0","menu":"table__menu_aq3a0","option":"table__option_aq3a0"};
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,4 +1,4 @@
1
- /* hash: 17quu */
1
+ /* hash: 1p2eq */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
4
  }
@@ -17,7 +17,7 @@
17
17
  --gap-xl: 24px;
18
18
  --gap-2xl: 32px;
19
19
  }
20
- .table__component_bl621 {
20
+ .table__component_aq3a0 {
21
21
  display: flex;
22
22
  justify-content: space-between;
23
23
  align-items: flex-start;
@@ -26,24 +26,24 @@
26
26
  border-top: 1px solid var(--color-light-border-primary);
27
27
  box-sizing: border-box;
28
28
  }
29
- .table__pagesWrapper_bl621 {
29
+ .table__pagesWrapper_aq3a0 {
30
30
  display: flex;
31
31
  }
32
- .table__tag_bl621.table__tag_bl621 {
32
+ .table__tag_aq3a0.table__tag_aq3a0 {
33
33
  flex-shrink: 0;
34
34
  margin-right: var(--gap-xs);
35
35
  padding: 0 var(--gap-xs);
36
36
  min-width: 32px
37
37
  }
38
- .table__tag_bl621.table__tag_bl621:last-child {
38
+ .table__tag_aq3a0.table__tag_aq3a0:last-child {
39
39
  margin-right: 0;
40
40
  }
41
- .table__tag_bl621.table__tag_bl621.table__tagActive_bl621 {
41
+ .table__tag_aq3a0.table__tag_aq3a0.table__tagActive_aq3a0 {
42
42
  cursor: default;
43
43
  }
44
- .table__menu_bl621 {
44
+ .table__menu_aq3a0 {
45
45
  margin: var(--gap-2xs) 0;
46
46
  }
47
- .table__option_bl621 {
47
+ .table__option_aq3a0 {
48
48
  min-width: 208px;
49
49
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1lzbr */
1
+ /* hash: 49rlw */
2
2
  :root {
3
3
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
4
4
  }
@@ -10,11 +10,11 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .table__field_faid7 svg {
13
+ .table__field_pp0h5 svg {
14
14
  width: 18px;
15
15
  height: 18px;
16
16
  }
17
- .table__open_faid7,
18
- .table__open_faid7:hover {
17
+ .table__open_pp0h5,
18
+ .table__open_pp0h5:hover {
19
19
  background-color: var(--color-light-specialbg-component-shade-7);
20
20
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Button } from '@alfalab/core-components-button/dist/modern';
4
4
 
5
- var styles = {"field":"table__field_faid7","open":"table__open_faid7"};
5
+ var styles = {"field":"table__field_pp0h5","open":"table__open_pp0h5"};
6
6
  require('./index.css')
7
7
 
8
8
  const CustomSelectField = ({ selected, innerProps, Arrow, open }) => {
@@ -5,7 +5,7 @@ import '../../utils.js';
5
5
  import { findAllHeadCellsProps } from './utils.js';
6
6
  import { TableContext } from '../table-context/index.js';
7
7
 
8
- var styles = {"component":"table__component_a9lml","wrapper":"table__wrapper_a9lml","hasPagination":"table__hasPagination_a9lml","table":"table__table_a9lml"};
8
+ var styles = {"component":"table__component_1hfjw","wrapper":"table__wrapper_1hfjw","hasPagination":"table__hasPagination_1hfjw","table":"table__table_1hfjw"};
9
9
  require('./index.css')
10
10
 
11
11
  const Table = forwardRef(({ className, children, compactView = false, wrapper = true, pagination, dataTestId, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: ggsem */
1
+ /* hash: 15ecn */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -18,20 +18,20 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .table__component_a9lml {
21
+ .table__component_1hfjw {
22
22
  box-sizing: border-box;
23
23
  }
24
- .table__wrapper_a9lml {
24
+ .table__wrapper_1hfjw {
25
25
  padding: 0 var(--gap-m) var(--gap-m);
26
26
  background: var(--color-light-bg-primary);
27
27
  box-shadow: var(--shadow-xs-hard);
28
28
  border-radius: var(--border-radius-m);
29
29
  overflow: auto;
30
30
  }
31
- .table__hasPagination_a9lml {
31
+ .table__hasPagination_1hfjw {
32
32
  padding-bottom: 0;
33
33
  }
34
- .table__table_a9lml {
34
+ .table__table_1hfjw {
35
35
  width: 100%;
36
36
  border-collapse: collapse;
37
37
  box-sizing: border-box
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_yavig"};
4
+ var styles = {"component":"table__component_fxdor"};
5
5
  require('./index.css')
6
6
 
7
7
  const TBody = ({ className, children, dataTestId, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: ys2dy */
1
+ /* hash: 3sx1m */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__component_yavig {
10
+ .table__component_fxdor {
11
11
  width: 100%;
12
12
  box-sizing: border-box;
13
13
  }
@@ -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
- var styles = {"component":"table__component_p4k7v","hidden":"table__hidden_p4k7v","compact":"table__compact_p4k7v"};
5
+ var styles = {"component":"table__component_cmmb0","hidden":"table__hidden_cmmb0","compact":"table__compact_cmmb0"};
6
6
  require('./index.css')
7
7
 
8
8
  const TCell = ({ className, style, dataTestId, children, index, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: f6rru */
1
+ /* hash: 3wszu */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
4
  --color-light-text-primary: #0b1f35;
@@ -16,7 +16,7 @@
16
16
  --gap-m: 16px;
17
17
  --gap-xl: 24px;
18
18
  }
19
- .table__component_p4k7v {
19
+ .table__component_cmmb0 {
20
20
  font-size: 14px;
21
21
  line-height: 20px;
22
22
  font-weight: 400;
@@ -28,10 +28,10 @@
28
28
  vertical-align: top;
29
29
  box-sizing: border-box;
30
30
  }
31
- .table__hidden_p4k7v {
31
+ .table__hidden_cmmb0 {
32
32
  display: none;
33
33
  }
34
- .table__compact_p4k7v {
34
+ .table__compact_cmmb0 {
35
35
  padding-top: var(--gap-xs);
36
36
  padding-bottom: var(--gap-xs);
37
37
 
@@ -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
- var styles = {"row":"table__row_pr9gk","selected":"table__selected_pr9gk","expanded":"table__expanded_pr9gk","expandable":"table__expandable_pr9gk"};
5
+ var styles = {"row":"table__row_103ho","selected":"table__selected_103ho","expanded":"table__expanded_103ho","expandable":"table__expandable_103ho"};
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: zq3a2 */
1
+ /* hash: 1onni */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,16 +7,16 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__row_pr9gk {
10
+ .table__row_103ho {
11
11
  cursor: pointer;
12
12
  }
13
- .table__selected_pr9gk.table__expanded_pr9gk {
13
+ .table__selected_103ho.table__expanded_103ho {
14
14
  background-color: inherit;
15
15
  }
16
- .table__expanded_pr9gk:hover {
16
+ .table__expanded_103ho:hover {
17
17
  background-color: inherit;
18
18
  }
19
- .table__expandable_pr9gk td {
19
+ .table__expandable_103ho td {
20
20
  margin: 0;
21
21
  padding-top: 0;
22
22
  padding-bottom: 0;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_tdy1l","row":"table__row_tdy1l"};
4
+ var styles = {"component":"table__component_s52hw","row":"table__row_s52hw"};
5
5
  require('./index.css')
6
6
 
7
7
  const THead = ({ className, rowClassName, children, dataTestId, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: tbw7n */
1
+ /* hash: 4ebz7 */
2
2
  :root {
3
3
  --color-light-graphic-quaternary: #dbdee1;
4
4
  }
@@ -10,12 +10,12 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .table__component_tdy1l {
13
+ .table__component_s52hw {
14
14
  position: relative;
15
15
  width: 100%;
16
16
  box-sizing: border-box
17
17
  }
18
- .table__component_tdy1l th:not(:last-child):not(:empty):after {
18
+ .table__component_s52hw th:not(:last-child):not(:empty):after {
19
19
  transition: opacity 0.2s;
20
20
  position: absolute;
21
21
  content: '';
@@ -27,12 +27,12 @@
27
27
  bottom: 8px;
28
28
  background-color: var(--color-light-graphic-quaternary);
29
29
  }
30
- .table__component_tdy1l th:after {
30
+ .table__component_s52hw th:after {
31
31
  opacity: 0;
32
32
  }
33
- .table__component_tdy1l:hover th:after {
33
+ .table__component_s52hw:hover th:after {
34
34
  opacity: 1;
35
35
  }
36
- .table__row_tdy1l {
36
+ .table__row_s52hw {
37
37
  height: 72px;
38
38
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_ncaxr","sortable":"table__sortable_ncaxr","sorted":"table__sorted_ncaxr","hidden":"table__hidden_ncaxr"};
4
+ var styles = {"component":"table__component_1ufzb","sortable":"table__sortable_1ufzb","sorted":"table__sorted_1ufzb","hidden":"table__hidden_1ufzb"};
5
5
  require('./index.css')
6
6
 
7
7
  const THeadCell = ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }) => (React.createElement("th", Object.assign({ className: cn(styles.component, className, hidden && styles.hidden), style: { ...style, width, textAlign }, "data-test-id": dataTestId }, restProps), children));
@@ -1,4 +1,4 @@
1
- /* hash: 2tcuy */
1
+ /* hash: xsi7b */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -17,7 +17,7 @@
17
17
  --gap-m: 16px;
18
18
  --gap-2xl: 32px;
19
19
  }
20
- .table__component_ncaxr {
20
+ .table__component_1ufzb {
21
21
  font-size: 12px;
22
22
  line-height: 16px;
23
23
  font-weight: 500;
@@ -34,12 +34,12 @@
34
34
  vertical-align: top;
35
35
  box-sizing: border-box;
36
36
  }
37
- .table__sortable_ncaxr {
37
+ .table__sortable_1ufzb {
38
38
  cursor: pointer;
39
39
  }
40
- .table__sorted_ncaxr {
40
+ .table__sorted_1ufzb {
41
41
  color: var(--color-light-text-primary);
42
42
  }
43
- .table__hidden_ncaxr {
43
+ .table__hidden_1ufzb {
44
44
  display: none;
45
45
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_1aqsu","withoutBorder":"table__withoutBorder_1aqsu","clickable":"table__clickable_1aqsu","selected":"table__selected_1aqsu"};
4
+ var styles = {"component":"table__component_gpxd9","withoutBorder":"table__withoutBorder_gpxd9","clickable":"table__clickable_gpxd9","selected":"table__selected_gpxd9"};
5
5
  require('./index.css')
6
6
 
7
7
  const TRow = ({ children, className, selected, withoutBorder, dataTestId, ...restProps }) => (React.createElement("tr", Object.assign({ className: cn(styles.component, className, {
@@ -1,4 +1,4 @@
1
- /* hash: 1o3d9 */
1
+ /* hash: 1cteh */
2
2
  :root {
3
3
  --color-static-graphic-solitude: #e8f2fe;
4
4
  }
@@ -14,30 +14,30 @@
14
14
 
15
15
  /* Hard up */
16
16
  }
17
- .table__component_1aqsu {
17
+ .table__component_gpxd9 {
18
18
  padding-top: 1px;
19
19
  width: 100%;
20
20
  transition: background-color 0.2s;
21
21
  box-sizing: border-box;
22
22
  background: var(--color-light-bg-primary)
23
23
  }
24
- .table__component_1aqsu:first-child td {
24
+ .table__component_gpxd9:first-child td {
25
25
  border-top: 0;
26
26
  }
27
- .table__withoutBorder_1aqsu {
27
+ .table__withoutBorder_gpxd9 {
28
28
  td {
29
29
  border: none;
30
30
  }
31
31
  }
32
- .table__clickable_1aqsu {
32
+ .table__clickable_gpxd9 {
33
33
  cursor: pointer
34
34
  }
35
- .table__clickable_1aqsu:hover {
35
+ .table__clickable_gpxd9:hover {
36
36
  background-color: var(--color-light-bg-secondary);
37
37
  }
38
- .table__selected_1aqsu {
38
+ .table__selected_gpxd9 {
39
39
  background-color: #f2f8ff /* нет цвета в палитре */
40
40
  }
41
- .table__selected_1aqsu:hover {
41
+ .table__selected_gpxd9:hover {
42
42
  background-color: var(--color-static-graphic-solitude);
43
43
  }
@@ -5,7 +5,7 @@ import { SortIconAsc } from './sort-icon-asc.js';
5
5
  import { SortIconDesc } from './sort-icon-desc.js';
6
6
  import { SortIconUnset } from './sort-icon-unset.js';
7
7
 
8
- var styles = {"component":"table__component_vqxj7","content":"table__content_vqxj7","icon":"table__icon_vqxj7","reverse":"table__reverse_vqxj7","sorted":"table__sorted_vqxj7"};
8
+ var styles = {"component":"table__component_lepbe","content":"table__content_lepbe","icon":"table__icon_lepbe","reverse":"table__reverse_lepbe","sorted":"table__sorted_lepbe"};
9
9
  require('./index.css')
10
10
 
11
11
  const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: sp6p3 */
1
+ /* hash: 1hmqx */
2
2
  :root {
3
3
  --color-light-graphic-link: #007aff;
4
4
  --color-light-graphic-primary: #0b1f35;
@@ -15,14 +15,14 @@
15
15
  :root {
16
16
  --gap-xs: 8px;
17
17
  }
18
- .table__component_vqxj7 {
18
+ .table__component_lepbe {
19
19
  position: relative;
20
20
  }
21
- .table__content_vqxj7 {
21
+ .table__content_lepbe {
22
22
  display: flex;
23
23
  align-items: flex-start;
24
24
  }
25
- .table__icon_vqxj7 {
25
+ .table__icon_lepbe {
26
26
  cursor: pointer;
27
27
  margin-left: var(--gap-xs);
28
28
 
@@ -35,19 +35,19 @@
35
35
  transition: color 0.2s ease;
36
36
  flex-shrink: 0
37
37
  }
38
- .table__icon_vqxj7:hover {
38
+ .table__icon_lepbe:hover {
39
39
  color: var(--color-light-graphic-primary);
40
40
  }
41
- .table__reverse_vqxj7 {
41
+ .table__reverse_lepbe {
42
42
  flex-direction: row-reverse
43
43
  }
44
- .table__reverse_vqxj7 .table__icon_vqxj7 {
44
+ .table__reverse_lepbe .table__icon_lepbe {
45
45
  margin-left: 0;
46
46
  margin-right: var(--gap-xs);
47
47
  }
48
- .table__sorted_vqxj7 {
48
+ .table__sorted_lepbe {
49
49
  color: var(--color-light-graphic-link)
50
50
  }
51
- .table__sorted_vqxj7:hover {
51
+ .table__sorted_lepbe:hover {
52
52
  color: var(--color-light-graphic-link);
53
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,10 +17,10 @@
17
17
  "react-dom": "^16.9.0 || ^17.0.1"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-button": "^5.1.5",
21
- "@alfalab/core-components-pagination": "^1.2.6",
22
- "@alfalab/core-components-select": "^10.7.3",
20
+ "@alfalab/core-components-button": "^5.1.6",
21
+ "@alfalab/core-components-pagination": "^1.2.7",
22
+ "@alfalab/core-components-select": "^10.8.0",
23
23
  "classnames": "2.2.6"
24
24
  },
25
- "gitHead": "a9d94bb54b83473443a06cd7338c8f822385cb13"
25
+ "gitHead": "d86d1207351d2e8dceb0519cbb0b64c06aaa6884"
26
26
  }