@alfalab/core-components-table 2.5.5 → 2.5.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.
- package/components/pagination/Component.js +1 -1
- package/components/pagination/index.css +17 -15
- package/components/pagination/select-field/index.css +7 -5
- package/components/pagination/select-field/index.js +1 -1
- package/components/table/Component.js +1 -1
- package/components/table/index.css +11 -9
- package/components/tbody/Component.js +1 -1
- package/components/tbody/index.css +5 -3
- package/components/tcell/Component.js +1 -1
- package/components/tcell/index.css +13 -11
- package/components/texpandable-row/Component.js +1 -1
- package/components/texpandable-row/index.css +8 -6
- package/components/thead/Component.js +1 -1
- package/components/thead/index.css +10 -8
- package/components/thead-cell/Component.js +1 -1
- package/components/thead-cell/index.css +16 -14
- package/components/trow/Component.js +1 -1
- package/components/trow/index.css +11 -9
- package/components/tsortable-head-cell/Component.js +1 -1
- package/components/tsortable-head-cell/index.css +12 -10
- package/cssm/components/pagination/index.module.css +8 -6
- package/cssm/components/pagination/select-field/index.module.css +3 -1
- package/cssm/components/table/index.module.css +4 -2
- package/cssm/components/tbody/index.module.css +3 -1
- package/cssm/components/tcell/index.module.css +7 -5
- package/cssm/components/texpandable-row/index.module.css +3 -1
- package/cssm/components/thead/index.module.css +4 -2
- package/cssm/components/thead-cell/index.module.css +7 -5
- package/cssm/components/trow/index.module.css +3 -1
- package/cssm/components/tsortable-head-cell/index.module.css +4 -2
- package/esm/components/pagination/Component.js +1 -1
- package/esm/components/pagination/index.css +17 -15
- package/esm/components/pagination/select-field/index.css +7 -5
- package/esm/components/pagination/select-field/index.js +1 -1
- package/esm/components/table/Component.js +1 -1
- package/esm/components/table/index.css +11 -9
- package/esm/components/tbody/Component.js +1 -1
- package/esm/components/tbody/index.css +5 -3
- package/esm/components/tcell/Component.js +1 -1
- package/esm/components/tcell/index.css +13 -11
- package/esm/components/texpandable-row/Component.js +1 -1
- package/esm/components/texpandable-row/index.css +8 -6
- package/esm/components/thead/Component.js +1 -1
- package/esm/components/thead/index.css +10 -8
- package/esm/components/thead-cell/Component.js +1 -1
- package/esm/components/thead-cell/index.css +16 -14
- package/esm/components/trow/Component.js +1 -1
- package/esm/components/trow/index.css +11 -9
- package/esm/components/tsortable-head-cell/Component.js +1 -1
- package/esm/components/tsortable-head-cell/index.css +12 -10
- package/modern/components/pagination/Component.js +1 -1
- package/modern/components/pagination/index.css +17 -15
- package/modern/components/pagination/select-field/index.css +7 -5
- package/modern/components/pagination/select-field/index.js +1 -1
- package/modern/components/table/Component.js +1 -1
- package/modern/components/table/index.css +11 -9
- package/modern/components/tbody/Component.js +1 -1
- package/modern/components/tbody/index.css +5 -3
- package/modern/components/tcell/Component.js +1 -1
- package/modern/components/tcell/index.css +13 -11
- package/modern/components/texpandable-row/Component.js +1 -1
- package/modern/components/texpandable-row/index.css +8 -6
- package/modern/components/thead/Component.js +1 -1
- package/modern/components/thead/index.css +10 -8
- package/modern/components/thead-cell/Component.js +1 -1
- package/modern/components/thead-cell/index.css +16 -14
- package/modern/components/trow/Component.js +1 -1
- package/modern/components/trow/index.css +11 -9
- package/modern/components/tsortable-head-cell/Component.js +1 -1
- package/modern/components/tsortable-head-cell/index.css +12 -10
- package/package.json +5 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: pccnx */
|
|
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;
|
|
@@ -14,14 +14,16 @@
|
|
|
14
14
|
|
|
15
15
|
/* Hard up */
|
|
16
16
|
} :root {
|
|
17
|
-
} :root {
|
|
18
|
-
--gap-xs: 8px;
|
|
17
|
+
} :root { /* deprecated */ /* deprecated */
|
|
18
|
+
--gap-xs: 8px; /* 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 */
|
|
19
|
+
|
|
20
|
+
/* новые значения, используйте их */
|
|
19
21
|
} :root {
|
|
20
22
|
} :root {
|
|
21
|
-
} .
|
|
23
|
+
} .table__content_u2ncc {
|
|
22
24
|
display: flex;
|
|
23
25
|
align-items: flex-start;
|
|
24
|
-
} .
|
|
26
|
+
} .table__icon_u2ncc {
|
|
25
27
|
cursor: pointer;
|
|
26
28
|
margin-left: var(--gap-xs);
|
|
27
29
|
|
|
@@ -33,15 +35,15 @@
|
|
|
33
35
|
color: var(--color-light-neutral-700);
|
|
34
36
|
transition: color 0.2s ease;
|
|
35
37
|
flex-shrink: 0
|
|
36
|
-
} .
|
|
38
|
+
} .table__icon_u2ncc:hover {
|
|
37
39
|
color: var(--color-light-neutral-translucent-1300);
|
|
38
|
-
} .
|
|
40
|
+
} .table__reverse_u2ncc {
|
|
39
41
|
flex-direction: row-reverse
|
|
40
|
-
} .
|
|
42
|
+
} .table__reverse_u2ncc .table__icon_u2ncc {
|
|
41
43
|
margin-left: 0;
|
|
42
44
|
margin-right: var(--gap-xs);
|
|
43
|
-
} .
|
|
45
|
+
} .table__sorted_u2ncc {
|
|
44
46
|
color: var(--color-light-status-info)
|
|
45
|
-
} .
|
|
47
|
+
} .table__sorted_u2ncc:hover {
|
|
46
48
|
color: var(--color-light-status-info);
|
|
47
49
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-table",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,8 +17,10 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@alfalab/core-components-button": "^11.5.3",
|
|
19
19
|
"@alfalab/core-components-pagination": "^2.3.4",
|
|
20
|
-
"@alfalab/core-components-select": "^17.8.
|
|
20
|
+
"@alfalab/core-components-select": "^17.8.3",
|
|
21
21
|
"classnames": "^2.3.1",
|
|
22
22
|
"tslib": "^2.4.0"
|
|
23
|
-
}
|
|
23
|
+
},
|
|
24
|
+
"themesVersion": "13.0.1",
|
|
25
|
+
"varsVersion": "9.10.0"
|
|
24
26
|
}
|