@alfalab/core-components 46.0.0-beta.6 → 46.0.0-beta.7

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 (1192) hide show
  1. package/amount-input/@alfalab/core-components-shared/package.json +23 -0
  2. package/amount-input/Component.js +2 -1
  3. package/amount-input/cssm/Component.js +2 -1
  4. package/amount-input/esm/Component.js +2 -1
  5. package/amount-input/esm/index.js +1 -0
  6. package/amount-input/modern/Component.js +2 -1
  7. package/amount-input/modern/index.js +1 -0
  8. package/button/Component.responsive.js +2 -1
  9. package/button/cssm/Component.responsive.js +2 -1
  10. package/button/esm/Component.responsive.js +2 -2
  11. package/button/esm/index.js +1 -1
  12. package/button/modern/Component.responsive.js +2 -2
  13. package/button/modern/index.js +1 -1
  14. package/calendar/Component.responsive.js +2 -1
  15. package/calendar/cssm/Component.responsive.js +2 -1
  16. package/calendar/esm/Component.responsive.js +2 -2
  17. package/calendar/esm/index.js +1 -1
  18. package/calendar/modern/Component.responsive.js +2 -2
  19. package/calendar/modern/index.js +1 -1
  20. package/calendar-input/@alfalab/core-components-shared/package.json +23 -0
  21. package/calendar-input/Component.responsive.js +2 -1
  22. package/calendar-input/cssm/Component.responsive.js +2 -1
  23. package/calendar-input/esm/Component.responsive.js +2 -1
  24. package/calendar-input/esm/index.js +1 -0
  25. package/calendar-input/modern/Component.responsive.js +2 -1
  26. package/calendar-input/modern/index.js +1 -0
  27. package/calendar-range/esm/Component.js +1 -1
  28. package/calendar-range/esm/index.js +1 -1
  29. package/calendar-range/esm/views/popover.js +1 -1
  30. package/calendar-range/esm/views/static.js +1 -1
  31. package/calendar-range/modern/Component.js +1 -1
  32. package/calendar-range/modern/index.js +1 -1
  33. package/calendar-range/modern/views/popover.js +1 -1
  34. package/calendar-range/modern/views/static.js +1 -1
  35. package/calendar-range/views/popover.js +1 -1
  36. package/calendar-range/views/static.js +1 -1
  37. package/checkbox-group/@alfalab/core-components-shared/package.json +23 -0
  38. package/checkbox-group/Component.responsive.js +2 -1
  39. package/checkbox-group/cssm/Component.responsive.js +2 -1
  40. package/checkbox-group/esm/Component.responsive.js +2 -1
  41. package/checkbox-group/esm/index.js +1 -0
  42. package/checkbox-group/modern/Component.responsive.js +2 -1
  43. package/checkbox-group/modern/index.js +1 -0
  44. package/code-input/@alfalab/core-components-shared/package.json +23 -0
  45. package/code-input/Component.responsive.js +2 -1
  46. package/code-input/cssm/Component.responsive.js +2 -1
  47. package/code-input/esm/Component.responsive.js +2 -1
  48. package/code-input/esm/index.js +1 -0
  49. package/code-input/modern/Component.responsive.js +2 -1
  50. package/code-input/modern/index.js +1 -0
  51. package/confirmation/@alfalab/core-components-shared/package.json +23 -0
  52. package/confirmation/component.responsive.js +2 -1
  53. package/confirmation/components/base-confirmation/component.js +2 -1
  54. package/confirmation/components/screens/initial/component.js +1 -1
  55. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  56. package/confirmation/cssm/component.responsive.js +2 -1
  57. package/confirmation/cssm/components/base-confirmation/component.js +2 -1
  58. package/confirmation/esm/component.responsive.js +3 -2
  59. package/confirmation/esm/components/base-confirmation/component.js +3 -2
  60. package/confirmation/esm/components/base-confirmation/index.js +2 -1
  61. package/confirmation/esm/components/index.js +1 -1
  62. package/confirmation/esm/components/screens/index.js +1 -1
  63. package/confirmation/esm/components/screens/initial/component.js +1 -1
  64. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  65. package/confirmation/esm/components/screens/initial/index.js +1 -1
  66. package/confirmation/esm/desktop/component.desktop.js +2 -1
  67. package/confirmation/esm/desktop/index.js +2 -1
  68. package/confirmation/esm/index.js +2 -1
  69. package/confirmation/esm/mobile/component.mobile.js +2 -1
  70. package/confirmation/esm/mobile/index.js +2 -1
  71. package/confirmation/esm/shared/index.js +1 -1
  72. package/confirmation/modern/component.responsive.js +3 -2
  73. package/confirmation/modern/components/base-confirmation/component.js +3 -2
  74. package/confirmation/modern/components/base-confirmation/index.js +2 -1
  75. package/confirmation/modern/components/index.js +1 -1
  76. package/confirmation/modern/components/screens/index.js +1 -1
  77. package/confirmation/modern/components/screens/initial/component.js +1 -1
  78. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  79. package/confirmation/modern/components/screens/initial/index.js +1 -1
  80. package/confirmation/modern/desktop/component.desktop.js +2 -1
  81. package/confirmation/modern/desktop/index.js +2 -1
  82. package/confirmation/modern/index.js +2 -1
  83. package/confirmation/modern/mobile/component.mobile.js +2 -1
  84. package/confirmation/modern/mobile/index.js +2 -1
  85. package/confirmation/modern/shared/index.js +1 -1
  86. package/custom-picker-button/@alfalab/core-components-shared/package.json +23 -0
  87. package/custom-picker-button/Component.responsive.js +2 -1
  88. package/custom-picker-button/cssm/Component.responsive.js +2 -1
  89. package/custom-picker-button/esm/Component.responsive.js +2 -1
  90. package/custom-picker-button/esm/index.js +1 -0
  91. package/custom-picker-button/modern/Component.responsive.js +2 -1
  92. package/custom-picker-button/modern/index.js +1 -0
  93. package/date-range-input/@alfalab/core-components-shared/package.json +23 -0
  94. package/date-range-input/Component.responsive.js +2 -1
  95. package/date-range-input/cssm/Component.responsive.js +2 -1
  96. package/date-range-input/esm/Component.responsive.js +2 -1
  97. package/date-range-input/esm/index.js +1 -0
  98. package/date-range-input/modern/Component.responsive.js +2 -1
  99. package/date-range-input/modern/index.js +1 -0
  100. package/date-time-input/@alfalab/core-components-shared/package.json +23 -0
  101. package/date-time-input/Component.responsive.js +2 -1
  102. package/date-time-input/cssm/Component.responsive.js +2 -1
  103. package/date-time-input/esm/Component.responsive.js +2 -1
  104. package/date-time-input/esm/index.js +1 -0
  105. package/date-time-input/modern/Component.responsive.js +2 -1
  106. package/date-time-input/modern/index.js +1 -0
  107. package/filter-tag/@alfalab/core-components-shared/package.json +23 -0
  108. package/filter-tag/Component.responsive.js +2 -1
  109. package/filter-tag/cssm/Component.responsive.js +2 -1
  110. package/filter-tag/esm/Component.responsive.js +2 -1
  111. package/filter-tag/esm/index.js +1 -0
  112. package/filter-tag/modern/Component.responsive.js +2 -1
  113. package/filter-tag/modern/index.js +1 -0
  114. package/form-control/Component.responsive.js +2 -1
  115. package/form-control/cssm/Component.responsive.js +2 -1
  116. package/form-control/esm/Component.responsive.js +2 -2
  117. package/form-control/esm/index.js +1 -1
  118. package/form-control/modern/Component.responsive.js +2 -2
  119. package/form-control/modern/index.js +1 -1
  120. package/gallery/components/header/Component.js +1 -1
  121. package/gallery/components/header/buttons.js +1 -1
  122. package/gallery/components/image-viewer/component.js +1 -1
  123. package/gallery/components/image-viewer/slide.js +1 -1
  124. package/gallery/esm/Component.js +2 -2
  125. package/gallery/esm/components/header/Component.js +1 -1
  126. package/gallery/esm/components/header/buttons.js +1 -1
  127. package/gallery/esm/components/header/index.js +1 -1
  128. package/gallery/esm/components/image-preview/Component.js +1 -1
  129. package/gallery/esm/components/image-preview/index.js +1 -1
  130. package/gallery/esm/components/image-viewer/component.js +1 -1
  131. package/gallery/esm/components/image-viewer/index.js +1 -1
  132. package/gallery/esm/components/image-viewer/slide.js +1 -1
  133. package/gallery/esm/components/index.js +2 -2
  134. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  135. package/gallery/esm/components/navigation-bar/index.js +1 -1
  136. package/gallery/esm/index.js +2 -2
  137. package/gallery/modern/Component.js +2 -2
  138. package/gallery/modern/components/header/Component.js +1 -1
  139. package/gallery/modern/components/header/buttons.js +1 -1
  140. package/gallery/modern/components/header/index.js +1 -1
  141. package/gallery/modern/components/image-preview/Component.js +1 -1
  142. package/gallery/modern/components/image-preview/index.js +1 -1
  143. package/gallery/modern/components/image-viewer/component.js +1 -1
  144. package/gallery/modern/components/image-viewer/index.js +1 -1
  145. package/gallery/modern/components/image-viewer/slide.js +1 -1
  146. package/gallery/modern/components/index.js +2 -2
  147. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  148. package/gallery/modern/components/navigation-bar/index.js +1 -1
  149. package/gallery/modern/index.js +2 -2
  150. package/gap/Component.d.ts +2 -2
  151. package/gap/Component.js +0 -2
  152. package/gap/cssm/Component.d.ts +2 -2
  153. package/gap/cssm/Component.js +0 -2
  154. package/gap/cssm/index.module.css +0 -8
  155. package/gap/esm/Component.d.ts +2 -2
  156. package/gap/esm/Component.js +0 -2
  157. package/gap/esm/index.css +0 -8
  158. package/gap/index.css +0 -8
  159. package/gap/modern/Component.d.ts +2 -2
  160. package/gap/modern/Component.js +0 -2
  161. package/gap/modern/index.css +0 -8
  162. package/icon-button/Component.d.ts +10 -0
  163. package/icon-button/Component.js +4 -3
  164. package/icon-button/cssm/Component.d.ts +10 -0
  165. package/icon-button/cssm/Component.js +2 -1
  166. package/icon-button/cssm/default.module.css +35 -3
  167. package/icon-button/cssm/inverted.module.css +35 -3
  168. package/icon-button/default.css +35 -3
  169. package/icon-button/esm/Component.d.ts +10 -0
  170. package/icon-button/esm/Component.js +4 -3
  171. package/icon-button/esm/default.css +35 -3
  172. package/icon-button/esm/inverted.css +35 -3
  173. package/icon-button/inverted.css +35 -3
  174. package/icon-button/modern/Component.d.ts +10 -0
  175. package/icon-button/modern/Component.js +4 -3
  176. package/icon-button/modern/default.css +35 -3
  177. package/icon-button/modern/inverted.css +35 -3
  178. package/input/Component.responsive.js +2 -1
  179. package/input/cssm/Component.responsive.js +2 -1
  180. package/input/esm/Component.responsive.js +2 -2
  181. package/input/esm/index.js +1 -1
  182. package/input/modern/Component.responsive.js +2 -2
  183. package/input/modern/index.js +1 -1
  184. package/input-autocomplete/Component.responsive.js +2 -1
  185. package/input-autocomplete/cssm/Component.responsive.js +2 -1
  186. package/input-autocomplete/esm/Component.responsive.js +2 -2
  187. package/input-autocomplete/esm/index.js +1 -1
  188. package/input-autocomplete/modern/Component.responsive.js +2 -2
  189. package/input-autocomplete/modern/index.js +1 -1
  190. package/international-phone-input/Component.responsive.js +2 -1
  191. package/international-phone-input/cssm/Component.responsive.js +2 -1
  192. package/international-phone-input/cssm/typings-1fe708ea.d.ts +6 -0
  193. package/international-phone-input/esm/Component.responsive.js +2 -2
  194. package/international-phone-input/esm/index.js +1 -1
  195. package/international-phone-input/esm/typings-1fe708ea.d.ts +6 -0
  196. package/international-phone-input/modern/Component.responsive.js +2 -2
  197. package/international-phone-input/modern/index.js +1 -1
  198. package/international-phone-input/modern/typings-1fe708ea.d.ts +6 -0
  199. package/international-phone-input/typings-1fe708ea.d.ts +6 -0
  200. package/list/Component.js +1 -1
  201. package/list/components/item/Component.js +1 -1
  202. package/list/components/item/index.d.ts +1 -1
  203. package/list/components/item/index.js +1 -1
  204. package/list/esm/Component.js +1 -1
  205. package/list/esm/components/item/Component.js +1 -1
  206. package/list/esm/components/item/index.d.ts +1 -1
  207. package/list/esm/components/item/index.js +1 -1
  208. package/list/esm/index.js +1 -1
  209. package/list/index.js +1 -1
  210. package/list/modern/Component.js +1 -1
  211. package/list/modern/components/item/Component.js +1 -1
  212. package/list/modern/components/item/index.d.ts +1 -1
  213. package/list/modern/components/item/index.js +1 -1
  214. package/list/modern/index.js +1 -1
  215. package/markdown/Component.js +1 -1
  216. package/markdown/Component.responsive.js +1 -1
  217. package/markdown/cssm/Component.responsive.js +1 -1
  218. package/markdown/esm/Component.desktop.js +1 -1
  219. package/markdown/esm/Component.js +1 -1
  220. package/markdown/esm/Component.mobile.js +1 -1
  221. package/markdown/esm/Component.responsive.js +3 -3
  222. package/markdown/esm/desktop/index.js +1 -1
  223. package/markdown/esm/hooks/use-overrides.js +1 -1
  224. package/markdown/esm/index.js +1 -1
  225. package/markdown/esm/mobile/index.js +1 -1
  226. package/markdown/hooks/use-overrides.js +1 -1
  227. package/markdown/modern/Component.desktop.js +1 -1
  228. package/markdown/modern/Component.js +1 -1
  229. package/markdown/modern/Component.mobile.js +1 -1
  230. package/markdown/modern/Component.responsive.js +3 -3
  231. package/markdown/modern/desktop/index.js +1 -1
  232. package/markdown/modern/hooks/use-overrides.js +1 -1
  233. package/markdown/modern/index.js +1 -1
  234. package/markdown/modern/mobile/index.js +1 -1
  235. package/modal/Component.responsive.js +2 -1
  236. package/modal/components/controls/Component.js +1 -1
  237. package/modal/components/footer/Component.js +1 -1
  238. package/modal/cssm/Component.responsive.js +2 -1
  239. package/modal/esm/Component.responsive.js +3 -3
  240. package/modal/esm/components/controls/Component.js +1 -1
  241. package/modal/esm/components/controls/index.js +1 -1
  242. package/modal/esm/components/footer/Component.js +1 -1
  243. package/modal/esm/desktop/Component.desktop.js +1 -1
  244. package/modal/esm/desktop/index.js +1 -1
  245. package/modal/esm/index.js +2 -2
  246. package/modal/esm/mobile/Component.mobile.js +1 -1
  247. package/modal/esm/mobile/index.js +1 -1
  248. package/modal/modern/Component.responsive.js +3 -3
  249. package/modal/modern/components/controls/Component.js +1 -1
  250. package/modal/modern/components/controls/index.js +1 -1
  251. package/modal/modern/components/footer/Component.js +1 -1
  252. package/modal/modern/desktop/Component.desktop.js +1 -1
  253. package/modal/modern/desktop/index.js +1 -1
  254. package/modal/modern/index.js +2 -2
  255. package/modal/modern/mobile/Component.mobile.js +1 -1
  256. package/modal/modern/mobile/index.js +1 -1
  257. package/number-input/Component.responsive.js +2 -1
  258. package/number-input/cssm/Component.responsive.js +2 -1
  259. package/number-input/esm/Component.responsive.js +2 -2
  260. package/number-input/esm/index.js +1 -1
  261. package/number-input/modern/Component.responsive.js +2 -2
  262. package/number-input/modern/index.js +1 -1
  263. package/package.json +1 -1
  264. package/pass-code/Component.d.ts +21 -17
  265. package/pass-code/Component.js +9 -7
  266. package/pass-code/components/InputProgress/Component.d.ts +0 -1
  267. package/pass-code/components/InputProgress/Component.js +7 -15
  268. package/pass-code/components/InputProgress/index.css +15 -55
  269. package/pass-code/components/KeyPad/index.css +22 -12
  270. package/pass-code/components/KeyPadButton/Component.d.ts +7 -7
  271. package/pass-code/components/KeyPadButton/Component.js +4 -3
  272. package/pass-code/components/KeyPadButton/index.css +37 -19
  273. package/pass-code/cssm/Component.d.ts +21 -17
  274. package/pass-code/cssm/Component.js +10 -8
  275. package/pass-code/cssm/components/InputProgress/Component.d.ts +0 -1
  276. package/pass-code/cssm/components/InputProgress/Component.js +6 -14
  277. package/pass-code/cssm/components/InputProgress/index.module.css +15 -55
  278. package/pass-code/cssm/components/KeyPad/index.module.css +22 -12
  279. package/pass-code/cssm/components/KeyPadButton/Component.d.ts +7 -7
  280. package/pass-code/cssm/components/KeyPadButton/Component.js +3 -2
  281. package/pass-code/cssm/components/KeyPadButton/index.module.css +37 -19
  282. package/pass-code/cssm/index.d.ts +1 -1
  283. package/pass-code/cssm/index.js +2 -2
  284. package/pass-code/cssm/index.module.css +7 -5
  285. package/pass-code/esm/Component.d.ts +21 -17
  286. package/pass-code/esm/Component.js +9 -8
  287. package/pass-code/esm/components/InputProgress/Component.d.ts +0 -1
  288. package/pass-code/esm/components/InputProgress/Component.js +7 -15
  289. package/pass-code/esm/components/InputProgress/index.css +15 -55
  290. package/pass-code/esm/components/InputProgress/index.js +0 -1
  291. package/pass-code/esm/components/KeyPad/index.css +22 -12
  292. package/pass-code/esm/components/KeyPadButton/Component.d.ts +7 -7
  293. package/pass-code/esm/components/KeyPadButton/Component.js +4 -3
  294. package/pass-code/esm/components/KeyPadButton/index.css +37 -19
  295. package/pass-code/esm/index.css +7 -5
  296. package/pass-code/esm/index.d.ts +1 -1
  297. package/pass-code/esm/index.js +1 -7
  298. package/pass-code/index.css +7 -5
  299. package/pass-code/index.d.ts +1 -1
  300. package/pass-code/index.js +2 -2
  301. package/pass-code/modern/Component.d.ts +21 -17
  302. package/pass-code/modern/Component.js +9 -8
  303. package/pass-code/modern/components/InputProgress/Component.d.ts +0 -1
  304. package/pass-code/modern/components/InputProgress/Component.js +11 -21
  305. package/pass-code/modern/components/InputProgress/index.css +15 -55
  306. package/pass-code/modern/components/InputProgress/index.js +0 -1
  307. package/pass-code/modern/components/KeyPad/index.css +22 -12
  308. package/pass-code/modern/components/KeyPadButton/Component.d.ts +7 -7
  309. package/pass-code/modern/components/KeyPadButton/Component.js +4 -3
  310. package/pass-code/modern/components/KeyPadButton/index.css +37 -19
  311. package/pass-code/modern/index.css +7 -5
  312. package/pass-code/modern/index.d.ts +1 -1
  313. package/pass-code/modern/index.js +1 -6
  314. package/pattern-lock/Component.responsive.js +2 -1
  315. package/pattern-lock/components/base-pattern-lock/Component.js +11 -7
  316. package/pattern-lock/components/base-pattern-lock/index.css +20 -11
  317. package/pattern-lock/consts.js +8 -8
  318. package/pattern-lock/cssm/Component.responsive.js +2 -1
  319. package/pattern-lock/cssm/components/base-pattern-lock/Component.js +10 -6
  320. package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +20 -11
  321. package/pattern-lock/cssm/consts.js +8 -8
  322. package/pattern-lock/cssm/desktop/desktop.module.css +4 -3
  323. package/pattern-lock/cssm/mobile/mobile.module.css +26 -3
  324. package/pattern-lock/cssm/typings.d.ts +14 -6
  325. package/pattern-lock/cssm/utils.d.ts +2 -0
  326. package/pattern-lock/cssm/utils.js +30 -5
  327. package/pattern-lock/desktop/desktop.css +4 -3
  328. package/pattern-lock/esm/Component.responsive.js +2 -2
  329. package/pattern-lock/esm/components/base-pattern-lock/Component.js +11 -7
  330. package/pattern-lock/esm/components/base-pattern-lock/index.css +20 -11
  331. package/pattern-lock/esm/consts.js +8 -8
  332. package/pattern-lock/esm/desktop/desktop.css +4 -3
  333. package/pattern-lock/esm/index.js +1 -1
  334. package/pattern-lock/esm/mobile/mobile.css +26 -3
  335. package/pattern-lock/esm/typings.d.ts +14 -6
  336. package/pattern-lock/esm/utils.d.ts +2 -0
  337. package/pattern-lock/esm/utils.js +30 -5
  338. package/pattern-lock/mobile/mobile.css +26 -3
  339. package/pattern-lock/modern/Component.responsive.js +2 -2
  340. package/pattern-lock/modern/components/base-pattern-lock/Component.js +10 -6
  341. package/pattern-lock/modern/components/base-pattern-lock/index.css +20 -11
  342. package/pattern-lock/modern/consts.js +8 -8
  343. package/pattern-lock/modern/desktop/desktop.css +4 -3
  344. package/pattern-lock/modern/index.js +1 -1
  345. package/pattern-lock/modern/mobile/mobile.css +26 -3
  346. package/pattern-lock/modern/typings.d.ts +14 -6
  347. package/pattern-lock/modern/utils.d.ts +2 -0
  348. package/pattern-lock/modern/utils.js +30 -5
  349. package/pattern-lock/typings.d.ts +14 -6
  350. package/pattern-lock/utils.d.ts +2 -0
  351. package/pattern-lock/utils.js +30 -5
  352. package/picker-button/@alfalab/core-components-shared/package.json +23 -0
  353. package/picker-button/Component.responsive.js +2 -1
  354. package/picker-button/cssm/Component.responsive.js +2 -1
  355. package/picker-button/cssm/mobile/Component.mobile.js +2 -1
  356. package/picker-button/cssm/typings-1fe708ea.d.ts +415 -10
  357. package/picker-button/esm/Component.responsive.js +2 -1
  358. package/picker-button/esm/index.js +1 -0
  359. package/picker-button/esm/mobile/Component.mobile.js +2 -1
  360. package/picker-button/esm/mobile/index.js +1 -0
  361. package/picker-button/esm/typings-1fe708ea.d.ts +415 -10
  362. package/picker-button/mobile/Component.mobile.js +2 -1
  363. package/picker-button/modern/Component.responsive.js +2 -1
  364. package/picker-button/modern/index.js +1 -0
  365. package/picker-button/modern/mobile/Component.mobile.js +2 -1
  366. package/picker-button/modern/mobile/index.js +1 -0
  367. package/picker-button/modern/typings-1fe708ea.d.ts +415 -10
  368. package/picker-button/typings-1fe708ea.d.ts +415 -10
  369. package/plate/Component.responsive.js +17 -1
  370. package/plate/cssm/Component.responsive.js +17 -1
  371. package/plate/esm/Component.responsive.js +17 -2
  372. package/plate/esm/index.js +1 -1
  373. package/plate/modern/Component.responsive.js +18 -2
  374. package/plate/modern/index.js +1 -1
  375. package/pure-cell/component.js +1 -1
  376. package/pure-cell/components/addon/component.js +1 -1
  377. package/pure-cell/components/addon/index.d.ts +1 -1
  378. package/pure-cell/components/addon/index.js +1 -1
  379. package/pure-cell/components/amount/component.js +1 -1
  380. package/pure-cell/components/amount/index.d.ts +1 -1
  381. package/pure-cell/components/amount/index.js +1 -1
  382. package/pure-cell/components/amount-title/component.js +1 -1
  383. package/pure-cell/components/amount-title/index.d.ts +1 -1
  384. package/pure-cell/components/amount-title/index.js +1 -1
  385. package/pure-cell/components/category/component.js +1 -1
  386. package/pure-cell/components/category/index.d.ts +1 -1
  387. package/pure-cell/components/category/index.js +1 -1
  388. package/pure-cell/components/content/component.js +1 -1
  389. package/pure-cell/components/content/index.d.ts +1 -1
  390. package/pure-cell/components/content/index.js +1 -1
  391. package/pure-cell/components/footer/component.js +1 -1
  392. package/pure-cell/components/footer/index.d.ts +1 -1
  393. package/pure-cell/components/footer/index.js +1 -1
  394. package/pure-cell/components/footer-button/component.js +1 -1
  395. package/pure-cell/components/footer-button/index.d.ts +1 -1
  396. package/pure-cell/components/footer-button/index.js +1 -1
  397. package/pure-cell/components/footer-text/component.js +1 -1
  398. package/pure-cell/components/footer-text/index.d.ts +1 -1
  399. package/pure-cell/components/footer-text/index.js +1 -1
  400. package/pure-cell/components/graphics/component.js +1 -1
  401. package/pure-cell/components/graphics/index.d.ts +1 -1
  402. package/pure-cell/components/graphics/index.js +1 -1
  403. package/pure-cell/components/main/component.js +1 -1
  404. package/pure-cell/components/main/index.d.ts +1 -1
  405. package/pure-cell/components/main/index.js +1 -1
  406. package/pure-cell/components/text/component.js +1 -1
  407. package/pure-cell/components/text/index.d.ts +1 -1
  408. package/pure-cell/components/text/index.js +1 -1
  409. package/pure-cell/esm/component.js +1 -1
  410. package/pure-cell/esm/components/addon/component.js +1 -1
  411. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  412. package/pure-cell/esm/components/addon/index.js +1 -1
  413. package/pure-cell/esm/components/amount/component.js +1 -1
  414. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  415. package/pure-cell/esm/components/amount/index.js +1 -1
  416. package/pure-cell/esm/components/amount-title/component.js +1 -1
  417. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  418. package/pure-cell/esm/components/amount-title/index.js +1 -1
  419. package/pure-cell/esm/components/category/component.js +1 -1
  420. package/pure-cell/esm/components/category/index.d.ts +1 -1
  421. package/pure-cell/esm/components/category/index.js +1 -1
  422. package/pure-cell/esm/components/content/component.js +1 -1
  423. package/pure-cell/esm/components/content/index.d.ts +1 -1
  424. package/pure-cell/esm/components/content/index.js +1 -1
  425. package/pure-cell/esm/components/footer/component.js +1 -1
  426. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  427. package/pure-cell/esm/components/footer/index.js +1 -1
  428. package/pure-cell/esm/components/footer-button/component.js +1 -1
  429. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  430. package/pure-cell/esm/components/footer-button/index.js +1 -1
  431. package/pure-cell/esm/components/footer-text/component.js +1 -1
  432. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  433. package/pure-cell/esm/components/footer-text/index.js +1 -1
  434. package/pure-cell/esm/components/graphics/component.js +1 -1
  435. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  436. package/pure-cell/esm/components/graphics/index.js +1 -1
  437. package/pure-cell/esm/components/main/component.js +1 -1
  438. package/pure-cell/esm/components/main/index.d.ts +1 -1
  439. package/pure-cell/esm/components/main/index.js +1 -1
  440. package/pure-cell/esm/components/text/component.js +1 -1
  441. package/pure-cell/esm/components/text/index.d.ts +1 -1
  442. package/pure-cell/esm/components/text/index.js +1 -1
  443. package/pure-cell/esm/index.js +1 -1
  444. package/pure-cell/index.js +1 -1
  445. package/pure-cell/modern/component.js +1 -1
  446. package/pure-cell/modern/components/addon/component.js +1 -1
  447. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  448. package/pure-cell/modern/components/addon/index.js +1 -1
  449. package/pure-cell/modern/components/amount/component.js +1 -1
  450. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  451. package/pure-cell/modern/components/amount/index.js +1 -1
  452. package/pure-cell/modern/components/amount-title/component.js +1 -1
  453. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  454. package/pure-cell/modern/components/amount-title/index.js +1 -1
  455. package/pure-cell/modern/components/category/component.js +1 -1
  456. package/pure-cell/modern/components/category/index.d.ts +1 -1
  457. package/pure-cell/modern/components/category/index.js +1 -1
  458. package/pure-cell/modern/components/content/component.js +1 -1
  459. package/pure-cell/modern/components/content/index.d.ts +1 -1
  460. package/pure-cell/modern/components/content/index.js +1 -1
  461. package/pure-cell/modern/components/footer/component.js +1 -1
  462. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  463. package/pure-cell/modern/components/footer/index.js +1 -1
  464. package/pure-cell/modern/components/footer-button/component.js +1 -1
  465. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  466. package/pure-cell/modern/components/footer-button/index.js +1 -1
  467. package/pure-cell/modern/components/footer-text/component.js +1 -1
  468. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  469. package/pure-cell/modern/components/footer-text/index.js +1 -1
  470. package/pure-cell/modern/components/graphics/component.js +1 -1
  471. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  472. package/pure-cell/modern/components/graphics/index.js +1 -1
  473. package/pure-cell/modern/components/main/component.js +1 -1
  474. package/pure-cell/modern/components/main/index.d.ts +1 -1
  475. package/pure-cell/modern/components/main/index.js +1 -1
  476. package/pure-cell/modern/components/text/component.js +1 -1
  477. package/pure-cell/modern/components/text/index.d.ts +1 -1
  478. package/pure-cell/modern/components/text/index.js +1 -1
  479. package/pure-cell/modern/index.js +1 -1
  480. package/radio-group/@alfalab/core-components-shared/package.json +23 -0
  481. package/radio-group/Component.responsive.js +2 -1
  482. package/radio-group/cssm/Component.responsive.js +2 -1
  483. package/radio-group/esm/Component.responsive.js +2 -1
  484. package/radio-group/esm/index.js +1 -0
  485. package/radio-group/modern/Component.responsive.js +2 -1
  486. package/radio-group/modern/index.js +1 -0
  487. package/select/Component.responsive.js +2 -1
  488. package/select/cssm/Component.responsive.js +2 -1
  489. package/select/esm/Component.responsive.js +3 -3
  490. package/select/esm/index.js +2 -2
  491. package/select/esm/mobile/Component.mobile.js +1 -1
  492. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  493. package/select/esm/mobile/index.js +1 -1
  494. package/select/esm/presets/index.js +1 -1
  495. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  496. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  497. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  498. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  499. package/select/esm/shared/index.js +1 -1
  500. package/select/mobile/Component.mobile.js +1 -1
  501. package/select/modern/Component.responsive.js +3 -3
  502. package/select/modern/index.js +2 -2
  503. package/select/modern/mobile/Component.mobile.js +1 -1
  504. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  505. package/select/modern/mobile/index.js +1 -1
  506. package/select/modern/presets/index.js +1 -1
  507. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  508. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  509. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  510. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  511. package/select/modern/shared/index.js +1 -1
  512. package/select/presets/index.js +1 -1
  513. package/select/presets/useSelectWithApply/hook.js +1 -1
  514. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  515. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  516. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  517. package/select/shared/index.js +1 -1
  518. package/select-with-tags/@alfalab/core-components-shared/package.json +23 -0
  519. package/select-with-tags/Component.responsive.js +2 -1
  520. package/select-with-tags/cssm/Component.responsive.js +2 -1
  521. package/select-with-tags/esm/Component.responsive.js +2 -1
  522. package/select-with-tags/esm/index.js +1 -0
  523. package/select-with-tags/modern/Component.responsive.js +2 -1
  524. package/select-with-tags/modern/index.js +1 -0
  525. package/shared/cssm/getComponentBreakpoint/getComponentBreakpoint.d.ts +2 -0
  526. package/shared/cssm/getComponentBreakpoint/getComponentBreakpoint.js +18 -0
  527. package/shared/cssm/getComponentBreakpoint/index.d.ts +1 -0
  528. package/shared/cssm/getComponentBreakpoint/index.js +7 -0
  529. package/shared/cssm/index.d.ts +1 -0
  530. package/shared/cssm/index.js +2 -0
  531. package/shared/esm/getComponentBreakpoint/getComponentBreakpoint.d.ts +2 -0
  532. package/shared/esm/getComponentBreakpoint/getComponentBreakpoint.js +16 -0
  533. package/shared/esm/getComponentBreakpoint/index.d.ts +1 -0
  534. package/shared/esm/getComponentBreakpoint/index.js +1 -0
  535. package/shared/esm/index.d.ts +1 -0
  536. package/shared/esm/index.js +1 -0
  537. package/shared/getComponentBreakpoint/getComponentBreakpoint.d.ts +2 -0
  538. package/shared/getComponentBreakpoint/getComponentBreakpoint.js +18 -0
  539. package/shared/getComponentBreakpoint/index.d.ts +1 -0
  540. package/shared/getComponentBreakpoint/index.js +7 -0
  541. package/shared/index.d.ts +1 -0
  542. package/shared/index.js +2 -0
  543. package/shared/modern/getComponentBreakpoint/getComponentBreakpoint.d.ts +2 -0
  544. package/shared/modern/getComponentBreakpoint/getComponentBreakpoint.js +17 -0
  545. package/shared/modern/getComponentBreakpoint/index.d.ts +1 -0
  546. package/shared/modern/getComponentBreakpoint/index.js +1 -0
  547. package/shared/modern/index.d.ts +1 -0
  548. package/shared/modern/index.js +1 -0
  549. package/side-panel/Component.responsive.js +1 -1
  550. package/side-panel/components/controls/Component.js +1 -1
  551. package/side-panel/components/footer/Component.js +1 -1
  552. package/side-panel/cssm/Component.responsive.js +1 -1
  553. package/side-panel/esm/Component.responsive.js +3 -3
  554. package/side-panel/esm/components/controls/Component.js +1 -1
  555. package/side-panel/esm/components/controls/index.js +1 -1
  556. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  557. package/side-panel/esm/components/footer/Component.js +1 -1
  558. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  559. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  560. package/side-panel/esm/desktop/index.js +1 -1
  561. package/side-panel/esm/index.js +1 -1
  562. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  563. package/side-panel/esm/mobile/index.js +1 -1
  564. package/side-panel/modern/Component.responsive.js +3 -3
  565. package/side-panel/modern/components/controls/Component.js +1 -1
  566. package/side-panel/modern/components/controls/index.js +1 -1
  567. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  568. package/side-panel/modern/components/footer/Component.js +1 -1
  569. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  570. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  571. package/side-panel/modern/desktop/index.js +1 -1
  572. package/side-panel/modern/index.js +1 -1
  573. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  574. package/side-panel/modern/mobile/index.js +1 -1
  575. package/status/Component.d.ts +2 -1
  576. package/status/Component.js +2 -2
  577. package/status/cssm/Component.d.ts +2 -1
  578. package/status/cssm/Component.js +1 -1
  579. package/status/cssm/index.module.css +74 -29
  580. package/status/esm/Component.d.ts +2 -1
  581. package/status/esm/Component.js +2 -2
  582. package/status/esm/index.css +55 -27
  583. package/status/index.css +55 -27
  584. package/status/modern/Component.d.ts +2 -1
  585. package/status/modern/Component.js +2 -2
  586. package/status/modern/index.css +55 -27
  587. package/system-message/Components.responsive.js +1 -1
  588. package/system-message/cssm/Components.responsive.js +1 -1
  589. package/system-message/esm/Components.responsive.js +2 -2
  590. package/system-message/modern/Components.responsive.js +2 -2
  591. package/tabs/components/primary-tablist/Component.collapsible.js +3 -2
  592. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  593. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  594. package/tabs/components/primary-tablist/Component.responsive.js +2 -1
  595. package/tabs/components/primary-tablist/mobile.css +0 -1
  596. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  597. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  598. package/tabs/components/secondary-tablist/Component.responsive.js +2 -1
  599. package/tabs/components/secondary-tablist/mobile.css +0 -1
  600. package/tabs/components/tabs/Component.js +2 -1
  601. package/tabs/cssm/components/primary-tablist/Component.collapsible.js +2 -1
  602. package/tabs/cssm/components/primary-tablist/Component.responsive.js +2 -1
  603. package/tabs/cssm/components/secondary-tablist/Component.responsive.js +2 -1
  604. package/tabs/cssm/components/tabs/Component.js +2 -1
  605. package/tabs/esm/collapsible/index.js +2 -2
  606. package/tabs/esm/components/primary-tablist/Component.collapsible.js +3 -3
  607. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  608. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  609. package/tabs/esm/components/primary-tablist/Component.responsive.js +3 -3
  610. package/tabs/esm/components/primary-tablist/mobile.css +0 -1
  611. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  612. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  613. package/tabs/esm/components/secondary-tablist/Component.responsive.js +3 -3
  614. package/tabs/esm/components/secondary-tablist/mobile.css +0 -1
  615. package/tabs/esm/components/tabs/Component.collapsible.js +2 -2
  616. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  617. package/tabs/esm/components/tabs/Component.js +2 -1
  618. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  619. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  620. package/tabs/esm/desktop/index.js +2 -2
  621. package/tabs/esm/index.js +3 -3
  622. package/tabs/esm/mobile/index.js +2 -2
  623. package/tabs/modern/collapsible/index.js +2 -2
  624. package/tabs/modern/components/primary-tablist/Component.collapsible.js +3 -3
  625. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  626. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  627. package/tabs/modern/components/primary-tablist/Component.responsive.js +3 -3
  628. package/tabs/modern/components/primary-tablist/mobile.css +0 -1
  629. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  630. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  631. package/tabs/modern/components/secondary-tablist/Component.responsive.js +3 -3
  632. package/tabs/modern/components/secondary-tablist/mobile.css +0 -1
  633. package/tabs/modern/components/tabs/Component.collapsible.js +2 -2
  634. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  635. package/tabs/modern/components/tabs/Component.js +2 -1
  636. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  637. package/tabs/modern/components/tabs/Component.responsive.js +3 -3
  638. package/tabs/modern/desktop/index.js +2 -2
  639. package/tabs/modern/index.js +3 -3
  640. package/tabs/modern/mobile/index.js +2 -2
  641. package/tag/@alfalab/core-components-shared/package.json +23 -0
  642. package/tag/Component.responsive.js +2 -1
  643. package/tag/components/base-tag/Component.d.ts +1 -1
  644. package/tag/cssm/Component.responsive.js +2 -1
  645. package/tag/cssm/components/base-tag/Component.d.ts +1 -1
  646. package/tag/esm/Component.responsive.js +2 -1
  647. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  648. package/tag/esm/index.js +1 -0
  649. package/tag/modern/Component.responsive.js +2 -1
  650. package/tag/modern/components/base-tag/Component.d.ts +1 -1
  651. package/tag/modern/index.js +1 -0
  652. package/textarea/Component.js +1 -1
  653. package/textarea/components/PseudoTextArea.js +1 -1
  654. package/textarea/components/index.d.ts +1 -1
  655. package/textarea/components/index.js +1 -1
  656. package/textarea/esm/Component.js +1 -1
  657. package/textarea/esm/components/PseudoTextArea.js +1 -1
  658. package/textarea/esm/components/index.d.ts +1 -1
  659. package/textarea/esm/components/index.js +1 -1
  660. package/textarea/esm/index.js +1 -1
  661. package/textarea/modern/Component.js +1 -1
  662. package/textarea/modern/components/PseudoTextArea.js +1 -1
  663. package/textarea/modern/components/index.d.ts +1 -1
  664. package/textarea/modern/components/index.js +1 -1
  665. package/textarea/modern/index.js +1 -1
  666. package/themes/breakpoints/breakpoint-768.css +3 -0
  667. package/themes/click.css +0 -1
  668. package/themes/compiled/mobile-dark-bluetint.css +78 -196
  669. package/themes/corp.css +0 -1
  670. package/themes/intranet.css +0 -1
  671. package/themes/mobile.css +0 -1
  672. package/themes/site.css +0 -1
  673. package/toast/@alfalab/core-components-shared/package.json +23 -0
  674. package/toast/Component.responsive.js +2 -1
  675. package/toast/cssm/Component.responsive.js +2 -1
  676. package/toast/esm/Component.responsive.js +2 -1
  677. package/toast/esm/index.js +1 -0
  678. package/toast/modern/Component.responsive.js +2 -1
  679. package/toast/modern/index.js +1 -0
  680. package/toast-plate/@alfalab/core-components-shared/package.json +23 -0
  681. package/toast-plate/Component.responsive.js +2 -1
  682. package/toast-plate/components/base-toast-plate/component.js +3 -4
  683. package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +2 -5
  684. package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +3 -5
  685. package/toast-plate/cssm/Component.responsive.js +2 -1
  686. package/toast-plate/cssm/components/base-toast-plate/component.js +3 -4
  687. package/toast-plate/cssm/components/base-toast-plate/hooks/useDeprecatedBadge.js +2 -5
  688. package/toast-plate/cssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +3 -5
  689. package/toast-plate/esm/Component.responsive.js +2 -3
  690. package/toast-plate/esm/components/base-toast-plate/component.js +1 -2
  691. package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -4
  692. package/toast-plate/esm/components/base-toast-plate/index.js +1 -2
  693. package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -3
  694. package/toast-plate/esm/desktop/Component.desktop.js +1 -2
  695. package/toast-plate/esm/desktop/index.js +1 -2
  696. package/toast-plate/esm/index.js +1 -2
  697. package/toast-plate/esm/mobile/Component.mobile.js +1 -2
  698. package/toast-plate/esm/mobile/index.js +1 -2
  699. package/toast-plate/modern/Component.responsive.js +2 -3
  700. package/toast-plate/modern/components/base-toast-plate/component.js +1 -2
  701. package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -4
  702. package/toast-plate/modern/components/base-toast-plate/index.js +1 -2
  703. package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +1 -3
  704. package/toast-plate/modern/desktop/Component.desktop.js +1 -2
  705. package/toast-plate/modern/desktop/index.js +1 -2
  706. package/toast-plate/modern/index.js +1 -2
  707. package/toast-plate/modern/mobile/Component.mobile.js +1 -2
  708. package/toast-plate/modern/mobile/index.js +1 -2
  709. package/tooltip/@alfalab/core-components-shared/package.json +23 -0
  710. package/tooltip/Component.responsive.js +2 -1
  711. package/tooltip/cssm/Component.responsive.js +2 -1
  712. package/tooltip/esm/Component.responsive.js +2 -1
  713. package/tooltip/esm/index.js +1 -0
  714. package/tooltip/modern/Component.responsive.js +2 -1
  715. package/tooltip/modern/index.js +1 -0
  716. package/typography/esm/component.js +2 -2
  717. package/typography/esm/index.js +2 -2
  718. package/typography/esm/text/component.js +1 -1
  719. package/typography/esm/text/index.js +1 -1
  720. package/typography/esm/title/component.js +1 -1
  721. package/typography/esm/title/index.js +2 -2
  722. package/typography/esm/title-mobile/component.js +2 -2
  723. package/typography/esm/title-mobile/index.js +2 -2
  724. package/typography/esm/title-responsive/component.js +2 -2
  725. package/typography/esm/title-responsive/index.js +2 -2
  726. package/typography/modern/component.js +2 -2
  727. package/typography/modern/index.js +2 -2
  728. package/typography/modern/text/component.js +1 -1
  729. package/typography/modern/text/index.js +1 -1
  730. package/typography/modern/title/component.js +1 -1
  731. package/typography/modern/title/index.js +2 -2
  732. package/typography/modern/title-mobile/component.js +2 -2
  733. package/typography/modern/title-mobile/index.js +2 -2
  734. package/typography/modern/title-responsive/component.js +2 -2
  735. package/typography/modern/title-responsive/index.js +2 -2
  736. package/typography/text/component.js +1 -1
  737. package/typography/title/component.js +1 -1
  738. package/typography/title/index.js +1 -1
  739. package/typography/title-mobile/component.js +1 -1
  740. package/typography/title-responsive/component.js +1 -1
  741. package/underlay/Component.js +1 -1
  742. package/underlay/esm/Component.js +1 -1
  743. package/underlay/esm/index.js +1 -1
  744. package/underlay/esm/utils/getBorderCorners.js +1 -1
  745. package/underlay/esm/utils/getClasses.js +1 -1
  746. package/underlay/modern/Component.js +1 -1
  747. package/underlay/modern/index.js +1 -1
  748. package/underlay/modern/utils/getBorderCorners.js +1 -1
  749. package/underlay/modern/utils/getClasses.js +1 -1
  750. package/underlay/utils/getBorderCorners.js +1 -1
  751. package/underlay/utils/getClasses.js +1 -1
  752. package/universal-date-input/Component.responsive.js +2 -1
  753. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  754. package/universal-date-input/components/date-input/Component.js +1 -1
  755. package/universal-date-input/components/date-range-input/Component.js +1 -1
  756. package/universal-date-input/cssm/Component.responsive.js +2 -1
  757. package/universal-date-input/esm/Component.responsive.js +3 -3
  758. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  759. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  760. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  761. package/universal-date-input/esm/components/date-input/index.js +1 -1
  762. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  763. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  764. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  765. package/universal-date-input/esm/desktop/index.js +1 -1
  766. package/universal-date-input/esm/index.js +2 -2
  767. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  768. package/universal-date-input/esm/mobile/index.js +1 -1
  769. package/universal-date-input/modern/Component.responsive.js +3 -3
  770. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  771. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  772. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  773. package/universal-date-input/modern/components/date-input/index.js +1 -1
  774. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  775. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  776. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  777. package/universal-date-input/modern/desktop/index.js +1 -1
  778. package/universal-date-input/modern/index.js +2 -2
  779. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  780. package/universal-date-input/modern/mobile/index.js +1 -1
  781. package/vars/cssm/bundle/click.css +0 -1
  782. package/vars/cssm/bundle/corp.css +0 -1
  783. package/vars/cssm/bundle/intranet.css +0 -1
  784. package/vars/cssm/bundle/mobile.css +0 -1
  785. package/vars/cssm/bundle/site.css +0 -1
  786. package/vars/cssm/gaps.css +0 -1
  787. package/vars/cssm/index.css +0 -1
  788. package/vars/cssm/index.d.ts +0 -1
  789. package/vars/cssm/index.js +0 -1
  790. package/vars/esm/index.d.ts +0 -1
  791. package/vars/esm/index.js +1 -2
  792. package/vars/gaps.css +0 -1
  793. package/vars/index.d.ts +0 -1
  794. package/vars/index.js +0 -1
  795. package/vars/modern/index.d.ts +0 -1
  796. package/vars/modern/index.js +1 -2
  797. package/pass-code/Component.responsive.d.ts +0 -5
  798. package/pass-code/Component.responsive.js +0 -21
  799. package/pass-code/components/InputProgress/useInputProgress.d.ts +0 -5
  800. package/pass-code/components/InputProgress/useInputProgress.js +0 -20
  801. package/pass-code/cssm/Component.responsive.d.ts +0 -5
  802. package/pass-code/cssm/Component.responsive.js +0 -21
  803. package/pass-code/cssm/components/InputProgress/animations.module.css +0 -15
  804. package/pass-code/cssm/components/InputProgress/useInputProgress.d.ts +0 -5
  805. package/pass-code/cssm/components/InputProgress/useInputProgress.js +0 -20
  806. package/pass-code/cssm/desktop/PassCodeDesktop.d.ts +0 -5
  807. package/pass-code/cssm/desktop/PassCodeDesktop.js +0 -15
  808. package/pass-code/cssm/desktop/desktop.module.css +0 -16
  809. package/pass-code/cssm/mobile/PassCodeMobile.d.ts +0 -5
  810. package/pass-code/cssm/mobile/PassCodeMobile.js +0 -15
  811. package/pass-code/cssm/mobile/mobile.module.css +0 -23
  812. package/pass-code/cssm/typings.d.ts +0 -18
  813. package/pass-code/cssm/typings.js +0 -1
  814. package/pass-code/desktop/PassCodeDesktop.d.ts +0 -5
  815. package/pass-code/desktop/PassCodeDesktop.js +0 -16
  816. package/pass-code/desktop/desktop.css +0 -17
  817. package/pass-code/esm/Component.responsive.d.ts +0 -5
  818. package/pass-code/esm/Component.responsive.js +0 -26
  819. package/pass-code/esm/components/InputProgress/useInputProgress.d.ts +0 -5
  820. package/pass-code/esm/components/InputProgress/useInputProgress.js +0 -18
  821. package/pass-code/esm/desktop/PassCodeDesktop.d.ts +0 -5
  822. package/pass-code/esm/desktop/PassCodeDesktop.js +0 -20
  823. package/pass-code/esm/desktop/desktop.css +0 -17
  824. package/pass-code/esm/mobile/PassCodeMobile.d.ts +0 -5
  825. package/pass-code/esm/mobile/PassCodeMobile.js +0 -20
  826. package/pass-code/esm/mobile/mobile.css +0 -24
  827. package/pass-code/esm/typings.d.ts +0 -18
  828. package/pass-code/esm/typings.js +0 -1
  829. package/pass-code/mobile/PassCodeMobile.d.ts +0 -5
  830. package/pass-code/mobile/PassCodeMobile.js +0 -16
  831. package/pass-code/mobile/mobile.css +0 -24
  832. package/pass-code/modern/Component.responsive.d.ts +0 -5
  833. package/pass-code/modern/Component.responsive.js +0 -24
  834. package/pass-code/modern/components/InputProgress/useInputProgress.d.ts +0 -5
  835. package/pass-code/modern/components/InputProgress/useInputProgress.js +0 -18
  836. package/pass-code/modern/desktop/PassCodeDesktop.d.ts +0 -5
  837. package/pass-code/modern/desktop/PassCodeDesktop.js +0 -19
  838. package/pass-code/modern/desktop/desktop.css +0 -17
  839. package/pass-code/modern/mobile/PassCodeMobile.d.ts +0 -5
  840. package/pass-code/modern/mobile/PassCodeMobile.js +0 -19
  841. package/pass-code/modern/mobile/mobile.css +0 -24
  842. package/pass-code/modern/typings.d.ts +0 -18
  843. package/pass-code/modern/typings.js +0 -1
  844. package/pass-code/typings.d.ts +0 -18
  845. package/pass-code/typings.js +0 -1
  846. package/pass-code-v1/Component.d.ts +0 -62
  847. package/pass-code-v1/Component.js +0 -46
  848. package/pass-code-v1/components/InputProgress/Component.d.ts +0 -11
  849. package/pass-code-v1/components/InputProgress/Component.js +0 -40
  850. package/pass-code-v1/components/InputProgress/index.css +0 -41
  851. package/pass-code-v1/components/InputProgress/index.d.ts +0 -1
  852. package/pass-code-v1/components/InputProgress/index.js +0 -7
  853. package/pass-code-v1/components/InputProgress/transitions.css +0 -52
  854. package/pass-code-v1/components/KeyPad/Component.d.ts +0 -31
  855. package/pass-code-v1/components/KeyPad/Component.js +0 -42
  856. package/pass-code-v1/components/KeyPad/index.css +0 -45
  857. package/pass-code-v1/components/KeyPad/index.d.ts +0 -1
  858. package/pass-code-v1/components/KeyPad/index.js +0 -7
  859. package/pass-code-v1/components/KeyPadButton/Component.d.ts +0 -32
  860. package/pass-code-v1/components/KeyPadButton/Component.js +0 -21
  861. package/pass-code-v1/components/KeyPadButton/index.css +0 -69
  862. package/pass-code-v1/components/KeyPadButton/index.d.ts +0 -1
  863. package/pass-code-v1/components/KeyPadButton/index.js +0 -7
  864. package/pass-code-v1/cssm/Component.d.ts +0 -62
  865. package/pass-code-v1/cssm/Component.js +0 -45
  866. package/pass-code-v1/cssm/components/InputProgress/Component.d.ts +0 -11
  867. package/pass-code-v1/cssm/components/InputProgress/Component.js +0 -38
  868. package/pass-code-v1/cssm/components/InputProgress/index.d.ts +0 -1
  869. package/pass-code-v1/cssm/components/InputProgress/index.js +0 -7
  870. package/pass-code-v1/cssm/components/InputProgress/index.module.css +0 -40
  871. package/pass-code-v1/cssm/components/InputProgress/transitions.module.css +0 -51
  872. package/pass-code-v1/cssm/components/KeyPad/Component.d.ts +0 -31
  873. package/pass-code-v1/cssm/components/KeyPad/Component.js +0 -41
  874. package/pass-code-v1/cssm/components/KeyPad/index.d.ts +0 -1
  875. package/pass-code-v1/cssm/components/KeyPad/index.js +0 -7
  876. package/pass-code-v1/cssm/components/KeyPad/index.module.css +0 -44
  877. package/pass-code-v1/cssm/components/KeyPadButton/Component.d.ts +0 -32
  878. package/pass-code-v1/cssm/components/KeyPadButton/Component.js +0 -20
  879. package/pass-code-v1/cssm/components/KeyPadButton/index.d.ts +0 -1
  880. package/pass-code-v1/cssm/components/KeyPadButton/index.js +0 -7
  881. package/pass-code-v1/cssm/components/KeyPadButton/index.module.css +0 -68
  882. package/pass-code-v1/cssm/index.d.ts +0 -2
  883. package/pass-code-v1/cssm/index.js +0 -9
  884. package/pass-code-v1/cssm/index.module.css +0 -37
  885. package/pass-code-v1/cssm/shared/index.d.ts +0 -1
  886. package/pass-code-v1/cssm/shared/index.js +0 -7
  887. package/pass-code-v1/cssm/utils.d.ts +0 -10
  888. package/pass-code-v1/cssm/utils.js +0 -17
  889. package/pass-code-v1/cssm/vars.css +0 -0
  890. package/pass-code-v1/esm/Component.d.ts +0 -62
  891. package/pass-code-v1/esm/Component.js +0 -43
  892. package/pass-code-v1/esm/components/InputProgress/Component.d.ts +0 -11
  893. package/pass-code-v1/esm/components/InputProgress/Component.js +0 -33
  894. package/pass-code-v1/esm/components/InputProgress/index.css +0 -41
  895. package/pass-code-v1/esm/components/InputProgress/index.d.ts +0 -1
  896. package/pass-code-v1/esm/components/InputProgress/index.js +0 -5
  897. package/pass-code-v1/esm/components/InputProgress/transitions.css +0 -52
  898. package/pass-code-v1/esm/components/KeyPad/Component.d.ts +0 -31
  899. package/pass-code-v1/esm/components/KeyPad/Component.js +0 -38
  900. package/pass-code-v1/esm/components/KeyPad/index.css +0 -45
  901. package/pass-code-v1/esm/components/KeyPad/index.d.ts +0 -1
  902. package/pass-code-v1/esm/components/KeyPad/index.js +0 -7
  903. package/pass-code-v1/esm/components/KeyPadButton/Component.d.ts +0 -32
  904. package/pass-code-v1/esm/components/KeyPadButton/Component.js +0 -14
  905. package/pass-code-v1/esm/components/KeyPadButton/index.css +0 -69
  906. package/pass-code-v1/esm/components/KeyPadButton/index.d.ts +0 -1
  907. package/pass-code-v1/esm/components/KeyPadButton/index.js +0 -4
  908. package/pass-code-v1/esm/index.css +0 -38
  909. package/pass-code-v1/esm/index.d.ts +0 -2
  910. package/pass-code-v1/esm/index.js +0 -11
  911. package/pass-code-v1/esm/shared/index.d.ts +0 -1
  912. package/pass-code-v1/esm/shared/index.js +0 -2
  913. package/pass-code-v1/esm/utils.d.ts +0 -10
  914. package/pass-code-v1/esm/utils.js +0 -15
  915. package/pass-code-v1/index.css +0 -38
  916. package/pass-code-v1/index.d.ts +0 -2
  917. package/pass-code-v1/index.js +0 -9
  918. package/pass-code-v1/modern/Component.d.ts +0 -62
  919. package/pass-code-v1/modern/Component.js +0 -42
  920. package/pass-code-v1/modern/components/InputProgress/Component.d.ts +0 -11
  921. package/pass-code-v1/modern/components/InputProgress/Component.js +0 -25
  922. package/pass-code-v1/modern/components/InputProgress/index.css +0 -41
  923. package/pass-code-v1/modern/components/InputProgress/index.d.ts +0 -1
  924. package/pass-code-v1/modern/components/InputProgress/index.js +0 -5
  925. package/pass-code-v1/modern/components/InputProgress/transitions.css +0 -52
  926. package/pass-code-v1/modern/components/KeyPad/Component.d.ts +0 -31
  927. package/pass-code-v1/modern/components/KeyPad/Component.js +0 -35
  928. package/pass-code-v1/modern/components/KeyPad/index.css +0 -45
  929. package/pass-code-v1/modern/components/KeyPad/index.d.ts +0 -1
  930. package/pass-code-v1/modern/components/KeyPad/index.js +0 -7
  931. package/pass-code-v1/modern/components/KeyPadButton/Component.d.ts +0 -32
  932. package/pass-code-v1/modern/components/KeyPadButton/Component.js +0 -13
  933. package/pass-code-v1/modern/components/KeyPadButton/index.css +0 -69
  934. package/pass-code-v1/modern/components/KeyPadButton/index.d.ts +0 -1
  935. package/pass-code-v1/modern/components/KeyPadButton/index.js +0 -4
  936. package/pass-code-v1/modern/index.css +0 -38
  937. package/pass-code-v1/modern/index.d.ts +0 -2
  938. package/pass-code-v1/modern/index.js +0 -11
  939. package/pass-code-v1/modern/shared/index.d.ts +0 -1
  940. package/pass-code-v1/modern/shared/index.js +0 -2
  941. package/pass-code-v1/modern/utils.d.ts +0 -10
  942. package/pass-code-v1/modern/utils.js +0 -15
  943. package/pass-code-v1/package.json +0 -3
  944. package/pass-code-v1/shared/index.d.ts +0 -1
  945. package/pass-code-v1/shared/index.js +0 -7
  946. package/pass-code-v1/shared/package.json +0 -3
  947. package/pass-code-v1/utils.d.ts +0 -10
  948. package/pass-code-v1/utils.js +0 -17
  949. package/pattern-lock-v1/Component.responsive.d.ts +0 -10
  950. package/pattern-lock-v1/Component.responsive.js +0 -25
  951. package/pattern-lock-v1/components/base-pattern-lock/Component.d.ts +0 -6
  952. package/pattern-lock-v1/components/base-pattern-lock/Component.js +0 -66
  953. package/pattern-lock-v1/components/base-pattern-lock/index.css +0 -45
  954. package/pattern-lock-v1/components/base-pattern-lock/index.d.ts +0 -1
  955. package/pattern-lock-v1/components/base-pattern-lock/index.js +0 -7
  956. package/pattern-lock-v1/consts.d.ts +0 -11
  957. package/pattern-lock-v1/consts.js +0 -32
  958. package/pattern-lock-v1/cssm/Component.responsive.d.ts +0 -10
  959. package/pattern-lock-v1/cssm/Component.responsive.js +0 -25
  960. package/pattern-lock-v1/cssm/components/base-pattern-lock/Component.d.ts +0 -6
  961. package/pattern-lock-v1/cssm/components/base-pattern-lock/Component.js +0 -65
  962. package/pattern-lock-v1/cssm/components/base-pattern-lock/index.d.ts +0 -1
  963. package/pattern-lock-v1/cssm/components/base-pattern-lock/index.js +0 -7
  964. package/pattern-lock-v1/cssm/components/base-pattern-lock/index.module.css +0 -44
  965. package/pattern-lock-v1/cssm/consts.d.ts +0 -11
  966. package/pattern-lock-v1/cssm/consts.js +0 -32
  967. package/pattern-lock-v1/cssm/desktop/Component.desktop.d.ts +0 -6
  968. package/pattern-lock-v1/cssm/desktop/Component.desktop.js +0 -15
  969. package/pattern-lock-v1/cssm/desktop/desktop.module.css +0 -27
  970. package/pattern-lock-v1/cssm/desktop/index.d.ts +0 -2
  971. package/pattern-lock-v1/cssm/desktop/index.js +0 -7
  972. package/pattern-lock-v1/cssm/hooks/use-pattern-lock-cleanup.d.ts +0 -6
  973. package/pattern-lock-v1/cssm/hooks/use-pattern-lock-cleanup.js +0 -16
  974. package/pattern-lock-v1/cssm/index.d.ts +0 -3
  975. package/pattern-lock-v1/cssm/index.js +0 -9
  976. package/pattern-lock-v1/cssm/mobile/Component.mobile.d.ts +0 -6
  977. package/pattern-lock-v1/cssm/mobile/Component.mobile.js +0 -15
  978. package/pattern-lock-v1/cssm/mobile/index.d.ts +0 -2
  979. package/pattern-lock-v1/cssm/mobile/index.js +0 -7
  980. package/pattern-lock-v1/cssm/mobile/mobile.module.css +0 -47
  981. package/pattern-lock-v1/cssm/shared/index.d.ts +0 -2
  982. package/pattern-lock-v1/cssm/shared/index.js +0 -9
  983. package/pattern-lock-v1/cssm/typings.d.ts +0 -91
  984. package/pattern-lock-v1/cssm/typings.js +0 -1
  985. package/pattern-lock-v1/cssm/utils.d.ts +0 -16
  986. package/pattern-lock-v1/cssm/utils.js +0 -94
  987. package/pattern-lock-v1/cssm/vars.css +0 -0
  988. package/pattern-lock-v1/desktop/Component.desktop.d.ts +0 -6
  989. package/pattern-lock-v1/desktop/Component.desktop.js +0 -16
  990. package/pattern-lock-v1/desktop/desktop.css +0 -28
  991. package/pattern-lock-v1/desktop/index.d.ts +0 -2
  992. package/pattern-lock-v1/desktop/index.js +0 -7
  993. package/pattern-lock-v1/desktop/package.json +0 -3
  994. package/pattern-lock-v1/esm/Component.responsive.d.ts +0 -10
  995. package/pattern-lock-v1/esm/Component.responsive.js +0 -26
  996. package/pattern-lock-v1/esm/components/base-pattern-lock/Component.d.ts +0 -6
  997. package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +0 -59
  998. package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +0 -45
  999. package/pattern-lock-v1/esm/components/base-pattern-lock/index.d.ts +0 -1
  1000. package/pattern-lock-v1/esm/components/base-pattern-lock/index.js +0 -9
  1001. package/pattern-lock-v1/esm/consts.d.ts +0 -11
  1002. package/pattern-lock-v1/esm/consts.js +0 -27
  1003. package/pattern-lock-v1/esm/desktop/Component.desktop.d.ts +0 -6
  1004. package/pattern-lock-v1/esm/desktop/Component.desktop.js +0 -16
  1005. package/pattern-lock-v1/esm/desktop/desktop.css +0 -28
  1006. package/pattern-lock-v1/esm/desktop/index.d.ts +0 -2
  1007. package/pattern-lock-v1/esm/desktop/index.js +0 -10
  1008. package/pattern-lock-v1/esm/hooks/use-pattern-lock-cleanup.d.ts +0 -6
  1009. package/pattern-lock-v1/esm/hooks/use-pattern-lock-cleanup.js +0 -14
  1010. package/pattern-lock-v1/esm/index.d.ts +0 -3
  1011. package/pattern-lock-v1/esm/index.js +0 -13
  1012. package/pattern-lock-v1/esm/mobile/Component.mobile.d.ts +0 -6
  1013. package/pattern-lock-v1/esm/mobile/Component.mobile.js +0 -16
  1014. package/pattern-lock-v1/esm/mobile/index.d.ts +0 -2
  1015. package/pattern-lock-v1/esm/mobile/index.js +0 -10
  1016. package/pattern-lock-v1/esm/mobile/mobile.css +0 -48
  1017. package/pattern-lock-v1/esm/shared/index.d.ts +0 -2
  1018. package/pattern-lock-v1/esm/shared/index.js +0 -6
  1019. package/pattern-lock-v1/esm/typings.d.ts +0 -91
  1020. package/pattern-lock-v1/esm/typings.js +0 -1
  1021. package/pattern-lock-v1/esm/utils.d.ts +0 -16
  1022. package/pattern-lock-v1/esm/utils.js +0 -88
  1023. package/pattern-lock-v1/hooks/use-pattern-lock-cleanup.d.ts +0 -6
  1024. package/pattern-lock-v1/hooks/use-pattern-lock-cleanup.js +0 -16
  1025. package/pattern-lock-v1/index.d.ts +0 -3
  1026. package/pattern-lock-v1/index.js +0 -9
  1027. package/pattern-lock-v1/mobile/Component.mobile.d.ts +0 -6
  1028. package/pattern-lock-v1/mobile/Component.mobile.js +0 -16
  1029. package/pattern-lock-v1/mobile/index.d.ts +0 -2
  1030. package/pattern-lock-v1/mobile/index.js +0 -7
  1031. package/pattern-lock-v1/mobile/mobile.css +0 -48
  1032. package/pattern-lock-v1/mobile/package.json +0 -3
  1033. package/pattern-lock-v1/modern/Component.responsive.d.ts +0 -10
  1034. package/pattern-lock-v1/modern/Component.responsive.js +0 -24
  1035. package/pattern-lock-v1/modern/components/base-pattern-lock/Component.d.ts +0 -6
  1036. package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +0 -54
  1037. package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +0 -45
  1038. package/pattern-lock-v1/modern/components/base-pattern-lock/index.d.ts +0 -1
  1039. package/pattern-lock-v1/modern/components/base-pattern-lock/index.js +0 -8
  1040. package/pattern-lock-v1/modern/consts.d.ts +0 -11
  1041. package/pattern-lock-v1/modern/consts.js +0 -27
  1042. package/pattern-lock-v1/modern/desktop/Component.desktop.d.ts +0 -6
  1043. package/pattern-lock-v1/modern/desktop/Component.desktop.js +0 -15
  1044. package/pattern-lock-v1/modern/desktop/desktop.css +0 -28
  1045. package/pattern-lock-v1/modern/desktop/index.d.ts +0 -2
  1046. package/pattern-lock-v1/modern/desktop/index.js +0 -9
  1047. package/pattern-lock-v1/modern/hooks/use-pattern-lock-cleanup.d.ts +0 -6
  1048. package/pattern-lock-v1/modern/hooks/use-pattern-lock-cleanup.js +0 -14
  1049. package/pattern-lock-v1/modern/index.d.ts +0 -3
  1050. package/pattern-lock-v1/modern/index.js +0 -12
  1051. package/pattern-lock-v1/modern/mobile/Component.mobile.d.ts +0 -6
  1052. package/pattern-lock-v1/modern/mobile/Component.mobile.js +0 -15
  1053. package/pattern-lock-v1/modern/mobile/index.d.ts +0 -2
  1054. package/pattern-lock-v1/modern/mobile/index.js +0 -9
  1055. package/pattern-lock-v1/modern/mobile/mobile.css +0 -48
  1056. package/pattern-lock-v1/modern/shared/index.d.ts +0 -2
  1057. package/pattern-lock-v1/modern/shared/index.js +0 -5
  1058. package/pattern-lock-v1/modern/typings.d.ts +0 -91
  1059. package/pattern-lock-v1/modern/typings.js +0 -1
  1060. package/pattern-lock-v1/modern/utils.d.ts +0 -16
  1061. package/pattern-lock-v1/modern/utils.js +0 -98
  1062. package/pattern-lock-v1/package.json +0 -3
  1063. package/pattern-lock-v1/shared/index.d.ts +0 -2
  1064. package/pattern-lock-v1/shared/index.js +0 -9
  1065. package/pattern-lock-v1/shared/package.json +0 -3
  1066. package/pattern-lock-v1/typings.d.ts +0 -91
  1067. package/pattern-lock-v1/typings.js +0 -1
  1068. package/pattern-lock-v1/utils.d.ts +0 -16
  1069. package/pattern-lock-v1/utils.js +0 -94
  1070. package/picker-button/Component-307da6d7.d.ts +0 -168
  1071. package/picker-button/Context-c2e6f1b2.d.ts +0 -4
  1072. package/picker-button/cssm/Component-307da6d7.d.ts +0 -168
  1073. package/picker-button/cssm/Context-c2e6f1b2.d.ts +0 -4
  1074. package/picker-button/cssm/index-064acd29.d.ts +0 -13
  1075. package/picker-button/cssm/index-307da6d7.d.ts +0 -67
  1076. package/picker-button/cssm/types-a870d1f8.d.ts +0 -117
  1077. package/picker-button/esm/Component-307da6d7.d.ts +0 -168
  1078. package/picker-button/esm/Context-c2e6f1b2.d.ts +0 -4
  1079. package/picker-button/esm/index-064acd29.d.ts +0 -13
  1080. package/picker-button/esm/index-307da6d7.d.ts +0 -67
  1081. package/picker-button/esm/types-a870d1f8.d.ts +0 -117
  1082. package/picker-button/index-064acd29.d.ts +0 -13
  1083. package/picker-button/index-307da6d7.d.ts +0 -67
  1084. package/picker-button/modern/Component-307da6d7.d.ts +0 -168
  1085. package/picker-button/modern/Context-c2e6f1b2.d.ts +0 -4
  1086. package/picker-button/modern/index-064acd29.d.ts +0 -13
  1087. package/picker-button/modern/index-307da6d7.d.ts +0 -67
  1088. package/picker-button/modern/types-a870d1f8.d.ts +0 -117
  1089. package/picker-button/types-a870d1f8.d.ts +0 -117
  1090. package/toast-plate/browser-a216f694.d.ts +0 -6
  1091. package/toast-plate/cssm/browser-a216f694.d.ts +0 -6
  1092. package/toast-plate/cssm/getDataTestId-73ea38f8.d.ts +0 -3
  1093. package/toast-plate/cssm/getDataTestId-73ea38f8.js +0 -6
  1094. package/toast-plate/cssm/index-307da6d7.d.ts +0 -71
  1095. package/toast-plate/cssm/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
  1096. package/toast-plate/esm/browser-a216f694.d.ts +0 -6
  1097. package/toast-plate/esm/getDataTestId-9abe1e7b.d.ts +0 -3
  1098. package/toast-plate/esm/getDataTestId-9abe1e7b.js +0 -6
  1099. package/toast-plate/esm/index-307da6d7.d.ts +0 -71
  1100. package/toast-plate/esm/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
  1101. package/toast-plate/getDataTestId-ee42e490.d.ts +0 -3
  1102. package/toast-plate/getDataTestId-ee42e490.js +0 -6
  1103. package/toast-plate/index-307da6d7.d.ts +0 -71
  1104. package/toast-plate/modern/browser-a216f694.d.ts +0 -6
  1105. package/toast-plate/modern/getDataTestId-13030809.d.ts +0 -3
  1106. package/toast-plate/modern/getDataTestId-13030809.js +0 -6
  1107. package/toast-plate/modern/index-307da6d7.d.ts +0 -71
  1108. package/toast-plate/modern/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
  1109. package/toast-plate/useCustomWebkitScrollbar-a216f694.d.ts +0 -2
  1110. /package/calendar-range/esm/{index.module-623d82cb.js → index.module-357c54b1.js} +0 -0
  1111. /package/calendar-range/{index.module-d25909db.js → index.module-ecaac793.js} +0 -0
  1112. /package/calendar-range/modern/{index.module-aef2c351.js → index.module-1cf41baf.js} +0 -0
  1113. /package/confirmation/{countdown-section-0a04b556.d.ts → countdown-section-f9e4f884.d.ts} +0 -0
  1114. /package/confirmation/{countdown-section-0a04b556.js → countdown-section-f9e4f884.js} +0 -0
  1115. /package/confirmation/esm/{countdown-section-1b225f27.d.ts → countdown-section-540da1e3.d.ts} +0 -0
  1116. /package/confirmation/esm/{countdown-section-1b225f27.js → countdown-section-540da1e3.js} +0 -0
  1117. /package/confirmation/modern/{countdown-section-81b6d9a7.d.ts → countdown-section-d3385b29.d.ts} +0 -0
  1118. /package/confirmation/modern/{countdown-section-81b6d9a7.js → countdown-section-d3385b29.js} +0 -0
  1119. /package/gallery/{buttons-d8774f2d.d.ts → buttons-0e0683d9.d.ts} +0 -0
  1120. /package/gallery/{buttons-d8774f2d.js → buttons-0e0683d9.js} +0 -0
  1121. /package/gallery/esm/{buttons-49914c40.d.ts → buttons-eabdb51b.d.ts} +0 -0
  1122. /package/gallery/esm/{buttons-49914c40.js → buttons-eabdb51b.js} +0 -0
  1123. /package/gallery/esm/{slide-3443a4cc.d.ts → slide-a8f6ccc1.d.ts} +0 -0
  1124. /package/gallery/esm/{slide-3443a4cc.js → slide-a8f6ccc1.js} +0 -0
  1125. /package/gallery/modern/{buttons-6df48be7.d.ts → buttons-062ff167.d.ts} +0 -0
  1126. /package/gallery/modern/{buttons-6df48be7.js → buttons-062ff167.js} +0 -0
  1127. /package/gallery/modern/{slide-0bca9ff6.d.ts → slide-b5566e19.d.ts} +0 -0
  1128. /package/gallery/modern/{slide-0bca9ff6.js → slide-b5566e19.js} +0 -0
  1129. /package/gallery/{slide-bb1b1545.d.ts → slide-3d8ed06b.d.ts} +0 -0
  1130. /package/gallery/{slide-bb1b1545.js → slide-3d8ed06b.js} +0 -0
  1131. /package/list/{Component-a602be93.d.ts → Component-ff6688dc.d.ts} +0 -0
  1132. /package/list/{Component-a602be93.js → Component-ff6688dc.js} +0 -0
  1133. /package/list/esm/{Component-cb53d490.d.ts → Component-e815e6a4.d.ts} +0 -0
  1134. /package/list/esm/{Component-cb53d490.js → Component-e815e6a4.js} +0 -0
  1135. /package/list/modern/{Component-a046ddbb.d.ts → Component-ec34e05a.d.ts} +0 -0
  1136. /package/list/modern/{Component-a046ddbb.js → Component-ec34e05a.js} +0 -0
  1137. /package/markdown/esm/{use-overrides-07b626db.d.ts → use-overrides-1ff68396.d.ts} +0 -0
  1138. /package/markdown/esm/{use-overrides-07b626db.js → use-overrides-1ff68396.js} +0 -0
  1139. /package/markdown/modern/{use-overrides-b5b09003.d.ts → use-overrides-7e45f101.d.ts} +0 -0
  1140. /package/markdown/modern/{use-overrides-b5b09003.js → use-overrides-7e45f101.js} +0 -0
  1141. /package/markdown/{use-overrides-822accd9.d.ts → use-overrides-86d99dd7.d.ts} +0 -0
  1142. /package/markdown/{use-overrides-822accd9.js → use-overrides-86d99dd7.js} +0 -0
  1143. /package/modal/esm/{layout.module-8a8d6fa8.js → layout.module-8c2ad581.js} +0 -0
  1144. /package/modal/{layout.module-dbae8fb5.js → layout.module-9c7f42a7.js} +0 -0
  1145. /package/modal/modern/{layout.module-2a1bae54.js → layout.module-7b9f84d6.js} +0 -0
  1146. /package/{picker-button → plate}/browser-a216f694.d.ts +0 -0
  1147. /package/{picker-button → plate}/cssm/browser-a216f694.d.ts +0 -0
  1148. /package/{picker-button → plate}/cssm/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  1149. /package/{picker-button → plate}/esm/browser-a216f694.d.ts +0 -0
  1150. /package/{picker-button → plate}/esm/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  1151. /package/{picker-button → plate}/modern/browser-a216f694.d.ts +0 -0
  1152. /package/{picker-button → plate}/modern/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  1153. /package/{picker-button → plate}/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  1154. /package/pure-cell/{component-7416d908.d.ts → component-450c931b.d.ts} +0 -0
  1155. /package/pure-cell/{component-7416d908.js → component-450c931b.js} +0 -0
  1156. /package/pure-cell/esm/{component-3d640b7c.d.ts → component-1f6fb693.d.ts} +0 -0
  1157. /package/pure-cell/esm/{component-3d640b7c.js → component-1f6fb693.js} +0 -0
  1158. /package/pure-cell/modern/{component-3e8f0f6a.d.ts → component-fe791444.d.ts} +0 -0
  1159. /package/pure-cell/modern/{component-3e8f0f6a.js → component-fe791444.js} +0 -0
  1160. /package/select/esm/{hook-4bc5eed1.d.ts → hook-cdd6fd77.d.ts} +0 -0
  1161. /package/select/esm/{hook-4bc5eed1.js → hook-cdd6fd77.js} +0 -0
  1162. /package/select/{hook-3574e55f.d.ts → hook-504cecce.d.ts} +0 -0
  1163. /package/select/{hook-3574e55f.js → hook-504cecce.js} +0 -0
  1164. /package/select/modern/{hook-eedbc391.d.ts → hook-f45c958e.d.ts} +0 -0
  1165. /package/select/modern/{hook-eedbc391.js → hook-f45c958e.js} +0 -0
  1166. /package/side-panel/esm/{layout.module-a53b23ae.js → layout.module-85dc8854.js} +0 -0
  1167. /package/side-panel/{layout.module-3d4049aa.js → layout.module-7feda991.js} +0 -0
  1168. /package/side-panel/modern/{layout.module-053ba351.js → layout.module-3ff83598.js} +0 -0
  1169. /package/tabs/esm/{index.module-cf06e057.js → index.module-5a0e55b4.js} +0 -0
  1170. /package/tabs/esm/{index.module-933af431.js → index.module-ba7b2cb2.js} +0 -0
  1171. /package/tabs/{index.module-7921c543.js → index.module-cbc6d7c7.js} +0 -0
  1172. /package/tabs/{index.module-b12043c1.js → index.module-d6f111ab.js} +0 -0
  1173. /package/tabs/modern/{index.module-31d8ecb3.js → index.module-a08c8cf9.js} +0 -0
  1174. /package/tabs/modern/{index.module-2be333c9.js → index.module-ff97782f.js} +0 -0
  1175. /package/textarea/{PseudoTextArea-1ccf8201.d.ts → PseudoTextArea-7681334c.d.ts} +0 -0
  1176. /package/textarea/{PseudoTextArea-1ccf8201.js → PseudoTextArea-7681334c.js} +0 -0
  1177. /package/textarea/esm/{PseudoTextArea-76d3dc41.d.ts → PseudoTextArea-850a55b5.d.ts} +0 -0
  1178. /package/textarea/esm/{PseudoTextArea-76d3dc41.js → PseudoTextArea-850a55b5.js} +0 -0
  1179. /package/textarea/modern/{PseudoTextArea-e429aefb.d.ts → PseudoTextArea-c51ed577.d.ts} +0 -0
  1180. /package/textarea/modern/{PseudoTextArea-e429aefb.js → PseudoTextArea-c51ed577.js} +0 -0
  1181. /package/typography/{colors.module-b5748ea8.js → colors.module-95ea7fc4.js} +0 -0
  1182. /package/typography/{common.module-80bf51b5.js → common.module-ae53b4de.js} +0 -0
  1183. /package/typography/esm/{colors.module-f3766eb5.js → colors.module-2b53143b.js} +0 -0
  1184. /package/typography/esm/{common.module-f848d683.js → common.module-1373fada.js} +0 -0
  1185. /package/typography/modern/{colors.module-a1c32450.js → colors.module-5db1b616.js} +0 -0
  1186. /package/typography/modern/{common.module-51b2b521.js → common.module-49874e31.js} +0 -0
  1187. /package/underlay/esm/{index.module-5d0c8b19.js → index.module-62313110.js} +0 -0
  1188. /package/underlay/{index.module-8abd8137.js → index.module-ac30b0c0.js} +0 -0
  1189. /package/underlay/modern/{index.module-18cad96b.js → index.module-072eac49.js} +0 -0
  1190. /package/universal-date-input/esm/{index.module-c3d4524c.js → index.module-fe996ac6.js} +0 -0
  1191. /package/universal-date-input/{index.module-9e01be89.js → index.module-0a5591a5.js} +0 -0
  1192. /package/universal-date-input/modern/{index.module-8877db57.js → index.module-4dd39b6b.js} +0 -0
@@ -6,16 +6,16 @@ var coreComponentsGap = require('../../gap/cssm');
6
6
  var coreComponentsShared = require('../../shared/cssm');
7
7
  var components_InputProgress_Component = require('./components/InputProgress/Component.js');
8
8
  var components_KeyPad_Component = require('./components/KeyPad/Component.js');
9
- var commonStyles = require('./index.module.css');
9
+ var styles = require('./index.module.css');
10
10
 
11
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
12
12
 
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
- var commonStyles__default = /*#__PURE__*/_interopDefaultCompat(commonStyles);
15
+ var styles__default = /*#__PURE__*/_interopDefaultCompat(styles);
16
16
 
17
17
  var PassCode = React.forwardRef(function (_a, ref) {
18
- var _b = _a.value, value = _b === void 0 ? '' : _b, dataTestId = _a.dataTestId, className = _a.className, leftAddons = _a.leftAddons, rightAddons = _a.rightAddons, error = _a.error, success = _a.success, onChange = _a.onChange, _c = _a.maxCodeLength, maxCodeLength = _c === void 0 ? 10 : _c, codeLength = _a.codeLength, _d = _a.styles, styles = _d === void 0 ? {} : _d;
18
+ var _b = _a.value, value = _b === void 0 ? '' : _b, dataTestId = _a.dataTestId, className = _a.className, leftAddons = _a.leftAddons, rightAddons = _a.rightAddons, error = _a.error, message = _a.message, onChange = _a.onChange, _c = _a.maxCodeLength, maxCodeLength = _c === void 0 ? 10 : _c, codeLength = _a.codeLength;
19
19
  var passwordLen = codeLength || maxCodeLength;
20
20
  var handleChange = function (digit) {
21
21
  var newValue = value.concat(digit.toString());
@@ -28,11 +28,13 @@ var PassCode = React.forwardRef(function (_a, ref) {
28
28
  onChange === null || onChange === void 0 ? void 0 : onChange(value === null || value === void 0 ? void 0 : value.slice(0, -1));
29
29
  }
30
30
  };
31
- return (React__default.default.createElement("div", { className: cn__default.default(commonStyles__default.default.component, styles.component, className), ref: ref, "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'wrapper') },
32
- React__default.default.createElement("div", { className: cn__default.default(commonStyles__default.default.inputProgressContainer) },
33
- React__default.default.createElement(coreComponentsGap.Gap, { size: 16 }),
34
- React__default.default.createElement(components_InputProgress_Component.InputProgress, { dataTestId: dataTestId, value: value, maxCodeLength: maxCodeLength, codeLength: codeLength, error: Boolean(error), success: success }),
35
- React__default.default.createElement(coreComponentsGap.Gap, { size: 26 })),
31
+ var renderError = function () { return (React__default.default.createElement("div", { className: cn__default.default(styles__default.default.message, styles__default.default.error), "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'error') }, error)); };
32
+ var renderMessage = function () { return (React__default.default.createElement("div", { className: styles__default.default.message, "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'message') }, message)); };
33
+ return (React__default.default.createElement("div", { className: cn__default.default(styles__default.default.component, className), ref: ref, "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'wrapper') },
34
+ error ? renderError() : renderMessage(),
35
+ React__default.default.createElement(coreComponentsGap.Gap, { size: 'm' }),
36
+ React__default.default.createElement(components_InputProgress_Component.InputProgress, { dataTestId: dataTestId, value: value, maxCodeLength: maxCodeLength, codeLength: codeLength, error: Boolean(error) }),
37
+ React__default.default.createElement(coreComponentsGap.Gap, { size: '4xl' }),
36
38
  React__default.default.createElement(components_KeyPad_Component.KeyPad, { dataTestId: dataTestId, leftAddons: leftAddons, rightAddons: rightAddons, onClick: handleChange, onClear: handleClear, showClear: Boolean(value) })));
37
39
  });
38
40
 
@@ -6,7 +6,6 @@ type InputProgressProps = {
6
6
  error: boolean;
7
7
  value?: string;
8
8
  dataTestId?: string;
9
- success?: boolean;
10
9
  };
11
10
  declare const InputProgress: React.FC<InputProgressProps>;
12
11
  export { InputProgressProps, InputProgress };
@@ -4,7 +4,6 @@ var React = require('react');
4
4
  var reactTransitionGroup = require('react-transition-group');
5
5
  var cn = require('classnames');
6
6
  var coreComponentsShared = require('../../../../shared/cssm');
7
- var components_InputProgress_useInputProgress = require('./useInputProgress.js');
8
7
  var styles = require('./index.module.css');
9
8
  var transitions = require('./transitions.module.css');
10
9
 
@@ -19,27 +18,20 @@ var transitions__default = /*#__PURE__*/_interopDefaultCompat(transitions);
19
18
  var TRANSITION_DURATION = 150;
20
19
  var InputProgress = function (_a) {
21
20
  var _b;
22
- var _c = _a.value, value = _c === void 0 ? '' : _c, maxCodeLength = _a.maxCodeLength, codeLength = _a.codeLength, error = _a.error, dataTestId = _a.dataTestId, success = _a.success;
23
- var _d = components_InputProgress_useInputProgress.useInputProgress(success), rawSuccess = _d.rawSuccess, resetSuccessAnimation = _d.resetSuccessAnimation;
21
+ var _c = _a.value, value = _c === void 0 ? '' : _c, maxCodeLength = _a.maxCodeLength, codeLength = _a.codeLength, error = _a.error, dataTestId = _a.dataTestId;
24
22
  return (React__default.default.createElement("div", { className: cn__default.default(styles__default.default.component, (_b = {}, _b[transitions__default.default.shake] = error, _b)), "data-test-id": coreComponentsShared.getDataTestId(dataTestId, 'input-progress') }, codeLength
25
23
  ? new Array(codeLength).fill(null).map(function (_, i) {
26
24
  var _a;
27
25
  var filled = Boolean(value[i]);
28
- return (React__default.default.createElement("div", { className: cn__default.default(styles__default.default.dotWrapper), key: i },
29
- React__default.default.createElement("div", { className: cn__default.default(styles__default.default.dot, (_a = {},
30
- _a[styles__default.default.error] = filled && error,
31
- _a[styles__default.default.animatedFill] = filled,
32
- _a[styles__default.default.success] = success,
33
- _a)) })));
26
+ return (React__default.default.createElement("div", { key: i, className: cn__default.default(styles__default.default.dot, (_a = {},
27
+ _a[styles__default.default.error] = filled && error,
28
+ _a[styles__default.default.filled] = filled,
29
+ _a)) }));
34
30
  })
35
31
  : new Array(maxCodeLength).fill(null).map(function (_, i) {
36
32
  var _a;
37
33
  return (React__default.default.createElement(reactTransitionGroup.CSSTransition, { key: i, in: Boolean(value[i]), timeout: TRANSITION_DURATION, classNames: transitions__default.default, unmountOnExit: true },
38
- React__default.default.createElement("div", { className: cn__default.default(styles__default.default.dot, styles__default.default.filled, (_a = {},
39
- _a[styles__default.default.error] = error,
40
- _a[styles__default.default.success] = success && !rawSuccess,
41
- _a[styles__default.default.rawSuccess] = success && rawSuccess,
42
- _a)), onAnimationEnd: resetSuccessAnimation })));
34
+ React__default.default.createElement("div", { className: cn__default.default(styles__default.default.dot, styles__default.default.filled, (_a = {}, _a[styles__default.default.error] = error, _a)) })));
43
35
  })));
44
36
  };
45
37
 
@@ -1,9 +1,8 @@
1
1
  :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 */
2
2
  } /* deprecated */ :root {
3
- --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
3
+ --color-light-neutral-1500: #121213;
4
4
  --color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
5
- --color-light-status-negative: #ff4837;
6
- --color-light-status-positive: #0cc44d; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-status-negative: #ff4837; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
6
  } :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 */
8
7
  } :root {
9
8
  } :root {
@@ -18,63 +17,24 @@
18
17
  } :root {
19
18
  } :root {
20
19
  } :root {
21
- } :root {
22
- --pass-code-dot-width: 12px;
23
- --pass-code-dot-height: 12px;
24
- --pass-code-dot-container-width: 14px;
25
- --pass-code-dot-container-height: 14px;
26
- --pass-code-progress-container-min-height: 14px;
27
- } @keyframes dotFilled {
28
- 50% {
29
- width: var(--pass-code-dot-container-width);
30
- height: var(--pass-code-dot-container-height);
31
- animation-timing-function: ease-out;
32
- }
33
- } @keyframes dotSuccessFilled {
34
- 50% {
35
- width: var(--pass-code-dot-container-width);
36
- height: var(--pass-code-dot-container-height);
37
- animation-timing-function: ease-out;
38
- }
39
20
  } .component {
21
+ height: 12px;
40
22
  display: flex;
41
23
  align-items: center;
42
24
  justify-content: center;
43
- min-height: var(--pass-code-progress-container-min-height);
44
- } .dotWrapper {
45
- width: var(--pass-code-dot-container-width);
46
- height: var(--pass-code-dot-container-height);
47
- display: flex;
48
- justify-content: center;
49
- align-items: center;
50
- margin: 0 5px
51
- } .dotWrapper .dot {
52
- margin: unset;
53
- } .dot {
25
+ overflow: hidden;
26
+ } .dot {
54
27
  margin: 0 6px;
55
- width: var(--pass-code-dot-width);
56
- height: var(--pass-code-dot-height);
28
+ width: 12px;
29
+ height: 12px;
57
30
  background: var(--color-light-neutral-translucent-300);
58
31
  border-radius: var(--border-radius-circle);
59
- flex-shrink: 0
60
-
61
- /* for unknown password length */
62
- } .dot.filled {
63
- background: var(--color-light-neutral-translucent-1300);
64
- } .dot {
65
-
66
- /* for a known passcode length */
67
- } .dot.animatedFill {
68
- background: var(--color-light-neutral-translucent-1300);
69
- animation: dotFilled 200ms ease-in forwards;
70
- } .dot.error {
32
+ flex-shrink: 0;
33
+ transition: background 75ms ease-in;
34
+ will-change: transform, opacity
35
+ } .dot.error {
71
36
  background: var(--color-light-status-negative);
72
- } .dot.success {
73
- background: var(--color-light-status-positive);
74
- animation: dotSuccessFilled 200ms ease-in forwards;
75
- } .dot {
76
-
77
- /* without animation */
78
- } .dot.rawSuccess {
79
- background: var(--color-light-status-positive);
80
- }
37
+ transition: none;
38
+ } .filled {
39
+ background: var(--color-light-neutral-1500);
40
+ }
@@ -11,24 +11,34 @@
11
11
  /* Hard up */
12
12
  } :root {
13
13
  } :root {
14
- --gap-2s: 14px;
15
- --gap-3xl: 40px;
14
+ --gap-s: 12px;
15
+ --gap-m: 16px;
16
+ --gap-xl: 24px;
17
+ --gap-2xl: 32px;
16
18
  } :root {
17
19
  } :root {
18
- --size-l-height: 64px;
19
- } :root {
20
- --pass-code-min-width: 304px;
21
20
  } .component {
21
+ width: 240px;
22
+ height: 292px;
22
23
  display: grid;
23
- grid-template-columns: repeat(3, var(--size-l-height));
24
+ grid-template-columns: repeat(3, 1fr);
24
25
  grid-template-rows: repeat(4, 1fr);
25
- grid-column-gap: var(--gap-3xl);
26
- grid-row-gap: var(--gap-2s);
27
- justify-content: center;
28
-
29
- margin: 0 auto;
30
- min-width: var(--pass-code-min-width)
26
+ grid-column-gap: var(--gap-xl);
27
+ grid-row-gap: var(--gap-s);
28
+ margin: 0 auto
31
29
  } .component .digit.digit {
32
30
  font-size: 36px;
33
31
  line-height: 1;
32
+ } @media screen and (min-width: 360px) {
33
+ .component {
34
+ width: 292px;
35
+ height: 352px;
36
+ grid-column-gap: var(--gap-2xl);
37
+ grid-row-gap: var(--gap-m);
38
+ }
39
+ } @media screen and (min-width: 390px) {
40
+ .component {
41
+ width: 322px;
42
+ height: 392px;
34
43
  }
44
+ }
@@ -4,29 +4,29 @@ import { ReactNode } from "react";
4
4
  import { ButtonMobileProps } from "../../../../button/mobile";
5
5
  type KeyPadButtonProps<T> = {
6
6
  /**
7
- * Вид кнопки
7
+ * Вид кнопки.
8
8
  */
9
9
  view: ButtonMobileProps['view'];
10
10
  /**
11
- * Значение
11
+ * Значение.
12
12
  */
13
13
  children: T;
14
14
  /**
15
- * Дополнительный класс
15
+ * Дополнительный класс.
16
16
  */
17
17
  className?: string;
18
18
  /**
19
- * Дополнительный класс кнопки
19
+ * Дополнительный класс кнопки.
20
20
  */
21
21
  buttonClassName?: string;
22
22
  /**
23
- * Коллбэк нажатия на кнопку
23
+ * Коллбэк нажатия на кнопку.
24
24
  */
25
25
  onClick?: (payload: T) => void;
26
26
  /**
27
- * Идентификатор для систем автоматизированного тестирования
27
+ * Идентификатор для систем автоматизированного тестирования.
28
28
  */
29
29
  dataTestId?: string;
30
30
  };
31
- declare function KeyPadButton<T extends ReactNode>({ children, onClick, view, buttonClassName, dataTestId, }: KeyPadButtonProps<T>): React.JSX.Element;
31
+ declare function KeyPadButton<T extends ReactNode>({ children, onClick, className, view, buttonClassName, dataTestId, }: KeyPadButtonProps<T>): React.JSX.Element;
32
32
  export { KeyPadButtonProps, KeyPadButton };
@@ -12,8 +12,9 @@ var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
  var styles__default = /*#__PURE__*/_interopDefaultCompat(styles);
13
13
 
14
14
  function KeyPadButton(_a) {
15
- var children = _a.children, onClick = _a.onClick, _b = _a.view, view = _b === void 0 ? 'secondary' : _b, buttonClassName = _a.buttonClassName, dataTestId = _a.dataTestId;
16
- return (React__default.default.createElement(mobile.ButtonMobile, { className: cn__default.default(styles__default.default.button, styles__default.default[view], buttonClassName), view: view, onClick: function () { return onClick === null || onClick === void 0 ? void 0 : onClick(children); }, dataTestId: dataTestId }, children));
15
+ var children = _a.children, onClick = _a.onClick, className = _a.className, _b = _a.view, view = _b === void 0 ? 'secondary' : _b, buttonClassName = _a.buttonClassName, dataTestId = _a.dataTestId;
16
+ return (React__default.default.createElement("div", { className: cn__default.default(styles__default.default.component, className) },
17
+ React__default.default.createElement(mobile.ButtonMobile, { className: cn__default.default(styles__default.default.button, styles__default.default[view], buttonClassName), view: view, onClick: function () { return onClick === null || onClick === void 0 ? void 0 : onClick(children); }, dataTestId: dataTestId }, children)));
17
18
  }
18
19
 
19
20
  exports.KeyPadButton = KeyPadButton;
@@ -1,9 +1,8 @@
1
1
  :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 */
2
2
  } /* deprecated */ :root {
3
- --color-light-text-primary: rgba(3, 3, 6, 0.88);
4
- --color-light-transparent-default: rgba(255, 255, 255, 0);
5
- --color-light-transparent-default-hover: rgba(38, 55, 88, 0.06);
6
- --color-light-transparent-default-press: rgba(30, 43, 68, 0.08); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
4
+ --color-light-neutral-translucent-200-press: rgba(5, 12, 41, 0.14);
5
+ --color-light-text-primary: rgba(3, 3, 6, 0.88); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
6
  } :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 */
8
7
  } :root {
9
8
  } :root {
@@ -18,11 +17,14 @@
18
17
  } :root {
19
18
  } :root {
20
19
  } :root {
21
- --size-l-height: 64px;
22
20
  } :root {
23
- --pass-code-button-width: var(--size-l-height);
24
- --pass-code-button-min-width: var(--size-l-height);
25
- --pass-code-button-height: var(--size-l-height);
21
+ --button-bg-color: var(--color-light-neutral-translucent-200);
22
+ --button-bg-color-active: var(--color-light-neutral-translucent-200-press);
23
+ } .component {
24
+ display: flex;
25
+ justify-content: center;
26
+ align-items: center;
27
+ padding: 0;
26
28
  } .button.button {
27
29
  font-size: 14px;
28
30
  line-height: 18px;
@@ -30,21 +32,37 @@
30
32
 
31
33
  border-radius: var(--border-radius-circle);
32
34
  padding: 0;
33
- min-width: var(--pass-code-button-min-width);
34
- width: var(--pass-code-button-width);
35
- height: var(--pass-code-button-height);
36
-
35
+ min-width: 64px;
36
+ width: 64px;
37
+ height: 64px;
37
38
  text-align: center
38
39
  } .button.button > span {
39
40
  vertical-align: middle
40
41
  } .button.button > span > * {
41
42
  vertical-align: middle;
42
- } .secondary.secondary,
43
- .button.button {
43
+ } .secondary.secondary {
44
44
  color: var(--color-light-text-primary);
45
- background-color: var(--color-light-transparent-default)
46
- } .secondary.secondary:hover, .button.button:hover {
47
- background-color: var(--color-light-transparent-default-hover);
48
- } .secondary.secondary:active, .button.button:active {
49
- background-color: var(--color-light-transparent-default-press);
45
+ background: var(--button-bg-color)
46
+ } .secondary.secondary:hover {
47
+ color: var(--color-light-text-primary);
48
+ } .secondary.secondary:active {
49
+ background: var(--button-bg-color-active);
50
+ } .ghost.ghost {
51
+ color: var(--color-light-text-primary)
52
+ } .ghost.ghost:hover {
53
+ color: var(--color-light-text-primary);
54
+ } .ghost.ghost:active {
55
+ background: var(--button-bg-color-active);
56
+ } @media screen and (min-width: 360px) {
57
+ .button.button {
58
+ min-width: 76px;
59
+ height: 76px;
60
+ width: 76px;
61
+ }
62
+ } @media screen and (min-width: 390px) {
63
+ .button.button {
64
+ min-width: 86px;
65
+ width: 86px;
66
+ height: 86px;
50
67
  }
68
+ }
@@ -1,2 +1,2 @@
1
- export * from "./Component.responsive";
1
+ export * from "./Component";
2
2
  export * from "./components/KeyPadButton/index";
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var Component_responsive = require('./Component.responsive.js');
3
+ var Component = require('./Component.js');
4
4
  var components_KeyPadButton_Component = require('./components/KeyPadButton/Component.js');
5
5
 
6
6
 
7
7
 
8
- exports.PassCode = Component_responsive.PassCode;
8
+ exports.PassCode = Component.PassCode;
9
9
  exports.KeyPadButton = components_KeyPadButton_Component.KeyPadButton;
@@ -1,5 +1,6 @@
1
1
  :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 */
2
2
  } /* deprecated */ :root {
3
+ --color-light-text-negative: #ec2d20;
3
4
  --color-light-text-primary: rgba(3, 3, 6, 0.88); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
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 */
5
6
  } :root {
@@ -12,15 +13,14 @@
12
13
  /* Hard up */
13
14
  } :root {
14
15
  } :root {
16
+ --gap-xs: 8px;
15
17
  } :root {
16
18
  } :root {
17
19
  } :root {
18
- --pass-code-min-height: 378px;
20
+ --pass-code-max-width: 500px;
19
21
  } .component {
20
- min-height: var(--pass-code-min-height);
21
- } .inputProgressContainer {
22
- position: relative;
23
- flex: 1 0 auto;
22
+ max-width: var(--pass-code-max-width);
23
+ margin: var(--gap-xs) 0;
24
24
  } .message {
25
25
  font-size: 16px;
26
26
  line-height: 24px;
@@ -32,4 +32,6 @@
32
32
  overflow: hidden;
33
33
  text-overflow: ellipsis;
34
34
  color: var(--color-light-text-primary);
35
+ } .error {
36
+ color: var(--color-light-text-negative);
35
37
  }
@@ -1,34 +1,33 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
3
  import { ReactNode } from "react";
4
- import { PassCodeProps } from "./typings";
5
4
  type BasePassCodeProps = {
6
5
  /**
7
- * Код
6
+ * Код.
8
7
  */
9
8
  value: string;
10
9
  /**
11
- * Обработчик изменения кода
10
+ * Обработчик изменения кода.
12
11
  */
13
12
  onChange: (code: string) => void;
14
13
  /**
15
- * Дополнительный класс
14
+ * Дополнительный класс.
16
15
  */
17
16
  className?: string;
18
17
  /**
19
- * Отображение ошибки ввода
18
+ * Отображение ошибки
20
19
  */
21
- error?: boolean;
20
+ error?: ReactNode;
22
21
  /**
23
- * Отображение успешного ввода
22
+ * Сообщение над клавиатурой
24
23
  */
25
- success?: boolean;
24
+ message?: ReactNode;
26
25
  /**
27
- * Слот слева
26
+ * Слот слева.
28
27
  */
29
28
  leftAddons?: ReactNode;
30
29
  /**
31
- * Слот справа
30
+ * Слот справа.
32
31
  */
33
32
  rightAddons?: ReactNode;
34
33
  /**
@@ -38,17 +37,22 @@ type BasePassCodeProps = {
38
37
  * блока с цифрами -keypad
39
38
  */
40
39
  dataTestId?: string;
40
+ };
41
+ type PropsWithUnknownLen = {
42
+ codeLength?: never;
41
43
  /**
42
- * Контрольная точка, с нее начинается desktop версия
43
- * @default 1024
44
+ * Максимально возможная длина кода.
45
+ * @default 10
44
46
  */
45
- breakpoint?: number;
47
+ maxCodeLength?: number;
48
+ };
49
+ type PropsWithLen = {
50
+ maxCodeLength?: never;
46
51
  /**
47
- * Стили компонента
52
+ * Длина кода.
48
53
  */
49
- styles?: {
50
- [key: string]: string;
51
- };
54
+ codeLength?: number;
52
55
  };
56
+ type PassCodeProps = BasePassCodeProps & (PropsWithLen | PropsWithUnknownLen);
53
57
  declare const PassCode: React.ForwardRefExoticComponent<PassCodeProps & React.RefAttributes<HTMLDivElement>>;
54
58
  export { BasePassCodeProps, PassCode };
@@ -5,16 +5,15 @@ import { getDataTestId } from '../../shared/esm';
5
5
  import { InputProgress } from './components/InputProgress/Component.js';
6
6
  import { KeyPad } from './components/KeyPad/Component.js';
7
7
  import 'react-transition-group';
8
- import './components/InputProgress/useInputProgress.js';
9
8
  import '@alfalab/icons-glyph/BackspaceXxlIcon';
10
9
  import './components/KeyPadButton/Component.js';
11
10
  import '../../button/esm/mobile';
12
11
 
13
- var commonStyles = {"component":"pass-code__component_13oks","inputProgressContainer":"pass-code__inputProgressContainer_13oks","message":"pass-code__message_13oks"};
12
+ var styles = {"component":"pass-code__component_13oks","message":"pass-code__message_13oks","error":"pass-code__error_13oks"};
14
13
  require('./index.css');
15
14
 
16
15
  var PassCode = forwardRef(function (_a, ref) {
17
- var _b = _a.value, value = _b === void 0 ? '' : _b, dataTestId = _a.dataTestId, className = _a.className, leftAddons = _a.leftAddons, rightAddons = _a.rightAddons, error = _a.error, success = _a.success, onChange = _a.onChange, _c = _a.maxCodeLength, maxCodeLength = _c === void 0 ? 10 : _c, codeLength = _a.codeLength, _d = _a.styles, styles = _d === void 0 ? {} : _d;
16
+ var _b = _a.value, value = _b === void 0 ? '' : _b, dataTestId = _a.dataTestId, className = _a.className, leftAddons = _a.leftAddons, rightAddons = _a.rightAddons, error = _a.error, message = _a.message, onChange = _a.onChange, _c = _a.maxCodeLength, maxCodeLength = _c === void 0 ? 10 : _c, codeLength = _a.codeLength;
18
17
  var passwordLen = codeLength || maxCodeLength;
19
18
  var handleChange = function (digit) {
20
19
  var newValue = value.concat(digit.toString());
@@ -27,11 +26,13 @@ var PassCode = forwardRef(function (_a, ref) {
27
26
  onChange === null || onChange === void 0 ? void 0 : onChange(value === null || value === void 0 ? void 0 : value.slice(0, -1));
28
27
  }
29
28
  };
30
- return (React.createElement("div", { className: cn(commonStyles.component, styles.component, className), ref: ref, "data-test-id": getDataTestId(dataTestId, 'wrapper') },
31
- React.createElement("div", { className: cn(commonStyles.inputProgressContainer) },
32
- React.createElement(Gap, { size: 16 }),
33
- React.createElement(InputProgress, { dataTestId: dataTestId, value: value, maxCodeLength: maxCodeLength, codeLength: codeLength, error: Boolean(error), success: success }),
34
- React.createElement(Gap, { size: 26 })),
29
+ var renderError = function () { return (React.createElement("div", { className: cn(styles.message, styles.error), "data-test-id": getDataTestId(dataTestId, 'error') }, error)); };
30
+ var renderMessage = function () { return (React.createElement("div", { className: styles.message, "data-test-id": getDataTestId(dataTestId, 'message') }, message)); };
31
+ return (React.createElement("div", { className: cn(styles.component, className), ref: ref, "data-test-id": getDataTestId(dataTestId, 'wrapper') },
32
+ error ? renderError() : renderMessage(),
33
+ React.createElement(Gap, { size: 'm' }),
34
+ React.createElement(InputProgress, { dataTestId: dataTestId, value: value, maxCodeLength: maxCodeLength, codeLength: codeLength, error: Boolean(error) }),
35
+ React.createElement(Gap, { size: '4xl' }),
35
36
  React.createElement(KeyPad, { dataTestId: dataTestId, leftAddons: leftAddons, rightAddons: rightAddons, onClick: handleChange, onClear: handleClear, showClear: Boolean(value) })));
36
37
  });
37
38
 
@@ -6,7 +6,6 @@ type InputProgressProps = {
6
6
  error: boolean;
7
7
  value?: string;
8
8
  dataTestId?: string;
9
- success?: boolean;
10
9
  };
11
10
  declare const InputProgress: React.FC<InputProgressProps>;
12
11
  export { InputProgressProps, InputProgress };
@@ -2,9 +2,8 @@ import React from 'react';
2
2
  import { CSSTransition } from 'react-transition-group';
3
3
  import cn from 'classnames';
4
4
  import { getDataTestId } from '../../../../shared/esm';
5
- import { useInputProgress } from './useInputProgress.js';
6
5
 
7
- var styles = {"component":"pass-code__component_ar2ke","dotWrapper":"pass-code__dotWrapper_ar2ke","dot":"pass-code__dot_ar2ke","filled":"pass-code__filled_ar2ke","animatedFill":"pass-code__animatedFill_ar2ke","dotFilled":"pass-code__dotFilled_ar2ke","error":"pass-code__error_ar2ke","success":"pass-code__success_ar2ke","dotSuccessFilled":"pass-code__dotSuccessFilled_ar2ke","rawSuccess":"pass-code__rawSuccess_ar2ke"};
6
+ var styles = {"component":"pass-code__component_ar2ke","dot":"pass-code__dot_ar2ke","error":"pass-code__error_ar2ke","filled":"pass-code__filled_ar2ke"};
8
7
  require('./index.css');
9
8
 
10
9
  var transitions = {"enter":"pass-code__enter_oif5e","enterActive":"pass-code__enterActive_oif5e","exit":"pass-code__exit_oif5e","exitActive":"pass-code__exitActive_oif5e","shake":"pass-code__shake_oif5e"};
@@ -14,27 +13,20 @@ require('./transitions.css');
14
13
  var TRANSITION_DURATION = 150;
15
14
  var InputProgress = function (_a) {
16
15
  var _b;
17
- var _c = _a.value, value = _c === void 0 ? '' : _c, maxCodeLength = _a.maxCodeLength, codeLength = _a.codeLength, error = _a.error, dataTestId = _a.dataTestId, success = _a.success;
18
- var _d = useInputProgress(success), rawSuccess = _d.rawSuccess, resetSuccessAnimation = _d.resetSuccessAnimation;
16
+ var _c = _a.value, value = _c === void 0 ? '' : _c, maxCodeLength = _a.maxCodeLength, codeLength = _a.codeLength, error = _a.error, dataTestId = _a.dataTestId;
19
17
  return (React.createElement("div", { className: cn(styles.component, (_b = {}, _b[transitions.shake] = error, _b)), "data-test-id": getDataTestId(dataTestId, 'input-progress') }, codeLength
20
18
  ? new Array(codeLength).fill(null).map(function (_, i) {
21
19
  var _a;
22
20
  var filled = Boolean(value[i]);
23
- return (React.createElement("div", { className: cn(styles.dotWrapper), key: i },
24
- React.createElement("div", { className: cn(styles.dot, (_a = {},
25
- _a[styles.error] = filled && error,
26
- _a[styles.animatedFill] = filled,
27
- _a[styles.success] = success,
28
- _a)) })));
21
+ return (React.createElement("div", { key: i, className: cn(styles.dot, (_a = {},
22
+ _a[styles.error] = filled && error,
23
+ _a[styles.filled] = filled,
24
+ _a)) }));
29
25
  })
30
26
  : new Array(maxCodeLength).fill(null).map(function (_, i) {
31
27
  var _a;
32
28
  return (React.createElement(CSSTransition, { key: i, in: Boolean(value[i]), timeout: TRANSITION_DURATION, classNames: transitions, unmountOnExit: true },
33
- React.createElement("div", { className: cn(styles.dot, styles.filled, (_a = {},
34
- _a[styles.error] = error,
35
- _a[styles.success] = success && !rawSuccess,
36
- _a[styles.rawSuccess] = success && rawSuccess,
37
- _a)), onAnimationEnd: resetSuccessAnimation })));
29
+ React.createElement("div", { className: cn(styles.dot, styles.filled, (_a = {}, _a[styles.error] = error, _a)) })));
38
30
  })));
39
31
  };
40
32