@alfalab/core-components-pure-cell 6.0.6-alfasans → 6.0.6

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 +8 -8
@@ -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_frbz0 {
13
+ .pure-cell__component_1hmec {
14
14
  display: flex;
15
15
  flex-direction: column;
16
16
  align-items: flex-end;
17
17
  }
18
- .pure-cell__component_frbz0 > * {
18
+ .pure-cell__component_1hmec > * {
19
19
  justify-content: flex-end;
20
20
  }
21
- .pure-cell__component_frbz0.pure-cell__none_frbz0 {
21
+ .pure-cell__component_1hmec.pure-cell__none_1hmec {
22
22
  padding-left: var(--gap-0);
23
23
  }
24
- .pure-cell__component_frbz0.pure-cell__default_frbz0 {
24
+ .pure-cell__component_1hmec.pure-cell__default_1hmec {
25
25
  padding-left: var(--gap-16);
26
26
  }
27
- .pure-cell__component_frbz0.pure-cell__addonPadding_frbz0 {
27
+ .pure-cell__component_1hmec.pure-cell__addonPadding_1hmec {
28
28
  padding-left: var(--gap-16);
29
29
  }
30
- .pure-cell__component_frbz0.pure-cell__auto_frbz0 {
30
+ .pure-cell__component_1hmec.pure-cell__auto_1hmec {
31
31
  align-self: auto;
32
32
  }
33
- .pure-cell__component_frbz0.pure-cell__top_frbz0 {
33
+ .pure-cell__component_1hmec.pure-cell__top_1hmec {
34
34
  align-self: flex-start;
35
35
  }
36
- .pure-cell__component_frbz0.pure-cell__center_frbz0 {
36
+ .pure-cell__component_1hmec.pure-cell__center_1hmec {
37
37
  align-self: center;
38
38
  }
39
- .pure-cell__component_frbz0.pure-cell__bottom_frbz0 {
39
+ .pure-cell__component_1hmec.pure-cell__bottom_1hmec {
40
40
  align-self: flex-end;
41
41
  }
42
- .pure-cell__button_frbz0 {
42
+ .pure-cell__button_1hmec {
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_frbz0:hover {
64
+ .pure-cell__button_1hmec:hover {
65
65
  opacity: var(--pure-cell-clickable-area-hover-opacity);
66
66
  }
67
- .pure-cell__button_frbz0:active {
67
+ .pure-cell__button_1hmec:active {
68
68
  opacity: var(--pure-cell-clickable-area-active-opacity);
69
69
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_frbz0","none":"pure-cell__none_frbz0","default":"pure-cell__default_frbz0","addonPadding":"pure-cell__addonPadding_frbz0","auto":"pure-cell__auto_frbz0","top":"pure-cell__top_frbz0","center":"pure-cell__center_frbz0","bottom":"pure-cell__bottom_frbz0","button":"pure-cell__button_frbz0"};
5
+ var styles = {"component":"pure-cell__component_1hmec","none":"pure-cell__none_1hmec","default":"pure-cell__default_1hmec","addonPadding":"pure-cell__addonPadding_1hmec","auto":"pure-cell__auto_1hmec","top":"pure-cell__top_1hmec","center":"pure-cell__center_1hmec","bottom":"pure-cell__bottom_1hmec","button":"pure-cell__button_1hmec"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_11nqn {
15
+ .pure-cell__component_b2w0r {
16
16
  padding: var(--gap-2) var(--gap-0);
17
17
  display: flex;
18
18
  }
19
- .pure-cell__hidden_11nqn {
19
+ .pure-cell__hidden_b2w0r {
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_11nqn {
26
+ .pure-cell__hiddenWrapper_b2w0r {
27
27
  display: flex;
28
28
  padding: var(--gap-8) var(--gap-0);
29
29
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_11nqn","hidden":"pure-cell__hidden_11nqn","hiddenWrapper":"pure-cell__hiddenWrapper_11nqn"};
5
+ var styles = {"component":"pure-cell__component_b2w0r","hidden":"pure-cell__hidden_b2w0r","hiddenWrapper":"pure-cell__hiddenWrapper_b2w0r"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_1jl41 {
19
+ .pure-cell__component_1ocxa {
20
20
  display: flex;
21
21
  }
22
- .pure-cell__hidden_1jl41 {
22
+ .pure-cell__hidden_1ocxa {
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_1jl41 {
27
+ .pure-cell__hidden-xsmall_1ocxa {
28
28
  height: 16px;
29
29
  width: 88px;
30
30
  }
31
- .pure-cell__hidden-small_1jl41 {
31
+ .pure-cell__hidden-small_1ocxa {
32
32
  height: 18px;
33
33
  width: 100px;
34
34
  }
35
- .pure-cell__hidden-medium_1jl41 {
35
+ .pure-cell__hidden-medium_1ocxa {
36
36
  height: 24px;
37
37
  width: 120px;
38
38
  }
39
- .pure-cell__hidden-large_1jl41 {
39
+ .pure-cell__hidden-large_1ocxa {
40
40
  height: 28px;
41
41
  width: 136px;
42
42
  }
43
- .pure-cell__hidden-xlarge_1jl41 {
43
+ .pure-cell__hidden-xlarge_1ocxa {
44
44
  height: 32px;
45
45
  width: 156px;
46
46
  }
47
- .pure-cell__hiddenWrapper_1jl41 {
47
+ .pure-cell__hiddenWrapper_1ocxa {
48
48
  display: flex;
49
49
  }
50
- .pure-cell__hiddenWrapper-xsmall_1jl41 {
50
+ .pure-cell__hiddenWrapper-xsmall_1ocxa {
51
51
  padding: var(--gap-4) var(--gap-0);
52
52
  }
53
- .pure-cell__hiddenWrapper-small_1jl41 {
53
+ .pure-cell__hiddenWrapper-small_1ocxa {
54
54
  padding: var(--gap-8) var(--gap-0);
55
55
  }
56
- .pure-cell__hiddenWrapper-medium_1jl41 {
56
+ .pure-cell__hiddenWrapper-medium_1ocxa {
57
57
  padding: var(--gap-8) var(--gap-0);
58
58
  }
59
- .pure-cell__hiddenWrapper-large_1jl41 {
59
+ .pure-cell__hiddenWrapper-large_1ocxa {
60
60
  padding: var(--gap-12) var(--gap-0);
61
61
  }
62
- .pure-cell__hiddenWrapper-xlarge_1jl41 {
62
+ .pure-cell__hiddenWrapper-xlarge_1ocxa {
63
63
  padding: var(--gap-16) var(--gap-0);
64
64
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_1jl41","hidden":"pure-cell__hidden_1jl41","hidden-xsmall":"pure-cell__hidden-xsmall_1jl41","hidden-small":"pure-cell__hidden-small_1jl41","hidden-medium":"pure-cell__hidden-medium_1jl41","hidden-large":"pure-cell__hidden-large_1jl41","hidden-xlarge":"pure-cell__hidden-xlarge_1jl41","hiddenWrapper":"pure-cell__hiddenWrapper_1jl41","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_1jl41","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_1jl41","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_1jl41","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_1jl41","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_1jl41"};
5
+ var styles = {"component":"pure-cell__component_1ocxa","hidden":"pure-cell__hidden_1ocxa","hidden-xsmall":"pure-cell__hidden-xsmall_1ocxa","hidden-small":"pure-cell__hidden-small_1ocxa","hidden-medium":"pure-cell__hidden-medium_1ocxa","hidden-large":"pure-cell__hidden-large_1ocxa","hidden-xlarge":"pure-cell__hidden-xlarge_1ocxa","hiddenWrapper":"pure-cell__hiddenWrapper_1ocxa","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_1ocxa","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_1ocxa","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_1ocxa","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_1ocxa","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_1ocxa"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_17cit {
17
+ .pure-cell__component_11obp {
18
18
  display: flex;
19
19
  overflow: hidden;
20
20
  padding: var(--gap-2) var(--gap-0);
21
21
  }
22
- .pure-cell__categoryName_17cit {
22
+ .pure-cell__categoryName_11obp {
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_17cit {
29
+ .pure-cell__categoryPercent_11obp {
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_17cit {
35
+ .pure-cell__rightAddon_11obp {
36
36
  margin-left: var(--gap-4);
37
37
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_17cit","categoryName":"pure-cell__categoryName_17cit","categoryPercent":"pure-cell__categoryPercent_17cit","rightAddon":"pure-cell__rightAddon_17cit"};
5
+ var styles = {"component":"pure-cell__component_11obp","categoryName":"pure-cell__categoryName_11obp","categoryPercent":"pure-cell__categoryPercent_11obp","rightAddon":"pure-cell__rightAddon_11obp"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,8 +1,8 @@
1
- .pure-cell__component_zlztz {
1
+ .pure-cell__component_1jx4j {
2
2
  flex-basis: 100%;
3
3
  display: grid;
4
4
  grid-template-columns: 1fr auto;
5
5
  }
6
- .pure-cell__component_zlztz.pure-cell__horizontal_zlztz {
6
+ .pure-cell__component_1jx4j.pure-cell__horizontal_1jx4j {
7
7
  align-self: stretch;
8
8
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_zlztz","horizontal":"pure-cell__horizontal_zlztz"};
5
+ var styles = {"component":"pure-cell__component_1jx4j","horizontal":"pure-cell__horizontal_1jx4j"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_1jhb4 {
6
+ .pure-cell__component_fehgc {
7
7
  grid-column: 1/3;
8
8
  display: grid;
9
9
  grid-row-gap: var(--gap-8);
10
10
  }
11
- .pure-cell__component_1jhb4.pure-cell__none_1jhb4 {
11
+ .pure-cell__component_fehgc.pure-cell__none_fehgc {
12
12
  margin-top: var(--gap-0);
13
13
  }
14
- .pure-cell__component_1jhb4.pure-cell__default_1jhb4 {
14
+ .pure-cell__component_fehgc.pure-cell__default_fehgc {
15
15
  margin-top: var(--gap-8);
16
16
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_1jhb4","none":"pure-cell__none_1jhb4","default":"pure-cell__default_1jhb4"};
5
+ var styles = {"component":"pure-cell__component_fehgc","none":"pure-cell__none_fehgc","default":"pure-cell__default_fehgc"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .pure-cell__component_ikwju {
1
+ .pure-cell__component_1tbsu {
2
2
  justify-self: start;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_ikwju"};
5
+ var styles = {"component":"pure-cell__component_1tbsu"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_nezbo {
21
+ .pure-cell__component_ggy3i {
22
22
  display: inline-flex;
23
23
  flex-basis: auto;
24
24
  }
25
- .pure-cell__top_nezbo {
25
+ .pure-cell__top_ggy3i {
26
26
  align-self: flex-start;
27
27
  }
28
- .pure-cell__center_nezbo {
28
+ .pure-cell__center_ggy3i {
29
29
  align-self: center;
30
30
  }
31
- .pure-cell__bottom_nezbo {
31
+ .pure-cell__bottom_ggy3i {
32
32
  align-self: flex-end;
33
33
  }
34
- .pure-cell__horizontal_nezbo.pure-cell__none_nezbo:not(:last-child) {
34
+ .pure-cell__horizontal_ggy3i.pure-cell__none_ggy3i:not(:last-child) {
35
35
  margin-right: var(--gap-0);
36
36
  }
37
- .pure-cell__horizontal_nezbo.pure-cell__max_nezbo:not(:last-child) {
37
+ .pure-cell__horizontal_ggy3i.pure-cell__max_ggy3i:not(:last-child) {
38
38
  margin-right: var(--gap-24);
39
39
  }
40
- .pure-cell__horizontal_nezbo.pure-cell__airy_nezbo:not(:last-child) {
40
+ .pure-cell__horizontal_ggy3i.pure-cell__airy_ggy3i:not(:last-child) {
41
41
  margin-right: var(--gap-16);
42
42
  }
43
- .pure-cell__horizontal_nezbo.pure-cell__default_nezbo:not(:last-child) {
43
+ .pure-cell__horizontal_ggy3i.pure-cell__default_ggy3i:not(:last-child) {
44
44
  margin-right: var(--gap-12);
45
45
  }
46
- .pure-cell__horizontal_nezbo.pure-cell__compact_nezbo:not(:last-child) {
46
+ .pure-cell__horizontal_ggy3i.pure-cell__compact_ggy3i:not(:last-child) {
47
47
  margin-right: var(--gap-8);
48
48
  }
49
- .pure-cell__horizontal_nezbo.pure-cell__tiny_nezbo:not(:last-child) {
49
+ .pure-cell__horizontal_ggy3i.pure-cell__tiny_ggy3i:not(:last-child) {
50
50
  margin-right: var(--gap-4);
51
51
  }
52
- .pure-cell__vertical_nezbo.pure-cell__none_nezbo:not(:last-child) {
52
+ .pure-cell__vertical_ggy3i.pure-cell__none_ggy3i:not(:last-child) {
53
53
  margin-bottom: var(--gap-0);
54
54
  }
55
- .pure-cell__vertical_nezbo.pure-cell__max_nezbo:not(:last-child) {
55
+ .pure-cell__vertical_ggy3i.pure-cell__max_ggy3i:not(:last-child) {
56
56
  margin-bottom: var(--gap-24);
57
57
  }
58
- .pure-cell__vertical_nezbo.pure-cell__airy_nezbo:not(:last-child) {
58
+ .pure-cell__vertical_ggy3i.pure-cell__airy_ggy3i:not(:last-child) {
59
59
  margin-bottom: var(--gap-16);
60
60
  }
61
- .pure-cell__vertical_nezbo.pure-cell__default_nezbo:not(:last-child) {
61
+ .pure-cell__vertical_ggy3i.pure-cell__default_ggy3i:not(:last-child) {
62
62
  margin-bottom: var(--gap-12);
63
63
  }
64
- .pure-cell__vertical_nezbo.pure-cell__compact_nezbo:not(:last-child) {
64
+ .pure-cell__vertical_ggy3i.pure-cell__compact_ggy3i:not(:last-child) {
65
65
  margin-bottom: var(--gap-8);
66
66
  }
67
- .pure-cell__vertical_nezbo.pure-cell__tiny_nezbo:not(:last-child) {
67
+ .pure-cell__vertical_ggy3i.pure-cell__tiny_ggy3i:not(:last-child) {
68
68
  margin-bottom: var(--gap-4);
69
69
  }
70
- .pure-cell__button_nezbo {
70
+ .pure-cell__button_ggy3i {
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_nezbo:hover {
93
+ .pure-cell__button_ggy3i:hover {
94
94
  opacity: var(--pure-cell-clickable-area-hover-opacity);
95
95
  }
96
- .pure-cell__button_nezbo:active {
96
+ .pure-cell__button_ggy3i:active {
97
97
  opacity: var(--pure-cell-clickable-area-active-opacity);
98
98
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_nezbo","top":"pure-cell__top_nezbo","center":"pure-cell__center_nezbo","bottom":"pure-cell__bottom_nezbo","horizontal":"pure-cell__horizontal_nezbo","none":"pure-cell__none_nezbo","max":"pure-cell__max_nezbo","airy":"pure-cell__airy_nezbo","default":"pure-cell__default_nezbo","compact":"pure-cell__compact_nezbo","tiny":"pure-cell__tiny_nezbo","vertical":"pure-cell__vertical_nezbo","button":"pure-cell__button_nezbo"};
5
+ var styles = {"component":"pure-cell__component_ggy3i","top":"pure-cell__top_ggy3i","center":"pure-cell__center_ggy3i","bottom":"pure-cell__bottom_ggy3i","horizontal":"pure-cell__horizontal_ggy3i","none":"pure-cell__none_ggy3i","max":"pure-cell__max_ggy3i","airy":"pure-cell__airy_ggy3i","default":"pure-cell__default_ggy3i","compact":"pure-cell__compact_ggy3i","tiny":"pure-cell__tiny_ggy3i","vertical":"pure-cell__vertical_ggy3i","button":"pure-cell__button_ggy3i"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_1bhmy {
13
+ .pure-cell__component_sgkwo {
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_1bhmy.pure-cell__vertical_1bhmy {
19
+ .pure-cell__component_sgkwo.pure-cell__vertical_sgkwo {
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_1bhmy.pure-cell__reverse_1bhmy {
25
+ .pure-cell__component_sgkwo.pure-cell__reverse_sgkwo {
26
26
  flex-direction: column-reverse;
27
27
  }
28
- .pure-cell__component_1bhmy.pure-cell__button_1bhmy {
28
+ .pure-cell__component_sgkwo.pure-cell__button_sgkwo {
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_1bhmy.pure-cell__button_1bhmy:hover {
51
+ .pure-cell__component_sgkwo.pure-cell__button_sgkwo:hover {
52
52
  opacity: var(--pure-cell-clickable-area-hover-opacity);
53
53
  }
54
- .pure-cell__component_1bhmy.pure-cell__button_1bhmy:active {
54
+ .pure-cell__component_sgkwo.pure-cell__button_sgkwo:active {
55
55
  opacity: var(--pure-cell-clickable-area-active-opacity);
56
56
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"pure-cell__component_1bhmy","vertical":"pure-cell__vertical_1bhmy","reverse":"pure-cell__reverse_1bhmy","button":"pure-cell__button_1bhmy"};
5
+ var styles = {"component":"pure-cell__component_sgkwo","vertical":"pure-cell__vertical_sgkwo","reverse":"pure-cell__reverse_sgkwo","button":"pure-cell__button_sgkwo"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_afo6d {
8
+ .pure-cell__horizontal_qhgxg {
9
9
  padding: var(--gap-2) var(--gap-0);
10
10
  }
11
- .pure-cell__rowLimit1_afo6d {
11
+ .pure-cell__rowLimit1_qhgxg {
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_afo6d {
18
+ .pure-cell__rowLimit2_qhgxg {
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_afo6d {
24
+ .pure-cell__component_qhgxg {
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_afo6d .pure-cell__vertical_afo6d {
32
+ .pure-cell__component_qhgxg .pure-cell__vertical_qhgxg {
33
33
  justify-content: center;
34
34
  }
35
- .pure-cell__title_afo6d + .pure-cell__value_afo6d {
35
+ .pure-cell__title_qhgxg + .pure-cell__value_qhgxg {
36
36
  margin-left: var(--gap-16);
37
37
  flex-shrink: 0;
38
38
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"horizontal":"pure-cell__horizontal_afo6d","rowLimit1":"pure-cell__rowLimit1_afo6d","rowLimit2":"pure-cell__rowLimit2_afo6d","component":"pure-cell__component_afo6d","vertical":"pure-cell__vertical_afo6d","title":"pure-cell__title_afo6d","value":"pure-cell__value_afo6d"};
5
+ var styles = {"horizontal":"pure-cell__horizontal_qhgxg","rowLimit1":"pure-cell__rowLimit1_qhgxg","rowLimit2":"pure-cell__rowLimit2_qhgxg","component":"pure-cell__component_qhgxg","vertical":"pure-cell__vertical_qhgxg","title":"pure-cell__title_qhgxg","value":"pure-cell__value_qhgxg"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -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_frbz0 {
13
+ .pure-cell__component_1hmec {
14
14
  display: flex;
15
15
  flex-direction: column;
16
16
  align-items: flex-end;
17
17
  }
18
- .pure-cell__component_frbz0 > * {
18
+ .pure-cell__component_1hmec > * {
19
19
  justify-content: flex-end;
20
20
  }
21
- .pure-cell__component_frbz0.pure-cell__none_frbz0 {
21
+ .pure-cell__component_1hmec.pure-cell__none_1hmec {
22
22
  padding-left: var(--gap-0);
23
23
  }
24
- .pure-cell__component_frbz0.pure-cell__default_frbz0 {
24
+ .pure-cell__component_1hmec.pure-cell__default_1hmec {
25
25
  padding-left: var(--gap-16);
26
26
  }
27
- .pure-cell__component_frbz0.pure-cell__addonPadding_frbz0 {
27
+ .pure-cell__component_1hmec.pure-cell__addonPadding_1hmec {
28
28
  padding-left: var(--gap-16);
29
29
  }
30
- .pure-cell__component_frbz0.pure-cell__auto_frbz0 {
30
+ .pure-cell__component_1hmec.pure-cell__auto_1hmec {
31
31
  align-self: auto;
32
32
  }
33
- .pure-cell__component_frbz0.pure-cell__top_frbz0 {
33
+ .pure-cell__component_1hmec.pure-cell__top_1hmec {
34
34
  align-self: flex-start;
35
35
  }
36
- .pure-cell__component_frbz0.pure-cell__center_frbz0 {
36
+ .pure-cell__component_1hmec.pure-cell__center_1hmec {
37
37
  align-self: center;
38
38
  }
39
- .pure-cell__component_frbz0.pure-cell__bottom_frbz0 {
39
+ .pure-cell__component_1hmec.pure-cell__bottom_1hmec {
40
40
  align-self: flex-end;
41
41
  }
42
- .pure-cell__button_frbz0 {
42
+ .pure-cell__button_1hmec {
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_frbz0:hover {
64
+ .pure-cell__button_1hmec:hover {
65
65
  opacity: var(--pure-cell-clickable-area-hover-opacity);
66
66
  }
67
- .pure-cell__button_frbz0:active {
67
+ .pure-cell__button_1hmec: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
- var styles = {"component":"pure-cell__component_frbz0","none":"pure-cell__none_frbz0","default":"pure-cell__default_frbz0","addonPadding":"pure-cell__addonPadding_frbz0","auto":"pure-cell__auto_frbz0","top":"pure-cell__top_frbz0","center":"pure-cell__center_frbz0","bottom":"pure-cell__bottom_frbz0","button":"pure-cell__button_frbz0"};
3
+ var styles = {"component":"pure-cell__component_1hmec","none":"pure-cell__none_1hmec","default":"pure-cell__default_1hmec","addonPadding":"pure-cell__addonPadding_1hmec","auto":"pure-cell__auto_1hmec","top":"pure-cell__top_1hmec","center":"pure-cell__center_1hmec","bottom":"pure-cell__bottom_1hmec","button":"pure-cell__button_1hmec"};
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_11nqn {
15
+ .pure-cell__component_b2w0r {
16
16
  padding: var(--gap-2) var(--gap-0);
17
17
  display: flex;
18
18
  }
19
- .pure-cell__hidden_11nqn {
19
+ .pure-cell__hidden_b2w0r {
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_11nqn {
26
+ .pure-cell__hiddenWrapper_b2w0r {
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
- var styles = {"component":"pure-cell__component_11nqn","hidden":"pure-cell__hidden_11nqn","hiddenWrapper":"pure-cell__hiddenWrapper_11nqn"};
3
+ var styles = {"component":"pure-cell__component_b2w0r","hidden":"pure-cell__hidden_b2w0r","hiddenWrapper":"pure-cell__hiddenWrapper_b2w0r"};
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_1jl41 {
19
+ .pure-cell__component_1ocxa {
20
20
  display: flex;
21
21
  }
22
- .pure-cell__hidden_1jl41 {
22
+ .pure-cell__hidden_1ocxa {
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_1jl41 {
27
+ .pure-cell__hidden-xsmall_1ocxa {
28
28
  height: 16px;
29
29
  width: 88px;
30
30
  }
31
- .pure-cell__hidden-small_1jl41 {
31
+ .pure-cell__hidden-small_1ocxa {
32
32
  height: 18px;
33
33
  width: 100px;
34
34
  }
35
- .pure-cell__hidden-medium_1jl41 {
35
+ .pure-cell__hidden-medium_1ocxa {
36
36
  height: 24px;
37
37
  width: 120px;
38
38
  }
39
- .pure-cell__hidden-large_1jl41 {
39
+ .pure-cell__hidden-large_1ocxa {
40
40
  height: 28px;
41
41
  width: 136px;
42
42
  }
43
- .pure-cell__hidden-xlarge_1jl41 {
43
+ .pure-cell__hidden-xlarge_1ocxa {
44
44
  height: 32px;
45
45
  width: 156px;
46
46
  }
47
- .pure-cell__hiddenWrapper_1jl41 {
47
+ .pure-cell__hiddenWrapper_1ocxa {
48
48
  display: flex;
49
49
  }
50
- .pure-cell__hiddenWrapper-xsmall_1jl41 {
50
+ .pure-cell__hiddenWrapper-xsmall_1ocxa {
51
51
  padding: var(--gap-4) var(--gap-0);
52
52
  }
53
- .pure-cell__hiddenWrapper-small_1jl41 {
53
+ .pure-cell__hiddenWrapper-small_1ocxa {
54
54
  padding: var(--gap-8) var(--gap-0);
55
55
  }
56
- .pure-cell__hiddenWrapper-medium_1jl41 {
56
+ .pure-cell__hiddenWrapper-medium_1ocxa {
57
57
  padding: var(--gap-8) var(--gap-0);
58
58
  }
59
- .pure-cell__hiddenWrapper-large_1jl41 {
59
+ .pure-cell__hiddenWrapper-large_1ocxa {
60
60
  padding: var(--gap-12) var(--gap-0);
61
61
  }
62
- .pure-cell__hiddenWrapper-xlarge_1jl41 {
62
+ .pure-cell__hiddenWrapper-xlarge_1ocxa {
63
63
  padding: var(--gap-16) var(--gap-0);
64
64
  }