@alfalab/core-components-pure-cell 5.1.0 → 5.1.1
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/addon/index.css +12 -12
- package/components/addon/index.module.css.js +1 -1
- package/components/amount/index.css +3 -3
- package/components/amount/index.module.css.js +1 -1
- package/components/amount-title/index.css +14 -14
- package/components/amount-title/index.module.css.js +1 -1
- package/components/category/index.css +4 -4
- package/components/category/index.module.css.js +1 -1
- package/components/content/index.css +2 -2
- package/components/content/index.module.css.js +1 -1
- package/components/footer/index.css +3 -3
- package/components/footer/index.module.css.js +1 -1
- package/components/footer-button/index.css +1 -1
- package/components/footer-button/index.module.css.js +1 -1
- package/components/graphics/index.css +19 -19
- package/components/graphics/index.module.css.js +1 -1
- package/components/main/index.css +6 -6
- package/components/main/index.module.css.js +1 -1
- package/components/text/index.css +6 -6
- package/components/text/index.module.css.js +1 -1
- package/esm/components/addon/index.css +12 -12
- package/esm/components/addon/index.module.css.js +1 -1
- package/esm/components/amount/index.css +3 -3
- package/esm/components/amount/index.module.css.js +1 -1
- package/esm/components/amount-title/index.css +14 -14
- package/esm/components/amount-title/index.module.css.js +1 -1
- package/esm/components/category/index.css +4 -4
- package/esm/components/category/index.module.css.js +1 -1
- package/esm/components/content/index.css +2 -2
- package/esm/components/content/index.module.css.js +1 -1
- package/esm/components/footer/index.css +3 -3
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/footer-button/index.css +1 -1
- package/esm/components/footer-button/index.module.css.js +1 -1
- package/esm/components/graphics/index.css +19 -19
- package/esm/components/graphics/index.module.css.js +1 -1
- package/esm/components/main/index.css +6 -6
- package/esm/components/main/index.module.css.js +1 -1
- package/esm/components/text/index.css +6 -6
- package/esm/components/text/index.module.css.js +1 -1
- package/esm/index.css +28 -28
- package/esm/index.module.css.js +1 -1
- package/index.css +28 -28
- package/index.module.css.js +1 -1
- package/modern/components/addon/index.css +12 -12
- package/modern/components/addon/index.module.css.js +1 -1
- package/modern/components/amount/index.css +3 -3
- package/modern/components/amount/index.module.css.js +1 -1
- package/modern/components/amount-title/index.css +14 -14
- package/modern/components/amount-title/index.module.css.js +1 -1
- package/modern/components/category/index.css +4 -4
- package/modern/components/category/index.module.css.js +1 -1
- package/modern/components/content/index.css +2 -2
- package/modern/components/content/index.module.css.js +1 -1
- package/modern/components/footer/index.css +3 -3
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/footer-button/index.css +1 -1
- package/modern/components/footer-button/index.module.css.js +1 -1
- package/modern/components/graphics/index.css +19 -19
- package/modern/components/graphics/index.module.css.js +1 -1
- package/modern/components/main/index.css +6 -6
- package/modern/components/main/index.module.css.js +1 -1
- package/modern/components/text/index.css +6 -6
- package/modern/components/text/index.module.css.js +1 -1
- package/modern/index.css +28 -28
- package/modern/index.module.css.js +1 -1
- package/package.json +2 -2
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
} :root {
|
|
8
8
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
9
9
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
10
|
-
} .pure-
|
|
10
|
+
} .pure-cell__component_1nlht {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
align-items: flex-end;
|
|
14
|
-
} .pure-
|
|
14
|
+
} .pure-cell__component_1nlht > * {
|
|
15
15
|
justify-content: flex-end;
|
|
16
|
-
} .pure-
|
|
16
|
+
} .pure-cell__component_1nlht.pure-cell__none_1nlht {
|
|
17
17
|
padding-left: var(--gap-0);
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__component_1nlht.pure-cell__default_1nlht {
|
|
19
19
|
padding-left: var(--gap-16);
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__component_1nlht.pure-cell__addonPadding_1nlht {
|
|
21
21
|
padding-left: var(--gap-16);
|
|
22
|
-
} .pure-
|
|
22
|
+
} .pure-cell__component_1nlht.pure-cell__auto_1nlht {
|
|
23
23
|
align-self: auto;
|
|
24
|
-
} .pure-
|
|
24
|
+
} .pure-cell__component_1nlht.pure-cell__top_1nlht {
|
|
25
25
|
align-self: flex-start;
|
|
26
|
-
} .pure-
|
|
26
|
+
} .pure-cell__component_1nlht.pure-cell__center_1nlht {
|
|
27
27
|
align-self: center;
|
|
28
|
-
} .pure-
|
|
28
|
+
} .pure-cell__component_1nlht.pure-cell__bottom_1nlht {
|
|
29
29
|
align-self: flex-end;
|
|
30
|
-
} .pure-
|
|
30
|
+
} .pure-cell__button_1nlht {
|
|
31
31
|
-webkit-tap-highlight-color: transparent;
|
|
32
32
|
box-sizing: border-box;
|
|
33
33
|
background-color: transparent;
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
cursor: pointer;
|
|
49
49
|
padding: var(--gap-0);
|
|
50
50
|
transition: opacity 0.15s ease-in-out;
|
|
51
|
-
} .pure-
|
|
51
|
+
} .pure-cell__button_1nlht:hover {
|
|
52
52
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
53
|
-
} .pure-
|
|
53
|
+
} .pure-cell__button_1nlht:active {
|
|
54
54
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
55
55
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_1nlht","none":"pure-cell__none_1nlht","default":"pure-cell__default_1nlht","addonPadding":"pure-cell__addonPadding_1nlht","auto":"pure-cell__auto_1nlht","top":"pure-cell__top_1nlht","center":"pure-cell__center_1nlht","bottom":"pure-cell__bottom_1nlht","button":"pure-cell__button_1nlht"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
--gap-0: 0px;
|
|
10
10
|
--gap-2: var(--gap-3xs);
|
|
11
11
|
--gap-8: var(--gap-xs);
|
|
12
|
-
} .pure-
|
|
12
|
+
} .pure-cell__component_estyk {
|
|
13
13
|
padding: var(--gap-2) var(--gap-0);
|
|
14
14
|
display: flex;
|
|
15
|
-
} .pure-
|
|
15
|
+
} .pure-cell__hidden_estyk {
|
|
16
16
|
background: var(--color-light-neutral-translucent-400);
|
|
17
17
|
border-radius: var(--border-radius-8);
|
|
18
18
|
display: inline-block;
|
|
19
19
|
height: 24px;
|
|
20
20
|
width: 120px;
|
|
21
|
-
} .pure-
|
|
21
|
+
} .pure-cell__hiddenWrapper_estyk {
|
|
22
22
|
display: flex;
|
|
23
23
|
padding: var(--gap-8) var(--gap-0);
|
|
24
24
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_estyk","hidden":"pure-cell__hidden_estyk","hiddenWrapper":"pure-cell__hiddenWrapper_estyk"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -13,39 +13,39 @@
|
|
|
13
13
|
--gap-8: var(--gap-xs);
|
|
14
14
|
--gap-12: var(--gap-s);
|
|
15
15
|
--gap-16: var(--gap-m);
|
|
16
|
-
} .pure-
|
|
16
|
+
} .pure-cell__component_mbr6o {
|
|
17
17
|
display: flex;
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__weight_mbr6o {
|
|
19
19
|
font-weight: inherit;
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__hidden_mbr6o {
|
|
21
21
|
background: var(--color-light-neutral-translucent-400);
|
|
22
22
|
border-radius: var(--border-radius-8);
|
|
23
23
|
display: inline-block;
|
|
24
|
-
} .pure-cell__hidden-
|
|
24
|
+
} .pure-cell__hidden-xsmall_mbr6o {
|
|
25
25
|
height: 16px;
|
|
26
26
|
width: 88px;
|
|
27
|
-
} .pure-cell__hidden-
|
|
27
|
+
} .pure-cell__hidden-small_mbr6o {
|
|
28
28
|
height: 18px;
|
|
29
29
|
width: 100px;
|
|
30
|
-
} .pure-cell__hidden-
|
|
30
|
+
} .pure-cell__hidden-medium_mbr6o {
|
|
31
31
|
height: 24px;
|
|
32
32
|
width: 120px;
|
|
33
|
-
} .pure-cell__hidden-
|
|
33
|
+
} .pure-cell__hidden-large_mbr6o {
|
|
34
34
|
height: 28px;
|
|
35
35
|
width: 136px;
|
|
36
|
-
} .pure-cell__hidden-
|
|
36
|
+
} .pure-cell__hidden-xlarge_mbr6o {
|
|
37
37
|
height: 32px;
|
|
38
38
|
width: 156px;
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__hiddenWrapper_mbr6o {
|
|
40
40
|
display: flex;
|
|
41
|
-
} .pure-cell__hiddenWrapper-
|
|
41
|
+
} .pure-cell__hiddenWrapper-xsmall_mbr6o {
|
|
42
42
|
padding: var(--gap-4) var(--gap-0);
|
|
43
|
-
} .pure-cell__hiddenWrapper-
|
|
43
|
+
} .pure-cell__hiddenWrapper-small_mbr6o {
|
|
44
44
|
padding: var(--gap-8) var(--gap-0);
|
|
45
|
-
} .pure-cell__hiddenWrapper-
|
|
45
|
+
} .pure-cell__hiddenWrapper-medium_mbr6o {
|
|
46
46
|
padding: var(--gap-8) var(--gap-0);
|
|
47
|
-
} .pure-cell__hiddenWrapper-
|
|
47
|
+
} .pure-cell__hiddenWrapper-large_mbr6o {
|
|
48
48
|
padding: var(--gap-12) var(--gap-0);
|
|
49
|
-
} .pure-cell__hiddenWrapper-
|
|
49
|
+
} .pure-cell__hiddenWrapper-xlarge_mbr6o {
|
|
50
50
|
padding: var(--gap-16) var(--gap-0);
|
|
51
51
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_mbr6o","weight":"pure-cell__weight_mbr6o","hidden":"pure-cell__hidden_mbr6o","hidden-xsmall":"pure-cell__hidden-xsmall_mbr6o","hidden-small":"pure-cell__hidden-small_mbr6o","hidden-medium":"pure-cell__hidden-medium_mbr6o","hidden-large":"pure-cell__hidden-large_mbr6o","hidden-xlarge":"pure-cell__hidden-xlarge_mbr6o","hiddenWrapper":"pure-cell__hiddenWrapper_mbr6o","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_mbr6o","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_mbr6o","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_mbr6o","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_mbr6o","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_mbr6o"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
--gap-2: var(--gap-3xs);
|
|
12
12
|
--gap-4: var(--gap-2xs);
|
|
13
13
|
--gap-8: var(--gap-xs);
|
|
14
|
-
} .pure-
|
|
14
|
+
} .pure-cell__component_liumj {
|
|
15
15
|
display: flex;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
padding: var(--gap-2) var(--gap-0);
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__categoryName_liumj {
|
|
19
19
|
display: -webkit-box;
|
|
20
20
|
-webkit-line-clamp: 1;
|
|
21
21
|
-webkit-box-orient: vertical;
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
word-break: break-all;
|
|
24
|
-
} .pure-
|
|
24
|
+
} .pure-cell__categoryPercent_liumj {
|
|
25
25
|
padding: var(--gap-0) var(--gap-8);
|
|
26
26
|
background-color: var(--color-light-base-bg-secondary);
|
|
27
27
|
border-radius: var(--border-radius-16);
|
|
28
28
|
margin-left: var(--gap-4);
|
|
29
|
-
} .pure-
|
|
29
|
+
} .pure-cell__rightAddon_liumj {
|
|
30
30
|
margin-left: var(--gap-4);
|
|
31
31
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_liumj","categoryName":"pure-cell__categoryName_liumj","categoryPercent":"pure-cell__categoryPercent_liumj","rightAddon":"pure-cell__rightAddon_liumj"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.pure-
|
|
1
|
+
.pure-cell__component_mqmd3 {
|
|
2
2
|
flex-basis: 100%;
|
|
3
3
|
display: grid;
|
|
4
4
|
grid-template-columns: 1fr auto;
|
|
5
|
-
} .pure-
|
|
5
|
+
} .pure-cell__component_mqmd3.pure-cell__horizontal_mqmd3 {
|
|
6
6
|
align-self: stretch;
|
|
7
7
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_mqmd3","horizontal":"pure-cell__horizontal_mqmd3"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
--gap-xs: 8px;
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-8: var(--gap-xs);
|
|
5
|
-
} .pure-
|
|
5
|
+
} .pure-cell__component_1w9ug {
|
|
6
6
|
grid-column: 1/3;
|
|
7
7
|
display: grid;
|
|
8
8
|
grid-row-gap: var(--gap-8);
|
|
9
|
-
} .pure-
|
|
9
|
+
} .pure-cell__component_1w9ug.pure-cell__none_1w9ug {
|
|
10
10
|
margin-top: var(--gap-0);
|
|
11
|
-
} .pure-
|
|
11
|
+
} .pure-cell__component_1w9ug.pure-cell__default_1w9ug {
|
|
12
12
|
margin-top: var(--gap-8);
|
|
13
13
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_1w9ug","none":"pure-cell__none_1w9ug","default":"pure-cell__default_1w9ug"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -15,40 +15,40 @@
|
|
|
15
15
|
} :root {
|
|
16
16
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
17
17
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__component_14nqr {
|
|
19
19
|
display: inline-flex;
|
|
20
20
|
flex-basis: auto;
|
|
21
|
-
} .pure-
|
|
21
|
+
} .pure-cell__top_14nqr {
|
|
22
22
|
align-self: flex-start;
|
|
23
|
-
} .pure-
|
|
23
|
+
} .pure-cell__center_14nqr {
|
|
24
24
|
align-self: center;
|
|
25
|
-
} .pure-
|
|
25
|
+
} .pure-cell__bottom_14nqr {
|
|
26
26
|
align-self: flex-end;
|
|
27
|
-
} .pure-
|
|
27
|
+
} .pure-cell__horizontal_14nqr.pure-cell__none_14nqr:not(:last-child) {
|
|
28
28
|
margin-right: var(--gap-0);
|
|
29
|
-
} .pure-
|
|
29
|
+
} .pure-cell__horizontal_14nqr.pure-cell__max_14nqr:not(:last-child) {
|
|
30
30
|
margin-right: var(--gap-24);
|
|
31
|
-
} .pure-
|
|
31
|
+
} .pure-cell__horizontal_14nqr.pure-cell__airy_14nqr:not(:last-child) {
|
|
32
32
|
margin-right: var(--gap-16);
|
|
33
|
-
} .pure-
|
|
33
|
+
} .pure-cell__horizontal_14nqr.pure-cell__default_14nqr:not(:last-child) {
|
|
34
34
|
margin-right: var(--gap-12);
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__horizontal_14nqr.pure-cell__compact_14nqr:not(:last-child) {
|
|
36
36
|
margin-right: var(--gap-8);
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__horizontal_14nqr.pure-cell__tiny_14nqr:not(:last-child) {
|
|
38
38
|
margin-right: var(--gap-4);
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__vertical_14nqr.pure-cell__none_14nqr:not(:last-child) {
|
|
40
40
|
margin-bottom: var(--gap-0);
|
|
41
|
-
} .pure-
|
|
41
|
+
} .pure-cell__vertical_14nqr.pure-cell__max_14nqr:not(:last-child) {
|
|
42
42
|
margin-bottom: var(--gap-24);
|
|
43
|
-
} .pure-
|
|
43
|
+
} .pure-cell__vertical_14nqr.pure-cell__airy_14nqr:not(:last-child) {
|
|
44
44
|
margin-bottom: var(--gap-16);
|
|
45
|
-
} .pure-
|
|
45
|
+
} .pure-cell__vertical_14nqr.pure-cell__default_14nqr:not(:last-child) {
|
|
46
46
|
margin-bottom: var(--gap-12);
|
|
47
|
-
} .pure-
|
|
47
|
+
} .pure-cell__vertical_14nqr.pure-cell__compact_14nqr:not(:last-child) {
|
|
48
48
|
margin-bottom: var(--gap-8);
|
|
49
|
-
} .pure-
|
|
49
|
+
} .pure-cell__vertical_14nqr.pure-cell__tiny_14nqr:not(:last-child) {
|
|
50
50
|
margin-bottom: var(--gap-4);
|
|
51
|
-
} .pure-
|
|
51
|
+
} .pure-cell__button_14nqr {
|
|
52
52
|
-webkit-tap-highlight-color: transparent;
|
|
53
53
|
box-sizing: border-box;
|
|
54
54
|
background-color: transparent;
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
padding: var(--gap-0);
|
|
71
71
|
transition: opacity 0.15s ease-in-out;
|
|
72
72
|
min-width: auto;
|
|
73
|
-
} .pure-
|
|
73
|
+
} .pure-cell__button_14nqr:hover {
|
|
74
74
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
75
|
-
} .pure-
|
|
75
|
+
} .pure-cell__button_14nqr:active {
|
|
76
76
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
77
77
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_14nqr","top":"pure-cell__top_14nqr","center":"pure-cell__center_14nqr","bottom":"pure-cell__bottom_14nqr","horizontal":"pure-cell__horizontal_14nqr","none":"pure-cell__none_14nqr","max":"pure-cell__max_14nqr","airy":"pure-cell__airy_14nqr","default":"pure-cell__default_14nqr","compact":"pure-cell__compact_14nqr","tiny":"pure-cell__tiny_14nqr","vertical":"pure-cell__vertical_14nqr","button":"pure-cell__button_14nqr"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
} :root {
|
|
8
8
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
9
9
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
10
|
-
} .pure-
|
|
10
|
+
} .pure-cell__component_15t4n {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
align-self: center;
|
|
14
14
|
white-space: pre-line;
|
|
15
|
-
} .pure-
|
|
15
|
+
} .pure-cell__component_15t4n.pure-cell__vertical_15t4n {
|
|
16
16
|
grid-row-gap: var(--gap-2);
|
|
17
17
|
justify-content: center;
|
|
18
18
|
align-items: center;
|
|
19
19
|
text-align: center;
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__component_15t4n.pure-cell__reverse_15t4n {
|
|
21
21
|
flex-direction: column-reverse;
|
|
22
|
-
} .pure-
|
|
22
|
+
} .pure-cell__component_15t4n.pure-cell__button_15t4n {
|
|
23
23
|
-webkit-tap-highlight-color: transparent;
|
|
24
24
|
box-sizing: border-box;
|
|
25
25
|
background-color: transparent;
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
padding: var(--gap-0);
|
|
42
42
|
transition: opacity 0.15s ease-in-out;
|
|
43
43
|
min-width: auto;
|
|
44
|
-
} .pure-
|
|
44
|
+
} .pure-cell__component_15t4n.pure-cell__button_15t4n:hover {
|
|
45
45
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
46
|
-
} .pure-
|
|
46
|
+
} .pure-cell__component_15t4n.pure-cell__button_15t4n:active {
|
|
47
47
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
48
48
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"pure-
|
|
5
|
+
var styles = {"component":"pure-cell__component_15t4n","vertical":"pure-cell__vertical_15t4n","reverse":"pure-cell__reverse_15t4n","button":"pure-cell__button_15t4n"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
--gap-0: 0px;
|
|
5
5
|
--gap-2: var(--gap-3xs);
|
|
6
6
|
--gap-16: var(--gap-m);
|
|
7
|
-
} .pure-
|
|
7
|
+
} .pure-cell__horizontal_8bpv6 {
|
|
8
8
|
padding: var(--gap-2) var(--gap-0);
|
|
9
|
-
} .pure-
|
|
9
|
+
} .pure-cell__rowLimit1_8bpv6 {
|
|
10
10
|
-webkit-line-clamp: 1;
|
|
11
11
|
display: -webkit-box;
|
|
12
12
|
-webkit-box-orient: vertical;
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
word-break: break-all;
|
|
15
|
-
} .pure-
|
|
15
|
+
} .pure-cell__rowLimit2_8bpv6 {
|
|
16
16
|
-webkit-line-clamp: 2;
|
|
17
17
|
display: -webkit-box;
|
|
18
18
|
-webkit-box-orient: vertical;
|
|
19
19
|
overflow: hidden;
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__component_8bpv6 {
|
|
21
21
|
display: flex;
|
|
22
22
|
flex-direction: row;
|
|
23
23
|
flex-wrap: nowrap;
|
|
24
24
|
justify-content: space-between;
|
|
25
25
|
margin: var(--gap-2) var(--gap-0);
|
|
26
26
|
word-break: break-word;
|
|
27
|
-
} .pure-
|
|
27
|
+
} .pure-cell__component_8bpv6 .pure-cell__vertical_8bpv6 {
|
|
28
28
|
justify-content: center;
|
|
29
|
-
} .pure-
|
|
29
|
+
} .pure-cell__title_8bpv6 + .pure-cell__value_8bpv6 {
|
|
30
30
|
margin-left: var(--gap-16);
|
|
31
31
|
flex-shrink: 0;
|
|
32
32
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"horizontal":"pure-
|
|
5
|
+
var styles = {"horizontal":"pure-cell__horizontal_8bpv6","rowLimit1":"pure-cell__rowLimit1_8bpv6","rowLimit2":"pure-cell__rowLimit2_8bpv6","component":"pure-cell__component_8bpv6","vertical":"pure-cell__vertical_8bpv6","title":"pure-cell__title_8bpv6","value":"pure-cell__value_8bpv6"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
} :root {
|
|
8
8
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
9
9
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
10
|
-
} .pure-
|
|
10
|
+
} .pure-cell__component_1nlht {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
align-items: flex-end;
|
|
14
|
-
} .pure-
|
|
14
|
+
} .pure-cell__component_1nlht > * {
|
|
15
15
|
justify-content: flex-end;
|
|
16
|
-
} .pure-
|
|
16
|
+
} .pure-cell__component_1nlht.pure-cell__none_1nlht {
|
|
17
17
|
padding-left: var(--gap-0);
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__component_1nlht.pure-cell__default_1nlht {
|
|
19
19
|
padding-left: var(--gap-16);
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__component_1nlht.pure-cell__addonPadding_1nlht {
|
|
21
21
|
padding-left: var(--gap-16);
|
|
22
|
-
} .pure-
|
|
22
|
+
} .pure-cell__component_1nlht.pure-cell__auto_1nlht {
|
|
23
23
|
align-self: auto;
|
|
24
|
-
} .pure-
|
|
24
|
+
} .pure-cell__component_1nlht.pure-cell__top_1nlht {
|
|
25
25
|
align-self: flex-start;
|
|
26
|
-
} .pure-
|
|
26
|
+
} .pure-cell__component_1nlht.pure-cell__center_1nlht {
|
|
27
27
|
align-self: center;
|
|
28
|
-
} .pure-
|
|
28
|
+
} .pure-cell__component_1nlht.pure-cell__bottom_1nlht {
|
|
29
29
|
align-self: flex-end;
|
|
30
|
-
} .pure-
|
|
30
|
+
} .pure-cell__button_1nlht {
|
|
31
31
|
-webkit-tap-highlight-color: transparent;
|
|
32
32
|
box-sizing: border-box;
|
|
33
33
|
background-color: transparent;
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
cursor: pointer;
|
|
49
49
|
padding: var(--gap-0);
|
|
50
50
|
transition: opacity 0.15s ease-in-out;
|
|
51
|
-
} .pure-
|
|
51
|
+
} .pure-cell__button_1nlht:hover {
|
|
52
52
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
53
|
-
} .pure-
|
|
53
|
+
} .pure-cell__button_1nlht:active {
|
|
54
54
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
55
55
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"pure-
|
|
3
|
+
var styles = {"component":"pure-cell__component_1nlht","none":"pure-cell__none_1nlht","default":"pure-cell__default_1nlht","addonPadding":"pure-cell__addonPadding_1nlht","auto":"pure-cell__auto_1nlht","top":"pure-cell__top_1nlht","center":"pure-cell__center_1nlht","bottom":"pure-cell__bottom_1nlht","button":"pure-cell__button_1nlht"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
--gap-0: 0px;
|
|
10
10
|
--gap-2: var(--gap-3xs);
|
|
11
11
|
--gap-8: var(--gap-xs);
|
|
12
|
-
} .pure-
|
|
12
|
+
} .pure-cell__component_estyk {
|
|
13
13
|
padding: var(--gap-2) var(--gap-0);
|
|
14
14
|
display: flex;
|
|
15
|
-
} .pure-
|
|
15
|
+
} .pure-cell__hidden_estyk {
|
|
16
16
|
background: var(--color-light-neutral-translucent-400);
|
|
17
17
|
border-radius: var(--border-radius-8);
|
|
18
18
|
display: inline-block;
|
|
19
19
|
height: 24px;
|
|
20
20
|
width: 120px;
|
|
21
|
-
} .pure-
|
|
21
|
+
} .pure-cell__hiddenWrapper_estyk {
|
|
22
22
|
display: flex;
|
|
23
23
|
padding: var(--gap-8) var(--gap-0);
|
|
24
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"pure-
|
|
3
|
+
var styles = {"component":"pure-cell__component_estyk","hidden":"pure-cell__hidden_estyk","hiddenWrapper":"pure-cell__hiddenWrapper_estyk"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -13,39 +13,39 @@
|
|
|
13
13
|
--gap-8: var(--gap-xs);
|
|
14
14
|
--gap-12: var(--gap-s);
|
|
15
15
|
--gap-16: var(--gap-m);
|
|
16
|
-
} .pure-
|
|
16
|
+
} .pure-cell__component_mbr6o {
|
|
17
17
|
display: flex;
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__weight_mbr6o {
|
|
19
19
|
font-weight: inherit;
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__hidden_mbr6o {
|
|
21
21
|
background: var(--color-light-neutral-translucent-400);
|
|
22
22
|
border-radius: var(--border-radius-8);
|
|
23
23
|
display: inline-block;
|
|
24
|
-
} .pure-cell__hidden-
|
|
24
|
+
} .pure-cell__hidden-xsmall_mbr6o {
|
|
25
25
|
height: 16px;
|
|
26
26
|
width: 88px;
|
|
27
|
-
} .pure-cell__hidden-
|
|
27
|
+
} .pure-cell__hidden-small_mbr6o {
|
|
28
28
|
height: 18px;
|
|
29
29
|
width: 100px;
|
|
30
|
-
} .pure-cell__hidden-
|
|
30
|
+
} .pure-cell__hidden-medium_mbr6o {
|
|
31
31
|
height: 24px;
|
|
32
32
|
width: 120px;
|
|
33
|
-
} .pure-cell__hidden-
|
|
33
|
+
} .pure-cell__hidden-large_mbr6o {
|
|
34
34
|
height: 28px;
|
|
35
35
|
width: 136px;
|
|
36
|
-
} .pure-cell__hidden-
|
|
36
|
+
} .pure-cell__hidden-xlarge_mbr6o {
|
|
37
37
|
height: 32px;
|
|
38
38
|
width: 156px;
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__hiddenWrapper_mbr6o {
|
|
40
40
|
display: flex;
|
|
41
|
-
} .pure-cell__hiddenWrapper-
|
|
41
|
+
} .pure-cell__hiddenWrapper-xsmall_mbr6o {
|
|
42
42
|
padding: var(--gap-4) var(--gap-0);
|
|
43
|
-
} .pure-cell__hiddenWrapper-
|
|
43
|
+
} .pure-cell__hiddenWrapper-small_mbr6o {
|
|
44
44
|
padding: var(--gap-8) var(--gap-0);
|
|
45
|
-
} .pure-cell__hiddenWrapper-
|
|
45
|
+
} .pure-cell__hiddenWrapper-medium_mbr6o {
|
|
46
46
|
padding: var(--gap-8) var(--gap-0);
|
|
47
|
-
} .pure-cell__hiddenWrapper-
|
|
47
|
+
} .pure-cell__hiddenWrapper-large_mbr6o {
|
|
48
48
|
padding: var(--gap-12) var(--gap-0);
|
|
49
|
-
} .pure-cell__hiddenWrapper-
|
|
49
|
+
} .pure-cell__hiddenWrapper-xlarge_mbr6o {
|
|
50
50
|
padding: var(--gap-16) var(--gap-0);
|
|
51
51
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"pure-
|
|
3
|
+
var styles = {"component":"pure-cell__component_mbr6o","weight":"pure-cell__weight_mbr6o","hidden":"pure-cell__hidden_mbr6o","hidden-xsmall":"pure-cell__hidden-xsmall_mbr6o","hidden-small":"pure-cell__hidden-small_mbr6o","hidden-medium":"pure-cell__hidden-medium_mbr6o","hidden-large":"pure-cell__hidden-large_mbr6o","hidden-xlarge":"pure-cell__hidden-xlarge_mbr6o","hiddenWrapper":"pure-cell__hiddenWrapper_mbr6o","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_mbr6o","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_mbr6o","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_mbr6o","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_mbr6o","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_mbr6o"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
--gap-2: var(--gap-3xs);
|
|
12
12
|
--gap-4: var(--gap-2xs);
|
|
13
13
|
--gap-8: var(--gap-xs);
|
|
14
|
-
} .pure-
|
|
14
|
+
} .pure-cell__component_liumj {
|
|
15
15
|
display: flex;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
padding: var(--gap-2) var(--gap-0);
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__categoryName_liumj {
|
|
19
19
|
display: -webkit-box;
|
|
20
20
|
-webkit-line-clamp: 1;
|
|
21
21
|
-webkit-box-orient: vertical;
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
word-break: break-all;
|
|
24
|
-
} .pure-
|
|
24
|
+
} .pure-cell__categoryPercent_liumj {
|
|
25
25
|
padding: var(--gap-0) var(--gap-8);
|
|
26
26
|
background-color: var(--color-light-base-bg-secondary);
|
|
27
27
|
border-radius: var(--border-radius-16);
|
|
28
28
|
margin-left: var(--gap-4);
|
|
29
|
-
} .pure-
|
|
29
|
+
} .pure-cell__rightAddon_liumj {
|
|
30
30
|
margin-left: var(--gap-4);
|
|
31
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"pure-
|
|
3
|
+
var styles = {"component":"pure-cell__component_liumj","categoryName":"pure-cell__categoryName_liumj","categoryPercent":"pure-cell__categoryPercent_liumj","rightAddon":"pure-cell__rightAddon_liumj"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|