@alfalab/core-components-table 4.0.4 → 4.0.5
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 +5 -5
- 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 +8 -8
- 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/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 +5 -5
- 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 +8 -8
- 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 +5 -5
- 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 +8 -8
- 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/package.json +4 -4
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
--gap-32: var(--gap-2xl);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.table__component_10s46 {
|
|
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_10s46 {
|
|
29
29
|
display: flex;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__tag_10s46.table__tag_10s46 {
|
|
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_10s46.table__tag_10s46:last-child {
|
|
38
38
|
margin-right: var(--gap-0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__tag_10s46.table__tag_10s46.table__tagActive_10s46 {
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__pagination_10s46 {
|
|
44
44
|
margin-left: auto;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.table__menu_10s46 {
|
|
47
47
|
margin: var(--gap-4) var(--gap-0);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.table__option_10s46 {
|
|
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_10s46","pagination":"table__pagination_10s46","menu":"table__menu_10s46","option":"table__option_10s46"};
|
|
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_1f0l3 svg {
|
|
5
5
|
width: 18px;
|
|
6
6
|
height: 18px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.table__open_1f0l3,
|
|
9
|
+
.table__open_1f0l3: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_yn2dw {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__wrapper_yn2dw {
|
|
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_yn2dw {
|
|
27
27
|
max-height: 100%;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__hasPagination_yn2dw {
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__table_yn2dw {
|
|
33
33
|
width: 100%;
|
|
34
34
|
border-collapse: collapse;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__table_yn2dw td:first-child label > *[class^='box'], .table__table_yn2dw 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_yn2dw","wrapper":"table__wrapper_yn2dw","stickyHeader":"table__stickyHeader_yn2dw","hasPagination":"table__hasPagination_yn2dw","table":"table__table_yn2dw"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--font-family-system:
|
|
18
18
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.table__component_18umh {
|
|
21
21
|
font-size: 14px;
|
|
22
22
|
line-height: 20px;
|
|
23
23
|
font-weight: 400;
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
vertical-align: top;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__component_18umh:first-child {
|
|
34
34
|
padding-left: var(--gap-16);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__component_18umh:last-child {
|
|
37
37
|
padding-right: var(--gap-16);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.table__compactHorizontal_18umh {
|
|
40
40
|
padding-left: var(--gap-6);
|
|
41
41
|
padding-right: var(--gap-6);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__compact_18umh {
|
|
44
44
|
padding-top: var(--gap-8);
|
|
45
45
|
padding-bottom: var(--gap-8);
|
|
46
46
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_18umh","compactHorizontal":"table__compactHorizontal_18umh","compact":"table__compact_18umh"};
|
|
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_ohn7m {
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.table__selected_ohn7m.table__expanded_ohn7m {
|
|
8
8
|
background-color: inherit;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.table__expanded_ohn7m:hover {
|
|
11
11
|
background-color: inherit;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__expandable_ohn7m 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_ohn7m","selected":"table__selected_ohn7m","expanded":"table__expanded_ohn7m","expandable":"table__expandable_ohn7m"};
|
|
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_1xuoy {
|
|
10
10
|
position: relative;
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.table__component_1xuoy 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_1xuoy th:after {
|
|
27
27
|
opacity: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__component_1xuoy:hover th:after {
|
|
30
30
|
opacity: 1;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__row_1xuoy {
|
|
33
33
|
height: 72px;
|
|
34
34
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
--font-family-system:
|
|
20
20
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.table__component_132g7 {
|
|
23
23
|
font-size: 12px;
|
|
24
24
|
line-height: 16px;
|
|
25
25
|
font-weight: 400;
|
|
@@ -36,29 +36,29 @@
|
|
|
36
36
|
vertical-align: top;
|
|
37
37
|
box-sizing: border-box;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.table__component_132g7:first-child {
|
|
40
40
|
padding-left: var(--gap-16);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.table__component_132g7:last-child {
|
|
43
43
|
padding-right: var(--gap-16);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.table__component_132g7:not(.table__stickyHeader_132g7) {
|
|
46
46
|
position: relative;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.table__sortable_132g7 {
|
|
49
49
|
cursor: pointer;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.table__sorted_132g7 {
|
|
52
52
|
color: var(--color-light-text-primary);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.table__stickyHeader_132g7 {
|
|
55
55
|
top: var(--gap-0);
|
|
56
56
|
position: sticky;
|
|
57
57
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
58
58
|
border: none;
|
|
59
59
|
z-index: 1;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.table__compactHorizontal_132g7 {
|
|
62
62
|
padding-left: var(--gap-6);
|
|
63
63
|
padding-right: var(--gap-6);
|
|
64
64
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_132g7","stickyHeader":"table__stickyHeader_132g7","compactHorizontal":"table__compactHorizontal_132g7"};
|
|
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_1c0gl {
|
|
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_1c0gl:first-child td {
|
|
16
16
|
border-top: 0;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.table__withoutBorder_1c0gl td {
|
|
19
19
|
border: none;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__clickable_1c0gl {
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.table__clickable_1c0gl:hover {
|
|
25
25
|
background-color: var(--color-light-base-bg-secondary);
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.table__selected_1c0gl {
|
|
28
28
|
background-color: #f2f8ff;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.table__selected_1c0gl: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_1c0gl","withoutBorder":"table__withoutBorder_1c0gl","clickable":"table__clickable_1c0gl","selected":"table__selected_1c0gl"};
|
|
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_hl40a {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: flex-start;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.table__icon_hl40a {
|
|
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_hl40a:hover {
|
|
24
24
|
color: var(--color-light-neutral-translucent-1300);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.table__reverse_hl40a {
|
|
27
27
|
flex-direction: row-reverse;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__reverse_hl40a .table__icon_hl40a {
|
|
30
30
|
margin-left: var(--gap-0);
|
|
31
31
|
margin-right: var(--gap-8);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__sorted_hl40a {
|
|
34
34
|
color: var(--color-light-status-info);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__sorted_hl40a: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_hl40a","icon":"table__icon_hl40a","reverse":"table__reverse_hl40a","sorted":"table__sorted_hl40a"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
--gap-32: var(--gap-2xl);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.table__component_10s46 {
|
|
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_10s46 {
|
|
29
29
|
display: flex;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__tag_10s46.table__tag_10s46 {
|
|
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_10s46.table__tag_10s46:last-child {
|
|
38
38
|
margin-right: var(--gap-0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__tag_10s46.table__tag_10s46.table__tagActive_10s46 {
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__pagination_10s46 {
|
|
44
44
|
margin-left: auto;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.table__menu_10s46 {
|
|
47
47
|
margin: var(--gap-4) var(--gap-0);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.table__option_10s46 {
|
|
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_10s46","pagination":"table__pagination_10s46","menu":"table__menu_10s46","option":"table__option_10s46"};
|
|
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_1f0l3 svg {
|
|
5
5
|
width: 18px;
|
|
6
6
|
height: 18px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.table__open_1f0l3,
|
|
9
|
+
.table__open_1f0l3: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_yn2dw {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__wrapper_yn2dw {
|
|
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_yn2dw {
|
|
27
27
|
max-height: 100%;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__hasPagination_yn2dw {
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__table_yn2dw {
|
|
33
33
|
width: 100%;
|
|
34
34
|
border-collapse: collapse;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__table_yn2dw td:first-child label > *[class^='box'], .table__table_yn2dw 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_yn2dw","wrapper":"table__wrapper_yn2dw","stickyHeader":"table__stickyHeader_yn2dw","hasPagination":"table__hasPagination_yn2dw","table":"table__table_yn2dw"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--font-family-system:
|
|
18
18
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.table__component_18umh {
|
|
21
21
|
font-size: 14px;
|
|
22
22
|
line-height: 20px;
|
|
23
23
|
font-weight: 400;
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
vertical-align: top;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__component_18umh:first-child {
|
|
34
34
|
padding-left: var(--gap-16);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__component_18umh:last-child {
|
|
37
37
|
padding-right: var(--gap-16);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.table__compactHorizontal_18umh {
|
|
40
40
|
padding-left: var(--gap-6);
|
|
41
41
|
padding-right: var(--gap-6);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__compact_18umh {
|
|
44
44
|
padding-top: var(--gap-8);
|
|
45
45
|
padding-bottom: var(--gap-8);
|
|
46
46
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_18umh","compactHorizontal":"table__compactHorizontal_18umh","compact":"table__compact_18umh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.table__row_ohn7m {
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.table__selected_ohn7m.table__expanded_ohn7m {
|
|
8
8
|
background-color: inherit;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.table__expanded_ohn7m:hover {
|
|
11
11
|
background-color: inherit;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__expandable_ohn7m td {
|
|
14
14
|
margin: var(--gap-0);
|
|
15
15
|
padding-top: var(--gap-0);
|
|
16
16
|
padding-bottom: var(--gap-0);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"row":"
|
|
3
|
+
var styles = {"row":"table__row_ohn7m","selected":"table__selected_ohn7m","expanded":"table__expanded_ohn7m","expandable":"table__expandable_ohn7m"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_1xuoy {
|
|
10
10
|
position: relative;
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.table__component_1xuoy 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_1xuoy th:after {
|
|
27
27
|
opacity: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__component_1xuoy:hover th:after {
|
|
30
30
|
opacity: 1;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__row_1xuoy {
|
|
33
33
|
height: 72px;
|
|
34
34
|
}
|