@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
|
@@ -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
|
-
const styles = {"component":"pure-
|
|
3
|
+
const 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
|
|
@@ -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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_mqmd3","horizontal":"pure-cell__horizontal_mqmd3"};
|
|
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_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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_1w9ug","none":"pure-cell__none_1w9ug","default":"pure-cell__default_1w9ug"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const 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"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_15t4n","vertical":"pure-cell__vertical_15t4n","reverse":"pure-cell__reverse_15t4n","button":"pure-cell__button_15t4n"};
|
|
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_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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"horizontal":"pure-
|
|
3
|
+
const 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"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
--gap-16: var(--gap-m);
|
|
15
15
|
} :root {
|
|
16
16
|
--focus-color: var(--color-light-status-info);
|
|
17
|
-
} .pure-
|
|
17
|
+
} .pure-cell__component_131xn {
|
|
18
18
|
text-align: inherit;
|
|
19
19
|
box-sizing: border-box;
|
|
20
|
-
} .pure-
|
|
20
|
+
} .pure-cell__horizontal_131xn {
|
|
21
21
|
display: flex;
|
|
22
22
|
width: 100%;
|
|
23
|
-
} .pure-
|
|
23
|
+
} .pure-cell__vertical_131xn {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: center;
|
|
26
26
|
flex-direction: column;
|
|
27
|
-
} .pure-
|
|
27
|
+
} .pure-cell__button_131xn {
|
|
28
28
|
font-family: inherit;
|
|
29
29
|
background: none;
|
|
30
30
|
border: 0;
|
|
@@ -32,57 +32,57 @@
|
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
transition: opacity 0.15s ease-in-out;
|
|
34
34
|
padding: var(--gap-0);
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__button_131xn.pure-cell__hover_131xn {
|
|
36
36
|
opacity: 0.8;
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__button_131xn.pure-cell__active_131xn {
|
|
38
38
|
opacity: 0.6;
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__link_131xn {
|
|
40
40
|
text-decoration: none;
|
|
41
41
|
color: inherit;
|
|
42
42
|
cursor: pointer;
|
|
43
43
|
transition: opacity 0.15s ease-in-out;
|
|
44
|
-
} .pure-
|
|
44
|
+
} .pure-cell__link_131xn.pure-cell__hover_131xn {
|
|
45
45
|
opacity: 0.8;
|
|
46
|
-
} .pure-
|
|
46
|
+
} .pure-cell__link_131xn.pure-cell__active_131xn {
|
|
47
47
|
opacity: 0.6;
|
|
48
|
-
} .pure-
|
|
48
|
+
} .pure-cell__none_131xn {
|
|
49
49
|
padding: var(--gap-0);
|
|
50
|
-
} .pure-
|
|
50
|
+
} .pure-cell__airy_131xn {
|
|
51
51
|
padding: var(--gap-16) var(--gap-0);
|
|
52
|
-
} .pure-
|
|
52
|
+
} .pure-cell__default_131xn {
|
|
53
53
|
padding: var(--gap-12) var(--gap-0);
|
|
54
|
-
} .pure-
|
|
54
|
+
} .pure-cell__compact_131xn {
|
|
55
55
|
padding: var(--gap-8) var(--gap-0);
|
|
56
|
-
} .pure-
|
|
56
|
+
} .pure-cell__tiny_131xn {
|
|
57
57
|
padding: var(--gap-4) var(--gap-0);
|
|
58
|
-
} .pure-
|
|
58
|
+
} .pure-cell__noneTop_131xn {
|
|
59
59
|
padding-top: var(--gap-0);
|
|
60
|
-
} .pure-
|
|
60
|
+
} .pure-cell__airyTop_131xn {
|
|
61
61
|
padding-top: var(--gap-16);
|
|
62
|
-
} .pure-
|
|
62
|
+
} .pure-cell__defaultTop_131xn {
|
|
63
63
|
padding-top: var(--gap-12);
|
|
64
|
-
} .pure-
|
|
64
|
+
} .pure-cell__compactTop_131xn {
|
|
65
65
|
padding-top: var(--gap-8);
|
|
66
|
-
} .pure-
|
|
66
|
+
} .pure-cell__tinyTop_131xn {
|
|
67
67
|
padding-top: var(--gap-4);
|
|
68
|
-
} .pure-
|
|
68
|
+
} .pure-cell__noneBottom_131xn {
|
|
69
69
|
padding-bottom: var(--gap-0);
|
|
70
|
-
} .pure-
|
|
70
|
+
} .pure-cell__airyBottom_131xn {
|
|
71
71
|
padding-bottom: var(--gap-16);
|
|
72
|
-
} .pure-
|
|
72
|
+
} .pure-cell__defaultBottom_131xn {
|
|
73
73
|
padding-bottom: var(--gap-12);
|
|
74
|
-
} .pure-
|
|
74
|
+
} .pure-cell__compactBottom_131xn {
|
|
75
75
|
padding-bottom: var(--gap-8);
|
|
76
|
-
} .pure-
|
|
76
|
+
} .pure-cell__tinyBottom_131xn {
|
|
77
77
|
padding-bottom: var(--gap-4);
|
|
78
|
-
} .pure-
|
|
78
|
+
} .pure-cell__left_131xn {
|
|
79
79
|
padding-left: var(--gap-16);
|
|
80
|
-
} .pure-
|
|
80
|
+
} .pure-cell__right_131xn {
|
|
81
81
|
padding-right: var(--gap-16);
|
|
82
|
-
} .pure-
|
|
82
|
+
} .pure-cell__both_131xn {
|
|
83
83
|
padding-right: var(--gap-16);
|
|
84
84
|
padding-left: var(--gap-16);
|
|
85
|
-
} .pure-
|
|
85
|
+
} .pure-cell__focused_131xn {
|
|
86
86
|
outline: 2px solid var(--focus-color);
|
|
87
87
|
outline-offset: 2px;
|
|
88
88
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"pure-
|
|
3
|
+
const styles = {"component":"pure-cell__component_131xn","horizontal":"pure-cell__horizontal_131xn","vertical":"pure-cell__vertical_131xn","button":"pure-cell__button_131xn","hover":"pure-cell__hover_131xn","active":"pure-cell__active_131xn","link":"pure-cell__link_131xn","none":"pure-cell__none_131xn","airy":"pure-cell__airy_131xn","default":"pure-cell__default_131xn","compact":"pure-cell__compact_131xn","tiny":"pure-cell__tiny_131xn","noneTop":"pure-cell__noneTop_131xn","airyTop":"pure-cell__airyTop_131xn","defaultTop":"pure-cell__defaultTop_131xn","compactTop":"pure-cell__compactTop_131xn","tinyTop":"pure-cell__tinyTop_131xn","noneBottom":"pure-cell__noneBottom_131xn","airyBottom":"pure-cell__airyBottom_131xn","defaultBottom":"pure-cell__defaultBottom_131xn","compactBottom":"pure-cell__compactBottom_131xn","tinyBottom":"pure-cell__tinyBottom_131xn","left":"pure-cell__left_131xn","right":"pure-cell__right_131xn","both":"pure-cell__both_131xn","focused":"pure-cell__focused_131xn"};
|
|
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.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-amount": "^4.
|
|
13
|
+
"@alfalab/core-components-amount": "^4.1.0",
|
|
14
14
|
"@alfalab/core-components-button": "^12.1.1",
|
|
15
15
|
"@alfalab/core-components-comment": "^3.0.3",
|
|
16
16
|
"@alfalab/core-components-shared": "^1.1.1",
|