@alfalab/core-components-table 4.0.3 → 4.0.4
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 +2 -2
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--gap-24: var(--gap-xl);
|
|
15
15
|
--gap-32: var(--gap-2xl);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.table__component_1dvit {
|
|
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_1dvit {
|
|
29
29
|
display: flex;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__tag_1dvit.table__tag_1dvit {
|
|
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_1dvit.table__tag_1dvit:last-child {
|
|
38
38
|
margin-right: var(--gap-0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__tag_1dvit.table__tag_1dvit.table__tagActive_1dvit {
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__pagination_1dvit {
|
|
44
44
|
margin-left: auto;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.table__menu_1dvit {
|
|
47
47
|
margin: var(--gap-4) var(--gap-0);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.table__option_1dvit {
|
|
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_1dvit","pagination":"table__pagination_1dvit","menu":"table__menu_1dvit","option":"table__option_1dvit"};
|
|
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_1s3zr svg {
|
|
5
5
|
width: 18px;
|
|
6
6
|
height: 18px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.table__open_1s3zr,
|
|
9
|
+
.table__open_1s3zr: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_1ksz3 {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__wrapper_1ksz3 {
|
|
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_1ksz3 {
|
|
27
27
|
max-height: 100%;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__hasPagination_1ksz3 {
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__table_1ksz3 {
|
|
33
33
|
width: 100%;
|
|
34
34
|
border-collapse: collapse;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__table_1ksz3 td:first-child label > *[class^='box'], .table__table_1ksz3 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_1ksz3","wrapper":"table__wrapper_1ksz3","stickyHeader":"table__stickyHeader_1ksz3","hasPagination":"table__hasPagination_1ksz3","table":"table__table_1ksz3"};
|
|
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_1p26t {
|
|
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_1p26t:first-child {
|
|
34
34
|
padding-left: var(--gap-16);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__component_1p26t:last-child {
|
|
37
37
|
padding-right: var(--gap-16);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.table__compactHorizontal_1p26t {
|
|
40
40
|
padding-left: var(--gap-6);
|
|
41
41
|
padding-right: var(--gap-6);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__compact_1p26t {
|
|
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_1p26t","compactHorizontal":"table__compactHorizontal_1p26t","compact":"table__compact_1p26t"};
|
|
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_2bqi9 {
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.table__selected_2bqi9.table__expanded_2bqi9 {
|
|
8
8
|
background-color: inherit;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.table__expanded_2bqi9:hover {
|
|
11
11
|
background-color: inherit;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__expandable_2bqi9 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_2bqi9","selected":"table__selected_2bqi9","expanded":"table__expanded_2bqi9","expandable":"table__expandable_2bqi9"};
|
|
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_kzhll {
|
|
10
10
|
position: relative;
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.table__component_kzhll 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_kzhll th:after {
|
|
27
27
|
opacity: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__component_kzhll:hover th:after {
|
|
30
30
|
opacity: 1;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__row_kzhll {
|
|
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_38mq9 {
|
|
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_38mq9:first-child {
|
|
40
40
|
padding-left: var(--gap-16);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.table__component_38mq9:last-child {
|
|
43
43
|
padding-right: var(--gap-16);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.table__component_38mq9:not(.table__stickyHeader_38mq9) {
|
|
46
46
|
position: relative;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.table__sortable_38mq9 {
|
|
49
49
|
cursor: pointer;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.table__sorted_38mq9 {
|
|
52
52
|
color: var(--color-light-text-primary);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.table__stickyHeader_38mq9 {
|
|
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_38mq9 {
|
|
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_38mq9","stickyHeader":"table__stickyHeader_38mq9","compactHorizontal":"table__compactHorizontal_38mq9"};
|
|
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_1s80y {
|
|
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_1s80y:first-child td {
|
|
16
16
|
border-top: 0;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.table__withoutBorder_1s80y td {
|
|
19
19
|
border: none;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__clickable_1s80y {
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.table__clickable_1s80y:hover {
|
|
25
25
|
background-color: var(--color-light-base-bg-secondary);
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.table__selected_1s80y {
|
|
28
28
|
background-color: #f2f8ff;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.table__selected_1s80y: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_1s80y","withoutBorder":"table__withoutBorder_1s80y","clickable":"table__clickable_1s80y","selected":"table__selected_1s80y"};
|
|
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_13r0p {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: flex-start;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.table__icon_13r0p {
|
|
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_13r0p:hover {
|
|
24
24
|
color: var(--color-light-neutral-translucent-1300);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.table__reverse_13r0p {
|
|
27
27
|
flex-direction: row-reverse;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__reverse_13r0p .table__icon_13r0p {
|
|
30
30
|
margin-left: var(--gap-0);
|
|
31
31
|
margin-right: var(--gap-8);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__sorted_13r0p {
|
|
34
34
|
color: var(--color-light-status-info);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__sorted_13r0p: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_13r0p","icon":"table__icon_13r0p","reverse":"table__reverse_13r0p","sorted":"table__sorted_13r0p"};
|
|
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_1dvit {
|
|
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_1dvit {
|
|
29
29
|
display: flex;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__tag_1dvit.table__tag_1dvit {
|
|
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_1dvit.table__tag_1dvit:last-child {
|
|
38
38
|
margin-right: var(--gap-0);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__tag_1dvit.table__tag_1dvit.table__tagActive_1dvit {
|
|
41
41
|
cursor: default;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__pagination_1dvit {
|
|
44
44
|
margin-left: auto;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.table__menu_1dvit {
|
|
47
47
|
margin: var(--gap-4) var(--gap-0);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.table__option_1dvit {
|
|
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_1dvit","pagination":"table__pagination_1dvit","menu":"table__menu_1dvit","option":"table__option_1dvit"};
|
|
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_1s3zr svg {
|
|
5
5
|
width: 18px;
|
|
6
6
|
height: 18px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.table__open_1s3zr,
|
|
9
|
+
.table__open_1s3zr: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_1ksz3 {
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__wrapper_1ksz3 {
|
|
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_1ksz3 {
|
|
27
27
|
max-height: 100%;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__hasPagination_1ksz3 {
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__table_1ksz3 {
|
|
33
33
|
width: 100%;
|
|
34
34
|
border-collapse: collapse;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__table_1ksz3 td:first-child label > *[class^='box'], .table__table_1ksz3 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_1ksz3","wrapper":"table__wrapper_1ksz3","stickyHeader":"table__stickyHeader_1ksz3","hasPagination":"table__hasPagination_1ksz3","table":"table__table_1ksz3"};
|
|
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_1p26t {
|
|
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_1p26t:first-child {
|
|
34
34
|
padding-left: var(--gap-16);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__component_1p26t:last-child {
|
|
37
37
|
padding-right: var(--gap-16);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.table__compactHorizontal_1p26t {
|
|
40
40
|
padding-left: var(--gap-6);
|
|
41
41
|
padding-right: var(--gap-6);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__compact_1p26t {
|
|
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_1p26t","compactHorizontal":"table__compactHorizontal_1p26t","compact":"table__compact_1p26t"};
|
|
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_2bqi9 {
|
|
5
5
|
cursor: pointer;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.table__selected_2bqi9.table__expanded_2bqi9 {
|
|
8
8
|
background-color: inherit;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.table__expanded_2bqi9:hover {
|
|
11
11
|
background-color: inherit;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__expandable_2bqi9 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_2bqi9","selected":"table__selected_2bqi9","expanded":"table__expanded_2bqi9","expandable":"table__expandable_2bqi9"};
|
|
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_kzhll {
|
|
10
10
|
position: relative;
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.table__component_kzhll 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_kzhll th:after {
|
|
27
27
|
opacity: 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__component_kzhll:hover th:after {
|
|
30
30
|
opacity: 1;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__row_kzhll {
|
|
33
33
|
height: 72px;
|
|
34
34
|
}
|