@alfalab/core-components-pure-cell 4.2.4 → 4.2.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 (152) hide show
  1. package/{component-5fcc2e3b.js → component-2e328172.js} +5 -5
  2. package/component.js +4 -2
  3. package/components/addon/component.js +4 -2
  4. package/components/addon/index.css +9 -9
  5. package/components/addon/index.js +3 -1
  6. package/components/amount/component.js +4 -2
  7. package/components/amount/index.css +2 -2
  8. package/components/amount/index.js +3 -1
  9. package/components/amount-title/component.js +4 -2
  10. package/components/amount-title/index.css +3 -3
  11. package/components/amount-title/index.js +3 -1
  12. package/components/category/component.js +4 -2
  13. package/components/category/index.css +5 -5
  14. package/components/category/index.js +3 -1
  15. package/components/content/component.js +4 -2
  16. package/components/content/index.css +3 -3
  17. package/components/content/index.d.ts +1 -1
  18. package/components/content/index.js +4 -2
  19. package/components/footer/component.js +4 -2
  20. package/components/footer/index.css +4 -4
  21. package/components/footer/index.js +3 -1
  22. package/components/footer-button/component.js +4 -2
  23. package/components/footer-button/index.css +2 -2
  24. package/components/footer-button/index.js +3 -1
  25. package/components/footer-text/component.js +3 -1
  26. package/components/footer-text/index.js +3 -1
  27. package/components/graphics/component.js +4 -2
  28. package/components/graphics/index.css +5 -5
  29. package/components/graphics/index.js +3 -1
  30. package/components/main/component.js +4 -2
  31. package/components/main/index.css +4 -4
  32. package/components/main/index.d.ts +1 -1
  33. package/components/main/index.js +4 -2
  34. package/components/text/component.js +4 -2
  35. package/components/text/index.css +7 -7
  36. package/components/text/index.d.ts +1 -1
  37. package/components/text/index.js +4 -2
  38. package/cssm/component.js +2 -0
  39. package/cssm/components/addon/component.js +2 -0
  40. package/cssm/components/addon/index.js +2 -0
  41. package/cssm/components/amount/component.js +2 -0
  42. package/cssm/components/amount/index.js +2 -0
  43. package/cssm/components/amount-title/component.js +2 -0
  44. package/cssm/components/amount-title/index.js +2 -0
  45. package/cssm/components/category/component.js +2 -0
  46. package/cssm/components/category/index.js +2 -0
  47. package/cssm/components/content/component.js +2 -0
  48. package/cssm/components/content/index.js +2 -0
  49. package/cssm/components/footer/component.js +2 -0
  50. package/cssm/components/footer/index.js +2 -0
  51. package/cssm/components/footer-button/component.js +2 -0
  52. package/cssm/components/footer-button/index.js +2 -0
  53. package/cssm/components/footer-text/component.js +2 -0
  54. package/cssm/components/footer-text/index.js +2 -0
  55. package/cssm/components/graphics/component.js +2 -0
  56. package/cssm/components/graphics/index.js +2 -0
  57. package/cssm/components/main/component.js +2 -0
  58. package/cssm/components/main/index.js +2 -0
  59. package/cssm/components/text/component.js +2 -0
  60. package/cssm/components/text/index.js +2 -0
  61. package/cssm/index.js +2 -0
  62. package/cssm/index.module.css +1 -1
  63. package/esm/{component-89afbfce.js → component-910bfda5.js} +5 -5
  64. package/esm/component.js +2 -2
  65. package/esm/components/addon/component.js +2 -2
  66. package/esm/components/addon/index.css +9 -9
  67. package/esm/components/addon/index.js +1 -1
  68. package/esm/components/amount/component.js +2 -2
  69. package/esm/components/amount/index.css +2 -2
  70. package/esm/components/amount/index.js +1 -1
  71. package/esm/components/amount-title/component.js +2 -2
  72. package/esm/components/amount-title/index.css +3 -3
  73. package/esm/components/amount-title/index.js +1 -1
  74. package/esm/components/category/component.js +2 -2
  75. package/esm/components/category/index.css +5 -5
  76. package/esm/components/category/index.js +1 -1
  77. package/esm/components/content/component.js +2 -2
  78. package/esm/components/content/index.css +3 -3
  79. package/esm/components/content/index.d.ts +1 -1
  80. package/esm/components/content/index.js +2 -2
  81. package/esm/components/footer/component.js +2 -2
  82. package/esm/components/footer/index.css +4 -4
  83. package/esm/components/footer/index.js +1 -1
  84. package/esm/components/footer-button/component.js +2 -2
  85. package/esm/components/footer-button/index.css +2 -2
  86. package/esm/components/footer-button/index.js +1 -1
  87. package/esm/components/footer-text/component.js +1 -1
  88. package/esm/components/footer-text/index.js +1 -1
  89. package/esm/components/graphics/component.js +2 -2
  90. package/esm/components/graphics/index.css +5 -5
  91. package/esm/components/graphics/index.js +1 -1
  92. package/esm/components/main/component.js +2 -2
  93. package/esm/components/main/index.css +4 -4
  94. package/esm/components/main/index.d.ts +1 -1
  95. package/esm/components/main/index.js +2 -2
  96. package/esm/components/text/component.js +2 -2
  97. package/esm/components/text/index.css +7 -7
  98. package/esm/components/text/index.d.ts +1 -1
  99. package/esm/components/text/index.js +2 -2
  100. package/esm/index.css +22 -22
  101. package/esm/index.js +2 -2
  102. package/index.css +22 -22
  103. package/index.js +4 -2
  104. package/modern/{component-a7e04ed6.js → component-10310ed2.js} +5 -5
  105. package/modern/component.js +2 -2
  106. package/modern/components/addon/component.js +2 -2
  107. package/modern/components/addon/index.css +9 -9
  108. package/modern/components/addon/index.js +1 -1
  109. package/modern/components/amount/component.js +2 -2
  110. package/modern/components/amount/index.css +2 -2
  111. package/modern/components/amount/index.js +1 -1
  112. package/modern/components/amount-title/component.js +2 -2
  113. package/modern/components/amount-title/index.css +3 -3
  114. package/modern/components/amount-title/index.js +1 -1
  115. package/modern/components/category/component.js +2 -2
  116. package/modern/components/category/index.css +5 -5
  117. package/modern/components/category/index.js +1 -1
  118. package/modern/components/content/component.js +2 -2
  119. package/modern/components/content/index.css +3 -3
  120. package/modern/components/content/index.d.ts +1 -1
  121. package/modern/components/content/index.js +2 -2
  122. package/modern/components/footer/component.js +2 -2
  123. package/modern/components/footer/index.css +4 -4
  124. package/modern/components/footer/index.js +1 -1
  125. package/modern/components/footer-button/component.js +2 -2
  126. package/modern/components/footer-button/index.css +2 -2
  127. package/modern/components/footer-button/index.js +1 -1
  128. package/modern/components/footer-text/component.js +1 -1
  129. package/modern/components/footer-text/index.js +1 -1
  130. package/modern/components/graphics/component.js +2 -2
  131. package/modern/components/graphics/index.css +5 -5
  132. package/modern/components/graphics/index.js +1 -1
  133. package/modern/components/main/component.js +2 -2
  134. package/modern/components/main/index.css +4 -4
  135. package/modern/components/main/index.d.ts +1 -1
  136. package/modern/components/main/index.js +2 -2
  137. package/modern/components/text/component.js +2 -2
  138. package/modern/components/text/index.css +7 -7
  139. package/modern/components/text/index.d.ts +1 -1
  140. package/modern/components/text/index.js +2 -2
  141. package/modern/index.css +22 -22
  142. package/modern/index.js +2 -2
  143. package/package.json +5 -5
  144. /package/{component-5fcc2e3b.d.ts → component-2e328172.d.ts} +0 -0
  145. /package/esm/{component-89afbfce.d.ts → component-910bfda5.d.ts} +0 -0
  146. /package/esm/{getDataTestId-be8d46b2.d.ts → getDataTestId-7a70afd5.d.ts} +0 -0
  147. /package/esm/{getDataTestId-be8d46b2.js → getDataTestId-7a70afd5.js} +0 -0
  148. /package/{getDataTestId-7ece71dd.d.ts → getDataTestId-57383ab4.d.ts} +0 -0
  149. /package/{getDataTestId-7ece71dd.js → getDataTestId-57383ab4.js} +0 -0
  150. /package/modern/{component-a7e04ed6.d.ts → component-10310ed2.d.ts} +0 -0
  151. /package/modern/{getDataTestId-6a80bbd0.d.ts → getDataTestId-ab88736e.d.ts} +0 -0
  152. /package/modern/{getDataTestId-6a80bbd0.js → getDataTestId-ab88736e.js} +0 -0
@@ -1,4 +1,4 @@
1
1
  export { Category } from './component.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-typography/esm';
4
- import '../../getDataTestId-be8d46b2.js';
4
+ import '../../getDataTestId-7a70afd5.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import '../../getDataTestId-be8d46b2.js';
4
- export { C as Content } from '../../component-89afbfce.js';
3
+ import '../../getDataTestId-7a70afd5.js';
4
+ export { C as Content } from '../../component-910bfda5.js';
5
5
  import 'tslib';
6
6
  import 'react-merge-refs';
7
7
  import '@alfalab/core-components-comment/esm';
@@ -1,4 +1,4 @@
1
- /* hash: 15env */
1
+ /* hash: 1px8c */
2
2
  :root {
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 */
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 */
@@ -14,11 +14,11 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_167nv {
17
+ } .pure-cell__component_cf93g {
18
18
  flex-basis: 100%;
19
19
  display: grid;
20
20
  grid-template-columns: 1fr auto
21
- } .pure-cell__component_167nv.pure-cell__horizontal_167nv {
21
+ } .pure-cell__component_cf93g.pure-cell__horizontal_cf93g {
22
22
  /* for button */
23
23
  align-self: stretch;
24
24
  }
@@ -1 +1 @@
1
- export * from "../../component-89afbfce";
1
+ export * from "../../component-910bfda5";
@@ -1,4 +1,4 @@
1
- export { C as Content } from '../../component-89afbfce.js';
1
+ export { C as Content } from '../../component-910bfda5.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '@alfalab/core-components-comment/esm';
7
7
  import '@alfalab/hooks';
8
8
  import '../addon/component.js';
9
- import '../../getDataTestId-be8d46b2.js';
9
+ import '../../getDataTestId-7a70afd5.js';
10
10
  import '../amount/component.js';
11
11
  import '@alfalab/core-components-amount/esm';
12
12
  import '@alfalab/core-components-typography/esm';
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
- import { g as getDataTestId } from '../../getDataTestId-be8d46b2.js';
3
+ import { g as getDataTestId } from '../../getDataTestId-7a70afd5.js';
4
4
 
5
- var styles = {"component":"pure-cell__component_nsjw2","none":"pure-cell__none_nsjw2","default":"pure-cell__default_nsjw2"};
5
+ var styles = {"component":"pure-cell__component_1q9y8","none":"pure-cell__none_1q9y8","default":"pure-cell__default_1q9y8"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: fwrwn */
1
+ /* hash: 1yijp */
2
2
  :root {
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 */
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 */
@@ -15,12 +15,12 @@
15
15
  --gap-xs: 8px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_nsjw2 {
18
+ } .pure-cell__component_1q9y8 {
19
19
  grid-column: 1/3;
20
20
  display: grid;
21
21
  grid-row-gap: var(--gap-xs)
22
- } .pure-cell__component_nsjw2.pure-cell__none_nsjw2 {
22
+ } .pure-cell__component_1q9y8.pure-cell__none_1q9y8 {
23
23
  margin-top: 0;
24
- } .pure-cell__component_nsjw2.pure-cell__default_nsjw2 {
24
+ } .pure-cell__component_1q9y8.pure-cell__default_1q9y8 {
25
25
  margin-top: var(--gap-xs);
26
26
  }
@@ -1,4 +1,4 @@
1
1
  export { Footer } from './component.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '../../getDataTestId-be8d46b2.js';
4
+ import '../../getDataTestId-7a70afd5.js';
@@ -1,9 +1,9 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { Button } from '@alfalab/core-components-button/esm';
4
- import { g as getDataTestId } from '../../getDataTestId-be8d46b2.js';
4
+ import { g as getDataTestId } from '../../getDataTestId-7a70afd5.js';
5
5
 
6
- var styles = {"component":"pure-cell__component_1lk8k"};
6
+ var styles = {"component":"pure-cell__component_ik4bj"};
7
7
  require('./index.css')
8
8
 
9
9
  var FooterButton = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: uqb2c */
1
+ /* hash: a7qli */
2
2
  :root {
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 */
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 */
@@ -14,6 +14,6 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_1lk8k {
17
+ } .pure-cell__component_ik4bj {
18
18
  justify-self: start;
19
19
  }
@@ -2,4 +2,4 @@ export { FooterButton } from './component.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '@alfalab/core-components-button/esm';
5
- import '../../getDataTestId-be8d46b2.js';
5
+ import '../../getDataTestId-7a70afd5.js';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Typography } from '@alfalab/core-components-typography/esm';
3
- import { g as getDataTestId } from '../../getDataTestId-be8d46b2.js';
3
+ import { g as getDataTestId } from '../../getDataTestId-7a70afd5.js';
4
4
 
5
5
  var FooterText = function (_a) {
6
6
  var children = _a.children, _b = _a.color, color = _b === void 0 ? 'secondary' : _b, dataTestId = _a.dataTestId;
@@ -1,4 +1,4 @@
1
1
  export { FooterText } from './component.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-typography/esm';
4
- import '../../getDataTestId-be8d46b2.js';
4
+ import '../../getDataTestId-7a70afd5.js';
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
- import { g as getDataTestId } from '../../getDataTestId-be8d46b2.js';
3
+ import { g as getDataTestId } from '../../getDataTestId-7a70afd5.js';
4
4
 
5
- var styles = {"component":"pure-cell__component_1g0zm","top":"pure-cell__top_1g0zm","center":"pure-cell__center_1g0zm","bottom":"pure-cell__bottom_1g0zm"};
5
+ var styles = {"component":"pure-cell__component_1fuv1","top":"pure-cell__top_1fuv1","center":"pure-cell__center_1fuv1","bottom":"pure-cell__bottom_1fuv1"};
6
6
  require('./index.css')
7
7
 
8
8
  var Graphics = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 4epm5 */
1
+ /* hash: 1t22i */
2
2
  :root {
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 */
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 */
@@ -14,12 +14,12 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_1g0zm {
17
+ } .pure-cell__component_1fuv1 {
18
18
  flex-basis: auto;
19
- } .pure-cell__top_1g0zm {
19
+ } .pure-cell__top_1fuv1 {
20
20
  align-self: flex-start;
21
- } .pure-cell__center_1g0zm {
21
+ } .pure-cell__center_1fuv1 {
22
22
  align-self: center;
23
- } .pure-cell__bottom_1g0zm {
23
+ } .pure-cell__bottom_1fuv1 {
24
24
  align-self: flex-end;
25
25
  }
@@ -1,4 +1,4 @@
1
1
  export { Graphics } from './component.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '../../getDataTestId-be8d46b2.js';
4
+ import '../../getDataTestId-7a70afd5.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import '../../getDataTestId-be8d46b2.js';
4
- export { M as Main } from '../../component-89afbfce.js';
3
+ import '../../getDataTestId-7a70afd5.js';
4
+ export { M as Main } from '../../component-910bfda5.js';
5
5
  import 'tslib';
6
6
  import 'react-merge-refs';
7
7
  import '@alfalab/core-components-comment/esm';
@@ -1,4 +1,4 @@
1
- /* hash: mem1e */
1
+ /* hash: lrgls */
2
2
  :root {
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 */
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 */
@@ -15,20 +15,20 @@
15
15
  --gap-3xs: 2px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_cnr08 {
18
+ } .pure-cell__component_rg02f {
19
19
  display: flex;
20
20
  flex-direction: column;
21
21
  align-self: center;
22
22
 
23
23
  /* can use /r/n */
24
24
  white-space: pre-line
25
- } .pure-cell__component_cnr08.pure-cell__vertical_cnr08 {
25
+ } .pure-cell__component_rg02f.pure-cell__vertical_rg02f {
26
26
  grid-row-gap: var(--gap-3xs);
27
27
  justify-content: center;
28
28
  align-items: center;
29
29
 
30
30
  /* for button */
31
31
  text-align: center;
32
- } .pure-cell__component_cnr08.pure-cell__reverse_cnr08 {
32
+ } .pure-cell__component_rg02f.pure-cell__reverse_rg02f {
33
33
  flex-direction: column-reverse;
34
34
  }
@@ -1 +1 @@
1
- export * from "../../component-89afbfce";
1
+ export * from "../../component-910bfda5";
@@ -1,4 +1,4 @@
1
- export { M as Main } from '../../component-89afbfce.js';
1
+ export { M as Main } from '../../component-910bfda5.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '@alfalab/core-components-comment/esm';
7
7
  import '@alfalab/hooks';
8
8
  import '../addon/component.js';
9
- import '../../getDataTestId-be8d46b2.js';
9
+ import '../../getDataTestId-7a70afd5.js';
10
10
  import '../amount/component.js';
11
11
  import '@alfalab/core-components-amount/esm';
12
12
  import '@alfalab/core-components-typography/esm';
@@ -1,8 +1,8 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '@alfalab/core-components-typography/esm';
4
- import '../../getDataTestId-be8d46b2.js';
5
- export { T as Text } from '../../component-89afbfce.js';
4
+ import '../../getDataTestId-7a70afd5.js';
5
+ export { T as Text } from '../../component-910bfda5.js';
6
6
  import 'tslib';
7
7
  import 'react-merge-refs';
8
8
  import '@alfalab/core-components-comment/esm';
@@ -1,4 +1,4 @@
1
- /* hash: qzrds */
1
+ /* hash: akf4j */
2
2
  :root {
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 */
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 */
@@ -16,29 +16,29 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .pure-cell__horizontal_bbpqy {
19
+ } .pure-cell__horizontal_1ylu3 {
20
20
  padding: var(--gap-3xs) 0;
21
- } .pure-cell__rowLimit1_bbpqy {
21
+ } .pure-cell__rowLimit1_1ylu3 {
22
22
  -webkit-line-clamp: 1;
23
23
  display: -webkit-box;
24
24
  -webkit-box-orient: vertical;
25
25
  overflow: hidden;
26
26
  word-break: break-all;
27
- } .pure-cell__rowLimit2_bbpqy {
27
+ } .pure-cell__rowLimit2_1ylu3 {
28
28
  -webkit-line-clamp: 2;
29
29
  display: -webkit-box;
30
30
  -webkit-box-orient: vertical;
31
31
  overflow: hidden;
32
- } .pure-cell__component_bbpqy {
32
+ } .pure-cell__component_1ylu3 {
33
33
  display: flex;
34
34
  flex-direction: row;
35
35
  flex-wrap: nowrap;
36
36
  justify-content: space-between;
37
37
  margin: var(--gap-3xs) 0;
38
38
  word-break: break-word;
39
- } .pure-cell__component_bbpqy .pure-cell__vertical_bbpqy {
39
+ } .pure-cell__component_1ylu3 .pure-cell__vertical_1ylu3 {
40
40
  justify-content: center;
41
- } .pure-cell__title_bbpqy + .pure-cell__value_bbpqy {
41
+ } .pure-cell__title_1ylu3 + .pure-cell__value_1ylu3 {
42
42
  margin-left: var(--gap-m);
43
43
  flex-shrink: 0;
44
44
  }
@@ -1 +1 @@
1
- export * from "../../component-89afbfce";
1
+ export * from "../../component-910bfda5";
@@ -1,4 +1,4 @@
1
- export { T as Text } from '../../component-89afbfce.js';
1
+ export { T as Text } from '../../component-910bfda5.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '@alfalab/core-components-comment/esm';
7
7
  import '@alfalab/hooks';
8
8
  import '../addon/component.js';
9
- import '../../getDataTestId-be8d46b2.js';
9
+ import '../../getDataTestId-7a70afd5.js';
10
10
  import '../amount/component.js';
11
11
  import '@alfalab/core-components-amount/esm';
12
12
  import '@alfalab/core-components-typography/esm';
package/esm/index.css CHANGED
@@ -1,7 +1,7 @@
1
- /* hash: 16cew */
1
+ /* hash: 10xz7 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-link: #007aff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-border-link: #0072ef; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :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 */
6
6
  } :root {
7
7
  } :root {
@@ -20,21 +20,21 @@
20
20
  } :root {
21
21
  } :root {
22
22
  --focus-color: var(--color-light-border-link);
23
- } .pure-cell__component_r9rhn {
23
+ } .pure-cell__component_ezgzl {
24
24
  text-align: unset;
25
25
  box-sizing: border-box;
26
- } .pure-cell__horizontal_r9rhn {
26
+ } .pure-cell__horizontal_ezgzl {
27
27
  display: flex;
28
28
  width: 100%
29
- } .pure-cell__horizontal_r9rhn > section:not(:last-child) {
29
+ } .pure-cell__horizontal_ezgzl > section:not(:last-child) {
30
30
  margin-right: var(--gap-m);
31
- } .pure-cell__vertical_r9rhn {
31
+ } .pure-cell__vertical_ezgzl {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  flex-direction: column
35
- } .pure-cell__vertical_r9rhn > section:not(:last-child) {
35
+ } .pure-cell__vertical_ezgzl > section:not(:last-child) {
36
36
  margin-bottom: var(--gap-s);
37
- } .pure-cell__button_r9rhn {
37
+ } .pure-cell__button_ezgzl {
38
38
  font-family: inherit;
39
39
  background: none;
40
40
  border: 0;
@@ -42,37 +42,37 @@
42
42
  cursor: pointer;
43
43
  transition: opacity 0.15s ease-in-out;
44
44
  padding: 0
45
- } .pure-cell__button_r9rhn:hover {
45
+ } .pure-cell__button_ezgzl:hover {
46
46
  opacity: 0.8;
47
- } .pure-cell__button_r9rhn:active {
47
+ } .pure-cell__button_ezgzl:active {
48
48
  opacity: 0.6;
49
- } .pure-cell__link_r9rhn {
49
+ } .pure-cell__link_ezgzl {
50
50
  text-decoration: none;
51
51
  color: inherit;
52
52
  cursor: pointer;
53
53
  transition: opacity 0.15s ease-in-out
54
- } .pure-cell__link_r9rhn:hover {
54
+ } .pure-cell__link_ezgzl:hover {
55
55
  opacity: 0.8;
56
- } .pure-cell__link_r9rhn:active {
56
+ } .pure-cell__link_ezgzl:active {
57
57
  opacity: 0.6;
58
- } .pure-cell__none_r9rhn {
58
+ } .pure-cell__none_ezgzl {
59
59
  padding: 0;
60
- } .pure-cell__airy_r9rhn {
60
+ } .pure-cell__airy_ezgzl {
61
61
  padding: var(--gap-m) 0;
62
- } .pure-cell__defaultPadding_r9rhn {
62
+ } .pure-cell__defaultPadding_ezgzl {
63
63
  padding: var(--gap-s) 0;
64
- } .pure-cell__compact_r9rhn {
64
+ } .pure-cell__compact_ezgzl {
65
65
  padding: var(--gap-xs) 0;
66
- } .pure-cell__tiny_r9rhn {
66
+ } .pure-cell__tiny_ezgzl {
67
67
  padding: var(--gap-2xs) 0;
68
- } .pure-cell__left_r9rhn {
68
+ } .pure-cell__left_ezgzl {
69
69
  padding-left: var(--gap-m);
70
- } .pure-cell__right_r9rhn {
70
+ } .pure-cell__right_ezgzl {
71
71
  padding-right: var(--gap-m);
72
- } .pure-cell__both_r9rhn {
72
+ } .pure-cell__both_ezgzl {
73
73
  padding-right: var(--gap-m);
74
74
  padding-left: var(--gap-m);
75
- } .pure-cell__focused_r9rhn {
75
+ } .pure-cell__focused_ezgzl {
76
76
  outline: 2px solid var(--focus-color);
77
77
  outline-offset: 2px;
78
78
  }
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { P as PureCell } from './component-89afbfce.js';
1
+ export { P as PureCell } from './component-910bfda5.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -6,7 +6,7 @@ import 'classnames';
6
6
  import '@alfalab/core-components-comment/esm';
7
7
  import '@alfalab/hooks';
8
8
  import './components/addon/component.js';
9
- import './getDataTestId-be8d46b2.js';
9
+ import './getDataTestId-7a70afd5.js';
10
10
  import './components/amount/component.js';
11
11
  import '@alfalab/core-components-amount/esm';
12
12
  import '@alfalab/core-components-typography/esm';
package/index.css CHANGED
@@ -1,7 +1,7 @@
1
- /* hash: 16cew */
1
+ /* hash: 10xz7 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-link: #007aff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-border-link: #0072ef; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
5
  } :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 */
6
6
  } :root {
7
7
  } :root {
@@ -20,21 +20,21 @@
20
20
  } :root {
21
21
  } :root {
22
22
  --focus-color: var(--color-light-border-link);
23
- } .pure-cell__component_r9rhn {
23
+ } .pure-cell__component_ezgzl {
24
24
  text-align: unset;
25
25
  box-sizing: border-box;
26
- } .pure-cell__horizontal_r9rhn {
26
+ } .pure-cell__horizontal_ezgzl {
27
27
  display: flex;
28
28
  width: 100%
29
- } .pure-cell__horizontal_r9rhn > section:not(:last-child) {
29
+ } .pure-cell__horizontal_ezgzl > section:not(:last-child) {
30
30
  margin-right: var(--gap-m);
31
- } .pure-cell__vertical_r9rhn {
31
+ } .pure-cell__vertical_ezgzl {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  flex-direction: column
35
- } .pure-cell__vertical_r9rhn > section:not(:last-child) {
35
+ } .pure-cell__vertical_ezgzl > section:not(:last-child) {
36
36
  margin-bottom: var(--gap-s);
37
- } .pure-cell__button_r9rhn {
37
+ } .pure-cell__button_ezgzl {
38
38
  font-family: inherit;
39
39
  background: none;
40
40
  border: 0;
@@ -42,37 +42,37 @@
42
42
  cursor: pointer;
43
43
  transition: opacity 0.15s ease-in-out;
44
44
  padding: 0
45
- } .pure-cell__button_r9rhn:hover {
45
+ } .pure-cell__button_ezgzl:hover {
46
46
  opacity: 0.8;
47
- } .pure-cell__button_r9rhn:active {
47
+ } .pure-cell__button_ezgzl:active {
48
48
  opacity: 0.6;
49
- } .pure-cell__link_r9rhn {
49
+ } .pure-cell__link_ezgzl {
50
50
  text-decoration: none;
51
51
  color: inherit;
52
52
  cursor: pointer;
53
53
  transition: opacity 0.15s ease-in-out
54
- } .pure-cell__link_r9rhn:hover {
54
+ } .pure-cell__link_ezgzl:hover {
55
55
  opacity: 0.8;
56
- } .pure-cell__link_r9rhn:active {
56
+ } .pure-cell__link_ezgzl:active {
57
57
  opacity: 0.6;
58
- } .pure-cell__none_r9rhn {
58
+ } .pure-cell__none_ezgzl {
59
59
  padding: 0;
60
- } .pure-cell__airy_r9rhn {
60
+ } .pure-cell__airy_ezgzl {
61
61
  padding: var(--gap-m) 0;
62
- } .pure-cell__defaultPadding_r9rhn {
62
+ } .pure-cell__defaultPadding_ezgzl {
63
63
  padding: var(--gap-s) 0;
64
- } .pure-cell__compact_r9rhn {
64
+ } .pure-cell__compact_ezgzl {
65
65
  padding: var(--gap-xs) 0;
66
- } .pure-cell__tiny_r9rhn {
66
+ } .pure-cell__tiny_ezgzl {
67
67
  padding: var(--gap-2xs) 0;
68
- } .pure-cell__left_r9rhn {
68
+ } .pure-cell__left_ezgzl {
69
69
  padding-left: var(--gap-m);
70
- } .pure-cell__right_r9rhn {
70
+ } .pure-cell__right_ezgzl {
71
71
  padding-right: var(--gap-m);
72
- } .pure-cell__both_r9rhn {
72
+ } .pure-cell__both_ezgzl {
73
73
  padding-right: var(--gap-m);
74
74
  padding-left: var(--gap-m);
75
- } .pure-cell__focused_r9rhn {
75
+ } .pure-cell__focused_ezgzl {
76
76
  outline: 2px solid var(--focus-color);
77
77
  outline-offset: 2px;
78
78
  }
package/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var components_content_component = require('./component-5fcc2e3b.js');
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var components_content_component = require('./component-2e328172.js');
4
6
  require('tslib');
5
7
  require('react');
6
8
  require('react-merge-refs');
@@ -8,7 +10,7 @@ require('classnames');
8
10
  require('@alfalab/core-components-comment');
9
11
  require('@alfalab/hooks');
10
12
  require('./components/addon/component.js');
11
- require('./getDataTestId-7ece71dd.js');
13
+ require('./getDataTestId-57383ab4.js');
12
14
  require('./components/amount/component.js');
13
15
  require('@alfalab/core-components-amount');
14
16
  require('@alfalab/core-components-typography');
@@ -7,14 +7,14 @@ import { Addon } from './components/addon/component.js';
7
7
  import { Amount } from './components/amount/component.js';
8
8
  import { AmountTitle } from './components/amount-title/component.js';
9
9
  import { Category } from './components/category/component.js';
10
- import { g as getDataTestId } from './getDataTestId-6a80bbd0.js';
10
+ import { g as getDataTestId } from './getDataTestId-ab88736e.js';
11
11
  import { Footer } from './components/footer/component.js';
12
12
  import { FooterButton } from './components/footer-button/component.js';
13
13
  import { FooterText } from './components/footer-text/component.js';
14
14
  import { Graphics } from './components/graphics/component.js';
15
15
  import { Typography } from '@alfalab/core-components-typography/modern';
16
16
 
17
- const styles$3 = {"component":"pure-cell__component_167nv","horizontal":"pure-cell__horizontal_167nv"};
17
+ const styles$3 = {"component":"pure-cell__component_cf93g","horizontal":"pure-cell__horizontal_cf93g"};
18
18
  require('./components/content/index.css')
19
19
 
20
20
  const Content = ({ children, dataTestId }) => {
@@ -22,7 +22,7 @@ const Content = ({ children, dataTestId }) => {
22
22
  return (React.createElement("section", { className: cn(styles$3.component, { [styles$3.horizontal]: direction === 'horizontal' }), "data-test-id": getDataTestId(dataTestId, 'content') }, children));
23
23
  };
24
24
 
25
- const styles$2 = {"component":"pure-cell__component_cnr08","vertical":"pure-cell__vertical_cnr08","reverse":"pure-cell__reverse_cnr08"};
25
+ const styles$2 = {"component":"pure-cell__component_rg02f","vertical":"pure-cell__vertical_rg02f","reverse":"pure-cell__reverse_rg02f"};
26
26
  require('./components/main/index.css')
27
27
 
28
28
  const Main = ({ children, isReverse, dataTestId }) => {
@@ -32,7 +32,7 @@ const Main = ({ children, isReverse, dataTestId }) => {
32
32
  }), "data-test-id": getDataTestId(dataTestId, 'main') }, children));
33
33
  };
34
34
 
35
- const styles$1 = {"horizontal":"pure-cell__horizontal_bbpqy","rowLimit1":"pure-cell__rowLimit1_bbpqy","rowLimit2":"pure-cell__rowLimit2_bbpqy","component":"pure-cell__component_bbpqy","vertical":"pure-cell__vertical_bbpqy","title":"pure-cell__title_bbpqy","value":"pure-cell__value_bbpqy"};
35
+ const styles$1 = {"horizontal":"pure-cell__horizontal_1ylu3","rowLimit1":"pure-cell__rowLimit1_1ylu3","rowLimit2":"pure-cell__rowLimit2_1ylu3","component":"pure-cell__component_1ylu3","vertical":"pure-cell__vertical_1ylu3","title":"pure-cell__title_1ylu3","value":"pure-cell__value_1ylu3"};
36
36
  require('./components/text/index.css')
37
37
 
38
38
  const Text = ({ children, value, rowLimit, view = 'component', titleWeight, titleColor, valueColor, dataTestId, }) => {
@@ -47,7 +47,7 @@ const Text = ({ children, value, rowLimit, view = 'component', titleWeight, titl
47
47
  React.createElement(Typography.Text, { view: view, color: valueColor, className: className, "data-test-id": getDataTestId(dataTestId, 'text_value') }, value)))));
48
48
  };
49
49
 
50
- const styles = {"component":"pure-cell__component_r9rhn","horizontal":"pure-cell__horizontal_r9rhn","vertical":"pure-cell__vertical_r9rhn","button":"pure-cell__button_r9rhn","link":"pure-cell__link_r9rhn","none":"pure-cell__none_r9rhn","airy":"pure-cell__airy_r9rhn","defaultPadding":"pure-cell__defaultPadding_r9rhn","compact":"pure-cell__compact_r9rhn","tiny":"pure-cell__tiny_r9rhn","left":"pure-cell__left_r9rhn","right":"pure-cell__right_r9rhn","both":"pure-cell__both_r9rhn","focused":"pure-cell__focused_r9rhn"};
50
+ const styles = {"component":"pure-cell__component_ezgzl","horizontal":"pure-cell__horizontal_ezgzl","vertical":"pure-cell__vertical_ezgzl","button":"pure-cell__button_ezgzl","link":"pure-cell__link_ezgzl","none":"pure-cell__none_ezgzl","airy":"pure-cell__airy_ezgzl","defaultPadding":"pure-cell__defaultPadding_ezgzl","compact":"pure-cell__compact_ezgzl","tiny":"pure-cell__tiny_ezgzl","left":"pure-cell__left_ezgzl","right":"pure-cell__right_ezgzl","both":"pure-cell__both_ezgzl","focused":"pure-cell__focused_ezgzl"};
51
51
  require('./index.css')
52
52
 
53
53
  /* eslint-disable react/jsx-no-constructed-context-values */