@alfalab/core-components-pure-cell 5.0.0 → 5.0.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 +7 -7
|
@@ -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_1ebqk {
|
|
15
15
|
display: flex;
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
padding: var(--gap-2) var(--gap-0);
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__categoryName_1ebqk {
|
|
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_1ebqk {
|
|
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_1ebqk {
|
|
30
30
|
margin-left: var(--gap-4);
|
|
31
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_1ebqk","categoryName":"pure-cell__categoryName_1ebqk","categoryPercent":"pure-cell__categoryPercent_1ebqk","rightAddon":"pure-cell__rightAddon_1ebqk"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.pure-
|
|
1
|
+
.pure-cell__component_1syuh {
|
|
2
2
|
flex-basis: 100%;
|
|
3
3
|
display: grid;
|
|
4
4
|
grid-template-columns: 1fr auto
|
|
5
|
-
} .pure-
|
|
5
|
+
} .pure-cell__component_1syuh.pure-cell__horizontal_1syuh {
|
|
6
6
|
align-self: stretch;
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_1syuh","horizontal":"pure-cell__horizontal_1syuh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_rnpsh {
|
|
6
6
|
grid-column: 1/3;
|
|
7
7
|
display: grid;
|
|
8
8
|
grid-row-gap: var(--gap-8)
|
|
9
|
-
} .pure-
|
|
9
|
+
} .pure-cell__component_rnpsh.pure-cell__none_rnpsh {
|
|
10
10
|
margin-top: var(--gap-0);
|
|
11
|
-
} .pure-
|
|
11
|
+
} .pure-cell__component_rnpsh.pure-cell__default_rnpsh {
|
|
12
12
|
margin-top: var(--gap-8);
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_rnpsh","none":"pure-cell__none_rnpsh","default":"pure-cell__default_rnpsh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -13,40 +13,40 @@
|
|
|
13
13
|
} :root {
|
|
14
14
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
15
15
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
16
|
-
} .pure-
|
|
16
|
+
} .pure-cell__component_1ad51 {
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
flex-basis: auto;
|
|
19
|
-
} .pure-
|
|
19
|
+
} .pure-cell__top_1ad51 {
|
|
20
20
|
align-self: flex-start;
|
|
21
|
-
} .pure-
|
|
21
|
+
} .pure-cell__center_1ad51 {
|
|
22
22
|
align-self: center;
|
|
23
|
-
} .pure-
|
|
23
|
+
} .pure-cell__bottom_1ad51 {
|
|
24
24
|
align-self: flex-end;
|
|
25
|
-
} .pure-
|
|
25
|
+
} .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__none_1ad51 {
|
|
26
26
|
margin-right: var(--gap-0);
|
|
27
|
-
} .pure-
|
|
27
|
+
} .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__max_1ad51 {
|
|
28
28
|
margin-right: var(--gap-24);
|
|
29
|
-
} .pure-
|
|
29
|
+
} .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__airy_1ad51 {
|
|
30
30
|
margin-right: var(--gap-16);
|
|
31
|
-
} .pure-
|
|
31
|
+
} .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__default_1ad51 {
|
|
32
32
|
margin-right: var(--gap-12);
|
|
33
|
-
} .pure-
|
|
33
|
+
} .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__compact_1ad51 {
|
|
34
34
|
margin-right: var(--gap-8);
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__tiny_1ad51 {
|
|
36
36
|
margin-right: var(--gap-4);
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__vertical_1ad51:not(:last-child).pure-cell__none_1ad51 {
|
|
38
38
|
margin-bottom: var(--gap-0);
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__vertical_1ad51:not(:last-child).pure-cell__max_1ad51 {
|
|
40
40
|
margin-bottom: var(--gap-24);
|
|
41
|
-
} .pure-
|
|
41
|
+
} .pure-cell__vertical_1ad51:not(:last-child).pure-cell__airy_1ad51 {
|
|
42
42
|
margin-bottom: var(--gap-16);
|
|
43
|
-
} .pure-
|
|
43
|
+
} .pure-cell__vertical_1ad51:not(:last-child).pure-cell__default_1ad51 {
|
|
44
44
|
margin-bottom: var(--gap-12);
|
|
45
|
-
} .pure-
|
|
45
|
+
} .pure-cell__vertical_1ad51:not(:last-child).pure-cell__compact_1ad51 {
|
|
46
46
|
margin-bottom: var(--gap-8);
|
|
47
|
-
} .pure-
|
|
47
|
+
} .pure-cell__vertical_1ad51:not(:last-child).pure-cell__tiny_1ad51 {
|
|
48
48
|
margin-bottom: var(--gap-4);
|
|
49
|
-
} .pure-
|
|
49
|
+
} .pure-cell__button_1ad51 {
|
|
50
50
|
-webkit-tap-highlight-color: transparent;
|
|
51
51
|
box-sizing: border-box;
|
|
52
52
|
background-color: transparent;
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
padding: var(--gap-0);
|
|
69
69
|
transition: opacity 0.15s ease-in-out;
|
|
70
70
|
min-width: auto
|
|
71
|
-
} .pure-
|
|
71
|
+
} .pure-cell__button_1ad51:hover {
|
|
72
72
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
73
|
-
} .pure-
|
|
73
|
+
} .pure-cell__button_1ad51:active {
|
|
74
74
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
75
75
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_1ad51","top":"pure-cell__top_1ad51","center":"pure-cell__center_1ad51","bottom":"pure-cell__bottom_1ad51","horizontal":"pure-cell__horizontal_1ad51","none":"pure-cell__none_1ad51","max":"pure-cell__max_1ad51","airy":"pure-cell__airy_1ad51","default":"pure-cell__default_1ad51","compact":"pure-cell__compact_1ad51","tiny":"pure-cell__tiny_1ad51","vertical":"pure-cell__vertical_1ad51","button":"pure-cell__button_1ad51"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
} :root {
|
|
6
6
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
7
7
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
8
|
-
} .pure-
|
|
8
|
+
} .pure-cell__component_1uyv3 {
|
|
9
9
|
display: flex;
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
align-self: center;
|
|
12
12
|
white-space: pre-line
|
|
13
|
-
} .pure-
|
|
13
|
+
} .pure-cell__component_1uyv3.pure-cell__vertical_1uyv3 {
|
|
14
14
|
grid-row-gap: var(--gap-2);
|
|
15
15
|
justify-content: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
text-align: center;
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__component_1uyv3.pure-cell__reverse_1uyv3 {
|
|
19
19
|
flex-direction: column-reverse;
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__component_1uyv3.pure-cell__button_1uyv3 {
|
|
21
21
|
-webkit-tap-highlight-color: transparent;
|
|
22
22
|
box-sizing: border-box;
|
|
23
23
|
background-color: transparent;
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
padding: var(--gap-0);
|
|
40
40
|
transition: opacity 0.15s ease-in-out;
|
|
41
41
|
min-width: auto
|
|
42
|
-
} .pure-
|
|
42
|
+
} .pure-cell__component_1uyv3.pure-cell__button_1uyv3:hover {
|
|
43
43
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
44
|
-
} .pure-
|
|
44
|
+
} .pure-cell__component_1uyv3.pure-cell__button_1uyv3:active {
|
|
45
45
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
46
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_1uyv3","vertical":"pure-cell__vertical_1uyv3","reverse":"pure-cell__reverse_1uyv3","button":"pure-cell__button_1uyv3"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_12qp9 {
|
|
8
8
|
padding: var(--gap-2) var(--gap-0);
|
|
9
|
-
} .pure-
|
|
9
|
+
} .pure-cell__rowLimit1_12qp9 {
|
|
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_12qp9 {
|
|
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_12qp9 {
|
|
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_12qp9 .pure-cell__vertical_12qp9 {
|
|
28
28
|
justify-content: center;
|
|
29
|
-
} .pure-
|
|
29
|
+
} .pure-cell__title_12qp9 + .pure-cell__value_12qp9 {
|
|
30
30
|
margin-left: var(--gap-16);
|
|
31
31
|
flex-shrink: 0;
|
|
32
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"horizontal":"pure-
|
|
3
|
+
const styles = {"horizontal":"pure-cell__horizontal_12qp9","rowLimit1":"pure-cell__rowLimit1_12qp9","rowLimit2":"pure-cell__rowLimit2_12qp9","component":"pure-cell__component_12qp9","vertical":"pure-cell__vertical_12qp9","title":"pure-cell__title_12qp9","value":"pure-cell__value_12qp9"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
--gap-16: var(--gap-m);
|
|
13
13
|
} :root {
|
|
14
14
|
--focus-color: var(--color-light-status-info);
|
|
15
|
-
} .pure-
|
|
15
|
+
} .pure-cell__component_s3aeg {
|
|
16
16
|
text-align: unset;
|
|
17
17
|
box-sizing: border-box;
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__horizontal_s3aeg {
|
|
19
19
|
display: flex;
|
|
20
20
|
width: 100%;
|
|
21
|
-
} .pure-
|
|
21
|
+
} .pure-cell__vertical_s3aeg {
|
|
22
22
|
display: flex;
|
|
23
23
|
align-items: center;
|
|
24
24
|
flex-direction: column;
|
|
25
|
-
} .pure-
|
|
25
|
+
} .pure-cell__button_s3aeg {
|
|
26
26
|
font-family: inherit;
|
|
27
27
|
background: none;
|
|
28
28
|
border: 0;
|
|
@@ -30,57 +30,57 @@
|
|
|
30
30
|
cursor: pointer;
|
|
31
31
|
transition: opacity 0.15s ease-in-out;
|
|
32
32
|
padding: var(--gap-0)
|
|
33
|
-
} .pure-
|
|
33
|
+
} .pure-cell__button_s3aeg.pure-cell__hover_s3aeg {
|
|
34
34
|
opacity: 0.8;
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__button_s3aeg.pure-cell__active_s3aeg {
|
|
36
36
|
opacity: 0.6;
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__link_s3aeg {
|
|
38
38
|
text-decoration: none;
|
|
39
39
|
color: inherit;
|
|
40
40
|
cursor: pointer;
|
|
41
41
|
transition: opacity 0.15s ease-in-out
|
|
42
|
-
} .pure-
|
|
42
|
+
} .pure-cell__link_s3aeg.pure-cell__hover_s3aeg {
|
|
43
43
|
opacity: 0.8;
|
|
44
|
-
} .pure-
|
|
44
|
+
} .pure-cell__link_s3aeg.pure-cell__active_s3aeg {
|
|
45
45
|
opacity: 0.6;
|
|
46
|
-
} .pure-
|
|
46
|
+
} .pure-cell__none_s3aeg {
|
|
47
47
|
padding: var(--gap-0);
|
|
48
|
-
} .pure-
|
|
48
|
+
} .pure-cell__airy_s3aeg {
|
|
49
49
|
padding: var(--gap-16) var(--gap-0);
|
|
50
|
-
} .pure-
|
|
50
|
+
} .pure-cell__default_s3aeg {
|
|
51
51
|
padding: var(--gap-12) var(--gap-0);
|
|
52
|
-
} .pure-
|
|
52
|
+
} .pure-cell__compact_s3aeg {
|
|
53
53
|
padding: var(--gap-8) var(--gap-0);
|
|
54
|
-
} .pure-
|
|
54
|
+
} .pure-cell__tiny_s3aeg {
|
|
55
55
|
padding: var(--gap-4) var(--gap-0);
|
|
56
|
-
} .pure-
|
|
56
|
+
} .pure-cell__noneTop_s3aeg {
|
|
57
57
|
padding-top: var(--gap-0);
|
|
58
|
-
} .pure-
|
|
58
|
+
} .pure-cell__airyTop_s3aeg {
|
|
59
59
|
padding-top: var(--gap-16);
|
|
60
|
-
} .pure-
|
|
60
|
+
} .pure-cell__defaultTop_s3aeg {
|
|
61
61
|
padding-top: var(--gap-12);
|
|
62
|
-
} .pure-
|
|
62
|
+
} .pure-cell__compactTop_s3aeg {
|
|
63
63
|
padding-top: var(--gap-8);
|
|
64
|
-
} .pure-
|
|
64
|
+
} .pure-cell__tinyTop_s3aeg {
|
|
65
65
|
padding-top: var(--gap-4);
|
|
66
|
-
} .pure-
|
|
66
|
+
} .pure-cell__noneBottom_s3aeg {
|
|
67
67
|
padding-bottom: var(--gap-0);
|
|
68
|
-
} .pure-
|
|
68
|
+
} .pure-cell__airyBottom_s3aeg {
|
|
69
69
|
padding-bottom: var(--gap-16);
|
|
70
|
-
} .pure-
|
|
70
|
+
} .pure-cell__defaultBottom_s3aeg {
|
|
71
71
|
padding-bottom: var(--gap-12);
|
|
72
|
-
} .pure-
|
|
72
|
+
} .pure-cell__compactBottom_s3aeg {
|
|
73
73
|
padding-bottom: var(--gap-8);
|
|
74
|
-
} .pure-
|
|
74
|
+
} .pure-cell__tinyBottom_s3aeg {
|
|
75
75
|
padding-bottom: var(--gap-4);
|
|
76
|
-
} .pure-
|
|
76
|
+
} .pure-cell__left_s3aeg {
|
|
77
77
|
padding-left: var(--gap-16);
|
|
78
|
-
} .pure-
|
|
78
|
+
} .pure-cell__right_s3aeg {
|
|
79
79
|
padding-right: var(--gap-16);
|
|
80
|
-
} .pure-
|
|
80
|
+
} .pure-cell__both_s3aeg {
|
|
81
81
|
padding-right: var(--gap-16);
|
|
82
82
|
padding-left: var(--gap-16);
|
|
83
|
-
} .pure-
|
|
83
|
+
} .pure-cell__focused_s3aeg {
|
|
84
84
|
outline: 2px solid var(--focus-color);
|
|
85
85
|
outline-offset: 2px;
|
|
86
86
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_s3aeg","horizontal":"pure-cell__horizontal_s3aeg","vertical":"pure-cell__vertical_s3aeg","button":"pure-cell__button_s3aeg","hover":"pure-cell__hover_s3aeg","active":"pure-cell__active_s3aeg","link":"pure-cell__link_s3aeg","none":"pure-cell__none_s3aeg","airy":"pure-cell__airy_s3aeg","default":"pure-cell__default_s3aeg","compact":"pure-cell__compact_s3aeg","tiny":"pure-cell__tiny_s3aeg","noneTop":"pure-cell__noneTop_s3aeg","airyTop":"pure-cell__airyTop_s3aeg","defaultTop":"pure-cell__defaultTop_s3aeg","compactTop":"pure-cell__compactTop_s3aeg","tinyTop":"pure-cell__tinyTop_s3aeg","noneBottom":"pure-cell__noneBottom_s3aeg","airyBottom":"pure-cell__airyBottom_s3aeg","defaultBottom":"pure-cell__defaultBottom_s3aeg","compactBottom":"pure-cell__compactBottom_s3aeg","tinyBottom":"pure-cell__tinyBottom_s3aeg","left":"pure-cell__left_s3aeg","right":"pure-cell__right_s3aeg","both":"pure-cell__both_s3aeg","focused":"pure-cell__focused_s3aeg"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-pure-cell",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-amount": "^4.0.0",
|
|
14
|
-
"@alfalab/core-components-button": "^12.0.
|
|
15
|
-
"@alfalab/core-components-comment": "^3.0.
|
|
16
|
-
"@alfalab/core-components-shared": "^1.
|
|
17
|
-
"@alfalab/core-components-typography": "^5.0.
|
|
14
|
+
"@alfalab/core-components-button": "^12.0.1",
|
|
15
|
+
"@alfalab/core-components-comment": "^3.0.1",
|
|
16
|
+
"@alfalab/core-components-shared": "^1.1.0",
|
|
17
|
+
"@alfalab/core-components-typography": "^5.0.1",
|
|
18
18
|
"@alfalab/data": "^1.9.2",
|
|
19
19
|
"@alfalab/hooks": "^1.13.1",
|
|
20
20
|
"classnames": "^2.5.1",
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"access": "public",
|
|
30
30
|
"directory": "dist"
|
|
31
31
|
},
|
|
32
|
-
"themesVersion": "14.
|
|
33
|
-
"varsVersion": "10.
|
|
32
|
+
"themesVersion": "14.1.0",
|
|
33
|
+
"varsVersion": "10.1.0"
|
|
34
34
|
}
|