@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.
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 +14 -14
  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 +14 -14
  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 +14 -14
  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 +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-cell__component_braeq {
14
+ } .pure-cell__component_1ebqk {
15
15
  display: flex;
16
16
  overflow: hidden;
17
17
  padding: var(--gap-2) var(--gap-0);
18
- } .pure-cell__categoryName_braeq {
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-cell__categoryPercent_braeq {
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-cell__rightAddon_braeq {
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-cell__component_braeq","categoryName":"pure-cell__categoryName_braeq","categoryPercent":"pure-cell__categoryPercent_braeq","rightAddon":"pure-cell__rightAddon_braeq"};
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-cell__component_wi6kw {
1
+ .pure-cell__component_1syuh {
2
2
  flex-basis: 100%;
3
3
  display: grid;
4
4
  grid-template-columns: 1fr auto
5
- } .pure-cell__component_wi6kw.pure-cell__horizontal_wi6kw {
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-cell__component_wi6kw","horizontal":"pure-cell__horizontal_wi6kw"};
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-cell__component_70alu {
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-cell__component_70alu.pure-cell__none_70alu {
9
+ } .pure-cell__component_rnpsh.pure-cell__none_rnpsh {
10
10
  margin-top: var(--gap-0);
11
- } .pure-cell__component_70alu.pure-cell__default_70alu {
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-cell__component_70alu","none":"pure-cell__none_70alu","default":"pure-cell__default_70alu"};
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
@@ -1,3 +1,3 @@
1
- .pure-cell__component_13msd {
1
+ .pure-cell__component_1wvho {
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_13msd"};
3
+ const styles = {"component":"pure-cell__component_1wvho"};
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-cell__component_1cwdr {
16
+ } .pure-cell__component_1ad51 {
17
17
  display: inline-flex;
18
18
  flex-basis: auto;
19
- } .pure-cell__top_1cwdr {
19
+ } .pure-cell__top_1ad51 {
20
20
  align-self: flex-start;
21
- } .pure-cell__center_1cwdr {
21
+ } .pure-cell__center_1ad51 {
22
22
  align-self: center;
23
- } .pure-cell__bottom_1cwdr {
23
+ } .pure-cell__bottom_1ad51 {
24
24
  align-self: flex-end;
25
- } .pure-cell__horizontal_1cwdr:not(:last-child).pure-cell__none_1cwdr {
25
+ } .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__none_1ad51 {
26
26
  margin-right: var(--gap-0);
27
- } .pure-cell__horizontal_1cwdr:not(:last-child).pure-cell__max_1cwdr {
27
+ } .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__max_1ad51 {
28
28
  margin-right: var(--gap-24);
29
- } .pure-cell__horizontal_1cwdr:not(:last-child).pure-cell__airy_1cwdr {
29
+ } .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__airy_1ad51 {
30
30
  margin-right: var(--gap-16);
31
- } .pure-cell__horizontal_1cwdr:not(:last-child).pure-cell__default_1cwdr {
31
+ } .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__default_1ad51 {
32
32
  margin-right: var(--gap-12);
33
- } .pure-cell__horizontal_1cwdr:not(:last-child).pure-cell__compact_1cwdr {
33
+ } .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__compact_1ad51 {
34
34
  margin-right: var(--gap-8);
35
- } .pure-cell__horizontal_1cwdr:not(:last-child).pure-cell__tiny_1cwdr {
35
+ } .pure-cell__horizontal_1ad51:not(:last-child).pure-cell__tiny_1ad51 {
36
36
  margin-right: var(--gap-4);
37
- } .pure-cell__vertical_1cwdr:not(:last-child).pure-cell__none_1cwdr {
37
+ } .pure-cell__vertical_1ad51:not(:last-child).pure-cell__none_1ad51 {
38
38
  margin-bottom: var(--gap-0);
39
- } .pure-cell__vertical_1cwdr:not(:last-child).pure-cell__max_1cwdr {
39
+ } .pure-cell__vertical_1ad51:not(:last-child).pure-cell__max_1ad51 {
40
40
  margin-bottom: var(--gap-24);
41
- } .pure-cell__vertical_1cwdr:not(:last-child).pure-cell__airy_1cwdr {
41
+ } .pure-cell__vertical_1ad51:not(:last-child).pure-cell__airy_1ad51 {
42
42
  margin-bottom: var(--gap-16);
43
- } .pure-cell__vertical_1cwdr:not(:last-child).pure-cell__default_1cwdr {
43
+ } .pure-cell__vertical_1ad51:not(:last-child).pure-cell__default_1ad51 {
44
44
  margin-bottom: var(--gap-12);
45
- } .pure-cell__vertical_1cwdr:not(:last-child).pure-cell__compact_1cwdr {
45
+ } .pure-cell__vertical_1ad51:not(:last-child).pure-cell__compact_1ad51 {
46
46
  margin-bottom: var(--gap-8);
47
- } .pure-cell__vertical_1cwdr:not(:last-child).pure-cell__tiny_1cwdr {
47
+ } .pure-cell__vertical_1ad51:not(:last-child).pure-cell__tiny_1ad51 {
48
48
  margin-bottom: var(--gap-4);
49
- } .pure-cell__button_1cwdr {
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-cell__button_1cwdr:hover {
71
+ } .pure-cell__button_1ad51:hover {
72
72
  opacity: var(--pure-cell-clickable-area-hover-opacity);
73
- } .pure-cell__button_1cwdr:active {
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-cell__component_1cwdr","top":"pure-cell__top_1cwdr","center":"pure-cell__center_1cwdr","bottom":"pure-cell__bottom_1cwdr","horizontal":"pure-cell__horizontal_1cwdr","none":"pure-cell__none_1cwdr","max":"pure-cell__max_1cwdr","airy":"pure-cell__airy_1cwdr","default":"pure-cell__default_1cwdr","compact":"pure-cell__compact_1cwdr","tiny":"pure-cell__tiny_1cwdr","vertical":"pure-cell__vertical_1cwdr","button":"pure-cell__button_1cwdr"};
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-cell__component_1fkov {
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-cell__component_1fkov.pure-cell__vertical_1fkov {
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-cell__component_1fkov.pure-cell__reverse_1fkov {
18
+ } .pure-cell__component_1uyv3.pure-cell__reverse_1uyv3 {
19
19
  flex-direction: column-reverse;
20
- } .pure-cell__component_1fkov.pure-cell__button_1fkov {
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-cell__component_1fkov.pure-cell__button_1fkov:hover {
42
+ } .pure-cell__component_1uyv3.pure-cell__button_1uyv3:hover {
43
43
  opacity: var(--pure-cell-clickable-area-hover-opacity);
44
- } .pure-cell__component_1fkov.pure-cell__button_1fkov:active {
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-cell__component_1fkov","vertical":"pure-cell__vertical_1fkov","reverse":"pure-cell__reverse_1fkov","button":"pure-cell__button_1fkov"};
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-cell__horizontal_i3a2z {
7
+ } .pure-cell__horizontal_12qp9 {
8
8
  padding: var(--gap-2) var(--gap-0);
9
- } .pure-cell__rowLimit1_i3a2z {
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-cell__rowLimit2_i3a2z {
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-cell__component_i3a2z {
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-cell__component_i3a2z .pure-cell__vertical_i3a2z {
27
+ } .pure-cell__component_12qp9 .pure-cell__vertical_12qp9 {
28
28
  justify-content: center;
29
- } .pure-cell__title_i3a2z + .pure-cell__value_i3a2z {
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-cell__horizontal_i3a2z","rowLimit1":"pure-cell__rowLimit1_i3a2z","rowLimit2":"pure-cell__rowLimit2_i3a2z","component":"pure-cell__component_i3a2z","vertical":"pure-cell__vertical_i3a2z","title":"pure-cell__title_i3a2z","value":"pure-cell__value_i3a2z"};
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-cell__component_utao7 {
15
+ } .pure-cell__component_s3aeg {
16
16
  text-align: unset;
17
17
  box-sizing: border-box;
18
- } .pure-cell__horizontal_utao7 {
18
+ } .pure-cell__horizontal_s3aeg {
19
19
  display: flex;
20
20
  width: 100%;
21
- } .pure-cell__vertical_utao7 {
21
+ } .pure-cell__vertical_s3aeg {
22
22
  display: flex;
23
23
  align-items: center;
24
24
  flex-direction: column;
25
- } .pure-cell__button_utao7 {
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-cell__button_utao7.pure-cell__hover_utao7 {
33
+ } .pure-cell__button_s3aeg.pure-cell__hover_s3aeg {
34
34
  opacity: 0.8;
35
- } .pure-cell__button_utao7.pure-cell__active_utao7 {
35
+ } .pure-cell__button_s3aeg.pure-cell__active_s3aeg {
36
36
  opacity: 0.6;
37
- } .pure-cell__link_utao7 {
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-cell__link_utao7.pure-cell__hover_utao7 {
42
+ } .pure-cell__link_s3aeg.pure-cell__hover_s3aeg {
43
43
  opacity: 0.8;
44
- } .pure-cell__link_utao7.pure-cell__active_utao7 {
44
+ } .pure-cell__link_s3aeg.pure-cell__active_s3aeg {
45
45
  opacity: 0.6;
46
- } .pure-cell__none_utao7 {
46
+ } .pure-cell__none_s3aeg {
47
47
  padding: var(--gap-0);
48
- } .pure-cell__airy_utao7 {
48
+ } .pure-cell__airy_s3aeg {
49
49
  padding: var(--gap-16) var(--gap-0);
50
- } .pure-cell__default_utao7 {
50
+ } .pure-cell__default_s3aeg {
51
51
  padding: var(--gap-12) var(--gap-0);
52
- } .pure-cell__compact_utao7 {
52
+ } .pure-cell__compact_s3aeg {
53
53
  padding: var(--gap-8) var(--gap-0);
54
- } .pure-cell__tiny_utao7 {
54
+ } .pure-cell__tiny_s3aeg {
55
55
  padding: var(--gap-4) var(--gap-0);
56
- } .pure-cell__noneTop_utao7 {
56
+ } .pure-cell__noneTop_s3aeg {
57
57
  padding-top: var(--gap-0);
58
- } .pure-cell__airyTop_utao7 {
58
+ } .pure-cell__airyTop_s3aeg {
59
59
  padding-top: var(--gap-16);
60
- } .pure-cell__defaultTop_utao7 {
60
+ } .pure-cell__defaultTop_s3aeg {
61
61
  padding-top: var(--gap-12);
62
- } .pure-cell__compactTop_utao7 {
62
+ } .pure-cell__compactTop_s3aeg {
63
63
  padding-top: var(--gap-8);
64
- } .pure-cell__tinyTop_utao7 {
64
+ } .pure-cell__tinyTop_s3aeg {
65
65
  padding-top: var(--gap-4);
66
- } .pure-cell__noneBottom_utao7 {
66
+ } .pure-cell__noneBottom_s3aeg {
67
67
  padding-bottom: var(--gap-0);
68
- } .pure-cell__airyBottom_utao7 {
68
+ } .pure-cell__airyBottom_s3aeg {
69
69
  padding-bottom: var(--gap-16);
70
- } .pure-cell__defaultBottom_utao7 {
70
+ } .pure-cell__defaultBottom_s3aeg {
71
71
  padding-bottom: var(--gap-12);
72
- } .pure-cell__compactBottom_utao7 {
72
+ } .pure-cell__compactBottom_s3aeg {
73
73
  padding-bottom: var(--gap-8);
74
- } .pure-cell__tinyBottom_utao7 {
74
+ } .pure-cell__tinyBottom_s3aeg {
75
75
  padding-bottom: var(--gap-4);
76
- } .pure-cell__left_utao7 {
76
+ } .pure-cell__left_s3aeg {
77
77
  padding-left: var(--gap-16);
78
- } .pure-cell__right_utao7 {
78
+ } .pure-cell__right_s3aeg {
79
79
  padding-right: var(--gap-16);
80
- } .pure-cell__both_utao7 {
80
+ } .pure-cell__both_s3aeg {
81
81
  padding-right: var(--gap-16);
82
82
  padding-left: var(--gap-16);
83
- } .pure-cell__focused_utao7 {
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-cell__component_utao7","horizontal":"pure-cell__horizontal_utao7","vertical":"pure-cell__vertical_utao7","button":"pure-cell__button_utao7","hover":"pure-cell__hover_utao7","active":"pure-cell__active_utao7","link":"pure-cell__link_utao7","none":"pure-cell__none_utao7","airy":"pure-cell__airy_utao7","default":"pure-cell__default_utao7","compact":"pure-cell__compact_utao7","tiny":"pure-cell__tiny_utao7","noneTop":"pure-cell__noneTop_utao7","airyTop":"pure-cell__airyTop_utao7","defaultTop":"pure-cell__defaultTop_utao7","compactTop":"pure-cell__compactTop_utao7","tinyTop":"pure-cell__tinyTop_utao7","noneBottom":"pure-cell__noneBottom_utao7","airyBottom":"pure-cell__airyBottom_utao7","defaultBottom":"pure-cell__defaultBottom_utao7","compactBottom":"pure-cell__compactBottom_utao7","tinyBottom":"pure-cell__tinyBottom_utao7","left":"pure-cell__left_utao7","right":"pure-cell__right_utao7","both":"pure-cell__both_utao7","focused":"pure-cell__focused_utao7"};
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.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.0",
15
- "@alfalab/core-components-comment": "^3.0.0",
16
- "@alfalab/core-components-shared": "^1.0.0",
17
- "@alfalab/core-components-typography": "^5.0.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.0.0",
33
- "varsVersion": "10.0.0"
32
+ "themesVersion": "14.1.0",
33
+ "varsVersion": "10.1.0"
34
34
  }