@alfalab/core-components-table 2.2.0 → 2.2.2

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 (97) hide show
  1. package/component.js +1 -1
  2. package/components/index.js +1 -1
  3. package/components/pagination/Component.js +2 -2
  4. package/components/pagination/index.css +8 -8
  5. package/components/pagination/index.js +1 -1
  6. package/components/pagination/select-field/index.css +4 -4
  7. package/components/pagination/select-field/index.js +2 -2
  8. package/components/table/Component.js +2 -2
  9. package/components/table/index.css +7 -7
  10. package/components/table/index.js +1 -1
  11. package/components/table/utils.js +1 -1
  12. package/components/tbody/Component.js +2 -2
  13. package/components/tbody/index.css +2 -2
  14. package/components/tbody/index.js +1 -1
  15. package/components/tcell/Component.js +2 -2
  16. package/components/tcell/index.css +6 -6
  17. package/components/tcell/index.js +1 -1
  18. package/components/texpandable-row/Component.js +2 -2
  19. package/components/texpandable-row/index.css +5 -5
  20. package/components/texpandable-row/index.js +1 -1
  21. package/components/thead/Component.js +2 -2
  22. package/components/thead/index.css +6 -6
  23. package/components/thead/index.js +1 -1
  24. package/components/thead-cell/Component.js +2 -2
  25. package/components/thead-cell/index.css +8 -8
  26. package/components/thead-cell/index.js +1 -1
  27. package/components/trow/Component.js +2 -2
  28. package/components/trow/index.css +8 -8
  29. package/components/trow/index.js +1 -1
  30. package/components/tsortable-head-cell/Component.js +2 -2
  31. package/components/tsortable-head-cell/index.css +9 -9
  32. package/components/tsortable-head-cell/index.js +1 -1
  33. package/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  34. package/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  35. package/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  36. package/esm/component.js +1 -1
  37. package/esm/components/index.js +1 -1
  38. package/esm/components/pagination/Component.js +2 -2
  39. package/esm/components/pagination/index.css +8 -8
  40. package/esm/components/pagination/index.js +1 -1
  41. package/esm/components/pagination/select-field/index.css +4 -4
  42. package/esm/components/pagination/select-field/index.js +2 -2
  43. package/esm/components/table/Component.js +2 -2
  44. package/esm/components/table/index.css +7 -7
  45. package/esm/components/table/index.js +1 -1
  46. package/esm/components/table/utils.js +1 -1
  47. package/esm/components/tbody/Component.js +2 -2
  48. package/esm/components/tbody/index.css +2 -2
  49. package/esm/components/tbody/index.js +1 -1
  50. package/esm/components/tcell/Component.js +2 -2
  51. package/esm/components/tcell/index.css +6 -6
  52. package/esm/components/tcell/index.js +1 -1
  53. package/esm/components/texpandable-row/Component.js +2 -2
  54. package/esm/components/texpandable-row/index.css +5 -5
  55. package/esm/components/texpandable-row/index.js +1 -1
  56. package/esm/components/thead/Component.js +2 -2
  57. package/esm/components/thead/index.css +6 -6
  58. package/esm/components/thead/index.js +1 -1
  59. package/esm/components/thead-cell/Component.js +2 -2
  60. package/esm/components/thead-cell/index.css +8 -8
  61. package/esm/components/thead-cell/index.js +1 -1
  62. package/esm/components/trow/Component.js +2 -2
  63. package/esm/components/trow/index.css +8 -8
  64. package/esm/components/trow/index.js +1 -1
  65. package/esm/components/tsortable-head-cell/Component.js +2 -2
  66. package/esm/components/tsortable-head-cell/index.css +9 -9
  67. package/esm/components/tsortable-head-cell/index.js +1 -1
  68. package/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  69. package/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  70. package/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  71. package/esm/index.js +1 -1
  72. package/esm/{tslib.es6-7d90e6df.d.ts → tslib.es6-a5a14982.d.ts} +0 -0
  73. package/esm/{tslib.es6-7d90e6df.js → tslib.es6-a5a14982.js} +0 -0
  74. package/index.js +1 -1
  75. package/modern/components/pagination/Component.js +1 -1
  76. package/modern/components/pagination/index.css +8 -8
  77. package/modern/components/pagination/select-field/index.css +4 -4
  78. package/modern/components/pagination/select-field/index.js +1 -1
  79. package/modern/components/table/Component.js +1 -1
  80. package/modern/components/table/index.css +7 -7
  81. package/modern/components/tbody/Component.js +1 -1
  82. package/modern/components/tbody/index.css +2 -2
  83. package/modern/components/tcell/Component.js +1 -1
  84. package/modern/components/tcell/index.css +6 -6
  85. package/modern/components/texpandable-row/Component.js +1 -1
  86. package/modern/components/texpandable-row/index.css +5 -5
  87. package/modern/components/thead/Component.js +1 -1
  88. package/modern/components/thead/index.css +6 -6
  89. package/modern/components/thead-cell/Component.js +1 -1
  90. package/modern/components/thead-cell/index.css +8 -8
  91. package/modern/components/trow/Component.js +1 -1
  92. package/modern/components/trow/index.css +8 -8
  93. package/modern/components/tsortable-head-cell/Component.js +1 -1
  94. package/modern/components/tsortable-head-cell/index.css +9 -9
  95. package/package.json +4 -4
  96. /package/{tslib.es6-b406adfc.d.ts → tslib.es6-de6594b5.d.ts} +0 -0
  97. /package/{tslib.es6-b406adfc.js → tslib.es6-de6594b5.js} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1o2eq */
1
+ /* hash: dp5fn */
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_ougot {
18
+ .table__component_oe17s {
19
19
  position: relative;
20
20
  }
21
- .table__content_ougot {
21
+ .table__content_oe17s {
22
22
  display: flex;
23
23
  align-items: flex-start;
24
24
  }
25
- .table__icon_ougot {
25
+ .table__icon_oe17s {
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_ougot:hover {
38
+ .table__icon_oe17s:hover {
39
39
  color: var(--color-light-graphic-primary);
40
40
  }
41
- .table__reverse_ougot {
41
+ .table__reverse_oe17s {
42
42
  flex-direction: row-reverse
43
43
  }
44
- .table__reverse_ougot .table__icon_ougot {
44
+ .table__reverse_oe17s .table__icon_oe17s {
45
45
  margin-left: 0;
46
46
  margin-right: var(--gap-xs);
47
47
  }
48
- .table__sorted_ougot {
48
+ .table__sorted_oe17s {
49
49
  color: var(--color-light-graphic-link)
50
50
  }
51
- .table__sorted_ougot:hover {
51
+ .table__sorted_oe17s:hover {
52
52
  color: var(--color-light-graphic-link);
53
53
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../tslib.es6-b406adfc.js');
5
+ require('../../tslib.es6-de6594b5.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('../table-context/index.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-b406adfc.js');
5
+ var tslib_es6 = require('../../tslib.es6-de6594b5.js');
6
6
  var React = require('react');
7
7
 
8
8
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-b406adfc.js');
5
+ var tslib_es6 = require('../../tslib.es6-de6594b5.js');
6
6
  var React = require('react');
7
7
 
8
8
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-b406adfc.js');
5
+ var tslib_es6 = require('../../tslib.es6-de6594b5.js');
6
6
  var React = require('react');
7
7
 
8
8
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
package/esm/component.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-7d90e6df.js';
1
+ import './tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import './components/table-context/index.js';
@@ -1,4 +1,4 @@
1
- import '../tslib.es6-7d90e6df.js';
1
+ import '../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import './table-context/index.js';
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React, { useContext, useMemo, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
@@ -7,7 +7,7 @@ import { Select } from '@alfalab/core-components-select/esm';
7
7
  import '@alfalab/core-components-button/esm';
8
8
  import { CustomSelectField } from './select-field/index.js';
9
9
 
10
- var styles = {"component":"table__component_1mpx8","pagesWrapper":"table__pagesWrapper_1mpx8","tag":"table__tag_1mpx8","tagActive":"table__tagActive_1mpx8","menu":"table__menu_1mpx8","option":"table__option_1mpx8"};
10
+ var styles = {"component":"table__component_1rhh5","pagesWrapper":"table__pagesWrapper_1rhh5","tag":"table__tag_1rhh5","tagActive":"table__tagActive_1rhh5","menu":"table__menu_1rhh5","option":"table__option_1rhh5"};
11
11
  require('./index.css')
12
12
 
13
13
  var Pagination = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1klmf */
1
+ /* hash: 14o2q */
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_1mpx8 {
20
+ .table__component_1rhh5 {
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_1mpx8 {
29
+ .table__pagesWrapper_1rhh5 {
30
30
  display: flex;
31
31
  }
32
- .table__tag_1mpx8.table__tag_1mpx8 {
32
+ .table__tag_1rhh5.table__tag_1rhh5 {
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_1mpx8.table__tag_1mpx8:last-child {
38
+ .table__tag_1rhh5.table__tag_1rhh5:last-child {
39
39
  margin-right: 0;
40
40
  }
41
- .table__tag_1mpx8.table__tag_1mpx8.table__tagActive_1mpx8 {
41
+ .table__tag_1rhh5.table__tag_1rhh5.table__tagActive_1rhh5 {
42
42
  cursor: default;
43
43
  }
44
- .table__menu_1mpx8 {
44
+ .table__menu_1rhh5 {
45
45
  margin: var(--gap-2xs) 0;
46
46
  }
47
- .table__option_1mpx8 {
47
+ .table__option_1rhh5 {
48
48
  min-width: 208px;
49
49
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../table-context/index.js';
@@ -1,4 +1,4 @@
1
- /* hash: 1z08i */
1
+ /* hash: 1iwjo */
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_2nqe0 svg {
13
+ .table__field_7faar svg {
14
14
  width: 18px;
15
15
  height: 18px;
16
16
  }
17
- .table__open_2nqe0,
18
- .table__open_2nqe0:hover {
17
+ .table__open_7faar,
18
+ .table__open_7faar:hover {
19
19
  background-color: var(--color-light-specialbg-component-shade-7);
20
20
  }
@@ -1,9 +1,9 @@
1
- import { _ as __rest, a as __assign } from '../../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../../tslib.es6-a5a14982.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Button } from '@alfalab/core-components-button/esm';
5
5
 
6
- var styles = {"field":"table__field_2nqe0","open":"table__open_2nqe0"};
6
+ var styles = {"field":"table__field_7faar","open":"table__open_7faar"};
7
7
  require('./index.css')
8
8
 
9
9
  var CustomSelectField = function (_a) {
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React, { forwardRef, useRef, useMemo } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
@@ -6,7 +6,7 @@ import '../../utils.js';
6
6
  import '../thead/Component.js';
7
7
  import { findAllHeadCellsProps } from './utils.js';
8
8
 
9
- var styles = {"component":"table__component_3d4s6","wrapper":"table__wrapper_3d4s6","stickyHeader":"table__stickyHeader_3d4s6","hasPagination":"table__hasPagination_3d4s6","table":"table__table_3d4s6"};
9
+ var styles = {"component":"table__component_2wpb5","wrapper":"table__wrapper_2wpb5","stickyHeader":"table__stickyHeader_2wpb5","hasPagination":"table__hasPagination_2wpb5","table":"table__table_2wpb5"};
10
10
  require('./index.css')
11
11
 
12
12
  var Table = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: s5cz6 */
1
+ /* hash: 17xvr */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -18,29 +18,29 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .table__component_3d4s6 {
21
+ .table__component_2wpb5 {
22
22
  box-sizing: border-box;
23
23
  }
24
- .table__wrapper_3d4s6 {
24
+ .table__wrapper_2wpb5 {
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__stickyHeader_3d4s6 {
31
+ .table__stickyHeader_2wpb5 {
32
32
  max-height: 100%;
33
33
  }
34
- .table__hasPagination_3d4s6 {
34
+ .table__hasPagination_2wpb5 {
35
35
  padding-bottom: 0;
36
36
  }
37
- .table__table_3d4s6 {
37
+ .table__table_2wpb5 {
38
38
  width: 100%;
39
39
  border-collapse: collapse;
40
40
  box-sizing: border-box
41
41
 
42
42
  /* TODO: Хак для выравнивания чекбокса */
43
43
  }
44
- .table__table_3d4s6 td:first-child label > *[class^='box'], .table__table_3d4s6 th:first-child label > *[class^='box'] {
44
+ .table__table_2wpb5 td:first-child label > *[class^='box'], .table__table_2wpb5 th:first-child label > *[class^='box'] {
45
45
  margin-top: 0;
46
46
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../table-context/index.js';
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import React from 'react';
3
3
  import 'classnames';
4
4
  import { isChildInstanceOf } from '../../utils.js';
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_1tzol"};
5
+ var styles = {"component":"table__component_qcep4"};
6
6
  require('./index.css')
7
7
 
8
8
  var TBody = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 49w33 */
1
+ /* hash: pqxxc */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__component_1tzol {
10
+ .table__component_qcep4 {
11
11
  width: 100%;
12
12
  box-sizing: border-box;
13
13
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  export { TBody } from './Component.js';
@@ -1,9 +1,9 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React, { useContext } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
5
5
 
6
- var styles = {"component":"table__component_1ufju","compactHorizontal":"table__compactHorizontal_1ufju","compact":"table__compact_1ufju"};
6
+ var styles = {"component":"table__component_9nlud","compactHorizontal":"table__compactHorizontal_9nlud","compact":"table__compact_9nlud"};
7
7
  require('./index.css')
8
8
 
9
9
  var TCell = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 7ca89 */
1
+ /* hash: 14ynw */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
4
  --color-light-text-primary: #0b1f35;
@@ -17,7 +17,7 @@
17
17
  --gap-m: 16px;
18
18
  --gap-xl: 24px;
19
19
  }
20
- .table__component_1ufju {
20
+ .table__component_9nlud {
21
21
  font-size: 14px;
22
22
  line-height: 20px;
23
23
  font-weight: 400;
@@ -29,17 +29,17 @@
29
29
  vertical-align: top;
30
30
  box-sizing: border-box
31
31
  }
32
- .table__component_1ufju:first-child {
32
+ .table__component_9nlud:first-child {
33
33
  padding-left: var(--gap-m);
34
34
  }
35
- .table__component_1ufju:last-child {
35
+ .table__component_9nlud:last-child {
36
36
  padding-right: var(--gap-m);
37
37
  }
38
- .table__compactHorizontal_1ufju {
38
+ .table__compactHorizontal_9nlud {
39
39
  padding-left: 6px;
40
40
  padding-right: 6px;
41
41
  }
42
- .table__compact_1ufju {
42
+ .table__compact_9nlud {
43
43
  padding-top: var(--gap-xs);
44
44
  padding-bottom: var(--gap-xs);
45
45
 
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../table-context/index.js';
@@ -1,9 +1,9 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React, { useState } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TRow } from '../trow/Component.js';
5
5
 
6
- var styles = {"row":"table__row_5mla0","selected":"table__selected_5mla0","expanded":"table__expanded_5mla0","expandable":"table__expandable_5mla0"};
6
+ var styles = {"row":"table__row_1lr3z","selected":"table__selected_1lr3z","expanded":"table__expanded_1lr3z","expandable":"table__expandable_1lr3z"};
7
7
  require('./index.css')
8
8
 
9
9
  var TExpandableRow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 19qfj */
1
+ /* hash: xsgl7 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,16 +7,16 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__row_5mla0 {
10
+ .table__row_1lr3z {
11
11
  cursor: pointer;
12
12
  }
13
- .table__selected_5mla0.table__expanded_5mla0 {
13
+ .table__selected_1lr3z.table__expanded_1lr3z {
14
14
  background-color: inherit;
15
15
  }
16
- .table__expanded_5mla0:hover {
16
+ .table__expanded_1lr3z:hover {
17
17
  background-color: inherit;
18
18
  }
19
- .table__expandable_5mla0 td {
19
+ .table__expandable_1lr3z td {
20
20
  margin: 0;
21
21
  padding-top: 0;
22
22
  padding-bottom: 0;
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../trow/Component.js';
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_nyjx6","row":"table__row_nyjx6"};
5
+ var styles = {"component":"table__component_16ozl","row":"table__row_16ozl"};
6
6
  require('./index.css')
7
7
 
8
8
  var THead = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: y18qv */
1
+ /* hash: 2pjgv */
2
2
  :root {
3
3
  --color-light-graphic-quaternary: #dbdee1;
4
4
  }
@@ -13,12 +13,12 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .table__component_nyjx6 {
16
+ .table__component_16ozl {
17
17
  position: relative;
18
18
  width: 100%;
19
19
  box-sizing: border-box
20
20
  }
21
- .table__component_nyjx6 th:not(:last-child):not(:empty):after {
21
+ .table__component_16ozl th:not(:last-child):not(:empty):after {
22
22
  transition: opacity 0.2s;
23
23
  position: absolute;
24
24
  content: '';
@@ -30,12 +30,12 @@
30
30
  bottom: var(--gap-xs);
31
31
  background-color: var(--color-light-graphic-quaternary);
32
32
  }
33
- .table__component_nyjx6 th:after {
33
+ .table__component_16ozl th:after {
34
34
  opacity: 0;
35
35
  }
36
- .table__component_nyjx6:hover th:after {
36
+ .table__component_16ozl:hover th:after {
37
37
  opacity: 1;
38
38
  }
39
- .table__row_nyjx6 {
39
+ .table__row_16ozl {
40
40
  height: 72px;
41
41
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  export { THead } from './Component.js';
@@ -1,9 +1,9 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React, { useContext } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
5
5
 
6
- var styles = {"component":"table__component_1vhhk","sortable":"table__sortable_1vhhk","sorted":"table__sorted_1vhhk","stickyHeader":"table__stickyHeader_1vhhk","compactHorizontal":"table__compactHorizontal_1vhhk"};
6
+ var styles = {"component":"table__component_1qpxo","sortable":"table__sortable_1qpxo","sorted":"table__sorted_1qpxo","stickyHeader":"table__stickyHeader_1qpxo","compactHorizontal":"table__compactHorizontal_1qpxo"};
7
7
  require('./index.css')
8
8
 
9
9
  var THeadCell = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: kwoub */
1
+ /* hash: 1cd9k */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-primary: #dbdee1;
@@ -18,7 +18,7 @@
18
18
  --gap-m: 16px;
19
19
  --gap-2xl: 32px;
20
20
  }
21
- .table__component_1vhhk {
21
+ .table__component_1qpxo {
22
22
  font-size: 12px;
23
23
  line-height: 16px;
24
24
  font-weight: 500;
@@ -35,26 +35,26 @@
35
35
  vertical-align: top;
36
36
  box-sizing: border-box
37
37
  }
38
- .table__component_1vhhk:first-child {
38
+ .table__component_1qpxo:first-child {
39
39
  padding-left: var(--gap-m);
40
40
  }
41
- .table__component_1vhhk:last-child {
41
+ .table__component_1qpxo:last-child {
42
42
  padding-right: var(--gap-m);
43
43
  }
44
- .table__sortable_1vhhk {
44
+ .table__sortable_1qpxo {
45
45
  cursor: pointer;
46
46
  }
47
- .table__sorted_1vhhk {
47
+ .table__sorted_1qpxo {
48
48
  color: var(--color-light-text-primary);
49
49
  }
50
- .table__stickyHeader_1vhhk {
50
+ .table__stickyHeader_1qpxo {
51
51
  top: 0;
52
52
  position: sticky;
53
53
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
54
54
  border: none;
55
55
  z-index: 1;
56
56
  }
57
- .table__compactHorizontal_1vhhk {
57
+ .table__compactHorizontal_1qpxo {
58
58
  padding-left: 6px;
59
59
  padding-right: 6px;
60
60
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '../table-context/index.js';
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_h0ofl","withoutBorder":"table__withoutBorder_h0ofl","clickable":"table__clickable_h0ofl","selected":"table__selected_h0ofl"};
5
+ var styles = {"component":"table__component_v9uh2","withoutBorder":"table__withoutBorder_v9uh2","clickable":"table__clickable_v9uh2","selected":"table__selected_v9uh2"};
6
6
  require('./index.css')
7
7
 
8
8
  var TRow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: k7qds */
1
+ /* hash: 1lb9z */
2
2
  :root {
3
3
  --color-static-graphic-solitude: #e8f2fe;
4
4
  }
@@ -14,28 +14,28 @@
14
14
 
15
15
  /* Hard up */
16
16
  }
17
- .table__component_h0ofl {
17
+ .table__component_v9uh2 {
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_h0ofl:first-child td {
24
+ .table__component_v9uh2:first-child td {
25
25
  border-top: 0;
26
26
  }
27
- .table__withoutBorder_h0ofl td {
27
+ .table__withoutBorder_v9uh2 td {
28
28
  border: none;
29
29
  }
30
- .table__clickable_h0ofl {
30
+ .table__clickable_v9uh2 {
31
31
  cursor: pointer
32
32
  }
33
- .table__clickable_h0ofl:hover {
33
+ .table__clickable_v9uh2:hover {
34
34
  background-color: var(--color-light-bg-secondary);
35
35
  }
36
- .table__selected_h0ofl {
36
+ .table__selected_v9uh2 {
37
37
  background-color: #f2f8ff /* нет цвета в палитре */
38
38
  }
39
- .table__selected_h0ofl:hover {
39
+ .table__selected_v9uh2:hover {
40
40
  background-color: var(--color-static-graphic-solitude);
41
41
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-7d90e6df.js';
1
+ import '../../tslib.es6-a5a14982.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  export { TRow } from './Component.js';
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-7d90e6df.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-a5a14982.js';
2
2
  import React, { useMemo } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '../table-context/index.js';
@@ -7,7 +7,7 @@ import { SortIconAsc } from './sort-icon-asc.js';
7
7
  import { SortIconDesc } from './sort-icon-desc.js';
8
8
  import { SortIconUnset } from './sort-icon-unset.js';
9
9
 
10
- var styles = {"component":"table__component_ougot","content":"table__content_ougot","icon":"table__icon_ougot","reverse":"table__reverse_ougot","sorted":"table__sorted_ougot"};
10
+ var styles = {"component":"table__component_oe17s","content":"table__content_oe17s","icon":"table__icon_oe17s","reverse":"table__reverse_oe17s","sorted":"table__sorted_oe17s"};
11
11
  require('./index.css')
12
12
 
13
13
  var TSortableHeadCell = function (_a) {