@redneckz/wildless-cms-uni-blocks 0.16.1-credit → 0.16.2-credit

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 (1895) hide show
  1. package/bin/migration-scripts/0.14.832.js +1 -0
  2. package/bundle/UniBlock/UniBlockProps.d.ts +2 -2
  3. package/bundle/blocks.schema.json +1 -1
  4. package/bundle/bundle.umd.js +149 -548
  5. package/bundle/bundle.umd.min.js +1 -1
  6. package/bundle/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
  7. package/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  8. package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  9. package/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  10. package/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  11. package/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  12. package/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  13. package/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
  14. package/bundle/components/ContentPage/ContentPage.d.ts +2 -2
  15. package/bundle/components/Footer/Contacts.d.ts +2 -2
  16. package/bundle/components/Footer/FooterLink.d.ts +2 -2
  17. package/bundle/components/Footer/LinkList.d.ts +2 -2
  18. package/bundle/components/Footer/SocialMedia.d.ts +2 -2
  19. package/bundle/components/GalleryLayout/utils.d.ts +29 -0
  20. package/bundle/components/Header/DropdownMenu.d.ts +2 -2
  21. package/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
  22. package/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  23. package/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  24. package/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
  25. package/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
  26. package/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
  27. package/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  28. package/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
  29. package/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  30. package/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  31. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  32. package/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  33. package/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  34. package/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  35. package/bundle/data/CommonData.d.ts +2 -2
  36. package/bundle/hooks/useForm/useForm.d.ts +1 -1
  37. package/bundle/model/CommonInputProps.d.ts +7 -0
  38. package/bundle/model/ComponentType.d.ts +4 -0
  39. package/bundle/model/DefaultControlType.d.ts +5 -5
  40. package/bundle/model/DisabledProps.d.ts +3 -0
  41. package/bundle/model/Picture.d.ts +2 -2
  42. package/bundle/model/PlaceholderProps.d.ts +3 -0
  43. package/bundle/retail/components/Fields/SelectField.d.ts +4 -4
  44. package/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  45. package/bundle/retail/model/RetailFormContent.d.ts +2 -2
  46. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  47. package/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  48. package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  49. package/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  50. package/bundle/ui-kit/Button/Button.d.ts +3 -3
  51. package/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
  52. package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  53. package/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  54. package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  55. package/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  56. package/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  57. package/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  58. package/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  59. package/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  60. package/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  61. package/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
  62. package/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
  63. package/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  64. package/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
  65. package/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
  66. package/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
  67. package/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  68. package/bundle/ui-kit/Input/InputProps.d.ts +4 -2
  69. package/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
  70. package/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  71. package/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  72. package/bundle/ui-kit/Link/Link.d.ts +2 -2
  73. package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  74. package/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  75. package/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  76. package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  77. package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  78. package/bundle/ui-kit/ListControlProps.d.ts +1 -1
  79. package/bundle/ui-kit/Loader/Loader.d.ts +1 -1
  80. package/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  81. package/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
  82. package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  83. package/bundle/ui-kit/SVG.d.ts +2 -2
  84. package/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  85. package/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  86. package/bundle/ui-kit/Select/Select.d.ts +1 -2
  87. package/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
  88. package/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  89. package/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  90. package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  91. package/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  92. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  93. package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  94. package/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  95. package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  96. package/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  97. package/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  98. package/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  99. package/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
  100. package/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
  101. package/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  102. package/dist/UniBlock/UniBlockProps.d.ts +2 -2
  103. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
  104. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  105. package/dist/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
  106. package/dist/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
  107. package/dist/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
  108. package/dist/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
  109. package/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  110. package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  111. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  112. package/dist/components/Blocks.js +0 -10
  113. package/dist/components/Blocks.js.map +1 -1
  114. package/dist/components/Blocks.mobile.js +0 -8
  115. package/dist/components/Blocks.mobile.js.map +1 -1
  116. package/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  117. package/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  118. package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  119. package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  120. package/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  121. package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  122. package/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  123. package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  124. package/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  125. package/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  126. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  127. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
  128. package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  129. package/dist/components/CardTransfer/CardTransfer.js +1 -8
  130. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  131. package/dist/components/CardTransfer/SubmitFailedDialog.js +1 -1
  132. package/dist/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
  133. package/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
  134. package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  135. package/dist/components/Carousel/renderCarouselCards.js +2 -2
  136. package/dist/components/Carousel/renderCarouselCards.js.map +1 -1
  137. package/dist/components/ContentPage/ContentPage.d.ts +2 -2
  138. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  139. package/dist/components/Footer/Contacts.d.ts +2 -2
  140. package/dist/components/Footer/Contacts.js.map +1 -1
  141. package/dist/components/Footer/FooterLink.d.ts +2 -2
  142. package/dist/components/Footer/HorizontalNavigation.js +1 -1
  143. package/dist/components/Footer/HorizontalNavigation.js.map +1 -1
  144. package/dist/components/Footer/LinkList.d.ts +2 -2
  145. package/dist/components/Footer/LinkList.js.map +1 -1
  146. package/dist/components/Footer/SocialMedia.d.ts +2 -2
  147. package/dist/components/Footer/SocialMedia.js.map +1 -1
  148. package/dist/components/Footer/TextInformationLink.js +1 -1
  149. package/dist/components/Footer/TextInformationLink.js.map +1 -1
  150. package/dist/components/GalleryLayout/GalleryLayout.js +3 -24
  151. package/dist/components/GalleryLayout/GalleryLayout.js.map +1 -1
  152. package/dist/components/GalleryLayout/utils.d.ts +29 -0
  153. package/dist/components/GalleryLayout/utils.js +29 -0
  154. package/dist/components/GalleryLayout/utils.js.map +1 -0
  155. package/dist/components/Header/DropdownMenu.d.ts +2 -2
  156. package/dist/components/Header/DropdownMenu.js.map +1 -1
  157. package/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
  158. package/dist/components/Header/HeaderChatBotButton.js.map +1 -1
  159. package/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  160. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  161. package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  162. package/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  163. package/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
  164. package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  165. package/dist/components/Header/HeaderTopMenu.d.ts +2 -2
  166. package/dist/components/Header/HeaderTopMenu.js +1 -1
  167. package/dist/components/Header/HeaderTopMenu.js.map +1 -1
  168. package/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
  169. package/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
  170. package/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  171. package/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  172. package/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
  173. package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  174. package/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  175. package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  176. package/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  177. package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  178. package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  179. package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  180. package/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  181. package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  182. package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  183. package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  184. package/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  185. package/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
  186. package/dist/data/CommonData.d.ts +2 -2
  187. package/dist/hooks/useForm/useForm.d.ts +1 -1
  188. package/dist/model/CommonInputProps.d.ts +7 -0
  189. package/dist/model/CommonInputProps.js +2 -0
  190. package/dist/model/CommonInputProps.js.map +1 -0
  191. package/dist/model/ComponentType.d.ts +4 -0
  192. package/dist/{ui-kit/Unit/UnitProps.js → model/ComponentType.js} +1 -1
  193. package/dist/model/ComponentType.js.map +1 -0
  194. package/dist/{ui-kit → model}/ControlProps.js.map +1 -1
  195. package/dist/model/DefaultControlType.d.ts +5 -5
  196. package/dist/model/DisabledProps.d.ts +3 -0
  197. package/{mobile/dist/ui-kit/Unit/UnitProps.js → dist/model/DisabledProps.js} +1 -1
  198. package/dist/model/DisabledProps.js.map +1 -0
  199. package/dist/model/Picture.d.ts +2 -2
  200. package/dist/model/PlaceholderProps.d.ts +3 -0
  201. package/dist/model/PlaceholderProps.js +2 -0
  202. package/dist/model/PlaceholderProps.js.map +1 -0
  203. package/dist/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  204. package/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  205. package/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
  206. package/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  207. package/dist/retail/components/DraftDialog/DraftDialog.js +1 -1
  208. package/dist/retail/components/DraftDialog/DraftDialog.js.map +1 -1
  209. package/dist/retail/components/Fields/RegionRetailField.js +8 -3
  210. package/dist/retail/components/Fields/RegionRetailField.js.map +1 -1
  211. package/dist/retail/components/Fields/SelectField.d.ts +4 -4
  212. package/dist/retail/components/Fields/SelectField.js.map +1 -1
  213. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  214. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  215. package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  216. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
  217. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  218. package/dist/retail/model/RetailFormContent.d.ts +2 -2
  219. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  220. package/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  221. package/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  222. package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  223. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  224. package/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  225. package/dist/ui-kit/Button/Button.d.ts +3 -3
  226. package/dist/ui-kit/Button/Button.js.map +1 -1
  227. package/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
  228. package/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
  229. package/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  230. package/dist/ui-kit/Calculator/CalculatorStyle.js +1 -1
  231. package/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
  232. package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  233. package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  234. package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  235. package/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  236. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  237. package/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  238. package/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  239. package/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  240. package/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  241. package/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  242. package/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  243. package/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  244. package/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  245. package/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  246. package/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  247. package/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
  248. package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  249. package/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
  250. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  251. package/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  252. package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  253. package/dist/ui-kit/FormField/getObjectValidator.js +1 -1
  254. package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  255. package/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
  256. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  257. package/dist/ui-kit/Icon/IconProps.d.ts +2 -2
  258. package/dist/ui-kit/Img/ImgProps.d.ts +2 -2
  259. package/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  260. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  261. package/dist/ui-kit/Input/InputControl.js +3 -19
  262. package/dist/ui-kit/Input/InputControl.js.map +1 -1
  263. package/dist/ui-kit/Input/InputProps.d.ts +4 -2
  264. package/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
  265. package/dist/ui-kit/Input/InputWrapper.js +25 -0
  266. package/dist/ui-kit/Input/InputWrapper.js.map +1 -0
  267. package/dist/ui-kit/InputRange/InputRange.js +1 -1
  268. package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  269. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  270. package/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  271. package/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  272. package/dist/ui-kit/Link/Link.d.ts +2 -2
  273. package/dist/ui-kit/Link/Link.js.map +1 -1
  274. package/dist/ui-kit/LinkButton/ButtonInner.js +1 -1
  275. package/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -1
  276. package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  277. package/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  278. package/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  279. package/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
  280. package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  281. package/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  282. package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  283. package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  284. package/dist/ui-kit/ListControlProps.d.ts +1 -1
  285. package/dist/ui-kit/Loader/Loader.d.ts +1 -1
  286. package/dist/ui-kit/Loader/Loader.js.map +1 -1
  287. package/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  288. package/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  289. package/dist/ui-kit/ProgressBar/ProgressBar.js +1 -1
  290. package/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
  291. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  292. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  293. package/dist/ui-kit/SVG.d.ts +2 -2
  294. package/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  295. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  296. package/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  297. package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  298. package/dist/ui-kit/Select/Select.d.ts +1 -2
  299. package/dist/ui-kit/Select/Select.js.map +1 -1
  300. package/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
  301. package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  302. package/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  303. package/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
  304. package/dist/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
  305. package/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  306. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  307. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  308. package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  309. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  310. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  311. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  312. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  313. package/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  314. package/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  315. package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  316. package/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  317. package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  318. package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  319. package/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  320. package/dist/ui-kit/Tags/Tags.d.ts +2 -2
  321. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  322. package/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
  323. package/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
  324. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  325. package/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  326. package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
  327. package/dist/utils/isCyrilic.js +1 -1
  328. package/dist/utils/isCyrilic.js.map +1 -1
  329. package/lib/UniBlock/UniBlockProps.d.ts +2 -2
  330. package/lib/common.css +1 -1
  331. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
  332. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  333. package/lib/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
  334. package/lib/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
  335. package/lib/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
  336. package/lib/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
  337. package/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  338. package/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  339. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  340. package/lib/components/Blocks.js +0 -10
  341. package/lib/components/Blocks.js.map +1 -1
  342. package/lib/components/Blocks.mobile.js +0 -8
  343. package/lib/components/Blocks.mobile.js.map +1 -1
  344. package/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  345. package/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  346. package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  347. package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  348. package/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  349. package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  350. package/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  351. package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  352. package/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  353. package/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  354. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  355. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
  356. package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  357. package/lib/components/CardTransfer/CardTransfer.js +1 -8
  358. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  359. package/lib/components/CardTransfer/SubmitFailedDialog.js +1 -1
  360. package/lib/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
  361. package/lib/components/Carousel/Carousel.fixture.d.ts +0 -2
  362. package/lib/components/Carousel/Carousel.fixture.mobile.d.ts +0 -1
  363. package/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
  364. package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  365. package/lib/components/Carousel/renderCarouselCards.js +2 -2
  366. package/lib/components/Carousel/renderCarouselCards.js.map +1 -1
  367. package/lib/components/ContentPage/ContentPage.d.ts +2 -2
  368. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  369. package/lib/components/Footer/Contacts.d.ts +2 -2
  370. package/lib/components/Footer/Contacts.js.map +1 -1
  371. package/lib/components/Footer/FooterLink.d.ts +2 -2
  372. package/lib/components/Footer/HorizontalNavigation.js +1 -1
  373. package/lib/components/Footer/HorizontalNavigation.js.map +1 -1
  374. package/lib/components/Footer/LinkList.d.ts +2 -2
  375. package/lib/components/Footer/LinkList.js.map +1 -1
  376. package/lib/components/Footer/SocialMedia.d.ts +2 -2
  377. package/lib/components/Footer/SocialMedia.js.map +1 -1
  378. package/lib/components/Footer/TextInformationLink.js +1 -1
  379. package/lib/components/Footer/TextInformationLink.js.map +1 -1
  380. package/lib/components/GalleryLayout/GalleryLayout.js +1 -22
  381. package/lib/components/GalleryLayout/GalleryLayout.js.map +1 -1
  382. package/lib/components/GalleryLayout/utils.d.ts +29 -0
  383. package/lib/components/GalleryLayout/utils.js +25 -0
  384. package/lib/components/GalleryLayout/utils.js.map +1 -0
  385. package/lib/components/Header/DropdownMenu.d.ts +2 -2
  386. package/lib/components/Header/DropdownMenu.js.map +1 -1
  387. package/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
  388. package/lib/components/Header/HeaderChatBotButton.js.map +1 -1
  389. package/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  390. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  391. package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  392. package/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  393. package/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
  394. package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  395. package/lib/components/Header/HeaderTopMenu.d.ts +2 -2
  396. package/lib/components/Header/HeaderTopMenu.js +1 -1
  397. package/lib/components/Header/HeaderTopMenu.js.map +1 -1
  398. package/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
  399. package/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
  400. package/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  401. package/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  402. package/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
  403. package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  404. package/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  405. package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  406. package/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  407. package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  408. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  409. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  410. package/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  411. package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  412. package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  413. package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  414. package/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  415. package/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
  416. package/lib/data/CommonData.d.ts +2 -2
  417. package/lib/hooks/useForm/useForm.d.ts +1 -1
  418. package/lib/model/CommonInputProps.d.ts +7 -0
  419. package/lib/model/CommonInputProps.js +2 -0
  420. package/lib/model/CommonInputProps.js.map +1 -0
  421. package/lib/model/ComponentType.d.ts +4 -0
  422. package/lib/model/ComponentType.js +2 -0
  423. package/lib/model/ComponentType.js.map +1 -0
  424. package/lib/{ui-kit → model}/ControlProps.js.map +1 -1
  425. package/lib/model/DefaultControlType.d.ts +5 -5
  426. package/lib/model/DisabledProps.d.ts +3 -0
  427. package/lib/model/DisabledProps.js +2 -0
  428. package/lib/model/DisabledProps.js.map +1 -0
  429. package/lib/model/Picture.d.ts +2 -2
  430. package/lib/model/PlaceholderProps.d.ts +3 -0
  431. package/lib/model/PlaceholderProps.js +2 -0
  432. package/lib/model/PlaceholderProps.js.map +1 -0
  433. package/lib/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  434. package/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  435. package/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
  436. package/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  437. package/lib/retail/components/DraftDialog/DraftDialog.js +1 -1
  438. package/lib/retail/components/DraftDialog/DraftDialog.js.map +1 -1
  439. package/lib/retail/components/DraftDialog/utils.d.ts +3 -3
  440. package/lib/retail/components/Fields/RegionRetailField.js +8 -3
  441. package/lib/retail/components/Fields/RegionRetailField.js.map +1 -1
  442. package/lib/retail/components/Fields/SelectField.d.ts +4 -4
  443. package/lib/retail/components/Fields/SelectField.js.map +1 -1
  444. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  445. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  446. package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  447. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
  448. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  449. package/lib/retail/model/RetailFormContent.d.ts +2 -2
  450. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  451. package/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  452. package/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  453. package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  454. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  455. package/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  456. package/lib/ui-kit/Button/Button.d.ts +3 -3
  457. package/lib/ui-kit/Button/Button.js.map +1 -1
  458. package/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
  459. package/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
  460. package/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  461. package/lib/ui-kit/Calculator/CalculatorStyle.js +1 -1
  462. package/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
  463. package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  464. package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  465. package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  466. package/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  467. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  468. package/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  469. package/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  470. package/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  471. package/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  472. package/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  473. package/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  474. package/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  475. package/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  476. package/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  477. package/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  478. package/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
  479. package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  480. package/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
  481. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  482. package/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  483. package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  484. package/lib/ui-kit/FormField/getObjectValidator.js +1 -1
  485. package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  486. package/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
  487. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  488. package/lib/ui-kit/Icon/IconProps.d.ts +2 -2
  489. package/lib/ui-kit/Img/ImgProps.d.ts +2 -2
  490. package/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  491. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  492. package/lib/ui-kit/Input/InputControl.js +4 -20
  493. package/lib/ui-kit/Input/InputControl.js.map +1 -1
  494. package/lib/ui-kit/Input/InputProps.d.ts +4 -2
  495. package/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
  496. package/lib/ui-kit/Input/InputWrapper.js +23 -0
  497. package/lib/ui-kit/Input/InputWrapper.js.map +1 -0
  498. package/lib/ui-kit/InputRange/InputRange.js +1 -1
  499. package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  500. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  501. package/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  502. package/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  503. package/lib/ui-kit/Link/Link.d.ts +2 -2
  504. package/lib/ui-kit/Link/Link.js.map +1 -1
  505. package/lib/ui-kit/LinkButton/ButtonInner.js +1 -1
  506. package/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -1
  507. package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  508. package/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  509. package/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  510. package/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
  511. package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  512. package/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  513. package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  514. package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  515. package/lib/ui-kit/ListControlProps.d.ts +1 -1
  516. package/lib/ui-kit/Loader/Loader.d.ts +1 -1
  517. package/lib/ui-kit/Loader/Loader.js.map +1 -1
  518. package/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  519. package/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  520. package/lib/ui-kit/ProgressBar/ProgressBar.fixture.d.ts +4 -1
  521. package/lib/ui-kit/ProgressBar/ProgressBar.js +1 -1
  522. package/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
  523. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  524. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  525. package/lib/ui-kit/SVG.d.ts +2 -2
  526. package/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  527. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  528. package/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  529. package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  530. package/lib/ui-kit/Select/Select.d.ts +1 -2
  531. package/lib/ui-kit/Select/Select.js.map +1 -1
  532. package/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
  533. package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  534. package/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  535. package/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
  536. package/lib/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
  537. package/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  538. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  539. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  540. package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  541. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  542. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  543. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  544. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  545. package/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  546. package/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  547. package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  548. package/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  549. package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  550. package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  551. package/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  552. package/lib/ui-kit/Tags/Tags.d.ts +2 -2
  553. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  554. package/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
  555. package/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
  556. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  557. package/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  558. package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
  559. package/lib/utils/isCyrilic.js +1 -1
  560. package/lib/utils/isCyrilic.js.map +1 -1
  561. package/mobile/bundle/UniBlock/UniBlockProps.d.ts +2 -2
  562. package/mobile/bundle/bundle.umd.js +114 -448
  563. package/mobile/bundle/bundle.umd.min.js +1 -1
  564. package/mobile/bundle/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
  565. package/mobile/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  566. package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  567. package/mobile/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  568. package/mobile/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  569. package/mobile/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  570. package/mobile/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  571. package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
  572. package/mobile/bundle/components/ContentPage/ContentPage.d.ts +2 -2
  573. package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
  574. package/mobile/bundle/components/Footer/FooterLink.d.ts +2 -2
  575. package/mobile/bundle/components/Footer/LinkList.d.ts +2 -2
  576. package/mobile/bundle/components/Footer/SocialMedia.d.ts +2 -2
  577. package/mobile/bundle/components/GalleryLayout/utils.d.ts +29 -0
  578. package/mobile/bundle/components/Header/DropdownMenu.d.ts +2 -2
  579. package/mobile/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
  580. package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  581. package/mobile/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  582. package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
  583. package/mobile/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
  584. package/mobile/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
  585. package/mobile/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  586. package/mobile/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
  587. package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  588. package/mobile/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  589. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  590. package/mobile/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  591. package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  592. package/mobile/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  593. package/mobile/bundle/data/CommonData.d.ts +2 -2
  594. package/mobile/bundle/hooks/useForm/useForm.d.ts +1 -1
  595. package/mobile/bundle/model/CommonInputProps.d.ts +7 -0
  596. package/mobile/bundle/model/ComponentType.d.ts +4 -0
  597. package/mobile/bundle/model/DefaultControlType.d.ts +5 -5
  598. package/mobile/bundle/model/DisabledProps.d.ts +3 -0
  599. package/mobile/bundle/model/Picture.d.ts +2 -2
  600. package/mobile/bundle/model/PlaceholderProps.d.ts +3 -0
  601. package/mobile/bundle/retail/components/Fields/SelectField.d.ts +4 -4
  602. package/mobile/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  603. package/mobile/bundle/retail/model/RetailFormContent.d.ts +2 -2
  604. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  605. package/mobile/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  606. package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  607. package/mobile/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  608. package/mobile/bundle/ui-kit/Button/Button.d.ts +3 -3
  609. package/mobile/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
  610. package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  611. package/mobile/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  612. package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  613. package/mobile/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  614. package/mobile/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  615. package/mobile/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  616. package/mobile/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  617. package/mobile/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  618. package/mobile/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  619. package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
  620. package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
  621. package/mobile/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  622. package/mobile/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
  623. package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
  624. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
  625. package/mobile/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  626. package/mobile/bundle/ui-kit/Input/InputProps.d.ts +4 -2
  627. package/mobile/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
  628. package/mobile/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  629. package/mobile/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  630. package/mobile/bundle/ui-kit/Link/Link.d.ts +2 -2
  631. package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  632. package/mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  633. package/mobile/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  634. package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  635. package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  636. package/mobile/bundle/ui-kit/ListControlProps.d.ts +1 -1
  637. package/mobile/bundle/ui-kit/Loader/Loader.d.ts +1 -1
  638. package/mobile/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  639. package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
  640. package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  641. package/mobile/bundle/ui-kit/SVG.d.ts +2 -2
  642. package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  643. package/mobile/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  644. package/mobile/bundle/ui-kit/Select/Select.d.ts +1 -2
  645. package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
  646. package/mobile/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  647. package/mobile/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  648. package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  649. package/mobile/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  650. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  651. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  652. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  653. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  654. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  655. package/mobile/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  656. package/mobile/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  657. package/mobile/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
  658. package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
  659. package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  660. package/mobile/dist/UniBlock/UniBlockProps.d.ts +2 -2
  661. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
  662. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  663. package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
  664. package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
  665. package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
  666. package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
  667. package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  668. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  669. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  670. package/mobile/dist/components/Blocks.js +0 -8
  671. package/mobile/dist/components/Blocks.js.map +1 -1
  672. package/mobile/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  673. package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  674. package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  675. package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  676. package/mobile/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  677. package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  678. package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  679. package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  680. package/mobile/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  681. package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  682. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  683. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
  684. package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  685. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -8
  686. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  687. package/mobile/dist/components/CardTransfer/SubmitFailedDialog.js +1 -1
  688. package/mobile/dist/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
  689. package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
  690. package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  691. package/mobile/dist/components/Carousel/renderCarouselCards.js +2 -2
  692. package/mobile/dist/components/Carousel/renderCarouselCards.js.map +1 -1
  693. package/mobile/dist/components/ContentPage/ContentPage.d.ts +2 -2
  694. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  695. package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
  696. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  697. package/mobile/dist/components/Footer/FooterLink.d.ts +2 -2
  698. package/mobile/dist/components/Footer/HorizontalNavigation.js +1 -1
  699. package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
  700. package/mobile/dist/components/Footer/LinkList.d.ts +2 -2
  701. package/mobile/dist/components/Footer/LinkList.js.map +1 -1
  702. package/mobile/dist/components/Footer/SocialMedia.d.ts +2 -2
  703. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  704. package/mobile/dist/components/Footer/TextInformationLink.js +1 -1
  705. package/mobile/dist/components/Footer/TextInformationLink.js.map +1 -1
  706. package/mobile/dist/components/GalleryLayout/GalleryLayout.js +3 -24
  707. package/mobile/dist/components/GalleryLayout/GalleryLayout.js.map +1 -1
  708. package/mobile/dist/components/GalleryLayout/utils.d.ts +29 -0
  709. package/mobile/dist/components/GalleryLayout/utils.js +29 -0
  710. package/mobile/dist/components/GalleryLayout/utils.js.map +1 -0
  711. package/mobile/dist/components/Header/DropdownMenu.d.ts +2 -2
  712. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  713. package/mobile/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
  714. package/mobile/dist/components/Header/HeaderChatBotButton.js.map +1 -1
  715. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  716. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  717. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  718. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  719. package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
  720. package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  721. package/mobile/dist/components/Header/HeaderTopMenu.d.ts +2 -2
  722. package/mobile/dist/components/Header/HeaderTopMenu.js +1 -1
  723. package/mobile/dist/components/Header/HeaderTopMenu.js.map +1 -1
  724. package/mobile/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
  725. package/mobile/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
  726. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  727. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  728. package/mobile/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
  729. package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  730. package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  731. package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  732. package/mobile/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  733. package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  734. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  735. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  736. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  737. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  738. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  739. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  740. package/mobile/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  741. package/mobile/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
  742. package/mobile/dist/data/CommonData.d.ts +2 -2
  743. package/mobile/dist/hooks/useForm/useForm.d.ts +1 -1
  744. package/mobile/dist/model/CommonInputProps.d.ts +7 -0
  745. package/mobile/dist/model/CommonInputProps.js +2 -0
  746. package/mobile/dist/model/CommonInputProps.js.map +1 -0
  747. package/mobile/dist/model/ComponentType.d.ts +4 -0
  748. package/mobile/dist/model/ComponentType.js +2 -0
  749. package/mobile/dist/model/ComponentType.js.map +1 -0
  750. package/mobile/dist/{ui-kit → model}/ControlProps.js.map +1 -1
  751. package/mobile/dist/model/DefaultControlType.d.ts +5 -5
  752. package/mobile/dist/model/DisabledProps.d.ts +3 -0
  753. package/mobile/dist/model/DisabledProps.js +2 -0
  754. package/mobile/dist/model/DisabledProps.js.map +1 -0
  755. package/mobile/dist/model/Picture.d.ts +2 -2
  756. package/mobile/dist/model/PlaceholderProps.d.ts +3 -0
  757. package/mobile/dist/model/PlaceholderProps.js +2 -0
  758. package/mobile/dist/model/PlaceholderProps.js.map +1 -0
  759. package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  760. package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  761. package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
  762. package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  763. package/mobile/dist/retail/components/DraftDialog/DraftDialog.js +1 -1
  764. package/mobile/dist/retail/components/DraftDialog/DraftDialog.js.map +1 -1
  765. package/mobile/dist/retail/components/Fields/RegionRetailField.js +8 -3
  766. package/mobile/dist/retail/components/Fields/RegionRetailField.js.map +1 -1
  767. package/mobile/dist/retail/components/Fields/SelectField.d.ts +4 -4
  768. package/mobile/dist/retail/components/Fields/SelectField.js.map +1 -1
  769. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  770. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  771. package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  772. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
  773. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  774. package/mobile/dist/retail/model/RetailFormContent.d.ts +2 -2
  775. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  776. package/mobile/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  777. package/mobile/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  778. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  779. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  780. package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  781. package/mobile/dist/ui-kit/Button/Button.d.ts +3 -3
  782. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  783. package/mobile/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
  784. package/mobile/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
  785. package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  786. package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js +1 -1
  787. package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
  788. package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  789. package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  790. package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  791. package/mobile/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  792. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  793. package/mobile/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  794. package/mobile/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  795. package/mobile/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  796. package/mobile/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  797. package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  798. package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  799. package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  800. package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  801. package/mobile/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  802. package/mobile/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  803. package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
  804. package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  805. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
  806. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  807. package/mobile/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  808. package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  809. package/mobile/dist/ui-kit/FormField/getObjectValidator.js +1 -1
  810. package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  811. package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
  812. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  813. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +2 -2
  814. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +2 -2
  815. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  816. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  817. package/mobile/dist/ui-kit/Input/InputControl.js +3 -19
  818. package/mobile/dist/ui-kit/Input/InputControl.js.map +1 -1
  819. package/mobile/dist/ui-kit/Input/InputProps.d.ts +4 -2
  820. package/mobile/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
  821. package/mobile/dist/ui-kit/Input/InputWrapper.js +25 -0
  822. package/mobile/dist/ui-kit/Input/InputWrapper.js.map +1 -0
  823. package/mobile/dist/ui-kit/InputRange/InputRange.js +1 -1
  824. package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  825. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  826. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  827. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  828. package/mobile/dist/ui-kit/Link/Link.d.ts +2 -2
  829. package/mobile/dist/ui-kit/Link/Link.js.map +1 -1
  830. package/mobile/dist/ui-kit/LinkButton/ButtonInner.js +1 -1
  831. package/mobile/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -1
  832. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  833. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  834. package/mobile/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  835. package/mobile/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
  836. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  837. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  838. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  839. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  840. package/mobile/dist/ui-kit/ListControlProps.d.ts +1 -1
  841. package/mobile/dist/ui-kit/Loader/Loader.d.ts +1 -1
  842. package/mobile/dist/ui-kit/Loader/Loader.js.map +1 -1
  843. package/mobile/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  844. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  845. package/mobile/dist/ui-kit/ProgressBar/ProgressBar.js +1 -1
  846. package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
  847. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  848. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  849. package/mobile/dist/ui-kit/SVG.d.ts +2 -2
  850. package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  851. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  852. package/mobile/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  853. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  854. package/mobile/dist/ui-kit/Select/Select.d.ts +1 -2
  855. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  856. package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
  857. package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  858. package/mobile/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  859. package/mobile/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
  860. package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  861. package/mobile/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  862. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  863. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  864. package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  865. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  866. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  867. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  868. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  869. package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  870. package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  871. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  872. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  873. package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  874. package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  875. package/mobile/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  876. package/mobile/dist/ui-kit/Tags/Tags.d.ts +2 -2
  877. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  878. package/mobile/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
  879. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
  880. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  881. package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  882. package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
  883. package/mobile/dist/utils/isCyrilic.js +1 -1
  884. package/mobile/dist/utils/isCyrilic.js.map +1 -1
  885. package/mobile/lib/UniBlock/UniBlockProps.d.ts +2 -2
  886. package/mobile/lib/common.css +1 -1
  887. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
  888. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  889. package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
  890. package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
  891. package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
  892. package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
  893. package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  894. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  895. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  896. package/mobile/lib/components/Blocks.js +0 -8
  897. package/mobile/lib/components/Blocks.js.map +1 -1
  898. package/mobile/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
  899. package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
  900. package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
  901. package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
  902. package/mobile/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
  903. package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
  904. package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
  905. package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
  906. package/mobile/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
  907. package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
  908. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
  909. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
  910. package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
  911. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -8
  912. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  913. package/mobile/lib/components/CardTransfer/SubmitFailedDialog.js +1 -1
  914. package/mobile/lib/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
  915. package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
  916. package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  917. package/mobile/lib/components/Carousel/renderCarouselCards.js +2 -2
  918. package/mobile/lib/components/Carousel/renderCarouselCards.js.map +1 -1
  919. package/mobile/lib/components/ContentPage/ContentPage.d.ts +2 -2
  920. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  921. package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
  922. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  923. package/mobile/lib/components/Footer/FooterLink.d.ts +2 -2
  924. package/mobile/lib/components/Footer/HorizontalNavigation.js +1 -1
  925. package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
  926. package/mobile/lib/components/Footer/LinkList.d.ts +2 -2
  927. package/mobile/lib/components/Footer/LinkList.js.map +1 -1
  928. package/mobile/lib/components/Footer/SocialMedia.d.ts +2 -2
  929. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  930. package/mobile/lib/components/Footer/TextInformationLink.js +1 -1
  931. package/mobile/lib/components/Footer/TextInformationLink.js.map +1 -1
  932. package/mobile/lib/components/GalleryLayout/GalleryLayout.js +1 -22
  933. package/mobile/lib/components/GalleryLayout/GalleryLayout.js.map +1 -1
  934. package/mobile/lib/components/GalleryLayout/utils.d.ts +29 -0
  935. package/mobile/lib/components/GalleryLayout/utils.js +25 -0
  936. package/mobile/lib/components/GalleryLayout/utils.js.map +1 -0
  937. package/mobile/lib/components/Header/DropdownMenu.d.ts +2 -2
  938. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  939. package/mobile/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
  940. package/mobile/lib/components/Header/HeaderChatBotButton.js.map +1 -1
  941. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  942. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  943. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
  944. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  945. package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
  946. package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  947. package/mobile/lib/components/Header/HeaderTopMenu.d.ts +2 -2
  948. package/mobile/lib/components/Header/HeaderTopMenu.js +1 -1
  949. package/mobile/lib/components/Header/HeaderTopMenu.js.map +1 -1
  950. package/mobile/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
  951. package/mobile/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
  952. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
  953. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  954. package/mobile/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
  955. package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  956. package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
  957. package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  958. package/mobile/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
  959. package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  960. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
  961. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
  962. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
  963. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  964. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
  965. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
  966. package/mobile/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
  967. package/mobile/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
  968. package/mobile/lib/data/CommonData.d.ts +2 -2
  969. package/mobile/lib/hooks/useForm/useForm.d.ts +1 -1
  970. package/mobile/lib/model/CommonInputProps.d.ts +7 -0
  971. package/mobile/lib/model/CommonInputProps.js +2 -0
  972. package/mobile/lib/model/CommonInputProps.js.map +1 -0
  973. package/mobile/lib/model/ComponentType.d.ts +4 -0
  974. package/mobile/lib/model/ComponentType.js +2 -0
  975. package/mobile/lib/model/ComponentType.js.map +1 -0
  976. package/mobile/lib/{ui-kit → model}/ControlProps.js.map +1 -1
  977. package/mobile/lib/model/DefaultControlType.d.ts +5 -5
  978. package/mobile/lib/model/DisabledProps.d.ts +3 -0
  979. package/mobile/lib/model/DisabledProps.js +2 -0
  980. package/mobile/lib/model/DisabledProps.js.map +1 -0
  981. package/mobile/lib/model/Picture.d.ts +2 -2
  982. package/mobile/lib/model/PlaceholderProps.d.ts +3 -0
  983. package/mobile/lib/model/PlaceholderProps.js +2 -0
  984. package/mobile/lib/model/PlaceholderProps.js.map +1 -0
  985. package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  986. package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  987. package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
  988. package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
  989. package/mobile/lib/retail/components/DraftDialog/DraftDialog.js +1 -1
  990. package/mobile/lib/retail/components/DraftDialog/DraftDialog.js.map +1 -1
  991. package/mobile/lib/retail/components/Fields/RegionRetailField.js +8 -3
  992. package/mobile/lib/retail/components/Fields/RegionRetailField.js.map +1 -1
  993. package/mobile/lib/retail/components/Fields/SelectField.d.ts +4 -4
  994. package/mobile/lib/retail/components/Fields/SelectField.js.map +1 -1
  995. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
  996. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
  997. package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
  998. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
  999. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  1000. package/mobile/lib/retail/model/RetailFormContent.d.ts +2 -2
  1001. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
  1002. package/mobile/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
  1003. package/mobile/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
  1004. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
  1005. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  1006. package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
  1007. package/mobile/lib/ui-kit/Button/Button.d.ts +3 -3
  1008. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  1009. package/mobile/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
  1010. package/mobile/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
  1011. package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
  1012. package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js +1 -1
  1013. package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
  1014. package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
  1015. package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  1016. package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
  1017. package/mobile/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
  1018. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  1019. package/mobile/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
  1020. package/mobile/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
  1021. package/mobile/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
  1022. package/mobile/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
  1023. package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
  1024. package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
  1025. package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
  1026. package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
  1027. package/mobile/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
  1028. package/mobile/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  1029. package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
  1030. package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  1031. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
  1032. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1033. package/mobile/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
  1034. package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  1035. package/mobile/lib/ui-kit/FormField/getObjectValidator.js +1 -1
  1036. package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  1037. package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
  1038. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  1039. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +2 -2
  1040. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +2 -2
  1041. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
  1042. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  1043. package/mobile/lib/ui-kit/Input/InputControl.js +4 -20
  1044. package/mobile/lib/ui-kit/Input/InputControl.js.map +1 -1
  1045. package/mobile/lib/ui-kit/Input/InputProps.d.ts +4 -2
  1046. package/mobile/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
  1047. package/mobile/lib/ui-kit/Input/InputWrapper.js +23 -0
  1048. package/mobile/lib/ui-kit/Input/InputWrapper.js.map +1 -0
  1049. package/mobile/lib/ui-kit/InputRange/InputRange.js +1 -1
  1050. package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  1051. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
  1052. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
  1053. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
  1054. package/mobile/lib/ui-kit/Link/Link.d.ts +2 -2
  1055. package/mobile/lib/ui-kit/Link/Link.js.map +1 -1
  1056. package/mobile/lib/ui-kit/LinkButton/ButtonInner.js +1 -1
  1057. package/mobile/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -1
  1058. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
  1059. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
  1060. package/mobile/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
  1061. package/mobile/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
  1062. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
  1063. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
  1064. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
  1065. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  1066. package/mobile/lib/ui-kit/ListControlProps.d.ts +1 -1
  1067. package/mobile/lib/ui-kit/Loader/Loader.d.ts +1 -1
  1068. package/mobile/lib/ui-kit/Loader/Loader.js.map +1 -1
  1069. package/mobile/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
  1070. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  1071. package/mobile/lib/ui-kit/ProgressBar/ProgressBar.js +1 -1
  1072. package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
  1073. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
  1074. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  1075. package/mobile/lib/ui-kit/SVG.d.ts +2 -2
  1076. package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
  1077. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  1078. package/mobile/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
  1079. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  1080. package/mobile/lib/ui-kit/Select/Select.d.ts +1 -2
  1081. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  1082. package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
  1083. package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  1084. package/mobile/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
  1085. package/mobile/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
  1086. package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  1087. package/mobile/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
  1088. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
  1089. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  1090. package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
  1091. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
  1092. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  1093. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
  1094. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1095. package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
  1096. package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
  1097. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
  1098. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
  1099. package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
  1100. package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
  1101. package/mobile/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
  1102. package/mobile/lib/ui-kit/Tags/Tags.d.ts +2 -2
  1103. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  1104. package/mobile/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
  1105. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
  1106. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  1107. package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
  1108. package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
  1109. package/mobile/lib/utils/isCyrilic.js +1 -1
  1110. package/mobile/lib/utils/isCyrilic.js.map +1 -1
  1111. package/mobile/src/UniBlock/UniBlockProps.ts +2 -2
  1112. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +1 -1
  1113. package/mobile/src/components/ApplicationLeadForm/EsiaLoginBanner.tsx +12 -7
  1114. package/mobile/src/components/ApplicationLeadForm/parseEsiaProfile.ts +5 -13
  1115. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  1116. package/mobile/src/components/Blocks.ts +0 -8
  1117. package/mobile/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
  1118. package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
  1119. package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
  1120. package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
  1121. package/mobile/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
  1122. package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +1 -4
  1123. package/mobile/src/components/CardTransfer/CardTransfer.tsx +5 -18
  1124. package/mobile/src/components/CardTransfer/SubmitFailedDialog.tsx +2 -2
  1125. package/mobile/src/components/Carousel/renderCardHighlight.tsx +2 -3
  1126. package/mobile/src/components/Carousel/renderCarouselCards.tsx +2 -6
  1127. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  1128. package/mobile/src/components/Footer/Contacts.tsx +2 -2
  1129. package/mobile/src/components/Footer/FooterLink.ts +2 -2
  1130. package/mobile/src/components/Footer/HorizontalNavigation.tsx +1 -1
  1131. package/mobile/src/components/Footer/LinkList.tsx +2 -2
  1132. package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
  1133. package/mobile/src/components/Footer/TextInformationLink.tsx +1 -1
  1134. package/mobile/src/components/GalleryLayout/GalleryLayout.tsx +1 -32
  1135. package/mobile/src/components/GalleryLayout/utils.ts +35 -0
  1136. package/mobile/src/components/Header/DropdownMenu.tsx +2 -2
  1137. package/mobile/src/components/Header/HeaderChatBotButton.tsx +2 -2
  1138. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
  1139. package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
  1140. package/mobile/src/components/Header/HeaderSubMenuItem.tsx +2 -2
  1141. package/mobile/src/components/Header/HeaderTopMenu.tsx +3 -7
  1142. package/mobile/src/components/Header/HeaderTopMenuItem.tsx +2 -2
  1143. package/mobile/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
  1144. package/mobile/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  1145. package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
  1146. package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
  1147. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
  1148. package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
  1149. package/mobile/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
  1150. package/mobile/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
  1151. package/mobile/src/data/CommonData.ts +2 -1
  1152. package/mobile/src/hooks/useForm/useForm.ts +1 -1
  1153. package/mobile/src/model/CommonInputProps.ts +12 -0
  1154. package/mobile/src/model/ComponentType.ts +4 -0
  1155. package/mobile/src/model/DefaultControlType.ts +10 -5
  1156. package/mobile/src/model/DisabledProps.ts +3 -0
  1157. package/mobile/src/model/Picture.ts +2 -2
  1158. package/mobile/src/model/PlaceholderProps.ts +3 -0
  1159. package/mobile/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +4 -4
  1160. package/mobile/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
  1161. package/mobile/src/retail/components/DraftDialog/DraftDialog.tsx +1 -1
  1162. package/mobile/src/retail/components/Fields/RegionRetailField.tsx +12 -3
  1163. package/mobile/src/retail/components/Fields/SelectField.tsx +9 -4
  1164. package/mobile/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
  1165. package/mobile/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +3 -3
  1166. package/mobile/src/retail/model/RetailFormContent.ts +3 -2
  1167. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  1168. package/mobile/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
  1169. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
  1170. package/mobile/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
  1171. package/mobile/src/ui-kit/Button/Button.tsx +3 -3
  1172. package/mobile/src/ui-kit/Button/ButtonTitle.tsx +2 -5
  1173. package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
  1174. package/mobile/src/ui-kit/Calculator/CalculatorStyle.tsx +1 -1
  1175. package/mobile/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
  1176. package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
  1177. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
  1178. package/mobile/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
  1179. package/mobile/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
  1180. package/mobile/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
  1181. package/mobile/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
  1182. package/mobile/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
  1183. package/mobile/src/ui-kit/DialogManager/Dialog.tsx +2 -2
  1184. package/mobile/src/ui-kit/Foldable/Foldable.tsx +2 -3
  1185. package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
  1186. package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +1 -1
  1187. package/mobile/src/ui-kit/Heading/HeadingProps.ts +2 -4
  1188. package/mobile/src/ui-kit/Icon/Icon.tsx +2 -1
  1189. package/mobile/src/ui-kit/Icon/IconProps.ts +7 -6
  1190. package/mobile/src/ui-kit/Img/ImgProps.ts +2 -2
  1191. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
  1192. package/mobile/src/ui-kit/Input/InputControl.tsx +5 -68
  1193. package/mobile/src/ui-kit/Input/InputProps.ts +2 -2
  1194. package/mobile/src/ui-kit/Input/InputWrapper.tsx +78 -0
  1195. package/mobile/src/ui-kit/InputRange/InputRange.tsx +1 -1
  1196. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
  1197. package/mobile/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
  1198. package/mobile/src/ui-kit/Link/Link.tsx +2 -2
  1199. package/mobile/src/ui-kit/LinkButton/ButtonInner.tsx +1 -1
  1200. package/mobile/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
  1201. package/mobile/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
  1202. package/mobile/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
  1203. package/mobile/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
  1204. package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
  1205. package/mobile/src/ui-kit/ListControlProps.ts +1 -1
  1206. package/mobile/src/ui-kit/Loader/Loader.tsx +1 -1
  1207. package/mobile/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1208. package/mobile/src/ui-kit/ProgressBar/ProgressBar.tsx +1 -1
  1209. package/mobile/src/ui-kit/Radio/RadioProps.ts +4 -4
  1210. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
  1211. package/mobile/src/ui-kit/SVG.tsx +2 -2
  1212. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1213. package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
  1214. package/mobile/src/ui-kit/Select/Select.tsx +1 -2
  1215. package/mobile/src/ui-kit/Select/SelectPopup.tsx +2 -3
  1216. package/mobile/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
  1217. package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +2 -1
  1218. package/mobile/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
  1219. package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
  1220. package/mobile/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
  1221. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
  1222. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1223. package/mobile/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
  1224. package/mobile/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
  1225. package/mobile/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
  1226. package/mobile/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
  1227. package/mobile/src/ui-kit/Tags/Tags.tsx +2 -3
  1228. package/mobile/src/ui-kit/TimerCircle/Timer.tsx +2 -2
  1229. package/mobile/src/ui-kit/TopItem/TopItem.tsx +2 -2
  1230. package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
  1231. package/mobile/src/utils/isCyrilic.ts +1 -1
  1232. package/package.json +2 -2
  1233. package/src/UniBlock/UniBlockProps.ts +2 -2
  1234. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +1 -1
  1235. package/src/components/ApplicationLeadForm/EsiaLoginBanner.tsx +12 -7
  1236. package/src/components/ApplicationLeadForm/parseEsiaProfile.ts +5 -13
  1237. package/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  1238. package/src/components/Blocks.mobile.ts +0 -8
  1239. package/src/components/Blocks.ts +0 -10
  1240. package/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
  1241. package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
  1242. package/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
  1243. package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
  1244. package/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
  1245. package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +1 -4
  1246. package/src/components/CardTransfer/CardTransfer.tsx +5 -18
  1247. package/src/components/CardTransfer/SubmitFailedDialog.tsx +2 -2
  1248. package/src/components/Carousel/Carousel.fixture.mobile.tsx +0 -16
  1249. package/src/components/Carousel/Carousel.fixture.tsx +0 -35
  1250. package/src/components/Carousel/renderCardHighlight.tsx +2 -3
  1251. package/src/components/Carousel/renderCarouselCards.tsx +2 -6
  1252. package/src/components/ContentPage/ContentPage.tsx +2 -2
  1253. package/src/components/Footer/Contacts.tsx +2 -2
  1254. package/src/components/Footer/FooterLink.ts +2 -2
  1255. package/src/components/Footer/HorizontalNavigation.tsx +1 -1
  1256. package/src/components/Footer/LinkList.tsx +2 -2
  1257. package/src/components/Footer/SocialMedia.tsx +2 -2
  1258. package/src/components/Footer/TextInformationLink.tsx +1 -1
  1259. package/src/components/GalleryLayout/GalleryLayout.tsx +1 -32
  1260. package/src/components/GalleryLayout/utils.ts +35 -0
  1261. package/src/components/Header/DropdownMenu.tsx +2 -2
  1262. package/src/components/Header/HeaderChatBotButton.tsx +2 -2
  1263. package/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
  1264. package/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
  1265. package/src/components/Header/HeaderSubMenuItem.tsx +2 -2
  1266. package/src/components/Header/HeaderTopMenu.tsx +3 -7
  1267. package/src/components/Header/HeaderTopMenuItem.tsx +2 -2
  1268. package/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
  1269. package/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  1270. package/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
  1271. package/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
  1272. package/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
  1273. package/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
  1274. package/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
  1275. package/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
  1276. package/src/data/CommonData.ts +2 -1
  1277. package/src/hooks/useForm/useForm.ts +1 -1
  1278. package/src/model/CommonInputProps.ts +12 -0
  1279. package/src/model/ComponentType.ts +4 -0
  1280. package/src/model/DefaultControlType.ts +10 -5
  1281. package/src/model/DisabledProps.ts +3 -0
  1282. package/src/model/Picture.ts +2 -2
  1283. package/src/model/PlaceholderProps.ts +3 -0
  1284. package/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +4 -4
  1285. package/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
  1286. package/src/retail/components/DraftDialog/DraftDialog.tsx +1 -1
  1287. package/src/retail/components/Fields/RegionRetailField.tsx +12 -3
  1288. package/src/retail/components/Fields/SelectField.tsx +9 -4
  1289. package/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
  1290. package/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +3 -3
  1291. package/src/retail/model/RetailFormContent.ts +3 -2
  1292. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  1293. package/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
  1294. package/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
  1295. package/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
  1296. package/src/ui-kit/Button/Button.tsx +3 -3
  1297. package/src/ui-kit/Button/ButtonTitle.tsx +2 -5
  1298. package/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
  1299. package/src/ui-kit/Calculator/CalculatorStyle.tsx +1 -1
  1300. package/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
  1301. package/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
  1302. package/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
  1303. package/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
  1304. package/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
  1305. package/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
  1306. package/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
  1307. package/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
  1308. package/src/ui-kit/DialogManager/Dialog.tsx +2 -2
  1309. package/src/ui-kit/Foldable/Foldable.tsx +2 -3
  1310. package/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
  1311. package/src/ui-kit/FormField/getObjectValidator.tsx +1 -1
  1312. package/src/ui-kit/Heading/HeadingProps.ts +2 -4
  1313. package/src/ui-kit/Icon/Icon.tsx +2 -1
  1314. package/src/ui-kit/Icon/IconProps.ts +7 -6
  1315. package/src/ui-kit/Img/ImgProps.ts +2 -2
  1316. package/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
  1317. package/src/ui-kit/Input/InputControl.tsx +5 -68
  1318. package/src/ui-kit/Input/InputProps.ts +2 -2
  1319. package/src/ui-kit/Input/InputWrapper.tsx +78 -0
  1320. package/src/ui-kit/InputRange/InputRange.tsx +1 -1
  1321. package/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
  1322. package/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
  1323. package/src/ui-kit/Link/Link.tsx +2 -2
  1324. package/src/ui-kit/LinkButton/ButtonInner.tsx +1 -1
  1325. package/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
  1326. package/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
  1327. package/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
  1328. package/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
  1329. package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
  1330. package/src/ui-kit/ListControlProps.ts +1 -1
  1331. package/src/ui-kit/Loader/Loader.tsx +1 -1
  1332. package/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1333. package/src/ui-kit/ProgressBar/ProgressBar.fixture.tsx +4 -1
  1334. package/src/ui-kit/ProgressBar/ProgressBar.tsx +1 -1
  1335. package/src/ui-kit/Radio/RadioProps.ts +4 -4
  1336. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
  1337. package/src/ui-kit/SVG.tsx +2 -2
  1338. package/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1339. package/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
  1340. package/src/ui-kit/Select/Select.tsx +1 -2
  1341. package/src/ui-kit/Select/SelectPopup.tsx +2 -3
  1342. package/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
  1343. package/src/ui-kit/Sitemap/Sitemap.mobile.tsx +2 -1
  1344. package/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
  1345. package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
  1346. package/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
  1347. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
  1348. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1349. package/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
  1350. package/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
  1351. package/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
  1352. package/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
  1353. package/src/ui-kit/Tags/Tags.tsx +2 -3
  1354. package/src/ui-kit/TimerCircle/Timer.tsx +2 -2
  1355. package/src/ui-kit/TopItem/TopItem.tsx +2 -2
  1356. package/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
  1357. package/src/utils/isCyrilic.ts +1 -1
  1358. package/bundle/components/CarouselCard/CarouselCard.d.ts +0 -5
  1359. package/bundle/components/CarouselCard/CarouselCardContent.d.ts +0 -11
  1360. package/bundle/components/CarouselCard/constants.d.ts +0 -2
  1361. package/bundle/components/CarouselCard/titleSize.d.ts +0 -1
  1362. package/bundle/components/CarouselCard/titleSize.mobile.d.ts +0 -1
  1363. package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1364. package/bundle/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1365. package/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1366. package/bundle/components/Depository/Depository.d.ts +0 -11
  1367. package/bundle/components/Depository/DepositoryContent.d.ts +0 -5
  1368. package/bundle/components/Depository/DepositoryFilter.d.ts +0 -9
  1369. package/bundle/components/Depository/DepositoryItem.d.ts +0 -2
  1370. package/bundle/components/Depository/useDepository.d.ts +0 -15
  1371. package/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1372. package/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1373. package/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1374. package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1375. package/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1376. package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1377. package/bundle/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1378. package/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1379. package/bundle/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1380. package/bundle/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1381. package/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1382. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1383. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1384. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1385. package/bundle/ui-kit/ControlStateProps.d.ts +0 -3
  1386. package/bundle/ui-kit/Rating/Rating.d.ts +0 -1
  1387. package/bundle/ui-kit/Unit/Unit.d.ts +0 -2
  1388. package/bundle/ui-kit/Unit/UnitProps.d.ts +0 -8
  1389. package/dist/components/CarouselCard/CarouselCard.d.ts +0 -5
  1390. package/dist/components/CarouselCard/CarouselCard.js +0 -16
  1391. package/dist/components/CarouselCard/CarouselCard.js.map +0 -1
  1392. package/dist/components/CarouselCard/CarouselCardContent.d.ts +0 -11
  1393. package/dist/components/CarouselCard/CarouselCardContent.js +0 -2
  1394. package/dist/components/CarouselCard/CarouselCardContent.js.map +0 -1
  1395. package/dist/components/CarouselCard/constants.d.ts +0 -2
  1396. package/dist/components/CarouselCard/constants.js +0 -7
  1397. package/dist/components/CarouselCard/constants.js.map +0 -1
  1398. package/dist/components/CarouselCard/titleSize.d.ts +0 -1
  1399. package/dist/components/CarouselCard/titleSize.js +0 -4
  1400. package/dist/components/CarouselCard/titleSize.js.map +0 -1
  1401. package/dist/components/CarouselCard/titleSize.mobile.d.ts +0 -1
  1402. package/dist/components/CarouselCard/titleSize.mobile.js +0 -4
  1403. package/dist/components/CarouselCard/titleSize.mobile.js.map +0 -1
  1404. package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1405. package/dist/components/CarouselLinks/CarouselLinkButton.js +0 -17
  1406. package/dist/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1407. package/dist/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1408. package/dist/components/CarouselLinks/CarouselLinks.js +0 -11
  1409. package/dist/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1410. package/dist/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1411. package/dist/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1412. package/dist/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1413. package/dist/components/Depository/Depository.d.ts +0 -11
  1414. package/dist/components/Depository/Depository.js +0 -42
  1415. package/dist/components/Depository/Depository.js.map +0 -1
  1416. package/dist/components/Depository/DepositoryContent.d.ts +0 -5
  1417. package/dist/components/Depository/DepositoryContent.js +0 -2
  1418. package/dist/components/Depository/DepositoryContent.js.map +0 -1
  1419. package/dist/components/Depository/DepositoryFilter.d.ts +0 -9
  1420. package/dist/components/Depository/DepositoryFilter.js +0 -9
  1421. package/dist/components/Depository/DepositoryFilter.js.map +0 -1
  1422. package/dist/components/Depository/DepositoryItem.d.ts +0 -2
  1423. package/dist/components/Depository/DepositoryItem.js +0 -15
  1424. package/dist/components/Depository/DepositoryItem.js.map +0 -1
  1425. package/dist/components/Depository/useDepository.d.ts +0 -15
  1426. package/dist/components/Depository/useDepository.js +0 -22
  1427. package/dist/components/Depository/useDepository.js.map +0 -1
  1428. package/dist/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1429. package/dist/components/ExchangeRateTile/CurrencyProps.js +0 -10
  1430. package/dist/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1431. package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1432. package/dist/components/ExchangeRateTile/CurrencyTable.js +0 -23
  1433. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1434. package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1435. package/dist/components/ExchangeRateTile/CurrentLocation.js +0 -10
  1436. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1437. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1438. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -73
  1439. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1440. package/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1441. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +0 -26
  1442. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1443. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1444. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1445. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1446. package/dist/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1447. package/dist/components/ExchangeRateTile/calculateResult.js +0 -11
  1448. package/dist/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1449. package/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1450. package/dist/components/ExchangeRateTile/callbackCurrencySelect.js +0 -21
  1451. package/dist/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1452. package/dist/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1453. package/dist/components/ExchangeRateTile/formatCurrency.js +0 -10
  1454. package/dist/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1455. package/dist/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1456. package/dist/components/ExchangeRateTile/renderInput.js +0 -16
  1457. package/dist/components/ExchangeRateTile/renderInput.js.map +0 -1
  1458. package/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1459. package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -13
  1460. package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1461. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1462. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -33
  1463. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1464. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1465. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1466. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1467. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1468. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -58
  1469. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1470. package/dist/ui-kit/ControlStateProps.d.ts +0 -3
  1471. package/dist/ui-kit/ControlStateProps.js +0 -2
  1472. package/dist/ui-kit/ControlStateProps.js.map +0 -1
  1473. package/dist/ui-kit/Rating/Rating.d.ts +0 -1
  1474. package/dist/ui-kit/Rating/Rating.js +0 -21
  1475. package/dist/ui-kit/Rating/Rating.js.map +0 -1
  1476. package/dist/ui-kit/Unit/Unit.d.ts +0 -2
  1477. package/dist/ui-kit/Unit/Unit.js +0 -9
  1478. package/dist/ui-kit/Unit/Unit.js.map +0 -1
  1479. package/dist/ui-kit/Unit/UnitProps.d.ts +0 -8
  1480. package/dist/ui-kit/Unit/UnitProps.js.map +0 -1
  1481. package/lib/components/CarouselCard/CarouselCard.d.ts +0 -5
  1482. package/lib/components/CarouselCard/CarouselCard.fixture.d.ts +0 -11
  1483. package/lib/components/CarouselCard/CarouselCard.fixture.mobile.d.ts +0 -7
  1484. package/lib/components/CarouselCard/CarouselCard.js +0 -14
  1485. package/lib/components/CarouselCard/CarouselCard.js.map +0 -1
  1486. package/lib/components/CarouselCard/CarouselCardContent.d.ts +0 -11
  1487. package/lib/components/CarouselCard/CarouselCardContent.js +0 -2
  1488. package/lib/components/CarouselCard/CarouselCardContent.js.map +0 -1
  1489. package/lib/components/CarouselCard/constants.d.ts +0 -2
  1490. package/lib/components/CarouselCard/constants.js +0 -5
  1491. package/lib/components/CarouselCard/constants.js.map +0 -1
  1492. package/lib/components/CarouselCard/titleSize.d.ts +0 -1
  1493. package/lib/components/CarouselCard/titleSize.js +0 -2
  1494. package/lib/components/CarouselCard/titleSize.js.map +0 -1
  1495. package/lib/components/CarouselCard/titleSize.mobile.d.ts +0 -1
  1496. package/lib/components/CarouselCard/titleSize.mobile.js +0 -2
  1497. package/lib/components/CarouselCard/titleSize.mobile.js.map +0 -1
  1498. package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1499. package/lib/components/CarouselLinks/CarouselLinkButton.js +0 -15
  1500. package/lib/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1501. package/lib/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1502. package/lib/components/CarouselLinks/CarouselLinks.fixture.d.ts +0 -5
  1503. package/lib/components/CarouselLinks/CarouselLinks.fixture.mobile.d.ts +0 -5
  1504. package/lib/components/CarouselLinks/CarouselLinks.js +0 -9
  1505. package/lib/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1506. package/lib/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1507. package/lib/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1508. package/lib/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1509. package/lib/components/Depository/Depository.d.ts +0 -11
  1510. package/lib/components/Depository/Depository.fixture.d.ts +0 -5
  1511. package/lib/components/Depository/Depository.fixture.mobile.d.ts +0 -5
  1512. package/lib/components/Depository/Depository.js +0 -40
  1513. package/lib/components/Depository/Depository.js.map +0 -1
  1514. package/lib/components/Depository/DepositoryContent.d.ts +0 -5
  1515. package/lib/components/Depository/DepositoryContent.js +0 -2
  1516. package/lib/components/Depository/DepositoryContent.js.map +0 -1
  1517. package/lib/components/Depository/DepositoryFilter.d.ts +0 -9
  1518. package/lib/components/Depository/DepositoryFilter.js +0 -7
  1519. package/lib/components/Depository/DepositoryFilter.js.map +0 -1
  1520. package/lib/components/Depository/DepositoryItem.d.ts +0 -2
  1521. package/lib/components/Depository/DepositoryItem.js +0 -13
  1522. package/lib/components/Depository/DepositoryItem.js.map +0 -1
  1523. package/lib/components/Depository/useDepository.d.ts +0 -15
  1524. package/lib/components/Depository/useDepository.js +0 -19
  1525. package/lib/components/Depository/useDepository.js.map +0 -1
  1526. package/lib/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1527. package/lib/components/ExchangeRateTile/CurrencyProps.js +0 -8
  1528. package/lib/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1529. package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1530. package/lib/components/ExchangeRateTile/CurrencyTable.js +0 -21
  1531. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1532. package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1533. package/lib/components/ExchangeRateTile/CurrentLocation.js +0 -8
  1534. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1535. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1536. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -71
  1537. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1538. package/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1539. package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.d.ts +0 -5
  1540. package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.d.ts +0 -5
  1541. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +0 -24
  1542. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1543. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1544. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1545. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1546. package/lib/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1547. package/lib/components/ExchangeRateTile/calculateResult.js +0 -7
  1548. package/lib/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1549. package/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1550. package/lib/components/ExchangeRateTile/callbackCurrencySelect.js +0 -18
  1551. package/lib/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1552. package/lib/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1553. package/lib/components/ExchangeRateTile/formatCurrency.js +0 -7
  1554. package/lib/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1555. package/lib/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1556. package/lib/components/ExchangeRateTile/renderInput.js +0 -13
  1557. package/lib/components/ExchangeRateTile/renderInput.js.map +0 -1
  1558. package/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1559. package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -10
  1560. package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1561. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1562. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +0 -5
  1563. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -31
  1564. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1565. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1566. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1567. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1568. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1569. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -56
  1570. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1571. package/lib/ui-kit/ControlStateProps.d.ts +0 -3
  1572. package/lib/ui-kit/ControlStateProps.js +0 -2
  1573. package/lib/ui-kit/ControlStateProps.js.map +0 -1
  1574. package/lib/ui-kit/Rating/Rating.d.ts +0 -1
  1575. package/lib/ui-kit/Rating/Rating.fixture.d.ts +0 -5
  1576. package/lib/ui-kit/Rating/Rating.js +0 -18
  1577. package/lib/ui-kit/Rating/Rating.js.map +0 -1
  1578. package/lib/ui-kit/Unit/Unit.d.ts +0 -2
  1579. package/lib/ui-kit/Unit/Unit.js +0 -7
  1580. package/lib/ui-kit/Unit/Unit.js.map +0 -1
  1581. package/lib/ui-kit/Unit/UnitProps.d.ts +0 -8
  1582. package/lib/ui-kit/Unit/UnitProps.js +0 -2
  1583. package/lib/ui-kit/Unit/UnitProps.js.map +0 -1
  1584. package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +0 -5
  1585. package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +0 -11
  1586. package/mobile/bundle/components/CarouselCard/constants.d.ts +0 -2
  1587. package/mobile/bundle/components/CarouselCard/titleSize.d.ts +0 -1
  1588. package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1589. package/mobile/bundle/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1590. package/mobile/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1591. package/mobile/bundle/components/Depository/Depository.d.ts +0 -11
  1592. package/mobile/bundle/components/Depository/DepositoryContent.d.ts +0 -5
  1593. package/mobile/bundle/components/Depository/DepositoryFilter.d.ts +0 -9
  1594. package/mobile/bundle/components/Depository/DepositoryItem.d.ts +0 -2
  1595. package/mobile/bundle/components/Depository/useDepository.d.ts +0 -15
  1596. package/mobile/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1597. package/mobile/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1598. package/mobile/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1599. package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1600. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1601. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1602. package/mobile/bundle/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1603. package/mobile/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1604. package/mobile/bundle/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1605. package/mobile/bundle/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1606. package/mobile/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1607. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1608. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1609. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1610. package/mobile/bundle/ui-kit/ControlStateProps.d.ts +0 -3
  1611. package/mobile/bundle/ui-kit/Rating/Rating.d.ts +0 -1
  1612. package/mobile/bundle/ui-kit/Unit/Unit.d.ts +0 -2
  1613. package/mobile/bundle/ui-kit/Unit/UnitProps.d.ts +0 -8
  1614. package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +0 -5
  1615. package/mobile/dist/components/CarouselCard/CarouselCard.js +0 -16
  1616. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +0 -1
  1617. package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +0 -11
  1618. package/mobile/dist/components/CarouselCard/CarouselCardContent.js +0 -2
  1619. package/mobile/dist/components/CarouselCard/CarouselCardContent.js.map +0 -1
  1620. package/mobile/dist/components/CarouselCard/constants.d.ts +0 -2
  1621. package/mobile/dist/components/CarouselCard/constants.js +0 -7
  1622. package/mobile/dist/components/CarouselCard/constants.js.map +0 -1
  1623. package/mobile/dist/components/CarouselCard/titleSize.d.ts +0 -1
  1624. package/mobile/dist/components/CarouselCard/titleSize.js +0 -4
  1625. package/mobile/dist/components/CarouselCard/titleSize.js.map +0 -1
  1626. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1627. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js +0 -17
  1628. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1629. package/mobile/dist/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1630. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +0 -11
  1631. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1632. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1633. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1634. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1635. package/mobile/dist/components/Depository/Depository.d.ts +0 -11
  1636. package/mobile/dist/components/Depository/Depository.js +0 -42
  1637. package/mobile/dist/components/Depository/Depository.js.map +0 -1
  1638. package/mobile/dist/components/Depository/DepositoryContent.d.ts +0 -5
  1639. package/mobile/dist/components/Depository/DepositoryContent.js +0 -2
  1640. package/mobile/dist/components/Depository/DepositoryContent.js.map +0 -1
  1641. package/mobile/dist/components/Depository/DepositoryFilter.d.ts +0 -9
  1642. package/mobile/dist/components/Depository/DepositoryFilter.js +0 -9
  1643. package/mobile/dist/components/Depository/DepositoryFilter.js.map +0 -1
  1644. package/mobile/dist/components/Depository/DepositoryItem.d.ts +0 -2
  1645. package/mobile/dist/components/Depository/DepositoryItem.js +0 -15
  1646. package/mobile/dist/components/Depository/DepositoryItem.js.map +0 -1
  1647. package/mobile/dist/components/Depository/useDepository.d.ts +0 -15
  1648. package/mobile/dist/components/Depository/useDepository.js +0 -22
  1649. package/mobile/dist/components/Depository/useDepository.js.map +0 -1
  1650. package/mobile/dist/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1651. package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js +0 -10
  1652. package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1653. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1654. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +0 -23
  1655. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1656. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1657. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +0 -10
  1658. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1659. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1660. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -73
  1661. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1662. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1663. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +0 -26
  1664. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1665. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1666. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1667. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1668. package/mobile/dist/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1669. package/mobile/dist/components/ExchangeRateTile/calculateResult.js +0 -11
  1670. package/mobile/dist/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1671. package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1672. package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js +0 -21
  1673. package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1674. package/mobile/dist/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1675. package/mobile/dist/components/ExchangeRateTile/formatCurrency.js +0 -10
  1676. package/mobile/dist/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1677. package/mobile/dist/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1678. package/mobile/dist/components/ExchangeRateTile/renderInput.js +0 -16
  1679. package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +0 -1
  1680. package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1681. package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -13
  1682. package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1683. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1684. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -33
  1685. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1686. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1687. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1688. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1689. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1690. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -58
  1691. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1692. package/mobile/dist/ui-kit/ControlStateProps.d.ts +0 -3
  1693. package/mobile/dist/ui-kit/ControlStateProps.js +0 -2
  1694. package/mobile/dist/ui-kit/ControlStateProps.js.map +0 -1
  1695. package/mobile/dist/ui-kit/Rating/Rating.d.ts +0 -1
  1696. package/mobile/dist/ui-kit/Rating/Rating.js +0 -21
  1697. package/mobile/dist/ui-kit/Rating/Rating.js.map +0 -1
  1698. package/mobile/dist/ui-kit/Unit/Unit.d.ts +0 -2
  1699. package/mobile/dist/ui-kit/Unit/Unit.js +0 -9
  1700. package/mobile/dist/ui-kit/Unit/Unit.js.map +0 -1
  1701. package/mobile/dist/ui-kit/Unit/UnitProps.d.ts +0 -8
  1702. package/mobile/dist/ui-kit/Unit/UnitProps.js.map +0 -1
  1703. package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +0 -5
  1704. package/mobile/lib/components/CarouselCard/CarouselCard.js +0 -14
  1705. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +0 -1
  1706. package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +0 -11
  1707. package/mobile/lib/components/CarouselCard/CarouselCardContent.js +0 -2
  1708. package/mobile/lib/components/CarouselCard/CarouselCardContent.js.map +0 -1
  1709. package/mobile/lib/components/CarouselCard/constants.d.ts +0 -2
  1710. package/mobile/lib/components/CarouselCard/constants.js +0 -5
  1711. package/mobile/lib/components/CarouselCard/constants.js.map +0 -1
  1712. package/mobile/lib/components/CarouselCard/titleSize.d.ts +0 -1
  1713. package/mobile/lib/components/CarouselCard/titleSize.js +0 -2
  1714. package/mobile/lib/components/CarouselCard/titleSize.js.map +0 -1
  1715. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
  1716. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js +0 -15
  1717. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
  1718. package/mobile/lib/components/CarouselLinks/CarouselLinks.d.ts +0 -6
  1719. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +0 -9
  1720. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +0 -1
  1721. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
  1722. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js +0 -2
  1723. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
  1724. package/mobile/lib/components/Depository/Depository.d.ts +0 -11
  1725. package/mobile/lib/components/Depository/Depository.js +0 -40
  1726. package/mobile/lib/components/Depository/Depository.js.map +0 -1
  1727. package/mobile/lib/components/Depository/DepositoryContent.d.ts +0 -5
  1728. package/mobile/lib/components/Depository/DepositoryContent.js +0 -2
  1729. package/mobile/lib/components/Depository/DepositoryContent.js.map +0 -1
  1730. package/mobile/lib/components/Depository/DepositoryFilter.d.ts +0 -9
  1731. package/mobile/lib/components/Depository/DepositoryFilter.js +0 -7
  1732. package/mobile/lib/components/Depository/DepositoryFilter.js.map +0 -1
  1733. package/mobile/lib/components/Depository/DepositoryItem.d.ts +0 -2
  1734. package/mobile/lib/components/Depository/DepositoryItem.js +0 -13
  1735. package/mobile/lib/components/Depository/DepositoryItem.js.map +0 -1
  1736. package/mobile/lib/components/Depository/useDepository.d.ts +0 -15
  1737. package/mobile/lib/components/Depository/useDepository.js +0 -19
  1738. package/mobile/lib/components/Depository/useDepository.js.map +0 -1
  1739. package/mobile/lib/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
  1740. package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js +0 -8
  1741. package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
  1742. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
  1743. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +0 -21
  1744. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
  1745. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
  1746. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +0 -8
  1747. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
  1748. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
  1749. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -71
  1750. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
  1751. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
  1752. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +0 -24
  1753. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
  1754. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
  1755. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
  1756. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
  1757. package/mobile/lib/components/ExchangeRateTile/calculateResult.d.ts +0 -2
  1758. package/mobile/lib/components/ExchangeRateTile/calculateResult.js +0 -7
  1759. package/mobile/lib/components/ExchangeRateTile/calculateResult.js.map +0 -1
  1760. package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
  1761. package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js +0 -18
  1762. package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
  1763. package/mobile/lib/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
  1764. package/mobile/lib/components/ExchangeRateTile/formatCurrency.js +0 -7
  1765. package/mobile/lib/components/ExchangeRateTile/formatCurrency.js.map +0 -1
  1766. package/mobile/lib/components/ExchangeRateTile/renderInput.d.ts +0 -12
  1767. package/mobile/lib/components/ExchangeRateTile/renderInput.js +0 -13
  1768. package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +0 -1
  1769. package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
  1770. package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -10
  1771. package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
  1772. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
  1773. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -31
  1774. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
  1775. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
  1776. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
  1777. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
  1778. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
  1779. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -56
  1780. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
  1781. package/mobile/lib/ui-kit/ControlStateProps.d.ts +0 -3
  1782. package/mobile/lib/ui-kit/ControlStateProps.js +0 -2
  1783. package/mobile/lib/ui-kit/ControlStateProps.js.map +0 -1
  1784. package/mobile/lib/ui-kit/Rating/Rating.d.ts +0 -1
  1785. package/mobile/lib/ui-kit/Rating/Rating.js +0 -18
  1786. package/mobile/lib/ui-kit/Rating/Rating.js.map +0 -1
  1787. package/mobile/lib/ui-kit/Unit/Unit.d.ts +0 -2
  1788. package/mobile/lib/ui-kit/Unit/Unit.js +0 -7
  1789. package/mobile/lib/ui-kit/Unit/Unit.js.map +0 -1
  1790. package/mobile/lib/ui-kit/Unit/UnitProps.d.ts +0 -8
  1791. package/mobile/lib/ui-kit/Unit/UnitProps.js +0 -2
  1792. package/mobile/lib/ui-kit/Unit/UnitProps.js.map +0 -1
  1793. package/mobile/src/components/CarouselCard/CarouselCard.example.json +0 -14
  1794. package/mobile/src/components/CarouselCard/CarouselCard.tsx +0 -47
  1795. package/mobile/src/components/CarouselCard/CarouselCard.ui.json +0 -1
  1796. package/mobile/src/components/CarouselCard/CarouselCardContent.ts +0 -13
  1797. package/mobile/src/components/CarouselCard/constants.ts +0 -6
  1798. package/mobile/src/components/CarouselCard/titleSize.tsx +0 -1
  1799. package/mobile/src/components/CarouselLinks/CarouselLinkButton.tsx +0 -37
  1800. package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +0 -31
  1801. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +0 -50
  1802. package/mobile/src/components/CarouselLinks/CarouselLinks.ui.json +0 -16
  1803. package/mobile/src/components/CarouselLinks/CarouselLinksContent.ts +0 -22
  1804. package/mobile/src/components/Depository/Depository.example.json +0 -6
  1805. package/mobile/src/components/Depository/Depository.tsx +0 -84
  1806. package/mobile/src/components/Depository/Depository.ui.json +0 -1
  1807. package/mobile/src/components/Depository/DepositoryContent.ts +0 -6
  1808. package/mobile/src/components/Depository/DepositoryFilter.tsx +0 -41
  1809. package/mobile/src/components/Depository/DepositoryItem.tsx +0 -31
  1810. package/mobile/src/components/Depository/useDepository.ts +0 -46
  1811. package/mobile/src/components/ExchangeRateTile/CurrencyProps.ts +0 -6
  1812. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +0 -64
  1813. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +0 -28
  1814. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +0 -153
  1815. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +0 -12
  1816. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +0 -60
  1817. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.ui.json +0 -8
  1818. package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +0 -11
  1819. package/mobile/src/components/ExchangeRateTile/calculateResult.ts +0 -9
  1820. package/mobile/src/components/ExchangeRateTile/callbackCurrencySelect.ts +0 -25
  1821. package/mobile/src/components/ExchangeRateTile/formatCurrency.ts +0 -8
  1822. package/mobile/src/components/ExchangeRateTile/renderInput.tsx +0 -44
  1823. package/mobile/src/components/ExchangeRateTile/useFetchExchangeRateData.ts +0 -25
  1824. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +0 -89
  1825. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +0 -82
  1826. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.ui.json +0 -21
  1827. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +0 -35
  1828. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +0 -145
  1829. package/mobile/src/ui-kit/ControlStateProps.ts +0 -3
  1830. package/mobile/src/ui-kit/Rating/Rating.tsx +0 -39
  1831. package/mobile/src/ui-kit/Unit/Unit.tsx +0 -26
  1832. package/mobile/src/ui-kit/Unit/UnitProps.ts +0 -8
  1833. package/src/components/CarouselCard/CarouselCard.example.json +0 -14
  1834. package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +0 -28
  1835. package/src/components/CarouselCard/CarouselCard.fixture.tsx +0 -53
  1836. package/src/components/CarouselCard/CarouselCard.tsx +0 -47
  1837. package/src/components/CarouselCard/CarouselCard.ui.json +0 -1
  1838. package/src/components/CarouselCard/CarouselCardContent.ts +0 -13
  1839. package/src/components/CarouselCard/constants.ts +0 -6
  1840. package/src/components/CarouselCard/titleSize.mobile.tsx +0 -1
  1841. package/src/components/CarouselCard/titleSize.tsx +0 -1
  1842. package/src/components/CarouselLinks/CarouselLinkButton.tsx +0 -37
  1843. package/src/components/CarouselLinks/CarouselLinks.example.json +0 -31
  1844. package/src/components/CarouselLinks/CarouselLinks.fixture.mobile.tsx +0 -83
  1845. package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +0 -40
  1846. package/src/components/CarouselLinks/CarouselLinks.tsx +0 -50
  1847. package/src/components/CarouselLinks/CarouselLinks.ui.json +0 -16
  1848. package/src/components/CarouselLinks/CarouselLinksContent.ts +0 -22
  1849. package/src/components/Depository/Depository.example.json +0 -6
  1850. package/src/components/Depository/Depository.fixture.mobile.tsx +0 -12
  1851. package/src/components/Depository/Depository.fixture.tsx +0 -12
  1852. package/src/components/Depository/Depository.tsx +0 -84
  1853. package/src/components/Depository/Depository.ui.json +0 -1
  1854. package/src/components/Depository/DepositoryContent.ts +0 -6
  1855. package/src/components/Depository/DepositoryFilter.tsx +0 -41
  1856. package/src/components/Depository/DepositoryItem.tsx +0 -31
  1857. package/src/components/Depository/useDepository.ts +0 -46
  1858. package/src/components/ExchangeRateTile/CurrencyProps.ts +0 -6
  1859. package/src/components/ExchangeRateTile/CurrencyTable.tsx +0 -64
  1860. package/src/components/ExchangeRateTile/CurrentLocation.tsx +0 -28
  1861. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +0 -153
  1862. package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +0 -12
  1863. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.tsx +0 -19
  1864. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +0 -21
  1865. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +0 -60
  1866. package/src/components/ExchangeRateTile/ExchangeRateTile.ui.json +0 -8
  1867. package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +0 -11
  1868. package/src/components/ExchangeRateTile/calculateResult.ts +0 -9
  1869. package/src/components/ExchangeRateTile/callbackCurrencySelect.ts +0 -25
  1870. package/src/components/ExchangeRateTile/formatCurrency.ts +0 -8
  1871. package/src/components/ExchangeRateTile/renderInput.tsx +0 -44
  1872. package/src/components/ExchangeRateTile/useFetchExchangeRateData.ts +0 -25
  1873. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +0 -89
  1874. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +0 -62
  1875. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +0 -82
  1876. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.ui.json +0 -21
  1877. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +0 -35
  1878. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +0 -145
  1879. package/src/ui-kit/ControlStateProps.ts +0 -3
  1880. package/src/ui-kit/Rating/Rating.fixture.tsx +0 -7
  1881. package/src/ui-kit/Rating/Rating.tsx +0 -39
  1882. package/src/ui-kit/Unit/Unit.tsx +0 -26
  1883. package/src/ui-kit/Unit/UnitProps.ts +0 -8
  1884. /package/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
  1885. /package/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
  1886. /package/dist/{ui-kit → model}/ControlProps.js +0 -0
  1887. /package/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
  1888. /package/lib/{ui-kit → model}/ControlProps.js +0 -0
  1889. /package/mobile/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
  1890. /package/mobile/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
  1891. /package/mobile/dist/{ui-kit → model}/ControlProps.js +0 -0
  1892. /package/mobile/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
  1893. /package/mobile/lib/{ui-kit → model}/ControlProps.js +0 -0
  1894. /package/mobile/src/{ui-kit → model}/ControlProps.ts +0 -0
  1895. /package/src/{ui-kit → model}/ControlProps.ts +0 -0
@@ -1,9 +1,9 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type Picture } from '../../model/Picture';
2
3
  import { type IconCompatibilityFields } from '../Icon/IconProps';
3
4
  export interface ImageContent {
4
5
  image?: Picture;
5
6
  }
6
- export interface ImageProps extends ImageContent, IconCompatibilityFields {
7
- className?: string;
7
+ export interface ImageProps extends ImageContent, IconCompatibilityFields, ComponentType {
8
8
  imageClassName?: string;
9
9
  }
@@ -1,8 +1,8 @@
1
1
  import { type TariffsTableCellIndexProps } from '../../components/TariffsTable/TariffsTableContent';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type TariffsTableInnerContent } from './InnerTableProps';
3
- export interface InnerTableButtonProps extends Partial<TariffsTableCellIndexProps>, TariffsTableInnerContent {
4
+ export interface InnerTableButtonProps extends Partial<TariffsTableCellIndexProps>, TariffsTableInnerContent, ComponentType {
4
5
  onClick?: () => void;
5
6
  isOpen?: boolean;
6
- className?: string;
7
7
  }
8
8
  export declare const TableInnerButton: import("@redneckz/uni-jsx").UNIComponent<InnerTableButtonProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"InnerTableButton.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTableButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAWlE,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACvC,KAAC,iBAAiB,IAChB,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,EACrC,UAAU,EAAE,MAAM,EAClB,OAAO,EAAC,WAAW,EACnB,KAAK,QACL,OAAO,EAAE,OAAO,GAChB,CACH,CACF,CAAC"}
1
+ {"version":3,"file":"InnerTableButton.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTableButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAWlE,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACvC,KAAC,iBAAiB,IAChB,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,EACrC,UAAU,EAAE,MAAM,EAClB,OAAO,EAAC,WAAW,EACnB,KAAK,QACL,OAAO,EAAE,OAAO,GAChB,CACH,CACF,CAAC"}
@@ -1,25 +1,9 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
1
+ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
- import { useCallback, useEffect } from '@redneckz/uni-jsx/lib/hooks';
4
3
  import { useBool } from '@redneckz/uni-jsx/lib/hooks/useBool';
5
- import { useOutsideClick } from '@redneckz/uni-jsx/lib/hooks/useOutsideClick';
6
- import { getRequiredLabel } from '../../utils/getRequiredLabel.js';
7
- import { noop } from '../../utils/noop.js';
8
- import { style } from '../../utils/style.js';
9
- import { Input } from './Input.js';
10
- import { renderErrorText } from './renderErrorText.js';
11
- export const InputControl = JSX(({ className, label, value = '', placeholder, error, errors, onChange = noop, onBlur, isTextarea, type, isInteger = false, maxLength, disabled = false, }) => {
4
+ import { InputWrapper } from './InputWrapper.js';
5
+ export const InputControl = JSX((props) => {
12
6
  const [isOpen, { setFalse: close, setTrue: open }] = useBool();
13
- const popupRef = useOutsideClick(close);
14
- const handleChange = useCallback((v) => {
15
- !isOpen && open();
16
- maxLength ? v.length <= maxLength && onChange(v) : onChange(v);
17
- }, [isOpen, onChange]);
18
- useEffect(() => {
19
- isInteger && value ? onChange(normalizeInteger(value)) : null;
20
- }, [value]);
21
- return (_jsxs("div", { className: style('shrink-0 w-full', className), ref: popupRef, onBlur: close, onFocus: open, children: [_jsx("div", { children: _jsx(Input, { disabled: disabled, type: type || 'text', "aria-label": label, label: getRequiredLabel({ label, errors }), valid: Boolean(!error), value: value, onChange: handleChange, onBlur: onBlur, isTextarea: isTextarea, placeholder: getPlaceholder(placeholder, errors, label) }) }), renderErrorText(error)] }));
7
+ return _jsx(InputWrapper, { isOpen: isOpen, onOpen: open, onClose: close, ...props });
22
8
  });
23
- const normalizeInteger = (val = '') => val.replace(/[^\d]+/g, '');
24
- const getPlaceholder = (placeholder, errors, label) => errors && !label ? `${placeholder}*` : placeholder;
25
9
  //# sourceMappingURL=InputControl.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputControl.js","sourceRoot":"","sources":["../../../src/ui-kit/Input/InputControl.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EACC,SAAS,EACT,KAAK,EACL,KAAK,GAAG,EAAE,EACV,WAAW,EACX,KAAK,EACL,MAAM,EACN,QAAQ,GAAG,IAAI,EACf,MAAM,EACN,UAAU,EACV,IAAI,EACJ,SAAS,GAAG,KAAK,EACjB,SAAS,EACT,QAAQ,GAAG,KAAK,GACjB,EAAE,EAAE;IACH,MAAM,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC;IAC/D,MAAM,QAAQ,GAAG,eAAe,CAAiB,KAAK,CAAC,CAAC;IAExD,MAAM,YAAY,GAAG,WAAW,CAC9B,CAAC,CAAS,EAAE,EAAE;QACZ,CAAC,MAAM,IAAI,IAAI,EAAE,CAAC;QAClB,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,IAAI,SAAS,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACjE,CAAC,EACD,CAAC,MAAM,EAAE,QAAQ,CAAC,CACnB,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,SAAS,IAAI,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IAChE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;IAEZ,OAAO,CACL,eACE,SAAS,EAAE,KAAK,CAAC,iBAAiB,EAAE,SAAS,CAAC,EAC9C,GAAG,EAAE,QAAQ,EACb,MAAM,EAAE,KAAK,EACb,OAAO,EAAE,IAAI,aAEb,wBACE,KAAC,KAAK,IACJ,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,IAAI,IAAI,MAAM,gBACR,KAAK,EACjB,KAAK,EAAE,gBAAgB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,EAC1C,KAAK,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,EACtB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,YAAY,EACtB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,CAAC,GACvD,GACE,EACL,eAAe,CAAC,KAAK,CAAC,IACnB,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;AAElE,MAAM,cAAc,GAAG,CAAC,WAAoB,EAAE,MAAiB,EAAE,KAAc,EAAE,EAAE,CACjF,MAAM,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,WAAW,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC"}
1
+ {"version":3,"file":"InputControl.js","sourceRoot":"","sources":["../../../src/ui-kit/Input/InputControl.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAE9D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAa,CAAC,KAAK,EAAE,EAAE;IACpD,MAAM,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC;IAE/D,OAAO,KAAC,YAAY,IAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,KAAM,KAAK,GAAI,CAAC;AACnF,CAAC,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
+ import { type ControlProps } from '../../model/ControlProps';
1
2
  import { type DefaultControlType } from '../../model/DefaultControlType';
2
3
  import { type InputTypes } from '../../model/InputTypes';
3
- import { type ControlProps } from '../ControlProps';
4
4
  import { type PreventableEventWithTarget } from '../PreventableEvent';
5
5
  export interface InputProps<V = string> extends DefaultControlType, ControlProps<V> {
6
6
  id?: string;
@@ -10,9 +10,11 @@ export interface InputProps<V = string> extends DefaultControlType, ControlProps
10
10
  onFocus?: (ev: PreventableEventWithTarget) => void;
11
11
  onBlur?: (ev?: PreventableEventWithTarget) => void;
12
12
  valid?: boolean;
13
- disabled?: boolean;
14
13
  autoFocus?: boolean;
15
14
  isTextarea?: boolean;
16
15
  maxLength?: number;
17
16
  isInteger?: boolean;
17
+ inputRef?: {
18
+ current: HTMLDivElement | null;
19
+ };
18
20
  }
@@ -0,0 +1,8 @@
1
+ import { type InputProps } from './InputProps';
2
+ declare type InputWrapperProps = InputProps & {
3
+ isOpen: boolean;
4
+ onOpen: () => void;
5
+ onClose: () => void;
6
+ };
7
+ export declare const InputWrapper: import("@redneckz/uni-jsx").UNIComponent<InputWrapperProps, any, any>;
8
+ export {};
@@ -0,0 +1,23 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
+ import { JSX } from '@redneckz/uni-jsx';
3
+ import { useCallback } from '@redneckz/uni-jsx/lib/hooks';
4
+ import { useOutsideClick } from '@redneckz/uni-jsx/lib/hooks/useOutsideClick';
5
+ import { getRequiredLabel } from '../../utils/getRequiredLabel.js';
6
+ import { noop } from '../../utils/noop.js';
7
+ import { style } from '../../utils/style.js';
8
+ import { Input } from './Input.js';
9
+ import { renderErrorText } from './renderErrorText.js';
10
+ export const InputWrapper = JSX(({ className, label, value = '', error, errors, type, isInteger, placeholder, maxLength, inputRef, isOpen, onOpen, onClose, onChange = noop, ...rest }) => {
11
+ const popupRef = useOutsideClick(onClose);
12
+ const handleChange = useCallback((v) => {
13
+ const isOverMax = maxLength && v.length > maxLength;
14
+ !isOpen && onOpen();
15
+ if (!isOverMax) {
16
+ onChange(normalizeInteger(v, isInteger));
17
+ }
18
+ }, [isOpen, onChange]);
19
+ return (_jsxs("div", { className: style('shrink-0 w-full', className), ref: popupRef, onBlur: onClose, onFocus: onOpen, children: [_jsx("div", { ref: inputRef, children: _jsx(Input, { type: type || 'text', "aria-label": label, label: getRequiredLabel({ label, errors }), valid: Boolean(!error), onChange: handleChange, placeholder: getPlaceholder({ placeholder, errors, label }), value: value, ...rest }) }), renderErrorText(error)] }));
20
+ });
21
+ const normalizeInteger = (val = '', isInteger = false) => isInteger && val ? val.replace(/[^\d]+/g, '') : val;
22
+ const getPlaceholder = ({ placeholder, errors, label }) => errors && !label ? `${placeholder}*` : placeholder;
23
+ //# sourceMappingURL=InputWrapper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputWrapper.js","sourceRoot":"","sources":["../../../src/ui-kit/Input/InputWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAQpD,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EACC,SAAS,EACT,KAAK,EACL,KAAK,GAAG,EAAE,EACV,KAAK,EACL,MAAM,EACN,IAAI,EACJ,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,MAAM,EACN,MAAM,EACN,OAAO,EACP,QAAQ,GAAG,IAAI,EACf,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,QAAQ,GAAG,eAAe,CAAiB,OAAO,CAAC,CAAC;IAE1D,MAAM,YAAY,GAAG,WAAW,CAC9B,CAAC,CAAS,EAAE,EAAE;QACZ,MAAM,SAAS,GAAG,SAAS,IAAI,CAAC,CAAC,MAAM,GAAG,SAAS,CAAC;QACpD,CAAC,MAAM,IAAI,MAAM,EAAE,CAAC;QACpB,IAAI,CAAC,SAAS,EAAE;YACd,QAAQ,CAAC,gBAAgB,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC;SAC1C;IACH,CAAC,EACD,CAAC,MAAM,EAAE,QAAQ,CAAC,CACnB,CAAC;IAEF,OAAO,CACL,eACE,SAAS,EAAE,KAAK,CAAC,iBAAiB,EAAE,SAAS,CAAC,EAC9C,GAAG,EAAE,QAAQ,EACb,MAAM,EAAE,OAAO,EACf,OAAO,EAAE,MAAM,aAEf,cAAK,GAAG,EAAE,QAAQ,YAChB,KAAC,KAAK,IACJ,IAAI,EAAE,IAAI,IAAI,MAAM,gBACR,KAAK,EACjB,KAAK,EAAE,gBAAgB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,EAC1C,KAAK,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,EACtB,QAAQ,EAAE,YAAY,EACtB,WAAW,EAAE,cAAc,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAC3D,KAAK,EAAE,KAAK,KACR,IAAI,GACR,GACE,EACL,eAAe,CAAC,KAAK,CAAC,IACnB,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,GAAG,GAAG,EAAE,EAAE,SAAS,GAAG,KAAK,EAAE,EAAE,CACvD,SAAS,IAAI,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;AAEtD,MAAM,cAAc,GAAG,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAsB,EAAE,EAAE,CAC5E,MAAM,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,WAAW,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC"}
@@ -21,7 +21,7 @@ export const InputRange = JSX((props) => {
21
21
  const handleChange = useCallback((ev) => {
22
22
  onChange && onChange(parseDecimal(ev.target?.value));
23
23
  }, [onChange]);
24
- return (_jsxs("div", { className: className, children: [_jsxs("label", { className: "block relative", children: [title ? (_jsx(Text, { size: "text-m", font: "font-light", color: "text-primary-text", children: title })) : null, _jsx("input", { className: style('text-h3 w-full h-14', 'pl-m mt-xs box-border', 'text-primary-text', inputValidStyle, inputDisabledStyle), disabled: disabled, onChange: handleChange, ...normalizedProps }), renderRangeWithTicks({ list, min, max, step, disabled, value, onChange })] }), renderRangeCaption(items)] }));
24
+ return (_jsxs("div", { className: className, children: [_jsxs("label", { className: "block relative", children: [title ? (_jsx(Text, { size: "text-m", font: "font-light", color: "text-primary-text", children: title })) : null, _jsx("input", { className: style('text-h3 w-full h-14', 'pl-m box-border', 'text-primary-text', inputValidStyle, inputDisabledStyle), disabled: disabled, onChange: handleChange, ...normalizedProps }), renderRangeWithTicks({ list, min, max, step, disabled, value, onChange })] }), renderRangeCaption(items)] }));
25
25
  });
26
26
  const closestValue = (list) => (_) => list.reduce((prev, curr) => (Math.abs(curr - _) < Math.abs(prev - _) ? curr : prev));
27
27
  const renderRangeCaption = (items) => (_jsx("div", { className: "flex justify-between my-xs", children: items.map((item, i) => (_jsx(Text, { size: "text-s", font: "font-light", color: "text-secondary-text", children: item }, String(i)))) }));
@@ -1 +1 @@
1
- {"version":3,"file":"InputRange.js","sourceRoot":"","sources":["../../../src/ui-kit/InputRange/InputRange.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InputRange.js","sourceRoot":"","sources":["../../../src/ui-kit/InputRange/InputRange.tsx"],"names":[],"mappings":"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"}
@@ -1,11 +1,11 @@
1
+ import { type DisabledProps } from '../../model/DisabledProps';
2
+ import { type TitleProps } from '../../model/HeadlineType';
1
3
  import { type InputProps } from '../Input/InputProps';
2
- export interface InputRangeProps extends InputProps<number> {
4
+ export interface InputRangeProps extends InputProps<number>, DisabledProps, TitleProps {
3
5
  items?: string[];
4
6
  min?: number;
5
7
  max?: number;
6
8
  list?: number[];
7
9
  step?: number;
8
- title?: string;
9
- disabled?: boolean;
10
10
  onChange?: (value: number) => void;
11
11
  }
@@ -1,11 +1,10 @@
1
- interface RangeWithTicksProps {
1
+ import { type ControlProps } from '../../model/ControlProps';
2
+ import { type DisabledProps } from '../../model/DisabledProps';
3
+ interface RangeWithTicksProps extends ControlProps<number>, DisabledProps {
2
4
  list: number[];
3
5
  min: number;
4
6
  max: number;
5
7
  step: number;
6
- disabled?: boolean;
7
- value?: number;
8
- onChange?: (value: number) => void;
9
8
  }
10
9
  export declare function renderRangeWithTicks({ list, min, max, step, value, disabled, onChange, }: RangeWithTicksProps): any;
11
10
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"renderRangeWithTicks.js","sourceRoot":"","sources":["../../../src/ui-kit/InputRange/renderRangeWithTicks.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAY9C,MAAM,UAAU,oBAAoB,CAAC,EACnC,IAAI,GAAG,EAAE,EACT,GAAG,EACH,GAAG,EACH,IAAI,EACJ,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,EACtB,QAAQ,EACR,QAAQ,GACY;IACpB,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;IAC7D,MAAM,eAAe,GAAG,UAAU,GAAG,GAAG,CAAC,CAAC,CAAC,UAAU,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IAChE,MAAM,UAAU,GAAG,CAAC,eAAe,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;IACzD,MAAM,UAAU,GAAG;QACjB,cAAc,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;KACjD,CAAC;IAEF,OAAO,CACL,0BACG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CACb,cAAK,SAAS,EAAC,yDAAyD,YACrE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAClB,cAEE,SAAS,EAAE,KAAK,CACd,sBAAsB,EACtB,UAAU,IAAI,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,iBAAiB,CAC5D,IAJI,MAAM,CAAC,CAAC,CAAC,CAKd,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,EACR,cAAK,SAAS,EAAC,kDAAkD,YAC/D,gBACE,SAAS,EAAC,2DAA2D,EACrE,KAAK,EAAE,UAAU,EACjB,IAAI,EAAC,OAAO,EACZ,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EACN,CAAC,CAAC,EAAmC,EAAE,EAAE;wBACvC,MAAM,QAAQ,GAAG,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;wBAChD,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;wBACzD,QAAQ,IAAI,QAAQ,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC;oBACtC,CAAC,CAAQ,GAEX,GACE,IACF,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"renderRangeWithTicks.js","sourceRoot":"","sources":["../../../src/ui-kit/InputRange/renderRangeWithTicks.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAS9C,MAAM,UAAU,oBAAoB,CAAC,EACnC,IAAI,GAAG,EAAE,EACT,GAAG,EACH,GAAG,EACH,IAAI,EACJ,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,GAAG,EACtB,QAAQ,EACR,QAAQ,GACY;IACpB,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;IAC7D,MAAM,eAAe,GAAG,UAAU,GAAG,GAAG,CAAC,CAAC,CAAC,UAAU,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IAChE,MAAM,UAAU,GAAG,CAAC,eAAe,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC;IACzD,MAAM,UAAU,GAAG;QACjB,cAAc,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;KACjD,CAAC;IAEF,OAAO,CACL,0BACG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CACb,cAAK,SAAS,EAAC,yDAAyD,YACrE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAClB,cAEE,SAAS,EAAE,KAAK,CACd,sBAAsB,EACtB,UAAU,IAAI,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,iBAAiB,CAC5D,IAJI,MAAM,CAAC,CAAC,CAAC,CAKd,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,EACR,cAAK,SAAS,EAAC,kDAAkD,YAC/D,gBACE,SAAS,EAAC,2DAA2D,EACrE,KAAK,EAAE,UAAU,EACjB,IAAI,EAAC,OAAO,EACZ,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EACN,CAAC,CAAC,EAAmC,EAAE,EAAE;wBACvC,MAAM,QAAQ,GAAG,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;wBAChD,MAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;wBACzD,QAAQ,IAAI,QAAQ,CAAC,QAAQ,IAAI,CAAC,CAAC,CAAC;oBACtC,CAAC,CAAQ,GAEX,GACE,IACF,CACP,CAAC;AACJ,CAAC"}
@@ -1,8 +1,8 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
2
3
  import { type LinkProps as BaseLinkProps } from '../../model/LinkProps';
3
4
  import { type PreventableEvent } from '../PreventableEvent';
4
- export interface LinkProps extends BaseLinkProps {
5
- className?: string;
5
+ export interface LinkProps extends BaseLinkProps, ComponentType {
6
6
  version?: LinkButtonVersion;
7
7
  aboveText?: string;
8
8
  rel?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Link.js","sourceRoot":"","sources":["../../../src/ui-kit/Link/Link.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGlE,MAAM,UAAU,GAAsC;IACpD,OAAO,EAAE,gBAAgB,CAAC,OAAO;IACjC,SAAS,EAAE,gBAAgB,CAAC,SAAS;IACrC,KAAK,EACH,6GAA6G;IAC/G,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,gBAAgB,CAAC,SAAS;IAChC,WAAW,EAAE,EAAE;IACf,EAAE,EAAE,EAAE;CACP,CAAC;AAWF,MAAM,CAAC,MAAM,IAAI,GAAG,GAAG,CAAY,CAAC,KAAK,EAAE,EAAE;IAC3C,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,EACJ,SAAS,EACT,IAAI,EACJ,MAAM,EACN,IAAI,EACJ,SAAS,EACT,OAAO,GAAG,MAAM,EAChB,GAAG,EACH,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,OAAO,GACR,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC;IAEhB,MAAM,UAAU,GAAG,OAAO,KAAK,MAAM,CAAC;IAEtC,OAAO,CACL,YACE,SAAS,EAAE,KAAK,CACd,0CAA0C,EAC1C,oCAAoC,EACpC,kEAAkE,EAClE,gBAAgB,EAChB;YACE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC;YACvC,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,UAAU;YACrD,YAAY,EAAE,UAAU;SACzB,EACD,SAAS,CACV,EACD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,GAAG,gBACI,SAAS,IAAI,aAAa,IAAI,EAAE,EAC5C,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,EAC9B,OAAO,EAAE,OAAO,KAEZ,oBAAoB,CAAC,IAAI,CAAC,YAE7B,QAAQ,IAAI,UAAU,CAAC,IAAI,EAAE,SAAS,CAAC,GACtC,CACL,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,CAAC,IAAwB,EAAE,SAA6B,EAAE,EAAE,CAC7E,IAAI,IAAI,SAAS,CAAC,CAAC,CAAC,CAClB,eAAK,SAAS,EAAC,gBAAgB,aAC5B,SAAS,CAAC,CAAC,CAAC,cAAK,SAAS,EAAC,8BAA8B,YAAE,SAAS,GAAO,CAAC,CAAC,CAAC,IAAI,EACnF,cAAK,SAAS,EAAE,KAAK,CAAC,WAAW,EAAE,EAAE,gBAAgB,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,YAAG,IAAI,GAAO,IACtF,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"Link.js","sourceRoot":"","sources":["../../../src/ui-kit/Link/Link.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAI9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGlE,MAAM,UAAU,GAAsC;IACpD,OAAO,EAAE,gBAAgB,CAAC,OAAO;IACjC,SAAS,EAAE,gBAAgB,CAAC,SAAS;IACrC,KAAK,EACH,6GAA6G;IAC/G,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,gBAAgB,CAAC,SAAS;IAChC,WAAW,EAAE,EAAE;IACf,EAAE,EAAE,EAAE;CACP,CAAC;AAUF,MAAM,CAAC,MAAM,IAAI,GAAG,GAAG,CAAY,CAAC,KAAK,EAAE,EAAE;IAC3C,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,EACJ,SAAS,EACT,IAAI,EACJ,MAAM,EACN,IAAI,EACJ,SAAS,EACT,OAAO,GAAG,MAAM,EAChB,GAAG,EACH,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,OAAO,GACR,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC;IAEhB,MAAM,UAAU,GAAG,OAAO,KAAK,MAAM,CAAC;IAEtC,OAAO,CACL,YACE,SAAS,EAAE,KAAK,CACd,0CAA0C,EAC1C,oCAAoC,EACpC,kEAAkE,EAClE,gBAAgB,EAChB;YACE,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC;YACvC,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,UAAU;YACrD,YAAY,EAAE,UAAU;SACzB,EACD,SAAS,CACV,EACD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,GAAG,gBACI,SAAS,IAAI,aAAa,IAAI,EAAE,EAC5C,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,EAC9B,OAAO,EAAE,OAAO,KAEZ,oBAAoB,CAAC,IAAI,CAAC,YAE7B,QAAQ,IAAI,UAAU,CAAC,IAAI,EAAE,SAAS,CAAC,GACtC,CACL,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,CAAC,IAAwB,EAAE,SAA6B,EAAE,EAAE,CAC7E,IAAI,IAAI,SAAS,CAAC,CAAC,CAAC,CAClB,eAAK,SAAS,EAAC,gBAAgB,aAC5B,SAAS,CAAC,CAAC,CAAC,cAAK,SAAS,EAAC,8BAA8B,YAAE,SAAS,GAAO,CAAC,CAAC,CAAC,IAAI,EACnF,cAAK,SAAS,EAAE,KAAK,CAAC,WAAW,EAAE,EAAE,gBAAgB,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,YAAG,IAAI,GAAO,IACtF,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -6,7 +6,7 @@ import { iconStyleMap } from './buttonClassNameConstants.js';
6
6
  export const ButtonInner = JSX((props) => {
7
7
  const { text, aboveText, appendLeft, appendRight, version = 'primary' } = props;
8
8
  const iconHideStyle = isWithText(props) && 'hidden lg:block';
9
- return (_jsxs("div", { className: style(buttonStyle(props), 'flex gap-xs'), children: [appendLeft ? (_jsx("div", { className: style(iconHideStyle, iconStyleMap[version]), children: appendLeft })) : null, isWithText(props) ? (_jsxs("div", { className: "whitespace-pre", children: [aboveText ? _jsx("div", { className: "text-xs font-light text-left", children: aboveText }) : null, _jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-3xs' : 'text-l'}`, children: text })] })) : null, appendRight ? (_jsx("div", { className: style(iconHideStyle, iconStyleMap[version]), children: appendRight })) : null] }));
9
+ return (_jsxs("div", { className: style(buttonStyle(props), 'flex gap-xs'), children: [appendLeft ? (_jsx("div", { className: style(iconHideStyle, iconStyleMap[version]), children: appendLeft })) : null, isWithText(props) ? (_jsxs("div", { className: "whitespace-pre", children: [aboveText ? _jsx("div", { className: "text-xs font-light text-left", children: aboveText }) : null, _jsx("div", { className: `text-left ${aboveText ? 'text-s' : 'text-l'}`, children: text })] })) : null, appendRight ? (_jsx("div", { className: style(iconHideStyle, iconStyleMap[version]), children: appendRight })) : null] }));
10
10
  });
11
11
  const buttonStyle = (props) => {
12
12
  const { version, aboveText, rounded } = props;
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonInner.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkButton/ButtonInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI1D,kBAAkB;AAClB,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAkB,CAAC,KAAK,EAAE,EAAE;IACxD,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,GAAG,SAAS,EAAE,GAAG,KAAK,CAAC;IAChF,MAAM,aAAa,GAAG,UAAU,CAAC,KAAK,CAAC,IAAI,iBAAiB,CAAC;IAE7D,OAAO,CACL,eAAK,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,aAAa,CAAC,aACrD,UAAU,CAAC,CAAC,CAAC,CACZ,cAAK,SAAS,EAAE,KAAK,CAAC,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC,YAAG,UAAU,GAAO,CAChF,CAAC,CAAC,CAAC,IAAI,EACP,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACnB,eAAK,SAAS,EAAC,gBAAgB,aAC5B,SAAS,CAAC,CAAC,CAAC,cAAK,SAAS,EAAC,8BAA8B,YAAE,SAAS,GAAO,CAAC,CAAC,CAAC,IAAI,EACnF,cAAK,SAAS,EAAE,aAAa,SAAS,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,QAAQ,EAAE,YAAG,IAAI,GAAO,IAChF,CACP,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,cAAK,SAAS,EAAE,KAAK,CAAC,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC,YAAG,WAAW,GAAO,CACjF,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,WAAW,GAAG,CAAC,KAAwB,EAAE,EAAE;IAC/C,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE9C,IAAI,OAAO,KAAK,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC;KACX;IAED,MAAM,aAAa,GAAG,GAAG,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAEnE,OAAO,KAAK,CACV,uCAAuC,EACvC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,kBAAkB,EACtD;QACE,cAAc,EAAE,OAAO;KACxB,CACF,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAmB,EAAE,EAAE,CACtE,OAAO,CAAC,IAAI,IAAI,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"ButtonInner.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkButton/ButtonInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI1D,kBAAkB;AAClB,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAkB,CAAC,KAAK,EAAE,EAAE;IACxD,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,GAAG,SAAS,EAAE,GAAG,KAAK,CAAC;IAChF,MAAM,aAAa,GAAG,UAAU,CAAC,KAAK,CAAC,IAAI,iBAAiB,CAAC;IAE7D,OAAO,CACL,eAAK,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,aAAa,CAAC,aACrD,UAAU,CAAC,CAAC,CAAC,CACZ,cAAK,SAAS,EAAE,KAAK,CAAC,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC,YAAG,UAAU,GAAO,CAChF,CAAC,CAAC,CAAC,IAAI,EACP,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACnB,eAAK,SAAS,EAAC,gBAAgB,aAC5B,SAAS,CAAC,CAAC,CAAC,cAAK,SAAS,EAAC,8BAA8B,YAAE,SAAS,GAAO,CAAC,CAAC,CAAC,IAAI,EACnF,cAAK,SAAS,EAAE,aAAa,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE,YAAG,IAAI,GAAO,IACxE,CACP,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,cAAK,SAAS,EAAE,KAAK,CAAC,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC,YAAG,WAAW,GAAO,CACjF,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,WAAW,GAAG,CAAC,KAAwB,EAAE,EAAE;IAC/C,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE9C,IAAI,OAAO,KAAK,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC;KACX;IAED,MAAM,aAAa,GAAG,GAAG,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAEnE,OAAO,KAAK,CACV,uCAAuC,EACvC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,kBAAkB,EACtD;QACE,cAAc,EAAE,OAAO;KACxB,CACF,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAmB,EAAE,EAAE,CACtE,OAAO,CAAC,IAAI,IAAI,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
2
3
  /** @deprecated */
3
- export declare type GetButtonClassParams = {
4
- className?: string;
4
+ export declare type GetButtonClassParams = ComponentType & {
5
5
  rounded?: boolean;
6
6
  version?: LinkButtonVersion;
7
7
  };
@@ -1,13 +1,13 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ import { type DisabledProps } from '../../model/DisabledProps';
1
3
  import { type VNode } from '../../model/VNode';
2
4
  import { type PreventableEvent } from '../PreventableEvent';
3
- import { type LinkButtonContent } from './LinkButtonContent';
5
+ import { type LinkButtonContent } from './LinkButtonContent'; /** @deprecated */
4
6
  /** @deprecated */
5
7
  /**
6
8
  * @title Кнопка
7
9
  */
8
- export interface LinkButtonProps extends LinkButtonContent {
9
- className?: string;
10
- disabled?: boolean;
10
+ export interface LinkButtonProps extends LinkButtonContent, ComponentType, DisabledProps {
11
11
  rel?: string;
12
12
  ariaLabel?: string;
13
13
  appendLeft?: VNode;
@@ -1,12 +1,12 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ import { type DisabledProps } from '../../model/DisabledProps';
1
3
  /** @deprecated */
2
- export declare type RenderArrowsProps = {
4
+ export declare type RenderArrowsProps = ComponentType & DisabledProps & {
3
5
  dec: () => void;
4
6
  inc: () => void;
5
7
  canInc: boolean;
6
8
  canDec: boolean;
7
9
  btnClass: [string, string];
8
- className?: string;
9
- isDisabled?: boolean;
10
10
  };
11
11
  /** @deprecated */
12
12
  export declare const renderArrows: ({ className, btnClass, canDec, canInc, dec, inc, }: RenderArrowsProps) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"renderArrows.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkButton/renderArrows.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAalE,kBAAkB;AAClB,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC3B,SAAS,EACT,QAAQ,EACR,MAAM,EACN,MAAM,EACN,GAAG,EACH,GAAG,GACe,EAAE,EAAE,CACtB,MAAM,IAAI,MAAM,CAAC,CAAC,CAAC,CACjB,0BACG,MAAM,CAAC,CAAC,CAAC,CACR,KAAC,eAAe,IACd,UAAU,QACV,SAAS,EAAE,KAAK,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,EACzD,OAAO,EAAE,GAAG,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,CACR,KAAC,gBAAgB,IACf,UAAU,QACV,SAAS,EAAE,KAAK,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,EACzD,OAAO,EAAE,GAAG,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"renderArrows.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkButton/renderArrows.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAYlE,kBAAkB;AAClB,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC3B,SAAS,EACT,QAAQ,EACR,MAAM,EACN,MAAM,EACN,GAAG,EACH,GAAG,GACe,EAAE,EAAE,CACtB,MAAM,IAAI,MAAM,CAAC,CAAC,CAAC,CACjB,0BACG,MAAM,CAAC,CAAC,CAAC,CACR,KAAC,eAAe,IACd,UAAU,QACV,SAAS,EAAE,KAAK,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,EACzD,OAAO,EAAE,GAAG,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,CACR,KAAC,gBAAgB,IACf,UAAU,QACV,SAAS,EAAE,KAAK,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,EACzD,OAAO,EAAE,GAAG,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
+ import { type ComponentType } from '../../model/ComponentType';
1
2
  import { type LinkButtonContent } from './LinkButtonContent';
2
- interface ButtonsSectionOptions {
3
- className?: string;
3
+ interface ButtonsSectionOptions extends ComponentType {
4
4
  buttonClassName?: string;
5
5
  isVertical?: boolean;
6
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"renderButtonsSection.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkButton/renderButtonsSection.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAS1C,kBAAkB;AAClB,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,OAA2C,EAC3C,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,KAA4B,EAAE,EACtE,EAAE,CACF,OAAO,EAAE,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CACjE,cACE,SAAS,EAAE,KAAK,CACd,MAAM,EACN,UAAU;QACR,CAAC,CAAC,uCAAuC;QACzC,CAAC,CAAC,6DAA6D,EACjE,SAAS,CACV,EACD,IAAI,EAAC,OAAO,YAEX,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,GACvC,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AAEX,MAAM,YAAY,GAChB,CAAC,eAAe,GAAG,EAAE,EAAE,EAAE,CACzB,CAAC,MAA0B,EAAE,KAAc,EAAE,EAAE;IAC7C,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;IACjE,MAAM,WAAW,GAAG,cAAc,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAClD,MAAM,gBAAgB,GAAG,cAAc,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAE5D,OAAO,IAAI,IAAI,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAC1B,KAAC,UAAU,IAET,SAAS,EAAE,KAAK,CAAC,2BAA2B,EAAE,eAAe,CAAC,EAC9D,UAAU,EAAE,gBAAgB,CAAC,EAAE,GAAG,IAAI,EAAE,WAAW,EAAE,CAAC,EACtD,WAAW,EAAE,gBAAgB,CAAC,EAAE,GAAG,SAAS,EAAE,WAAW,EAAE,gBAAgB,EAAE,CAAC,EAC9E,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,KACN,IAAI,IANH,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAO/B,CACH,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC;AAEJ,MAAM,cAAc,GAAG,EAAE,CAAC;AAE1B,MAAM,cAAc,GAAG,CAAC,IAAyB,EAAE,OAAO,GAAG,WAAW,EAAE,EAAE;IAC1E,MAAM,kBAAkB,GAAG,OAAO,KAAK,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC;IAEvE,OAAO,IAAI,EAAE,WAAW,IAAI,kBAAkB,CAAC;AACjD,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAa,EAAE,EAAE,CACzC,MAAM,CAAC,IAAI,CAAC,IAAI,CACd,KAAC,GAAG,IACF,KAAK,EAAE,IAAI,EACX,KAAK,EAAE,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,cAAc,CAAC,EAClD,MAAM,EAAE,MAAM,CAAC,cAAc,CAAC,GAC9B,CACH,CAAC"}
1
+ {"version":3,"file":"renderButtonsSection.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkButton/renderButtonsSection.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAQ1C,kBAAkB;AAClB,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,OAA2C,EAC3C,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,KAA4B,EAAE,EACtE,EAAE,CACF,OAAO,EAAE,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CACjE,cACE,SAAS,EAAE,KAAK,CACd,MAAM,EACN,UAAU;QACR,CAAC,CAAC,uCAAuC;QACzC,CAAC,CAAC,6DAA6D,EACjE,SAAS,CACV,EACD,IAAI,EAAC,OAAO,YAEX,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,GACvC,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AAEX,MAAM,YAAY,GAChB,CAAC,eAAe,GAAG,EAAE,EAAE,EAAE,CACzB,CAAC,MAA0B,EAAE,KAAc,EAAE,EAAE;IAC7C,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;IACjE,MAAM,WAAW,GAAG,cAAc,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAClD,MAAM,gBAAgB,GAAG,cAAc,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IAE5D,OAAO,IAAI,IAAI,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAC1B,KAAC,UAAU,IAET,SAAS,EAAE,KAAK,CAAC,2BAA2B,EAAE,eAAe,CAAC,EAC9D,UAAU,EAAE,gBAAgB,CAAC,EAAE,GAAG,IAAI,EAAE,WAAW,EAAE,CAAC,EACtD,WAAW,EAAE,gBAAgB,CAAC,EAAE,GAAG,SAAS,EAAE,WAAW,EAAE,gBAAgB,EAAE,CAAC,EAC9E,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,KACN,IAAI,IANH,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAO/B,CACH,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC;AAEJ,MAAM,cAAc,GAAG,EAAE,CAAC;AAE1B,MAAM,cAAc,GAAG,CAAC,IAAyB,EAAE,OAAO,GAAG,WAAW,EAAE,EAAE;IAC1E,MAAM,kBAAkB,GAAG,OAAO,KAAK,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC;IAEvE,OAAO,IAAI,EAAE,WAAW,IAAI,kBAAkB,CAAC;AACjD,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAa,EAAE,EAAE,CACzC,MAAM,CAAC,IAAI,CAAC,IAAI,CACd,KAAC,GAAG,IACF,KAAK,EAAE,IAAI,EACX,KAAK,EAAE,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,cAAc,CAAC,EAClD,MAAM,EAAE,MAAM,CAAC,cAAc,CAAC,GAC9B,CACH,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { type AspectsProps } from '../../model/AspectsProps';
2
+ import { type ComponentType } from '../../model/ComponentType';
2
3
  import { type Target } from '../../model/LinkProps';
3
- interface LinkWrapperProps extends AspectsProps {
4
- className?: string;
4
+ interface LinkWrapperProps extends AspectsProps, ComponentType {
5
5
  href?: string;
6
6
  target?: Target;
7
7
  onClick?: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"LinkWrapper.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkWrapper/LinkWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC5D,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,SAAS,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAClD,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC;IAE/B,OAAO,CACL,KAAC,GAAG,IACF,SAAS,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC,KAChC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,EAC3B,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,KAExB,oBAAoB,CAAC,IAAI,CAAC,YAE7B,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"LinkWrapper.js","sourceRoot":"","sources":["../../../src/ui-kit/LinkWrapper/LinkWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAI9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAQ1C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC5D,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,SAAS,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAClD,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC;IAE/B,OAAO,CACL,KAAC,GAAG,IACF,SAAS,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC,KAChC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,EAC3B,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,KAExB,oBAAoB,CAAC,IAAI,CAAC,YAE7B,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,4 +1,4 @@
1
- import { type ControlProps } from './ControlProps';
1
+ import { type ControlProps } from '../model/ControlProps';
2
2
  export interface ListControlProps<T> extends ControlProps<T> {
3
3
  items: T[];
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type TextColor } from '../../ui-kit/Text/TextProps';
1
+ import { type TextColor } from '../Text/TextProps';
2
2
  interface LoaderProps {
3
3
  color?: TextColor;
4
4
  position?: 'static' | 'absolute';
@@ -1 +1 @@
1
- {"version":3,"file":"Loader.js","sourceRoot":"","sources":["../../../src/ui-kit/Loader/Loader.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EAAE,KAAK,GAAG,mBAAmB,EAAE,QAAQ,GAAG,UAAU,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,GAAG,KAAK,EAAE,EAAE,EAAE,CAAC,CACrF,cACE,SAAS,EAAE,KAAK,CAAC,qDAAqD,EAAE,QAAQ,EAAE;QAChF,eAAe,EAAE,IAAI;KACtB,CAAC,YAEF,cACE,SAAS,EAAE,KAAK,CACd,cAAc,EACd,2BAA2B,EAC3B,6BAA6B,EAC7B,sBAAsB,EACtB,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,oBAAoB,EAC5D,KAAK,CACN,EACD,IAAI,EAAC,QAAQ,GACb,GACE,CACP,CACF,CAAC"}
1
+ {"version":3,"file":"Loader.js","sourceRoot":"","sources":["../../../src/ui-kit/Loader/Loader.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAU1C,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EAAE,KAAK,GAAG,mBAAmB,EAAE,QAAQ,GAAG,UAAU,EAAE,IAAI,GAAG,IAAI,EAAE,IAAI,GAAG,KAAK,EAAE,EAAE,EAAE,CAAC,CACrF,cACE,SAAS,EAAE,KAAK,CAAC,qDAAqD,EAAE,QAAQ,EAAE;QAChF,eAAe,EAAE,IAAI;KACtB,CAAC,YAEF,cACE,SAAS,EAAE,KAAK,CACd,cAAc,EACd,2BAA2B,EAC3B,6BAA6B,EAC7B,sBAAsB,EACtB,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,oBAAoB,EAC5D,KAAK,CACN,EACD,IAAI,EAAC,QAAQ,GACb,GACE,CACP,CACF,CAAC"}
@@ -1,5 +1,5 @@
1
- export interface SearchBarInnerProps {
2
- className?: string;
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ export interface SearchBarInnerProps extends ComponentType {
3
3
  searchTerm?: string;
4
4
  onSearch: (_: string) => void;
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SearchBar.js","sourceRoot":"","sources":["../../../src/ui-kit/LocationDialog/SearchBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAS3D,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAsB,CAAC,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxF,OAAO,CACL,gBAAM,SAAS,EAAE,sBAAsB,SAAS,EAAE,aAChD,cAAK,SAAS,EAAC,kGAAkG,YAC9G,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CACnB,gBAAO,OAAO,EAAC,kBAAkB,EAAC,SAAS,EAAE,sBAAsB,6GAE3D,CACT,GACG,EACN,gBACE,EAAE,EAAC,kBAAkB,EACrB,SAAS,EAAE,KAAK,CACd,eAAe,EACf,+DAA+D,CAChE,EACD,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,CAAC,CAAmD,EAAE,EAAE,CAChE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,EAExC,IAAI,EAAC,MAAM,EACX,IAAI,EAAC,2BAA2B,GAChC,IACG,CACR,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"SearchBar.js","sourceRoot":"","sources":["../../../src/ui-kit/LocationDialog/SearchBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAQ3D,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAsB,CAAC,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxF,OAAO,CACL,gBAAM,SAAS,EAAE,sBAAsB,SAAS,EAAE,aAChD,cAAK,SAAS,EAAC,kGAAkG,YAC9G,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CACnB,gBAAO,OAAO,EAAC,kBAAkB,EAAC,SAAS,EAAE,sBAAsB,6GAE3D,CACT,GACG,EACN,gBACE,EAAE,EAAC,kBAAkB,EACrB,SAAS,EAAE,KAAK,CACd,eAAe,EACf,+DAA+D,CAChE,EACD,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,CAAC,CAAmD,EAAE,EAAE,CAChE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,EAExC,IAAI,EAAC,MAAM,EACX,IAAI,EAAC,2BAA2B,GAChC,IACG,CACR,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -1,3 +1,6 @@
1
1
  import '../../setup-fixture';
2
- declare const _default: any;
2
+ declare const _default: {
3
+ default: any;
4
+ description: any;
5
+ };
3
6
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  /* eslint-disable @typescript-eslint/no-unused-vars */
3
3
  import { JSX } from '@redneckz/uni-jsx';
4
- export const ProgressBar = JSX(({ step = 10, description, showPercentage = true }) => (_jsxs("div", { children: [_jsx("div", { className: "h-4 w-full bg-gray relative", children: _jsx("div", { className: "h-4 bg-green", style: { width: `${step}%` } }) }), _jsxs("div", { className: "relative", children: [showPercentage ? _jsxs("div", { className: "absolute left-2/4 text-green", children: [step, "%"] }) : null, description ? _jsx("div", { className: "text-right mr-4 text-gray", children: description }) : null] })] })));
4
+ export const ProgressBar = JSX(({ step = 10, description, showPercentage = true }) => (_jsxs("div", { children: [_jsx("div", { className: "h-4 w-full bg-gray relative", children: _jsx("div", { className: "h-4 bg-green", style: { width: `${step}%` } }) }), _jsxs("div", { className: "relative", children: [showPercentage ? _jsxs("div", { className: "absolute left-2/4 text-green", children: [step, "%"] }) : null, description ? _jsx("div", { className: "text-right pr-m text-gray", children: description }) : null] })] })));
5
5
  //# sourceMappingURL=ProgressBar.js.map
@@ -1,8 +1,7 @@
1
- export interface RadioProps {
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ import { type ControlProps } from '../../model/ControlProps';
3
+ export interface RadioProps extends ComponentType, ControlProps<string> {
2
4
  name: string;
3
5
  text?: string;
4
- value: string;
5
6
  checked: boolean;
6
- onChange?: (value: string) => void;
7
- className?: string;
8
7
  }
@@ -1,14 +1,13 @@
1
+ import { type ControlProps } from '../../model/ControlProps';
1
2
  import { type DefaultControlType } from '../../model/DefaultControlType';
2
3
  import { type TextProps } from '../../model/HeadlineType';
3
4
  import { type ListOrientation } from '../../model/ListOrientation';
4
- import { type ControlProps } from '../ControlProps';
5
5
  export declare type RadioButtonItem = TextProps & {
6
6
  id: string;
7
7
  };
8
8
  export interface RadioButtonGroupProps extends DefaultControlType, ControlProps<string> {
9
9
  items?: RadioButtonItem[];
10
10
  onChange?: (id: string) => void;
11
- disabled?: boolean;
12
11
  orientation?: ListOrientation;
13
12
  }
14
13
  export declare const RadioButtonGroup: import("@redneckz/uni-jsx").UNIComponent<RadioButtonGroupProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonGroup.js","sourceRoot":"","sources":["../../../src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAapC,MAAM,mBAAmB,GAAoC;IAC3D,UAAU,EAAE,cAAc;IAC1B,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EACC,KAAK,EACL,KAAK,EACL,KAAK,EACL,SAAS,EACT,QAAQ,GAAG,KAAK,EAChB,WAAW,GAAG,YAAY,EAC1B,QAAQ,EAAE,mBAAmB,GAC9B,EAAE,EAAE,CAAC,CACJ,eAAK,SAAS,EAAC,+BAA+B,aAC3C,KAAK,CAAC,CAAC,CAAC,CACP,cAAK,IAAI,EAAC,YAAY,gBAAa,KAAK,YACtC,KAAC,IAAI,IAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAC,YAAY,YAChD,KAAK,GACD,GACH,CACP,CAAC,CAAC,CAAC,IAAI,EACR,cACE,SAAS,EAAE,KAAK,CAAC,qBAAqB,EAAE,mBAAmB,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC,EACpF,IAAI,EAAC,YAAY,gBACN,2EAAe,YAEzB,KAAK,EAAE,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAC5B,KAAC,QAAQ,IAEP,OAAO,QACP,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,KAAK,EAAE,EACnB,QAAQ,EAAE,GAAG,EAAE,CAAC,mBAAmB,EAAE,CAAC,EAAE,CAAC,EACzC,QAAQ,EAAE,QAAQ,IALb,MAAM,CAAC,EAAE,CAAC,CAMf,CACH,CAAC,GACE,IACF,CACP,CACF,CAAC"}
1
+ {"version":3,"file":"RadioButtonGroup.js","sourceRoot":"","sources":["../../../src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAKxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAYpC,MAAM,mBAAmB,GAAoC;IAC3D,UAAU,EAAE,cAAc;IAC1B,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EACC,KAAK,EACL,KAAK,EACL,KAAK,EACL,SAAS,EACT,QAAQ,GAAG,KAAK,EAChB,WAAW,GAAG,YAAY,EAC1B,QAAQ,EAAE,mBAAmB,GAC9B,EAAE,EAAE,CAAC,CACJ,eAAK,SAAS,EAAC,+BAA+B,aAC3C,KAAK,CAAC,CAAC,CAAC,CACP,cAAK,IAAI,EAAC,YAAY,gBAAa,KAAK,YACtC,KAAC,IAAI,IAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAC,YAAY,YAChD,KAAK,GACD,GACH,CACP,CAAC,CAAC,CAAC,IAAI,EACR,cACE,SAAS,EAAE,KAAK,CAAC,qBAAqB,EAAE,mBAAmB,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC,EACpF,IAAI,EAAC,YAAY,gBACN,2EAAe,YAEzB,KAAK,EAAE,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAC5B,KAAC,QAAQ,IAEP,OAAO,QACP,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,KAAK,EAAE,EACnB,QAAQ,EAAE,GAAG,EAAE,CAAC,mBAAmB,EAAE,CAAC,EAAE,CAAC,EACzC,QAAQ,EAAE,QAAQ,IALb,MAAM,CAAC,EAAE,CAAC,CAMf,CACH,CAAC,GACE,IACF,CACP,CACF,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { type ComponentType } from '../model/ComponentType';
1
2
  export declare type StrokeLinecap = 'inherit' | 'butt' | 'round' | 'square';
2
3
  export declare type StrokeLinejoin = 'inherit' | 'round' | 'miter' | 'bevel';
3
4
  export interface SVGPathOptions {
@@ -11,8 +12,7 @@ export interface SVGPathOptions {
11
12
  export interface SVGPath extends SVGPathOptions {
12
13
  d: string;
13
14
  }
14
- export interface SVGProps extends SVGPathOptions {
15
- className?: string;
15
+ export interface SVGProps extends SVGPathOptions, ComponentType {
16
16
  viewBox?: string;
17
17
  paths: SVGPath[];
18
18
  width?: string;
@@ -1,9 +1,9 @@
1
1
  import { type SearchHeaderProps } from '../../data/CommonData';
2
2
  import { type TopMenuItemProps } from '../../data/NavigationData';
3
- interface SearchBarProps {
3
+ import { type ComponentType } from '../../model/ComponentType';
4
+ interface SearchBarProps extends ComponentType {
4
5
  search?: SearchHeaderProps;
5
6
  navigationItems?: TopMenuItemProps[];
6
- className?: string;
7
7
  }
8
8
  export declare const SearchBar: import("@redneckz/uni-jsx").UNIComponent<SearchBarProps, any, any>;
9
9
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"SearchBar.js","sourceRoot":"","sources":["../../../src/ui-kit/SearchBar/SearchBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAQ1D,MAAM,aAAa,GAAG,CAAC,CAAC;AAExB,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAiB,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC9E,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAEvC,MAAM,uBAAuB,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;IAEnD,MAAM,wBAAwB,GAAG,WAAW,CAC1C,CAAC,CAAS,EAAE,EAAE;QACZ,QAAQ,CAAC,CAAC,CAAC,CAAC;QACZ,IAAI,iBAAiB,CAAC,CAAC,CAAC,EAAE;YACxB,YAAY,CAAC,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,OAAO,EAAE,uBAAuB,EAAE,CAAC,CAAC;SAC1E;IACH,CAAC,EACD,CAAC,uBAAuB,EAAE,YAAY,CAAC,CACxC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,CAAC,EAAE,IAAI,EAAC,QAAQ,aACzD,KAAC,WAAW,IACV,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EAAE,WAAW,EAChC,QAAQ,EAAE,wBAAwB,GAClC,EACF,KAAC,WAAW,IAAC,SAAS,EAAC,kCAAkC,EAAC,OAAO,EAAE,uBAAuB,GAAI,IAC1F,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,IAAI,aAAa,CAAC"}
1
+ {"version":3,"file":"SearchBar.js","sourceRoot":"","sources":["../../../src/ui-kit/SearchBar/SearchBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAIpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAO1D,MAAM,aAAa,GAAG,CAAC,CAAC;AAExB,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAiB,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC9E,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAEvC,MAAM,uBAAuB,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,SAAS,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;IAEnD,MAAM,wBAAwB,GAAG,WAAW,CAC1C,CAAC,CAAS,EAAE,EAAE;QACZ,QAAQ,CAAC,CAAC,CAAC,CAAC;QACZ,IAAI,iBAAiB,CAAC,CAAC,CAAC,EAAE;YACxB,YAAY,CAAC,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,OAAO,EAAE,uBAAuB,EAAE,CAAC,CAAC;SAC1E;IACH,CAAC,EACD,CAAC,uBAAuB,EAAE,YAAY,CAAC,CACxC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,CAAC,EAAE,IAAI,EAAC,QAAQ,aACzD,KAAC,WAAW,IACV,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,MAAM,EAAE,WAAW,EAChC,QAAQ,EAAE,wBAAwB,GAClC,EACF,KAAC,WAAW,IAAC,SAAS,EAAC,kCAAkC,EAAC,OAAO,EAAE,uBAAuB,GAAI,IAC1F,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,IAAI,aAAa,CAAC"}
@@ -1,9 +1,8 @@
1
- export interface SearchInputProps {
2
- className?: string;
3
- value?: string;
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ import { type ControlProps } from '../../model/ControlProps';
3
+ import { type PlaceholderProps } from '../../model/PlaceholderProps';
4
+ export interface SearchInputProps extends ComponentType, ControlProps<string>, PlaceholderProps {
4
5
  autoFocus?: boolean;
5
- onChange?: (value: string) => void;
6
6
  onFocus?: () => void;
7
- placeholder?: string;
8
7
  }
9
8
  export declare const SearchInput: import("@redneckz/uni-jsx").UNIComponent<SearchInputProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.js","sourceRoot":"","sources":["../../../src/ui-kit/SearchDialog/SearchInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAW3D,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,GAAG,gBAAgB,EAAE,EAAE,EAAE;IACrF,MAAM,YAAY,GAAG,WAAW,CAC9B,CAAC,EAAmC,EAAE,EAAE;QACtC,QAAQ,IAAI,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,IAAI,EAAE,CAAC,CAAC;IAC/C,CAAC,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,CAAC,EAAE,IAAI,EAAC,MAAM,aACvD,cAAK,SAAS,EAAC,4DAA4D,YACzE,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GAC9E,EACN,gBACE,SAAS,EAAE,KAAK,CACd,2DAA2D,EAC3D,eAAe,CAChB,EACD,KAAK,EAAE,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,IAAI,EAAC,kBAAkB,EACvB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,YAAY,EACtB,OAAO,EAAE,OAAO,GAChB,IACE,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SearchInput.js","sourceRoot":"","sources":["../../../src/ui-kit/SearchDialog/SearchInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAI1D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAO3D,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,GAAG,gBAAgB,EAAE,EAAE,EAAE;IACrF,MAAM,YAAY,GAAG,WAAW,CAC9B,CAAC,EAAmC,EAAE,EAAE;QACtC,QAAQ,IAAI,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,IAAI,EAAE,CAAC,CAAC;IAC/C,CAAC,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,CAAC,EAAE,IAAI,EAAC,MAAM,aACvD,cAAK,SAAS,EAAC,4DAA4D,YACzE,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GAC9E,EACN,gBACE,SAAS,EAAE,KAAK,CACd,2DAA2D,EAC3D,eAAe,CAChB,EACD,KAAK,EAAE,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,IAAI,EAAC,kBAAkB,EACvB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,YAAY,EACtB,OAAO,EAAE,OAAO,GAChB,IACE,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,6 +1,6 @@
1
+ import { type ControlProps } from '../../model/ControlProps';
1
2
  import { type DefaultControlType } from '../../model/DefaultControlType';
2
3
  import { type IconVersion } from '../../model/IconVersion';
3
- import { type ControlProps } from '../ControlProps';
4
4
  import { type Option } from './Option';
5
5
  export interface SelectProps extends DefaultControlType, ControlProps<Option> {
6
6
  options?: Option[];
@@ -8,6 +8,5 @@ export interface SelectProps extends DefaultControlType, ControlProps<Option> {
8
8
  isBorder?: boolean;
9
9
  isSearch?: boolean;
10
10
  iconVersion?: IconVersion;
11
- disabled?: boolean;
12
11
  }
13
12
  export declare const Select: import("@redneckz/uni-jsx").UNIComponent<SelectProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/Select.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/Select.tsx"],"names":[],"mappings":"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"}
@@ -1,13 +1,12 @@
1
+ import { type ControlProps } from '../../model/ControlProps';
1
2
  import { type IconVersion } from '../../model/IconVersion';
2
3
  import { type Option } from './Option';
3
- export interface SelectPopupProps {
4
+ export interface SelectPopupProps extends ControlProps<Option> {
4
5
  iconVersion?: IconVersion;
5
- onChange?: (option: Option) => void;
6
6
  options?: Option[];
7
7
  popupRef?: {
8
8
  current: HTMLDivElement | null;
9
9
  };
10
10
  query?: string;
11
- value?: Option;
12
11
  }
13
12
  export declare const SelectPopup: import("@redneckz/uni-jsx").UNIComponent<SelectPopupProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectPopup.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/SelectPopup.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAY9C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,EAAE,CAC7D,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,cACE,SAAS,EAAC,kFAAkF,EAC5F,IAAI,EAAC,MAAM,EACX,GAAG,EAAE,QAAQ,YAEZ,aAAa,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAC7C,eAEE,SAAS,EAAC,qEAAqE,EAC/E,IAAI,EAAC,UAAU,mBACA,MAAM,CAAC,GAAG,KAAK,KAAK,EAAE,GAAG,EACxC,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;YACb,CAAC,CAAC,eAAe,EAAE,CAAC;YACpB,IAAI,QAAQ,EAAE;gBACZ,QAAQ,CAAC,MAAM,CAAC,CAAC;aAClB;QACH,CAAC,aAED,eAAM,SAAS,EAAC,SAAS,YAAE,YAAY,CAAC,MAAM,CAAC,GAAQ,EACvD,KAAC,IAAI,IACH,IAAI,EAAC,gBAAgB,EACrB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,KAAK,CAAC,yBAAyB,EAAE;oBAC1C,MAAM,EAAE,MAAM,CAAC,GAAG,KAAK,KAAK,EAAE,GAAG;iBAClC,CAAC,GACF,KApBG,MAAM,CAAC,GAAG,CAqBX,CACP,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CACX,CAAC"}
1
+ {"version":3,"file":"SelectPopup.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/SelectPopup.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAU9C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,EAAE,CAC7D,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,cACE,SAAS,EAAC,kFAAkF,EAC5F,IAAI,EAAC,MAAM,EACX,GAAG,EAAE,QAAQ,YAEZ,aAAa,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAC7C,eAEE,SAAS,EAAC,qEAAqE,EAC/E,IAAI,EAAC,UAAU,mBACA,MAAM,CAAC,GAAG,KAAK,KAAK,EAAE,GAAG,EACxC,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;YACb,CAAC,CAAC,eAAe,EAAE,CAAC;YACpB,IAAI,QAAQ,EAAE;gBACZ,QAAQ,CAAC,MAAM,CAAC,CAAC;aAClB;QACH,CAAC,aAED,eAAM,SAAS,EAAC,SAAS,YAAE,YAAY,CAAC,MAAM,CAAC,GAAQ,EACvD,KAAC,IAAI,IACH,IAAI,EAAC,gBAAgB,EACrB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,KAAK,CAAC,yBAAyB,EAAE;oBAC1C,MAAM,EAAE,MAAM,CAAC,GAAG,KAAK,KAAK,EAAE,GAAG;iBAClC,CAAC,GACF,KApBG,MAAM,CAAC,GAAG,CAqBX,CACP,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CACX,CAAC"}
@@ -1,5 +1,5 @@
1
- export interface ShimmerProps {
2
- className?: string;
1
+ import { type ComponentType } from '../../model/ComponentType';
2
+ export interface ShimmerProps extends ComponentType {
3
3
  size?: number;
4
4
  }
5
5
  export declare const Shimmer: import("@redneckz/uni-jsx").UNIComponent<ShimmerProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Shimmer.js","sourceRoot":"","sources":["../../../src/ui-kit/Shimmer/Shimmer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,MAAM,YAAY,GAAG,KAAK,CAAC;AAO3B,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAChE,iBAAQ,SAAS,EAAE,KAAK,CAAC,uBAAuB,EAAE,SAAS,CAAC,YAAG,aAAa,CAAC,IAAI,CAAC,GAAU,CAC7F,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,CAAC,IAAI,GAAG,CAAC,EAAE,EAAE,CACjC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC;KACtB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACzB,GAAG,CAAC,iBAAiB,CAAC,CAAC;AAE5B,MAAM,iBAAiB,GAAG,CAAC,KAAa,EAAE,KAAa,EAAE,EAAE,CAAC,CAC1D,cAEE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,GAAG,GAAG,EAAE,EACpC,SAAS,EAAC,oEAAoE,IAFzE,MAAM,CAAC,KAAK,CAAC,CAGlB,CACH,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,KAAa,EAAE,IAAY,EAAY,EAAE,CAC/D,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,KAAK,GAAG,YAAY,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"Shimmer.js","sourceRoot":"","sources":["../../../src/ui-kit/Shimmer/Shimmer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,MAAM,YAAY,GAAG,KAAK,CAAC;AAM3B,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAChE,iBAAQ,SAAS,EAAE,KAAK,CAAC,uBAAuB,EAAE,SAAS,CAAC,YAAG,aAAa,CAAC,IAAI,CAAC,GAAU,CAC7F,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,CAAC,IAAI,GAAG,CAAC,EAAE,EAAE,CACjC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC;KACtB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACzB,GAAG,CAAC,iBAAiB,CAAC,CAAC;AAE5B,MAAM,iBAAiB,GAAG,CAAC,KAAa,EAAE,KAAa,EAAE,EAAE,CAAC,CAC1D,cAEE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,GAAG,GAAG,EAAE,EACpC,SAAS,EAAC,oEAAoE,IAFzE,MAAM,CAAC,KAAK,CAAC,CAGlB,CACH,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,KAAa,EAAE,IAAY,EAAY,EAAE,CAC/D,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,KAAK,GAAG,YAAY,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}