@alfalab/core-components-pure-cell 6.0.7 → 6.0.8

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.
Files changed (67) hide show
  1. package/components/addon/index.css +12 -12
  2. package/components/addon/index.module.css.js +1 -1
  3. package/components/amount/index.css +3 -3
  4. package/components/amount/index.module.css.js +1 -1
  5. package/components/amount-title/index.css +13 -13
  6. package/components/amount-title/index.module.css.js +1 -1
  7. package/components/category/index.css +4 -4
  8. package/components/category/index.module.css.js +1 -1
  9. package/components/content/index.css +2 -2
  10. package/components/content/index.module.css.js +1 -1
  11. package/components/footer/index.css +3 -3
  12. package/components/footer/index.module.css.js +1 -1
  13. package/components/footer-button/index.css +1 -1
  14. package/components/footer-button/index.module.css.js +1 -1
  15. package/components/graphics/index.css +19 -19
  16. package/components/graphics/index.module.css.js +1 -1
  17. package/components/main/index.css +6 -6
  18. package/components/main/index.module.css.js +1 -1
  19. package/components/text/index.css +6 -6
  20. package/components/text/index.module.css.js +1 -1
  21. package/esm/components/addon/index.css +12 -12
  22. package/esm/components/addon/index.module.css.js +1 -1
  23. package/esm/components/amount/index.css +3 -3
  24. package/esm/components/amount/index.module.css.js +1 -1
  25. package/esm/components/amount-title/index.css +13 -13
  26. package/esm/components/amount-title/index.module.css.js +1 -1
  27. package/esm/components/category/index.css +4 -4
  28. package/esm/components/category/index.module.css.js +1 -1
  29. package/esm/components/content/index.css +2 -2
  30. package/esm/components/content/index.module.css.js +1 -1
  31. package/esm/components/footer/index.css +3 -3
  32. package/esm/components/footer/index.module.css.js +1 -1
  33. package/esm/components/footer-button/index.css +1 -1
  34. package/esm/components/footer-button/index.module.css.js +1 -1
  35. package/esm/components/graphics/index.css +19 -19
  36. package/esm/components/graphics/index.module.css.js +1 -1
  37. package/esm/components/main/index.css +6 -6
  38. package/esm/components/main/index.module.css.js +1 -1
  39. package/esm/components/text/index.css +6 -6
  40. package/esm/components/text/index.module.css.js +1 -1
  41. package/esm/index.css +28 -28
  42. package/esm/index.module.css.js +1 -1
  43. package/index.css +28 -28
  44. package/index.module.css.js +1 -1
  45. package/modern/components/addon/index.css +12 -12
  46. package/modern/components/addon/index.module.css.js +1 -1
  47. package/modern/components/amount/index.css +3 -3
  48. package/modern/components/amount/index.module.css.js +1 -1
  49. package/modern/components/amount-title/index.css +13 -13
  50. package/modern/components/amount-title/index.module.css.js +1 -1
  51. package/modern/components/category/index.css +4 -4
  52. package/modern/components/category/index.module.css.js +1 -1
  53. package/modern/components/content/index.css +2 -2
  54. package/modern/components/content/index.module.css.js +1 -1
  55. package/modern/components/footer/index.css +3 -3
  56. package/modern/components/footer/index.module.css.js +1 -1
  57. package/modern/components/footer-button/index.css +1 -1
  58. package/modern/components/footer-button/index.module.css.js +1 -1
  59. package/modern/components/graphics/index.css +19 -19
  60. package/modern/components/graphics/index.module.css.js +1 -1
  61. package/modern/components/main/index.css +6 -6
  62. package/modern/components/main/index.module.css.js +1 -1
  63. package/modern/components/text/index.css +6 -6
  64. package/modern/components/text/index.module.css.js +1 -1
  65. package/modern/index.css +28 -28
  66. package/modern/index.module.css.js +1 -1
  67. package/package.json +5 -5
@@ -10,36 +10,36 @@
10
10
  --pure-cell-clickable-area-hover-opacity: 1;
11
11
  --pure-cell-clickable-area-active-opacity: 1;
12
12
  }
13
- .pure-cell__component_15c2w {
13
+ .pure-cell__component_17cvb {
14
14
  display: flex;
15
15
  flex-direction: column;
16
16
  align-items: flex-end;
17
17
  }
18
- .pure-cell__component_15c2w > * {
18
+ .pure-cell__component_17cvb > * {
19
19
  justify-content: flex-end;
20
20
  }
21
- .pure-cell__component_15c2w.pure-cell__none_15c2w {
21
+ .pure-cell__component_17cvb.pure-cell__none_17cvb {
22
22
  padding-left: var(--gap-0);
23
23
  }
24
- .pure-cell__component_15c2w.pure-cell__default_15c2w {
24
+ .pure-cell__component_17cvb.pure-cell__default_17cvb {
25
25
  padding-left: var(--gap-16);
26
26
  }
27
- .pure-cell__component_15c2w.pure-cell__addonPadding_15c2w {
27
+ .pure-cell__component_17cvb.pure-cell__addonPadding_17cvb {
28
28
  padding-left: var(--gap-16);
29
29
  }
30
- .pure-cell__component_15c2w.pure-cell__auto_15c2w {
30
+ .pure-cell__component_17cvb.pure-cell__auto_17cvb {
31
31
  align-self: auto;
32
32
  }
33
- .pure-cell__component_15c2w.pure-cell__top_15c2w {
33
+ .pure-cell__component_17cvb.pure-cell__top_17cvb {
34
34
  align-self: flex-start;
35
35
  }
36
- .pure-cell__component_15c2w.pure-cell__center_15c2w {
36
+ .pure-cell__component_17cvb.pure-cell__center_17cvb {
37
37
  align-self: center;
38
38
  }
39
- .pure-cell__component_15c2w.pure-cell__bottom_15c2w {
39
+ .pure-cell__component_17cvb.pure-cell__bottom_17cvb {
40
40
  align-self: flex-end;
41
41
  }
42
- .pure-cell__button_15c2w {
42
+ .pure-cell__button_17cvb {
43
43
  -webkit-tap-highlight-color: transparent;
44
44
  box-sizing: border-box;
45
45
  background-color: transparent;
@@ -61,9 +61,9 @@
61
61
  padding: var(--gap-0);
62
62
  transition: opacity 0.15s ease-in-out;
63
63
  }
64
- .pure-cell__button_15c2w:hover {
64
+ .pure-cell__button_17cvb:hover {
65
65
  opacity: var(--pure-cell-clickable-area-hover-opacity);
66
66
  }
67
- .pure-cell__button_15c2w:active {
67
+ .pure-cell__button_17cvb:active {
68
68
  opacity: var(--pure-cell-clickable-area-active-opacity);
69
69
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_15c2w","none":"pure-cell__none_15c2w","default":"pure-cell__default_15c2w","addonPadding":"pure-cell__addonPadding_15c2w","auto":"pure-cell__auto_15c2w","top":"pure-cell__top_15c2w","center":"pure-cell__center_15c2w","bottom":"pure-cell__bottom_15c2w","button":"pure-cell__button_15c2w"};
3
+ const styles = {"component":"pure-cell__component_17cvb","none":"pure-cell__none_17cvb","default":"pure-cell__default_17cvb","addonPadding":"pure-cell__addonPadding_17cvb","auto":"pure-cell__auto_17cvb","top":"pure-cell__top_17cvb","center":"pure-cell__center_17cvb","bottom":"pure-cell__bottom_17cvb","button":"pure-cell__button_17cvb"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -12,18 +12,18 @@
12
12
  --gap-2: var(--gap-3xs);
13
13
  --gap-8: var(--gap-xs);
14
14
  }
15
- .pure-cell__component_1rt5g {
15
+ .pure-cell__component_kcqcd {
16
16
  padding: var(--gap-2) var(--gap-0);
17
17
  display: flex;
18
18
  }
19
- .pure-cell__hidden_1rt5g {
19
+ .pure-cell__hidden_kcqcd {
20
20
  background: var(--color-light-neutral-translucent-400);
21
21
  border-radius: var(--border-radius-8);
22
22
  display: inline-block;
23
23
  height: 24px;
24
24
  width: 120px;
25
25
  }
26
- .pure-cell__hiddenWrapper_1rt5g {
26
+ .pure-cell__hiddenWrapper_kcqcd {
27
27
  display: flex;
28
28
  padding: var(--gap-8) var(--gap-0);
29
29
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_1rt5g","hidden":"pure-cell__hidden_1rt5g","hiddenWrapper":"pure-cell__hiddenWrapper_1rt5g"};
3
+ const styles = {"component":"pure-cell__component_kcqcd","hidden":"pure-cell__hidden_kcqcd","hiddenWrapper":"pure-cell__hiddenWrapper_kcqcd"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -16,49 +16,49 @@
16
16
  --gap-12: var(--gap-s);
17
17
  --gap-16: var(--gap-m);
18
18
  }
19
- .pure-cell__component_jfwk9 {
19
+ .pure-cell__component_1k4zd {
20
20
  display: flex;
21
21
  }
22
- .pure-cell__hidden_jfwk9 {
22
+ .pure-cell__hidden_1k4zd {
23
23
  background: var(--color-light-neutral-translucent-400);
24
24
  border-radius: var(--border-radius-8);
25
25
  display: inline-block;
26
26
  }
27
- .pure-cell__hidden-xsmall_jfwk9 {
27
+ .pure-cell__hidden-xsmall_1k4zd {
28
28
  height: 16px;
29
29
  width: 88px;
30
30
  }
31
- .pure-cell__hidden-small_jfwk9 {
31
+ .pure-cell__hidden-small_1k4zd {
32
32
  height: 18px;
33
33
  width: 100px;
34
34
  }
35
- .pure-cell__hidden-medium_jfwk9 {
35
+ .pure-cell__hidden-medium_1k4zd {
36
36
  height: 24px;
37
37
  width: 120px;
38
38
  }
39
- .pure-cell__hidden-large_jfwk9 {
39
+ .pure-cell__hidden-large_1k4zd {
40
40
  height: 28px;
41
41
  width: 136px;
42
42
  }
43
- .pure-cell__hidden-xlarge_jfwk9 {
43
+ .pure-cell__hidden-xlarge_1k4zd {
44
44
  height: 32px;
45
45
  width: 156px;
46
46
  }
47
- .pure-cell__hiddenWrapper_jfwk9 {
47
+ .pure-cell__hiddenWrapper_1k4zd {
48
48
  display: flex;
49
49
  }
50
- .pure-cell__hiddenWrapper-xsmall_jfwk9 {
50
+ .pure-cell__hiddenWrapper-xsmall_1k4zd {
51
51
  padding: var(--gap-4) var(--gap-0);
52
52
  }
53
- .pure-cell__hiddenWrapper-small_jfwk9 {
53
+ .pure-cell__hiddenWrapper-small_1k4zd {
54
54
  padding: var(--gap-8) var(--gap-0);
55
55
  }
56
- .pure-cell__hiddenWrapper-medium_jfwk9 {
56
+ .pure-cell__hiddenWrapper-medium_1k4zd {
57
57
  padding: var(--gap-8) var(--gap-0);
58
58
  }
59
- .pure-cell__hiddenWrapper-large_jfwk9 {
59
+ .pure-cell__hiddenWrapper-large_1k4zd {
60
60
  padding: var(--gap-12) var(--gap-0);
61
61
  }
62
- .pure-cell__hiddenWrapper-xlarge_jfwk9 {
62
+ .pure-cell__hiddenWrapper-xlarge_1k4zd {
63
63
  padding: var(--gap-16) var(--gap-0);
64
64
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_jfwk9","hidden":"pure-cell__hidden_jfwk9","hidden-xsmall":"pure-cell__hidden-xsmall_jfwk9","hidden-small":"pure-cell__hidden-small_jfwk9","hidden-medium":"pure-cell__hidden-medium_jfwk9","hidden-large":"pure-cell__hidden-large_jfwk9","hidden-xlarge":"pure-cell__hidden-xlarge_jfwk9","hiddenWrapper":"pure-cell__hiddenWrapper_jfwk9","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_jfwk9","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_jfwk9","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_jfwk9","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_jfwk9","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_jfwk9"};
3
+ const styles = {"component":"pure-cell__component_1k4zd","hidden":"pure-cell__hidden_1k4zd","hidden-xsmall":"pure-cell__hidden-xsmall_1k4zd","hidden-small":"pure-cell__hidden-small_1k4zd","hidden-medium":"pure-cell__hidden-medium_1k4zd","hidden-large":"pure-cell__hidden-large_1k4zd","hidden-xlarge":"pure-cell__hidden-xlarge_1k4zd","hiddenWrapper":"pure-cell__hiddenWrapper_1k4zd","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_1k4zd","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_1k4zd","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_1k4zd","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_1k4zd","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_1k4zd"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -14,24 +14,24 @@
14
14
  --gap-4: var(--gap-2xs);
15
15
  --gap-8: var(--gap-xs);
16
16
  }
17
- .pure-cell__component_jdh3t {
17
+ .pure-cell__component_xgdth {
18
18
  display: flex;
19
19
  overflow: hidden;
20
20
  padding: var(--gap-2) var(--gap-0);
21
21
  }
22
- .pure-cell__categoryName_jdh3t {
22
+ .pure-cell__categoryName_xgdth {
23
23
  display: -webkit-box;
24
24
  -webkit-line-clamp: 1;
25
25
  -webkit-box-orient: vertical;
26
26
  overflow: hidden;
27
27
  word-break: break-all;
28
28
  }
29
- .pure-cell__categoryPercent_jdh3t {
29
+ .pure-cell__categoryPercent_xgdth {
30
30
  padding: var(--gap-0) var(--gap-8);
31
31
  background-color: var(--color-light-base-bg-secondary);
32
32
  border-radius: var(--border-radius-16);
33
33
  margin-left: var(--gap-4);
34
34
  }
35
- .pure-cell__rightAddon_jdh3t {
35
+ .pure-cell__rightAddon_xgdth {
36
36
  margin-left: var(--gap-4);
37
37
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_jdh3t","categoryName":"pure-cell__categoryName_jdh3t","categoryPercent":"pure-cell__categoryPercent_jdh3t","rightAddon":"pure-cell__rightAddon_jdh3t"};
3
+ const styles = {"component":"pure-cell__component_xgdth","categoryName":"pure-cell__categoryName_xgdth","categoryPercent":"pure-cell__categoryPercent_xgdth","rightAddon":"pure-cell__rightAddon_xgdth"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,8 +1,8 @@
1
- .pure-cell__component_jurqo {
1
+ .pure-cell__component_18wys {
2
2
  flex-basis: 100%;
3
3
  display: grid;
4
4
  grid-template-columns: 1fr auto;
5
5
  }
6
- .pure-cell__component_jurqo.pure-cell__horizontal_jurqo {
6
+ .pure-cell__component_18wys.pure-cell__horizontal_18wys {
7
7
  align-self: stretch;
8
8
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_jurqo","horizontal":"pure-cell__horizontal_jurqo"};
3
+ const styles = {"component":"pure-cell__component_18wys","horizontal":"pure-cell__horizontal_18wys"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,14 +3,14 @@
3
3
  --gap-0: 0px;
4
4
  --gap-8: var(--gap-xs);
5
5
  }
6
- .pure-cell__component_19iks {
6
+ .pure-cell__component_v1yl3 {
7
7
  grid-column: 1/3;
8
8
  display: grid;
9
9
  grid-row-gap: var(--gap-8);
10
10
  }
11
- .pure-cell__component_19iks.pure-cell__none_19iks {
11
+ .pure-cell__component_v1yl3.pure-cell__none_v1yl3 {
12
12
  margin-top: var(--gap-0);
13
13
  }
14
- .pure-cell__component_19iks.pure-cell__default_19iks {
14
+ .pure-cell__component_v1yl3.pure-cell__default_v1yl3 {
15
15
  margin-top: var(--gap-8);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_19iks","none":"pure-cell__none_19iks","default":"pure-cell__default_19iks"};
3
+ const styles = {"component":"pure-cell__component_v1yl3","none":"pure-cell__none_v1yl3","default":"pure-cell__default_v1yl3"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .pure-cell__component_1ga77 {
1
+ .pure-cell__component_fl4dx {
2
2
  justify-self: start;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_1ga77"};
3
+ const styles = {"component":"pure-cell__component_fl4dx"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -18,56 +18,56 @@
18
18
  --pure-cell-clickable-area-hover-opacity: 1;
19
19
  --pure-cell-clickable-area-active-opacity: 1;
20
20
  }
21
- .pure-cell__component_y0ihu {
21
+ .pure-cell__component_l3inb {
22
22
  display: inline-flex;
23
23
  flex-basis: auto;
24
24
  }
25
- .pure-cell__top_y0ihu {
25
+ .pure-cell__top_l3inb {
26
26
  align-self: flex-start;
27
27
  }
28
- .pure-cell__center_y0ihu {
28
+ .pure-cell__center_l3inb {
29
29
  align-self: center;
30
30
  }
31
- .pure-cell__bottom_y0ihu {
31
+ .pure-cell__bottom_l3inb {
32
32
  align-self: flex-end;
33
33
  }
34
- .pure-cell__horizontal_y0ihu.pure-cell__none_y0ihu:not(:last-child) {
34
+ .pure-cell__horizontal_l3inb.pure-cell__none_l3inb:not(:last-child) {
35
35
  margin-right: var(--gap-0);
36
36
  }
37
- .pure-cell__horizontal_y0ihu.pure-cell__max_y0ihu:not(:last-child) {
37
+ .pure-cell__horizontal_l3inb.pure-cell__max_l3inb:not(:last-child) {
38
38
  margin-right: var(--gap-24);
39
39
  }
40
- .pure-cell__horizontal_y0ihu.pure-cell__airy_y0ihu:not(:last-child) {
40
+ .pure-cell__horizontal_l3inb.pure-cell__airy_l3inb:not(:last-child) {
41
41
  margin-right: var(--gap-16);
42
42
  }
43
- .pure-cell__horizontal_y0ihu.pure-cell__default_y0ihu:not(:last-child) {
43
+ .pure-cell__horizontal_l3inb.pure-cell__default_l3inb:not(:last-child) {
44
44
  margin-right: var(--gap-12);
45
45
  }
46
- .pure-cell__horizontal_y0ihu.pure-cell__compact_y0ihu:not(:last-child) {
46
+ .pure-cell__horizontal_l3inb.pure-cell__compact_l3inb:not(:last-child) {
47
47
  margin-right: var(--gap-8);
48
48
  }
49
- .pure-cell__horizontal_y0ihu.pure-cell__tiny_y0ihu:not(:last-child) {
49
+ .pure-cell__horizontal_l3inb.pure-cell__tiny_l3inb:not(:last-child) {
50
50
  margin-right: var(--gap-4);
51
51
  }
52
- .pure-cell__vertical_y0ihu.pure-cell__none_y0ihu:not(:last-child) {
52
+ .pure-cell__vertical_l3inb.pure-cell__none_l3inb:not(:last-child) {
53
53
  margin-bottom: var(--gap-0);
54
54
  }
55
- .pure-cell__vertical_y0ihu.pure-cell__max_y0ihu:not(:last-child) {
55
+ .pure-cell__vertical_l3inb.pure-cell__max_l3inb:not(:last-child) {
56
56
  margin-bottom: var(--gap-24);
57
57
  }
58
- .pure-cell__vertical_y0ihu.pure-cell__airy_y0ihu:not(:last-child) {
58
+ .pure-cell__vertical_l3inb.pure-cell__airy_l3inb:not(:last-child) {
59
59
  margin-bottom: var(--gap-16);
60
60
  }
61
- .pure-cell__vertical_y0ihu.pure-cell__default_y0ihu:not(:last-child) {
61
+ .pure-cell__vertical_l3inb.pure-cell__default_l3inb:not(:last-child) {
62
62
  margin-bottom: var(--gap-12);
63
63
  }
64
- .pure-cell__vertical_y0ihu.pure-cell__compact_y0ihu:not(:last-child) {
64
+ .pure-cell__vertical_l3inb.pure-cell__compact_l3inb:not(:last-child) {
65
65
  margin-bottom: var(--gap-8);
66
66
  }
67
- .pure-cell__vertical_y0ihu.pure-cell__tiny_y0ihu:not(:last-child) {
67
+ .pure-cell__vertical_l3inb.pure-cell__tiny_l3inb:not(:last-child) {
68
68
  margin-bottom: var(--gap-4);
69
69
  }
70
- .pure-cell__button_y0ihu {
70
+ .pure-cell__button_l3inb {
71
71
  -webkit-tap-highlight-color: transparent;
72
72
  box-sizing: border-box;
73
73
  background-color: transparent;
@@ -90,9 +90,9 @@
90
90
  transition: opacity 0.15s ease-in-out;
91
91
  min-width: auto;
92
92
  }
93
- .pure-cell__button_y0ihu:hover {
93
+ .pure-cell__button_l3inb:hover {
94
94
  opacity: var(--pure-cell-clickable-area-hover-opacity);
95
95
  }
96
- .pure-cell__button_y0ihu:active {
96
+ .pure-cell__button_l3inb:active {
97
97
  opacity: var(--pure-cell-clickable-area-active-opacity);
98
98
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_y0ihu","top":"pure-cell__top_y0ihu","center":"pure-cell__center_y0ihu","bottom":"pure-cell__bottom_y0ihu","horizontal":"pure-cell__horizontal_y0ihu","none":"pure-cell__none_y0ihu","max":"pure-cell__max_y0ihu","airy":"pure-cell__airy_y0ihu","default":"pure-cell__default_y0ihu","compact":"pure-cell__compact_y0ihu","tiny":"pure-cell__tiny_y0ihu","vertical":"pure-cell__vertical_y0ihu","button":"pure-cell__button_y0ihu"};
3
+ const styles = {"component":"pure-cell__component_l3inb","top":"pure-cell__top_l3inb","center":"pure-cell__center_l3inb","bottom":"pure-cell__bottom_l3inb","horizontal":"pure-cell__horizontal_l3inb","none":"pure-cell__none_l3inb","max":"pure-cell__max_l3inb","airy":"pure-cell__airy_l3inb","default":"pure-cell__default_l3inb","compact":"pure-cell__compact_l3inb","tiny":"pure-cell__tiny_l3inb","vertical":"pure-cell__vertical_l3inb","button":"pure-cell__button_l3inb"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -10,22 +10,22 @@
10
10
  --pure-cell-clickable-area-hover-opacity: 1;
11
11
  --pure-cell-clickable-area-active-opacity: 1;
12
12
  }
13
- .pure-cell__component_1rtx7 {
13
+ .pure-cell__component_tvlgs {
14
14
  display: flex;
15
15
  flex-direction: column;
16
16
  align-self: center;
17
17
  white-space: pre-line;
18
18
  }
19
- .pure-cell__component_1rtx7.pure-cell__vertical_1rtx7 {
19
+ .pure-cell__component_tvlgs.pure-cell__vertical_tvlgs {
20
20
  grid-row-gap: var(--gap-2);
21
21
  justify-content: center;
22
22
  align-items: center;
23
23
  text-align: center;
24
24
  }
25
- .pure-cell__component_1rtx7.pure-cell__reverse_1rtx7 {
25
+ .pure-cell__component_tvlgs.pure-cell__reverse_tvlgs {
26
26
  flex-direction: column-reverse;
27
27
  }
28
- .pure-cell__component_1rtx7.pure-cell__button_1rtx7 {
28
+ .pure-cell__component_tvlgs.pure-cell__button_tvlgs {
29
29
  -webkit-tap-highlight-color: transparent;
30
30
  box-sizing: border-box;
31
31
  background-color: transparent;
@@ -48,9 +48,9 @@
48
48
  transition: opacity 0.15s ease-in-out;
49
49
  min-width: auto;
50
50
  }
51
- .pure-cell__component_1rtx7.pure-cell__button_1rtx7:hover {
51
+ .pure-cell__component_tvlgs.pure-cell__button_tvlgs:hover {
52
52
  opacity: var(--pure-cell-clickable-area-hover-opacity);
53
53
  }
54
- .pure-cell__component_1rtx7.pure-cell__button_1rtx7:active {
54
+ .pure-cell__component_tvlgs.pure-cell__button_tvlgs:active {
55
55
  opacity: var(--pure-cell-clickable-area-active-opacity);
56
56
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_1rtx7","vertical":"pure-cell__vertical_1rtx7","reverse":"pure-cell__reverse_1rtx7","button":"pure-cell__button_1rtx7"};
3
+ const styles = {"component":"pure-cell__component_tvlgs","vertical":"pure-cell__vertical_tvlgs","reverse":"pure-cell__reverse_tvlgs","button":"pure-cell__button_tvlgs"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -5,23 +5,23 @@
5
5
  --gap-2: var(--gap-3xs);
6
6
  --gap-16: var(--gap-m);
7
7
  }
8
- .pure-cell__horizontal_1klk9 {
8
+ .pure-cell__horizontal_zrb92 {
9
9
  padding: var(--gap-2) var(--gap-0);
10
10
  }
11
- .pure-cell__rowLimit1_1klk9 {
11
+ .pure-cell__rowLimit1_zrb92 {
12
12
  -webkit-line-clamp: 1;
13
13
  display: -webkit-box;
14
14
  -webkit-box-orient: vertical;
15
15
  overflow: hidden;
16
16
  word-break: break-all;
17
17
  }
18
- .pure-cell__rowLimit2_1klk9 {
18
+ .pure-cell__rowLimit2_zrb92 {
19
19
  -webkit-line-clamp: 2;
20
20
  display: -webkit-box;
21
21
  -webkit-box-orient: vertical;
22
22
  overflow: hidden;
23
23
  }
24
- .pure-cell__component_1klk9 {
24
+ .pure-cell__component_zrb92 {
25
25
  display: flex;
26
26
  flex-direction: row;
27
27
  flex-wrap: nowrap;
@@ -29,10 +29,10 @@
29
29
  margin: var(--gap-2) var(--gap-0);
30
30
  word-break: break-word;
31
31
  }
32
- .pure-cell__component_1klk9 .pure-cell__vertical_1klk9 {
32
+ .pure-cell__component_zrb92 .pure-cell__vertical_zrb92 {
33
33
  justify-content: center;
34
34
  }
35
- .pure-cell__title_1klk9 + .pure-cell__value_1klk9 {
35
+ .pure-cell__title_zrb92 + .pure-cell__value_zrb92 {
36
36
  margin-left: var(--gap-16);
37
37
  flex-shrink: 0;
38
38
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"horizontal":"pure-cell__horizontal_1klk9","rowLimit1":"pure-cell__rowLimit1_1klk9","rowLimit2":"pure-cell__rowLimit2_1klk9","component":"pure-cell__component_1klk9","vertical":"pure-cell__vertical_1klk9","title":"pure-cell__title_1klk9","value":"pure-cell__value_1klk9"};
3
+ const styles = {"horizontal":"pure-cell__horizontal_zrb92","rowLimit1":"pure-cell__rowLimit1_zrb92","rowLimit2":"pure-cell__rowLimit2_zrb92","component":"pure-cell__component_zrb92","vertical":"pure-cell__vertical_zrb92","title":"pure-cell__title_zrb92","value":"pure-cell__value_zrb92"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -18,20 +18,20 @@
18
18
  :root {
19
19
  --focus-color: var(--color-light-status-info);
20
20
  }
21
- .pure-cell__component_x3pu2 {
21
+ .pure-cell__component_gfocx {
22
22
  text-align: inherit;
23
23
  box-sizing: border-box;
24
24
  }
25
- .pure-cell__horizontal_x3pu2 {
25
+ .pure-cell__horizontal_gfocx {
26
26
  display: flex;
27
27
  width: 100%;
28
28
  }
29
- .pure-cell__vertical_x3pu2 {
29
+ .pure-cell__vertical_gfocx {
30
30
  display: flex;
31
31
  align-items: center;
32
32
  flex-direction: column;
33
33
  }
34
- .pure-cell__button_x3pu2 {
34
+ .pure-cell__button_gfocx {
35
35
  font-family: inherit;
36
36
  background: none;
37
37
  border: 0;
@@ -40,80 +40,80 @@
40
40
  transition: opacity 0.15s ease-in-out;
41
41
  padding: var(--gap-0);
42
42
  }
43
- .pure-cell__button_x3pu2.pure-cell__hover_x3pu2 {
43
+ .pure-cell__button_gfocx.pure-cell__hover_gfocx {
44
44
  opacity: 0.8;
45
45
  }
46
- .pure-cell__button_x3pu2.pure-cell__active_x3pu2 {
46
+ .pure-cell__button_gfocx.pure-cell__active_gfocx {
47
47
  opacity: 0.6;
48
48
  }
49
- .pure-cell__link_x3pu2 {
49
+ .pure-cell__link_gfocx {
50
50
  text-decoration: none;
51
51
  color: inherit;
52
52
  cursor: pointer;
53
53
  transition: opacity 0.15s ease-in-out;
54
54
  }
55
- .pure-cell__link_x3pu2.pure-cell__hover_x3pu2 {
55
+ .pure-cell__link_gfocx.pure-cell__hover_gfocx {
56
56
  opacity: 0.8;
57
57
  }
58
- .pure-cell__link_x3pu2.pure-cell__active_x3pu2 {
58
+ .pure-cell__link_gfocx.pure-cell__active_gfocx {
59
59
  opacity: 0.6;
60
60
  }
61
- .pure-cell__none_x3pu2 {
61
+ .pure-cell__none_gfocx {
62
62
  padding: var(--gap-0);
63
63
  }
64
- .pure-cell__airy_x3pu2 {
64
+ .pure-cell__airy_gfocx {
65
65
  padding: var(--gap-16) var(--gap-0);
66
66
  }
67
- .pure-cell__default_x3pu2 {
67
+ .pure-cell__default_gfocx {
68
68
  padding: var(--gap-12) var(--gap-0);
69
69
  }
70
- .pure-cell__compact_x3pu2 {
70
+ .pure-cell__compact_gfocx {
71
71
  padding: var(--gap-8) var(--gap-0);
72
72
  }
73
- .pure-cell__tiny_x3pu2 {
73
+ .pure-cell__tiny_gfocx {
74
74
  padding: var(--gap-4) var(--gap-0);
75
75
  }
76
- .pure-cell__noneTop_x3pu2 {
76
+ .pure-cell__noneTop_gfocx {
77
77
  padding-top: var(--gap-0);
78
78
  }
79
- .pure-cell__airyTop_x3pu2 {
79
+ .pure-cell__airyTop_gfocx {
80
80
  padding-top: var(--gap-16);
81
81
  }
82
- .pure-cell__defaultTop_x3pu2 {
82
+ .pure-cell__defaultTop_gfocx {
83
83
  padding-top: var(--gap-12);
84
84
  }
85
- .pure-cell__compactTop_x3pu2 {
85
+ .pure-cell__compactTop_gfocx {
86
86
  padding-top: var(--gap-8);
87
87
  }
88
- .pure-cell__tinyTop_x3pu2 {
88
+ .pure-cell__tinyTop_gfocx {
89
89
  padding-top: var(--gap-4);
90
90
  }
91
- .pure-cell__noneBottom_x3pu2 {
91
+ .pure-cell__noneBottom_gfocx {
92
92
  padding-bottom: var(--gap-0);
93
93
  }
94
- .pure-cell__airyBottom_x3pu2 {
94
+ .pure-cell__airyBottom_gfocx {
95
95
  padding-bottom: var(--gap-16);
96
96
  }
97
- .pure-cell__defaultBottom_x3pu2 {
97
+ .pure-cell__defaultBottom_gfocx {
98
98
  padding-bottom: var(--gap-12);
99
99
  }
100
- .pure-cell__compactBottom_x3pu2 {
100
+ .pure-cell__compactBottom_gfocx {
101
101
  padding-bottom: var(--gap-8);
102
102
  }
103
- .pure-cell__tinyBottom_x3pu2 {
103
+ .pure-cell__tinyBottom_gfocx {
104
104
  padding-bottom: var(--gap-4);
105
105
  }
106
- .pure-cell__left_x3pu2 {
106
+ .pure-cell__left_gfocx {
107
107
  padding-left: var(--gap-16);
108
108
  }
109
- .pure-cell__right_x3pu2 {
109
+ .pure-cell__right_gfocx {
110
110
  padding-right: var(--gap-16);
111
111
  }
112
- .pure-cell__both_x3pu2 {
112
+ .pure-cell__both_gfocx {
113
113
  padding-right: var(--gap-16);
114
114
  padding-left: var(--gap-16);
115
115
  }
116
- .pure-cell__focused_x3pu2 {
116
+ .pure-cell__focused_gfocx {
117
117
  outline: 2px solid var(--focus-color);
118
118
  outline-offset: 2px;
119
119
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"pure-cell__component_x3pu2","horizontal":"pure-cell__horizontal_x3pu2","vertical":"pure-cell__vertical_x3pu2","button":"pure-cell__button_x3pu2","hover":"pure-cell__hover_x3pu2","active":"pure-cell__active_x3pu2","link":"pure-cell__link_x3pu2","none":"pure-cell__none_x3pu2","airy":"pure-cell__airy_x3pu2","default":"pure-cell__default_x3pu2","compact":"pure-cell__compact_x3pu2","tiny":"pure-cell__tiny_x3pu2","noneTop":"pure-cell__noneTop_x3pu2","airyTop":"pure-cell__airyTop_x3pu2","defaultTop":"pure-cell__defaultTop_x3pu2","compactTop":"pure-cell__compactTop_x3pu2","tinyTop":"pure-cell__tinyTop_x3pu2","noneBottom":"pure-cell__noneBottom_x3pu2","airyBottom":"pure-cell__airyBottom_x3pu2","defaultBottom":"pure-cell__defaultBottom_x3pu2","compactBottom":"pure-cell__compactBottom_x3pu2","tinyBottom":"pure-cell__tinyBottom_x3pu2","left":"pure-cell__left_x3pu2","right":"pure-cell__right_x3pu2","both":"pure-cell__both_x3pu2","focused":"pure-cell__focused_x3pu2"};
3
+ const styles = {"component":"pure-cell__component_gfocx","horizontal":"pure-cell__horizontal_gfocx","vertical":"pure-cell__vertical_gfocx","button":"pure-cell__button_gfocx","hover":"pure-cell__hover_gfocx","active":"pure-cell__active_gfocx","link":"pure-cell__link_gfocx","none":"pure-cell__none_gfocx","airy":"pure-cell__airy_gfocx","default":"pure-cell__default_gfocx","compact":"pure-cell__compact_gfocx","tiny":"pure-cell__tiny_gfocx","noneTop":"pure-cell__noneTop_gfocx","airyTop":"pure-cell__airyTop_gfocx","defaultTop":"pure-cell__defaultTop_gfocx","compactTop":"pure-cell__compactTop_gfocx","tinyTop":"pure-cell__tinyTop_gfocx","noneBottom":"pure-cell__noneBottom_gfocx","airyBottom":"pure-cell__airyBottom_gfocx","defaultBottom":"pure-cell__defaultBottom_gfocx","compactBottom":"pure-cell__compactBottom_gfocx","tinyBottom":"pure-cell__tinyBottom_gfocx","left":"pure-cell__left_gfocx","right":"pure-cell__right_gfocx","both":"pure-cell__both_gfocx","focused":"pure-cell__focused_gfocx"};
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": "6.0.7",
3
+ "version": "6.0.8",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@alfalab/core-components-amount": "^5.1.1",
17
- "@alfalab/core-components-button": "^13.1.2",
18
- "@alfalab/core-components-comment": "^4.0.4",
19
- "@alfalab/core-components-shared": "^2.1.1",
20
- "@alfalab/core-components-typography": "^6.0.4",
17
+ "@alfalab/core-components-button": "^13.1.3",
18
+ "@alfalab/core-components-comment": "^4.0.5",
19
+ "@alfalab/core-components-shared": "^2.2.0",
20
+ "@alfalab/core-components-typography": "^6.0.5",
21
21
  "@alfalab/data": "^1.9.2",
22
22
  "@alfalab/hooks": "^1.13.1",
23
23
  "classnames": "^2.5.1",