@alfalab/core-components-table 4.0.3 → 4.0.4-alfasans
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/index.css +8 -8
- package/components/pagination/index.module.css.js +1 -1
- package/components/pagination/select-field/index.css +3 -3
- package/components/pagination/select-field/index.module.css.js +1 -1
- package/components/table/index.css +6 -6
- package/components/table/index.module.css.js +1 -1
- package/components/tbody/index.css +1 -1
- package/components/tbody/index.module.css.js +1 -1
- package/components/tcell/index.css +10 -8
- package/components/tcell/index.module.css.js +1 -1
- package/components/texpandable-row/index.css +4 -4
- package/components/texpandable-row/index.module.css.js +1 -1
- package/components/thead/index.css +5 -5
- package/components/thead/index.module.css.js +1 -1
- package/components/thead-cell/index.css +12 -11
- package/components/thead-cell/index.module.css.js +1 -1
- package/components/trow/index.css +7 -7
- package/components/trow/index.module.css.js +1 -1
- package/components/tsortable-head-cell/index.css +7 -7
- package/components/tsortable-head-cell/index.module.css.js +1 -1
- package/cssm/components/tcell/index.module.css +5 -3
- package/cssm/components/thead-cell/index.module.css +4 -3
- package/esm/components/pagination/index.css +8 -8
- package/esm/components/pagination/index.module.css.js +1 -1
- package/esm/components/pagination/select-field/index.css +3 -3
- package/esm/components/pagination/select-field/index.module.css.js +1 -1
- package/esm/components/table/index.css +6 -6
- package/esm/components/table/index.module.css.js +1 -1
- package/esm/components/tbody/index.css +1 -1
- package/esm/components/tbody/index.module.css.js +1 -1
- package/esm/components/tcell/index.css +10 -8
- package/esm/components/tcell/index.module.css.js +1 -1
- package/esm/components/texpandable-row/index.css +4 -4
- package/esm/components/texpandable-row/index.module.css.js +1 -1
- package/esm/components/thead/index.css +5 -5
- package/esm/components/thead/index.module.css.js +1 -1
- package/esm/components/thead-cell/index.css +12 -11
- package/esm/components/thead-cell/index.module.css.js +1 -1
- package/esm/components/trow/index.css +7 -7
- package/esm/components/trow/index.module.css.js +1 -1
- package/esm/components/tsortable-head-cell/index.css +7 -7
- package/esm/components/tsortable-head-cell/index.module.css.js +1 -1
- package/modern/components/pagination/index.css +8 -8
- package/modern/components/pagination/index.module.css.js +1 -1
- package/modern/components/pagination/select-field/index.css +3 -3
- package/modern/components/pagination/select-field/index.module.css.js +1 -1
- package/modern/components/table/index.css +6 -6
- package/modern/components/table/index.module.css.js +1 -1
- package/modern/components/tbody/index.css +1 -1
- package/modern/components/tbody/index.module.css.js +1 -1
- package/modern/components/tcell/index.css +10 -8
- package/modern/components/tcell/index.module.css.js +1 -1
- package/modern/components/texpandable-row/index.css +4 -4
- package/modern/components/texpandable-row/index.module.css.js +1 -1
- package/modern/components/thead/index.css +5 -5
- package/modern/components/thead/index.module.css.js +1 -1
- package/modern/components/thead-cell/index.css +12 -11
- package/modern/components/thead-cell/index.module.css.js +1 -1
- package/modern/components/trow/index.css +7 -7
- package/modern/components/trow/index.module.css.js +1 -1
- package/modern/components/tsortable-head-cell/index.css +7 -7
- package/modern/components/tsortable-head-cell/index.module.css.js +1 -1
- package/moderncssm/components/tcell/index.module.css +2 -1
- package/moderncssm/components/thead-cell/index.module.css +1 -1
- package/package.json +6 -6
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
--gap-32: var(--gap-2xl);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.table__component_12582 {
|
|
18
18
|
position: sticky;
|
|
19
19
|
left: var(--gap-0);
|
|
20
20
|
display: flex;
|
|
@@ -25,27 +25,27 @@
|
|
|
25
25
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.table__pagesWrapper_12582 {
|
|
29
29
|
display: flex;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__tag_12582.table__tag_12582 {
|
|
32
32
|
flex-shrink: 0;
|
|
33
33
|
margin-right: var(--gap-8);
|
|
34
34
|
padding: var(--gap-0) var(--gap-8);
|
|
35
35
|
min-width: 32px;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__tag_12582.table__tag_12582:last-child {
|
|
38
38
|
margin-right: var(--gap-0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__tag_12582.table__tag_12582.table__tagActive_12582 {
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__pagination_12582 {
|
|
44
44
|
margin-left: auto;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.table__menu_12582 {
|
|
47
47
|
margin: var(--gap-4) var(--gap-0);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.table__option_12582 {
|
|
50
50
|
min-width: 208px;
|
|
51
51
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_12582","pagination":"table__pagination_12582","menu":"table__menu_12582","option":"table__option_12582"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.table__field_1ly63 svg {
|
|
5
5
|
width: 18px;
|
|
6
6
|
height: 18px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.table__open_1ly63,
|
|
9
|
+
.table__open_1ly63:hover {
|
|
10
10
|
background-color: var(--color-light-neutral-translucent-200-hover);
|
|
11
11
|
}
|
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
--gap-0: 0px;
|
|
14
14
|
--gap-16: var(--gap-m);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.table__component_l8no7 {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__wrapper_l8no7 {
|
|
20
20
|
padding: var(--gap-0) var(--gap-16) var(--gap-16);
|
|
21
21
|
background: var(--color-light-base-bg-primary);
|
|
22
22
|
box-shadow: var(--shadow-xs-hard);
|
|
23
23
|
border-radius: var(--border-radius-8);
|
|
24
24
|
overflow: auto;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.table__stickyHeader_l8no7 {
|
|
27
27
|
max-height: 100%;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__hasPagination_l8no7 {
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__table_l8no7 {
|
|
33
33
|
width: 100%;
|
|
34
34
|
border-collapse: collapse;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__table_l8no7 td:first-child label > *[class^='box'], .table__table_l8no7 th:first-child label > *[class^='box'] {
|
|
38
38
|
margin-top: var(--gap-0);
|
|
39
39
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_l8no7","wrapper":"table__wrapper_l8no7","stickyHeader":"table__stickyHeader_l8no7","hasPagination":"table__hasPagination_l8no7","table":"table__table_l8no7"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -14,14 +14,16 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
}
|
|
16
16
|
:root {
|
|
17
|
-
--font-family-
|
|
18
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
17
|
+
--font-family-alfasans:
|
|
18
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
19
|
+
Helvetica, sans-serif;
|
|
19
20
|
}
|
|
20
|
-
.
|
|
21
|
+
.table__component_x5rlv {
|
|
21
22
|
font-size: 14px;
|
|
22
23
|
line-height: 20px;
|
|
23
24
|
font-weight: 400;
|
|
24
|
-
|
|
25
|
+
letter-spacing: -0.08px;
|
|
26
|
+
font-family: var(--font-family-alfasans);
|
|
25
27
|
|
|
26
28
|
color: var(--color-light-text-primary);
|
|
27
29
|
padding: var(--gap-24) var(--gap-12);
|
|
@@ -30,17 +32,17 @@
|
|
|
30
32
|
vertical-align: top;
|
|
31
33
|
box-sizing: border-box;
|
|
32
34
|
}
|
|
33
|
-
.
|
|
35
|
+
.table__component_x5rlv:first-child {
|
|
34
36
|
padding-left: var(--gap-16);
|
|
35
37
|
}
|
|
36
|
-
.
|
|
38
|
+
.table__component_x5rlv:last-child {
|
|
37
39
|
padding-right: var(--gap-16);
|
|
38
40
|
}
|
|
39
|
-
.
|
|
41
|
+
.table__compactHorizontal_x5rlv {
|
|
40
42
|
padding-left: var(--gap-6);
|
|
41
43
|
padding-right: var(--gap-6);
|
|
42
44
|
}
|
|
43
|
-
.
|
|
45
|
+
.table__compact_x5rlv {
|
|
44
46
|
padding-top: var(--gap-8);
|
|
45
47
|
padding-bottom: var(--gap-8);
|
|
46
48
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_x5rlv","compactHorizontal":"table__compactHorizontal_x5rlv","compact":"table__compact_x5rlv"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.table__row_z52ur {
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.table__selected_z52ur.table__expanded_z52ur {
|
|
8
8
|
background-color: inherit;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.table__expanded_z52ur:hover {
|
|
11
11
|
background-color: inherit;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__expandable_z52ur td {
|
|
14
14
|
margin: var(--gap-0);
|
|
15
15
|
padding-top: var(--gap-0);
|
|
16
16
|
padding-bottom: var(--gap-0);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"row":"
|
|
5
|
+
var styles = {"row":"table__row_z52ur","selected":"table__selected_z52ur","expanded":"table__expanded_z52ur","expandable":"table__expandable_z52ur"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
--gap-0: 0px;
|
|
7
7
|
--gap-8: var(--gap-xs);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.table__component_7ocsa {
|
|
10
10
|
position: relative;
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.table__component_7ocsa th:not(:last-child):not(:empty):after {
|
|
15
15
|
transition: opacity 0.2s;
|
|
16
16
|
position: absolute;
|
|
17
17
|
content: '';
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
bottom: var(--gap-8);
|
|
24
24
|
background-color: var(--color-light-neutral-400);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.table__component_7ocsa th:after {
|
|
27
27
|
opacity: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__component_7ocsa:hover th:after {
|
|
30
30
|
opacity: 1;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__row_7ocsa {
|
|
33
33
|
height: 72px;
|
|
34
34
|
}
|
|
@@ -16,16 +16,17 @@
|
|
|
16
16
|
--gap-32: var(--gap-2xl);
|
|
17
17
|
}
|
|
18
18
|
:root {
|
|
19
|
-
--font-family-
|
|
20
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
19
|
+
--font-family-alfasans:
|
|
20
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
21
|
+
Helvetica, sans-serif;
|
|
21
22
|
}
|
|
22
|
-
.
|
|
23
|
+
.table__component_97qas {
|
|
23
24
|
font-size: 12px;
|
|
24
25
|
line-height: 16px;
|
|
25
26
|
font-weight: 400;
|
|
26
27
|
letter-spacing: 1.25px;
|
|
27
28
|
text-transform: uppercase;
|
|
28
|
-
font-family: var(--font-family-
|
|
29
|
+
font-family: var(--font-family-alfasans);
|
|
29
30
|
|
|
30
31
|
line-height: 20px;
|
|
31
32
|
text-align: left;
|
|
@@ -36,29 +37,29 @@
|
|
|
36
37
|
vertical-align: top;
|
|
37
38
|
box-sizing: border-box;
|
|
38
39
|
}
|
|
39
|
-
.
|
|
40
|
+
.table__component_97qas:first-child {
|
|
40
41
|
padding-left: var(--gap-16);
|
|
41
42
|
}
|
|
42
|
-
.
|
|
43
|
+
.table__component_97qas:last-child {
|
|
43
44
|
padding-right: var(--gap-16);
|
|
44
45
|
}
|
|
45
|
-
.
|
|
46
|
+
.table__component_97qas:not(.table__stickyHeader_97qas) {
|
|
46
47
|
position: relative;
|
|
47
48
|
}
|
|
48
|
-
.
|
|
49
|
+
.table__sortable_97qas {
|
|
49
50
|
cursor: pointer;
|
|
50
51
|
}
|
|
51
|
-
.
|
|
52
|
+
.table__sorted_97qas {
|
|
52
53
|
color: var(--color-light-text-primary);
|
|
53
54
|
}
|
|
54
|
-
.
|
|
55
|
+
.table__stickyHeader_97qas {
|
|
55
56
|
top: var(--gap-0);
|
|
56
57
|
position: sticky;
|
|
57
58
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
58
59
|
border: none;
|
|
59
60
|
z-index: 1;
|
|
60
61
|
}
|
|
61
|
-
.
|
|
62
|
+
.table__compactHorizontal_97qas {
|
|
62
63
|
padding-left: var(--gap-6);
|
|
63
64
|
padding-right: var(--gap-6);
|
|
64
65
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_97qas","stickyHeader":"table__stickyHeader_97qas","compactHorizontal":"table__compactHorizontal_97qas"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
--color-static-graphic-solitude: #e8f2fe;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.table__component_1hdtn {
|
|
9
9
|
padding-top: 1px;
|
|
10
10
|
width: 100%;
|
|
11
11
|
transition: background-color 0.2s;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
background: var(--color-light-base-bg-primary);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.table__component_1hdtn:first-child td {
|
|
16
16
|
border-top: 0;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.table__withoutBorder_1hdtn td {
|
|
19
19
|
border: none;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__clickable_1hdtn {
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.table__clickable_1hdtn:hover {
|
|
25
25
|
background-color: var(--color-light-base-bg-secondary);
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.table__selected_1hdtn {
|
|
28
28
|
background-color: #f2f8ff;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.table__selected_1hdtn:hover {
|
|
31
31
|
background-color: var(--color-static-graphic-solitude);
|
|
32
32
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_1hdtn","withoutBorder":"table__withoutBorder_1hdtn","clickable":"table__clickable_1hdtn","selected":"table__selected_1hdtn"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
--gap-0: 0px;
|
|
9
9
|
--gap-8: var(--gap-xs);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
.table__content_1879y {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: flex-start;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.table__icon_1879y {
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
margin-left: var(--gap-8);
|
|
18
18
|
margin-top: 1px;
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
transition: color 0.2s ease;
|
|
21
21
|
flex-shrink: 0;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.table__icon_1879y:hover {
|
|
24
24
|
color: var(--color-light-neutral-translucent-1300);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.table__reverse_1879y {
|
|
27
27
|
flex-direction: row-reverse;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__reverse_1879y .table__icon_1879y {
|
|
30
30
|
margin-left: var(--gap-0);
|
|
31
31
|
margin-right: var(--gap-8);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__sorted_1879y {
|
|
34
34
|
color: var(--color-light-status-info);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__sorted_1879y:hover {
|
|
37
37
|
color: var(--color-light-status-info);
|
|
38
38
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"content":"
|
|
5
|
+
var styles = {"content":"table__content_1879y","icon":"table__icon_1879y","reverse":"table__reverse_1879y","sorted":"table__sorted_1879y"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -14,14 +14,16 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
}
|
|
16
16
|
:root {
|
|
17
|
-
--font-family-
|
|
18
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
17
|
+
--font-family-alfasans:
|
|
18
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
19
|
+
Helvetica, sans-serif;
|
|
19
20
|
}
|
|
20
21
|
.component {
|
|
21
22
|
font-size: 14px;
|
|
22
23
|
line-height: 20px;
|
|
23
24
|
font-weight: 400;
|
|
24
|
-
|
|
25
|
+
letter-spacing: -0.08px;
|
|
26
|
+
font-family: var(--font-family-alfasans);
|
|
25
27
|
|
|
26
28
|
color: var(--color-light-text-primary);
|
|
27
29
|
padding: var(--gap-24) var(--gap-12);
|
|
@@ -16,8 +16,9 @@
|
|
|
16
16
|
--gap-32: var(--gap-2xl);
|
|
17
17
|
}
|
|
18
18
|
:root {
|
|
19
|
-
--font-family-
|
|
20
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
19
|
+
--font-family-alfasans:
|
|
20
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
21
|
+
Helvetica, sans-serif;
|
|
21
22
|
}
|
|
22
23
|
.component {
|
|
23
24
|
font-size: 12px;
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
font-weight: 400;
|
|
26
27
|
letter-spacing: 1.25px;
|
|
27
28
|
text-transform: uppercase;
|
|
28
|
-
font-family: var(--font-family-
|
|
29
|
+
font-family: var(--font-family-alfasans);
|
|
29
30
|
|
|
30
31
|
line-height: 20px;
|
|
31
32
|
text-align: left;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
--gap-32: var(--gap-2xl);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.table__component_12582 {
|
|
18
18
|
position: sticky;
|
|
19
19
|
left: var(--gap-0);
|
|
20
20
|
display: flex;
|
|
@@ -25,27 +25,27 @@
|
|
|
25
25
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.table__pagesWrapper_12582 {
|
|
29
29
|
display: flex;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__tag_12582.table__tag_12582 {
|
|
32
32
|
flex-shrink: 0;
|
|
33
33
|
margin-right: var(--gap-8);
|
|
34
34
|
padding: var(--gap-0) var(--gap-8);
|
|
35
35
|
min-width: 32px;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__tag_12582.table__tag_12582:last-child {
|
|
38
38
|
margin-right: var(--gap-0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__tag_12582.table__tag_12582.table__tagActive_12582 {
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__pagination_12582 {
|
|
44
44
|
margin-left: auto;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.table__menu_12582 {
|
|
47
47
|
margin: var(--gap-4) var(--gap-0);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.table__option_12582 {
|
|
50
50
|
min-width: 208px;
|
|
51
51
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_12582","pagination":"table__pagination_12582","menu":"table__menu_12582","option":"table__option_12582"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.table__field_1ly63 svg {
|
|
5
5
|
width: 18px;
|
|
6
6
|
height: 18px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.table__open_1ly63,
|
|
9
|
+
.table__open_1ly63:hover {
|
|
10
10
|
background-color: var(--color-light-neutral-translucent-200-hover);
|
|
11
11
|
}
|
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
--gap-0: 0px;
|
|
14
14
|
--gap-16: var(--gap-m);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.table__component_l8no7 {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__wrapper_l8no7 {
|
|
20
20
|
padding: var(--gap-0) var(--gap-16) var(--gap-16);
|
|
21
21
|
background: var(--color-light-base-bg-primary);
|
|
22
22
|
box-shadow: var(--shadow-xs-hard);
|
|
23
23
|
border-radius: var(--border-radius-8);
|
|
24
24
|
overflow: auto;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.table__stickyHeader_l8no7 {
|
|
27
27
|
max-height: 100%;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__hasPagination_l8no7 {
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__table_l8no7 {
|
|
33
33
|
width: 100%;
|
|
34
34
|
border-collapse: collapse;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__table_l8no7 td:first-child label > *[class^='box'], .table__table_l8no7 th:first-child label > *[class^='box'] {
|
|
38
38
|
margin-top: var(--gap-0);
|
|
39
39
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_l8no7","wrapper":"table__wrapper_l8no7","stickyHeader":"table__stickyHeader_l8no7","hasPagination":"table__hasPagination_l8no7","table":"table__table_l8no7"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|