@alfalab/core-components-pure-cell 4.6.0 → 4.7.0

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 (161) hide show
  1. package/{component-8ae5e9f0.js → component-a580c14f.js} +11 -11
  2. package/component.js +1 -1
  3. package/components/addon/component.js +1 -1
  4. package/components/addon/index.css +11 -11
  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 +3 -3
  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 +4 -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 +6 -6
  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 +4 -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 +5 -5
  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 +3 -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 +6 -6
  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 +5 -5
  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 +8 -8
  44. package/components/text/index.d.ts +1 -1
  45. package/components/text/index.js +1 -1
  46. package/components/types.d.ts +3 -3
  47. package/cssm/components/addon/index.module.css +1 -1
  48. package/cssm/components/amount/index.module.css +1 -1
  49. package/cssm/components/amount-title/index.module.css +1 -1
  50. package/cssm/components/category/index.module.css +1 -1
  51. package/cssm/components/content/index.module.css +1 -1
  52. package/cssm/components/footer/index.module.css +1 -1
  53. package/cssm/components/footer-button/index.module.css +1 -1
  54. package/cssm/components/graphics/index.module.css +1 -1
  55. package/cssm/components/main/index.module.css +1 -1
  56. package/cssm/components/text/index.module.css +1 -1
  57. package/cssm/components/types.d.ts +3 -3
  58. package/cssm/index.module.css +1 -1
  59. package/esm/{component-7bedc2d7.js → component-d135ef3a.js} +11 -11
  60. package/esm/component.js +1 -1
  61. package/esm/components/addon/component.js +1 -1
  62. package/esm/components/addon/index.css +11 -11
  63. package/esm/components/addon/index.d.ts +1 -1
  64. package/esm/components/addon/index.js +1 -1
  65. package/esm/components/amount/component.js +1 -1
  66. package/esm/components/amount/index.css +3 -3
  67. package/esm/components/amount/index.d.ts +1 -1
  68. package/esm/components/amount/index.js +1 -1
  69. package/esm/components/amount-title/component.js +1 -1
  70. package/esm/components/amount-title/index.css +4 -4
  71. package/esm/components/amount-title/index.d.ts +1 -1
  72. package/esm/components/amount-title/index.js +1 -1
  73. package/esm/components/category/component.js +1 -1
  74. package/esm/components/category/index.css +6 -6
  75. package/esm/components/category/index.d.ts +1 -1
  76. package/esm/components/category/index.js +1 -1
  77. package/esm/components/content/component.js +1 -1
  78. package/esm/components/content/index.css +4 -4
  79. package/esm/components/content/index.d.ts +1 -1
  80. package/esm/components/content/index.js +1 -1
  81. package/esm/components/footer/component.js +1 -1
  82. package/esm/components/footer/index.css +5 -5
  83. package/esm/components/footer/index.d.ts +1 -1
  84. package/esm/components/footer/index.js +1 -1
  85. package/esm/components/footer-button/component.js +1 -1
  86. package/esm/components/footer-button/index.css +3 -3
  87. package/esm/components/footer-button/index.d.ts +1 -1
  88. package/esm/components/footer-button/index.js +1 -1
  89. package/esm/components/footer-text/component.js +1 -1
  90. package/esm/components/footer-text/index.d.ts +1 -1
  91. package/esm/components/footer-text/index.js +1 -1
  92. package/esm/components/graphics/component.js +1 -1
  93. package/esm/components/graphics/index.css +6 -6
  94. package/esm/components/graphics/index.d.ts +1 -1
  95. package/esm/components/graphics/index.js +1 -1
  96. package/esm/components/main/component.js +1 -1
  97. package/esm/components/main/index.css +5 -5
  98. package/esm/components/main/index.d.ts +1 -1
  99. package/esm/components/main/index.js +1 -1
  100. package/esm/components/text/component.js +1 -1
  101. package/esm/components/text/index.css +8 -8
  102. package/esm/components/text/index.d.ts +1 -1
  103. package/esm/components/text/index.js +1 -1
  104. package/esm/components/types.d.ts +3 -3
  105. package/esm/index.css +22 -22
  106. package/esm/index.js +1 -1
  107. package/index.css +22 -22
  108. package/index.js +1 -1
  109. package/modern/{component-edffa17d.js → component-1458a9e3.js} +11 -11
  110. package/modern/component.js +1 -1
  111. package/modern/components/addon/component.js +1 -1
  112. package/modern/components/addon/index.css +11 -11
  113. package/modern/components/addon/index.d.ts +1 -1
  114. package/modern/components/addon/index.js +1 -1
  115. package/modern/components/amount/component.js +1 -1
  116. package/modern/components/amount/index.css +3 -3
  117. package/modern/components/amount/index.d.ts +1 -1
  118. package/modern/components/amount/index.js +1 -1
  119. package/modern/components/amount-title/component.js +1 -1
  120. package/modern/components/amount-title/index.css +4 -4
  121. package/modern/components/amount-title/index.d.ts +1 -1
  122. package/modern/components/amount-title/index.js +1 -1
  123. package/modern/components/category/component.js +1 -1
  124. package/modern/components/category/index.css +6 -6
  125. package/modern/components/category/index.d.ts +1 -1
  126. package/modern/components/category/index.js +1 -1
  127. package/modern/components/content/component.js +1 -1
  128. package/modern/components/content/index.css +4 -4
  129. package/modern/components/content/index.d.ts +1 -1
  130. package/modern/components/content/index.js +1 -1
  131. package/modern/components/footer/component.js +1 -1
  132. package/modern/components/footer/index.css +5 -5
  133. package/modern/components/footer/index.d.ts +1 -1
  134. package/modern/components/footer/index.js +1 -1
  135. package/modern/components/footer-button/component.js +1 -1
  136. package/modern/components/footer-button/index.css +3 -3
  137. package/modern/components/footer-button/index.d.ts +1 -1
  138. package/modern/components/footer-button/index.js +1 -1
  139. package/modern/components/footer-text/component.js +1 -1
  140. package/modern/components/footer-text/index.d.ts +1 -1
  141. package/modern/components/footer-text/index.js +1 -1
  142. package/modern/components/graphics/component.js +1 -1
  143. package/modern/components/graphics/index.css +6 -6
  144. package/modern/components/graphics/index.d.ts +1 -1
  145. package/modern/components/graphics/index.js +1 -1
  146. package/modern/components/main/component.js +1 -1
  147. package/modern/components/main/index.css +5 -5
  148. package/modern/components/main/index.d.ts +1 -1
  149. package/modern/components/main/index.js +1 -1
  150. package/modern/components/text/component.js +1 -1
  151. package/modern/components/text/index.css +8 -8
  152. package/modern/components/text/index.d.ts +1 -1
  153. package/modern/components/text/index.js +1 -1
  154. package/modern/components/types.d.ts +3 -3
  155. package/modern/index.css +22 -22
  156. package/modern/index.js +1 -1
  157. package/package.json +4 -4
  158. package/src/components/types.ts +7 -5
  159. /package/{component-8ae5e9f0.d.ts → component-a580c14f.d.ts} +0 -0
  160. /package/esm/{component-7bedc2d7.d.ts → component-d135ef3a.d.ts} +0 -0
  161. /package/modern/{component-edffa17d.d.ts → component-1458a9e3.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
- /* hash: 1k75z */
2
- :root {
1
+ /* hash: bew3t */
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 {
4
4
  --color-light-bg-secondary: #f2f3f5; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -19,21 +19,21 @@
19
19
  --gap-xs: 8px;
20
20
  } :root {
21
21
  } :root {
22
- } .pure-cell__component_g9byr {
22
+ } .pure-cell__component_eg0r2 {
23
23
  display: flex;
24
24
  overflow: hidden;
25
25
  padding: var(--gap-3xs) 0;
26
- } .pure-cell__categoryName_g9byr {
26
+ } .pure-cell__categoryName_eg0r2 {
27
27
  display: -webkit-box;
28
28
  -webkit-line-clamp: 1;
29
29
  -webkit-box-orient: vertical;
30
30
  overflow: hidden;
31
31
  word-break: break-all;
32
- } .pure-cell__categoryPercent_g9byr {
32
+ } .pure-cell__categoryPercent_eg0r2 {
33
33
  padding: 0 var(--gap-xs);
34
34
  background-color: var(--color-light-bg-secondary);
35
35
  border-radius: var(--border-radius-xl);
36
36
  margin-left: var(--gap-2xs);
37
- } .pure-cell__rightAddon_g9byr {
37
+ } .pure-cell__rightAddon_eg0r2 {
38
38
  margin-left: var(--gap-2xs);
39
39
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { C as Category } from '../../component-7bedc2d7.js';
1
+ export { C as Category } from '../../component-d135ef3a.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '@alfalab/core-components-shared/esm';
4
- export { c as Content } from '../../component-7bedc2d7.js';
4
+ export { c as Content } from '../../component-d135ef3a.js';
@@ -1,5 +1,5 @@
1
- /* hash: m8yot */
2
- :root {
1
+ /* hash: syofj */
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 */
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 */
5
5
  } :root {
@@ -14,11 +14,11 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_3m4d1 {
17
+ } .pure-cell__component_gnxxv {
18
18
  flex-basis: 100%;
19
19
  display: grid;
20
20
  grid-template-columns: 1fr auto
21
- } .pure-cell__component_3m4d1.pure-cell__horizontal_3m4d1 {
21
+ } .pure-cell__component_gnxxv.pure-cell__horizontal_gnxxv {
22
22
  /* for button */
23
23
  align-self: stretch;
24
24
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { c as Content } from '../../component-7bedc2d7.js';
1
+ export { c as Content } from '../../component-d135ef3a.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '@alfalab/core-components-shared/esm';
4
- export { F as Footer } from '../../component-7bedc2d7.js';
4
+ export { F as Footer } from '../../component-d135ef3a.js';
@@ -1,5 +1,5 @@
1
- /* hash: pq9tq */
2
- :root {
1
+ /* hash: wfzkg */
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 */
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 */
5
5
  } :root {
@@ -15,12 +15,12 @@
15
15
  --gap-xs: 8px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_q31rg {
18
+ } .pure-cell__component_i4vg8 {
19
19
  grid-column: 1/3;
20
20
  display: grid;
21
21
  grid-row-gap: var(--gap-xs)
22
- } .pure-cell__component_q31rg.pure-cell__none_q31rg {
22
+ } .pure-cell__component_i4vg8.pure-cell__none_i4vg8 {
23
23
  margin-top: 0;
24
- } .pure-cell__component_q31rg.pure-cell__default_q31rg {
24
+ } .pure-cell__component_i4vg8.pure-cell__default_i4vg8 {
25
25
  margin-top: var(--gap-xs);
26
26
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { F as Footer } from '../../component-7bedc2d7.js';
1
+ export { F as Footer } from '../../component-d135ef3a.js';
@@ -2,4 +2,4 @@ import 'tslib';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-button/esm';
4
4
  import '@alfalab/core-components-shared/esm';
5
- export { d as FooterButton } from '../../component-7bedc2d7.js';
5
+ export { d as FooterButton } from '../../component-d135ef3a.js';
@@ -1,5 +1,5 @@
1
- /* hash: 1dw09 */
2
- :root {
1
+ /* hash: 176ai */
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 */
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 */
5
5
  } :root {
@@ -14,6 +14,6 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_i0599 {
17
+ } .pure-cell__component_1xxum {
18
18
  justify-self: start;
19
19
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { d as FooterButton } from '../../component-7bedc2d7.js';
1
+ export { d as FooterButton } from '../../component-d135ef3a.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import '@alfalab/core-components-shared/esm';
3
3
  import '@alfalab/core-components-typography/esm';
4
- export { e as FooterText } from '../../component-7bedc2d7.js';
4
+ export { e as FooterText } from '../../component-d135ef3a.js';
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { e as FooterText } from '../../component-7bedc2d7.js';
1
+ export { e as FooterText } from '../../component-d135ef3a.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '@alfalab/core-components-shared/esm';
4
- export { G as Graphics } from '../../component-7bedc2d7.js';
4
+ export { G as Graphics } from '../../component-d135ef3a.js';
@@ -1,5 +1,5 @@
1
- /* hash: iqvel */
2
- :root {
1
+ /* hash: qzidu */
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 */
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 */
5
5
  } :root {
@@ -14,13 +14,13 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_1s05n {
17
+ } .pure-cell__component_1m2ye {
18
18
  display: inline-flex;
19
19
  flex-basis: auto;
20
- } .pure-cell__top_1s05n {
20
+ } .pure-cell__top_1m2ye {
21
21
  align-self: flex-start;
22
- } .pure-cell__center_1s05n {
22
+ } .pure-cell__center_1m2ye {
23
23
  align-self: center;
24
- } .pure-cell__bottom_1s05n {
24
+ } .pure-cell__bottom_1m2ye {
25
25
  align-self: flex-end;
26
26
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { G as Graphics } from '../../component-7bedc2d7.js';
1
+ export { G as Graphics } from '../../component-d135ef3a.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '@alfalab/core-components-shared/esm';
4
- export { M as Main } from '../../component-7bedc2d7.js';
4
+ export { M as Main } from '../../component-d135ef3a.js';
@@ -1,5 +1,5 @@
1
- /* hash: f1qv3 */
2
- :root {
1
+ /* hash: 1nu0q */
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 */
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 */
5
5
  } :root {
@@ -15,20 +15,20 @@
15
15
  --gap-3xs: 2px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_2wu4y {
18
+ } .pure-cell__component_fynps {
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_2wu4y.pure-cell__vertical_2wu4y {
25
+ } .pure-cell__component_fynps.pure-cell__vertical_fynps {
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_2wu4y.pure-cell__reverse_2wu4y {
32
+ } .pure-cell__component_fynps.pure-cell__reverse_fynps {
33
33
  flex-direction: column-reverse;
34
34
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { M as Main } from '../../component-7bedc2d7.js';
1
+ export { M as Main } from '../../component-d135ef3a.js';
@@ -2,4 +2,4 @@ import 'react';
2
2
  import 'classnames';
3
3
  import '@alfalab/core-components-shared/esm';
4
4
  import '@alfalab/core-components-typography/esm';
5
- export { T as Text } from '../../component-7bedc2d7.js';
5
+ export { T as Text } from '../../component-d135ef3a.js';
@@ -1,5 +1,5 @@
1
- /* hash: 10t9a */
2
- :root {
1
+ /* hash: 17iz1 */
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 */
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 */
5
5
  } :root {
@@ -16,29 +16,29 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .pure-cell__horizontal_10ste {
19
+ } .pure-cell__horizontal_sun3b {
20
20
  padding: var(--gap-3xs) 0;
21
- } .pure-cell__rowLimit1_10ste {
21
+ } .pure-cell__rowLimit1_sun3b {
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_10ste {
27
+ } .pure-cell__rowLimit2_sun3b {
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_10ste {
32
+ } .pure-cell__component_sun3b {
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_10ste .pure-cell__vertical_10ste {
39
+ } .pure-cell__component_sun3b .pure-cell__vertical_sun3b {
40
40
  justify-content: center;
41
- } .pure-cell__title_10ste + .pure-cell__value_10ste {
41
+ } .pure-cell__title_sun3b + .pure-cell__value_sun3b {
42
42
  margin-left: var(--gap-m);
43
43
  flex-shrink: 0;
44
44
  }
@@ -1 +1 @@
1
- export * from "../../component-7bedc2d7";
1
+ export * from "../../component-d135ef3a";
@@ -1 +1 @@
1
- export { T as Text } from '../../component-7bedc2d7.js';
1
+ export { T as Text } from '../../component-d135ef3a.js';
@@ -7,14 +7,14 @@ import { FooterText } from "./footer-text/index";
7
7
  import { Graphics } from "./graphics/index";
8
8
  import { Text } from "./text/index";
9
9
  type TextElement = ReactElement<typeof Text>;
10
- type GraphicsElement = ReactElement<typeof Graphics>;
10
+ type GraphicsElement = ReactElement<typeof Graphics> | boolean | null;
11
11
  type AmountElement = ReactElement<typeof Amount>;
12
12
  type AmountTitleElement = ReactElement<typeof AmountTitle>;
13
13
  type CommentElement = ReactElement<typeof Comment>;
14
14
  type FooterButtonElement = ReactElement<typeof FooterButton>;
15
15
  type FooterTitleElement = ReactElement<typeof FooterText>;
16
- type FooterElement = Array<ReactElement<FooterButtonElement> | FooterTitleElement> | CommentElement;
17
- type MainElement = Array<undefined | '' | TextElement | AmountElement | AmountTitleElement> | (TextElement | AmountElement | AmountTitleElement);
16
+ type FooterElement = Array<ReactElement<FooterButtonElement> | FooterTitleElement | boolean | null> | CommentElement | boolean | null;
17
+ type MainElement = Array<undefined | '' | boolean | null | TextElement | AmountElement | AmountTitleElement> | (TextElement | AmountElement | AmountTitleElement | boolean | null);
18
18
  type ContentElement = Array<MainElement | AddonElement | FooterElement> | MainElement;
19
19
  type AddonElement = Array<TextElement | ReactNode> | TextElement | ReactNode;
20
20
  type PureCellElement = Array<GraphicsElement | ContentElement> | ContentElement;
package/esm/index.css CHANGED
@@ -1,5 +1,5 @@
1
- /* hash: 196m7 */
2
- :root {
1
+ /* hash: 1xwj4 */
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 {
4
4
  --color-light-border-link: #2288fa; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -20,21 +20,21 @@
20
20
  } :root {
21
21
  } :root {
22
22
  --focus-color: var(--color-light-border-link);
23
- } .pure-cell__component_1q7ju {
23
+ } .pure-cell__component_l7kda {
24
24
  text-align: unset;
25
25
  box-sizing: border-box;
26
- } .pure-cell__horizontal_1q7ju {
26
+ } .pure-cell__horizontal_l7kda {
27
27
  display: flex;
28
28
  width: 100%
29
- } .pure-cell__horizontal_1q7ju > section:not(:last-child) {
29
+ } .pure-cell__horizontal_l7kda > section:not(:last-child) {
30
30
  margin-right: var(--gap-m);
31
- } .pure-cell__vertical_1q7ju {
31
+ } .pure-cell__vertical_l7kda {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  flex-direction: column
35
- } .pure-cell__vertical_1q7ju > section:not(:last-child) {
35
+ } .pure-cell__vertical_l7kda > section:not(:last-child) {
36
36
  margin-bottom: var(--gap-s);
37
- } .pure-cell__button_1q7ju {
37
+ } .pure-cell__button_l7kda {
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_1q7ju:hover {
45
+ } .pure-cell__button_l7kda:hover {
46
46
  opacity: 0.8;
47
- } .pure-cell__button_1q7ju:active {
47
+ } .pure-cell__button_l7kda:active {
48
48
  opacity: 0.6;
49
- } .pure-cell__link_1q7ju {
49
+ } .pure-cell__link_l7kda {
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_1q7ju:hover {
54
+ } .pure-cell__link_l7kda:hover {
55
55
  opacity: 0.8;
56
- } .pure-cell__link_1q7ju:active {
56
+ } .pure-cell__link_l7kda:active {
57
57
  opacity: 0.6;
58
- } .pure-cell__none_1q7ju {
58
+ } .pure-cell__none_l7kda {
59
59
  padding: 0;
60
- } .pure-cell__airy_1q7ju {
60
+ } .pure-cell__airy_l7kda {
61
61
  padding: var(--gap-m) 0;
62
- } .pure-cell__defaultPadding_1q7ju {
62
+ } .pure-cell__defaultPadding_l7kda {
63
63
  padding: var(--gap-s) 0;
64
- } .pure-cell__compact_1q7ju {
64
+ } .pure-cell__compact_l7kda {
65
65
  padding: var(--gap-xs) 0;
66
- } .pure-cell__tiny_1q7ju {
66
+ } .pure-cell__tiny_l7kda {
67
67
  padding: var(--gap-2xs) 0;
68
- } .pure-cell__left_1q7ju {
68
+ } .pure-cell__left_l7kda {
69
69
  padding-left: var(--gap-m);
70
- } .pure-cell__right_1q7ju {
70
+ } .pure-cell__right_l7kda {
71
71
  padding-right: var(--gap-m);
72
- } .pure-cell__both_1q7ju {
72
+ } .pure-cell__both_l7kda {
73
73
  padding-right: var(--gap-m);
74
74
  padding-left: var(--gap-m);
75
- } .pure-cell__focused_1q7ju {
75
+ } .pure-cell__focused_l7kda {
76
76
  outline: 2px solid var(--focus-color);
77
77
  outline-offset: 2px;
78
78
  }
package/esm/index.js CHANGED
@@ -1 +1 @@
1
- export { P as PureCell } from './component-7bedc2d7.js';
1
+ export { P as PureCell } from './component-d135ef3a.js';
package/index.css CHANGED
@@ -1,5 +1,5 @@
1
- /* hash: 196m7 */
2
- :root {
1
+ /* hash: 1xwj4 */
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 {
4
4
  --color-light-border-link: #2288fa; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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 */
@@ -20,21 +20,21 @@
20
20
  } :root {
21
21
  } :root {
22
22
  --focus-color: var(--color-light-border-link);
23
- } .pure-cell__component_1q7ju {
23
+ } .pure-cell__component_l7kda {
24
24
  text-align: unset;
25
25
  box-sizing: border-box;
26
- } .pure-cell__horizontal_1q7ju {
26
+ } .pure-cell__horizontal_l7kda {
27
27
  display: flex;
28
28
  width: 100%
29
- } .pure-cell__horizontal_1q7ju > section:not(:last-child) {
29
+ } .pure-cell__horizontal_l7kda > section:not(:last-child) {
30
30
  margin-right: var(--gap-m);
31
- } .pure-cell__vertical_1q7ju {
31
+ } .pure-cell__vertical_l7kda {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  flex-direction: column
35
- } .pure-cell__vertical_1q7ju > section:not(:last-child) {
35
+ } .pure-cell__vertical_l7kda > section:not(:last-child) {
36
36
  margin-bottom: var(--gap-s);
37
- } .pure-cell__button_1q7ju {
37
+ } .pure-cell__button_l7kda {
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_1q7ju:hover {
45
+ } .pure-cell__button_l7kda:hover {
46
46
  opacity: 0.8;
47
- } .pure-cell__button_1q7ju:active {
47
+ } .pure-cell__button_l7kda:active {
48
48
  opacity: 0.6;
49
- } .pure-cell__link_1q7ju {
49
+ } .pure-cell__link_l7kda {
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_1q7ju:hover {
54
+ } .pure-cell__link_l7kda:hover {
55
55
  opacity: 0.8;
56
- } .pure-cell__link_1q7ju:active {
56
+ } .pure-cell__link_l7kda:active {
57
57
  opacity: 0.6;
58
- } .pure-cell__none_1q7ju {
58
+ } .pure-cell__none_l7kda {
59
59
  padding: 0;
60
- } .pure-cell__airy_1q7ju {
60
+ } .pure-cell__airy_l7kda {
61
61
  padding: var(--gap-m) 0;
62
- } .pure-cell__defaultPadding_1q7ju {
62
+ } .pure-cell__defaultPadding_l7kda {
63
63
  padding: var(--gap-s) 0;
64
- } .pure-cell__compact_1q7ju {
64
+ } .pure-cell__compact_l7kda {
65
65
  padding: var(--gap-xs) 0;
66
- } .pure-cell__tiny_1q7ju {
66
+ } .pure-cell__tiny_l7kda {
67
67
  padding: var(--gap-2xs) 0;
68
- } .pure-cell__left_1q7ju {
68
+ } .pure-cell__left_l7kda {
69
69
  padding-left: var(--gap-m);
70
- } .pure-cell__right_1q7ju {
70
+ } .pure-cell__right_l7kda {
71
71
  padding-right: var(--gap-m);
72
- } .pure-cell__both_1q7ju {
72
+ } .pure-cell__both_l7kda {
73
73
  padding-right: var(--gap-m);
74
74
  padding-left: var(--gap-m);
75
- } .pure-cell__focused_1q7ju {
75
+ } .pure-cell__focused_l7kda {
76
76
  outline: 2px solid var(--focus-color);
77
77
  outline-offset: 2px;
78
78
  }
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var components_addon_component = require('./component-8ae5e9f0.js');
5
+ var components_addon_component = require('./component-a580c14f.js');
6
6
 
7
7
 
8
8