@alfalab/core-components-table 2.0.0 → 2.0.1

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 +6 -6
  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 +4 -4
  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 +5 -5
  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 +6 -6
  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 +4 -4
  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 +5 -5
  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-0b36ed5e.d.ts → tslib.es6-0ae67909.d.ts} +0 -0
  73. package/esm/{tslib.es6-0b36ed5e.js → tslib.es6-0ae67909.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 +6 -6
  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 +4 -4
  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 +5 -5
  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-48428d43.d.ts → tslib.es6-586ed3f2.d.ts} +0 -0
  97. /package/{tslib.es6-48428d43.js → tslib.es6-586ed3f2.js} +0 -0
@@ -6,7 +6,7 @@ import { Pagination as Pagination$1 } from '@alfalab/core-components-pagination/
6
6
  import '@alfalab/core-components-button/modern';
7
7
  import { CustomSelectField } from './select-field/index.js';
8
8
 
9
- var styles = {"component":"table__component_1wk9i","pagesWrapper":"table__pagesWrapper_1wk9i","tag":"table__tag_1wk9i","tagActive":"table__tagActive_1wk9i","menu":"table__menu_1wk9i","option":"table__option_1wk9i"};
9
+ var styles = {"component":"table__component_1utz2","pagesWrapper":"table__pagesWrapper_1utz2","tag":"table__tag_1utz2","tagActive":"table__tagActive_1utz2","menu":"table__menu_1utz2","option":"table__option_1utz2"};
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: gncf3 */
1
+ /* hash: 5qyp6 */
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_1wk9i {
20
+ .table__component_1utz2 {
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_1wk9i {
29
+ .table__pagesWrapper_1utz2 {
30
30
  display: flex;
31
31
  }
32
- .table__tag_1wk9i.table__tag_1wk9i {
32
+ .table__tag_1utz2.table__tag_1utz2 {
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_1wk9i.table__tag_1wk9i:last-child {
38
+ .table__tag_1utz2.table__tag_1utz2:last-child {
39
39
  margin-right: 0;
40
40
  }
41
- .table__tag_1wk9i.table__tag_1wk9i.table__tagActive_1wk9i {
41
+ .table__tag_1utz2.table__tag_1utz2.table__tagActive_1utz2 {
42
42
  cursor: default;
43
43
  }
44
- .table__menu_1wk9i {
44
+ .table__menu_1utz2 {
45
45
  margin: var(--gap-2xs) 0;
46
46
  }
47
- .table__option_1wk9i {
47
+ .table__option_1utz2 {
48
48
  min-width: 208px;
49
49
  }
@@ -1,4 +1,4 @@
1
- /* hash: ep49w */
1
+ /* hash: jzfmn */
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_1syco svg {
13
+ .table__field_ars7b svg {
14
14
  width: 18px;
15
15
  height: 18px;
16
16
  }
17
- .table__open_1syco,
18
- .table__open_1syco:hover {
17
+ .table__open_ars7b,
18
+ .table__open_ars7b: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/modern';
4
4
 
5
- var styles = {"field":"table__field_1syco","open":"table__open_1syco"};
5
+ var styles = {"field":"table__field_ars7b","open":"table__open_ars7b"};
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_fgfss","wrapper":"table__wrapper_fgfss","hasPagination":"table__hasPagination_fgfss","table":"table__table_fgfss"};
8
+ var styles = {"component":"table__component_4s4hq","wrapper":"table__wrapper_4s4hq","hasPagination":"table__hasPagination_4s4hq","table":"table__table_4s4hq"};
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: yizgo */
1
+ /* hash: u2zkc */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -18,26 +18,26 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .table__component_fgfss {
21
+ .table__component_4s4hq {
22
22
  box-sizing: border-box;
23
23
  }
24
- .table__wrapper_fgfss {
24
+ .table__wrapper_4s4hq {
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_fgfss {
31
+ .table__hasPagination_4s4hq {
32
32
  padding-bottom: 0;
33
33
  }
34
- .table__table_fgfss {
34
+ .table__table_4s4hq {
35
35
  width: 100%;
36
36
  border-collapse: collapse;
37
37
  box-sizing: border-box
38
38
 
39
39
  /* TODO: Хак для выравнивания чекбокса */
40
40
  }
41
- .table__table_fgfss td:first-child label > *[class^='box'], .table__table_fgfss th:first-child label > *[class^='box'] {
41
+ .table__table_4s4hq td:first-child label > *[class^='box'], .table__table_4s4hq th:first-child label > *[class^='box'] {
42
42
  margin-top: 0;
43
43
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_1x94b"};
4
+ var styles = {"component":"table__component_32md3"};
5
5
  require('./index.css')
6
6
 
7
7
  const TBody = ({ className, children, dataTestId, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 89xck */
1
+ /* hash: 1vtaa */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__component_1x94b {
10
+ .table__component_32md3 {
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_14frd","hidden":"table__hidden_14frd","compact":"table__compact_14frd"};
5
+ var styles = {"component":"table__component_c9gau","hidden":"table__hidden_c9gau","compact":"table__compact_c9gau"};
6
6
  require('./index.css')
7
7
 
8
8
  const TCell = ({ className, style, dataTestId, children, index, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1y4cy */
1
+ /* hash: s41sg */
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_14frd {
19
+ .table__component_c9gau {
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_14frd {
31
+ .table__hidden_c9gau {
32
32
  display: none;
33
33
  }
34
- .table__compact_14frd {
34
+ .table__compact_c9gau {
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_15jm6","selected":"table__selected_15jm6","expanded":"table__expanded_15jm6","expandable":"table__expandable_15jm6"};
5
+ var styles = {"row":"table__row_1nsou","selected":"table__selected_1nsou","expanded":"table__expanded_1nsou","expandable":"table__expandable_1nsou"};
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: 1lryh */
1
+ /* hash: hdygj */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,16 +7,16 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__row_15jm6 {
10
+ .table__row_1nsou {
11
11
  cursor: pointer;
12
12
  }
13
- .table__selected_15jm6.table__expanded_15jm6 {
13
+ .table__selected_1nsou.table__expanded_1nsou {
14
14
  background-color: inherit;
15
15
  }
16
- .table__expanded_15jm6:hover {
16
+ .table__expanded_1nsou:hover {
17
17
  background-color: inherit;
18
18
  }
19
- .table__expandable_15jm6 td {
19
+ .table__expandable_1nsou 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_1kpst","row":"table__row_1kpst"};
4
+ var styles = {"component":"table__component_pdjmp","row":"table__row_pdjmp"};
5
5
  require('./index.css')
6
6
 
7
7
  const THead = ({ className, rowClassName, children, dataTestId, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1be39 */
1
+ /* hash: j41lj */
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_1kpst {
13
+ .table__component_pdjmp {
14
14
  position: relative;
15
15
  width: 100%;
16
16
  box-sizing: border-box
17
17
  }
18
- .table__component_1kpst th:not(:last-child):not(:empty):after {
18
+ .table__component_pdjmp 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_1kpst th:after {
30
+ .table__component_pdjmp th:after {
31
31
  opacity: 0;
32
32
  }
33
- .table__component_1kpst:hover th:after {
33
+ .table__component_pdjmp:hover th:after {
34
34
  opacity: 1;
35
35
  }
36
- .table__row_1kpst {
36
+ .table__row_pdjmp {
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_o1tvc","sortable":"table__sortable_o1tvc","sorted":"table__sorted_o1tvc","hidden":"table__hidden_o1tvc"};
4
+ var styles = {"component":"table__component_17xez","sortable":"table__sortable_17xez","sorted":"table__sorted_17xez","hidden":"table__hidden_17xez"};
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: 1rh7t */
1
+ /* hash: c99kn */
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_o1tvc {
20
+ .table__component_17xez {
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_o1tvc {
37
+ .table__sortable_17xez {
38
38
  cursor: pointer;
39
39
  }
40
- .table__sorted_o1tvc {
40
+ .table__sorted_17xez {
41
41
  color: var(--color-light-text-primary);
42
42
  }
43
- .table__hidden_o1tvc {
43
+ .table__hidden_17xez {
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_7it7f","withoutBorder":"table__withoutBorder_7it7f","clickable":"table__clickable_7it7f","selected":"table__selected_7it7f"};
4
+ var styles = {"component":"table__component_ifo54","withoutBorder":"table__withoutBorder_ifo54","clickable":"table__clickable_ifo54","selected":"table__selected_ifo54"};
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: d2smz */
1
+ /* hash: 18gnu */
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_7it7f {
17
+ .table__component_ifo54 {
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_7it7f:first-child td {
24
+ .table__component_ifo54:first-child td {
25
25
  border-top: 0;
26
26
  }
27
- .table__withoutBorder_7it7f {
27
+ .table__withoutBorder_ifo54 {
28
28
  td {
29
29
  border: none;
30
30
  }
31
31
  }
32
- .table__clickable_7it7f {
32
+ .table__clickable_ifo54 {
33
33
  cursor: pointer
34
34
  }
35
- .table__clickable_7it7f:hover {
35
+ .table__clickable_ifo54:hover {
36
36
  background-color: var(--color-light-bg-secondary);
37
37
  }
38
- .table__selected_7it7f {
38
+ .table__selected_ifo54 {
39
39
  background-color: #f2f8ff /* нет цвета в палитре */
40
40
  }
41
- .table__selected_7it7f:hover {
41
+ .table__selected_ifo54: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_130oh","content":"table__content_130oh","icon":"table__icon_130oh","reverse":"table__reverse_130oh","sorted":"table__sorted_130oh"};
8
+ var styles = {"component":"table__component_15ph6","content":"table__content_15ph6","icon":"table__icon_15ph6","reverse":"table__reverse_15ph6","sorted":"table__sorted_15ph6"};
9
9
  require('./index.css')
10
10
 
11
11
  const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 6nbh6 */
1
+ /* hash: 15mgp */
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_130oh {
18
+ .table__component_15ph6 {
19
19
  position: relative;
20
20
  }
21
- .table__content_130oh {
21
+ .table__content_15ph6 {
22
22
  display: flex;
23
23
  align-items: flex-start;
24
24
  }
25
- .table__icon_130oh {
25
+ .table__icon_15ph6 {
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_130oh:hover {
38
+ .table__icon_15ph6:hover {
39
39
  color: var(--color-light-graphic-primary);
40
40
  }
41
- .table__reverse_130oh {
41
+ .table__reverse_15ph6 {
42
42
  flex-direction: row-reverse
43
43
  }
44
- .table__reverse_130oh .table__icon_130oh {
44
+ .table__reverse_15ph6 .table__icon_15ph6 {
45
45
  margin-left: 0;
46
46
  margin-right: var(--gap-xs);
47
47
  }
48
- .table__sorted_130oh {
48
+ .table__sorted_15ph6 {
49
49
  color: var(--color-light-graphic-link)
50
50
  }
51
- .table__sorted_130oh:hover {
51
+ .table__sorted_15ph6: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": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,9 +15,9 @@
15
15
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
16
16
  },
17
17
  "dependencies": {
18
- "@alfalab/core-components-button": "^6.0.0",
19
- "@alfalab/core-components-pagination": "^2.0.0",
20
- "@alfalab/core-components-select": "^12.0.0",
18
+ "@alfalab/core-components-button": "^6.0.1",
19
+ "@alfalab/core-components-pagination": "^2.0.1",
20
+ "@alfalab/core-components-select": "^12.0.1",
21
21
  "classnames": "^2.3.1"
22
22
  }
23
23
  }