@alfalab/core-components-table 2.5.8 → 2.5.10

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/Component.js +1 -1
  2. package/components/pagination/index.css +9 -9
  3. package/components/pagination/select-field/index.css +4 -4
  4. package/components/pagination/select-field/index.js +1 -1
  5. package/components/table/Component.js +1 -1
  6. package/components/table/index.css +7 -7
  7. package/components/tbody/Component.js +1 -1
  8. package/components/tbody/index.css +2 -2
  9. package/components/tcell/Component.js +1 -1
  10. package/components/tcell/index.css +6 -6
  11. package/components/texpandable-row/Component.js +1 -1
  12. package/components/texpandable-row/index.css +5 -5
  13. package/components/thead/Component.js +1 -1
  14. package/components/thead/index.css +6 -6
  15. package/components/thead-cell/Component.js +1 -1
  16. package/components/thead-cell/index.css +9 -9
  17. package/components/trow/Component.js +1 -1
  18. package/components/trow/index.css +8 -8
  19. package/components/tsortable-head-cell/Component.js +1 -1
  20. package/components/tsortable-head-cell/index.css +8 -8
  21. package/esm/components/pagination/Component.js +1 -1
  22. package/esm/components/pagination/index.css +9 -9
  23. package/esm/components/pagination/select-field/index.css +4 -4
  24. package/esm/components/pagination/select-field/index.js +1 -1
  25. package/esm/components/table/Component.js +1 -1
  26. package/esm/components/table/index.css +7 -7
  27. package/esm/components/tbody/Component.js +1 -1
  28. package/esm/components/tbody/index.css +2 -2
  29. package/esm/components/tcell/Component.js +1 -1
  30. package/esm/components/tcell/index.css +6 -6
  31. package/esm/components/texpandable-row/Component.js +1 -1
  32. package/esm/components/texpandable-row/index.css +5 -5
  33. package/esm/components/thead/Component.js +1 -1
  34. package/esm/components/thead/index.css +6 -6
  35. package/esm/components/thead-cell/Component.js +1 -1
  36. package/esm/components/thead-cell/index.css +9 -9
  37. package/esm/components/trow/Component.js +1 -1
  38. package/esm/components/trow/index.css +8 -8
  39. package/esm/components/tsortable-head-cell/Component.js +1 -1
  40. package/esm/components/tsortable-head-cell/index.css +8 -8
  41. package/modern/components/pagination/Component.js +1 -1
  42. package/modern/components/pagination/index.css +9 -9
  43. package/modern/components/pagination/select-field/index.css +4 -4
  44. package/modern/components/pagination/select-field/index.js +1 -1
  45. package/modern/components/table/Component.js +1 -1
  46. package/modern/components/table/index.css +7 -7
  47. package/modern/components/tbody/Component.js +1 -1
  48. package/modern/components/tbody/index.css +2 -2
  49. package/modern/components/tcell/Component.js +1 -1
  50. package/modern/components/tcell/index.css +6 -6
  51. package/modern/components/texpandable-row/Component.js +1 -1
  52. package/modern/components/texpandable-row/index.css +5 -5
  53. package/modern/components/thead/Component.js +1 -1
  54. package/modern/components/thead/index.css +6 -6
  55. package/modern/components/thead-cell/Component.js +1 -1
  56. package/modern/components/thead-cell/index.css +9 -9
  57. package/modern/components/trow/Component.js +1 -1
  58. package/modern/components/trow/index.css +8 -8
  59. package/modern/components/tsortable-head-cell/Component.js +1 -1
  60. package/modern/components/tsortable-head-cell/index.css +8 -8
  61. package/package.json +2 -2
@@ -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
- const styles = {"component":"table__component_1q4xd","stickyHeader":"table__stickyHeader_1q4xd","sortable":"table__sortable_1q4xd","sorted":"table__sorted_1q4xd","compactHorizontal":"table__compactHorizontal_1q4xd"};
5
+ const styles = {"component":"table__component_br1gb","stickyHeader":"table__stickyHeader_br1gb","sortable":"table__sortable_br1gb","sorted":"table__sorted_br1gb","compactHorizontal":"table__compactHorizontal_br1gb"};
6
6
  require('./index.css')
7
7
 
8
8
  const THeadCell = ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1ruzn */
1
+ /* hash: unnav */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-primary: #fff;
@@ -25,7 +25,7 @@
25
25
  /* новые значения, используйте их */
26
26
  } :root {
27
27
  } :root {
28
- } .table__component_1q4xd {
28
+ } .table__component_br1gb {
29
29
  font-size: 12px;
30
30
  line-height: 16px;
31
31
  font-weight: 500;
@@ -40,23 +40,23 @@
40
40
  background: var(--color-light-base-bg-primary);
41
41
  vertical-align: top;
42
42
  box-sizing: border-box
43
- } .table__component_1q4xd:first-child {
43
+ } .table__component_br1gb:first-child {
44
44
  padding-left: var(--gap-m);
45
- } .table__component_1q4xd:last-child {
45
+ } .table__component_br1gb:last-child {
46
46
  padding-right: var(--gap-m);
47
- } .table__component_1q4xd:not(.table__stickyHeader_1q4xd) {
47
+ } .table__component_br1gb:not(.table__stickyHeader_br1gb) {
48
48
  position: relative;
49
- } .table__sortable_1q4xd {
49
+ } .table__sortable_br1gb {
50
50
  cursor: pointer;
51
- } .table__sorted_1q4xd {
51
+ } .table__sorted_br1gb {
52
52
  color: var(--color-light-text-primary);
53
- } .table__stickyHeader_1q4xd {
53
+ } .table__stickyHeader_br1gb {
54
54
  top: 0;
55
55
  position: sticky;
56
56
  box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
57
57
  border: none;
58
58
  z-index: 1;
59
- } .table__compactHorizontal_1q4xd {
59
+ } .table__compactHorizontal_br1gb {
60
60
  padding-left: 6px;
61
61
  padding-right: 6px;
62
62
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"component":"table__component_ks5a5","withoutBorder":"table__withoutBorder_ks5a5","clickable":"table__clickable_ks5a5","selected":"table__selected_ks5a5"};
4
+ const styles = {"component":"table__component_r1ltw","withoutBorder":"table__withoutBorder_r1ltw","clickable":"table__clickable_r1ltw","selected":"table__selected_r1ltw"};
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: jydhn */
1
+ /* hash: 1sux6 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-primary: #fff;
@@ -21,22 +21,22 @@
21
21
  /* новые значения, используйте их */
22
22
  } :root {
23
23
  } :root {
24
- } .table__component_ks5a5 {
24
+ } .table__component_r1ltw {
25
25
  padding-top: 1px;
26
26
  width: 100%;
27
27
  transition: background-color 0.2s;
28
28
  box-sizing: border-box;
29
29
  background: var(--color-light-base-bg-primary)
30
- } .table__component_ks5a5:first-child td {
30
+ } .table__component_r1ltw:first-child td {
31
31
  border-top: 0;
32
- } .table__withoutBorder_ks5a5 td {
32
+ } .table__withoutBorder_r1ltw td {
33
33
  border: none;
34
- } .table__clickable_ks5a5 {
34
+ } .table__clickable_r1ltw {
35
35
  cursor: pointer
36
- } .table__clickable_ks5a5:hover {
36
+ } .table__clickable_r1ltw:hover {
37
37
  background-color: var(--color-light-base-bg-secondary);
38
- } .table__selected_ks5a5 {
38
+ } .table__selected_r1ltw {
39
39
  background-color: #f2f8ff /* нет цвета в палитре */
40
- } .table__selected_ks5a5:hover {
40
+ } .table__selected_r1ltw:hover {
41
41
  background-color: var(--color-static-graphic-solitude);
42
42
  }
@@ -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
- const styles = {"content":"table__content_1y9g6","icon":"table__icon_1y9g6","reverse":"table__reverse_1y9g6","sorted":"table__sorted_1y9g6"};
8
+ const styles = {"content":"table__content_16vht","icon":"table__icon_16vht","reverse":"table__reverse_16vht","sorted":"table__sorted_16vht"};
9
9
  require('./index.css')
10
10
 
11
11
  const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1jorp */
1
+ /* hash: v3o9e */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-700: #898991;
@@ -22,10 +22,10 @@
22
22
  /* новые значения, используйте их */
23
23
  } :root {
24
24
  } :root {
25
- } .table__content_1y9g6 {
25
+ } .table__content_16vht {
26
26
  display: flex;
27
27
  align-items: flex-start;
28
- } .table__icon_1y9g6 {
28
+ } .table__icon_16vht {
29
29
  cursor: pointer;
30
30
  margin-left: var(--gap-xs);
31
31
 
@@ -37,15 +37,15 @@
37
37
  color: var(--color-light-neutral-700);
38
38
  transition: color 0.2s ease;
39
39
  flex-shrink: 0
40
- } .table__icon_1y9g6:hover {
40
+ } .table__icon_16vht:hover {
41
41
  color: var(--color-light-neutral-translucent-1300);
42
- } .table__reverse_1y9g6 {
42
+ } .table__reverse_16vht {
43
43
  flex-direction: row-reverse
44
- } .table__reverse_1y9g6 .table__icon_1y9g6 {
44
+ } .table__reverse_16vht .table__icon_16vht {
45
45
  margin-left: 0;
46
46
  margin-right: var(--gap-xs);
47
- } .table__sorted_1y9g6 {
47
+ } .table__sorted_16vht {
48
48
  color: var(--color-light-status-info)
49
- } .table__sorted_1y9g6:hover {
49
+ } .table__sorted_16vht:hover {
50
50
  color: var(--color-light-status-info);
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "2.5.8",
3
+ "version": "2.5.10",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@alfalab/core-components-button": "^11.5.4",
19
19
  "@alfalab/core-components-pagination": "^2.3.4",
20
- "@alfalab/core-components-select": "^17.8.5",
20
+ "@alfalab/core-components-select": "^17.10.0",
21
21
  "classnames": "^2.3.1",
22
22
  "tslib": "^2.4.0"
23
23
  },