@alfalab/core-components 45.3.0-beta.1 → 45.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (494) hide show
  1. package/button/components/base-button/Component.js +8 -9
  2. package/button/components/base-button/default.css +56 -24
  3. package/button/components/base-button/index.css +30 -6
  4. package/button/components/base-button/inverted.css +64 -21
  5. package/button/cssm/components/base-button/Component.js +5 -6
  6. package/button/cssm/components/base-button/default.module.css +56 -24
  7. package/button/cssm/components/base-button/index.module.css +30 -6
  8. package/button/cssm/components/base-button/inverted.module.css +64 -21
  9. package/button/cssm/desktop/default.desktop.module.css +34 -0
  10. package/button/cssm/desktop/desktop.module.css +20 -0
  11. package/button/cssm/desktop/inverted.desktop.module.css +36 -0
  12. package/button/cssm/mobile/default.mobile.module.css +34 -0
  13. package/button/cssm/mobile/inverted.mobile.module.css +36 -0
  14. package/button/cssm/mobile/mobile.module.css +20 -0
  15. package/button/cssm/typings.d.ts +1 -1
  16. package/button/cssm/vars.css +20 -0
  17. package/button/desktop/Component.desktop.js +2 -2
  18. package/button/desktop/default.desktop.css +34 -0
  19. package/button/desktop/desktop.css +20 -0
  20. package/button/desktop/inverted.desktop.css +36 -0
  21. package/button/esm/components/base-button/Component.js +8 -9
  22. package/button/esm/components/base-button/default.css +56 -24
  23. package/button/esm/components/base-button/index.css +30 -6
  24. package/button/esm/components/base-button/inverted.css +64 -21
  25. package/button/esm/desktop/Component.desktop.js +2 -2
  26. package/button/esm/desktop/default.desktop.css +34 -0
  27. package/button/esm/desktop/desktop.css +20 -0
  28. package/button/esm/desktop/inverted.desktop.css +36 -0
  29. package/button/esm/mobile/Component.mobile.js +2 -2
  30. package/button/esm/mobile/default.mobile.css +34 -0
  31. package/button/esm/mobile/inverted.mobile.css +36 -0
  32. package/button/esm/mobile/mobile.css +20 -0
  33. package/button/esm/typings.d.ts +1 -1
  34. package/button/mobile/Component.mobile.js +2 -2
  35. package/button/mobile/default.mobile.css +34 -0
  36. package/button/mobile/inverted.mobile.css +36 -0
  37. package/button/mobile/mobile.css +20 -0
  38. package/button/modern/components/base-button/Component.js +8 -9
  39. package/button/modern/components/base-button/default.css +56 -24
  40. package/button/modern/components/base-button/index.css +30 -6
  41. package/button/modern/components/base-button/inverted.css +64 -21
  42. package/button/modern/desktop/Component.desktop.js +2 -2
  43. package/button/modern/desktop/default.desktop.css +34 -0
  44. package/button/modern/desktop/desktop.css +20 -0
  45. package/button/modern/desktop/inverted.desktop.css +36 -0
  46. package/button/modern/mobile/Component.mobile.js +2 -2
  47. package/button/modern/mobile/default.mobile.css +34 -0
  48. package/button/modern/mobile/inverted.mobile.css +36 -0
  49. package/button/modern/mobile/mobile.css +20 -0
  50. package/button/modern/typings.d.ts +1 -1
  51. package/button/typings.d.ts +1 -1
  52. package/calendar/components/calendar-mobile/Component.js +14 -2
  53. package/calendar/components/days-table/Component.js +1 -1
  54. package/calendar/components/period-slider/Component.js +2 -2
  55. package/calendar/components/period-slider/utils.js +8 -0
  56. package/calendar/components/select-button/Component.js +1 -1
  57. package/calendar/cssm/components/calendar-mobile/Component.js +14 -2
  58. package/calendar/cssm/components/days-table/Component.js +1 -1
  59. package/calendar/cssm/components/period-slider/Component.js +2 -2
  60. package/calendar/cssm/components/period-slider/utils.js +8 -0
  61. package/calendar/cssm/components/select-button/Component.js +1 -1
  62. package/calendar/cssm/desktop/Component.desktop.js +1 -0
  63. package/calendar/desktop/Component.desktop.js +1 -0
  64. package/calendar/esm/Component.responsive.js +1 -0
  65. package/calendar/esm/components/calendar-mobile/Component.js +15 -2
  66. package/calendar/esm/components/calendar-mobile/index.js +1 -0
  67. package/calendar/esm/components/days-table/Component.js +1 -1
  68. package/calendar/esm/components/period-slider/Component.js +3 -2
  69. package/calendar/esm/components/period-slider/index.js +1 -0
  70. package/calendar/esm/components/period-slider/utils.js +7 -0
  71. package/calendar/esm/components/select-button/Component.js +1 -1
  72. package/calendar/esm/desktop/Component.desktop.js +1 -0
  73. package/calendar/esm/desktop/index.js +1 -0
  74. package/calendar/esm/index.js +1 -0
  75. package/calendar/esm/mobile/index.js +1 -0
  76. package/calendar/modern/Component.responsive.js +1 -0
  77. package/calendar/modern/components/calendar-mobile/Component.js +15 -2
  78. package/calendar/modern/components/calendar-mobile/index.js +1 -0
  79. package/calendar/modern/components/days-table/Component.js +1 -1
  80. package/calendar/modern/components/period-slider/Component.js +3 -2
  81. package/calendar/modern/components/period-slider/index.js +1 -0
  82. package/calendar/modern/components/period-slider/utils.js +7 -0
  83. package/calendar/modern/components/select-button/Component.js +1 -1
  84. package/calendar/modern/desktop/Component.desktop.js +1 -0
  85. package/calendar/modern/desktop/index.js +1 -0
  86. package/calendar/modern/index.js +1 -0
  87. package/calendar/modern/mobile/index.js +1 -0
  88. package/calendar-range/utils.js +3 -1
  89. package/confirmation/components/screens/initial/component.js +2 -2
  90. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  91. package/confirmation/cssm/components/screens/initial/component.js +1 -1
  92. package/confirmation/esm/component.responsive.js +1 -1
  93. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  94. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  95. package/confirmation/esm/components/index.js +1 -1
  96. package/confirmation/esm/components/screens/index.js +1 -1
  97. package/confirmation/esm/components/screens/initial/component.js +2 -2
  98. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  99. package/confirmation/esm/components/screens/initial/index.js +1 -1
  100. package/confirmation/esm/desktop/component.desktop.js +1 -1
  101. package/confirmation/esm/desktop/index.js +1 -1
  102. package/confirmation/esm/index.js +1 -1
  103. package/confirmation/esm/mobile/component.mobile.js +1 -1
  104. package/confirmation/esm/mobile/index.js +1 -1
  105. package/confirmation/esm/shared/index.js +1 -1
  106. package/confirmation/modern/component.responsive.js +1 -1
  107. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  108. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  109. package/confirmation/modern/components/index.js +1 -1
  110. package/confirmation/modern/components/screens/index.js +1 -1
  111. package/confirmation/modern/components/screens/initial/component.js +2 -2
  112. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  113. package/confirmation/modern/components/screens/initial/index.js +1 -1
  114. package/confirmation/modern/desktop/component.desktop.js +1 -1
  115. package/confirmation/modern/desktop/index.js +1 -1
  116. package/confirmation/modern/index.js +1 -1
  117. package/confirmation/modern/mobile/component.mobile.js +1 -1
  118. package/confirmation/modern/mobile/index.js +1 -1
  119. package/confirmation/modern/shared/index.js +1 -1
  120. package/file-upload-item/Component.d.ts +4 -0
  121. package/file-upload-item/Component.js +4 -3
  122. package/file-upload-item/cssm/Component.d.ts +4 -0
  123. package/file-upload-item/cssm/Component.js +3 -2
  124. package/file-upload-item/cssm/index.module.css +8 -3
  125. package/file-upload-item/esm/Component.d.ts +4 -0
  126. package/file-upload-item/esm/Component.js +4 -3
  127. package/file-upload-item/esm/index.css +8 -3
  128. package/file-upload-item/index.css +8 -3
  129. package/file-upload-item/modern/Component.d.ts +4 -0
  130. package/file-upload-item/modern/Component.js +3 -3
  131. package/file-upload-item/modern/index.css +8 -3
  132. package/gallery/components/header/Component.js +1 -1
  133. package/gallery/components/header/buttons.js +1 -1
  134. package/gallery/components/image-viewer/component.js +1 -1
  135. package/gallery/components/image-viewer/slide.js +1 -1
  136. package/gallery/esm/Component.js +2 -2
  137. package/gallery/esm/components/header/Component.js +1 -1
  138. package/gallery/esm/components/header/buttons.js +1 -1
  139. package/gallery/esm/components/header/index.js +1 -1
  140. package/gallery/esm/components/image-preview/Component.js +1 -1
  141. package/gallery/esm/components/image-preview/index.js +1 -1
  142. package/gallery/esm/components/image-viewer/component.js +1 -1
  143. package/gallery/esm/components/image-viewer/index.js +1 -1
  144. package/gallery/esm/components/image-viewer/slide.js +1 -1
  145. package/gallery/esm/components/index.js +2 -2
  146. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  147. package/gallery/esm/components/navigation-bar/index.js +1 -1
  148. package/gallery/esm/index.js +2 -2
  149. package/gallery/modern/Component.js +2 -2
  150. package/gallery/modern/components/header/Component.js +1 -1
  151. package/gallery/modern/components/header/buttons.js +1 -1
  152. package/gallery/modern/components/header/index.js +1 -1
  153. package/gallery/modern/components/image-preview/Component.js +1 -1
  154. package/gallery/modern/components/image-preview/index.js +1 -1
  155. package/gallery/modern/components/image-viewer/component.js +1 -1
  156. package/gallery/modern/components/image-viewer/index.js +1 -1
  157. package/gallery/modern/components/image-viewer/slide.js +1 -1
  158. package/gallery/modern/components/index.js +2 -2
  159. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  160. package/gallery/modern/components/navigation-bar/index.js +1 -1
  161. package/gallery/modern/index.js +2 -2
  162. package/icon-button/Component.js +1 -1
  163. package/icon-button/cssm/Component.js +1 -1
  164. package/icon-button/esm/Component.js +1 -1
  165. package/icon-button/modern/Component.js +1 -1
  166. package/input/components/clear-button/Component.js +1 -1
  167. package/input/cssm/components/clear-button/Component.js +1 -1
  168. package/input/esm/components/clear-button/Component.js +1 -1
  169. package/input/modern/components/clear-button/Component.js +1 -1
  170. package/international-phone-input/{cssm/Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
  171. package/international-phone-input/Component.responsive-8566963f.d.ts +2 -2
  172. package/international-phone-input/{modern/Component-61e2321e.d.ts → cssm/Component-6d57839f.d.ts} +1 -1
  173. package/international-phone-input/cssm/Component.responsive-8566963f.d.ts +2 -2
  174. package/international-phone-input/cssm/data/country-data.js +225 -211
  175. package/international-phone-input/cssm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  176. package/international-phone-input/cssm/index-8566963f.d.ts +2 -2
  177. package/international-phone-input/cssm/{typings-61e2321e.d.ts → typings-6d57839f.d.ts} +1 -1
  178. package/international-phone-input/cssm/typings-70284312.d.ts +1 -1
  179. package/international-phone-input/data/country-data.js +225 -211
  180. package/international-phone-input/esm/{Component-61e2321e.d.ts → Component-6d57839f.d.ts} +1 -1
  181. package/international-phone-input/esm/Component.responsive-8566963f.d.ts +2 -2
  182. package/international-phone-input/esm/data/country-data.js +225 -211
  183. package/international-phone-input/esm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  184. package/international-phone-input/esm/index-8566963f.d.ts +2 -2
  185. package/international-phone-input/{modern/typings-61e2321e.d.ts → esm/typings-6d57839f.d.ts} +1 -1
  186. package/international-phone-input/esm/typings-70284312.d.ts +1 -1
  187. package/international-phone-input/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  188. package/international-phone-input/index-8566963f.d.ts +2 -2
  189. package/international-phone-input/{Component-61e2321e.d.ts → modern/Component-6d57839f.d.ts} +1 -1
  190. package/international-phone-input/modern/Component.responsive-8566963f.d.ts +2 -2
  191. package/international-phone-input/modern/data/country-data.js +225 -211
  192. package/international-phone-input/modern/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  193. package/international-phone-input/modern/index-8566963f.d.ts +2 -2
  194. package/international-phone-input/{esm/typings-61e2321e.d.ts → modern/typings-6d57839f.d.ts} +1 -1
  195. package/international-phone-input/modern/typings-70284312.d.ts +1 -1
  196. package/international-phone-input/{typings-61e2321e.d.ts → typings-6d57839f.d.ts} +1 -1
  197. package/international-phone-input/typings-70284312.d.ts +1 -1
  198. package/link/cssm/default.module.css +12 -6
  199. package/link/cssm/index.module.css +5 -2
  200. package/link/cssm/inverted.module.css +12 -6
  201. package/link/default.css +12 -6
  202. package/link/esm/default.css +12 -6
  203. package/link/esm/index.css +5 -2
  204. package/link/esm/inverted.css +12 -6
  205. package/link/index.css +5 -2
  206. package/link/inverted.css +12 -6
  207. package/link/modern/default.css +12 -6
  208. package/link/modern/index.css +5 -2
  209. package/link/modern/inverted.css +12 -6
  210. package/modal/components/controls/Component.js +1 -1
  211. package/modal/components/footer/Component.js +1 -1
  212. package/modal/esm/Component.responsive.js +1 -1
  213. package/modal/esm/components/controls/Component.js +1 -1
  214. package/modal/esm/components/controls/index.js +1 -1
  215. package/modal/esm/components/footer/Component.js +1 -1
  216. package/modal/esm/desktop/Component.desktop.js +1 -1
  217. package/modal/esm/desktop/index.js +1 -1
  218. package/modal/esm/index.js +1 -1
  219. package/modal/esm/mobile/Component.mobile.js +1 -1
  220. package/modal/esm/mobile/index.js +1 -1
  221. package/modal/modern/Component.responsive.js +1 -1
  222. package/modal/modern/components/controls/Component.js +1 -1
  223. package/modal/modern/components/controls/index.js +1 -1
  224. package/modal/modern/components/footer/Component.js +1 -1
  225. package/modal/modern/desktop/Component.desktop.js +1 -1
  226. package/modal/modern/desktop/index.js +1 -1
  227. package/modal/modern/index.js +1 -1
  228. package/modal/modern/mobile/Component.mobile.js +1 -1
  229. package/modal/modern/mobile/index.js +1 -1
  230. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  231. package/navigation-bar/cssm/components/back-arrow-addon/Component.js +1 -1
  232. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  233. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  234. package/package.json +1 -1
  235. package/pass-code/components/KeyPad/Component.js +1 -1
  236. package/pass-code/cssm/components/KeyPad/Component.js +1 -1
  237. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  238. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  239. package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
  240. package/pattern-lock/cssm/components/base-pattern-lock/Component.js +1 -1
  241. package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
  242. package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
  243. package/picker-button/Component-c44170fe.d.ts +1 -1
  244. package/pure-cell/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
  245. package/pure-cell/component.js +1 -1
  246. package/pure-cell/components/addon/component.js +1 -1
  247. package/pure-cell/components/addon/index.d.ts +1 -1
  248. package/pure-cell/components/addon/index.js +1 -1
  249. package/pure-cell/components/amount/component.js +1 -1
  250. package/pure-cell/components/amount/index.d.ts +1 -1
  251. package/pure-cell/components/amount/index.js +1 -1
  252. package/pure-cell/components/amount-title/component.js +1 -1
  253. package/pure-cell/components/amount-title/index.d.ts +1 -1
  254. package/pure-cell/components/amount-title/index.js +1 -1
  255. package/pure-cell/components/category/component.js +1 -1
  256. package/pure-cell/components/category/index.d.ts +1 -1
  257. package/pure-cell/components/category/index.js +1 -1
  258. package/pure-cell/components/content/component.js +1 -1
  259. package/pure-cell/components/content/index.d.ts +1 -1
  260. package/pure-cell/components/content/index.js +1 -1
  261. package/pure-cell/components/footer/component.js +1 -1
  262. package/pure-cell/components/footer/index.d.ts +1 -1
  263. package/pure-cell/components/footer/index.js +1 -1
  264. package/pure-cell/components/footer-button/component.js +1 -1
  265. package/pure-cell/components/footer-button/index.d.ts +1 -1
  266. package/pure-cell/components/footer-button/index.js +1 -1
  267. package/pure-cell/components/footer-text/component.js +1 -1
  268. package/pure-cell/components/footer-text/index.d.ts +1 -1
  269. package/pure-cell/components/footer-text/index.js +1 -1
  270. package/pure-cell/components/graphics/component.js +1 -1
  271. package/pure-cell/components/graphics/index.d.ts +1 -1
  272. package/pure-cell/components/graphics/index.js +1 -1
  273. package/pure-cell/components/main/component.js +1 -1
  274. package/pure-cell/components/main/index.d.ts +1 -1
  275. package/pure-cell/components/main/index.js +1 -1
  276. package/pure-cell/components/text/component.js +1 -1
  277. package/pure-cell/components/text/index.d.ts +1 -1
  278. package/pure-cell/components/text/index.js +1 -1
  279. package/pure-cell/cssm/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
  280. package/pure-cell/cssm/index.d.ts +2 -1
  281. package/pure-cell/esm/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
  282. package/pure-cell/esm/component.js +1 -1
  283. package/pure-cell/esm/components/addon/component.js +1 -1
  284. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  285. package/pure-cell/esm/components/addon/index.js +1 -1
  286. package/pure-cell/esm/components/amount/component.js +1 -1
  287. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  288. package/pure-cell/esm/components/amount/index.js +1 -1
  289. package/pure-cell/esm/components/amount-title/component.js +1 -1
  290. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  291. package/pure-cell/esm/components/amount-title/index.js +1 -1
  292. package/pure-cell/esm/components/category/component.js +1 -1
  293. package/pure-cell/esm/components/category/index.d.ts +1 -1
  294. package/pure-cell/esm/components/category/index.js +1 -1
  295. package/pure-cell/esm/components/content/component.js +1 -1
  296. package/pure-cell/esm/components/content/index.d.ts +1 -1
  297. package/pure-cell/esm/components/content/index.js +1 -1
  298. package/pure-cell/esm/components/footer/component.js +1 -1
  299. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  300. package/pure-cell/esm/components/footer/index.js +1 -1
  301. package/pure-cell/esm/components/footer-button/component.js +1 -1
  302. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  303. package/pure-cell/esm/components/footer-button/index.js +1 -1
  304. package/pure-cell/esm/components/footer-text/component.js +1 -1
  305. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  306. package/pure-cell/esm/components/footer-text/index.js +1 -1
  307. package/pure-cell/esm/components/graphics/component.js +1 -1
  308. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  309. package/pure-cell/esm/components/graphics/index.js +1 -1
  310. package/pure-cell/esm/components/main/component.js +1 -1
  311. package/pure-cell/esm/components/main/index.d.ts +1 -1
  312. package/pure-cell/esm/components/main/index.js +1 -1
  313. package/pure-cell/esm/components/text/component.js +1 -1
  314. package/pure-cell/esm/components/text/index.d.ts +1 -1
  315. package/pure-cell/esm/components/text/index.js +1 -1
  316. package/pure-cell/esm/index.d.ts +2 -1
  317. package/pure-cell/esm/index.js +1 -1
  318. package/pure-cell/index.d.ts +2 -1
  319. package/pure-cell/index.js +1 -1
  320. package/pure-cell/modern/{component-fd7196d2.d.ts → component-9cd60393.d.ts} +6 -6
  321. package/pure-cell/modern/component.js +1 -1
  322. package/pure-cell/modern/components/addon/component.js +1 -1
  323. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  324. package/pure-cell/modern/components/addon/index.js +1 -1
  325. package/pure-cell/modern/components/amount/component.js +1 -1
  326. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  327. package/pure-cell/modern/components/amount/index.js +1 -1
  328. package/pure-cell/modern/components/amount-title/component.js +1 -1
  329. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  330. package/pure-cell/modern/components/amount-title/index.js +1 -1
  331. package/pure-cell/modern/components/category/component.js +1 -1
  332. package/pure-cell/modern/components/category/index.d.ts +1 -1
  333. package/pure-cell/modern/components/category/index.js +1 -1
  334. package/pure-cell/modern/components/content/component.js +1 -1
  335. package/pure-cell/modern/components/content/index.d.ts +1 -1
  336. package/pure-cell/modern/components/content/index.js +1 -1
  337. package/pure-cell/modern/components/footer/component.js +1 -1
  338. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  339. package/pure-cell/modern/components/footer/index.js +1 -1
  340. package/pure-cell/modern/components/footer-button/component.js +1 -1
  341. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  342. package/pure-cell/modern/components/footer-button/index.js +1 -1
  343. package/pure-cell/modern/components/footer-text/component.js +1 -1
  344. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  345. package/pure-cell/modern/components/footer-text/index.js +1 -1
  346. package/pure-cell/modern/components/graphics/component.js +1 -1
  347. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  348. package/pure-cell/modern/components/graphics/index.js +1 -1
  349. package/pure-cell/modern/components/main/component.js +1 -1
  350. package/pure-cell/modern/components/main/index.d.ts +1 -1
  351. package/pure-cell/modern/components/main/index.js +1 -1
  352. package/pure-cell/modern/components/text/component.js +1 -1
  353. package/pure-cell/modern/components/text/index.d.ts +1 -1
  354. package/pure-cell/modern/components/text/index.js +1 -1
  355. package/pure-cell/modern/index.d.ts +2 -1
  356. package/pure-cell/modern/index.js +1 -1
  357. package/select/components/base-select/mobile.css +2 -2
  358. package/select/cssm/components/base-select/mobile.module.css +2 -2
  359. package/select/esm/Component.responsive.js +1 -1
  360. package/select/esm/components/base-select/mobile.css +2 -2
  361. package/select/esm/index.js +1 -1
  362. package/select/esm/mobile/Component.mobile.js +1 -1
  363. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  364. package/select/esm/mobile/index.js +1 -1
  365. package/select/esm/presets/index.js +1 -1
  366. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  367. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  368. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  369. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  370. package/select/esm/shared/index.js +1 -1
  371. package/select/mobile/Component.mobile.js +1 -1
  372. package/select/modern/Component.responsive.js +1 -1
  373. package/select/modern/components/base-select/mobile.css +2 -2
  374. package/select/modern/index.js +1 -1
  375. package/select/modern/mobile/Component.mobile.js +1 -1
  376. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  377. package/select/modern/mobile/index.js +1 -1
  378. package/select/modern/presets/index.js +1 -1
  379. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  380. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  381. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  382. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  383. package/select/modern/shared/index.js +1 -1
  384. package/select/presets/index.js +1 -1
  385. package/select/presets/useSelectWithApply/hook.js +1 -1
  386. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  387. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  388. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  389. package/select/shared/index.js +1 -1
  390. package/side-panel/components/controls/Component.js +1 -1
  391. package/side-panel/components/footer/Component.js +1 -1
  392. package/side-panel/esm/Component.responsive.js +1 -1
  393. package/side-panel/esm/components/controls/Component.js +1 -1
  394. package/side-panel/esm/components/controls/index.js +1 -1
  395. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  396. package/side-panel/esm/components/footer/Component.js +1 -1
  397. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  398. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  399. package/side-panel/esm/desktop/index.js +1 -1
  400. package/side-panel/esm/index.js +1 -1
  401. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  402. package/side-panel/esm/mobile/index.js +1 -1
  403. package/side-panel/modern/Component.responsive.js +1 -1
  404. package/side-panel/modern/components/controls/Component.js +1 -1
  405. package/side-panel/modern/components/controls/index.js +1 -1
  406. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  407. package/side-panel/modern/components/footer/Component.js +1 -1
  408. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  409. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  410. package/side-panel/modern/desktop/index.js +1 -1
  411. package/side-panel/modern/index.js +1 -1
  412. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  413. package/side-panel/modern/mobile/index.js +1 -1
  414. package/table/components/pagination/select-field/index.js +1 -1
  415. package/table/cssm/components/pagination/select-field/index.js +1 -1
  416. package/table/esm/components/pagination/select-field/index.js +1 -1
  417. package/table/modern/components/pagination/select-field/index.js +1 -1
  418. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  419. package/tabs/cssm/components/primary-tablist/Component.collapsible.js +1 -1
  420. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  421. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  422. package/themes/compiled/mobile-dark-bluetint.css +48 -33
  423. package/universal-date-input/Component-6d57839f.d.ts +47 -0
  424. package/universal-date-input/Component.responsive-71043c62.d.ts +1 -1
  425. package/universal-date-input/cssm/Component-6d57839f.d.ts +47 -0
  426. package/universal-date-input/cssm/Component.responsive-71043c62.d.ts +1 -1
  427. package/universal-date-input/cssm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  428. package/universal-date-input/cssm/index-71043c62.d.ts +2 -2
  429. package/universal-date-input/cssm/index-f034f741.d.ts +1 -1
  430. package/universal-date-input/cssm/typings-6d57839f.d.ts +114 -0
  431. package/universal-date-input/esm/Component-6d57839f.d.ts +47 -0
  432. package/universal-date-input/esm/Component.responsive-71043c62.d.ts +1 -1
  433. package/universal-date-input/esm/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  434. package/universal-date-input/esm/index-71043c62.d.ts +2 -2
  435. package/universal-date-input/esm/index-f034f741.d.ts +1 -1
  436. package/universal-date-input/esm/typings-6d57839f.d.ts +114 -0
  437. package/universal-date-input/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  438. package/universal-date-input/index-71043c62.d.ts +2 -2
  439. package/universal-date-input/index-f034f741.d.ts +1 -1
  440. package/universal-date-input/modern/Component-6d57839f.d.ts +47 -0
  441. package/universal-date-input/modern/Component.responsive-71043c62.d.ts +1 -1
  442. package/universal-date-input/modern/{index-61e2321e.d.ts → index-6d57839f.d.ts} +1 -1
  443. package/universal-date-input/modern/index-71043c62.d.ts +2 -2
  444. package/universal-date-input/modern/index-f034f741.d.ts +1 -1
  445. package/universal-date-input/modern/typings-6d57839f.d.ts +114 -0
  446. package/universal-date-input/typings-6d57839f.d.ts +114 -0
  447. package/universal-date-input/Component-61e2321e.d.ts +0 -47
  448. package/universal-date-input/cssm/Component-61e2321e.d.ts +0 -47
  449. package/universal-date-input/cssm/typings-61e2321e.d.ts +0 -114
  450. package/universal-date-input/esm/Component-61e2321e.d.ts +0 -47
  451. package/universal-date-input/esm/typings-61e2321e.d.ts +0 -114
  452. package/universal-date-input/modern/Component-61e2321e.d.ts +0 -47
  453. package/universal-date-input/modern/typings-61e2321e.d.ts +0 -114
  454. package/universal-date-input/typings-61e2321e.d.ts +0 -114
  455. /package/confirmation/{countdown-section-f0928054.d.ts → countdown-section-c7b95621.d.ts} +0 -0
  456. /package/confirmation/{countdown-section-f0928054.js → countdown-section-c7b95621.js} +0 -0
  457. /package/confirmation/esm/{countdown-section-9f6a0e69.d.ts → countdown-section-b0eafcff.d.ts} +0 -0
  458. /package/confirmation/esm/{countdown-section-9f6a0e69.js → countdown-section-b0eafcff.js} +0 -0
  459. /package/confirmation/modern/{countdown-section-bf3d2d78.d.ts → countdown-section-0eefd440.d.ts} +0 -0
  460. /package/confirmation/modern/{countdown-section-bf3d2d78.js → countdown-section-0eefd440.js} +0 -0
  461. /package/gallery/{buttons-1c0cdc14.d.ts → buttons-18e23a2f.d.ts} +0 -0
  462. /package/gallery/{buttons-1c0cdc14.js → buttons-18e23a2f.js} +0 -0
  463. /package/gallery/esm/{buttons-7e925cf3.d.ts → buttons-fd4c2149.d.ts} +0 -0
  464. /package/gallery/esm/{buttons-7e925cf3.js → buttons-fd4c2149.js} +0 -0
  465. /package/gallery/esm/{slide-3feace8e.d.ts → slide-cf9447e4.d.ts} +0 -0
  466. /package/gallery/esm/{slide-3feace8e.js → slide-cf9447e4.js} +0 -0
  467. /package/gallery/modern/{buttons-d84b4f9a.d.ts → buttons-d3be09c1.d.ts} +0 -0
  468. /package/gallery/modern/{buttons-d84b4f9a.js → buttons-d3be09c1.js} +0 -0
  469. /package/gallery/modern/{slide-c6df0579.d.ts → slide-e2f7f858.d.ts} +0 -0
  470. /package/gallery/modern/{slide-c6df0579.js → slide-e2f7f858.js} +0 -0
  471. /package/gallery/{slide-535aa79e.d.ts → slide-f2e3c7bf.d.ts} +0 -0
  472. /package/gallery/{slide-535aa79e.js → slide-f2e3c7bf.js} +0 -0
  473. /package/modal/esm/{layout.module-7fed901a.js → layout.module-a1fa9754.js} +0 -0
  474. /package/modal/{layout.module-19c570e6.js → layout.module-fe843796.js} +0 -0
  475. /package/modal/modern/{layout.module-c12b8ceb.js → layout.module-6ffd48ba.js} +0 -0
  476. /package/pure-cell/{component-62687ca9.d.ts → component-49e6db18.d.ts} +0 -0
  477. /package/pure-cell/{component-62687ca9.js → component-49e6db18.js} +0 -0
  478. /package/pure-cell/esm/{component-a3078d37.d.ts → component-5eb318e0.d.ts} +0 -0
  479. /package/pure-cell/esm/{component-a3078d37.js → component-5eb318e0.js} +0 -0
  480. /package/pure-cell/modern/{component-2b59df70.d.ts → component-d1c071aa.d.ts} +0 -0
  481. /package/pure-cell/modern/{component-2b59df70.js → component-d1c071aa.js} +0 -0
  482. /package/select/esm/{hook-47802ae2.d.ts → hook-db3bacf5.d.ts} +0 -0
  483. /package/select/esm/{hook-47802ae2.js → hook-db3bacf5.js} +0 -0
  484. /package/select/{hook-1b6b8f9e.d.ts → hook-4d7077f8.d.ts} +0 -0
  485. /package/select/{hook-1b6b8f9e.js → hook-4d7077f8.js} +0 -0
  486. /package/select/modern/{hook-f2b8c0de.d.ts → hook-0b1ac3c1.d.ts} +0 -0
  487. /package/select/modern/{hook-f2b8c0de.js → hook-0b1ac3c1.js} +0 -0
  488. /package/side-panel/esm/{layout.module-a1f1e5d5.js → layout.module-10b60370.js} +0 -0
  489. /package/side-panel/{layout.module-58cb0667.js → layout.module-3789959a.js} +0 -0
  490. /package/side-panel/modern/{layout.module-3d5b6e76.js → layout.module-a3ff3ebd.js} +0 -0
  491. /package/universal-date-input/cssm/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
  492. /package/universal-date-input/esm/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
  493. /package/universal-date-input/modern/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
  494. /package/universal-date-input/{utils-e0a54580.d.ts → utils-b1bfe0d1.d.ts} +0 -0
@@ -18,14 +18,14 @@
18
18
  * 'eu-union', 'ex-ussr', 'ex-yugos', 'baltic', 'middle-east', 'north-africa']
19
19
  */
20
20
  var countriesData = [
21
- ['Afghanistan', ['asia'], 'af', '93'],
22
- ['Albania', ['europe'], 'al', '355'],
23
- ['Algeria', ['africa', 'north-africa'], 'dz', '213'],
24
- ['Andorra', ['europe'], 'ad', '376'],
25
- ['Angola', ['africa'], 'ao', '244'],
26
- ['Antigua and Barbuda', ['america', 'carribean'], 'ag', '1268'],
21
+ ['Афганистан', ['asia'], 'af', '93'],
22
+ ['Албания', ['europe'], 'al', '355'],
23
+ ['Алжир', ['africa', 'north-africa'], 'dz', '213'],
24
+ ['Андорра', ['europe'], 'ad', '376'],
25
+ ['Ангола', ['africa'], 'ao', '244'],
26
+ ['Антигуа и Барбуда', ['america', 'carribean'], 'ag', '1268'],
27
27
  [
28
- 'Argentina',
28
+ 'Аргентина',
29
29
  ['america', 'south-america'],
30
30
  'ar',
31
31
  '54',
@@ -57,10 +57,10 @@ var countriesData = [
57
57
  '388',
58
58
  ],
59
59
  ],
60
- ['Armenia', ['asia', 'ex-ussr'], 'am', '374', '.. ......'],
61
- ['Aruba', ['america', 'carribean'], 'aw', '297'],
60
+ ['Армения', ['asia', 'ex-ussr'], 'am', '374', '.. ......'],
61
+ ['Аруба', ['america', 'carribean'], 'aw', '297'],
62
62
  [
63
- 'Australia',
63
+ 'Австралия',
64
64
  ['oceania'],
65
65
  'au',
66
66
  '61',
@@ -68,30 +68,30 @@ var countriesData = [
68
68
  0,
69
69
  ['2', '3', '4', '7', '8', '02', '03', '04', '07', '08'],
70
70
  ],
71
- ['Austria', ['europe', 'eu-union'], 'at', '43'],
72
- ['Azerbaijan', ['asia', 'ex-ussr'], 'az', '994', '.. ... .. ..'],
73
- ['Bahamas', ['america', 'carribean'], 'bs', '1242'],
74
- ['Bahrain', ['middle-east'], 'bh', '973'],
75
- ['Bangladesh', ['asia'], 'bd', '880'],
76
- ['Barbados', ['america', 'carribean'], 'bb', '1246'],
77
- ['Belarus', ['europe', 'ex-ussr'], 'by', '375', '.. ... .. ..'],
78
- ['Belgium', ['europe', 'eu-union'], 'be', '32', '... .. .. ..'],
79
- ['Belize', ['america', 'central-america'], 'bz', '501'],
80
- ['Benin', ['africa'], 'bj', '229'],
81
- ['Bhutan', ['asia'], 'bt', '975'],
82
- ['Bolivia', ['america', 'south-america'], 'bo', '591'],
83
- ['Bosnia and Herzegovina', ['europe', 'ex-yugos'], 'ba', '387'],
84
- ['Botswana', ['africa'], 'bw', '267'],
85
- ['Brazil', ['america', 'south-america'], 'br', '55', '.. .........'],
86
- ['British Indian Ocean Territory', ['asia'], 'io', '246'],
87
- ['Brunei', ['asia'], 'bn', '673'],
88
- ['Bulgaria', ['europe', 'eu-union'], 'bg', '359'],
89
- ['Burkina Faso', ['africa'], 'bf', '226'],
90
- ['Burundi', ['africa'], 'bi', '257'],
91
- ['Cambodia', ['asia'], 'kh', '855'],
92
- ['Cameroon', ['africa'], 'cm', '237'],
71
+ ['Австрия', ['europe', 'eu-union'], 'at', '43'],
72
+ ['Азербайджан', ['asia', 'ex-ussr'], 'az', '994', '.. ... .. ..'],
73
+ ['Багамы', ['america', 'carribean'], 'bs', '1242'],
74
+ ['Бахрейн', ['middle-east'], 'bh', '973'],
75
+ ['Бангладеш', ['asia'], 'bd', '880'],
76
+ ['Барбадос', ['america', 'carribean'], 'bb', '1246'],
77
+ ['Беларусь', ['europe', 'ex-ussr'], 'by', '375', '.. ... .. ..'],
78
+ ['Бельгия', ['europe', 'eu-union'], 'be', '32', '... .. .. ..'],
79
+ ['Белиз', ['america', 'central-america'], 'bz', '501'],
80
+ ['Бенин', ['africa'], 'bj', '229'],
81
+ ['Бутан', ['asia'], 'bt', '975'],
82
+ ['Боливия', ['america', 'south-america'], 'bo', '591'],
83
+ ['Босния и Герцеговина', ['europe', 'ex-yugos'], 'ba', '387'],
84
+ ['Ботсвана', ['africa'], 'bw', '267'],
85
+ ['Бразилия', ['america', 'south-america'], 'br', '55', '.. .........'],
86
+ ['Британская территория в Индийском океане', ['asia'], 'io', '246'],
87
+ ['Бруней', ['asia'], 'bn', '673'],
88
+ ['Болгария', ['europe', 'eu-union'], 'bg', '359'],
89
+ ['Буркина-Фасо', ['africa'], 'bf', '226'],
90
+ ['Бурунди', ['africa'], 'bi', '257'],
91
+ ['Камбоджа', ['asia'], 'kh', '855'],
92
+ ['Камерун', ['africa'], 'cm', '237'],
93
93
  [
94
- 'Canada',
94
+ 'Канада',
95
95
  ['america', 'north-america'],
96
96
  'ca',
97
97
  '1',
@@ -142,96 +142,96 @@ var countriesData = [
142
142
  '905',
143
143
  ],
144
144
  ],
145
- ['Cape Verde', ['africa'], 'cv', '238'],
146
- ['Caribbean Netherlands', ['america', 'carribean'], 'bq', '599', '', 1],
147
- ['Central African Republic', ['africa'], 'cf', '236'],
148
- ['Chad', ['africa'], 'td', '235'],
149
- ['Chile', ['america', 'south-america'], 'cl', '56'],
150
- ['China', ['asia'], 'cn', '86', '.. .........'],
151
- ['Colombia', ['america', 'south-america'], 'co', '57', '... ... ....'],
152
- ['Comoros', ['africa'], 'km', '269'],
153
- ['Congo', ['africa'], 'cd', '243'],
154
- ['Congo', ['africa'], 'cg', '242'],
155
- ['Costa Rica', ['america', 'central-america'], 'cr', '506', '.... ....'],
156
- ['Côte d’Ivoire', ['africa'], 'ci', '225', '.. .. .. ..'],
157
- ['Croatia', ['europe', 'eu-union', 'ex-yugos'], 'hr', '385'],
158
- ['Cuba', ['america', 'carribean'], 'cu', '53'],
159
- ['Curaçao', ['america', 'carribean'], 'cw', '599', '', 0],
160
- ['Cyprus', ['europe', 'eu-union'], 'cy', '357', '.. ......'],
161
- ['Czech Republic', ['europe', 'eu-union'], 'cz', '420', '... ... ...'],
162
- ['Denmark', ['europe', 'eu-union', 'baltic'], 'dk', '45', '.. .. .. ..'],
163
- ['Djibouti', ['africa'], 'dj', '253'],
164
- ['Dominica', ['america', 'carribean'], 'dm', '1767'],
165
- ['Dominican Republic', ['america', 'carribean'], 'do', '1', '', 2, ['809', '829', '849']],
166
- ['Ecuador', ['america', 'south-america'], 'ec', '593'],
167
- ['Egypt', ['africa', 'north-africa'], 'eg', '20'],
168
- ['El Salvador', ['america', 'central-america'], 'sv', '503', '.... ....'],
169
- ['Equatorial Guinea', ['africa'], 'gq', '240'],
170
- ['Eritrea', ['africa'], 'er', '291'],
171
- ['Estonia', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'ee', '372', '.... ......'],
172
- ['Ethiopia', ['africa'], 'et', '251'],
173
- ['Fiji', ['oceania'], 'fj', '679'],
174
- ['Finland', ['europe', 'eu-union', 'baltic'], 'fi', '358', '.. ... .. ..'],
175
- ['France', ['europe', 'eu-union'], 'fr', '33', '. .. .. .. ..'],
176
- ['French Guiana', ['america', 'south-america'], 'gf', '594'],
177
- ['French Polynesia', ['oceania'], 'pf', '689'],
178
- ['Gabon', ['africa'], 'ga', '241'],
179
- ['Gambia', ['africa'], 'gm', '220'],
180
- ['Georgia', ['asia', 'ex-ussr'], 'ge', '995'],
181
- ['Germany', ['europe', 'eu-union', 'baltic'], 'de', '49', '.... ........'],
182
- ['Ghana', ['africa'], 'gh', '233'],
183
- ['Greece', ['europe', 'eu-union'], 'gr', '30'],
184
- ['Grenada', ['america', 'carribean'], 'gd', '1473'],
185
- ['Guadeloupe', ['america', 'carribean'], 'gp', '590', '', 0],
186
- ['Guam', ['oceania'], 'gu', '1671'],
187
- ['Guatemala', ['america', 'central-america'], 'gt', '502', '.... ....'],
188
- ['Guinea', ['africa'], 'gn', '224'],
189
- ['Guinea-Bissau', ['africa'], 'gw', '245'],
190
- ['Guyana', ['america', 'south-america'], 'gy', '592'],
191
- ['Haiti', ['america', 'carribean'], 'ht', '509', '.... ....'],
192
- ['Honduras', ['america', 'central-america'], 'hn', '504'],
193
- ['Hong Kong', ['asia'], 'hk', '852', '.... ....'],
194
- ['Hungary', ['europe', 'eu-union'], 'hu', '36'],
195
- ['Iceland', ['europe'], 'is', '354', '... ....'],
196
- ['India', ['asia'], 'in', '91', '..... .....'],
197
- ['Indonesia', ['asia'], 'id', '62'],
198
- ['Iran', ['middle-east'], 'ir', '98', '... ... ....'],
199
- ['Iraq', ['middle-east'], 'iq', '964'],
200
- ['Ireland', ['europe', 'eu-union'], 'ie', '353', '.. .......'],
201
- ['Israel', ['middle-east'], 'il', '972', '... ... ....'],
202
- ['Italy', ['europe', 'eu-union'], 'it', '39', '... .......', 0],
203
- ['Jamaica', ['america', 'carribean'], 'jm', '1876'],
204
- ['Japan', ['asia'], 'jp', '81', '.. .... ....'],
205
- ['Jordan', ['middle-east'], 'jo', '962'],
206
- ['Kazakhstan', ['asia', 'ex-ussr'], 'kz', '7', '... ... .. ..', 1, ['6', '7']],
207
- ['Kenya', ['africa'], 'ke', '254'],
208
- ['Kiribati', ['oceania'], 'ki', '686'],
209
- ['Kosovo', ['europe', 'ex-yugos'], 'xk', '383'],
210
- ['Kuwait', ['middle-east'], 'kw', '965'],
211
- ['Kyrgyzstan', ['asia', 'ex-ussr'], 'kg', '996', '... ... ...'],
212
- ['Laos', ['asia'], 'la', '856'],
213
- ['Latvia', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lv', '371', '.. ... ...'],
214
- ['Lebanon', ['middle-east'], 'lb', '961'],
215
- ['Lesotho', ['africa'], 'ls', '266'],
216
- ['Liberia', ['africa'], 'lr', '231'],
217
- ['Libya', ['africa', 'north-africa'], 'ly', '218'],
218
- ['Liechtenstein', ['europe'], 'li', '423'],
219
- ['Lithuania', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lt', '370'],
220
- ['Luxembourg', ['europe', 'eu-union'], 'lu', '352'],
221
- ['Macau', ['asia'], 'mo', '853'],
222
- ['Macedonia', ['europe', 'ex-yugos'], 'mk', '389'],
223
- ['Madagascar', ['africa'], 'mg', '261'],
224
- ['Malawi', ['africa'], 'mw', '265'],
225
- ['Malaysia', ['asia'], 'my', '60', '.. .... ....'],
226
- ['Maldives', ['asia'], 'mv', '960'],
227
- ['Mali', ['africa'], 'ml', '223'],
228
- ['Malta', ['europe', 'eu-union'], 'mt', '356'],
229
- ['Marshall Islands', ['oceania'], 'mh', '692'],
230
- ['Martinique', ['america', 'carribean'], 'mq', '596'],
231
- ['Mauritania', ['africa'], 'mr', '222'],
232
- ['Mauritius', ['africa'], 'mu', '230'],
145
+ ['Кабо-Верде', ['africa'], 'cv', '238'],
146
+ ['Карибские Нидерланды', ['america', 'carribean'], 'bq', '599', '', 1],
147
+ ['Центральноафриканская Республика', ['africa'], 'cf', '236'],
148
+ ['Чад', ['africa'], 'td', '235'],
149
+ ['Чили', ['america', 'south-america'], 'cl', '56'],
150
+ ['Китай', ['asia'], 'cn', '86', '.. .........'],
151
+ ['Колумбия', ['america', 'south-america'], 'co', '57', '... ... ....'],
152
+ ['Коморы', ['africa'], 'km', '269'],
153
+ ['Конго', ['africa'], 'cd', '243'],
154
+ ['Конго', ['africa'], 'cg', '242'],
155
+ ['Коста-Рика', ['america', 'central-america'], 'cr', '506', '.... ....'],
156
+ ['Кот-д’Ивуар', ['africa'], 'ci', '225', '.. .. .. ..'],
157
+ ['Хорватия', ['europe', 'eu-union', 'ex-yugos'], 'hr', '385'],
158
+ ['Куба', ['america', 'carribean'], 'cu', '53'],
159
+ ['Кюрасао', ['america', 'carribean'], 'cw', '599', '', 0],
160
+ ['Кипр', ['europe', 'eu-union'], 'cy', '357', '.. ......'],
161
+ ['Чехия', ['europe', 'eu-union'], 'cz', '420', '... ... ...'],
162
+ ['Дания', ['europe', 'eu-union', 'baltic'], 'dk', '45', '.. .. .. ..'],
163
+ ['Джибути', ['africa'], 'dj', '253'],
164
+ ['Доминика', ['america', 'carribean'], 'dm', '1767'],
165
+ ['Доминиканская Республика', ['america', 'carribean'], 'do', '1', '', 2, ['809', '829', '849']],
166
+ ['Эквадор', ['america', 'south-america'], 'ec', '593'],
167
+ ['Египет', ['africa', 'north-africa'], 'eg', '20'],
168
+ ['Сальвадор', ['america', 'central-america'], 'sv', '503', '.... ....'],
169
+ ['Экваториальная Гвинея', ['africa'], 'gq', '240'],
170
+ ['Эритрея', ['africa'], 'er', '291'],
171
+ ['Эстония', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'ee', '372', '.... ......'],
172
+ ['Эфиопия', ['africa'], 'et', '251'],
173
+ ['Фиджи', ['oceania'], 'fj', '679'],
174
+ ['Финляндия', ['europe', 'eu-union', 'baltic'], 'fi', '358', '.. ... .. ..'],
175
+ ['Франция', ['europe', 'eu-union'], 'fr', '33', '. .. .. .. ..'],
176
+ ['Французская Гвиана', ['america', 'south-america'], 'gf', '594'],
177
+ ['Французская Полинезия', ['oceania'], 'pf', '689'],
178
+ ['Габон', ['africa'], 'ga', '241'],
179
+ ['Гамбия', ['africa'], 'gm', '220'],
180
+ ['Грузия', ['asia', 'ex-ussr'], 'ge', '995'],
181
+ ['Германия', ['europe', 'eu-union', 'baltic'], 'de', '49', '.... ........'],
182
+ ['Гана', ['africa'], 'gh', '233'],
183
+ ['Греция', ['europe', 'eu-union'], 'gr', '30'],
184
+ ['Гренада', ['america', 'carribean'], 'gd', '1473'],
185
+ ['Гваделупа', ['america', 'carribean'], 'gp', '590', '', 0],
186
+ ['Гуам', ['oceania'], 'gu', '1671'],
187
+ ['Гватемала', ['america', 'central-america'], 'gt', '502', '.... ....'],
188
+ ['Гвинея', ['africa'], 'gn', '224'],
189
+ ['Гвинея-Бисау', ['africa'], 'gw', '245'],
190
+ ['Гайана', ['america', 'south-america'], 'gy', '592'],
191
+ ['Гаити', ['america', 'carribean'], 'ht', '509', '.... ....'],
192
+ ['Гондурас', ['america', 'central-america'], 'hn', '504'],
193
+ ['Гонконг', ['asia'], 'hk', '852', '.... ....'],
194
+ ['Венгрия', ['europe', 'eu-union'], 'hu', '36'],
195
+ ['Исландия', ['europe'], 'is', '354', '... ....'],
196
+ ['Индия', ['asia'], 'in', '91', '..... .....'],
197
+ ['Индонезия', ['asia'], 'id', '62'],
198
+ ['Иран', ['middle-east'], 'ir', '98', '... ... ....'],
199
+ ['Ирак', ['middle-east'], 'iq', '964'],
200
+ ['Ирландия', ['europe', 'eu-union'], 'ie', '353', '.. .......'],
201
+ ['Израиль', ['middle-east'], 'il', '972', '... ... ....'],
202
+ ['Италия', ['europe', 'eu-union'], 'it', '39', '... .......', 0],
203
+ ['Ямайка', ['america', 'carribean'], 'jm', '1876'],
204
+ ['Япония', ['asia'], 'jp', '81', '.. .... ....'],
205
+ ['Иордания', ['middle-east'], 'jo', '962'],
206
+ ['Казахстан', ['asia', 'ex-ussr'], 'kz', '7', '... ... .. ..', 1, ['6', '7']],
207
+ ['Кения', ['africa'], 'ke', '254'],
208
+ ['Кирибати', ['oceania'], 'ki', '686'],
209
+ ['Република Косово', ['europe', 'ex-yugos'], 'xk', '383'],
210
+ ['Кувейт', ['middle-east'], 'kw', '965'],
211
+ ['Киргизия', ['asia', 'ex-ussr'], 'kg', '996', '... ... ...'],
212
+ ['Лаос', ['asia'], 'la', '856'],
213
+ ['Латвия', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lv', '371', '.. ... ...'],
214
+ ['Ливан', ['middle-east'], 'lb', '961'],
215
+ ['Лесото', ['africa'], 'ls', '266'],
216
+ ['Либерия', ['africa'], 'lr', '231'],
217
+ ['Ливия', ['africa', 'north-africa'], 'ly', '218'],
218
+ ['Лихтенштейн', ['europe'], 'li', '423'],
219
+ ['Литва', ['europe', 'eu-union', 'ex-ussr', 'baltic'], 'lt', '370'],
220
+ ['Люксембург', ['europe', 'eu-union'], 'lu', '352'],
221
+ ['Макао', ['asia'], 'mo', '853'],
222
+ ['Македония', ['europe', 'ex-yugos'], 'mk', '389'],
223
+ ['Мадагаскар', ['africa'], 'mg', '261'],
224
+ ['Малави', ['africa'], 'mw', '265'],
225
+ ['Малайзия', ['asia'], 'my', '60', '.. .... ....'],
226
+ ['Мальдивы', ['asia'], 'mv', '960'],
227
+ ['Мали', ['africa'], 'ml', '223'],
228
+ ['Мальта', ['europe', 'eu-union'], 'mt', '356'],
229
+ ['Маршалловы Острова', ['oceania'], 'mh', '692'],
230
+ ['Мартиника', ['america', 'carribean'], 'mq', '596'],
231
+ ['Мавритания', ['africa'], 'mr', '222'],
232
+ ['Маврикий', ['africa'], 'mu', '230'],
233
233
  [
234
- 'Mexico',
234
+ 'Мексика',
235
235
  ['america', 'central-america'],
236
236
  'mx',
237
237
  '52',
@@ -239,87 +239,93 @@ var countriesData = [
239
239
  0,
240
240
  ['55', '81', '33', '656', '664', '998', '774', '229'],
241
241
  ],
242
- ['Micronesia', ['oceania'], 'fm', '691'],
243
- ['Moldova', ['europe'], 'md', '373', '.. .. .. ..'],
244
- ['Monaco', ['europe'], 'mc', '377'],
245
- ['Mongolia', ['asia'], 'mn', '976'],
246
- ['Montenegro', ['europe', 'ex-yugos'], 'me', '382'],
247
- ['Morocco', ['africa', 'north-africa'], 'ma', '212'],
248
- ['Mozambique', ['africa'], 'mz', '258'],
249
- ['Myanmar', ['asia'], 'mm', '95'],
250
- ['Namibia', ['africa'], 'na', '264'],
251
- ['Nauru', ['africa'], 'nr', '674'],
252
- ['Nepal', ['asia'], 'np', '977'],
253
- ['Netherlands', ['europe', 'eu-union'], 'nl', '31', '.. ........'],
254
- ['New Caledonia', ['oceania'], 'nc', '687'],
255
- ['New Zealand', ['oceania'], 'nz', '64', '... ... ....'],
256
- ['Nicaragua', ['america', 'central-america'], 'ni', '505'],
257
- ['Niger', ['africa'], 'ne', '227'],
258
- ['Nigeria', ['africa'], 'ng', '234'],
259
- ['North Korea', ['asia'], 'kp', '850'],
260
- ['Norway', ['europe', 'baltic'], 'no', '47', '... .. ...'],
261
- ['Oman', ['middle-east'], 'om', '968'],
262
- ['Pakistan', ['asia'], 'pk', '92', '... .......'],
263
- ['Palau', ['oceania'], 'pw', '680'],
264
- ['Palestine', ['middle-east'], 'ps', '970'],
265
- ['Panama', ['america', 'central-america'], 'pa', '507'],
266
- ['Papua New Guinea', ['oceania'], 'pg', '675'],
267
- ['Paraguay', ['america', 'south-america'], 'py', '595'],
268
- ['Peru', ['america', 'south-america'], 'pe', '51'],
269
- ['Philippines', ['asia'], 'ph', '63', '.... .......'],
270
- ['Poland', ['europe', 'eu-union', 'baltic'], 'pl', '48', '... ... ...'],
271
- ['Portugal', ['europe', 'eu-union'], 'pt', '351'],
272
- ['Puerto Rico', ['america', 'carribean'], 'pr', '1', '', 3, ['787', '939']],
273
- ['Qatar', ['middle-east'], 'qa', '974'],
274
- ['Réunion', ['africa'], 're', '262'],
275
- ['Romania', ['europe', 'eu-union'], 'ro', '40'],
276
- ['Russia', ['europe', 'asia', 'ex-ussr', 'baltic'], 'ru', '7', '... ... .. ..', 0],
277
- ['Rwanda', ['africa'], 'rw', '250'],
278
- ['Saint Kitts and Nevis', ['america', 'carribean'], 'kn', '1869'],
279
- ['Saint Lucia', ['america', 'carribean'], 'lc', '1758'],
280
- ['Saint Vincent and the Grenadines', ['america', 'carribean'], 'vc', '1784'],
281
- ['Samoa', ['oceania'], 'ws', '685'],
282
- ['San Marino', ['europe'], 'sm', '378'],
283
- ['São Tomé and Príncipe', ['africa'], 'st', '239'],
284
- ['Saudi Arabia', ['middle-east'], 'sa', '966'],
285
- ['Senegal', ['africa'], 'sn', '221'],
286
- ['Serbia', ['europe', 'ex-yugos'], 'rs', '381'],
287
- ['Seychelles', ['africa'], 'sc', '248'],
288
- ['Sierra Leone', ['africa'], 'sl', '232'],
289
- ['Singapore', ['asia'], 'sg', '65', '.... ....'],
290
- ['Slovakia', ['europe', 'eu-union'], 'sk', '421'],
291
- ['Slovenia', ['europe', 'eu-union', 'ex-yugos'], 'si', '386'],
292
- ['Solomon Islands', ['oceania'], 'sb', '677'],
293
- ['Somalia', ['africa'], 'so', '252'],
294
- ['South Africa', ['africa'], 'za', '27'],
295
- ['South Korea', ['asia'], 'kr', '82', '... .... ....'],
296
- ['South Sudan', ['africa', 'north-africa'], 'ss', '211'],
297
- ['Spain', ['europe', 'eu-union'], 'es', '34', '... ... ...'],
298
- ['Sri Lanka', ['asia'], 'lk', '94'],
299
- ['Sudan', ['africa'], 'sd', '249'],
300
- ['Suriname', ['america', 'south-america'], 'sr', '597'],
301
- ['Swaziland', ['africa'], 'sz', '268'],
302
- ['Sweden', ['europe', 'eu-union', 'baltic'], 'se', '46', '... ... ...'],
303
- ['Switzerland', ['europe'], 'ch', '41', '.. ... .. ..'],
304
- ['Syria', ['middle-east'], 'sy', '963'],
305
- ['Taiwan', ['asia'], 'tw', '886'],
306
- ['Tajikistan', ['asia', 'ex-ussr'], 'tj', '992'],
307
- ['Tanzania', ['africa'], 'tz', '255'],
308
- ['Thailand', ['asia'], 'th', '66'],
309
- ['Timor-Leste', ['asia'], 'tl', '670'],
310
- ['Togo', ['africa'], 'tg', '228'],
311
- ['Tonga', ['oceania'], 'to', '676'],
312
- ['Trinidad and Tobago', ['america', 'carribean'], 'tt', '1868'],
313
- ['Tunisia', ['africa', 'north-africa'], 'tn', '216'],
314
- ['Turkey', ['europe'], 'tr', '90', '... ... .. ..'],
315
- ['Turkmenistan', ['asia', 'ex-ussr'], 'tm', '993'],
316
- ['Tuvalu', ['asia'], 'tv', '688'],
317
- ['Uganda', ['africa'], 'ug', '256'],
318
- ['Ukraine', ['europe', 'ex-ussr'], 'ua', '380', '.. ... .. ..'],
319
- ['United Arab Emirates', ['middle-east'], 'ae', '971'],
320
- ['United Kingdom', ['europe', 'eu-union'], 'gb', '44', '.... ......'],
242
+ ['Федеративные Штаты Микронезии', ['oceania'], 'fm', '691'],
243
+ ['Молдавия', ['europe'], 'md', '373', '.. .. .. ..'],
244
+ ['Монако', ['europe'], 'mc', '377'],
245
+ ['Монголия', ['asia'], 'mn', '976'],
246
+ ['Черногория', ['europe', 'ex-yugos'], 'me', '382'],
247
+ ['Морокко', ['africa', 'north-africa'], 'ma', '212'],
248
+ ['Мозамбик', ['africa'], 'mz', '258'],
249
+ ['Мьянма', ['asia'], 'mm', '95'],
250
+ ['Намибия', ['africa'], 'na', '264'],
251
+ ['Науру', ['africa'], 'nr', '674'],
252
+ ['Непал', ['asia'], 'np', '977'],
253
+ ['Нидерланды', ['europe', 'eu-union'], 'nl', '31', '.. ........'],
254
+ ['Новая Каледония', ['oceania'], 'nc', '687'],
255
+ ['Новая Зеландия', ['oceania'], 'nz', '64', '... ... ....'],
256
+ ['Никарагуа', ['america', 'central-america'], 'ni', '505'],
257
+ ['Нигер', ['africa'], 'ne', '227'],
258
+ ['Нигерия', ['africa'], 'ng', '234'],
259
+ ['Корейская Народно-Демократическая Республика', ['asia'], 'kp', '850'],
260
+ ['Норвегия', ['europe', 'baltic'], 'no', '47', '... .. ...'],
261
+ ['Оман', ['middle-east'], 'om', '968'],
262
+ ['Пакистан', ['asia'], 'pk', '92', '... .......'],
263
+ ['Палау', ['oceania'], 'pw', '680'],
264
+ ['Палестина', ['middle-east'], 'ps', '970'],
265
+ ['Панама', ['america', 'central-america'], 'pa', '507'],
266
+ ['Папуа Новая Гвинея', ['oceania'], 'pg', '675'],
267
+ ['Парагвай', ['america', 'south-america'], 'py', '595'],
268
+ ['Перу', ['america', 'south-america'], 'pe', '51'],
269
+ ['Филиппины', ['asia'], 'ph', '63', '.... .......'],
270
+ ['Польша', ['europe', 'eu-union', 'baltic'], 'pl', '48', '... ... ...'],
271
+ ['Португалия', ['europe', 'eu-union'], 'pt', '351'],
272
+ ['Пуэрто-Рико', ['america', 'carribean'], 'pr', '1', '', 3, ['787', '939']],
273
+ ['Катар', ['middle-east'], 'qa', '974'],
274
+ ['Реюньон', ['africa'], 're', '262'],
275
+ ['Румыния', ['europe', 'eu-union'], 'ro', '40'],
276
+ ['Россия', ['europe', 'asia', 'ex-ussr', 'baltic'], 'ru', '7', '... ... .. ..', 0],
277
+ ['Руанда', ['africa'], 'rw', '250'],
278
+ ['Сент-Китс и Невис', ['america', 'carribean'], 'kn', '1869'],
279
+ ['Сент-Люсия', ['america', 'carribean'], 'lc', '1758'],
280
+ ['Сент-Винсент и Гренадины', ['america', 'carribean'], 'vc', '1784'],
281
+ ['Самоа', ['oceania'], 'ws', '685'],
282
+ ['Сан-Марино', ['europe'], 'sm', '378'],
283
+ ['Сан-Томе и Принсипи', ['africa'], 'st', '239'],
284
+ ['Саудовская Аравия', ['middle-east'], 'sa', '966'],
285
+ ['Сенегал', ['africa'], 'sn', '221'],
286
+ ['Сербия', ['europe', 'ex-yugos'], 'rs', '381'],
287
+ ['Сейшельские Острова', ['africa'], 'sc', '248'],
288
+ ['Сьерра-Леоне', ['africa'], 'sl', '232'],
289
+ ['Сингапур', ['asia'], 'sg', '65', '.... ....'],
290
+ ['Словакия', ['europe', 'eu-union'], 'sk', '421'],
291
+ ['Словения', ['europe', 'eu-union', 'ex-yugos'], 'si', '386'],
292
+ ['Соломоновы Острова', ['oceania'], 'sb', '677'],
293
+ ['Сомали', ['africa'], 'so', '252'],
294
+ ['Южно-Африканская Республика', ['africa'], 'za', '27'],
295
+ ['Южная Корея', ['asia'], 'kr', '82', '... .... ....'],
296
+ ['Южный Судан', ['africa', 'north-africa'], 'ss', '211'],
297
+ ['Испания', ['europe', 'eu-union'], 'es', '34', '... ... ...'],
298
+ ['Шри-Ланка', ['asia'], 'lk', '94'],
299
+ ['Судан', ['africa'], 'sd', '249'],
300
+ ['Суринам', ['america', 'south-america'], 'sr', '597'],
301
+ ['Эсватини', ['africa'], 'sz', '268'],
302
+ ['Швеция', ['europe', 'eu-union', 'baltic'], 'se', '46', '... ... ...'],
303
+ ['Швейцария', ['europe'], 'ch', '41', '.. ... .. ..'],
304
+ ['Сирия', ['middle-east'], 'sy', '963'],
305
+ ['Тайвань', ['asia'], 'tw', '886'],
306
+ ['Таджикистан', ['asia', 'ex-ussr'], 'tj', '992'],
307
+ ['Танзания', ['africa'], 'tz', '255'],
308
+ ['Таиланд', ['asia'], 'th', '66'],
309
+ ['Тимор-Лесте', ['asia'], 'tl', '670'],
310
+ ['Того', ['africa'], 'tg', '228'],
311
+ ['Тонга', ['oceania'], 'to', '676'],
312
+ ['Тринидад и Тобаго', ['america', 'carribean'], 'tt', '1868'],
313
+ ['Тунис', ['africa', 'north-africa'], 'tn', '216'],
314
+ ['Турция', ['europe'], 'tr', '90', '... ... .. ..'],
315
+ ['Туркменистан', ['asia', 'ex-ussr'], 'tm', '993'],
316
+ ['Тувалу', ['asia'], 'tv', '688'],
317
+ ['Уганда', ['africa'], 'ug', '256'],
318
+ ['Украина', ['europe', 'ex-ussr'], 'ua', '380', '.. ... .. ..'],
319
+ ['ОАЭ', ['middle-east'], 'ae', '971'],
321
320
  [
322
- 'United States',
321
+ 'Соединенное Королевство Великобритании и Северной Ирландии',
322
+ ['europe', 'eu-union'],
323
+ 'gb',
324
+ '44',
325
+ '.... ......',
326
+ ],
327
+ [
328
+ 'США',
323
329
  ['america', 'north-america'],
324
330
  'us',
325
331
  '1',
@@ -569,15 +575,23 @@ var countriesData = [
569
575
  '307',
570
576
  ],
571
577
  ],
572
- ['Uruguay', ['america', 'south-america'], 'uy', '598'],
573
- ['Uzbekistan', ['asia', 'ex-ussr'], 'uz', '998', '.. ... .. ..'],
574
- ['Vanuatu', ['oceania'], 'vu', '678'],
575
- ['Vatican City', ['europe'], 'va', '39', '.. .... ....', 1],
576
- ['Venezuela', ['america', 'south-america'], 've', '58'],
577
- ['Vietnam', ['asia'], 'vn', '84'],
578
- ['Yemen', ['middle-east'], 'ye', '967'],
579
- ['Zambia', ['africa'], 'zm', '260'],
580
- ['Zimbabwe', ['africa'], 'zw', '263'],
578
+ ['Уругвай', ['america', 'south-america'], 'uy', '598'],
579
+ ['Узбекистан', ['asia', 'ex-ussr'], 'uz', '998', '.. ... .. ..'],
580
+ ['Вануату', ['oceania'], 'vu', '678'],
581
+ ['Ватикан', ['europe'], 'va', '39', '.. .... ....', 1],
582
+ ['Венесуэла', ['america', 'south-america'], 've', '58'],
583
+ ['Вьетнам', ['asia'], 'vn', '84'],
584
+ ['Йемен', ['middle-east'], 'ye', '967'],
585
+ ['Замбия', ['africa'], 'zm', '260'],
586
+ ['Зимбабве', ['africa'], 'zw', '263'],
587
+ ['Гибралтар', ['europe'], 'gi', '350'],
588
+ ['Гренландия', ['america', 'north-america'], 'gl', '299'],
589
+ ['Монсеррат', ['america', 'carribean'], 'ms', '1664'],
590
+ ['Сент-Пьер и Микелон', ['america'], 'pm', '508'],
591
+ ['Теркс и Кайкос', ['america', 'carribean'], 'tc', '1649'],
592
+ ['Виргинские острова (Британские)', ['america', 'carribean'], 'vg', '1284'],
593
+ ['Виргинские острова (США)', ['america', 'carribean'], 'vi', '1340'],
594
+ ['Уоллис и Футуна', ['oceania'], 'wf', '681'],
581
595
  ];
582
596
 
583
597
  export { countriesData };
@@ -1,2 +1,2 @@
1
1
  export { Button } from "./Component.responsive-8566963f";
2
- export type { ButtonProps } from "./typings-61e2321e";
2
+ export type { ButtonProps } from "./typings-6d57839f";
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { CommonButtonProps } from "./typings-61e2321e";
3
+ import { CommonButtonProps } from "./typings-6d57839f";
4
4
  declare const ButtonDesktop: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
5
5
  export { ButtonDesktop };
6
- export type { CommonButtonProps as ButtonDesktopProps } from "./typings-61e2321e";
6
+ export type { CommonButtonProps as ButtonDesktopProps } from "./typings-6d57839f";
@@ -12,7 +12,7 @@ type ComponentProps = {
12
12
  * Тип кнопки
13
13
  * @default secondary
14
14
  */
15
- view?: 'accent' | 'primary' | 'secondary' | 'tertiary' | 'outlined' | 'filled' | 'transparent' | 'link' | 'ghost';
15
+ view?: 'accent' | 'primary' | 'secondary' | 'outlined' | 'transparent' | 'text' | 'tertiary' | 'filled' | 'link' | 'ghost';
16
16
  /**
17
17
  * Форма кнопки
18
18
  * @default rectangular
@@ -10,7 +10,7 @@ import { CSSTransitionProps } from "react-transition-group/CSSTransition";
10
10
  import { BasePlacement, VariationPlacement } from "@popperjs/core";
11
11
  import { SwipeableHandlers } from "react-swipeable";
12
12
  import { TextElementType, TextSkeletonProps } from "./types-1328ead9";
13
- import { ButtonProps } from "./index-61e2321e";
13
+ import { ButtonProps } from "./index-6d57839f";
14
14
  import { ContentProps } from "./typings-88b743b5";
15
15
  import { ModalResponsiveProps as ModalProps } from "./typings-88b743b5";
16
16
  import { InputProps } from "../../input";
@@ -1,2 +1,2 @@
1
1
  export { Button } from "./Component.responsive-8566963f";
2
- export type { ButtonProps } from "./typings-61e2321e";
2
+ export type { ButtonProps } from "./typings-6d57839f";
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { CommonButtonProps } from "./typings-61e2321e";
3
+ import { CommonButtonProps } from "./typings-6d57839f";
4
4
  declare const ButtonDesktop: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
5
5
  export { ButtonDesktop };
6
- export type { CommonButtonProps as ButtonDesktopProps } from "./typings-61e2321e";
6
+ export type { CommonButtonProps as ButtonDesktopProps } from "./typings-6d57839f";
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
3
  import { FC } from "react";
4
- import { CommonButtonProps, PrivateButtonProps } from "./typings-61e2321e";
4
+ import { CommonButtonProps, PrivateButtonProps } from "./typings-6d57839f";
5
5
  type SpinnerProps = {
6
6
  /**
7
7
  * Управление видимостью компонента
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { CommonButtonProps, ButtonProps } from "./typings-61e2321e";
3
+ import { CommonButtonProps, ButtonProps } from "./typings-6d57839f";
4
4
  declare const ButtonMobile: React.ForwardRefExoticComponent<CommonButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
5
5
  declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
6
6
  export { ButtonMobile, Button };
7
- export type { CommonButtonProps as ButtonMobileProps } from "./typings-61e2321e";
7
+ export type { CommonButtonProps as ButtonMobileProps } from "./typings-6d57839f";