@alfalab/core-components-pure-cell 4.11.4 → 4.11.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 (165) hide show
  1. package/{component-4d5d06e4.js → component-50cf799c.js} +11 -11
  2. package/component.js +1 -1
  3. package/components/addon/component.js +1 -1
  4. package/components/addon/index.css +19 -16
  5. package/components/addon/index.d.ts +1 -1
  6. package/components/addon/index.js +1 -1
  7. package/components/amount/component.js +1 -1
  8. package/components/amount/index.css +7 -4
  9. package/components/amount/index.d.ts +1 -1
  10. package/components/amount/index.js +1 -1
  11. package/components/amount-title/component.js +1 -1
  12. package/components/amount-title/index.css +6 -4
  13. package/components/amount-title/index.d.ts +1 -1
  14. package/components/amount-title/index.js +1 -1
  15. package/components/category/component.js +1 -1
  16. package/components/category/index.css +16 -11
  17. package/components/category/index.d.ts +1 -1
  18. package/components/category/index.js +1 -1
  19. package/components/content/component.js +1 -1
  20. package/components/content/index.css +6 -4
  21. package/components/content/index.d.ts +1 -1
  22. package/components/content/index.js +1 -1
  23. package/components/footer/component.js +1 -1
  24. package/components/footer/index.css +10 -7
  25. package/components/footer/index.d.ts +1 -1
  26. package/components/footer/index.js +1 -1
  27. package/components/footer-button/component.js +1 -1
  28. package/components/footer-button/index.css +5 -3
  29. package/components/footer-button/index.d.ts +1 -1
  30. package/components/footer-button/index.js +1 -1
  31. package/components/footer-text/component.js +1 -1
  32. package/components/footer-text/index.d.ts +1 -1
  33. package/components/footer-text/index.js +1 -1
  34. package/components/graphics/component.js +1 -1
  35. package/components/graphics/index.css +33 -27
  36. package/components/graphics/index.d.ts +1 -1
  37. package/components/graphics/index.js +1 -1
  38. package/components/main/component.js +1 -1
  39. package/components/main/index.css +12 -9
  40. package/components/main/index.d.ts +1 -1
  41. package/components/main/index.js +1 -1
  42. package/components/text/component.js +1 -1
  43. package/components/text/index.css +15 -11
  44. package/components/text/index.d.ts +1 -1
  45. package/components/text/index.js +1 -1
  46. package/cssm/components/addon/index.module.css +6 -3
  47. package/cssm/components/amount/index.module.css +5 -2
  48. package/cssm/components/amount-title/index.module.css +3 -1
  49. package/cssm/components/category/index.module.css +11 -6
  50. package/cssm/components/content/index.module.css +3 -1
  51. package/cssm/components/footer/index.module.css +6 -3
  52. package/cssm/components/footer-button/index.module.css +3 -1
  53. package/cssm/components/graphics/index.module.css +15 -9
  54. package/cssm/components/main/index.module.css +5 -2
  55. package/cssm/components/text/index.module.css +8 -4
  56. package/cssm/index.module.css +23 -17
  57. package/cssm/vars.css +3 -1
  58. package/esm/{component-16c1a395.js → component-7d6886c9.js} +11 -11
  59. package/esm/component.js +1 -1
  60. package/esm/components/addon/component.js +1 -1
  61. package/esm/components/addon/index.css +19 -16
  62. package/esm/components/addon/index.d.ts +1 -1
  63. package/esm/components/addon/index.js +1 -1
  64. package/esm/components/amount/component.js +1 -1
  65. package/esm/components/amount/index.css +7 -4
  66. package/esm/components/amount/index.d.ts +1 -1
  67. package/esm/components/amount/index.js +1 -1
  68. package/esm/components/amount-title/component.js +1 -1
  69. package/esm/components/amount-title/index.css +6 -4
  70. package/esm/components/amount-title/index.d.ts +1 -1
  71. package/esm/components/amount-title/index.js +1 -1
  72. package/esm/components/category/component.js +1 -1
  73. package/esm/components/category/index.css +16 -11
  74. package/esm/components/category/index.d.ts +1 -1
  75. package/esm/components/category/index.js +1 -1
  76. package/esm/components/content/component.js +1 -1
  77. package/esm/components/content/index.css +6 -4
  78. package/esm/components/content/index.d.ts +1 -1
  79. package/esm/components/content/index.js +1 -1
  80. package/esm/components/footer/component.js +1 -1
  81. package/esm/components/footer/index.css +10 -7
  82. package/esm/components/footer/index.d.ts +1 -1
  83. package/esm/components/footer/index.js +1 -1
  84. package/esm/components/footer-button/component.js +1 -1
  85. package/esm/components/footer-button/index.css +5 -3
  86. package/esm/components/footer-button/index.d.ts +1 -1
  87. package/esm/components/footer-button/index.js +1 -1
  88. package/esm/components/footer-text/component.js +1 -1
  89. package/esm/components/footer-text/index.d.ts +1 -1
  90. package/esm/components/footer-text/index.js +1 -1
  91. package/esm/components/graphics/component.js +1 -1
  92. package/esm/components/graphics/index.css +33 -27
  93. package/esm/components/graphics/index.d.ts +1 -1
  94. package/esm/components/graphics/index.js +1 -1
  95. package/esm/components/main/component.js +1 -1
  96. package/esm/components/main/index.css +12 -9
  97. package/esm/components/main/index.d.ts +1 -1
  98. package/esm/components/main/index.js +1 -1
  99. package/esm/components/text/component.js +1 -1
  100. package/esm/components/text/index.css +15 -11
  101. package/esm/components/text/index.d.ts +1 -1
  102. package/esm/components/text/index.js +1 -1
  103. package/esm/index.css +52 -46
  104. package/esm/index.js +1 -1
  105. package/index.css +52 -46
  106. package/index.js +1 -1
  107. package/modern/{component-a7b59f73.js → component-f5e0c9cb.js} +11 -11
  108. package/modern/component.js +1 -1
  109. package/modern/components/addon/component.js +1 -1
  110. package/modern/components/addon/index.css +19 -16
  111. package/modern/components/addon/index.d.ts +1 -1
  112. package/modern/components/addon/index.js +1 -1
  113. package/modern/components/amount/component.js +1 -1
  114. package/modern/components/amount/index.css +7 -4
  115. package/modern/components/amount/index.d.ts +1 -1
  116. package/modern/components/amount/index.js +1 -1
  117. package/modern/components/amount-title/component.js +1 -1
  118. package/modern/components/amount-title/index.css +6 -4
  119. package/modern/components/amount-title/index.d.ts +1 -1
  120. package/modern/components/amount-title/index.js +1 -1
  121. package/modern/components/category/component.js +1 -1
  122. package/modern/components/category/index.css +16 -11
  123. package/modern/components/category/index.d.ts +1 -1
  124. package/modern/components/category/index.js +1 -1
  125. package/modern/components/content/component.js +1 -1
  126. package/modern/components/content/index.css +6 -4
  127. package/modern/components/content/index.d.ts +1 -1
  128. package/modern/components/content/index.js +1 -1
  129. package/modern/components/footer/component.js +1 -1
  130. package/modern/components/footer/index.css +10 -7
  131. package/modern/components/footer/index.d.ts +1 -1
  132. package/modern/components/footer/index.js +1 -1
  133. package/modern/components/footer-button/component.js +1 -1
  134. package/modern/components/footer-button/index.css +5 -3
  135. package/modern/components/footer-button/index.d.ts +1 -1
  136. package/modern/components/footer-button/index.js +1 -1
  137. package/modern/components/footer-text/component.js +1 -1
  138. package/modern/components/footer-text/index.d.ts +1 -1
  139. package/modern/components/footer-text/index.js +1 -1
  140. package/modern/components/graphics/component.js +1 -1
  141. package/modern/components/graphics/index.css +33 -27
  142. package/modern/components/graphics/index.d.ts +1 -1
  143. package/modern/components/graphics/index.js +1 -1
  144. package/modern/components/main/component.js +1 -1
  145. package/modern/components/main/index.css +12 -9
  146. package/modern/components/main/index.d.ts +1 -1
  147. package/modern/components/main/index.js +1 -1
  148. package/modern/components/text/component.js +1 -1
  149. package/modern/components/text/index.css +15 -11
  150. package/modern/components/text/index.d.ts +1 -1
  151. package/modern/components/text/index.js +1 -1
  152. package/modern/index.css +52 -46
  153. package/modern/index.js +1 -1
  154. package/package.json +7 -7
  155. package/src/components/addon/index.module.css +2 -2
  156. package/src/components/amount/index.module.css +1 -1
  157. package/src/components/category/index.module.css +4 -4
  158. package/src/components/footer/index.module.css +2 -2
  159. package/src/components/graphics/index.module.css +8 -8
  160. package/src/components/main/index.module.css +1 -1
  161. package/src/components/text/index.module.css +3 -3
  162. package/src/index.module.css +16 -16
  163. /package/{component-4d5d06e4.d.ts → component-50cf799c.d.ts} +0 -0
  164. /package/esm/{component-16c1a395.d.ts → component-7d6886c9.d.ts} +0 -0
  165. /package/modern/{component-a7b59f73.d.ts → component-f5e0c9cb.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: rmlgv */
1
+ /* hash: nrzho */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -10,37 +10,41 @@
10
10
  /* Up */
11
11
 
12
12
  /* Hard up */
13
- } :root {
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
+
15
+ /* новые значения, используйте их */
14
16
  } :root {
15
17
  --gap-3xs: 2px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
16
18
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
17
19
 
18
20
  /* новые значения, используйте их */
21
+ --gap-2: var(--gap-3xs);
22
+ --gap-16: var(--gap-m);
19
23
  } :root {
20
24
  } :root {
21
- } .pure-cell__horizontal_safz4 {
22
- padding: var(--gap-3xs) 0;
23
- } .pure-cell__rowLimit1_safz4 {
25
+ } .pure-cell__horizontal_dxd3b {
26
+ padding: var(--gap-2) 0;
27
+ } .pure-cell__rowLimit1_dxd3b {
24
28
  -webkit-line-clamp: 1;
25
29
  display: -webkit-box;
26
30
  -webkit-box-orient: vertical;
27
31
  overflow: hidden;
28
32
  word-break: break-all;
29
- } .pure-cell__rowLimit2_safz4 {
33
+ } .pure-cell__rowLimit2_dxd3b {
30
34
  -webkit-line-clamp: 2;
31
35
  display: -webkit-box;
32
36
  -webkit-box-orient: vertical;
33
37
  overflow: hidden;
34
- } .pure-cell__component_safz4 {
38
+ } .pure-cell__component_dxd3b {
35
39
  display: flex;
36
40
  flex-direction: row;
37
41
  flex-wrap: nowrap;
38
42
  justify-content: space-between;
39
- margin: var(--gap-3xs) 0;
43
+ margin: var(--gap-2) 0;
40
44
  word-break: break-word;
41
- } .pure-cell__component_safz4 .pure-cell__vertical_safz4 {
45
+ } .pure-cell__component_dxd3b .pure-cell__vertical_dxd3b {
42
46
  justify-content: center;
43
- } .pure-cell__title_safz4 + .pure-cell__value_safz4 {
44
- margin-left: var(--gap-m);
47
+ } .pure-cell__title_dxd3b + .pure-cell__value_dxd3b {
48
+ margin-left: var(--gap-16);
45
49
  flex-shrink: 0;
46
50
  }
@@ -1 +1 @@
1
- export * from "../../component-4d5d06e4";
1
+ export * from "../../component-50cf799c";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var components_addon_component = require('../../component-4d5d06e4.js');
5
+ var components_addon_component = require('../../component-50cf799c.js');
6
6
 
7
7
 
8
8
 
@@ -9,11 +9,14 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
16
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
15
17
 
16
18
  /* новые значения, используйте их */
19
+ --gap-16: var(--gap-m);
17
20
  } :root {
18
21
  } :root {
19
22
  } :root {
@@ -28,9 +31,9 @@
28
31
  } .component.none {
29
32
  padding-left: 0;
30
33
  } .component.default {
31
- padding-left: var(--gap-m);
34
+ padding-left: var(--gap-16);
32
35
  } .component.addonPadding {
33
- padding-left: var(--gap-m);
36
+ padding-left: var(--gap-16);
34
37
  } .component.auto {
35
38
  align-self: auto;
36
39
  } .component.top {
@@ -9,14 +9,17 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root {
14
16
  --gap-3xs: 2px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
15
17
 
16
18
  /* новые значения, используйте их */
19
+ --gap-2: var(--gap-3xs);
17
20
  } :root {
18
21
  } :root {
19
22
  } .component {
20
- padding: var(--gap-3xs) 0;
23
+ padding: var(--gap-2) 0;
21
24
  display: flex;
22
25
  }
@@ -9,7 +9,9 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
16
 
15
17
  /* новые значения, используйте их */
@@ -10,20 +10,25 @@
10
10
  /* Up */
11
11
 
12
12
  /* Hard up */
13
- } :root {
14
- --border-radius-xl: 16px;
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
+ --border-radius-xl: 16px; /* deprecated */ /* deprecated */ /* deprecated */
15
+
16
+ /* новые значения, используйте их */
15
17
  } :root {
16
18
  --gap-3xs: 2px; /* deprecated */
17
19
  --gap-2xs: 4px; /* deprecated */
18
20
  --gap-xs: 8px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
19
21
 
20
22
  /* новые значения, используйте их */
23
+ --gap-2: var(--gap-3xs);
24
+ --gap-4: var(--gap-2xs);
25
+ --gap-8: var(--gap-xs);
21
26
  } :root {
22
27
  } :root {
23
28
  } .component {
24
29
  display: flex;
25
30
  overflow: hidden;
26
- padding: var(--gap-3xs) 0;
31
+ padding: var(--gap-2) 0;
27
32
  } .categoryName {
28
33
  display: -webkit-box;
29
34
  -webkit-line-clamp: 1;
@@ -31,10 +36,10 @@
31
36
  overflow: hidden;
32
37
  word-break: break-all;
33
38
  } .categoryPercent {
34
- padding: 0 var(--gap-xs);
39
+ padding: 0 var(--gap-8);
35
40
  background-color: var(--color-light-base-bg-secondary);
36
41
  border-radius: var(--border-radius-xl);
37
- margin-left: var(--gap-2xs);
42
+ margin-left: var(--gap-4);
38
43
  } .rightAddon {
39
- margin-left: var(--gap-2xs);
44
+ margin-left: var(--gap-4);
40
45
  }
@@ -9,7 +9,9 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
16
 
15
17
  /* новые значения, используйте их */
@@ -9,19 +9,22 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */ /* deprecated */
14
16
  --gap-xs: 8px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
15
17
 
16
18
  /* новые значения, используйте их */
19
+ --gap-8: var(--gap-xs);
17
20
  } :root {
18
21
  } :root {
19
22
  } .component {
20
23
  grid-column: 1/3;
21
24
  display: grid;
22
- grid-row-gap: var(--gap-xs)
25
+ grid-row-gap: var(--gap-8)
23
26
  } .component.none {
24
27
  margin-top: 0;
25
28
  } .component.default {
26
- margin-top: var(--gap-xs);
29
+ margin-top: var(--gap-8);
27
30
  }
@@ -9,7 +9,9 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
16
 
15
17
  /* новые значения, используйте их */
@@ -9,7 +9,9 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */
14
16
  --gap-2xs: 4px; /* deprecated */
15
17
  --gap-xs: 8px; /* deprecated */
@@ -17,6 +19,10 @@
17
19
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
18
20
 
19
21
  /* новые значения, используйте их */
22
+ --gap-4: var(--gap-2xs);
23
+ --gap-8: var(--gap-xs);
24
+ --gap-12: var(--gap-s);
25
+ --gap-16: var(--gap-m);
20
26
  } :root {
21
27
  } :root {
22
28
  } :root {
@@ -34,23 +40,23 @@
34
40
  } .horizontal:not(:last-child).none {
35
41
  margin-right: 0;
36
42
  } .horizontal:not(:last-child).airy {
37
- margin-right: var(--gap-m);
43
+ margin-right: var(--gap-16);
38
44
  } .horizontal:not(:last-child).default {
39
- margin-right: var(--gap-s);
45
+ margin-right: var(--gap-12);
40
46
  } .horizontal:not(:last-child).compact {
41
- margin-right: var(--gap-xs);
47
+ margin-right: var(--gap-8);
42
48
  } .horizontal:not(:last-child).tiny {
43
- margin-right: var(--gap-2xs);
49
+ margin-right: var(--gap-4);
44
50
  } .vertical:not(:last-child).none {
45
51
  margin-bottom: 0;
46
52
  } .vertical:not(:last-child).airy {
47
- margin-bottom: var(--gap-m);
53
+ margin-bottom: var(--gap-16);
48
54
  } .vertical:not(:last-child).default {
49
- margin-bottom: var(--gap-s);
55
+ margin-bottom: var(--gap-12);
50
56
  } .vertical:not(:last-child).compact {
51
- margin-bottom: var(--gap-xs);
57
+ margin-bottom: var(--gap-8);
52
58
  } .vertical:not(:last-child).tiny {
53
- margin-bottom: var(--gap-2xs);
59
+ margin-bottom: var(--gap-4);
54
60
  } .button {
55
61
  box-sizing: border-box;
56
62
  background-color: transparent;
@@ -9,11 +9,14 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root {
14
16
  --gap-3xs: 2px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
15
17
 
16
18
  /* новые значения, используйте их */
19
+ --gap-2: var(--gap-3xs);
17
20
  } :root {
18
21
  } :root {
19
22
  } :root {
@@ -27,7 +30,7 @@
27
30
  /* can use /r/n */
28
31
  white-space: pre-line
29
32
  } .component.vertical {
30
- grid-row-gap: var(--gap-3xs);
33
+ grid-row-gap: var(--gap-2);
31
34
  justify-content: center;
32
35
  align-items: center;
33
36
 
@@ -9,16 +9,20 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root {
14
16
  --gap-3xs: 2px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
15
17
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
16
18
 
17
19
  /* новые значения, используйте их */
20
+ --gap-2: var(--gap-3xs);
21
+ --gap-16: var(--gap-m);
18
22
  } :root {
19
23
  } :root {
20
24
  } .horizontal {
21
- padding: var(--gap-3xs) 0;
25
+ padding: var(--gap-2) 0;
22
26
  } .rowLimit1 {
23
27
  -webkit-line-clamp: 1;
24
28
  display: -webkit-box;
@@ -35,11 +39,11 @@
35
39
  flex-direction: row;
36
40
  flex-wrap: nowrap;
37
41
  justify-content: space-between;
38
- margin: var(--gap-3xs) 0;
42
+ margin: var(--gap-2) 0;
39
43
  word-break: break-word;
40
44
  } .component .vertical {
41
45
  justify-content: center;
42
46
  } .title + .value {
43
- margin-left: var(--gap-m);
47
+ margin-left: var(--gap-16);
44
48
  flex-shrink: 0;
45
49
  }
@@ -10,7 +10,9 @@
10
10
  /* Up */
11
11
 
12
12
  /* Hard up */
13
- } :root {
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
+
15
+ /* новые значения, используйте их */
14
16
  } :root { /* deprecated */
15
17
  --gap-2xs: 4px; /* deprecated */
16
18
  --gap-xs: 8px; /* deprecated */
@@ -18,6 +20,10 @@
18
20
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
19
21
 
20
22
  /* новые значения, используйте их */
23
+ --gap-4: var(--gap-2xs);
24
+ --gap-8: var(--gap-xs);
25
+ --gap-12: var(--gap-s);
26
+ --gap-16: var(--gap-m);
21
27
  } :root {
22
28
  } :root {
23
29
  --focus-color: var(--color-light-status-info);
@@ -55,40 +61,40 @@
55
61
  } .none {
56
62
  padding: 0;
57
63
  } .airy {
58
- padding: var(--gap-m) 0;
64
+ padding: var(--gap-16) 0;
59
65
  } .default {
60
- padding: var(--gap-s) 0;
66
+ padding: var(--gap-12) 0;
61
67
  } .compact {
62
- padding: var(--gap-xs) 0;
68
+ padding: var(--gap-8) 0;
63
69
  } .tiny {
64
- padding: var(--gap-2xs) 0;
70
+ padding: var(--gap-4) 0;
65
71
  } .noneTop {
66
72
  padding-top: 0;
67
73
  } .airyTop {
68
- padding-top: var(--gap-m);
74
+ padding-top: var(--gap-16);
69
75
  } .defaultTop {
70
- padding-top: var(--gap-s);
76
+ padding-top: var(--gap-12);
71
77
  } .compactTop {
72
- padding-top: var(--gap-xs);
78
+ padding-top: var(--gap-8);
73
79
  } .tinyTop {
74
- padding-top: var(--gap-2xs);
80
+ padding-top: var(--gap-4);
75
81
  } .noneBottom {
76
82
  padding-bottom: 0;
77
83
  } .airyBottom {
78
- padding-bottom: var(--gap-m);
84
+ padding-bottom: var(--gap-16);
79
85
  } .defaultBottom {
80
- padding-bottom: var(--gap-s);
86
+ padding-bottom: var(--gap-12);
81
87
  } .compactBottom {
82
- padding-bottom: var(--gap-xs);
88
+ padding-bottom: var(--gap-8);
83
89
  } .tinyBottom {
84
- padding-bottom: var(--gap-2xs);
90
+ padding-bottom: var(--gap-4);
85
91
  } .left {
86
- padding-left: var(--gap-m);
92
+ padding-left: var(--gap-16);
87
93
  } .right {
88
- padding-right: var(--gap-m);
94
+ padding-right: var(--gap-16);
89
95
  } .both {
90
- padding-right: var(--gap-m);
91
- padding-left: var(--gap-m);
96
+ padding-right: var(--gap-16);
97
+ padding-left: var(--gap-16);
92
98
  } .focused {
93
99
  outline: 2px solid var(--focus-color);
94
100
  outline-offset: 2px;
package/cssm/vars.css CHANGED
@@ -9,7 +9,9 @@
9
9
  /* Up */
10
10
 
11
11
  /* Hard up */
12
- } :root {
12
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
13
+
14
+ /* новые значения, используйте их */
13
15
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
16
 
15
17
  /* новые значения, используйте их */
@@ -9,7 +9,7 @@ import { Amount as Amount$1 } from '@alfalab/core-components-amount/esm';
9
9
  import { Typography } from '@alfalab/core-components-typography/esm';
10
10
  import { Button } from '@alfalab/core-components-button/esm';
11
11
 
12
- var styles$a = {"component":"pure-cell__component_gufic","none":"pure-cell__none_gufic","default":"pure-cell__default_gufic","addonPadding":"pure-cell__addonPadding_gufic","auto":"pure-cell__auto_gufic","top":"pure-cell__top_gufic","center":"pure-cell__center_gufic","bottom":"pure-cell__bottom_gufic","button":"pure-cell__button_gufic"};
12
+ var styles$a = {"component":"pure-cell__component_zyodq","none":"pure-cell__none_zyodq","default":"pure-cell__default_zyodq","addonPadding":"pure-cell__addonPadding_zyodq","auto":"pure-cell__auto_zyodq","top":"pure-cell__top_zyodq","center":"pure-cell__center_zyodq","bottom":"pure-cell__bottom_zyodq","button":"pure-cell__button_zyodq"};
13
13
  require('./components/addon/index.css')
14
14
 
15
15
  var ADDON_COMPONENT = {
@@ -43,7 +43,7 @@ var Addon = function (_a) {
43
43
  _b)), "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'addon') }, (onClick && onMouseEvents)), children));
44
44
  };
45
45
 
46
- var styles$9 = {"component":"pure-cell__component_vd3or"};
46
+ var styles$9 = {"component":"pure-cell__component_ue6ka"};
47
47
  require('./components/amount/index.css')
48
48
 
49
49
  var Amount = function (_a) {
@@ -53,7 +53,7 @@ var Amount = function (_a) {
53
53
  React.createElement(Amount$1, __assign({ minority: minority || minorUnits, bold: weight === 'bold' ? 'full' : 'none', dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount') }, restProps))));
54
54
  };
55
55
 
56
- var styles$8 = {"component":"pure-cell__component_10mtf","weight":"pure-cell__weight_10mtf"};
56
+ var styles$8 = {"component":"pure-cell__component_jc2ni","weight":"pure-cell__weight_jc2ni"};
57
57
  require('./components/amount-title/index.css')
58
58
 
59
59
  var AmountTitle = function (_a) {
@@ -64,7 +64,7 @@ var AmountTitle = function (_a) {
64
64
  React.createElement(Amount$1, __assign({ minority: minority || minorUnits, className: cn(styles$8.weight, className), dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'core-amount-title') }, restProps, { bold: 'none' }))));
65
65
  };
66
66
 
67
- var styles$7 = {"component":"pure-cell__component_28xji","categoryName":"pure-cell__categoryName_28xji","categoryPercent":"pure-cell__categoryPercent_28xji","rightAddon":"pure-cell__rightAddon_28xji"};
67
+ var styles$7 = {"component":"pure-cell__component_118h5","categoryName":"pure-cell__categoryName_118h5","categoryPercent":"pure-cell__categoryPercent_118h5","rightAddon":"pure-cell__rightAddon_118h5"};
68
68
  require('./components/category/index.css')
69
69
 
70
70
  var Category = function (_a) {
@@ -78,7 +78,7 @@ var Category = function (_a) {
78
78
  rightAddons !== undefined && (React.createElement("div", { className: styles$7.rightAddon, "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'category-right-addon') }, rightAddons))));
79
79
  };
80
80
 
81
- var styles$6 = {"component":"pure-cell__component_4guqb","horizontal":"pure-cell__horizontal_4guqb"};
81
+ var styles$6 = {"component":"pure-cell__component_l7svz","horizontal":"pure-cell__horizontal_l7svz"};
82
82
  require('./components/content/index.css')
83
83
 
84
84
  var Content = function (_a) {
@@ -88,7 +88,7 @@ var Content = function (_a) {
88
88
  return (React.createElement("section", { className: cn(styles$6.component, (_b = {}, _b[styles$6.horizontal] = direction === 'horizontal', _b)), "data-test-id": getDataTestId(dataTestId || contextDataTestId, 'content') }, children));
89
89
  };
90
90
 
91
- var styles$5 = {"component":"pure-cell__component_hkoc1","none":"pure-cell__none_hkoc1","default":"pure-cell__default_hkoc1"};
91
+ var styles$5 = {"component":"pure-cell__component_10gcx","none":"pure-cell__none_10gcx","default":"pure-cell__default_10gcx"};
92
92
  require('./components/footer/index.css')
93
93
 
94
94
  var Footer = function (_a) {
@@ -97,7 +97,7 @@ var Footer = function (_a) {
97
97
  return (React.createElement("footer", { className: cn(styles$5.component, styles$5[footerPadding]), "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'footer') }, children));
98
98
  };
99
99
 
100
- var styles$4 = {"component":"pure-cell__component_qiion"};
100
+ var styles$4 = {"component":"pure-cell__component_z17q2"};
101
101
  require('./components/footer-button/index.css')
102
102
 
103
103
  var FooterButton = forwardRef(function (_a, ref) {
@@ -130,7 +130,7 @@ var FooterText = function (_a) {
130
130
  return (React.createElement(Typography.Text, { view: 'primary-small', color: color, "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'footer-title') }, children));
131
131
  };
132
132
 
133
- var styles$3 = {"component":"pure-cell__component_75l48","top":"pure-cell__top_75l48","center":"pure-cell__center_75l48","bottom":"pure-cell__bottom_75l48","horizontal":"pure-cell__horizontal_75l48","none":"pure-cell__none_75l48","airy":"pure-cell__airy_75l48","default":"pure-cell__default_75l48","compact":"pure-cell__compact_75l48","tiny":"pure-cell__tiny_75l48","vertical":"pure-cell__vertical_75l48","button":"pure-cell__button_75l48"};
133
+ var styles$3 = {"component":"pure-cell__component_1pffk","top":"pure-cell__top_1pffk","center":"pure-cell__center_1pffk","bottom":"pure-cell__bottom_1pffk","horizontal":"pure-cell__horizontal_1pffk","none":"pure-cell__none_1pffk","airy":"pure-cell__airy_1pffk","default":"pure-cell__default_1pffk","compact":"pure-cell__compact_1pffk","tiny":"pure-cell__tiny_1pffk","vertical":"pure-cell__vertical_1pffk","button":"pure-cell__button_1pffk"};
134
134
  require('./components/graphics/index.css')
135
135
 
136
136
  var GRAPHICS_COMPONENT = {
@@ -163,7 +163,7 @@ var Graphics = function (_a) {
163
163
  return (React.createElement(Component, __assign({ className: cn(styles$3.component, styles$3[verticalAlign], styles$3[pureCellContext.direction || 'horizontal'], styles$3[graphicPadding || defaultGraphicPadding], (_b = {}, _b[styles$3.button] = onClick, _b)), "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'graphics') }, (onClick && onMouseEvents)), children));
164
164
  };
165
165
 
166
- var styles$2 = {"component":"pure-cell__component_145xe","vertical":"pure-cell__vertical_145xe","reverse":"pure-cell__reverse_145xe","button":"pure-cell__button_145xe"};
166
+ var styles$2 = {"component":"pure-cell__component_kyv73","vertical":"pure-cell__vertical_kyv73","reverse":"pure-cell__reverse_kyv73","button":"pure-cell__button_kyv73"};
167
167
  require('./components/main/index.css')
168
168
 
169
169
  var MAIN_COMPONENT = {
@@ -195,7 +195,7 @@ var Main = function (_a) {
195
195
  _b), (_c = {}, _c[styles$2.button] = onClick, _c), className), "data-test-id": getDataTestId(dataTestId || contextDataTestId, 'main') }, (onClick && onMouseEvents)), children));
196
196
  };
197
197
 
198
- var styles$1 = {"horizontal":"pure-cell__horizontal_safz4","rowLimit1":"pure-cell__rowLimit1_safz4","rowLimit2":"pure-cell__rowLimit2_safz4","component":"pure-cell__component_safz4","vertical":"pure-cell__vertical_safz4","title":"pure-cell__title_safz4","value":"pure-cell__value_safz4"};
198
+ var styles$1 = {"horizontal":"pure-cell__horizontal_dxd3b","rowLimit1":"pure-cell__rowLimit1_dxd3b","rowLimit2":"pure-cell__rowLimit2_dxd3b","component":"pure-cell__component_dxd3b","vertical":"pure-cell__vertical_dxd3b","title":"pure-cell__title_dxd3b","value":"pure-cell__value_dxd3b"};
199
199
  require('./components/text/index.css')
200
200
 
201
201
  var Text = function (_a) {
@@ -212,7 +212,7 @@ var Text = function (_a) {
212
212
  React.createElement(Typography.Text, { view: view, tag: 'div', color: valueColor, className: className, "data-test-id": getDataTestId(dataTestId || contextDataTestId, 'text_value') }, value)))));
213
213
  };
214
214
 
215
- var styles = {"component":"pure-cell__component_15bb4","horizontal":"pure-cell__horizontal_15bb4","vertical":"pure-cell__vertical_15bb4","button":"pure-cell__button_15bb4","hover":"pure-cell__hover_15bb4","active":"pure-cell__active_15bb4","link":"pure-cell__link_15bb4","none":"pure-cell__none_15bb4","airy":"pure-cell__airy_15bb4","default":"pure-cell__default_15bb4","compact":"pure-cell__compact_15bb4","tiny":"pure-cell__tiny_15bb4","noneTop":"pure-cell__noneTop_15bb4","airyTop":"pure-cell__airyTop_15bb4","defaultTop":"pure-cell__defaultTop_15bb4","compactTop":"pure-cell__compactTop_15bb4","tinyTop":"pure-cell__tinyTop_15bb4","noneBottom":"pure-cell__noneBottom_15bb4","airyBottom":"pure-cell__airyBottom_15bb4","defaultBottom":"pure-cell__defaultBottom_15bb4","compactBottom":"pure-cell__compactBottom_15bb4","tinyBottom":"pure-cell__tinyBottom_15bb4","left":"pure-cell__left_15bb4","right":"pure-cell__right_15bb4","both":"pure-cell__both_15bb4","focused":"pure-cell__focused_15bb4"};
215
+ var styles = {"component":"pure-cell__component_92c32","horizontal":"pure-cell__horizontal_92c32","vertical":"pure-cell__vertical_92c32","button":"pure-cell__button_92c32","hover":"pure-cell__hover_92c32","active":"pure-cell__active_92c32","link":"pure-cell__link_92c32","none":"pure-cell__none_92c32","airy":"pure-cell__airy_92c32","default":"pure-cell__default_92c32","compact":"pure-cell__compact_92c32","tiny":"pure-cell__tiny_92c32","noneTop":"pure-cell__noneTop_92c32","airyTop":"pure-cell__airyTop_92c32","defaultTop":"pure-cell__defaultTop_92c32","compactTop":"pure-cell__compactTop_92c32","tinyTop":"pure-cell__tinyTop_92c32","noneBottom":"pure-cell__noneBottom_92c32","airyBottom":"pure-cell__airyBottom_92c32","defaultBottom":"pure-cell__defaultBottom_92c32","compactBottom":"pure-cell__compactBottom_92c32","tinyBottom":"pure-cell__tinyBottom_92c32","left":"pure-cell__left_92c32","right":"pure-cell__right_92c32","both":"pure-cell__both_92c32","focused":"pure-cell__focused_92c32"};
216
216
  require('./index.css')
217
217
 
218
218
  // eslint-disable-next-line @typescript-eslint/no-redeclare
package/esm/component.js CHANGED
@@ -4,4 +4,4 @@ import 'react-merge-refs';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-comment/esm';
6
6
  import '@alfalab/hooks';
7
- export { P as PureCell, f as PureCellContext } from './component-16c1a395.js';
7
+ export { P as PureCell, f as PureCellContext } from './component-7d6886c9.js';
@@ -2,4 +2,4 @@ import 'tslib';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-shared/esm';
5
- export { A as Addon } from '../../component-16c1a395.js';
5
+ export { A as Addon } from '../../component-7d6886c9.js';