@alfalab/core-components 44.5.0-beta.2 → 44.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/badge/Component.js +18 -8
  2. package/badge/cssm/Component.js +17 -7
  3. package/badge/cssm/index.module.css +4 -2
  4. package/badge/esm/Component.js +18 -8
  5. package/badge/esm/index.css +4 -2
  6. package/badge/index.css +4 -2
  7. package/badge/modern/Component.js +18 -8
  8. package/badge/modern/index.css +4 -2
  9. package/confirmation/component.responsive.js +1 -1
  10. package/confirmation/components/base-confirmation/component.js +1 -1
  11. package/confirmation/components/base-confirmation/index.js +1 -1
  12. package/confirmation/components/index.js +1 -1
  13. package/confirmation/components/screens/index.js +1 -1
  14. package/confirmation/components/screens/initial/component.js +1 -1
  15. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  16. package/confirmation/components/screens/initial/index.js +1 -1
  17. package/confirmation/desktop/component.desktop.js +1 -1
  18. package/confirmation/desktop/index.js +1 -1
  19. package/confirmation/esm/component.responsive.js +1 -1
  20. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  21. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  22. package/confirmation/esm/components/index.js +1 -1
  23. package/confirmation/esm/components/screens/index.js +1 -1
  24. package/confirmation/esm/components/screens/initial/component.js +1 -1
  25. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  26. package/confirmation/esm/components/screens/initial/index.js +1 -1
  27. package/confirmation/esm/desktop/component.desktop.js +1 -1
  28. package/confirmation/esm/desktop/index.js +1 -1
  29. package/confirmation/esm/index.js +1 -1
  30. package/confirmation/esm/mobile/component.mobile.js +1 -1
  31. package/confirmation/esm/mobile/index.js +1 -1
  32. package/confirmation/esm/shared/index.js +1 -1
  33. package/confirmation/index.js +1 -1
  34. package/confirmation/mobile/component.mobile.js +1 -1
  35. package/confirmation/mobile/index.js +1 -1
  36. package/confirmation/modern/component.responsive.js +1 -1
  37. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  38. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  39. package/confirmation/modern/components/index.js +1 -1
  40. package/confirmation/modern/components/screens/index.js +1 -1
  41. package/confirmation/modern/components/screens/initial/component.js +1 -1
  42. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  43. package/confirmation/modern/components/screens/initial/index.js +1 -1
  44. package/confirmation/modern/desktop/component.desktop.js +1 -1
  45. package/confirmation/modern/desktop/index.js +1 -1
  46. package/confirmation/modern/index.js +1 -1
  47. package/confirmation/modern/mobile/component.mobile.js +1 -1
  48. package/confirmation/modern/mobile/index.js +1 -1
  49. package/confirmation/modern/shared/index.js +1 -1
  50. package/confirmation/shared/index.js +1 -1
  51. package/package.json +1 -1
  52. package/pure-cell/component.js +1 -1
  53. package/pure-cell/components/content/component.js +1 -1
  54. package/pure-cell/components/content/index.d.ts +1 -1
  55. package/pure-cell/components/content/index.js +1 -1
  56. package/pure-cell/components/main/component.js +1 -1
  57. package/pure-cell/components/main/index.d.ts +1 -1
  58. package/pure-cell/components/main/index.js +1 -1
  59. package/pure-cell/components/text/component.js +1 -1
  60. package/pure-cell/components/text/index.d.ts +1 -1
  61. package/pure-cell/components/text/index.js +1 -1
  62. package/pure-cell/esm/component.js +1 -1
  63. package/pure-cell/esm/components/content/component.js +1 -1
  64. package/pure-cell/esm/components/content/index.d.ts +1 -1
  65. package/pure-cell/esm/components/content/index.js +1 -1
  66. package/pure-cell/esm/components/main/component.js +1 -1
  67. package/pure-cell/esm/components/main/index.d.ts +1 -1
  68. package/pure-cell/esm/components/main/index.js +1 -1
  69. package/pure-cell/esm/components/text/component.js +1 -1
  70. package/pure-cell/esm/components/text/index.d.ts +1 -1
  71. package/pure-cell/esm/components/text/index.js +1 -1
  72. package/pure-cell/esm/index.js +1 -1
  73. package/pure-cell/index.js +1 -1
  74. package/pure-cell/modern/component.js +1 -1
  75. package/pure-cell/modern/components/content/component.js +1 -1
  76. package/pure-cell/modern/components/content/index.d.ts +1 -1
  77. package/pure-cell/modern/components/content/index.js +1 -1
  78. package/pure-cell/modern/components/main/component.js +1 -1
  79. package/pure-cell/modern/components/main/index.d.ts +1 -1
  80. package/pure-cell/modern/components/main/index.js +1 -1
  81. package/pure-cell/modern/components/text/component.js +1 -1
  82. package/pure-cell/modern/components/text/index.d.ts +1 -1
  83. package/pure-cell/modern/components/text/index.js +1 -1
  84. package/pure-cell/modern/index.js +1 -1
  85. package/radio/cssm/index.module.css +10 -7
  86. package/radio/esm/index.css +10 -7
  87. package/radio/index.css +10 -7
  88. package/radio/modern/index.css +10 -7
  89. package/select/Component.responsive.js +1 -1
  90. package/select/esm/Component.responsive.js +1 -1
  91. package/select/esm/index.js +1 -1
  92. package/select/esm/mobile/Component.mobile.js +1 -1
  93. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  94. package/select/esm/mobile/index.js +1 -1
  95. package/select/esm/presets/index.js +1 -1
  96. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  97. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  98. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  99. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  100. package/select/esm/shared/index.js +1 -1
  101. package/select/index.js +1 -1
  102. package/select/mobile/Component.mobile.js +1 -1
  103. package/select/mobile/Component.modal.mobile.js +1 -1
  104. package/select/mobile/index.js +1 -1
  105. package/select/modern/Component.responsive.js +1 -1
  106. package/select/modern/index.js +1 -1
  107. package/select/modern/mobile/Component.mobile.js +1 -1
  108. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  109. package/select/modern/mobile/index.js +1 -1
  110. package/select/modern/presets/index.js +1 -1
  111. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  112. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  113. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  114. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  115. package/select/modern/shared/index.js +1 -1
  116. package/select/presets/index.js +1 -1
  117. package/select/presets/useSelectWithApply/hook.js +1 -1
  118. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  119. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  120. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  121. package/select/shared/index.js +1 -1
  122. package/side-panel/Component.responsive.js +1 -1
  123. package/side-panel/components/controls/Component.js +1 -1
  124. package/side-panel/components/controls/index.js +1 -1
  125. package/side-panel/components/footer/Component.desktop.js +1 -1
  126. package/side-panel/components/footer/Component.js +1 -1
  127. package/side-panel/components/footer/Component.mobile.js +1 -1
  128. package/side-panel/desktop/Component.desktop.js +1 -1
  129. package/side-panel/desktop/index.js +1 -1
  130. package/side-panel/esm/Component.responsive.js +1 -1
  131. package/side-panel/esm/components/controls/Component.js +1 -1
  132. package/side-panel/esm/components/controls/index.js +1 -1
  133. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  134. package/side-panel/esm/components/footer/Component.js +1 -1
  135. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  136. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  137. package/side-panel/esm/desktop/index.js +1 -1
  138. package/side-panel/esm/index.js +1 -1
  139. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  140. package/side-panel/esm/mobile/index.js +1 -1
  141. package/side-panel/index.js +1 -1
  142. package/side-panel/mobile/Component.mobile.js +1 -1
  143. package/side-panel/mobile/index.js +1 -1
  144. package/side-panel/modern/Component.responsive.js +1 -1
  145. package/side-panel/modern/components/controls/Component.js +1 -1
  146. package/side-panel/modern/components/controls/index.js +1 -1
  147. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  148. package/side-panel/modern/components/footer/Component.js +1 -1
  149. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  150. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  151. package/side-panel/modern/desktop/index.js +1 -1
  152. package/side-panel/modern/index.js +1 -1
  153. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  154. package/side-panel/modern/mobile/index.js +1 -1
  155. package/switch/cssm/index.module.css +2 -2
  156. package/switch/esm/index.css +2 -2
  157. package/switch/index.css +2 -2
  158. package/switch/modern/index.css +2 -2
  159. package/tab-bar/cssm/index.module.css +3 -1
  160. package/tab-bar/esm/index.css +3 -1
  161. package/tab-bar/index.css +3 -1
  162. package/tab-bar/modern/index.css +3 -1
  163. package/tabs/collapsible/index.js +1 -1
  164. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  165. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  166. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  167. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  168. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  169. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  170. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  171. package/tabs/components/tabs/Component.collapsible.js +1 -1
  172. package/tabs/components/tabs/Component.desktop.js +2 -2
  173. package/tabs/components/tabs/Component.mobile.js +2 -2
  174. package/tabs/components/tabs/Component.responsive.js +2 -2
  175. package/tabs/desktop/index.js +2 -2
  176. package/tabs/esm/collapsible/index.js +1 -1
  177. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  178. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  179. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  180. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  181. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  182. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  183. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  184. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  185. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  186. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  187. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  188. package/tabs/esm/desktop/index.js +2 -2
  189. package/tabs/esm/index.js +2 -2
  190. package/tabs/esm/mobile/index.js +2 -2
  191. package/tabs/index.js +2 -2
  192. package/tabs/mobile/index.js +2 -2
  193. package/tabs/modern/collapsible/index.js +1 -1
  194. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  195. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  196. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  197. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  198. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  199. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  200. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  201. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  202. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  203. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  204. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  205. package/tabs/modern/desktop/index.js +2 -2
  206. package/tabs/modern/index.js +2 -2
  207. package/tabs/modern/mobile/index.js +2 -2
  208. package/themes/compiled/mobile-dark-bluetint.css +19 -19
  209. package/themes/dist/compiled/mobile-dark-bluetint.css +198 -197
  210. /package/confirmation/{countdown-section-fcedf50a.d.ts → countdown-section-70e9fe01.d.ts} +0 -0
  211. /package/confirmation/{countdown-section-fcedf50a.js → countdown-section-70e9fe01.js} +0 -0
  212. /package/confirmation/esm/{countdown-section-a4b62979.d.ts → countdown-section-e2ea5d36.d.ts} +0 -0
  213. /package/confirmation/esm/{countdown-section-a4b62979.js → countdown-section-e2ea5d36.js} +0 -0
  214. /package/confirmation/modern/{countdown-section-3c0f612c.d.ts → countdown-section-8ce98378.d.ts} +0 -0
  215. /package/confirmation/modern/{countdown-section-3c0f612c.js → countdown-section-8ce98378.js} +0 -0
  216. /package/pure-cell/{component-8706ad6e.d.ts → component-b6918aec.d.ts} +0 -0
  217. /package/pure-cell/{component-8706ad6e.js → component-b6918aec.js} +0 -0
  218. /package/pure-cell/esm/{component-7c9120a5.d.ts → component-9a54b1ed.d.ts} +0 -0
  219. /package/pure-cell/esm/{component-7c9120a5.js → component-9a54b1ed.js} +0 -0
  220. /package/pure-cell/modern/{component-657583a6.d.ts → component-77a33c62.d.ts} +0 -0
  221. /package/pure-cell/modern/{component-657583a6.js → component-77a33c62.js} +0 -0
  222. /package/select/esm/{hook-b9d559da.d.ts → hook-0d643e3f.d.ts} +0 -0
  223. /package/select/esm/{hook-b9d559da.js → hook-0d643e3f.js} +0 -0
  224. /package/select/{hook-8a723404.d.ts → hook-a12d8a76.d.ts} +0 -0
  225. /package/select/{hook-8a723404.js → hook-a12d8a76.js} +0 -0
  226. /package/select/modern/{hook-d1a0d491.d.ts → hook-e0ac0fb2.d.ts} +0 -0
  227. /package/select/modern/{hook-d1a0d491.js → hook-e0ac0fb2.js} +0 -0
  228. /package/side-panel/esm/{layout.module-6bbd7c71.js → layout.module-9c3b5318.js} +0 -0
  229. /package/side-panel/{layout.module-ca0b42c6.js → layout.module-d3a775d7.js} +0 -0
  230. /package/side-panel/modern/{layout.module-f6060373.js → layout.module-653aa456.js} +0 -0
  231. /package/tabs/esm/{index.module-2e6bbad0.js → index.module-1e961bec.js} +0 -0
  232. /package/tabs/esm/{index.module-f4522cbb.js → index.module-b07a0a20.js} +0 -0
  233. /package/tabs/{index.module-915cefb2.js → index.module-6c875fed.js} +0 -0
  234. /package/tabs/{index.module-6317ca6b.js → index.module-dcd338c3.js} +0 -0
  235. /package/tabs/modern/{index.module-461a89ca.js → index.module-11a3c51b.js} +0 -0
  236. /package/tabs/modern/{index.module-9b682de1.js → index.module-b0eb0617.js} +0 -0
@@ -9,9 +9,22 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
9
9
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
10
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
11
11
 
12
- var styles = {"wrapper":"badge__wrapper_p8duf","s":"badge__s_p8duf","m":"badge__m_p8duf","xl":"badge__xl_p8duf","component":"badge__component_p8duf","background-accent":"badge__background-accent_p8duf","background-specialbg-secondary-transparent":"badge__background-specialbg-secondary-transparent_p8duf","background-primary":"badge__background-primary_p8duf","count":"badge__count_p8duf","outlineCount":"badge__outlineCount_p8duf","l":"badge__l_p8duf","heightS":"badge__heightS_p8duf","heightM":"badge__heightM_p8duf","heightL":"badge__heightL_p8duf","heightXL":"badge__heightXL_p8duf","heightXXL":"badge__heightXXL_p8duf","icon":"badge__icon_p8duf","positive":"badge__positive_p8duf","attention":"badge__attention_p8duf","negative":"badge__negative_p8duf","link":"badge__link_p8duf","tertiary":"badge__tertiary_p8duf","secondary":"badge__secondary_p8duf","primary":"badge__primary_p8duf","graphic-static-light":"badge__graphic-static-light_p8duf","graphic-primary":"badge__graphic-primary_p8duf","outline":"badge__outline_p8duf","outlineColor":"badge__outlineColor_p8duf","dot":"badge__dot_p8duf","isHidden":"badge__isHidden_p8duf"};
12
+ var styles = {"wrapper":"badge__wrapper_p8duf","s":"badge__s_p8duf","m":"badge__m_p8duf","xl":"badge__xl_p8duf","component":"badge__component_p8duf","background-accent":"badge__background-accent_p8duf","background-specialbg-secondary-transparent":"badge__background-specialbg-secondary-transparent_p8duf","background-primary":"badge__background-primary_p8duf","countWrapper":"badge__countWrapper_p8duf","count":"badge__count_p8duf","outlineCount":"badge__outlineCount_p8duf","l":"badge__l_p8duf","heightS":"badge__heightS_p8duf","heightM":"badge__heightM_p8duf","heightL":"badge__heightL_p8duf","heightXL":"badge__heightXL_p8duf","heightXXL":"badge__heightXXL_p8duf","icon":"badge__icon_p8duf","positive":"badge__positive_p8duf","attention":"badge__attention_p8duf","negative":"badge__negative_p8duf","link":"badge__link_p8duf","tertiary":"badge__tertiary_p8duf","secondary":"badge__secondary_p8duf","primary":"badge__primary_p8duf","graphic-static-light":"badge__graphic-static-light_p8duf","graphic-primary":"badge__graphic-primary_p8duf","outline":"badge__outline_p8duf","outlineColor":"badge__outlineColor_p8duf","dot":"badge__dot_p8duf","isHidden":"badge__isHidden_p8duf"};
13
13
  require('./index.css');
14
14
 
15
+ function getSize(height) {
16
+ if (height >= 16 && height <= 18)
17
+ return 'heightS';
18
+ if (height >= 19 && height <= 24)
19
+ return 'heightM';
20
+ if (height >= 25 && height <= 32)
21
+ return 'heightL';
22
+ if (height >= 33 && height <= 40)
23
+ return 'heightXL';
24
+ if (height >= 41)
25
+ return 'heightXXL';
26
+ return '';
27
+ }
15
28
  /**
16
29
  * @deprecated Используйте StatusBadge или Indicator
17
30
  */
@@ -22,18 +35,15 @@ var Badge = function (_a) {
22
35
  var isCountView = view === 'count';
23
36
  var isHidden = isCountView && typeof content === 'number' && content <= 0;
24
37
  var componentContent = isCountView && content && content >= 100 ? '99+' : content;
25
- var isHeightS = isCountView && height >= 16 && height <= 18;
26
- var isHeightM = isCountView && height >= 19 && height <= 24;
27
- var isHeightL = isCountView && height >= 25 && height <= 32;
28
- var isHeightXL = isCountView && height >= 33 && height <= 40;
29
- var isHeightXXL = isCountView && height >= 41 && height <= 48;
38
+ var heightSize = getSize(height);
30
39
  return (React__default.default.createElement("div", { className: cn__default.default(!isCountView && styles.wrapper, iconColor && styles[iconColor], (_b = {},
31
40
  _b[styles[size]] = !isCountView,
32
41
  _b[styles.outline] = !isCountView && visibleIconOutline,
33
42
  _b[styles.outlineColor] = !isCountView && visibleColorOutline,
34
- _b[styles.count] = isCountView,
43
+ _b[styles.countWrapper] = isCountView,
35
44
  _b), className), "data-test-id": dataTestId },
36
- React__default.default.createElement("div", { className: cn__default.default(styles.component, styles[size], styles[view], styles["background-".concat(color)], styles["graphic-".concat(iconUnderlayColor)], iconColor && styles[iconColor], isHeightS && styles.heightS, isHeightM && styles.heightM, isHeightL && styles.heightL, isHeightXL && styles.heightXL, isHeightXXL && styles.heightXXL, (_c = {},
45
+ React__default.default.createElement("div", { className: cn__default.default(styles.component, styles[size], styles[view], styles["background-".concat(color)], styles["graphic-".concat(iconUnderlayColor)], iconColor && styles[iconColor], (_c = {},
46
+ _c[styles[heightSize]] = isCountView,
37
47
  _c[styles.isHidden] = isHidden,
38
48
  _c[styles.dot] = !content,
39
49
  _c[styles.outlineCount] = isCountView && visibleIconOutline,
@@ -11,6 +11,19 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
11
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
  var styles__default = /*#__PURE__*/_interopDefaultCompat(styles);
13
13
 
14
+ function getSize(height) {
15
+ if (height >= 16 && height <= 18)
16
+ return 'heightS';
17
+ if (height >= 19 && height <= 24)
18
+ return 'heightM';
19
+ if (height >= 25 && height <= 32)
20
+ return 'heightL';
21
+ if (height >= 33 && height <= 40)
22
+ return 'heightXL';
23
+ if (height >= 41)
24
+ return 'heightXXL';
25
+ return '';
26
+ }
14
27
  /**
15
28
  * @deprecated Используйте StatusBadge или Indicator
16
29
  */
@@ -21,18 +34,15 @@ var Badge = function (_a) {
21
34
  var isCountView = view === 'count';
22
35
  var isHidden = isCountView && typeof content === 'number' && content <= 0;
23
36
  var componentContent = isCountView && content && content >= 100 ? '99+' : content;
24
- var isHeightS = isCountView && height >= 16 && height <= 18;
25
- var isHeightM = isCountView && height >= 19 && height <= 24;
26
- var isHeightL = isCountView && height >= 25 && height <= 32;
27
- var isHeightXL = isCountView && height >= 33 && height <= 40;
28
- var isHeightXXL = isCountView && height >= 41 && height <= 48;
37
+ var heightSize = getSize(height);
29
38
  return (React__default.default.createElement("div", { className: cn__default.default(!isCountView && styles__default.default.wrapper, iconColor && styles__default.default[iconColor], (_b = {},
30
39
  _b[styles__default.default[size]] = !isCountView,
31
40
  _b[styles__default.default.outline] = !isCountView && visibleIconOutline,
32
41
  _b[styles__default.default.outlineColor] = !isCountView && visibleColorOutline,
33
- _b[styles__default.default.count] = isCountView,
42
+ _b[styles__default.default.countWrapper] = isCountView,
34
43
  _b), className), "data-test-id": dataTestId },
35
- React__default.default.createElement("div", { className: cn__default.default(styles__default.default.component, styles__default.default[size], styles__default.default[view], styles__default.default["background-".concat(color)], styles__default.default["graphic-".concat(iconUnderlayColor)], iconColor && styles__default.default[iconColor], isHeightS && styles__default.default.heightS, isHeightM && styles__default.default.heightM, isHeightL && styles__default.default.heightL, isHeightXL && styles__default.default.heightXL, isHeightXXL && styles__default.default.heightXXL, (_c = {},
44
+ React__default.default.createElement("div", { className: cn__default.default(styles__default.default.component, styles__default.default[size], styles__default.default[view], styles__default.default["background-".concat(color)], styles__default.default["graphic-".concat(iconUnderlayColor)], iconColor && styles__default.default[iconColor], (_c = {},
45
+ _c[styles__default.default[heightSize]] = isCountView,
36
46
  _c[styles__default.default.isHidden] = isHidden,
37
47
  _c[styles__default.default.dot] = !content,
38
48
  _c[styles__default.default.outlineCount] = isCountView && visibleIconOutline,
@@ -73,11 +73,13 @@
73
73
  } .component.background-primary {
74
74
  background-color: var(--color-light-neutral-0);
75
75
  color: var(--color-light-text-primary);
76
- } .count {
76
+ } .countWrapper {
77
+ display: inline-flex;
78
+ border-radius: var(--border-radius-pill);
79
+ } .count {
77
80
  display: inline-flex;
78
81
  justify-content: center;
79
82
  align-items: center;
80
- border-radius: var(--border-radius-pill);
81
83
  } .outlineCount {
82
84
  border: 2px solid var(--badge-icon-bg-color);
83
85
  } .s {
@@ -2,9 +2,22 @@ import { __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"wrapper":"badge__wrapper_p8duf","s":"badge__s_p8duf","m":"badge__m_p8duf","xl":"badge__xl_p8duf","component":"badge__component_p8duf","background-accent":"badge__background-accent_p8duf","background-specialbg-secondary-transparent":"badge__background-specialbg-secondary-transparent_p8duf","background-primary":"badge__background-primary_p8duf","count":"badge__count_p8duf","outlineCount":"badge__outlineCount_p8duf","l":"badge__l_p8duf","heightS":"badge__heightS_p8duf","heightM":"badge__heightM_p8duf","heightL":"badge__heightL_p8duf","heightXL":"badge__heightXL_p8duf","heightXXL":"badge__heightXXL_p8duf","icon":"badge__icon_p8duf","positive":"badge__positive_p8duf","attention":"badge__attention_p8duf","negative":"badge__negative_p8duf","link":"badge__link_p8duf","tertiary":"badge__tertiary_p8duf","secondary":"badge__secondary_p8duf","primary":"badge__primary_p8duf","graphic-static-light":"badge__graphic-static-light_p8duf","graphic-primary":"badge__graphic-primary_p8duf","outline":"badge__outline_p8duf","outlineColor":"badge__outlineColor_p8duf","dot":"badge__dot_p8duf","isHidden":"badge__isHidden_p8duf"};
5
+ var styles = {"wrapper":"badge__wrapper_p8duf","s":"badge__s_p8duf","m":"badge__m_p8duf","xl":"badge__xl_p8duf","component":"badge__component_p8duf","background-accent":"badge__background-accent_p8duf","background-specialbg-secondary-transparent":"badge__background-specialbg-secondary-transparent_p8duf","background-primary":"badge__background-primary_p8duf","countWrapper":"badge__countWrapper_p8duf","count":"badge__count_p8duf","outlineCount":"badge__outlineCount_p8duf","l":"badge__l_p8duf","heightS":"badge__heightS_p8duf","heightM":"badge__heightM_p8duf","heightL":"badge__heightL_p8duf","heightXL":"badge__heightXL_p8duf","heightXXL":"badge__heightXXL_p8duf","icon":"badge__icon_p8duf","positive":"badge__positive_p8duf","attention":"badge__attention_p8duf","negative":"badge__negative_p8duf","link":"badge__link_p8duf","tertiary":"badge__tertiary_p8duf","secondary":"badge__secondary_p8duf","primary":"badge__primary_p8duf","graphic-static-light":"badge__graphic-static-light_p8duf","graphic-primary":"badge__graphic-primary_p8duf","outline":"badge__outline_p8duf","outlineColor":"badge__outlineColor_p8duf","dot":"badge__dot_p8duf","isHidden":"badge__isHidden_p8duf"};
6
6
  require('./index.css');
7
7
 
8
+ function getSize(height) {
9
+ if (height >= 16 && height <= 18)
10
+ return 'heightS';
11
+ if (height >= 19 && height <= 24)
12
+ return 'heightM';
13
+ if (height >= 25 && height <= 32)
14
+ return 'heightL';
15
+ if (height >= 33 && height <= 40)
16
+ return 'heightXL';
17
+ if (height >= 41)
18
+ return 'heightXXL';
19
+ return '';
20
+ }
8
21
  /**
9
22
  * @deprecated Используйте StatusBadge или Indicator
10
23
  */
@@ -15,18 +28,15 @@ var Badge = function (_a) {
15
28
  var isCountView = view === 'count';
16
29
  var isHidden = isCountView && typeof content === 'number' && content <= 0;
17
30
  var componentContent = isCountView && content && content >= 100 ? '99+' : content;
18
- var isHeightS = isCountView && height >= 16 && height <= 18;
19
- var isHeightM = isCountView && height >= 19 && height <= 24;
20
- var isHeightL = isCountView && height >= 25 && height <= 32;
21
- var isHeightXL = isCountView && height >= 33 && height <= 40;
22
- var isHeightXXL = isCountView && height >= 41 && height <= 48;
31
+ var heightSize = getSize(height);
23
32
  return (React.createElement("div", { className: cn(!isCountView && styles.wrapper, iconColor && styles[iconColor], (_b = {},
24
33
  _b[styles[size]] = !isCountView,
25
34
  _b[styles.outline] = !isCountView && visibleIconOutline,
26
35
  _b[styles.outlineColor] = !isCountView && visibleColorOutline,
27
- _b[styles.count] = isCountView,
36
+ _b[styles.countWrapper] = isCountView,
28
37
  _b), className), "data-test-id": dataTestId },
29
- React.createElement("div", { className: cn(styles.component, styles[size], styles[view], styles["background-".concat(color)], styles["graphic-".concat(iconUnderlayColor)], iconColor && styles[iconColor], isHeightS && styles.heightS, isHeightM && styles.heightM, isHeightL && styles.heightL, isHeightXL && styles.heightXL, isHeightXXL && styles.heightXXL, (_c = {},
38
+ React.createElement("div", { className: cn(styles.component, styles[size], styles[view], styles["background-".concat(color)], styles["graphic-".concat(iconUnderlayColor)], iconColor && styles[iconColor], (_c = {},
39
+ _c[styles[heightSize]] = isCountView,
30
40
  _c[styles.isHidden] = isHidden,
31
41
  _c[styles.dot] = !content,
32
42
  _c[styles.outlineCount] = isCountView && visibleIconOutline,
@@ -74,11 +74,13 @@
74
74
  } .badge__component_p8duf.badge__background-primary_p8duf {
75
75
  background-color: var(--color-light-neutral-0);
76
76
  color: var(--color-light-text-primary);
77
- } .badge__count_p8duf {
77
+ } .badge__countWrapper_p8duf {
78
+ display: inline-flex;
79
+ border-radius: var(--border-radius-pill);
80
+ } .badge__count_p8duf {
78
81
  display: inline-flex;
79
82
  justify-content: center;
80
83
  align-items: center;
81
- border-radius: var(--border-radius-pill);
82
84
  } .badge__outlineCount_p8duf {
83
85
  border: 2px solid var(--badge-icon-bg-color);
84
86
  } .badge__s_p8duf {
package/badge/index.css CHANGED
@@ -74,11 +74,13 @@
74
74
  } .badge__component_p8duf.badge__background-primary_p8duf {
75
75
  background-color: var(--color-light-neutral-0);
76
76
  color: var(--color-light-text-primary);
77
- } .badge__count_p8duf {
77
+ } .badge__countWrapper_p8duf {
78
+ display: inline-flex;
79
+ border-radius: var(--border-radius-pill);
80
+ } .badge__count_p8duf {
78
81
  display: inline-flex;
79
82
  justify-content: center;
80
83
  align-items: center;
81
- border-radius: var(--border-radius-pill);
82
84
  } .badge__outlineCount_p8duf {
83
85
  border: 2px solid var(--badge-icon-bg-color);
84
86
  } .badge__s_p8duf {
@@ -1,9 +1,22 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"wrapper":"badge__wrapper_p8duf","s":"badge__s_p8duf","m":"badge__m_p8duf","xl":"badge__xl_p8duf","component":"badge__component_p8duf","background-accent":"badge__background-accent_p8duf","background-specialbg-secondary-transparent":"badge__background-specialbg-secondary-transparent_p8duf","background-primary":"badge__background-primary_p8duf","count":"badge__count_p8duf","outlineCount":"badge__outlineCount_p8duf","l":"badge__l_p8duf","heightS":"badge__heightS_p8duf","heightM":"badge__heightM_p8duf","heightL":"badge__heightL_p8duf","heightXL":"badge__heightXL_p8duf","heightXXL":"badge__heightXXL_p8duf","icon":"badge__icon_p8duf","positive":"badge__positive_p8duf","attention":"badge__attention_p8duf","negative":"badge__negative_p8duf","link":"badge__link_p8duf","tertiary":"badge__tertiary_p8duf","secondary":"badge__secondary_p8duf","primary":"badge__primary_p8duf","graphic-static-light":"badge__graphic-static-light_p8duf","graphic-primary":"badge__graphic-primary_p8duf","outline":"badge__outline_p8duf","outlineColor":"badge__outlineColor_p8duf","dot":"badge__dot_p8duf","isHidden":"badge__isHidden_p8duf"};
4
+ const styles = {"wrapper":"badge__wrapper_p8duf","s":"badge__s_p8duf","m":"badge__m_p8duf","xl":"badge__xl_p8duf","component":"badge__component_p8duf","background-accent":"badge__background-accent_p8duf","background-specialbg-secondary-transparent":"badge__background-specialbg-secondary-transparent_p8duf","background-primary":"badge__background-primary_p8duf","countWrapper":"badge__countWrapper_p8duf","count":"badge__count_p8duf","outlineCount":"badge__outlineCount_p8duf","l":"badge__l_p8duf","heightS":"badge__heightS_p8duf","heightM":"badge__heightM_p8duf","heightL":"badge__heightL_p8duf","heightXL":"badge__heightXL_p8duf","heightXXL":"badge__heightXXL_p8duf","icon":"badge__icon_p8duf","positive":"badge__positive_p8duf","attention":"badge__attention_p8duf","negative":"badge__negative_p8duf","link":"badge__link_p8duf","tertiary":"badge__tertiary_p8duf","secondary":"badge__secondary_p8duf","primary":"badge__primary_p8duf","graphic-static-light":"badge__graphic-static-light_p8duf","graphic-primary":"badge__graphic-primary_p8duf","outline":"badge__outline_p8duf","outlineColor":"badge__outlineColor_p8duf","dot":"badge__dot_p8duf","isHidden":"badge__isHidden_p8duf"};
5
5
  require('./index.css');
6
6
 
7
+ function getSize(height) {
8
+ if (height >= 16 && height <= 18)
9
+ return 'heightS';
10
+ if (height >= 19 && height <= 24)
11
+ return 'heightM';
12
+ if (height >= 25 && height <= 32)
13
+ return 'heightL';
14
+ if (height >= 33 && height <= 40)
15
+ return 'heightXL';
16
+ if (height >= 41)
17
+ return 'heightXXL';
18
+ return '';
19
+ }
7
20
  /**
8
21
  * @deprecated Используйте StatusBadge или Indicator
9
22
  */
@@ -12,18 +25,15 @@ const Badge = ({ className, size = 'm', view, visibleIconOutline = false, visibl
12
25
  const isCountView = view === 'count';
13
26
  const isHidden = isCountView && typeof content === 'number' && content <= 0;
14
27
  const componentContent = isCountView && content && content >= 100 ? '99+' : content;
15
- const isHeightS = isCountView && height >= 16 && height <= 18;
16
- const isHeightM = isCountView && height >= 19 && height <= 24;
17
- const isHeightL = isCountView && height >= 25 && height <= 32;
18
- const isHeightXL = isCountView && height >= 33 && height <= 40;
19
- const isHeightXXL = isCountView && height >= 41 && height <= 48;
28
+ const heightSize = getSize(height);
20
29
  return (React.createElement("div", { className: cn(!isCountView && styles.wrapper, iconColor && styles[iconColor], {
21
30
  [styles[size]]: !isCountView,
22
31
  [styles.outline]: !isCountView && visibleIconOutline,
23
32
  [styles.outlineColor]: !isCountView && visibleColorOutline,
24
- [styles.count]: isCountView,
33
+ [styles.countWrapper]: isCountView,
25
34
  }, className), "data-test-id": dataTestId },
26
- React.createElement("div", { className: cn(styles.component, styles[size], styles[view], styles[`background-${color}`], styles[`graphic-${iconUnderlayColor}`], iconColor && styles[iconColor], isHeightS && styles.heightS, isHeightM && styles.heightM, isHeightL && styles.heightL, isHeightXL && styles.heightXL, isHeightXXL && styles.heightXXL, {
35
+ React.createElement("div", { className: cn(styles.component, styles[size], styles[view], styles[`background-${color}`], styles[`graphic-${iconUnderlayColor}`], iconColor && styles[iconColor], {
36
+ [styles[heightSize]]: isCountView,
27
37
  [styles.isHidden]: isHidden,
28
38
  [styles.dot]: !content,
29
39
  [styles.outlineCount]: isCountView && visibleIconOutline,
@@ -74,11 +74,13 @@
74
74
  } .badge__component_p8duf.badge__background-primary_p8duf {
75
75
  background-color: var(--color-light-neutral-0);
76
76
  color: var(--color-light-text-primary);
77
- } .badge__count_p8duf {
77
+ } .badge__countWrapper_p8duf {
78
+ display: inline-flex;
79
+ border-radius: var(--border-radius-pill);
80
+ } .badge__count_p8duf {
78
81
  display: inline-flex;
79
82
  justify-content: center;
80
83
  align-items: center;
81
- border-radius: var(--border-radius-pill);
82
84
  } .badge__outlineCount_p8duf {
83
85
  border: 2px solid var(--badge-icon-bg-color);
84
86
  } .badge__s_p8duf {
@@ -18,7 +18,7 @@ require('../code-input/mobile');
18
18
  require('../link');
19
19
  require('../typography');
20
20
  require('./components/header/component.js');
21
- require('./countdown-section-fcedf50a.js');
21
+ require('./countdown-section-70e9fe01.js');
22
22
  require('../button');
23
23
  require('../spinner');
24
24
  require('./components/screens/hint/component.js');
@@ -17,7 +17,7 @@ require('../../../code-input/mobile');
17
17
  require('../../../link');
18
18
  require('../../../typography');
19
19
  require('../header/component.js');
20
- require('../../countdown-section-fcedf50a.js');
20
+ require('../../countdown-section-70e9fe01.js');
21
21
  require('../../../button');
22
22
  require('../../../spinner');
23
23
  require('../countdown-loader/component.js');
@@ -15,7 +15,7 @@ require('../../../code-input/mobile');
15
15
  require('../../../link');
16
16
  require('../../../typography');
17
17
  require('../header/component.js');
18
- require('../../countdown-section-fcedf50a.js');
18
+ require('../../countdown-section-70e9fe01.js');
19
19
  require('../../../button');
20
20
  require('../../../spinner');
21
21
  require('../screens/hint/component.js');
@@ -16,7 +16,7 @@ require('@alfalab/hooks');
16
16
  require('../context.js');
17
17
  require('../utils.js');
18
18
  require('./header/component.js');
19
- require('../countdown-section-fcedf50a.js');
19
+ require('../countdown-section-70e9fe01.js');
20
20
  require('../../button');
21
21
  require('../../spinner');
22
22
 
@@ -15,7 +15,7 @@ require('@alfalab/hooks');
15
15
  require('../../context.js');
16
16
  require('../../utils.js');
17
17
  require('../header/component.js');
18
- require('../../countdown-section-fcedf50a.js');
18
+ require('../../countdown-section-70e9fe01.js');
19
19
  require('../../../button');
20
20
  require('../../../spinner');
21
21
  require('../countdown-loader/component.js');
@@ -10,7 +10,7 @@ var coreComponentsTypography = require('../../../../typography');
10
10
  var hooks = require('@alfalab/hooks');
11
11
  var context = require('../../../context.js');
12
12
  var components_header_component = require('../../header/component.js');
13
- var components_screens_initial_countdownSection = require('../../../countdown-section-fcedf50a.js');
13
+ var components_screens_initial_countdownSection = require('../../../countdown-section-70e9fe01.js');
14
14
  require('../../../utils.js');
15
15
  require('../../../../button');
16
16
  require('../../../../spinner');
@@ -7,7 +7,7 @@ require('../../../../spinner');
7
7
  require('../../../../typography');
8
8
  require('../../../context.js');
9
9
  require('../../../utils.js');
10
- var components_screens_initial_countdownSection = require('../../../countdown-section-fcedf50a.js');
10
+ var components_screens_initial_countdownSection = require('../../../countdown-section-70e9fe01.js');
11
11
 
12
12
 
13
13
 
@@ -12,7 +12,7 @@ require('@alfalab/hooks');
12
12
  require('../../../context.js');
13
13
  require('../../../utils.js');
14
14
  require('../../header/component.js');
15
- require('../../../countdown-section-fcedf50a.js');
15
+ require('../../../countdown-section-70e9fe01.js');
16
16
  require('../../../../button');
17
17
  require('../../../../spinner');
18
18
 
@@ -15,7 +15,7 @@ require('../../code-input/mobile');
15
15
  require('../../link');
16
16
  require('../../typography');
17
17
  require('../components/header/component.js');
18
- require('../countdown-section-fcedf50a.js');
18
+ require('../countdown-section-70e9fe01.js');
19
19
  require('../../button');
20
20
  require('../../spinner');
21
21
  require('../components/screens/hint/component.js');
@@ -16,7 +16,7 @@ require('../../code-input/mobile');
16
16
  require('../../link');
17
17
  require('../../typography');
18
18
  require('../components/header/component.js');
19
- require('../countdown-section-fcedf50a.js');
19
+ require('../countdown-section-70e9fe01.js');
20
20
  require('../../button');
21
21
  require('../../spinner');
22
22
  require('../components/screens/hint/component.js');
@@ -13,7 +13,7 @@ import '../../code-input/esm/mobile';
13
13
  import '../../link/esm';
14
14
  import '../../typography/esm';
15
15
  import './components/header/component.js';
16
- import './countdown-section-a4b62979.js';
16
+ import './countdown-section-e2ea5d36.js';
17
17
  import '../../button/esm';
18
18
  import '../../spinner/esm';
19
19
  import './components/screens/hint/component.js';
@@ -15,7 +15,7 @@ import '../../../../code-input/esm/mobile';
15
15
  import '../../../../link/esm';
16
16
  import '../../../../typography/esm';
17
17
  import '../header/component.js';
18
- import '../../countdown-section-a4b62979.js';
18
+ import '../../countdown-section-e2ea5d36.js';
19
19
  import '../../../../button/esm';
20
20
  import '../../../../spinner/esm';
21
21
  import '../countdown-loader/component.js';
@@ -10,7 +10,7 @@ import '../../../../code-input/esm/mobile';
10
10
  import '../../../../link/esm';
11
11
  import '../../../../typography/esm';
12
12
  import '../header/component.js';
13
- import '../../countdown-section-a4b62979.js';
13
+ import '../../countdown-section-e2ea5d36.js';
14
14
  import '../../../../button/esm';
15
15
  import '../../../../spinner/esm';
16
16
  import '../screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../typography/esm';
13
13
  import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import './header/component.js';
16
- import '../countdown-section-a4b62979.js';
16
+ import '../countdown-section-e2ea5d36.js';
17
17
  import '../../../button/esm';
18
18
  import '../../../spinner/esm';
19
19
  import '../utils.js';
@@ -12,7 +12,7 @@ import '../../../../typography/esm';
12
12
  import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../header/component.js';
15
- import '../../countdown-section-a4b62979.js';
15
+ import '../../countdown-section-e2ea5d36.js';
16
16
  import '../../../../button/esm';
17
17
  import '../../../../spinner/esm';
18
18
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Typography } from '../../../../../typography/esm';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-a4b62979.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-e2ea5d36.js';
12
12
  import '../../../../../button/esm';
13
13
  import '../../../../../spinner/esm';
14
14
  import '../../../utils.js';
@@ -4,5 +4,5 @@ import '../../../../../button/esm';
4
4
  import '../../../../../spinner/esm';
5
5
  import '../../../../../typography/esm';
6
6
  import '../../../context.js';
7
- export { C as CountdownSection } from '../../../countdown-section-a4b62979.js';
7
+ export { C as CountdownSection } from '../../../countdown-section-e2ea5d36.js';
8
8
  import '../../../utils.js';
@@ -9,7 +9,7 @@ import '../../../../../typography/esm';
9
9
  import '@alfalab/hooks';
10
10
  import '../../../context.js';
11
11
  import '../../header/component.js';
12
- import '../../../countdown-section-a4b62979.js';
12
+ import '../../../countdown-section-e2ea5d36.js';
13
13
  import '../../../../../button/esm';
14
14
  import '../../../../../spinner/esm';
15
15
  import '../../../utils.js';
@@ -10,7 +10,7 @@ import '../../../code-input/esm/mobile';
10
10
  import '../../../link/esm';
11
11
  import '../../../typography/esm';
12
12
  import '../components/header/component.js';
13
- import '../countdown-section-a4b62979.js';
13
+ import '../countdown-section-e2ea5d36.js';
14
14
  import '../../../button/esm';
15
15
  import '../../../spinner/esm';
16
16
  import '../components/screens/hint/component.js';
@@ -12,7 +12,7 @@ import '../../../code-input/esm/mobile';
12
12
  import '../../../link/esm';
13
13
  import '../../../typography/esm';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-a4b62979.js';
15
+ import '../countdown-section-e2ea5d36.js';
16
16
  import '../../../button/esm';
17
17
  import '../../../spinner/esm';
18
18
  import '../components/screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../code-input/esm/mobile';
13
13
  import '../../link/esm';
14
14
  import '../../typography/esm';
15
15
  import './components/header/component.js';
16
- import './countdown-section-a4b62979.js';
16
+ import './countdown-section-e2ea5d36.js';
17
17
  import '../../button/esm';
18
18
  import '../../spinner/esm';
19
19
  import './components/screens/hint/component.js';
@@ -10,7 +10,7 @@ import '../../../code-input/esm/mobile';
10
10
  import '../../../link/esm';
11
11
  import '../../../typography/esm';
12
12
  import '../components/header/component.js';
13
- import '../countdown-section-a4b62979.js';
13
+ import '../countdown-section-e2ea5d36.js';
14
14
  import '../../../button/esm';
15
15
  import '../../../spinner/esm';
16
16
  import '../components/screens/hint/component.js';
@@ -12,7 +12,7 @@ import '../../../code-input/esm/mobile';
12
12
  import '../../../link/esm';
13
13
  import '../../../typography/esm';
14
14
  import '../components/header/component.js';
15
- import '../countdown-section-a4b62979.js';
15
+ import '../countdown-section-e2ea5d36.js';
16
16
  import '../../../button/esm';
17
17
  import '../../../spinner/esm';
18
18
  import '../components/screens/hint/component.js';
@@ -15,6 +15,6 @@ import '../../../link/esm';
15
15
  import '../../../typography/esm';
16
16
  import '@alfalab/hooks';
17
17
  import '../components/header/component.js';
18
- import '../countdown-section-a4b62979.js';
18
+ import '../countdown-section-e2ea5d36.js';
19
19
  import '../../../button/esm';
20
20
  import '../../../spinner/esm';
@@ -18,7 +18,7 @@ require('../code-input/mobile');
18
18
  require('../link');
19
19
  require('../typography');
20
20
  require('./components/header/component.js');
21
- require('./countdown-section-fcedf50a.js');
21
+ require('./countdown-section-70e9fe01.js');
22
22
  require('../button');
23
23
  require('../spinner');
24
24
  require('./components/screens/hint/component.js');
@@ -15,7 +15,7 @@ require('../../code-input/mobile');
15
15
  require('../../link');
16
16
  require('../../typography');
17
17
  require('../components/header/component.js');
18
- require('../countdown-section-fcedf50a.js');
18
+ require('../countdown-section-70e9fe01.js');
19
19
  require('../../button');
20
20
  require('../../spinner');
21
21
  require('../components/screens/hint/component.js');
@@ -16,7 +16,7 @@ require('../../code-input/mobile');
16
16
  require('../../link');
17
17
  require('../../typography');
18
18
  require('../components/header/component.js');
19
- require('../countdown-section-fcedf50a.js');
19
+ require('../countdown-section-70e9fe01.js');
20
20
  require('../../button');
21
21
  require('../../spinner');
22
22
  require('../components/screens/hint/component.js');
@@ -12,7 +12,7 @@ import '../../code-input/modern/mobile';
12
12
  import '../../link/modern';
13
13
  import '../../typography/modern';
14
14
  import './components/header/component.js';
15
- import './countdown-section-3c0f612c.js';
15
+ import './countdown-section-8ce98378.js';
16
16
  import '../../button/modern';
17
17
  import '../../spinner/modern';
18
18
  import './components/screens/hint/component.js';
@@ -14,7 +14,7 @@ import '../../../../code-input/modern/mobile';
14
14
  import '../../../../link/modern';
15
15
  import '../../../../typography/modern';
16
16
  import '../header/component.js';
17
- import '../../countdown-section-3c0f612c.js';
17
+ import '../../countdown-section-8ce98378.js';
18
18
  import '../../../../button/modern';
19
19
  import '../../../../spinner/modern';
20
20
  import '../countdown-loader/component.js';
@@ -9,7 +9,7 @@ import '../../../../code-input/modern/mobile';
9
9
  import '../../../../link/modern';
10
10
  import '../../../../typography/modern';
11
11
  import '../header/component.js';
12
- import '../../countdown-section-3c0f612c.js';
12
+ import '../../countdown-section-8ce98378.js';
13
13
  import '../../../../button/modern';
14
14
  import '../../../../spinner/modern';
15
15
  import '../screens/hint/component.js';
@@ -13,7 +13,7 @@ import '../../../typography/modern';
13
13
  import '@alfalab/hooks';
14
14
  import '../context.js';
15
15
  import './header/component.js';
16
- import '../countdown-section-3c0f612c.js';
16
+ import '../countdown-section-8ce98378.js';
17
17
  import '../../../button/modern';
18
18
  import '../../../spinner/modern';
19
19
  import '../utils.js';
@@ -12,7 +12,7 @@ import '../../../../typography/modern';
12
12
  import '@alfalab/hooks';
13
13
  import '../../context.js';
14
14
  import '../header/component.js';
15
- import '../../countdown-section-3c0f612c.js';
15
+ import '../../countdown-section-8ce98378.js';
16
16
  import '../../../../button/modern';
17
17
  import '../../../../spinner/modern';
18
18
  import '../countdown-loader/component.js';
@@ -8,7 +8,7 @@ import { Typography } from '../../../../../typography/modern';
8
8
  import { usePrevious, useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { ConfirmationContext } from '../../../context.js';
10
10
  import { Header } from '../../header/component.js';
11
- import { s as styles, C as CountdownSection } from '../../../countdown-section-3c0f612c.js';
11
+ import { s as styles, C as CountdownSection } from '../../../countdown-section-8ce98378.js';
12
12
  import '../../../../../button/modern';
13
13
  import '../../../../../spinner/modern';
14
14
  import '../../../utils.js';