@alfalab/core-components-table 2.1.14 → 2.2.0

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 (123) hide show
  1. package/component.d.ts +1 -0
  2. package/component.js +1 -1
  3. package/components/index.js +1 -1
  4. package/components/pagination/Component.js +2 -2
  5. package/components/pagination/index.css +8 -8
  6. package/components/pagination/index.js +1 -1
  7. package/components/pagination/select-field/index.css +4 -4
  8. package/components/pagination/select-field/index.js +2 -2
  9. package/components/table/Component.d.ts +8 -0
  10. package/components/table/Component.js +5 -3
  11. package/components/table/index.css +9 -6
  12. package/components/table/index.js +1 -1
  13. package/components/table/utils.js +1 -1
  14. package/components/table-context/index.d.ts +1 -0
  15. package/components/table-context/index.js +1 -0
  16. package/components/tbody/Component.js +2 -2
  17. package/components/tbody/index.css +2 -2
  18. package/components/tbody/index.js +1 -1
  19. package/components/tcell/Component.js +2 -2
  20. package/components/tcell/index.css +6 -6
  21. package/components/tcell/index.js +1 -1
  22. package/components/texpandable-row/Component.js +2 -2
  23. package/components/texpandable-row/index.css +5 -5
  24. package/components/texpandable-row/index.js +1 -1
  25. package/components/thead/Component.js +2 -2
  26. package/components/thead/index.css +6 -6
  27. package/components/thead/index.js +1 -1
  28. package/components/thead-cell/Component.js +7 -4
  29. package/components/thead-cell/index.css +14 -7
  30. package/components/thead-cell/index.js +1 -1
  31. package/components/trow/Component.js +2 -2
  32. package/components/trow/index.css +8 -10
  33. package/components/trow/index.js +1 -1
  34. package/components/tsortable-head-cell/Component.js +2 -2
  35. package/components/tsortable-head-cell/index.css +9 -9
  36. package/components/tsortable-head-cell/index.js +1 -1
  37. package/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  38. package/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  39. package/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  40. package/cssm/component.d.ts +1 -0
  41. package/cssm/components/table/Component.d.ts +8 -0
  42. package/cssm/components/table/Component.js +3 -1
  43. package/cssm/components/table/index.module.css +3 -0
  44. package/cssm/components/table-context/index.d.ts +1 -0
  45. package/cssm/components/table-context/index.js +1 -0
  46. package/cssm/components/thead-cell/Component.js +5 -2
  47. package/cssm/components/thead-cell/index.module.css +7 -0
  48. package/cssm/components/trow/index.module.css +1 -3
  49. package/esm/component.d.ts +1 -0
  50. package/esm/component.js +1 -1
  51. package/esm/components/index.js +1 -1
  52. package/esm/components/pagination/Component.js +2 -2
  53. package/esm/components/pagination/index.css +8 -8
  54. package/esm/components/pagination/index.js +1 -1
  55. package/esm/components/pagination/select-field/index.css +4 -4
  56. package/esm/components/pagination/select-field/index.js +2 -2
  57. package/esm/components/table/Component.d.ts +8 -0
  58. package/esm/components/table/Component.js +5 -3
  59. package/esm/components/table/index.css +9 -6
  60. package/esm/components/table/index.js +1 -1
  61. package/esm/components/table/utils.js +1 -1
  62. package/esm/components/table-context/index.d.ts +1 -0
  63. package/esm/components/table-context/index.js +1 -0
  64. package/esm/components/tbody/Component.js +2 -2
  65. package/esm/components/tbody/index.css +2 -2
  66. package/esm/components/tbody/index.js +1 -1
  67. package/esm/components/tcell/Component.js +2 -2
  68. package/esm/components/tcell/index.css +6 -6
  69. package/esm/components/tcell/index.js +1 -1
  70. package/esm/components/texpandable-row/Component.js +2 -2
  71. package/esm/components/texpandable-row/index.css +5 -5
  72. package/esm/components/texpandable-row/index.js +1 -1
  73. package/esm/components/thead/Component.js +2 -2
  74. package/esm/components/thead/index.css +6 -6
  75. package/esm/components/thead/index.js +1 -1
  76. package/esm/components/thead-cell/Component.js +7 -4
  77. package/esm/components/thead-cell/index.css +14 -7
  78. package/esm/components/thead-cell/index.js +1 -1
  79. package/esm/components/trow/Component.js +2 -2
  80. package/esm/components/trow/index.css +8 -10
  81. package/esm/components/trow/index.js +1 -1
  82. package/esm/components/tsortable-head-cell/Component.js +2 -2
  83. package/esm/components/tsortable-head-cell/index.css +9 -9
  84. package/esm/components/tsortable-head-cell/index.js +1 -1
  85. package/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  86. package/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  87. package/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  88. package/esm/index.js +1 -1
  89. package/esm/{tslib.es6-de554ff0.d.ts → tslib.es6-7d90e6df.d.ts} +0 -0
  90. package/esm/{tslib.es6-de554ff0.js → tslib.es6-7d90e6df.js} +0 -0
  91. package/index.js +1 -1
  92. package/modern/component.d.ts +1 -0
  93. package/modern/components/pagination/Component.js +2 -2
  94. package/modern/components/pagination/index.css +8 -8
  95. package/modern/components/pagination/select-field/index.css +4 -4
  96. package/modern/components/pagination/select-field/index.js +1 -1
  97. package/modern/components/table/Component.d.ts +8 -0
  98. package/modern/components/table/Component.js +4 -2
  99. package/modern/components/table/index.css +9 -6
  100. package/modern/components/table/utils.js +2 -2
  101. package/modern/components/table-context/index.d.ts +1 -0
  102. package/modern/components/table-context/index.js +1 -0
  103. package/modern/components/tbody/Component.js +1 -1
  104. package/modern/components/tbody/index.css +2 -2
  105. package/modern/components/tcell/Component.js +1 -1
  106. package/modern/components/tcell/index.css +6 -6
  107. package/modern/components/texpandable-row/Component.js +1 -1
  108. package/modern/components/texpandable-row/index.css +5 -5
  109. package/modern/components/thead/Component.js +1 -1
  110. package/modern/components/thead/index.css +6 -6
  111. package/modern/components/thead-cell/Component.js +5 -3
  112. package/modern/components/thead-cell/index.css +14 -7
  113. package/modern/components/trow/Component.js +1 -1
  114. package/modern/components/trow/index.css +8 -10
  115. package/modern/components/tsortable-head-cell/Component.js +1 -1
  116. package/modern/components/tsortable-head-cell/index.css +9 -9
  117. package/modern/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  118. package/modern/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  119. package/modern/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  120. package/package.json +2 -2
  121. package/send-stats.js +1 -1
  122. /package/{tslib.es6-88e029d7.d.ts → tslib.es6-b406adfc.d.ts} +0 -0
  123. /package/{tslib.es6-88e029d7.js → tslib.es6-b406adfc.js} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: wmrf4 */
1
+ /* hash: 7ca89 */
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_4jfwm {
20
+ .table__component_1ufju {
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_4jfwm:first-child {
32
+ .table__component_1ufju:first-child {
33
33
  padding-left: var(--gap-m);
34
34
  }
35
- .table__component_4jfwm:last-child {
35
+ .table__component_1ufju:last-child {
36
36
  padding-right: var(--gap-m);
37
37
  }
38
- .table__compactHorizontal_4jfwm {
38
+ .table__compactHorizontal_1ufju {
39
39
  padding-left: 6px;
40
40
  padding-right: 6px;
41
41
  }
42
- .table__compact_4jfwm {
42
+ .table__compact_1ufju {
43
43
  padding-top: var(--gap-xs);
44
44
  padding-bottom: var(--gap-xs);
45
45
 
@@ -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_1vip8","selected":"table__selected_1vip8","expanded":"table__expanded_1vip8","expandable":"table__expandable_1vip8"};
5
+ var styles = {"row":"table__row_5mla0","selected":"table__selected_5mla0","expanded":"table__expanded_5mla0","expandable":"table__expandable_5mla0"};
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: 1t653 */
1
+ /* hash: 19qfj */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,16 +7,16 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .table__row_1vip8 {
10
+ .table__row_5mla0 {
11
11
  cursor: pointer;
12
12
  }
13
- .table__selected_1vip8.table__expanded_1vip8 {
13
+ .table__selected_5mla0.table__expanded_5mla0 {
14
14
  background-color: inherit;
15
15
  }
16
- .table__expanded_1vip8:hover {
16
+ .table__expanded_5mla0:hover {
17
17
  background-color: inherit;
18
18
  }
19
- .table__expandable_1vip8 td {
19
+ .table__expandable_5mla0 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_x3k0x","row":"table__row_x3k0x"};
4
+ var styles = {"component":"table__component_nyjx6","row":"table__row_nyjx6"};
5
5
  require('./index.css')
6
6
 
7
7
  const THead = ({ className, rowClassName, children, dataTestId, ...restProps }) => (React.createElement("thead", { className: cn(styles.component, className), "data-test-id": dataTestId, ...restProps },
@@ -1,4 +1,4 @@
1
- /* hash: 1h5ld */
1
+ /* hash: y18qv */
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_x3k0x {
16
+ .table__component_nyjx6 {
17
17
  position: relative;
18
18
  width: 100%;
19
19
  box-sizing: border-box
20
20
  }
21
- .table__component_x3k0x th:not(:last-child):not(:empty):after {
21
+ .table__component_nyjx6 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_x3k0x th:after {
33
+ .table__component_nyjx6 th:after {
34
34
  opacity: 0;
35
35
  }
36
- .table__component_x3k0x:hover th:after {
36
+ .table__component_nyjx6:hover th:after {
37
37
  opacity: 1;
38
38
  }
39
- .table__row_x3k0x {
39
+ .table__row_nyjx6 {
40
40
  height: 72px;
41
41
  }
@@ -2,14 +2,16 @@ 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_1fnfd","sortable":"table__sortable_1fnfd","sorted":"table__sorted_1fnfd","compactHorizontal":"table__compactHorizontal_1fnfd"};
5
+ var styles = {"component":"table__component_1vhhk","sortable":"table__sortable_1vhhk","sorted":"table__sorted_1vhhk","stickyHeader":"table__stickyHeader_1vhhk","compactHorizontal":"table__compactHorizontal_1vhhk"};
6
6
  require('./index.css')
7
7
 
8
8
  const THeadCell = ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }) => {
9
- const { compactHorizontal } = useContext(TableContext);
9
+ const { compactHorizontal, stickyHeader } = useContext(TableContext);
10
10
  if (hidden)
11
11
  return null;
12
- return (React.createElement("th", { className: cn(styles.component, className, compactHorizontal && styles.compactHorizontal), style: { ...style, width, textAlign }, "data-test-id": dataTestId, ...restProps }, children));
12
+ return (React.createElement("th", { className: cn(styles.component, className, compactHorizontal && styles.compactHorizontal, {
13
+ [styles.stickyHeader]: stickyHeader,
14
+ }), style: { ...style, width, textAlign }, "data-test-id": dataTestId, ...restProps }, children));
13
15
  };
14
16
 
15
17
  export { THeadCell };
@@ -1,4 +1,4 @@
1
- /* hash: 1p0ca */
1
+ /* hash: kwoub */
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_1fnfd {
21
+ .table__component_1vhhk {
22
22
  font-size: 12px;
23
23
  line-height: 16px;
24
24
  font-weight: 500;
@@ -35,19 +35,26 @@
35
35
  vertical-align: top;
36
36
  box-sizing: border-box
37
37
  }
38
- .table__component_1fnfd:first-child {
38
+ .table__component_1vhhk:first-child {
39
39
  padding-left: var(--gap-m);
40
40
  }
41
- .table__component_1fnfd:last-child {
41
+ .table__component_1vhhk:last-child {
42
42
  padding-right: var(--gap-m);
43
43
  }
44
- .table__sortable_1fnfd {
44
+ .table__sortable_1vhhk {
45
45
  cursor: pointer;
46
46
  }
47
- .table__sorted_1fnfd {
47
+ .table__sorted_1vhhk {
48
48
  color: var(--color-light-text-primary);
49
49
  }
50
- .table__compactHorizontal_1fnfd {
50
+ .table__stickyHeader_1vhhk {
51
+ top: 0;
52
+ position: sticky;
53
+ box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
54
+ border: none;
55
+ z-index: 1;
56
+ }
57
+ .table__compactHorizontal_1vhhk {
51
58
  padding-left: 6px;
52
59
  padding-right: 6px;
53
60
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"component":"table__component_q5ojc","withoutBorder":"table__withoutBorder_q5ojc","clickable":"table__clickable_q5ojc","selected":"table__selected_q5ojc"};
4
+ var styles = {"component":"table__component_h0ofl","withoutBorder":"table__withoutBorder_h0ofl","clickable":"table__clickable_h0ofl","selected":"table__selected_h0ofl"};
5
5
  require('./index.css')
6
6
 
7
7
  const TRow = ({ children, className, selected, withoutBorder, dataTestId, ...restProps }) => (React.createElement("tr", { className: cn(styles.component, className, {
@@ -1,4 +1,4 @@
1
- /* hash: 13nfy */
1
+ /* hash: k7qds */
2
2
  :root {
3
3
  --color-static-graphic-solitude: #e8f2fe;
4
4
  }
@@ -14,30 +14,28 @@
14
14
 
15
15
  /* Hard up */
16
16
  }
17
- .table__component_q5ojc {
17
+ .table__component_h0ofl {
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_q5ojc:first-child td {
24
+ .table__component_h0ofl:first-child td {
25
25
  border-top: 0;
26
26
  }
27
- .table__withoutBorder_q5ojc {
28
- td {
27
+ .table__withoutBorder_h0ofl td {
29
28
  border: none;
30
29
  }
31
- }
32
- .table__clickable_q5ojc {
30
+ .table__clickable_h0ofl {
33
31
  cursor: pointer
34
32
  }
35
- .table__clickable_q5ojc:hover {
33
+ .table__clickable_h0ofl:hover {
36
34
  background-color: var(--color-light-bg-secondary);
37
35
  }
38
- .table__selected_q5ojc {
36
+ .table__selected_h0ofl {
39
37
  background-color: #f2f8ff /* нет цвета в палитре */
40
38
  }
41
- .table__selected_q5ojc:hover {
39
+ .table__selected_h0ofl:hover {
42
40
  background-color: var(--color-static-graphic-solitude);
43
41
  }
@@ -6,7 +6,7 @@ import { SortIconAsc } from './sort-icon-asc.js';
6
6
  import { SortIconDesc } from './sort-icon-desc.js';
7
7
  import { SortIconUnset } from './sort-icon-unset.js';
8
8
 
9
- var styles = {"component":"table__component_xzgsk","content":"table__content_xzgsk","icon":"table__icon_xzgsk","reverse":"table__reverse_xzgsk","sorted":"table__sorted_xzgsk"};
9
+ var styles = {"component":"table__component_ougot","content":"table__content_ougot","icon":"table__icon_ougot","reverse":"table__reverse_ougot","sorted":"table__sorted_ougot"};
10
10
  require('./index.css')
11
11
 
12
12
  const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 14y24 */
1
+ /* hash: 1o2eq */
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_xzgsk {
18
+ .table__component_ougot {
19
19
  position: relative;
20
20
  }
21
- .table__content_xzgsk {
21
+ .table__content_ougot {
22
22
  display: flex;
23
23
  align-items: flex-start;
24
24
  }
25
- .table__icon_xzgsk {
25
+ .table__icon_ougot {
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_xzgsk:hover {
38
+ .table__icon_ougot:hover {
39
39
  color: var(--color-light-graphic-primary);
40
40
  }
41
- .table__reverse_xzgsk {
41
+ .table__reverse_ougot {
42
42
  flex-direction: row-reverse
43
43
  }
44
- .table__reverse_xzgsk .table__icon_xzgsk {
44
+ .table__reverse_ougot .table__icon_ougot {
45
45
  margin-left: 0;
46
46
  margin-right: var(--gap-xs);
47
47
  }
48
- .table__sorted_xzgsk {
48
+ .table__sorted_ougot {
49
49
  color: var(--color-light-graphic-link)
50
50
  }
51
- .table__sorted_xzgsk:hover {
51
+ .table__sorted_ougot:hover {
52
52
  color: var(--color-light-graphic-link);
53
53
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- const SortIconAsc = props => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
3
+ const SortIconAsc = (props) => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
4
4
  React.createElement("path", { d: 'M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H9C9 5.33333 9 4.16667 9 3.5C9 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 15 14 15 14C15 13.5 15 12 15 11.5C15 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' })));
5
5
 
6
6
  export { SortIconAsc };
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- const SortIconDesc = props => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
3
+ const SortIconDesc = (props) => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
4
4
  React.createElement("path", { d: 'M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 9 14 9 14C9 13.5 9 12 9 11.5C9 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' })));
5
5
 
6
6
  export { SortIconDesc };
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- const SortIconUnset = props => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
3
+ const SortIconUnset = (props) => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
4
4
  React.createElement("path", { d: 'M3 10C3 10 10.4477 10 11 10C11 9.33333 11.0001 8.16667 11.0001 7.5H3.00006C3.00002 8 3.00006 9.5 3 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3 14C3.21032 14 14 14 14 14C14 13.5 14 12 14 11.5C14 11.5 3.55228 11.5 3 11.5C2.99991 12 2.99991 13.5 3 14Z' })));
5
5
 
6
6
  export { SortIconUnset };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "2.1.14",
3
+ "version": "2.2.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@alfalab/core-components-button": "^7.0.0",
19
19
  "@alfalab/core-components-pagination": "^2.0.6",
20
- "@alfalab/core-components-select": "^13.0.0",
20
+ "@alfalab/core-components-select": "^13.0.2",
21
21
  "classnames": "^2.3.1"
22
22
  }
23
23
  }
package/send-stats.js CHANGED
@@ -55,7 +55,7 @@ async function main() {
55
55
  };
56
56
 
57
57
  return new Promise((resolve, reject) => {
58
- const req = http.request(options, res => {
58
+ const req = http.request(options, (res) => {
59
59
  res.on('end', () => {
60
60
  resolve();
61
61
  });