infinity-forge 9.9.0 → 9.9.2

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 (1887) hide show
  1. package/README.md +1 -21
  2. package/dist/client/client.js +8 -4
  3. package/dist/client/client.js.map +1 -1
  4. package/dist/client/generate.js +9 -4
  5. package/dist/client/generate.js.map +1 -1
  6. package/dist/client/index.js +17 -1
  7. package/dist/client/index.js.map +1 -1
  8. package/dist/client/swagger_client.js +2 -1
  9. package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +17 -1
  10. package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js.map +1 -1
  11. package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js +9 -3
  12. package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js.map +1 -1
  13. package/dist/codie_panel/atena_codie_panel_keys/index.js +18 -2
  14. package/dist/codie_panel/atena_codie_panel_keys/index.js.map +1 -1
  15. package/dist/codie_panel/atena_codie_panel_keys/keys.js +5 -2
  16. package/dist/codie_panel/atena_codie_panel_keys/keys.js.map +1 -1
  17. package/dist/codie_panel/hooks/use-panel-configurations.js +6 -3
  18. package/dist/codie_panel/hooks/use-panel-configurations.js.map +1 -1
  19. package/dist/codie_panel/index.js +19 -3
  20. package/dist/codie_panel/index.js.map +1 -1
  21. package/dist/codie_panel/pages/configurations/components/index.js +17 -1
  22. package/dist/codie_panel/pages/configurations/components/index.js.map +1 -1
  23. package/dist/codie_panel/pages/configurations/components/menu-card/index.js +6 -3
  24. package/dist/codie_panel/pages/configurations/components/menu-card/index.js.map +1 -1
  25. package/dist/codie_panel/pages/configurations/index.js +17 -1
  26. package/dist/codie_panel/pages/configurations/index.js.map +1 -1
  27. package/dist/codie_panel/pages/configurations/page.js +11 -8
  28. package/dist/codie_panel/pages/configurations/page.js.map +1 -1
  29. package/dist/codie_panel/pages/index.js +18 -2
  30. package/dist/codie_panel/pages/index.js.map +1 -1
  31. package/dist/codie_panel/pages/menu/components/index.js +17 -1
  32. package/dist/codie_panel/pages/menu/components/index.js.map +1 -1
  33. package/dist/codie_panel/pages/menu/components/menu-card/index.js +6 -3
  34. package/dist/codie_panel/pages/menu/components/menu-card/index.js.map +1 -1
  35. package/dist/codie_panel/pages/menu/index.js +17 -1
  36. package/dist/codie_panel/pages/menu/index.js.map +1 -1
  37. package/dist/codie_panel/pages/menu/page.js +10 -7
  38. package/dist/codie_panel/pages/menu/page.js.map +1 -1
  39. package/dist/codie_panel/panel_configurations/index.js +2 -1
  40. package/dist/index.d.ts +1 -1
  41. package/dist/index.js +20 -4
  42. package/dist/index.js.map +1 -1
  43. package/dist/system/components/data/avatar/index.js +55 -8
  44. package/dist/system/components/data/avatar/index.js.map +1 -1
  45. package/dist/system/components/data/avatar/styles.js +13 -30
  46. package/dist/system/components/data/avatar/styles.js.map +1 -1
  47. package/dist/system/components/data/buttons/index.js +17 -1
  48. package/dist/system/components/data/buttons/index.js.map +1 -1
  49. package/dist/system/components/data/buttons/sidebar-button/index.js +41 -5
  50. package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -1
  51. package/dist/system/components/data/buttons/sidebar-button/styles.js +13 -17
  52. package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -1
  53. package/dist/system/components/data/chat/card-message/index.js +43 -6
  54. package/dist/system/components/data/chat/card-message/index.js.map +1 -1
  55. package/dist/system/components/data/chat/card-message/styles.js +13 -38
  56. package/dist/system/components/data/chat/card-message/styles.js.map +1 -1
  57. package/dist/system/components/data/chat/index.js +45 -8
  58. package/dist/system/components/data/chat/index.js.map +1 -1
  59. package/dist/system/components/data/chat/interfaces.js +2 -1
  60. package/dist/system/components/data/chat/loader/index.js +7 -4
  61. package/dist/system/components/data/chat/loader/index.js.map +1 -1
  62. package/dist/system/components/data/chat/schema.js +38 -2
  63. package/dist/system/components/data/chat/schema.js.map +1 -1
  64. package/dist/system/components/data/chat/styles.js +13 -150
  65. package/dist/system/components/data/chat/styles.js.map +1 -1
  66. package/dist/system/components/data/detail-card/component.js +45 -8
  67. package/dist/system/components/data/detail-card/component.js.map +1 -1
  68. package/dist/system/components/data/detail-card/index.js +18 -2
  69. package/dist/system/components/data/detail-card/index.js.map +1 -1
  70. package/dist/system/components/data/detail-card/interfaces.js +2 -1
  71. package/dist/system/components/data/detail-card/styles.js +13 -148
  72. package/dist/system/components/data/detail-card/styles.js.map +1 -1
  73. package/dist/system/components/data/highlight-icon/index.js +43 -6
  74. package/dist/system/components/data/highlight-icon/index.js.map +1 -1
  75. package/dist/system/components/data/highlight-icon/interfaces.js +2 -1
  76. package/dist/system/components/data/highlight-icon/styles.js +13 -18
  77. package/dist/system/components/data/highlight-icon/styles.js.map +1 -1
  78. package/dist/system/components/data/highlight-text/index.js +43 -6
  79. package/dist/system/components/data/highlight-text/index.js.map +1 -1
  80. package/dist/system/components/data/highlight-text/interfaces.js +2 -1
  81. package/dist/system/components/data/highlight-text/styles.js +14 -17
  82. package/dist/system/components/data/highlight-text/styles.js.map +1 -1
  83. package/dist/system/components/data/index.js +30 -14
  84. package/dist/system/components/data/index.js.map +1 -1
  85. package/dist/system/components/data/input-search/index.js +43 -6
  86. package/dist/system/components/data/input-search/index.js.map +1 -1
  87. package/dist/system/components/data/input-search/interfaces.js +2 -1
  88. package/dist/system/components/data/input-search/styles.js +13 -41
  89. package/dist/system/components/data/input-search/styles.js.map +1 -1
  90. package/dist/system/components/data/menu/component.js +9 -6
  91. package/dist/system/components/data/menu/component.js.map +1 -1
  92. package/dist/system/components/data/menu/components/index.js +17 -1
  93. package/dist/system/components/data/menu/components/index.js.map +1 -1
  94. package/dist/system/components/data/menu/components/menu-item/index.js +75 -32
  95. package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -1
  96. package/dist/system/components/data/menu/index.js +18 -2
  97. package/dist/system/components/data/menu/index.js.map +1 -1
  98. package/dist/system/components/data/menu/mock.js +4 -1
  99. package/dist/system/components/data/menu/mock.js.map +1 -1
  100. package/dist/system/components/data/menu/modes/collapsed-menu/index.js +48 -12
  101. package/dist/system/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
  102. package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +14 -88
  103. package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -1
  104. package/dist/system/components/data/menu/modes/index.js +18 -2
  105. package/dist/system/components/data/menu/modes/index.js.map +1 -1
  106. package/dist/system/components/data/menu/modes/opened/index.js +58 -21
  107. package/dist/system/components/data/menu/modes/opened/index.js.map +1 -1
  108. package/dist/system/components/data/menu/modes/opened/styles.js +14 -3
  109. package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -1
  110. package/dist/system/components/data/menu/styles.js +15 -165
  111. package/dist/system/components/data/menu/styles.js.map +1 -1
  112. package/dist/system/components/data/notifications/card/index.js +42 -5
  113. package/dist/system/components/data/notifications/card/index.js.map +1 -1
  114. package/dist/system/components/data/notifications/card/styles.js +13 -30
  115. package/dist/system/components/data/notifications/card/styles.js.map +1 -1
  116. package/dist/system/components/data/notifications/content-notification/index.js +22 -5
  117. package/dist/system/components/data/notifications/content-notification/index.js.map +1 -1
  118. package/dist/system/components/data/notifications/index.js +55 -19
  119. package/dist/system/components/data/notifications/index.js.map +1 -1
  120. package/dist/system/components/data/notifications/interfaces.js +2 -1
  121. package/dist/system/components/data/notifications/read-notifications/index.js +60 -21
  122. package/dist/system/components/data/notifications/read-notifications/index.js.map +1 -1
  123. package/dist/system/components/data/notifications/styles.js +14 -78
  124. package/dist/system/components/data/notifications/styles.js.map +1 -1
  125. package/dist/system/components/data/page-wrapper/index.js +42 -5
  126. package/dist/system/components/data/page-wrapper/index.js.map +1 -1
  127. package/dist/system/components/data/page-wrapper/interfaces.js +2 -1
  128. package/dist/system/components/data/page-wrapper/styles.js +13 -6
  129. package/dist/system/components/data/page-wrapper/styles.js.map +1 -1
  130. package/dist/system/components/data/popover/index.js +7 -3
  131. package/dist/system/components/data/popover/index.js.map +1 -1
  132. package/dist/system/components/data/popover/interfaces.js +2 -1
  133. package/dist/system/components/data/profile-infos/index.js +55 -7
  134. package/dist/system/components/data/profile-infos/index.js.map +1 -1
  135. package/dist/system/components/data/profile-infos/interfaces.js +2 -1
  136. package/dist/system/components/data/profile-infos/profile/index.js +43 -6
  137. package/dist/system/components/data/profile-infos/profile/index.js.map +1 -1
  138. package/dist/system/components/data/profile-infos/profile/interfaces.js +2 -1
  139. package/dist/system/components/data/profile-infos/profile/styles.js +13 -54
  140. package/dist/system/components/data/profile-infos/profile/styles.js.map +1 -1
  141. package/dist/system/components/data/profile-infos/styles.js +13 -13
  142. package/dist/system/components/data/profile-infos/styles.js.map +1 -1
  143. package/dist/system/components/data/select-workspace/component.js +60 -12
  144. package/dist/system/components/data/select-workspace/component.js.map +1 -1
  145. package/dist/system/components/data/select-workspace/custom-styles.js +24 -10
  146. package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -1
  147. package/dist/system/components/data/select-workspace/index.js +19 -3
  148. package/dist/system/components/data/select-workspace/index.js.map +1 -1
  149. package/dist/system/components/data/select-workspace/interfaces.js +2 -1
  150. package/dist/system/components/data/select-workspace/styles.js +14 -142
  151. package/dist/system/components/data/select-workspace/styles.js.map +1 -1
  152. package/dist/system/components/data/tab/component.js +76 -28
  153. package/dist/system/components/data/tab/component.js.map +1 -1
  154. package/dist/system/components/data/tab/index.js +18 -2
  155. package/dist/system/components/data/tab/index.js.map +1 -1
  156. package/dist/system/components/data/tab/interfaces.js +2 -1
  157. package/dist/system/components/data/tab/styles.js +13 -53
  158. package/dist/system/components/data/tab/styles.js.map +1 -1
  159. package/dist/system/components/data/tab/tab-item/index.js +42 -6
  160. package/dist/system/components/data/tab/tab-item/index.js.map +1 -1
  161. package/dist/system/components/data/tab/tab-item/styles.js +25 -42
  162. package/dist/system/components/data/tab/tab-item/styles.js.map +1 -1
  163. package/dist/system/components/index.js +18 -2
  164. package/dist/system/components/index.js.map +1 -1
  165. package/dist/system/components/layout/component.js +53 -6
  166. package/dist/system/components/layout/component.js.map +1 -1
  167. package/dist/system/components/layout/header/components/index.js +19 -3
  168. package/dist/system/components/layout/header/components/index.js.map +1 -1
  169. package/dist/system/components/layout/header/components/logo/index.js +15 -8
  170. package/dist/system/components/layout/header/components/logo/index.js.map +1 -1
  171. package/dist/system/components/layout/header/components/menu-right/component.js +53 -6
  172. package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -1
  173. package/dist/system/components/layout/header/components/menu-right/index.js +19 -3
  174. package/dist/system/components/layout/header/components/menu-right/index.js.map +1 -1
  175. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +54 -6
  176. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js.map +1 -1
  177. package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js +2 -1
  178. package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +13 -48
  179. package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js.map +1 -1
  180. package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +54 -7
  181. package/dist/system/components/layout/header/components/menu-right/messages/content/index.js.map +1 -1
  182. package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js +2 -1
  183. package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +13 -14
  184. package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -1
  185. package/dist/system/components/layout/header/components/menu-right/messages/index.js +43 -7
  186. package/dist/system/components/layout/header/components/menu-right/messages/index.js.map +1 -1
  187. package/dist/system/components/layout/header/components/menu-right/messages/styles.js +13 -16
  188. package/dist/system/components/layout/header/components/menu-right/messages/styles.js.map +1 -1
  189. package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +43 -7
  190. package/dist/system/components/layout/header/components/menu-right/profile/content/index.js.map +1 -1
  191. package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js +13 -98
  192. package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -1
  193. package/dist/system/components/layout/header/components/menu-right/profile/index.js +56 -9
  194. package/dist/system/components/layout/header/components/menu-right/profile/index.js.map +1 -1
  195. package/dist/system/components/layout/header/components/menu-right/profile/styles.js +13 -2
  196. package/dist/system/components/layout/header/components/menu-right/profile/styles.js.map +1 -1
  197. package/dist/system/components/layout/header/components/menu-right/styles.js +14 -34
  198. package/dist/system/components/layout/header/components/menu-right/styles.js.map +1 -1
  199. package/dist/system/components/layout/header/components/search-modal/index.js +57 -10
  200. package/dist/system/components/layout/header/components/search-modal/index.js.map +1 -1
  201. package/dist/system/components/layout/header/components/search-modal/search-list/index.js +67 -17
  202. package/dist/system/components/layout/header/components/search-modal/search-list/index.js.map +1 -1
  203. package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js +15 -6
  204. package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js.map +1 -1
  205. package/dist/system/components/layout/header/components/search-modal/search-list/styles.js +13 -169
  206. package/dist/system/components/layout/header/components/search-modal/search-list/styles.js.map +1 -1
  207. package/dist/system/components/layout/header/components/search-modal/styles.js +13 -11
  208. package/dist/system/components/layout/header/components/search-modal/styles.js.map +1 -1
  209. package/dist/system/components/layout/header/components/search-modal/trigger/index.js +52 -5
  210. package/dist/system/components/layout/header/components/search-modal/trigger/index.js.map +1 -1
  211. package/dist/system/components/layout/header/components/search-modal/trigger/styles.js +13 -47
  212. package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -1
  213. package/dist/system/components/layout/header/index.js +19 -5
  214. package/dist/system/components/layout/header/index.js.map +1 -1
  215. package/dist/system/components/layout/header/version-01/index.js +58 -11
  216. package/dist/system/components/layout/header/version-01/index.js.map +1 -1
  217. package/dist/system/components/layout/header/version-01/styles.js +16 -154
  218. package/dist/system/components/layout/header/version-01/styles.js.map +1 -1
  219. package/dist/system/components/layout/index.js +21 -5
  220. package/dist/system/components/layout/index.js.map +1 -1
  221. package/dist/system/components/layout/interfaces.js +2 -1
  222. package/dist/system/components/layout/styles.js +13 -36
  223. package/dist/system/components/layout/styles.js.map +1 -1
  224. package/dist/system/context/auth/components/index.js +18 -2
  225. package/dist/system/context/auth/components/index.js.map +1 -1
  226. package/dist/system/context/auth/components/login/form-login/index.js +9 -6
  227. package/dist/system/context/auth/components/login/form-login/index.js.map +1 -1
  228. package/dist/system/context/auth/components/login/index.js +44 -8
  229. package/dist/system/context/auth/components/login/index.js.map +1 -1
  230. package/dist/system/context/auth/components/login/styles.js +13 -142
  231. package/dist/system/context/auth/components/login/styles.js.map +1 -1
  232. package/dist/system/context/auth/components/private-page/index.js +85 -41
  233. package/dist/system/context/auth/components/private-page/index.js.map +1 -1
  234. package/dist/system/context/auth/components/private-page/interfaces.js +2 -1
  235. package/dist/system/context/auth/context.js +193 -87
  236. package/dist/system/context/auth/context.js.map +1 -1
  237. package/dist/system/context/auth/index.js +19 -3
  238. package/dist/system/context/auth/index.js.map +1 -1
  239. package/dist/system/context/auth/interfaces.js +2 -1
  240. package/dist/system/context/container.d.ts +1 -1
  241. package/dist/system/context/container.js +32 -17
  242. package/dist/system/context/container.js.map +1 -1
  243. package/dist/system/context/index.js +21 -5
  244. package/dist/system/context/index.js.map +1 -1
  245. package/dist/system/context/infra-injection/context.js +12 -7
  246. package/dist/system/context/infra-injection/context.js.map +1 -1
  247. package/dist/system/context/infra-injection/index.js +18 -2
  248. package/dist/system/context/infra-injection/index.js.map +1 -1
  249. package/dist/system/context/infra-injection/interfaces.js +2 -1
  250. package/dist/system/context/menu/context.js +12 -9
  251. package/dist/system/context/menu/context.js.map +1 -1
  252. package/dist/system/context/menu/index.js +18 -2
  253. package/dist/system/context/menu/index.js.map +1 -1
  254. package/dist/system/context/menu/interfaces.js +2 -1
  255. package/dist/system/context/theme/context.js +26 -11
  256. package/dist/system/context/theme/context.js.map +1 -1
  257. package/dist/system/context/theme/index.js +17 -1
  258. package/dist/system/context/theme/index.js.map +1 -1
  259. package/dist/system/context/third-party-integration-context/context.js +8 -5
  260. package/dist/system/context/third-party-integration-context/context.js.map +1 -1
  261. package/dist/system/context/third-party-integration-context/index.js +18 -2
  262. package/dist/system/context/third-party-integration-context/index.js.map +1 -1
  263. package/dist/system/context/third-party-integration-context/interfaces.js +2 -1
  264. package/dist/system/hooks/index.js +20 -4
  265. package/dist/system/hooks/index.js.map +1 -1
  266. package/dist/system/hooks/locales/ibge/index.js +17 -1
  267. package/dist/system/hooks/locales/ibge/index.js.map +1 -1
  268. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js +51 -11
  269. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js.map +1 -1
  270. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +18 -2
  271. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +1 -1
  272. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/interfaces.js +2 -1
  273. package/dist/system/hooks/locales/index.js +18 -2
  274. package/dist/system/hooks/locales/index.js.map +1 -1
  275. package/dist/system/hooks/locales/use-load-cities/index.js +37 -4
  276. package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -1
  277. package/dist/system/hooks/menu/index.js +17 -1
  278. package/dist/system/hooks/menu/index.js.map +1 -1
  279. package/dist/system/hooks/menu/use-load-menu.js +58 -18
  280. package/dist/system/hooks/menu/use-load-menu.js.map +1 -1
  281. package/dist/system/hooks/notifications/index.js +18 -2
  282. package/dist/system/hooks/notifications/index.js.map +1 -1
  283. package/dist/system/hooks/notifications/use-load-all/index.js +58 -20
  284. package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -1
  285. package/dist/system/hooks/notifications/use-load-no-read/index.js +48 -10
  286. package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -1
  287. package/dist/system/hooks/ui/index.js +18 -2
  288. package/dist/system/hooks/ui/index.js.map +1 -1
  289. package/dist/system/hooks/ui/use-debounce/index.js +9 -6
  290. package/dist/system/hooks/ui/use-debounce/index.js.map +1 -1
  291. package/dist/system/hooks/ui/use-table/component.js +18 -4
  292. package/dist/system/hooks/ui/use-table/component.js.map +1 -1
  293. package/dist/system/hooks/ui/use-table/components/index.js +18 -2
  294. package/dist/system/hooks/ui/use-table/components/index.js.map +1 -1
  295. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +77 -25
  296. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js.map +1 -1
  297. package/dist/system/hooks/ui/use-table/components/table/actions/index.js +108 -22
  298. package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
  299. package/dist/system/hooks/ui/use-table/components/table/actions/styles.js +13 -44
  300. package/dist/system/hooks/ui/use-table/components/table/actions/styles.js.map +1 -1
  301. package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js +39 -24
  302. package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js.map +1 -1
  303. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +76 -28
  304. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -1
  305. package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js +13 -40
  306. package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -1
  307. package/dist/system/hooks/ui/use-table/components/table/create/index.js +65 -14
  308. package/dist/system/hooks/ui/use-table/components/table/create/index.js.map +1 -1
  309. package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js +2 -1
  310. package/dist/system/hooks/ui/use-table/components/table/create/styles.js +13 -40
  311. package/dist/system/hooks/ui/use-table/components/table/create/styles.js.map +1 -1
  312. package/dist/system/hooks/ui/use-table/components/table/export/index.js +42 -5
  313. package/dist/system/hooks/ui/use-table/components/table/export/index.js.map +1 -1
  314. package/dist/system/hooks/ui/use-table/components/table/export/styles.js +13 -29
  315. package/dist/system/hooks/ui/use-table/components/table/export/styles.js.map +1 -1
  316. package/dist/system/hooks/ui/use-table/components/table/filters/index.js +154 -53
  317. package/dist/system/hooks/ui/use-table/components/table/filters/index.js.map +1 -1
  318. package/dist/system/hooks/ui/use-table/components/table/filters/styles.js +16 -146
  319. package/dist/system/hooks/ui/use-table/components/table/filters/styles.js.map +1 -1
  320. package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js +26 -11
  321. package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js.map +1 -1
  322. package/dist/system/hooks/ui/use-table/components/table/index.js +99 -43
  323. package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -1
  324. package/dist/system/hooks/ui/use-table/components/table/interfaces.js +2 -1
  325. package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +55 -18
  326. package/dist/system/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
  327. package/dist/system/hooks/ui/use-table/components/table/pagination/service.js +22 -19
  328. package/dist/system/hooks/ui/use-table/components/table/pagination/service.js.map +1 -1
  329. package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js +13 -116
  330. package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -1
  331. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +41 -5
  332. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -1
  333. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js +13 -7
  334. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -1
  335. package/dist/system/hooks/ui/use-table/components/table/styles.js +15 -152
  336. package/dist/system/hooks/ui/use-table/components/table/styles.js.map +1 -1
  337. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +51 -14
  338. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -1
  339. package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js +2 -1
  340. package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +13 -25
  341. package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -1
  342. package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js +108 -24
  343. package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js.map +1 -1
  344. package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js +13 -36
  345. package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js.map +1 -1
  346. package/dist/system/hooks/ui/use-table/components/table/tr/index.js +38 -21
  347. package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -1
  348. package/dist/system/hooks/ui/use-table/index.js +19 -3
  349. package/dist/system/hooks/ui/use-table/index.js.map +1 -1
  350. package/dist/system/hooks/ui/use-table/interfaces.js +4 -2
  351. package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -1
  352. package/dist/system/index.js +19 -3
  353. package/dist/system/index.js.map +1 -1
  354. package/dist/test/index.js +6 -3
  355. package/dist/test/index.js.map +1 -1
  356. package/dist/ui/atena/domain/dynamic-section/create.js +2 -1
  357. package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +2 -1
  358. package/dist/ui/atena/domain/dynamic-section/index.js +20 -4
  359. package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -1
  360. package/dist/ui/atena/domain/dynamic-section/load-all.js +2 -1
  361. package/dist/ui/atena/domain/dynamic-section/update.js +2 -1
  362. package/dist/ui/atena/domain/index.js +17 -1
  363. package/dist/ui/atena/domain/index.js.map +1 -1
  364. package/dist/ui/atena/index.js +18 -2
  365. package/dist/ui/atena/index.js.map +1 -1
  366. package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +116 -65
  367. package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -1
  368. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +61 -13
  369. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js.map +1 -1
  370. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js +13 -4
  371. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js.map +1 -1
  372. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +43 -7
  373. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js.map +1 -1
  374. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +42 -5
  375. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js.map +1 -1
  376. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js +10 -131
  377. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js.map +1 -1
  378. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js +10 -59
  379. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js.map +1 -1
  380. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +98 -21
  381. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js.map +1 -1
  382. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js +10 -104
  383. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js.map +1 -1
  384. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +54 -7
  385. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js.map +1 -1
  386. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js +10 -23
  387. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js.map +1 -1
  388. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +18 -2
  389. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js.map +1 -1
  390. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +42 -6
  391. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js.map +1 -1
  392. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js +13 -4
  393. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js.map +1 -1
  394. package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +17 -1
  395. package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -1
  396. package/dist/ui/atena/presentation/dynamic-elements/index.js +19 -3
  397. package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -1
  398. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +60 -13
  399. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -1
  400. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +45 -6
  401. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js.map +1 -1
  402. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js +14 -118
  403. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js.map +1 -1
  404. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +50 -11
  405. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -1
  406. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js +11 -8
  407. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js.map +1 -1
  408. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +43 -6
  409. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js.map +1 -1
  410. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js +14 -84
  411. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js.map +1 -1
  412. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +45 -9
  413. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -1
  414. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +21 -5
  415. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js.map +1 -1
  416. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +87 -14
  417. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js.map +1 -1
  418. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +44 -8
  419. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js.map +1 -1
  420. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js +13 -226
  421. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js.map +1 -1
  422. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +42 -5
  423. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js.map +1 -1
  424. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js +13 -19
  425. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js.map +1 -1
  426. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +17 -1
  427. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js.map +1 -1
  428. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js +13 -65
  429. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js.map +1 -1
  430. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +136 -78
  431. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -1
  432. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.js +2 -1
  433. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +18 -2
  434. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js.map +1 -1
  435. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +123 -65
  436. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -1
  437. package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +19 -3
  438. package/dist/ui/atena/presentation/dynamic-elements/pages/index.js.map +1 -1
  439. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +42 -6
  440. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js.map +1 -1
  441. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js +13 -69
  442. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js.map +1 -1
  443. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +53 -13
  444. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js.map +1 -1
  445. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js +15 -9
  446. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js.map +1 -1
  447. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +59 -16
  448. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -1
  449. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js +13 -38
  450. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js.map +1 -1
  451. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js +13 -75
  452. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js.map +1 -1
  453. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +58 -11
  454. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -1
  455. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +17 -1
  456. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js.map +1 -1
  457. package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js +13 -82
  458. package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -1
  459. package/dist/ui/atena/presentation/dynamic-sections/context.js +70 -31
  460. package/dist/ui/atena/presentation/dynamic-sections/context.js.map +1 -1
  461. package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +49 -11
  462. package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js.map +1 -1
  463. package/dist/ui/atena/presentation/dynamic-sections/index.js +21 -5
  464. package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -1
  465. package/dist/ui/atena/presentation/dynamic-sections/types.js +2 -1
  466. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +42 -6
  467. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -1
  468. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js +13 -4
  469. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js.map +1 -1
  470. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +64 -26
  471. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js.map +1 -1
  472. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js +13 -4
  473. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js.map +1 -1
  474. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +110 -83
  475. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
  476. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +44 -26
  477. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -1
  478. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js +2 -1
  479. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +12 -8
  480. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -1
  481. package/dist/ui/atena/presentation/index.js +19 -3
  482. package/dist/ui/atena/presentation/index.js.map +1 -1
  483. package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js +19 -13
  484. package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js.map +1 -1
  485. package/dist/ui/atena/presentation/site-configurations/index.js +18 -2
  486. package/dist/ui/atena/presentation/site-configurations/index.js.map +1 -1
  487. package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js +21 -7
  488. package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js.map +1 -1
  489. package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/carousel-config.js +4 -1
  490. package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/carousel-config.js.map +1 -1
  491. package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/index.js +95 -20
  492. package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/index.js.map +1 -1
  493. package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/styles.js +13 -87
  494. package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/styles.js.map +1 -1
  495. package/dist/ui/codie-dynamic/components/directory-filter/hooks/index.js +17 -1
  496. package/dist/ui/codie-dynamic/components/directory-filter/hooks/index.js.map +1 -1
  497. package/dist/ui/codie-dynamic/components/directory-filter/hooks/use-dynamic-filter.js +62 -23
  498. package/dist/ui/codie-dynamic/components/directory-filter/hooks/use-dynamic-filter.js.map +1 -1
  499. package/dist/ui/codie-dynamic/components/directory-filter/index.js +17 -1
  500. package/dist/ui/codie-dynamic/components/directory-filter/index.js.map +1 -1
  501. package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js +157 -59
  502. package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js.map +1 -1
  503. package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/select-locale/index.js +13 -9
  504. package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/select-locale/index.js.map +1 -1
  505. package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/styles.js +13 -9
  506. package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/styles.js.map +1 -1
  507. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.d.ts +2 -1
  508. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js +63 -26
  509. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js.map +1 -1
  510. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/render-stars.js +9 -5
  511. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/render-stars.js.map +1 -1
  512. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/styles.js +13 -304
  513. package/dist/ui/codie-dynamic/components/directory-filter/source-filters/styles.js.map +1 -1
  514. package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js +10 -7
  515. package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js.map +1 -1
  516. package/dist/ui/codie-dynamic/components/index.js +17 -1
  517. package/dist/ui/codie-dynamic/components/index.js.map +1 -1
  518. package/dist/ui/codie-dynamic/index.js +17 -1
  519. package/dist/ui/codie-dynamic/index.js.map +1 -1
  520. package/dist/ui/components/accordion/accordions/index.js +41 -17
  521. package/dist/ui/components/accordion/accordions/index.js.map +1 -1
  522. package/dist/ui/components/accordion/component.js +57 -9
  523. package/dist/ui/components/accordion/component.js.map +1 -1
  524. package/dist/ui/components/accordion/index.js +18 -2
  525. package/dist/ui/components/accordion/index.js.map +1 -1
  526. package/dist/ui/components/accordion/interfaces.js +2 -1
  527. package/dist/ui/components/accordion/styles.js +10 -35
  528. package/dist/ui/components/accordion/styles.js.map +1 -1
  529. package/dist/ui/components/animation/index.js +30 -15
  530. package/dist/ui/components/animation/index.js.map +1 -1
  531. package/dist/ui/components/animation/type-animation.js +4 -1
  532. package/dist/ui/components/animation/type-animation.js.map +1 -1
  533. package/dist/ui/components/breadcrumb/component.js +60 -20
  534. package/dist/ui/components/breadcrumb/component.js.map +1 -1
  535. package/dist/ui/components/breadcrumb/index.js +18 -2
  536. package/dist/ui/components/breadcrumb/index.js.map +1 -1
  537. package/dist/ui/components/breadcrumb/interfaces.js +2 -1
  538. package/dist/ui/components/breadcrumb/styles.js +13 -35
  539. package/dist/ui/components/breadcrumb/styles.js.map +1 -1
  540. package/dist/ui/components/button/component.js +61 -11
  541. package/dist/ui/components/button/component.js.map +1 -1
  542. package/dist/ui/components/button/index.js +18 -2
  543. package/dist/ui/components/button/index.js.map +1 -1
  544. package/dist/ui/components/button/interfaces.js +2 -1
  545. package/dist/ui/components/button/styles.js +13 -27
  546. package/dist/ui/components/button/styles.js.map +1 -1
  547. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +16 -14
  548. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -1
  549. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +57 -32
  550. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -1
  551. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +27 -20
  552. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -1
  553. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +9 -6
  554. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -1
  555. package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +5 -2
  556. package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -1
  557. package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +5 -1
  558. package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -1
  559. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +21 -18
  560. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -1
  561. package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +32 -17
  562. package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -1
  563. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +18 -14
  564. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -1
  565. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +8 -3
  566. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -1
  567. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +29 -26
  568. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -1
  569. package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +8 -6
  570. package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -1
  571. package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +13 -9
  572. package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -1
  573. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +8 -3
  574. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -1
  575. package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +8 -4
  576. package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -1
  577. package/dist/ui/components/carousel/carousel-lib/core/core.js +233 -200
  578. package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -1
  579. package/dist/ui/components/carousel/carousel-lib/core/defaults.js +3 -1
  580. package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -1
  581. package/dist/ui/components/carousel/carousel-lib/core/events/index.js +38 -33
  582. package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -1
  583. package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +5 -2
  584. package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -1
  585. package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +5 -2
  586. package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -1
  587. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +7 -4
  588. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -1
  589. package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +10 -7
  590. package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -1
  591. package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +8 -5
  592. package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -1
  593. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +42 -30
  594. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -1
  595. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +39 -27
  596. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -1
  597. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +31 -27
  598. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -1
  599. package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +47 -28
  600. package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -1
  601. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +10 -5
  602. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -1
  603. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +7 -4
  604. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -1
  605. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +6 -3
  606. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -1
  607. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +12 -7
  608. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -1
  609. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +24 -21
  610. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -1
  611. package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +11 -8
  612. package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -1
  613. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +69 -51
  614. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -1
  615. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +12 -8
  616. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -1
  617. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +19 -14
  618. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -1
  619. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +22 -17
  620. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -1
  621. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +20 -15
  622. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -1
  623. package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +11 -7
  624. package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -1
  625. package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +20 -16
  626. package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -1
  627. package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +6 -2
  628. package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -1
  629. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +31 -25
  630. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -1
  631. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +15 -12
  632. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -1
  633. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +15 -10
  634. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -1
  635. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +22 -17
  636. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -1
  637. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +12 -7
  638. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -1
  639. package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +7 -4
  640. package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -1
  641. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +12 -8
  642. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -1
  643. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +12 -5
  644. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -1
  645. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +12 -5
  646. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -1
  647. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +9 -5
  648. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -1
  649. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +16 -11
  650. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -1
  651. package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +4 -1
  652. package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -1
  653. package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +4 -1
  654. package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -1
  655. package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +12 -9
  656. package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -1
  657. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +21 -13
  658. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -1
  659. package/dist/ui/components/carousel/carousel-lib/core/update/index.js +24 -19
  660. package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -1
  661. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +32 -28
  662. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -1
  663. package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +14 -11
  664. package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -1
  665. package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +21 -9
  666. package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -1
  667. package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +23 -20
  668. package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -1
  669. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +15 -12
  670. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -1
  671. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +92 -89
  672. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -1
  673. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +24 -21
  674. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -1
  675. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +8 -5
  676. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -1
  677. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +20 -16
  678. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -1
  679. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +65 -59
  680. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -1
  681. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +35 -28
  682. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -1
  683. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +42 -37
  684. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -1
  685. package/dist/ui/components/carousel/carousel-lib/modules/grid.js +50 -46
  686. package/dist/ui/components/carousel/carousel-lib/modules/grid.js.map +1 -1
  687. package/dist/ui/components/carousel/carousel-lib/modules/index.js +23 -7
  688. package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -1
  689. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +79 -60
  690. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -1
  691. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +176 -150
  692. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -1
  693. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +104 -84
  694. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -1
  695. package/dist/ui/components/carousel/carousel-lib/react/context.js +12 -7
  696. package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -1
  697. package/dist/ui/components/carousel/carousel-lib/react/get-children.js +16 -11
  698. package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -1
  699. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +33 -18
  700. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -1
  701. package/dist/ui/components/carousel/carousel-lib/react/swiper.js +113 -63
  702. package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -1
  703. package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +6 -4
  704. package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -1
  705. package/dist/ui/components/carousel/carousel-lib/react/virtual.js +26 -21
  706. package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -1
  707. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +7 -3
  708. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -1
  709. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +6 -2
  710. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -1
  711. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +8 -5
  712. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -1
  713. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +9 -6
  714. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -1
  715. package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +17 -14
  716. package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -1
  717. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +6 -3
  718. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -1
  719. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +18 -14
  720. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -1
  721. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +19 -17
  722. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -1
  723. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +25 -20
  724. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -1
  725. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +8 -6
  726. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -1
  727. package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +34 -29
  728. package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -1
  729. package/dist/ui/components/carousel/carousel-lib/shared/utils.js +122 -74
  730. package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -1
  731. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +25 -18
  732. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -1
  733. package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +7 -3
  734. package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -1
  735. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +14 -4
  736. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -1
  737. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +29 -22
  738. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -1
  739. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +12 -4
  740. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -1
  741. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +16 -6
  742. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -1
  743. package/dist/ui/components/carousel/carousel-lib/swiper-react.js +10 -4
  744. package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -1
  745. package/dist/ui/components/carousel/carousel-lib/swiper.js +9 -1
  746. package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -1
  747. package/dist/ui/components/carousel/carousel-lib/types/index.js +26 -5
  748. package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -1
  749. package/dist/ui/components/carousel/carousel-lib/types/shared.js +2 -1
  750. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +3 -1
  751. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -1
  752. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +2 -1
  753. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +2 -1
  754. package/dist/ui/components/carousel/index.js +76 -26
  755. package/dist/ui/components/carousel/index.js.map +1 -1
  756. package/dist/ui/components/carousel/interfaces.js +2 -1
  757. package/dist/ui/components/carousel/styles.js +13 -306
  758. package/dist/ui/components/carousel/styles.js.map +1 -1
  759. package/dist/ui/components/charts/index.js +18 -2
  760. package/dist/ui/components/charts/index.js.map +1 -1
  761. package/dist/ui/components/charts/matriz/index.js +86 -29
  762. package/dist/ui/components/charts/matriz/index.js.map +1 -1
  763. package/dist/ui/components/charts/matriz/styles.js +13 -124
  764. package/dist/ui/components/charts/matriz/styles.js.map +1 -1
  765. package/dist/ui/components/charts/pie/index.js +17 -1
  766. package/dist/ui/components/charts/pie/index.js.map +1 -1
  767. package/dist/ui/components/charts/pie/simple/functions.js +20 -16
  768. package/dist/ui/components/charts/pie/simple/functions.js.map +1 -1
  769. package/dist/ui/components/charts/pie/simple/index.js +76 -39
  770. package/dist/ui/components/charts/pie/simple/index.js.map +1 -1
  771. package/dist/ui/components/charts/pie/simple/interfaces.js +2 -1
  772. package/dist/ui/components/charts/pie/simple/styles.js +13 -22
  773. package/dist/ui/components/charts/pie/simple/styles.js.map +1 -1
  774. package/dist/ui/components/container/index.js +7 -3
  775. package/dist/ui/components/container/index.js.map +1 -1
  776. package/dist/ui/components/container/interfaces.js +2 -1
  777. package/dist/ui/components/count-up/index.js +18 -14
  778. package/dist/ui/components/count-up/index.js.map +1 -1
  779. package/dist/ui/components/drop-down/index.js +43 -6
  780. package/dist/ui/components/drop-down/index.js.map +1 -1
  781. package/dist/ui/components/drop-down/interfaces.js +2 -1
  782. package/dist/ui/components/drop-down/styles.js +15 -27
  783. package/dist/ui/components/drop-down/styles.js.map +1 -1
  784. package/dist/ui/components/error-boundary/component.js +9 -5
  785. package/dist/ui/components/error-boundary/component.js.map +1 -1
  786. package/dist/ui/components/error-boundary/error-body.js +8 -3
  787. package/dist/ui/components/error-boundary/error-body.js.map +1 -1
  788. package/dist/ui/components/error-boundary/index.js +18 -2
  789. package/dist/ui/components/error-boundary/index.js.map +1 -1
  790. package/dist/ui/components/error-boundary/interfaces.js +2 -1
  791. package/dist/ui/components/error-boundary/src/ErrorBoundary.js +64 -36
  792. package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -1
  793. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +5 -2
  794. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -1
  795. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +4 -1
  796. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -1
  797. package/dist/ui/components/error-boundary/src/env-conditions/development.js +4 -1
  798. package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +1 -1
  799. package/dist/ui/components/error-boundary/src/env-conditions/production.js +4 -1
  800. package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -1
  801. package/dist/ui/components/error-boundary/src/index.js +21 -5
  802. package/dist/ui/components/error-boundary/src/index.js.map +1 -1
  803. package/dist/ui/components/error-boundary/src/types.js +2 -1
  804. package/dist/ui/components/error-boundary/src/useErrorBoundary.js +20 -15
  805. package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -1
  806. package/dist/ui/components/error-boundary/src/withErrorBoundary.js +22 -6
  807. package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -1
  808. package/dist/ui/components/evaluations/card/index.js +42 -5
  809. package/dist/ui/components/evaluations/card/index.js.map +1 -1
  810. package/dist/ui/components/evaluations/card/styles.js +13 -114
  811. package/dist/ui/components/evaluations/card/styles.js.map +1 -1
  812. package/dist/ui/components/evaluations/index.js +60 -12
  813. package/dist/ui/components/evaluations/index.js.map +1 -1
  814. package/dist/ui/components/evaluations/star.js +6 -3
  815. package/dist/ui/components/evaluations/star.js.map +1 -1
  816. package/dist/ui/components/evaluations/stars-text/index.js +42 -5
  817. package/dist/ui/components/evaluations/stars-text/index.js.map +1 -1
  818. package/dist/ui/components/evaluations/stars-text/styles.js +13 -43
  819. package/dist/ui/components/evaluations/stars-text/styles.js.map +1 -1
  820. package/dist/ui/components/evaluations/styles.js +14 -494
  821. package/dist/ui/components/evaluations/styles.js.map +1 -1
  822. package/dist/ui/components/form/checkbox/index.js +72 -16
  823. package/dist/ui/components/form/checkbox/index.js.map +1 -1
  824. package/dist/ui/components/form/checkbox/styles.js +13 -6
  825. package/dist/ui/components/form/checkbox/styles.js.map +1 -1
  826. package/dist/ui/components/form/drag-and-drop/index.js +49 -23
  827. package/dist/ui/components/form/drag-and-drop/index.js.map +1 -1
  828. package/dist/ui/components/form/handler/component.js +25 -8
  829. package/dist/ui/components/form/handler/component.js.map +1 -1
  830. package/dist/ui/components/form/handler/custom-submit/index.js +23 -8
  831. package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -1
  832. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +101 -17
  833. package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +1 -1
  834. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +19 -3
  835. package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -1
  836. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +2 -1
  837. package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +61 -13
  838. package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js.map +1 -1
  839. package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +13 -37
  840. package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +1 -1
  841. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +108 -38
  842. package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -1
  843. package/dist/ui/components/form/handler/form-handler/index.js +298 -165
  844. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
  845. package/dist/ui/components/form/handler/form-handler/use-form-handler.js +7 -4
  846. package/dist/ui/components/form/handler/form-handler/use-form-handler.js.map +1 -1
  847. package/dist/ui/components/form/handler/form-handler/use-schemas.js +122 -30
  848. package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +1 -1
  849. package/dist/ui/components/form/handler/form-handler/use-send-file.js +190 -104
  850. package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +1 -1
  851. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +21 -15
  852. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -1
  853. package/dist/ui/components/form/handler/i18n/index.js +36 -16
  854. package/dist/ui/components/form/handler/i18n/index.js.map +1 -1
  855. package/dist/ui/components/form/handler/index.js +22 -6
  856. package/dist/ui/components/form/handler/index.js.map +1 -1
  857. package/dist/ui/components/form/handler/interfaces.js +2 -1
  858. package/dist/ui/components/form/handler/styles.js +13 -39
  859. package/dist/ui/components/form/handler/styles.js.map +1 -1
  860. package/dist/ui/components/form/index.js +46 -30
  861. package/dist/ui/components/form/index.js.map +1 -1
  862. package/dist/ui/components/form/input/index.js +42 -25
  863. package/dist/ui/components/form/input/index.js.map +1 -1
  864. package/dist/ui/components/form/input-cep/component.js +100 -45
  865. package/dist/ui/components/form/input-cep/component.js.map +1 -1
  866. package/dist/ui/components/form/input-cep/index.js +19 -3
  867. package/dist/ui/components/form/input-cep/index.js.map +1 -1
  868. package/dist/ui/components/form/input-cep/interfaces.js +2 -1
  869. package/dist/ui/components/form/input-cep/use-cep/hook.js +7 -4
  870. package/dist/ui/components/form/input-cep/use-cep/hook.js.map +1 -1
  871. package/dist/ui/components/form/input-cep/use-cep/index.js +18 -2
  872. package/dist/ui/components/form/input-cep/use-cep/index.js.map +1 -1
  873. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +44 -6
  874. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -1
  875. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +19 -3
  876. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +1 -1
  877. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +2 -1
  878. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +8 -2
  879. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +1 -1
  880. package/dist/ui/components/form/input-cep/use-cep/providers/index.js +17 -1
  881. package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -1
  882. package/dist/ui/components/form/input-color/index.js +18 -4
  883. package/dist/ui/components/form/input-color/index.js.map +1 -1
  884. package/dist/ui/components/form/input-control/error/index.js +41 -4
  885. package/dist/ui/components/form/input-control/error/index.js.map +1 -1
  886. package/dist/ui/components/form/input-control/error/styles.js +13 -7
  887. package/dist/ui/components/form/input-control/error/styles.js.map +1 -1
  888. package/dist/ui/components/form/input-control/index.js +49 -12
  889. package/dist/ui/components/form/input-control/index.js.map +1 -1
  890. package/dist/ui/components/form/input-control/label/index.js +43 -6
  891. package/dist/ui/components/form/input-control/label/index.js.map +1 -1
  892. package/dist/ui/components/form/input-control/label/styles.js +13 -12
  893. package/dist/ui/components/form/input-control/label/styles.js.map +1 -1
  894. package/dist/ui/components/form/input-control/loader-input/index.js +41 -5
  895. package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -1
  896. package/dist/ui/components/form/input-control/loader-input/styles.js +13 -14
  897. package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -1
  898. package/dist/ui/components/form/input-control/styles.js +13 -110
  899. package/dist/ui/components/form/input-control/styles.js.map +1 -1
  900. package/dist/ui/components/form/input-counter/index.js +66 -19
  901. package/dist/ui/components/form/input-counter/index.js.map +1 -1
  902. package/dist/ui/components/form/input-counter/styles.js +13 -38
  903. package/dist/ui/components/form/input-counter/styles.js.map +1 -1
  904. package/dist/ui/components/form/input-cpf-cnpj/index.js +20 -6
  905. package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -1
  906. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +94 -81
  907. package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -1
  908. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +2 -1
  909. package/dist/ui/components/form/input-currency/components/index.js +17 -1
  910. package/dist/ui/components/form/input-currency/components/index.js.map +1 -1
  911. package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +6 -1
  912. package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +1 -1
  913. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +38 -25
  914. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +1 -1
  915. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +5 -1
  916. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +1 -1
  917. package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +13 -9
  918. package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +1 -1
  919. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +58 -33
  920. package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +1 -1
  921. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +25 -10
  922. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +1 -1
  923. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +9 -4
  924. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +1 -1
  925. package/dist/ui/components/form/input-currency/components/utils/index.js +24 -8
  926. package/dist/ui/components/form/input-currency/components/utils/index.js.map +1 -1
  927. package/dist/ui/components/form/input-currency/components/utils/isNumber.js +5 -1
  928. package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +1 -1
  929. package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +9 -4
  930. package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +1 -1
  931. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +21 -13
  932. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +1 -1
  933. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +8 -4
  934. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +1 -1
  935. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +8 -3
  936. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +1 -1
  937. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +11 -6
  938. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -1
  939. package/dist/ui/components/form/input-currency/index.js +31 -17
  940. package/dist/ui/components/form/input-currency/index.js.map +1 -1
  941. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +67 -17
  942. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
  943. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +22 -94
  944. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +1 -1
  945. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +77 -27
  946. package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -1
  947. package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +16 -59
  948. package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +1 -1
  949. package/dist/ui/components/form/input-date-picker/calendar/index.js +64 -20
  950. package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -1
  951. package/dist/ui/components/form/input-date-picker/calendar/interface.js +2 -1
  952. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +62 -14
  953. package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -1
  954. package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +16 -33
  955. package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +1 -1
  956. package/dist/ui/components/form/input-date-picker/calendar/styles.js +16 -10
  957. package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -1
  958. package/dist/ui/components/form/input-date-picker/calendar/years/index.js +68 -20
  959. package/dist/ui/components/form/input-date-picker/calendar/years/index.js.map +1 -1
  960. package/dist/ui/components/form/input-date-picker/calendar/years/styles.js +13 -44
  961. package/dist/ui/components/form/input-date-picker/calendar/years/styles.js.map +1 -1
  962. package/dist/ui/components/form/input-date-picker/component.js +50 -29
  963. package/dist/ui/components/form/input-date-picker/component.js.map +1 -1
  964. package/dist/ui/components/form/input-date-picker/index.js +18 -2
  965. package/dist/ui/components/form/input-date-picker/index.js.map +1 -1
  966. package/dist/ui/components/form/input-date-picker/interfaces.js +2 -1
  967. package/dist/ui/components/form/input-date-picker/mock/index.js +17 -1
  968. package/dist/ui/components/form/input-date-picker/mock/index.js.map +1 -1
  969. package/dist/ui/components/form/input-date-picker/mock/translations.js +4 -1
  970. package/dist/ui/components/form/input-date-picker/mock/translations.js.map +1 -1
  971. package/dist/ui/components/form/input-date-picker/settings/index.js +4 -1
  972. package/dist/ui/components/form/input-date-picker/settings/index.js.map +1 -1
  973. package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js +63 -15
  974. package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js.map +1 -1
  975. package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js +22 -56
  976. package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js.map +1 -1
  977. package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js +82 -30
  978. package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js.map +1 -1
  979. package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js +16 -59
  980. package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js.map +1 -1
  981. package/dist/ui/components/form/input-date-picker-new/calendar/index.js +69 -22
  982. package/dist/ui/components/form/input-date-picker-new/calendar/index.js.map +1 -1
  983. package/dist/ui/components/form/input-date-picker-new/calendar/interface.js +2 -1
  984. package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js +71 -20
  985. package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js.map +1 -1
  986. package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js +16 -33
  987. package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js.map +1 -1
  988. package/dist/ui/components/form/input-date-picker-new/calendar/styles.js +16 -14
  989. package/dist/ui/components/form/input-date-picker-new/calendar/styles.js.map +1 -1
  990. package/dist/ui/components/form/input-date-picker-new/component.js +72 -18
  991. package/dist/ui/components/form/input-date-picker-new/component.js.map +1 -1
  992. package/dist/ui/components/form/input-date-picker-new/index.js +18 -2
  993. package/dist/ui/components/form/input-date-picker-new/index.js.map +1 -1
  994. package/dist/ui/components/form/input-date-picker-new/interfaces.js +2 -1
  995. package/dist/ui/components/form/input-date-picker-new/mock/index.js +17 -1
  996. package/dist/ui/components/form/input-date-picker-new/mock/index.js.map +1 -1
  997. package/dist/ui/components/form/input-date-picker-new/mock/translations.js +4 -1
  998. package/dist/ui/components/form/input-date-picker-new/mock/translations.js.map +1 -1
  999. package/dist/ui/components/form/input-date-picker-new/styles.js +13 -21
  1000. package/dist/ui/components/form/input-date-picker-new/styles.js.map +1 -1
  1001. package/dist/ui/components/form/input-date-range/component.js +56 -9
  1002. package/dist/ui/components/form/input-date-range/component.js.map +1 -1
  1003. package/dist/ui/components/form/input-date-range/filter/index.js +59 -19
  1004. package/dist/ui/components/form/input-date-range/filter/index.js.map +1 -1
  1005. package/dist/ui/components/form/input-date-range/filter/styles.js +14 -45
  1006. package/dist/ui/components/form/input-date-range/filter/styles.js.map +1 -1
  1007. package/dist/ui/components/form/input-date-range/index.js +17 -1
  1008. package/dist/ui/components/form/input-date-range/index.js.map +1 -1
  1009. package/dist/ui/components/form/input-date-range/styles.js +13 -47
  1010. package/dist/ui/components/form/input-date-range/styles.js.map +1 -1
  1011. package/dist/ui/components/form/input-file/component.js +55 -8
  1012. package/dist/ui/components/form/input-file/component.js.map +1 -1
  1013. package/dist/ui/components/form/input-file/hooks/index.js +20 -4
  1014. package/dist/ui/components/form/input-file/hooks/index.js.map +1 -1
  1015. package/dist/ui/components/form/input-file/hooks/use-components-file.js +61 -14
  1016. package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -1
  1017. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +66 -16
  1018. package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
  1019. package/dist/ui/components/form/input-file/hooks/use-file.js +102 -42
  1020. package/dist/ui/components/form/input-file/hooks/use-file.js.map +1 -1
  1021. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +41 -27
  1022. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
  1023. package/dist/ui/components/form/input-file/index.js +20 -4
  1024. package/dist/ui/components/form/input-file/index.js.map +1 -1
  1025. package/dist/ui/components/form/input-file/render-files/component.js +26 -12
  1026. package/dist/ui/components/form/input-file/render-files/component.js.map +1 -1
  1027. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +9 -6
  1028. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +1 -1
  1029. package/dist/ui/components/form/input-file/render-files/file-item/index.js +56 -9
  1030. package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +1 -1
  1031. package/dist/ui/components/form/input-file/render-files/file-item/styles.js +14 -180
  1032. package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +1 -1
  1033. package/dist/ui/components/form/input-file/render-files/index.js +19 -3
  1034. package/dist/ui/components/form/input-file/render-files/index.js.map +1 -1
  1035. package/dist/ui/components/form/input-file/render-files/interfaces.js +2 -1
  1036. package/dist/ui/components/form/input-file/styles.js +14 -61
  1037. package/dist/ui/components/form/input-file/styles.js.map +1 -1
  1038. package/dist/ui/components/form/input-manager/component.js +84 -28
  1039. package/dist/ui/components/form/input-manager/component.js.map +1 -1
  1040. package/dist/ui/components/form/input-manager/index.js +18 -2
  1041. package/dist/ui/components/form/input-manager/index.js.map +1 -1
  1042. package/dist/ui/components/form/input-manager/interfaces.js +2 -1
  1043. package/dist/ui/components/form/input-manager/styles.js +16 -61
  1044. package/dist/ui/components/form/input-manager/styles.js.map +1 -1
  1045. package/dist/ui/components/form/input-mask/index.js +86 -33
  1046. package/dist/ui/components/form/input-mask/index.js.map +1 -1
  1047. package/dist/ui/components/form/input-password/index.js +58 -11
  1048. package/dist/ui/components/form/input-password/index.js.map +1 -1
  1049. package/dist/ui/components/form/input-password/styles.js +13 -32
  1050. package/dist/ui/components/form/input-password/styles.js.map +1 -1
  1051. package/dist/ui/components/form/input-range/index.js +67 -20
  1052. package/dist/ui/components/form/input-range/index.js.map +1 -1
  1053. package/dist/ui/components/form/input-range/styles.js +13 -105
  1054. package/dist/ui/components/form/input-range/styles.js.map +1 -1
  1055. package/dist/ui/components/form/input-seo/index.js +43 -7
  1056. package/dist/ui/components/form/input-seo/index.js.map +1 -1
  1057. package/dist/ui/components/form/input-seo/input-meta-image/index.js +57 -9
  1058. package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
  1059. package/dist/ui/components/form/input-seo/input-meta-image/styles.js +13 -37
  1060. package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -1
  1061. package/dist/ui/components/form/input-seo/styles.js +10 -44
  1062. package/dist/ui/components/form/input-seo/styles.js.map +1 -1
  1063. package/dist/ui/components/form/input-star/index.js +56 -9
  1064. package/dist/ui/components/form/input-star/index.js.map +1 -1
  1065. package/dist/ui/components/form/input-star/styles.js +17 -29
  1066. package/dist/ui/components/form/input-star/styles.js.map +1 -1
  1067. package/dist/ui/components/form/input-svg/index.js +66 -19
  1068. package/dist/ui/components/form/input-svg/index.js.map +1 -1
  1069. package/dist/ui/components/form/input-svg/styles.js +13 -55
  1070. package/dist/ui/components/form/input-svg/styles.js.map +1 -1
  1071. package/dist/ui/components/form/input-switch/index.js +62 -15
  1072. package/dist/ui/components/form/input-switch/index.js.map +1 -1
  1073. package/dist/ui/components/form/input-switch/interfaces.js +2 -1
  1074. package/dist/ui/components/form/input-switch/styles.js +14 -120
  1075. package/dist/ui/components/form/input-switch/styles.js.map +1 -1
  1076. package/dist/ui/components/form/input-week-availability/availability-preview/index.js +45 -8
  1077. package/dist/ui/components/form/input-week-availability/availability-preview/index.js.map +1 -1
  1078. package/dist/ui/components/form/input-week-availability/availability-preview/styles.js +13 -76
  1079. package/dist/ui/components/form/input-week-availability/availability-preview/styles.js.map +1 -1
  1080. package/dist/ui/components/form/input-week-availability/index.js +18 -2
  1081. package/dist/ui/components/form/input-week-availability/index.js.map +1 -1
  1082. package/dist/ui/components/form/input-week-availability/input.js +70 -18
  1083. package/dist/ui/components/form/input-week-availability/input.js.map +1 -1
  1084. package/dist/ui/components/form/input-week-availability/mock.js +5 -2
  1085. package/dist/ui/components/form/input-week-availability/mock.js.map +1 -1
  1086. package/dist/ui/components/form/input-week-availability/styles.js +13 -126
  1087. package/dist/ui/components/form/input-week-availability/styles.js.map +1 -1
  1088. package/dist/ui/components/form/input-youtube/index.js +58 -11
  1089. package/dist/ui/components/form/input-youtube/index.js.map +1 -1
  1090. package/dist/ui/components/form/input-youtube/styles.js +13 -10
  1091. package/dist/ui/components/form/input-youtube/styles.js.map +1 -1
  1092. package/dist/ui/components/form/interfaces.js +2 -1
  1093. package/dist/ui/components/form/radio/index.js +59 -11
  1094. package/dist/ui/components/form/radio/index.js.map +1 -1
  1095. package/dist/ui/components/form/radio/styles.js +13 -12
  1096. package/dist/ui/components/form/radio/styles.js.map +1 -1
  1097. package/dist/ui/components/form/select/custom-styles.js +26 -12
  1098. package/dist/ui/components/form/select/custom-styles.js.map +1 -1
  1099. package/dist/ui/components/form/select/index.js +101 -42
  1100. package/dist/ui/components/form/select/index.js.map +1 -1
  1101. package/dist/ui/components/form/select/styles.js +13 -44
  1102. package/dist/ui/components/form/select/styles.js.map +1 -1
  1103. package/dist/ui/components/form/select-icon/index.js +56 -9
  1104. package/dist/ui/components/form/select-icon/index.js.map +1 -1
  1105. package/dist/ui/components/form/select-icon/styles.js +13 -22
  1106. package/dist/ui/components/form/select-icon/styles.js.map +1 -1
  1107. package/dist/ui/components/form/text-editor/component.js +61 -11
  1108. package/dist/ui/components/form/text-editor/component.js.map +1 -1
  1109. package/dist/ui/components/form/text-editor/hook/index.js +10 -7
  1110. package/dist/ui/components/form/text-editor/hook/index.js.map +1 -1
  1111. package/dist/ui/components/form/text-editor/index.js +19 -3
  1112. package/dist/ui/components/form/text-editor/index.js.map +1 -1
  1113. package/dist/ui/components/form/text-editor/quill.js +113 -41
  1114. package/dist/ui/components/form/text-editor/quill.js.map +1 -1
  1115. package/dist/ui/components/form/textarea/index.js +29 -15
  1116. package/dist/ui/components/form/textarea/index.js.map +1 -1
  1117. package/dist/ui/components/google-translate-page/index.js +46 -9
  1118. package/dist/ui/components/google-translate-page/index.js.map +1 -1
  1119. package/dist/ui/components/google-translate-page/styles.js +10 -10
  1120. package/dist/ui/components/google-translate-page/styles.js.map +1 -1
  1121. package/dist/ui/components/google-translate-page/translate.js +17 -13
  1122. package/dist/ui/components/google-translate-page/translate.js.map +1 -1
  1123. package/dist/ui/components/index.js +48 -32
  1124. package/dist/ui/components/index.js.map +1 -1
  1125. package/dist/ui/components/loader-circle/index.js +8 -4
  1126. package/dist/ui/components/loader-circle/index.js.map +1 -1
  1127. package/dist/ui/components/loader-circle/interfaces.js +2 -1
  1128. package/dist/ui/components/loading-screen/index.js +51 -11
  1129. package/dist/ui/components/loading-screen/index.js.map +1 -1
  1130. package/dist/ui/components/loading-screen/interfaces.js +2 -1
  1131. package/dist/ui/components/loading-screen/styles.js +44 -31
  1132. package/dist/ui/components/loading-screen/styles.js.map +1 -1
  1133. package/dist/ui/components/login-modal/index.js +92 -17
  1134. package/dist/ui/components/login-modal/index.js.map +1 -1
  1135. package/dist/ui/components/login-modal/styles.js +13 -189
  1136. package/dist/ui/components/login-modal/styles.js.map +1 -1
  1137. package/dist/ui/components/menu-mobile/components/nav-links/index.js +66 -21
  1138. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
  1139. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +2 -1
  1140. package/dist/ui/components/menu-mobile/components/nav-links/styles.js +13 -103
  1141. package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -1
  1142. package/dist/ui/components/menu-mobile/index.js +54 -14
  1143. package/dist/ui/components/menu-mobile/index.js.map +1 -1
  1144. package/dist/ui/components/menu-mobile/interfaces.js +2 -1
  1145. package/dist/ui/components/menu-mobile/styles.js +13 -66
  1146. package/dist/ui/components/menu-mobile/styles.js.map +1 -1
  1147. package/dist/ui/components/menu-mobile/top/index.js +47 -7
  1148. package/dist/ui/components/menu-mobile/top/index.js.map +1 -1
  1149. package/dist/ui/components/menu-mobile/top/interfaces.js +2 -1
  1150. package/dist/ui/components/menu-mobile/top/styles.js +13 -85
  1151. package/dist/ui/components/menu-mobile/top/styles.js.map +1 -1
  1152. package/dist/ui/components/modal/component.js +46 -9
  1153. package/dist/ui/components/modal/component.js.map +1 -1
  1154. package/dist/ui/components/modal/index.js +18 -2
  1155. package/dist/ui/components/modal/index.js.map +1 -1
  1156. package/dist/ui/components/modal/interfaces.js +2 -1
  1157. package/dist/ui/components/modal/styles.js +17 -131
  1158. package/dist/ui/components/modal/styles.js.map +1 -1
  1159. package/dist/ui/components/next-image/index.js +47 -10
  1160. package/dist/ui/components/next-image/index.js.map +1 -1
  1161. package/dist/ui/components/next-image/interfaces.js +2 -1
  1162. package/dist/ui/components/next-image/styles.js +13 -49
  1163. package/dist/ui/components/next-image/styles.js.map +1 -1
  1164. package/dist/ui/components/overlay/index.js +46 -9
  1165. package/dist/ui/components/overlay/index.js.map +1 -1
  1166. package/dist/ui/components/overlay/interfaces.js +2 -1
  1167. package/dist/ui/components/overlay/styles.js +51 -23
  1168. package/dist/ui/components/overlay/styles.js.map +1 -1
  1169. package/dist/ui/components/pagination/index.js +55 -18
  1170. package/dist/ui/components/pagination/index.js.map +1 -1
  1171. package/dist/ui/components/pagination/service.js +22 -19
  1172. package/dist/ui/components/pagination/service.js.map +1 -1
  1173. package/dist/ui/components/pagination/styles.js +13 -116
  1174. package/dist/ui/components/pagination/styles.js.map +1 -1
  1175. package/dist/ui/components/pix/index.js +47 -10
  1176. package/dist/ui/components/pix/index.js.map +1 -1
  1177. package/dist/ui/components/pix/pix-sucess/index.js +43 -6
  1178. package/dist/ui/components/pix/pix-sucess/index.js.map +1 -1
  1179. package/dist/ui/components/pix/pix-sucess/styles.js +13 -69
  1180. package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -1
  1181. package/dist/ui/components/pix/styles.js +19 -139
  1182. package/dist/ui/components/pix/styles.js.map +1 -1
  1183. package/dist/ui/components/pix/timer/index.js +49 -12
  1184. package/dist/ui/components/pix/timer/index.js.map +1 -1
  1185. package/dist/ui/components/pix/timer/styles.js +13 -7
  1186. package/dist/ui/components/pix/timer/styles.js.map +1 -1
  1187. package/dist/ui/components/pop-confirm/component.js +63 -13
  1188. package/dist/ui/components/pop-confirm/component.js.map +1 -1
  1189. package/dist/ui/components/pop-confirm/index.js +17 -1
  1190. package/dist/ui/components/pop-confirm/index.js.map +1 -1
  1191. package/dist/ui/components/pop-confirm/styles.js +14 -74
  1192. package/dist/ui/components/pop-confirm/styles.js.map +1 -1
  1193. package/dist/ui/components/portal/index.js +9 -5
  1194. package/dist/ui/components/portal/index.js.map +1 -1
  1195. package/dist/ui/components/sidebar/index.js +52 -12
  1196. package/dist/ui/components/sidebar/index.js.map +1 -1
  1197. package/dist/ui/components/sidebar/interfaces.js +2 -1
  1198. package/dist/ui/components/sidebar/styles.js +15 -31
  1199. package/dist/ui/components/sidebar/styles.js.map +1 -1
  1200. package/dist/ui/components/site/context/index.js +13 -8
  1201. package/dist/ui/components/site/context/index.js.map +1 -1
  1202. package/dist/ui/components/site/context/scripts/acept-cookies/index.js +101 -29
  1203. package/dist/ui/components/site/context/scripts/acept-cookies/index.js.map +1 -1
  1204. package/dist/ui/components/site/context/scripts/acept-cookies/styles.js +13 -74
  1205. package/dist/ui/components/site/context/scripts/acept-cookies/styles.js.map +1 -1
  1206. package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +101 -29
  1207. package/dist/ui/components/site/context/scripts/acept-ratedr/index.js.map +1 -1
  1208. package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js +13 -61
  1209. package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -1
  1210. package/dist/ui/components/site/context/scripts/component.js +23 -25
  1211. package/dist/ui/components/site/context/scripts/component.js.map +1 -1
  1212. package/dist/ui/components/site/context/scripts/conditional-scripts/index.js +11 -4
  1213. package/dist/ui/components/site/context/scripts/conditional-scripts/index.js.map +1 -1
  1214. package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js +21 -35
  1215. package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js.map +1 -1
  1216. package/dist/ui/components/site/context/scripts/index.js +21 -5
  1217. package/dist/ui/components/site/context/scripts/index.js.map +1 -1
  1218. package/dist/ui/components/site/context/scripts/interfaces.js +2 -1
  1219. package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +45 -5
  1220. package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js.map +1 -1
  1221. package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js +13 -103
  1222. package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -1
  1223. package/dist/ui/components/site/default-pages/404/component.js +47 -8
  1224. package/dist/ui/components/site/default-pages/404/component.js.map +1 -1
  1225. package/dist/ui/components/site/default-pages/404/index.js +17 -1
  1226. package/dist/ui/components/site/default-pages/404/index.js.map +1 -1
  1227. package/dist/ui/components/site/default-pages/404/styles.js +13 -28
  1228. package/dist/ui/components/site/default-pages/404/styles.js.map +1 -1
  1229. package/dist/ui/components/site/default-pages/500/component.js +48 -9
  1230. package/dist/ui/components/site/default-pages/500/component.js.map +1 -1
  1231. package/dist/ui/components/site/default-pages/500/index.js +17 -1
  1232. package/dist/ui/components/site/default-pages/500/index.js.map +1 -1
  1233. package/dist/ui/components/site/default-pages/500/styles.js +13 -28
  1234. package/dist/ui/components/site/default-pages/500/styles.js.map +1 -1
  1235. package/dist/ui/components/site/default-pages/index.js +18 -2
  1236. package/dist/ui/components/site/default-pages/index.js.map +1 -1
  1237. package/dist/ui/components/site/default-pages/sitemap/index.js +49 -11
  1238. package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -1
  1239. package/dist/ui/components/site/effect/component.js +42 -5
  1240. package/dist/ui/components/site/effect/component.js.map +1 -1
  1241. package/dist/ui/components/site/effect/index.js +18 -2
  1242. package/dist/ui/components/site/effect/index.js.map +1 -1
  1243. package/dist/ui/components/site/effect/interfaces.js +2 -1
  1244. package/dist/ui/components/site/effect/styles.js +49 -103
  1245. package/dist/ui/components/site/effect/styles.js.map +1 -1
  1246. package/dist/ui/components/site/head/component.js +18 -11
  1247. package/dist/ui/components/site/head/component.js.map +1 -1
  1248. package/dist/ui/components/site/head/index.js +18 -2
  1249. package/dist/ui/components/site/head/index.js.map +1 -1
  1250. package/dist/ui/components/site/head/interfaces.js +2 -1
  1251. package/dist/ui/components/site/header-link/component.js +19 -5
  1252. package/dist/ui/components/site/header-link/component.js.map +1 -1
  1253. package/dist/ui/components/site/header-link/index.js +18 -2
  1254. package/dist/ui/components/site/header-link/index.js.map +1 -1
  1255. package/dist/ui/components/site/header-link/interfaces.js +2 -1
  1256. package/dist/ui/components/site/header-link/versions/index.js +17 -1
  1257. package/dist/ui/components/site/header-link/versions/index.js.map +1 -1
  1258. package/dist/ui/components/site/header-link/versions/version-01/component.js +48 -6
  1259. package/dist/ui/components/site/header-link/versions/version-01/component.js.map +1 -1
  1260. package/dist/ui/components/site/header-link/versions/version-01/styles.js +13 -74
  1261. package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -1
  1262. package/dist/ui/components/site/index.js +23 -7
  1263. package/dist/ui/components/site/index.js.map +1 -1
  1264. package/dist/ui/components/site/list-blog/card/index.js +46 -6
  1265. package/dist/ui/components/site/list-blog/card/index.js.map +1 -1
  1266. package/dist/ui/components/site/list-blog/card/styles.js +13 -150
  1267. package/dist/ui/components/site/list-blog/card/styles.js.map +1 -1
  1268. package/dist/ui/components/site/list-blog/carousel-configs.js +4 -1
  1269. package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -1
  1270. package/dist/ui/components/site/list-blog/component.js +49 -9
  1271. package/dist/ui/components/site/list-blog/component.js.map +1 -1
  1272. package/dist/ui/components/site/list-blog/index.js +17 -1
  1273. package/dist/ui/components/site/list-blog/index.js.map +1 -1
  1274. package/dist/ui/components/site/list-blog/interfaces.js +2 -1
  1275. package/dist/ui/components/site/list-blog/styles.js +13 -60
  1276. package/dist/ui/components/site/list-blog/styles.js.map +1 -1
  1277. package/dist/ui/components/site/mvv/component.js +19 -5
  1278. package/dist/ui/components/site/mvv/component.js.map +1 -1
  1279. package/dist/ui/components/site/mvv/index.js +17 -1
  1280. package/dist/ui/components/site/mvv/index.js.map +1 -1
  1281. package/dist/ui/components/site/mvv/interfaces.js +2 -1
  1282. package/dist/ui/components/site/mvv/versions/index.js +17 -1
  1283. package/dist/ui/components/site/mvv/versions/index.js.map +1 -1
  1284. package/dist/ui/components/site/mvv/versions/version-01/component.js +42 -5
  1285. package/dist/ui/components/site/mvv/versions/version-01/component.js.map +1 -1
  1286. package/dist/ui/components/site/mvv/versions/version-01/styles.js +13 -73
  1287. package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -1
  1288. package/dist/ui/components/skeleton/index.js +41 -4
  1289. package/dist/ui/components/skeleton/index.js.map +1 -1
  1290. package/dist/ui/components/skeleton/styles.js +13 -49
  1291. package/dist/ui/components/skeleton/styles.js.map +1 -1
  1292. package/dist/ui/components/spacing/index.js +53 -6
  1293. package/dist/ui/components/spacing/index.js.map +1 -1
  1294. package/dist/ui/components/spacing/styles.js +49 -19
  1295. package/dist/ui/components/spacing/styles.js.map +1 -1
  1296. package/dist/ui/components/step-navigator/index.js +46 -9
  1297. package/dist/ui/components/step-navigator/index.js.map +1 -1
  1298. package/dist/ui/components/step-navigator/styles.js +26 -18
  1299. package/dist/ui/components/step-navigator/styles.js.map +1 -1
  1300. package/dist/ui/components/tooltip/component.js +74 -24
  1301. package/dist/ui/components/tooltip/component.js.map +1 -1
  1302. package/dist/ui/components/tooltip/hooks/use-tool-tip.js +50 -36
  1303. package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -1
  1304. package/dist/ui/components/tooltip/index.js +18 -2
  1305. package/dist/ui/components/tooltip/index.js.map +1 -1
  1306. package/dist/ui/components/tooltip/interfaces.js +2 -1
  1307. package/dist/ui/components/tooltip/styles.js +56 -89
  1308. package/dist/ui/components/tooltip/styles.js.map +1 -1
  1309. package/dist/ui/components/video/component.js +20 -5
  1310. package/dist/ui/components/video/component.js.map +1 -1
  1311. package/dist/ui/components/video/index.js +18 -2
  1312. package/dist/ui/components/video/index.js.map +1 -1
  1313. package/dist/ui/components/video/interfaces.js +2 -1
  1314. package/dist/ui/components/video/panda-video/components/index.js +18 -2
  1315. package/dist/ui/components/video/panda-video/components/index.js.map +1 -1
  1316. package/dist/ui/components/video/panda-video/components/player-component.js +63 -29
  1317. package/dist/ui/components/video/panda-video/components/player-component.js.map +1 -1
  1318. package/dist/ui/components/video/panda-video/components/player-wrapper.js +10 -7
  1319. package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -1
  1320. package/dist/ui/components/video/panda-video/index.js +18 -2
  1321. package/dist/ui/components/video/panda-video/index.js.map +1 -1
  1322. package/dist/ui/components/video/panda-video/interfaces.js +2 -1
  1323. package/dist/ui/components/video/panda-video/player.js +26 -11
  1324. package/dist/ui/components/video/panda-video/player.js.map +1 -1
  1325. package/dist/ui/components/warning/index.js +133 -37
  1326. package/dist/ui/components/warning/index.js.map +1 -1
  1327. package/dist/ui/components/warning/interface.js +2 -1
  1328. package/dist/ui/components/warning/styles.js +13 -64
  1329. package/dist/ui/components/warning/styles.js.map +1 -1
  1330. package/dist/ui/components/zoom-hover/index.js +73 -52
  1331. package/dist/ui/components/zoom-hover/index.js.map +1 -1
  1332. package/dist/ui/contexts/i18n/context.js +73 -24
  1333. package/dist/ui/contexts/i18n/context.js.map +1 -1
  1334. package/dist/ui/contexts/i18n/edit-mode/index.js +33 -19
  1335. package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
  1336. package/dist/ui/contexts/i18n/get-initial-props.js +85 -44
  1337. package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -1
  1338. package/dist/ui/contexts/i18n/index.js +22 -6
  1339. package/dist/ui/contexts/i18n/index.js.map +1 -1
  1340. package/dist/ui/contexts/i18n/interfaces.js +2 -1
  1341. package/dist/ui/contexts/i18n/translate.js +136 -55
  1342. package/dist/ui/contexts/i18n/translate.js.map +1 -1
  1343. package/dist/ui/contexts/i18n/use-i18n-data/index.js +14 -8
  1344. package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -1
  1345. package/dist/ui/contexts/index.js +19 -3
  1346. package/dist/ui/contexts/index.js.map +1 -1
  1347. package/dist/ui/contexts/route-loading/index.js +35 -54
  1348. package/dist/ui/contexts/route-loading/index.js.map +1 -1
  1349. package/dist/ui/contexts/toast/index.js +81 -20
  1350. package/dist/ui/contexts/toast/index.js.map +1 -1
  1351. package/dist/ui/contexts/toast/interfaces.js +2 -1
  1352. package/dist/ui/contexts/toast/styles.js +14 -11
  1353. package/dist/ui/contexts/toast/styles.js.map +1 -1
  1354. package/dist/ui/contexts/toast/toast-item/index.js +71 -24
  1355. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
  1356. package/dist/ui/contexts/toast/toast-item/styles.js +44 -54
  1357. package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -1
  1358. package/dist/ui/hooks/index.js +28 -12
  1359. package/dist/ui/hooks/index.js.map +1 -1
  1360. package/dist/ui/hooks/permitions/camera/index.js +18 -2
  1361. package/dist/ui/hooks/permitions/camera/index.js.map +1 -1
  1362. package/dist/ui/hooks/permitions/camera/styles.js +13 -78
  1363. package/dist/ui/hooks/permitions/camera/styles.js.map +1 -1
  1364. package/dist/ui/hooks/permitions/camera/use-camera.js +98 -23
  1365. package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
  1366. package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +12 -9
  1367. package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -1
  1368. package/dist/ui/hooks/permitions/camera/webcan-component.js +153 -87
  1369. package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -1
  1370. package/dist/ui/hooks/permitions/index.js +17 -1
  1371. package/dist/ui/hooks/permitions/index.js.map +1 -1
  1372. package/dist/ui/hooks/use-component-is-mounted.js +7 -4
  1373. package/dist/ui/hooks/use-component-is-mounted.js.map +1 -1
  1374. package/dist/ui/hooks/use-dynamic-head/index.js +18 -14
  1375. package/dist/ui/hooks/use-dynamic-head/index.js.map +1 -1
  1376. package/dist/ui/hooks/use-element-id.js +12 -8
  1377. package/dist/ui/hooks/use-element-id.js.map +1 -1
  1378. package/dist/ui/hooks/use-is-visible/index.js +11 -6
  1379. package/dist/ui/hooks/use-is-visible/index.js.map +1 -1
  1380. package/dist/ui/hooks/use-mount-transition/index.js +10 -7
  1381. package/dist/ui/hooks/use-mount-transition/index.js.map +1 -1
  1382. package/dist/ui/hooks/use-query/hook.js +131 -63
  1383. package/dist/ui/hooks/use-query/hook.js.map +1 -1
  1384. package/dist/ui/hooks/use-query/index.js +20 -4
  1385. package/dist/ui/hooks/use-query/index.js.map +1 -1
  1386. package/dist/ui/hooks/use-query/interfaces.js +2 -1
  1387. package/dist/ui/hooks/use-query/new-query/QueryClient.js +145 -92
  1388. package/dist/ui/hooks/use-query/new-query/QueryClient.js.map +1 -1
  1389. package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js +12 -7
  1390. package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js.map +1 -1
  1391. package/dist/ui/hooks/use-query/new-query/index.js +20 -4
  1392. package/dist/ui/hooks/use-query/new-query/index.js.map +1 -1
  1393. package/dist/ui/hooks/use-query/new-query/useMutation.js +72 -19
  1394. package/dist/ui/hooks/use-query/new-query/useMutation.js.map +1 -1
  1395. package/dist/ui/hooks/use-query/new-query/useQuery.js +97 -33
  1396. package/dist/ui/hooks/use-query/new-query/useQuery.js.map +1 -1
  1397. package/dist/ui/hooks/use-query/use-mutation.js +17 -3
  1398. package/dist/ui/hooks/use-query/use-mutation.js.map +1 -1
  1399. package/dist/ui/hooks/use-scroll.js +10 -6
  1400. package/dist/ui/hooks/use-scroll.js.map +1 -1
  1401. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +37 -21
  1402. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -1
  1403. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +19 -16
  1404. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -1
  1405. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +14 -10
  1406. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -1
  1407. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +8 -5
  1408. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -1
  1409. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +21 -5
  1410. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -1
  1411. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +2 -1
  1412. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +22 -19
  1413. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -1
  1414. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +20 -16
  1415. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -1
  1416. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +65 -23
  1417. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -1
  1418. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +21 -5
  1419. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -1
  1420. package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +2 -1
  1421. package/dist/ui/hooks/use-swagger/client/index.js +85 -23
  1422. package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
  1423. package/dist/ui/hooks/use-swagger/index.js +18 -2
  1424. package/dist/ui/hooks/use-swagger/index.js.map +1 -1
  1425. package/dist/ui/hooks/use-swagger/test/index.js +3 -3
  1426. package/dist/ui/hooks/use-swagger/test/index.js.map +1 -1
  1427. package/dist/ui/hooks/use-timer/index.js +18 -2
  1428. package/dist/ui/hooks/use-timer/index.js.map +1 -1
  1429. package/dist/ui/hooks/use-timer/interfaces.js +2 -1
  1430. package/dist/ui/hooks/use-timer/use-timer.js +30 -15
  1431. package/dist/ui/hooks/use-timer/use-timer.js.map +1 -1
  1432. package/dist/ui/hooks/use-window.js +20 -6
  1433. package/dist/ui/hooks/use-window.js.map +1 -1
  1434. package/dist/ui/icons/index.js +150 -134
  1435. package/dist/ui/icons/index.js.map +1 -1
  1436. package/dist/ui/icons/interfaces.js +2 -1
  1437. package/dist/ui/icons/render/component.js +7 -3
  1438. package/dist/ui/icons/render/component.js.map +1 -1
  1439. package/dist/ui/icons/render/icon-Instagram.js +11 -5
  1440. package/dist/ui/icons/render/icon-Instagram.js.map +1 -1
  1441. package/dist/ui/icons/render/icon-Linkedin.js +11 -5
  1442. package/dist/ui/icons/render/icon-Linkedin.js.map +1 -1
  1443. package/dist/ui/icons/render/icon-Lupa.js +7 -3
  1444. package/dist/ui/icons/render/icon-Lupa.js.map +1 -1
  1445. package/dist/ui/icons/render/icon-Map.js +11 -5
  1446. package/dist/ui/icons/render/icon-Map.js.map +1 -1
  1447. package/dist/ui/icons/render/icon-Microphone.js +7 -3
  1448. package/dist/ui/icons/render/icon-Microphone.js.map +1 -1
  1449. package/dist/ui/icons/render/icon-Minus.js +7 -3
  1450. package/dist/ui/icons/render/icon-Minus.js.map +1 -1
  1451. package/dist/ui/icons/render/icon-Phone.js +11 -5
  1452. package/dist/ui/icons/render/icon-Phone.js.map +1 -1
  1453. package/dist/ui/icons/render/icon-Pin.js +15 -7
  1454. package/dist/ui/icons/render/icon-Pin.js.map +1 -1
  1455. package/dist/ui/icons/render/icon-Play.js +7 -3
  1456. package/dist/ui/icons/render/icon-Play.js.map +1 -1
  1457. package/dist/ui/icons/render/icon-Plus.js +7 -3
  1458. package/dist/ui/icons/render/icon-Plus.js.map +1 -1
  1459. package/dist/ui/icons/render/icon-Share.js +7 -3
  1460. package/dist/ui/icons/render/icon-Share.js.map +1 -1
  1461. package/dist/ui/icons/render/icon-TikTok.js +7 -3
  1462. package/dist/ui/icons/render/icon-TikTok.js.map +1 -1
  1463. package/dist/ui/icons/render/icon-YouTube.js +11 -5
  1464. package/dist/ui/icons/render/icon-YouTube.js.map +1 -1
  1465. package/dist/ui/icons/render/icon-academic-cap copy.js +7 -3
  1466. package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -1
  1467. package/dist/ui/icons/render/icon-academic-cap.js +7 -3
  1468. package/dist/ui/icons/render/icon-academic-cap.js.map +1 -1
  1469. package/dist/ui/icons/render/icon-ampulheta.js +7 -3
  1470. package/dist/ui/icons/render/icon-ampulheta.js.map +1 -1
  1471. package/dist/ui/icons/render/icon-block.js +7 -3
  1472. package/dist/ui/icons/render/icon-block.js.map +1 -1
  1473. package/dist/ui/icons/render/icon-boleto.js +7 -3
  1474. package/dist/ui/icons/render/icon-boleto.js.map +1 -1
  1475. package/dist/ui/icons/render/icon-bottom-chevron.js +7 -3
  1476. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -1
  1477. package/dist/ui/icons/render/icon-bottom-navigation-double.js +7 -3
  1478. package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -1
  1479. package/dist/ui/icons/render/icon-bottom-navigation.js +7 -3
  1480. package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -1
  1481. package/dist/ui/icons/render/icon-box.js +7 -3
  1482. package/dist/ui/icons/render/icon-box.js.map +1 -1
  1483. package/dist/ui/icons/render/icon-calculator.js +7 -3
  1484. package/dist/ui/icons/render/icon-calculator.js.map +1 -1
  1485. package/dist/ui/icons/render/icon-calendar-browse.js +7 -3
  1486. package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -1
  1487. package/dist/ui/icons/render/icon-calendar-time.js +6 -3
  1488. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -1
  1489. package/dist/ui/icons/render/icon-calendar.js +7 -3
  1490. package/dist/ui/icons/render/icon-calendar.js.map +1 -1
  1491. package/dist/ui/icons/render/icon-cam.js +7 -3
  1492. package/dist/ui/icons/render/icon-cam.js.map +1 -1
  1493. package/dist/ui/icons/render/icon-cell-phone.js +7 -3
  1494. package/dist/ui/icons/render/icon-cell-phone.js.map +1 -1
  1495. package/dist/ui/icons/render/icon-chalet.js +7 -3
  1496. package/dist/ui/icons/render/icon-chalet.js.map +1 -1
  1497. package/dist/ui/icons/render/icon-chat.js +7 -3
  1498. package/dist/ui/icons/render/icon-chat.js.map +1 -1
  1499. package/dist/ui/icons/render/icon-check.js +7 -3
  1500. package/dist/ui/icons/render/icon-check.js.map +1 -1
  1501. package/dist/ui/icons/render/icon-checked.js +7 -3
  1502. package/dist/ui/icons/render/icon-checked.js.map +1 -1
  1503. package/dist/ui/icons/render/icon-circular-left-arrow.js +7 -3
  1504. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -1
  1505. package/dist/ui/icons/render/icon-circular-right-arrow.js +7 -3
  1506. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -1
  1507. package/dist/ui/icons/render/icon-clip.js +11 -5
  1508. package/dist/ui/icons/render/icon-clip.js.map +1 -1
  1509. package/dist/ui/icons/render/icon-clock.js +15 -7
  1510. package/dist/ui/icons/render/icon-clock.js.map +1 -1
  1511. package/dist/ui/icons/render/icon-close.js +7 -3
  1512. package/dist/ui/icons/render/icon-close.js.map +1 -1
  1513. package/dist/ui/icons/render/icon-codie.js +7 -3
  1514. package/dist/ui/icons/render/icon-codie.js.map +1 -1
  1515. package/dist/ui/icons/render/icon-computer.js +7 -3
  1516. package/dist/ui/icons/render/icon-computer.js.map +1 -1
  1517. package/dist/ui/icons/render/icon-credit-card.js +15 -7
  1518. package/dist/ui/icons/render/icon-credit-card.js.map +1 -1
  1519. package/dist/ui/icons/render/icon-danger.js +7 -3
  1520. package/dist/ui/icons/render/icon-danger.js.map +1 -1
  1521. package/dist/ui/icons/render/icon-death.js +7 -3
  1522. package/dist/ui/icons/render/icon-death.js.map +1 -1
  1523. package/dist/ui/icons/render/icon-delete.js +7 -3
  1524. package/dist/ui/icons/render/icon-delete.js.map +1 -1
  1525. package/dist/ui/icons/render/icon-diabets.js +7 -3
  1526. package/dist/ui/icons/render/icon-diabets.js.map +1 -1
  1527. package/dist/ui/icons/render/icon-door.js +7 -3
  1528. package/dist/ui/icons/render/icon-door.js.map +1 -1
  1529. package/dist/ui/icons/render/icon-download.js +7 -3
  1530. package/dist/ui/icons/render/icon-download.js.map +1 -1
  1531. package/dist/ui/icons/render/icon-drop-file.js +7 -3
  1532. package/dist/ui/icons/render/icon-drop-file.js.map +1 -1
  1533. package/dist/ui/icons/render/icon-edit-image.js +7 -3
  1534. package/dist/ui/icons/render/icon-edit-image.js.map +1 -1
  1535. package/dist/ui/icons/render/icon-edit.js +7 -3
  1536. package/dist/ui/icons/render/icon-edit.js.map +1 -1
  1537. package/dist/ui/icons/render/icon-email.js +11 -5
  1538. package/dist/ui/icons/render/icon-email.js.map +1 -1
  1539. package/dist/ui/icons/render/icon-empty-chat.js +7 -3
  1540. package/dist/ui/icons/render/icon-empty-chat.js.map +1 -1
  1541. package/dist/ui/icons/render/icon-equalizer.js +11 -5
  1542. package/dist/ui/icons/render/icon-equalizer.js.map +1 -1
  1543. package/dist/ui/icons/render/icon-excel.js +7 -3
  1544. package/dist/ui/icons/render/icon-excel.js.map +1 -1
  1545. package/dist/ui/icons/render/icon-exclamation.js +7 -3
  1546. package/dist/ui/icons/render/icon-exclamation.js.map +1 -1
  1547. package/dist/ui/icons/render/icon-exit.js +7 -3
  1548. package/dist/ui/icons/render/icon-exit.js.map +1 -1
  1549. package/dist/ui/icons/render/icon-eye-slash.js +7 -3
  1550. package/dist/ui/icons/render/icon-eye-slash.js.map +1 -1
  1551. package/dist/ui/icons/render/icon-eye.js +7 -3
  1552. package/dist/ui/icons/render/icon-eye.js.map +1 -1
  1553. package/dist/ui/icons/render/icon-facebook.js +11 -5
  1554. package/dist/ui/icons/render/icon-facebook.js.map +1 -1
  1555. package/dist/ui/icons/render/icon-file.js +7 -3
  1556. package/dist/ui/icons/render/icon-file.js.map +1 -1
  1557. package/dist/ui/icons/render/icon-filter.js +7 -3
  1558. package/dist/ui/icons/render/icon-filter.js.map +1 -1
  1559. package/dist/ui/icons/render/icon-flag.js +7 -3
  1560. package/dist/ui/icons/render/icon-flag.js.map +1 -1
  1561. package/dist/ui/icons/render/icon-folder.js +7 -3
  1562. package/dist/ui/icons/render/icon-folder.js.map +1 -1
  1563. package/dist/ui/icons/render/icon-fullfield-bell.js +7 -3
  1564. package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -1
  1565. package/dist/ui/icons/render/icon-fullfield-chat.js +7 -3
  1566. package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -1
  1567. package/dist/ui/icons/render/icon-gear.js +7 -3
  1568. package/dist/ui/icons/render/icon-gear.js.map +1 -1
  1569. package/dist/ui/icons/render/icon-gender.js +7 -3
  1570. package/dist/ui/icons/render/icon-gender.js.map +1 -1
  1571. package/dist/ui/icons/render/icon-globe.js +7 -3
  1572. package/dist/ui/icons/render/icon-globe.js.map +1 -1
  1573. package/dist/ui/icons/render/icon-google.js +7 -3
  1574. package/dist/ui/icons/render/icon-google.js.map +1 -1
  1575. package/dist/ui/icons/render/icon-heart.js +7 -3
  1576. package/dist/ui/icons/render/icon-heart.js.map +1 -1
  1577. package/dist/ui/icons/render/icon-home.js +11 -5
  1578. package/dist/ui/icons/render/icon-home.js.map +1 -1
  1579. package/dist/ui/icons/render/icon-hospitalization.js +7 -3
  1580. package/dist/ui/icons/render/icon-hospitalization.js.map +1 -1
  1581. package/dist/ui/icons/render/icon-hypertension.js +7 -3
  1582. package/dist/ui/icons/render/icon-hypertension.js.map +1 -1
  1583. package/dist/ui/icons/render/icon-info.js +7 -3
  1584. package/dist/ui/icons/render/icon-info.js.map +1 -1
  1585. package/dist/ui/icons/render/icon-instagram-logo.js +7 -3
  1586. package/dist/ui/icons/render/icon-instagram-logo.js.map +1 -1
  1587. package/dist/ui/icons/render/icon-interrogation-circle.js +7 -3
  1588. package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -1
  1589. package/dist/ui/icons/render/icon-language.js +7 -3
  1590. package/dist/ui/icons/render/icon-language.js.map +1 -1
  1591. package/dist/ui/icons/render/icon-left-chevron.js +7 -3
  1592. package/dist/ui/icons/render/icon-left-chevron.js.map +1 -1
  1593. package/dist/ui/icons/render/icon-left-navigation-circle.js +7 -3
  1594. package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -1
  1595. package/dist/ui/icons/render/icon-left-navigation.js +7 -3
  1596. package/dist/ui/icons/render/icon-left-navigation.js.map +1 -1
  1597. package/dist/ui/icons/render/icon-like.js +7 -3
  1598. package/dist/ui/icons/render/icon-like.js.map +1 -1
  1599. package/dist/ui/icons/render/icon-loading.js +7 -3
  1600. package/dist/ui/icons/render/icon-loading.js.map +1 -1
  1601. package/dist/ui/icons/render/icon-map-floor.js +7 -3
  1602. package/dist/ui/icons/render/icon-map-floor.js.map +1 -1
  1603. package/dist/ui/icons/render/icon-message-balloon.js +7 -3
  1604. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -1
  1605. package/dist/ui/icons/render/icon-mobile.js +7 -3
  1606. package/dist/ui/icons/render/icon-mobile.js.map +1 -1
  1607. package/dist/ui/icons/render/icon-money-value-symbol.js +7 -3
  1608. package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -1
  1609. package/dist/ui/icons/render/icon-next.js +7 -3
  1610. package/dist/ui/icons/render/icon-next.js.map +1 -1
  1611. package/dist/ui/icons/render/icon-not-found.js +7 -3
  1612. package/dist/ui/icons/render/icon-not-found.js.map +1 -1
  1613. package/dist/ui/icons/render/icon-not-like.js +7 -3
  1614. package/dist/ui/icons/render/icon-not-like.js.map +1 -1
  1615. package/dist/ui/icons/render/icon-padlock.js +11 -5
  1616. package/dist/ui/icons/render/icon-padlock.js.map +1 -1
  1617. package/dist/ui/icons/render/icon-pc.js +7 -3
  1618. package/dist/ui/icons/render/icon-pc.js.map +1 -1
  1619. package/dist/ui/icons/render/icon-pdf.js +7 -3
  1620. package/dist/ui/icons/render/icon-pdf.js.map +1 -1
  1621. package/dist/ui/icons/render/icon-performance.js +7 -3
  1622. package/dist/ui/icons/render/icon-performance.js.map +1 -1
  1623. package/dist/ui/icons/render/icon-person.js +11 -5
  1624. package/dist/ui/icons/render/icon-person.js.map +1 -1
  1625. package/dist/ui/icons/render/icon-pet.js +7 -3
  1626. package/dist/ui/icons/render/icon-pet.js.map +1 -1
  1627. package/dist/ui/icons/render/icon-phone-message.js +7 -3
  1628. package/dist/ui/icons/render/icon-phone-message.js.map +1 -1
  1629. package/dist/ui/icons/render/icon-pix.js +7 -3
  1630. package/dist/ui/icons/render/icon-pix.js.map +1 -1
  1631. package/dist/ui/icons/render/icon-plane.js +7 -3
  1632. package/dist/ui/icons/render/icon-plane.js.map +1 -1
  1633. package/dist/ui/icons/render/icon-play-rounded.js +7 -3
  1634. package/dist/ui/icons/render/icon-play-rounded.js.map +1 -1
  1635. package/dist/ui/icons/render/icon-plus-sharp.js +7 -3
  1636. package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -1
  1637. package/dist/ui/icons/render/icon-prev.js +7 -3
  1638. package/dist/ui/icons/render/icon-prev.js.map +1 -1
  1639. package/dist/ui/icons/render/icon-print.js +7 -3
  1640. package/dist/ui/icons/render/icon-print.js.map +1 -1
  1641. package/dist/ui/icons/render/icon-right-chevron.js +7 -3
  1642. package/dist/ui/icons/render/icon-right-chevron.js.map +1 -1
  1643. package/dist/ui/icons/render/icon-right-circle.js +7 -3
  1644. package/dist/ui/icons/render/icon-right-circle.js.map +1 -1
  1645. package/dist/ui/icons/render/icon-right-navigation-circle.js +11 -5
  1646. package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -1
  1647. package/dist/ui/icons/render/icon-right-navigation-double.js +7 -3
  1648. package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -1
  1649. package/dist/ui/icons/render/icon-right-navigation-rounded.js +7 -3
  1650. package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -1
  1651. package/dist/ui/icons/render/icon-right-navigation.js +7 -3
  1652. package/dist/ui/icons/render/icon-right-navigation.js.map +1 -1
  1653. package/dist/ui/icons/render/icon-route.js +7 -3
  1654. package/dist/ui/icons/render/icon-route.js.map +1 -1
  1655. package/dist/ui/icons/render/icon-selo.js +7 -3
  1656. package/dist/ui/icons/render/icon-selo.js.map +1 -1
  1657. package/dist/ui/icons/render/icon-send-arrow.js +7 -3
  1658. package/dist/ui/icons/render/icon-send-arrow.js.map +1 -1
  1659. package/dist/ui/icons/render/icon-send-message.js +7 -3
  1660. package/dist/ui/icons/render/icon-send-message.js.map +1 -1
  1661. package/dist/ui/icons/render/icon-send.js +7 -3
  1662. package/dist/ui/icons/render/icon-send.js.map +1 -1
  1663. package/dist/ui/icons/render/icon-seo.js +7 -3
  1664. package/dist/ui/icons/render/icon-seo.js.map +1 -1
  1665. package/dist/ui/icons/render/icon-share-v2.js +7 -3
  1666. package/dist/ui/icons/render/icon-share-v2.js.map +1 -1
  1667. package/dist/ui/icons/render/icon-shopping.js +11 -5
  1668. package/dist/ui/icons/render/icon-shopping.js.map +1 -1
  1669. package/dist/ui/icons/render/icon-star.js +7 -3
  1670. package/dist/ui/icons/render/icon-star.js.map +1 -1
  1671. package/dist/ui/icons/render/icon-starBg.js +7 -3
  1672. package/dist/ui/icons/render/icon-starBg.js.map +1 -1
  1673. package/dist/ui/icons/render/icon-three-dots.js +7 -3
  1674. package/dist/ui/icons/render/icon-three-dots.js.map +1 -1
  1675. package/dist/ui/icons/render/icon-tiktok-logo.js +7 -3
  1676. package/dist/ui/icons/render/icon-tiktok-logo.js.map +1 -1
  1677. package/dist/ui/icons/render/icon-top-chevron.js +7 -3
  1678. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -1
  1679. package/dist/ui/icons/render/icon-top-navigation.js +7 -3
  1680. package/dist/ui/icons/render/icon-top-navigation.js.map +1 -1
  1681. package/dist/ui/icons/render/icon-transparent-mail.js +7 -3
  1682. package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -1
  1683. package/dist/ui/icons/render/icon-transparent-phone.js +7 -3
  1684. package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -1
  1685. package/dist/ui/icons/render/icon-twitter.js +11 -5
  1686. package/dist/ui/icons/render/icon-twitter.js.map +1 -1
  1687. package/dist/ui/icons/render/icon-upload.js +7 -3
  1688. package/dist/ui/icons/render/icon-upload.js.map +1 -1
  1689. package/dist/ui/icons/render/icon-user.js +11 -5
  1690. package/dist/ui/icons/render/icon-user.js.map +1 -1
  1691. package/dist/ui/icons/render/icon-warning.js +7 -3
  1692. package/dist/ui/icons/render/icon-warning.js.map +1 -1
  1693. package/dist/ui/icons/render/icon-weight.js +7 -3
  1694. package/dist/ui/icons/render/icon-weight.js.map +1 -1
  1695. package/dist/ui/icons/render/icon-whats.js +11 -5
  1696. package/dist/ui/icons/render/icon-whats.js.map +1 -1
  1697. package/dist/ui/icons/render/icon-whatsapp-logo.js +7 -3
  1698. package/dist/ui/icons/render/icon-whatsapp-logo.js.map +1 -1
  1699. package/dist/ui/icons/render/icon-word.js +7 -3
  1700. package/dist/ui/icons/render/icon-word.js.map +1 -1
  1701. package/dist/ui/icons/render/icon-x.js +7 -3
  1702. package/dist/ui/icons/render/icon-x.js.map +1 -1
  1703. package/dist/ui/icons/render/image.js +7 -3
  1704. package/dist/ui/icons/render/image.js.map +1 -1
  1705. package/dist/ui/icons/render/index.js +17 -1
  1706. package/dist/ui/icons/render/index.js.map +1 -1
  1707. package/dist/ui/icons/render-icon/index.js +41 -4
  1708. package/dist/ui/icons/render-icon/index.js.map +1 -1
  1709. package/dist/ui/index.js +25 -9
  1710. package/dist/ui/index.js.map +1 -1
  1711. package/dist/ui/integrations/cloudflare/index.js +17 -1
  1712. package/dist/ui/integrations/cloudflare/index.js.map +1 -1
  1713. package/dist/ui/integrations/cloudflare/turnstile.js +143 -90
  1714. package/dist/ui/integrations/cloudflare/turnstile.js.map +1 -1
  1715. package/dist/ui/integrations/cloudflare/type.js +2 -1
  1716. package/dist/ui/integrations/google/GoogleLogin.js +43 -29
  1717. package/dist/ui/integrations/google/GoogleLogin.js.map +1 -1
  1718. package/dist/ui/integrations/google/GoogleOAuthProvider.js +24 -16
  1719. package/dist/ui/integrations/google/GoogleOAuthProvider.js.map +1 -1
  1720. package/dist/ui/integrations/google/googleLogout.js +4 -1
  1721. package/dist/ui/integrations/google/googleLogout.js.map +1 -1
  1722. package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js +19 -2
  1723. package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js.map +1 -1
  1724. package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js +19 -2
  1725. package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js.map +1 -1
  1726. package/dist/ui/integrations/google/hooks/index.js +19 -3
  1727. package/dist/ui/integrations/google/hooks/index.js.map +1 -1
  1728. package/dist/ui/integrations/google/hooks/useGoogleLogin.js +30 -16
  1729. package/dist/ui/integrations/google/hooks/useGoogleLogin.js.map +1 -1
  1730. package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js +26 -22
  1731. package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js.map +1 -1
  1732. package/dist/ui/integrations/google/hooks/useLoadGsiScript.js +15 -11
  1733. package/dist/ui/integrations/google/hooks/useLoadGsiScript.js.map +1 -1
  1734. package/dist/ui/integrations/google/index.js +24 -8
  1735. package/dist/ui/integrations/google/index.js.map +1 -1
  1736. package/dist/ui/integrations/google/types/index.js +2 -1
  1737. package/dist/ui/integrations/google/utils/index.js +5 -2
  1738. package/dist/ui/integrations/google/utils/index.js.map +1 -1
  1739. package/dist/ui/integrations/index.js +19 -3
  1740. package/dist/ui/integrations/index.js.map +1 -1
  1741. package/dist/ui/integrations/message-provider/index.js +17 -1
  1742. package/dist/ui/integrations/message-provider/index.js.map +1 -1
  1743. package/dist/ui/integrations/message-provider/send-message.js +70 -23
  1744. package/dist/ui/integrations/message-provider/send-message.js.map +1 -1
  1745. package/dist/ui/styles/keyframes.js +11 -23
  1746. package/dist/ui/styles/keyframes.js.map +1 -1
  1747. package/dist/ui/types/index.js +17 -1
  1748. package/dist/ui/types/index.js.map +1 -1
  1749. package/dist/ui/types/list.js +2 -1
  1750. package/dist/ui/utils/_app_utils/generate_ref.js +8 -4
  1751. package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -1
  1752. package/dist/ui/utils/_app_utils/get-pathname-ref.js +8 -5
  1753. package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -1
  1754. package/dist/ui/utils/_app_utils/index.js +18 -2
  1755. package/dist/ui/utils/_app_utils/index.js.map +1 -1
  1756. package/dist/ui/utils/buffer/base64.js +8 -5
  1757. package/dist/ui/utils/buffer/base64.js.map +1 -1
  1758. package/dist/ui/utils/buffer/buffer.js +15 -10
  1759. package/dist/ui/utils/buffer/buffer.js.map +1 -1
  1760. package/dist/ui/utils/buffer/index.js +18 -2
  1761. package/dist/ui/utils/buffer/index.js.map +1 -1
  1762. package/dist/ui/utils/colors/hext-to-rgba.js +8 -5
  1763. package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -1
  1764. package/dist/ui/utils/colors/index.js +17 -1
  1765. package/dist/ui/utils/colors/index.js.map +1 -1
  1766. package/dist/ui/utils/copy-to-clipboard.js +15 -11
  1767. package/dist/ui/utils/copy-to-clipboard.js.map +1 -1
  1768. package/dist/ui/utils/date/index.js +17 -1
  1769. package/dist/ui/utils/date/index.js.map +1 -1
  1770. package/dist/ui/utils/date/is-invaid-date.js +5 -2
  1771. package/dist/ui/utils/date/is-invaid-date.js.map +1 -1
  1772. package/dist/ui/utils/disable-scroll.js +7 -4
  1773. package/dist/ui/utils/disable-scroll.js.map +1 -1
  1774. package/dist/ui/utils/facebook/facebook-pixel.js +8 -3
  1775. package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -1
  1776. package/dist/ui/utils/facebook/index.js +17 -1
  1777. package/dist/ui/utils/facebook/index.js.map +1 -1
  1778. package/dist/ui/utils/file/index.js +19 -3
  1779. package/dist/ui/utils/file/index.js.map +1 -1
  1780. package/dist/ui/utils/file/load-file.js +62 -19
  1781. package/dist/ui/utils/file/load-file.js.map +1 -1
  1782. package/dist/ui/utils/file/upload-file.js +124 -60
  1783. package/dist/ui/utils/file/upload-file.js.map +1 -1
  1784. package/dist/ui/utils/file/verify-size-files.js +9 -5
  1785. package/dist/ui/utils/file/verify-size-files.js.map +1 -1
  1786. package/dist/ui/utils/form-validator/index.js +18 -2
  1787. package/dist/ui/utils/form-validator/index.js.map +1 -1
  1788. package/dist/ui/utils/form-validator/validations/index.js +20 -4
  1789. package/dist/ui/utils/form-validator/validations/index.js.map +1 -1
  1790. package/dist/ui/utils/form-validator/validations/validate-cnpj.js +13 -10
  1791. package/dist/ui/utils/form-validator/validations/validate-cnpj.js.map +1 -1
  1792. package/dist/ui/utils/form-validator/validations/validate-cpf.js +5 -2
  1793. package/dist/ui/utils/form-validator/validations/validate-cpf.js.map +1 -1
  1794. package/dist/ui/utils/form-validator/validations/validate-email.js +4 -1
  1795. package/dist/ui/utils/form-validator/validations/validate-email.js.map +1 -1
  1796. package/dist/ui/utils/form-validator/validations/validate-phone.js +7 -3
  1797. package/dist/ui/utils/form-validator/validations/validate-phone.js.map +1 -1
  1798. package/dist/ui/utils/form-validator/validator.js +204 -150
  1799. package/dist/ui/utils/form-validator/validator.js.map +1 -1
  1800. package/dist/ui/utils/formatters/format-number-to-currency.js +6 -2
  1801. package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -1
  1802. package/dist/ui/utils/formatters/format-string-to-number.js +4 -1
  1803. package/dist/ui/utils/formatters/format-string-to-number.js.map +1 -1
  1804. package/dist/ui/utils/formatters/format-string-to-url.js +4 -1
  1805. package/dist/ui/utils/formatters/format-string-to-url.js.map +1 -1
  1806. package/dist/ui/utils/formatters/formatter.js +12 -9
  1807. package/dist/ui/utils/formatters/formatter.js.map +1 -1
  1808. package/dist/ui/utils/formatters/index.js +21 -5
  1809. package/dist/ui/utils/formatters/index.js.map +1 -1
  1810. package/dist/ui/utils/formatters/remove-digits.js +4 -1
  1811. package/dist/ui/utils/formatters/remove-digits.js.map +1 -1
  1812. package/dist/ui/utils/generate-guid.js +6 -3
  1813. package/dist/ui/utils/generate-guid.js.map +1 -1
  1814. package/dist/ui/utils/generate-sitemap.js +54 -27
  1815. package/dist/ui/utils/generate-sitemap.js.map +1 -1
  1816. package/dist/ui/utils/http/api.js +90 -38
  1817. package/dist/ui/utils/http/api.js.map +1 -1
  1818. package/dist/ui/utils/http/axios-http-client.js +154 -92
  1819. package/dist/ui/utils/http/axios-http-client.js.map +1 -1
  1820. package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +8 -3
  1821. package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -1
  1822. package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +27 -5
  1823. package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -1
  1824. package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +8 -3
  1825. package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -1
  1826. package/dist/ui/utils/http/errors/http-errors/conflict-error.js +8 -3
  1827. package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -1
  1828. package/dist/ui/utils/http/errors/http-errors/index.js +23 -7
  1829. package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -1
  1830. package/dist/ui/utils/http/errors/http-errors/no-content.js +27 -5
  1831. package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -1
  1832. package/dist/ui/utils/http/errors/http-errors/not-found-error.js +27 -5
  1833. package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -1
  1834. package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +27 -5
  1835. package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -1
  1836. package/dist/ui/utils/http/errors/index.js +18 -2
  1837. package/dist/ui/utils/http/errors/index.js.map +1 -1
  1838. package/dist/ui/utils/http/errors/system-errors-model/index.js +17 -1
  1839. package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -1
  1840. package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +8 -3
  1841. package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -1
  1842. package/dist/ui/utils/http/index.js +20 -4
  1843. package/dist/ui/utils/http/index.js.map +1 -1
  1844. package/dist/ui/utils/http/interfaces.js +5 -2
  1845. package/dist/ui/utils/http/interfaces.js.map +1 -1
  1846. package/dist/ui/utils/index.js +39 -23
  1847. package/dist/ui/utils/index.js.map +1 -1
  1848. package/dist/ui/utils/infinity-forge/index.js +18 -2
  1849. package/dist/ui/utils/infinity-forge/index.js.map +1 -1
  1850. package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +84 -26
  1851. package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -1
  1852. package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +4 -1
  1853. package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -1
  1854. package/dist/ui/utils/json/index.js +8 -4
  1855. package/dist/ui/utils/json/index.js.map +1 -1
  1856. package/dist/ui/utils/jwt/index.js +37 -12
  1857. package/dist/ui/utils/jwt/index.js.map +1 -1
  1858. package/dist/ui/utils/libs/index.js +18 -2
  1859. package/dist/ui/utils/libs/index.js.map +1 -1
  1860. package/dist/ui/utils/libs/moment/index.js +17 -1
  1861. package/dist/ui/utils/libs/moment/index.js.map +1 -1
  1862. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.d.ts +2 -2
  1863. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +13 -6
  1864. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -1
  1865. package/dist/ui/utils/libs/next/index.js +18 -2
  1866. package/dist/ui/utils/libs/next/index.js.map +1 -1
  1867. package/dist/ui/utils/libs/next/router-build.js +21 -18
  1868. package/dist/ui/utils/libs/next/router-build.js.map +1 -1
  1869. package/dist/ui/utils/libs/next/update-route.js +20 -5
  1870. package/dist/ui/utils/libs/next/update-route.js.map +1 -1
  1871. package/dist/ui/utils/mocks/index.js +17 -1
  1872. package/dist/ui/utils/mocks/index.js.map +1 -1
  1873. package/dist/ui/utils/mocks/states-brazil.js +4 -1
  1874. package/dist/ui/utils/mocks/states-brazil.js.map +1 -1
  1875. package/dist/ui/utils/phone/index.js +24 -16
  1876. package/dist/ui/utils/phone/index.js.map +1 -1
  1877. package/dist/ui/utils/scroll-to-top-page.js +4 -1
  1878. package/dist/ui/utils/scroll-to-top-page.js.map +1 -1
  1879. package/dist/ui/utils/sidebar/index.js +10 -6
  1880. package/dist/ui/utils/sidebar/index.js.map +1 -1
  1881. package/dist/ui/utils/storage/cookies.js +17 -13
  1882. package/dist/ui/utils/storage/cookies.js.map +1 -1
  1883. package/dist/ui/utils/storage/index.js +17 -1
  1884. package/dist/ui/utils/storage/index.js.map +1 -1
  1885. package/dist/ui/utils/uid/index.js +7 -3
  1886. package/dist/ui/utils/uid/index.js.map +1 -1
  1887. package/package.json +2 -2
@@ -1,28 +1,40 @@
1
+ "use strict";
2
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
+ if (ar || !(i in from)) {
5
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
+ ar[i] = from[i];
7
+ }
8
+ }
9
+ return to.concat(ar || Array.prototype.slice.call(from));
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.default = onTouchMove;
1
13
  //@ts-nocheck
2
- import { now } from '../../shared/utils.js';
3
- import { getDocument } from '../../ssr-window/document.js';
4
- export default function onTouchMove(event) {
5
- const document = getDocument();
6
- const swiper = this;
7
- const data = swiper.touchEventsData;
8
- const { params, touches, rtlTranslate: rtl, enabled } = swiper;
14
+ var utils_1 = require("../../shared/utils.js");
15
+ var document_1 = require("../../ssr-window/document.js");
16
+ function onTouchMove(event) {
17
+ var document = (0, document_1.getDocument)();
18
+ var swiper = this;
19
+ var data = swiper.touchEventsData;
20
+ var params = swiper.params, touches = swiper.touches, rtl = swiper.rtlTranslate, enabled = swiper.enabled;
9
21
  if (!enabled)
10
22
  return;
11
23
  if (!params.simulateTouch && event.pointerType === 'mouse')
12
24
  return;
13
- let e = event;
25
+ var e = event;
14
26
  if (e.originalEvent)
15
27
  e = e.originalEvent;
16
28
  if (e.type === 'pointermove') {
17
29
  if (data.touchId !== null)
18
30
  return; // return from pointer if we use touch
19
- const id = e.pointerId;
31
+ var id = e.pointerId;
20
32
  if (id !== data.pointerId)
21
33
  return;
22
34
  }
23
- let targetTouch;
35
+ var targetTouch;
24
36
  if (e.type === 'touchmove') {
25
- targetTouch = [...e.changedTouches].filter((t) => t.identifier === data.touchId)[0];
37
+ targetTouch = __spreadArray([], e.changedTouches, true).filter(function (t) { return t.identifier === data.touchId; })[0];
26
38
  if (!targetTouch || targetTouch.identifier !== data.touchId)
27
39
  return;
28
40
  }
@@ -35,8 +47,8 @@ export default function onTouchMove(event) {
35
47
  }
36
48
  return;
37
49
  }
38
- const pageX = targetTouch.pageX;
39
- const pageY = targetTouch.pageY;
50
+ var pageX = targetTouch.pageX;
51
+ var pageY = targetTouch.pageY;
40
52
  if (e.preventedByNestedSwiper) {
41
53
  touches.startX = pageX;
42
54
  touches.startY = pageY;
@@ -53,7 +65,7 @@ export default function onTouchMove(event) {
53
65
  currentX: pageX,
54
66
  currentY: pageY,
55
67
  });
56
- data.touchStartTime = now();
68
+ data.touchStartTime = (0, utils_1.now)();
57
69
  }
58
70
  return;
59
71
  }
@@ -86,12 +98,12 @@ export default function onTouchMove(event) {
86
98
  touches.previousY = touches.currentY;
87
99
  touches.currentX = pageX;
88
100
  touches.currentY = pageY;
89
- const diffX = touches.currentX - touches.startX;
90
- const diffY = touches.currentY - touches.startY;
101
+ var diffX = touches.currentX - touches.startX;
102
+ var diffY = touches.currentY - touches.startY;
91
103
  if (swiper.params.threshold && Math.sqrt(Math.pow(diffX, 2) + Math.pow(diffY, 2)) < swiper.params.threshold)
92
104
  return;
93
105
  if (typeof data.isScrolling === 'undefined') {
94
- let touchAngle;
106
+ var touchAngle = void 0;
95
107
  if ((swiper.isHorizontal() && touches.currentY === touches.startY) ||
96
108
  (swiper.isVertical() && touches.currentX === touches.startX)) {
97
109
  data.isScrolling = false;
@@ -128,8 +140,8 @@ export default function onTouchMove(event) {
128
140
  if (params.touchMoveStopPropagation && !params.nested) {
129
141
  e.stopPropagation();
130
142
  }
131
- let diff = swiper.isHorizontal() ? diffX : diffY;
132
- let touchesDiff = swiper.isHorizontal()
143
+ var diff = swiper.isHorizontal() ? diffX : diffY;
144
+ var touchesDiff = swiper.isHorizontal()
133
145
  ? touches.currentX - touches.previousX
134
146
  : touches.currentY - touches.previousY;
135
147
  if (params.oneWayMovement) {
@@ -142,11 +154,11 @@ export default function onTouchMove(event) {
142
154
  diff = -diff;
143
155
  touchesDiff = -touchesDiff;
144
156
  }
145
- const prevTouchesDirection = swiper.touchesDirection;
157
+ var prevTouchesDirection = swiper.touchesDirection;
146
158
  swiper.swipeDirection = diff > 0 ? 'prev' : 'next';
147
159
  swiper.touchesDirection = touchesDiff > 0 ? 'prev' : 'next';
148
- const isLoop = swiper.params.loop && !params.cssMode;
149
- const allowLoopFix = (swiper.touchesDirection === 'next' && swiper.allowSlideNext) ||
160
+ var isLoop = swiper.params.loop && !params.cssMode;
161
+ var allowLoopFix = (swiper.touchesDirection === 'next' && swiper.allowSlideNext) ||
150
162
  (swiper.touchesDirection === 'prev' && swiper.allowSlidePrev);
151
163
  if (!data.isMoved) {
152
164
  if (isLoop && allowLoopFix) {
@@ -155,7 +167,7 @@ export default function onTouchMove(event) {
155
167
  data.startTranslate = swiper.getTranslate();
156
168
  swiper.setTransition(0);
157
169
  if (swiper.animating) {
158
- const evt = new window.CustomEvent('transitionend', {
170
+ var evt = new window.CustomEvent('transitionend', {
159
171
  bubbles: true,
160
172
  cancelable: true,
161
173
  detail: {
@@ -171,8 +183,8 @@ export default function onTouchMove(event) {
171
183
  }
172
184
  swiper.emit('sliderFirstMove', e);
173
185
  }
174
- let loopFixed;
175
- let time = new Date().getTime();
186
+ var loopFixed;
187
+ var time = new Date().getTime();
176
188
  if (data.isMoved &&
177
189
  data.allowThresholdMove &&
178
190
  prevTouchesDirection !== swiper.touchesDirection &&
@@ -193,8 +205,8 @@ export default function onTouchMove(event) {
193
205
  swiper.emit('sliderMove', e);
194
206
  data.isMoved = true;
195
207
  data.currentTranslate = diff + data.startTranslate;
196
- let disableParentSwiper = true;
197
- let resistanceRatio = params.resistanceRatio;
208
+ var disableParentSwiper = true;
209
+ var resistanceRatio = params.resistanceRatio;
198
210
  if (params.touchReleaseOnEdges) {
199
211
  resistanceRatio = 0;
200
212
  }
@@ -1 +1 @@
1
- {"version":3,"file":"onTouchMove.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/events/onTouchMove.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"onTouchMove.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/events/onTouchMove.tsx"],"names":[],"mappings":"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"}
@@ -1,15 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = onTouchStart;
1
4
  //@ts-nocheck
2
- import { now } from '../../shared/utils.js';
3
- import { getDocument } from '../../ssr-window/document.js';
4
- import { getWindow } from '../../ssr-window/window.js';
5
+ var utils_1 = require("../../shared/utils.js");
6
+ var document_1 = require("../../ssr-window/document.js");
7
+ var window_1 = require("../../ssr-window/window.js");
5
8
  // Modified from https://stackoverflow.com/questions/54520554/custom-element-getrootnode-closest-function-crossing-multiple-parent-shadowd
6
- function closestElement(selector, base = this) {
9
+ function closestElement(selector, base) {
10
+ if (base === void 0) { base = this; }
7
11
  function __closestFrom(el) {
8
- if (!el || el === getDocument() || el === getWindow())
12
+ if (!el || el === (0, document_1.getDocument)() || el === (0, window_1.getWindow)())
9
13
  return null;
10
14
  if (el.assignedSlot)
11
15
  el = el.assignedSlot;
12
- const found = el.closest(selector);
16
+ var found = el.closest(selector);
13
17
  if (!found && !el.getRootNode) {
14
18
  return null;
15
19
  }
@@ -18,10 +22,10 @@ function closestElement(selector, base = this) {
18
22
  return __closestFrom(base);
19
23
  }
20
24
  function preventEdgeSwipe(swiper, event, startX) {
21
- const window = getWindow();
22
- const { params } = swiper;
23
- const edgeSwipeDetection = params.edgeSwipeDetection;
24
- const edgeSwipeThreshold = params.edgeSwipeThreshold;
25
+ var window = (0, window_1.getWindow)();
26
+ var params = swiper.params;
27
+ var edgeSwipeDetection = params.edgeSwipeDetection;
28
+ var edgeSwipeThreshold = params.edgeSwipeThreshold;
25
29
  if (edgeSwipeDetection &&
26
30
  (startX <= edgeSwipeThreshold || startX >= window.innerWidth - edgeSwipeThreshold)) {
27
31
  if (edgeSwipeDetection === 'prevent') {
@@ -32,13 +36,13 @@ function preventEdgeSwipe(swiper, event, startX) {
32
36
  }
33
37
  return true;
34
38
  }
35
- export default function onTouchStart(event) {
36
- const swiper = this;
37
- const document = getDocument();
38
- let e = event;
39
+ function onTouchStart(event) {
40
+ var swiper = this;
41
+ var document = (0, document_1.getDocument)();
42
+ var e = event;
39
43
  if (e.originalEvent)
40
44
  e = e.originalEvent;
41
- const data = swiper.touchEventsData;
45
+ var data = swiper.touchEventsData;
42
46
  if (e.type === 'pointerdown') {
43
47
  if (data.pointerId !== null && data.pointerId !== e.pointerId) {
44
48
  return;
@@ -53,7 +57,7 @@ export default function onTouchStart(event) {
53
57
  preventEdgeSwipe(swiper, e, e.targetTouches[0].pageX);
54
58
  return;
55
59
  }
56
- const { params, touches, enabled } = swiper;
60
+ var params = swiper.params, touches = swiper.touches, enabled = swiper.enabled;
57
61
  if (!enabled)
58
62
  return;
59
63
  if (!params.simulateTouch && e.pointerType === 'mouse')
@@ -64,7 +68,7 @@ export default function onTouchStart(event) {
64
68
  if (!swiper.animating && params.cssMode && params.loop) {
65
69
  swiper.loopFix();
66
70
  }
67
- let targetEl = e.target;
71
+ var targetEl = e.target;
68
72
  if (params.touchEventsTarget === 'wrapper') {
69
73
  if (!swiper.wrapperEl.contains(targetEl))
70
74
  return;
@@ -76,16 +80,16 @@ export default function onTouchStart(event) {
76
80
  if (data.isTouched && data.isMoved)
77
81
  return;
78
82
  // change target el for shadow root component
79
- const swipingClassHasValue = !!params.noSwipingClass && params.noSwipingClass !== '';
83
+ var swipingClassHasValue = !!params.noSwipingClass && params.noSwipingClass !== '';
80
84
  // eslint-disable-next-line
81
- const eventPath = e.composedPath ? e.composedPath() : e.path;
85
+ var eventPath = e.composedPath ? e.composedPath() : e.path;
82
86
  if (swipingClassHasValue && e.target && e.target.shadowRoot && eventPath) {
83
87
  targetEl = eventPath[0];
84
88
  }
85
- const noSwipingSelector = params.noSwipingSelector
89
+ var noSwipingSelector = params.noSwipingSelector
86
90
  ? params.noSwipingSelector
87
- : `.${params.noSwipingClass}`;
88
- const isTargetShadow = !!(e.target && e.target.shadowRoot);
91
+ : ".".concat(params.noSwipingClass);
92
+ var isTargetShadow = !!(e.target && e.target.shadowRoot);
89
93
  // use closestElement for shadow root element to get the actual closest for nested shadow root element
90
94
  if (params.noSwiping &&
91
95
  (isTargetShadow
@@ -100,8 +104,8 @@ export default function onTouchStart(event) {
100
104
  }
101
105
  touches.currentX = e.pageX;
102
106
  touches.currentY = e.pageY;
103
- const startX = touches.currentX;
104
- const startY = touches.currentY;
107
+ var startX = touches.currentX;
108
+ var startY = touches.currentY;
105
109
  // Do NOT start if iOS edge swipe is detected. Otherwise iOS app cannot swipe-to-go-back anymore
106
110
  if (!preventEdgeSwipe(swiper, e, startX)) {
107
111
  return;
@@ -115,13 +119,13 @@ export default function onTouchStart(event) {
115
119
  });
116
120
  touches.startX = startX;
117
121
  touches.startY = startY;
118
- data.touchStartTime = now();
122
+ data.touchStartTime = (0, utils_1.now)();
119
123
  swiper.allowClick = true;
120
124
  swiper.updateSize();
121
125
  swiper.swipeDirection = undefined;
122
126
  if (params.threshold > 0)
123
127
  data.allowThresholdMove = false;
124
- let preventDefault = true;
128
+ var preventDefault = true;
125
129
  if (targetEl.matches(data.focusableElements)) {
126
130
  preventDefault = false;
127
131
  if (targetEl.nodeName === 'SELECT') {
@@ -133,7 +137,7 @@ export default function onTouchStart(event) {
133
137
  document.activeElement !== targetEl) {
134
138
  document.activeElement.blur();
135
139
  }
136
- const shouldPreventDefault = preventDefault && swiper.allowTouchMove && params.touchStartPreventDefault;
140
+ var shouldPreventDefault = preventDefault && swiper.allowTouchMove && params.touchStartPreventDefault;
137
141
  if ((params.touchStartForcePreventDefault || shouldPreventDefault) &&
138
142
  !targetEl.isContentEditable) {
139
143
  e.preventDefault();
@@ -1 +1 @@
1
- {"version":3,"file":"onTouchStart.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/events/onTouchStart.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"onTouchStart.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/events/onTouchStart.tsx"],"names":[],"mappings":"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"}
@@ -1,26 +1,41 @@
1
+ "use strict";
1
2
  /* eslint-disable no-underscore-dangle */
2
- export default {
3
- on(events, handler, priority) {
4
- const self = this;
3
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
4
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
5
+ if (ar || !(i in from)) {
6
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
7
+ ar[i] = from[i];
8
+ }
9
+ }
10
+ return to.concat(ar || Array.prototype.slice.call(from));
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.default = {
14
+ on: function (events, handler, priority) {
15
+ var self = this;
5
16
  if (!self.eventsListeners || self.destroyed)
6
17
  return self;
7
18
  if (typeof handler !== 'function')
8
19
  return self;
9
- const method = priority ? 'unshift' : 'push';
10
- events.split(' ').forEach((event) => {
20
+ var method = priority ? 'unshift' : 'push';
21
+ events.split(' ').forEach(function (event) {
11
22
  if (!self.eventsListeners[event])
12
23
  self.eventsListeners[event] = [];
13
24
  self.eventsListeners[event][method](handler);
14
25
  });
15
26
  return self;
16
27
  },
17
- once(events, handler, priority) {
18
- const self = this;
28
+ once: function (events, handler, priority) {
29
+ var self = this;
19
30
  if (!self.eventsListeners || self.destroyed)
20
31
  return self;
21
32
  if (typeof handler !== 'function')
22
33
  return self;
23
- function onceHandler(...args) {
34
+ function onceHandler() {
35
+ var args = [];
36
+ for (var _i = 0; _i < arguments.length; _i++) {
37
+ args[_i] = arguments[_i];
38
+ }
24
39
  self.off(events, onceHandler);
25
40
  if (onceHandler.__emitterProxy) {
26
41
  delete onceHandler.__emitterProxy;
@@ -30,42 +45,42 @@ export default {
30
45
  onceHandler.__emitterProxy = handler;
31
46
  return self.on(events, onceHandler, priority);
32
47
  },
33
- onAny(handler, priority) {
34
- const self = this;
48
+ onAny: function (handler, priority) {
49
+ var self = this;
35
50
  if (!self.eventsListeners || self.destroyed)
36
51
  return self;
37
52
  if (typeof handler !== 'function')
38
53
  return self;
39
- const method = priority ? 'unshift' : 'push';
54
+ var method = priority ? 'unshift' : 'push';
40
55
  if (self.eventsAnyListeners.indexOf(handler) < 0) {
41
56
  self.eventsAnyListeners[method](handler);
42
57
  }
43
58
  return self;
44
59
  },
45
- offAny(handler) {
46
- const self = this;
60
+ offAny: function (handler) {
61
+ var self = this;
47
62
  if (!self.eventsListeners || self.destroyed)
48
63
  return self;
49
64
  if (!self.eventsAnyListeners)
50
65
  return self;
51
- const index = self.eventsAnyListeners.indexOf(handler);
66
+ var index = self.eventsAnyListeners.indexOf(handler);
52
67
  if (index >= 0) {
53
68
  self.eventsAnyListeners.splice(index, 1);
54
69
  }
55
70
  return self;
56
71
  },
57
- off(events, handler) {
58
- const self = this;
72
+ off: function (events, handler) {
73
+ var self = this;
59
74
  if (!self.eventsListeners || self.destroyed)
60
75
  return self;
61
76
  if (!self.eventsListeners)
62
77
  return self;
63
- events.split(' ').forEach((event) => {
78
+ events.split(' ').forEach(function (event) {
64
79
  if (typeof handler === 'undefined') {
65
80
  self.eventsListeners[event] = [];
66
81
  }
67
82
  else if (self.eventsListeners[event]) {
68
- self.eventsListeners[event].forEach((eventHandler, index) => {
83
+ self.eventsListeners[event].forEach(function (eventHandler, index) {
69
84
  if (eventHandler === handler ||
70
85
  (eventHandler.__emitterProxy && eventHandler.__emitterProxy === handler)) {
71
86
  self.eventsListeners[event].splice(index, 1);
@@ -75,15 +90,19 @@ export default {
75
90
  });
76
91
  return self;
77
92
  },
78
- emit(...args) {
79
- const self = this;
93
+ emit: function () {
94
+ var args = [];
95
+ for (var _i = 0; _i < arguments.length; _i++) {
96
+ args[_i] = arguments[_i];
97
+ }
98
+ var self = this;
80
99
  if (!self.eventsListeners || self.destroyed)
81
100
  return self;
82
101
  if (!self.eventsListeners)
83
102
  return self;
84
- let events;
85
- let data;
86
- let context;
103
+ var events;
104
+ var data;
105
+ var context;
87
106
  if (typeof args[0] === 'string' || Array.isArray(args[0])) {
88
107
  events = args[0];
89
108
  data = args.slice(1, args.length);
@@ -95,15 +114,15 @@ export default {
95
114
  context = args[0].context || self;
96
115
  }
97
116
  data.unshift(context);
98
- const eventsArray = Array.isArray(events) ? events : events.split(' ');
99
- eventsArray.forEach((event) => {
117
+ var eventsArray = Array.isArray(events) ? events : events.split(' ');
118
+ eventsArray.forEach(function (event) {
100
119
  if (self.eventsAnyListeners && self.eventsAnyListeners.length) {
101
- self.eventsAnyListeners.forEach((eventHandler) => {
102
- eventHandler.apply(context, [event, ...data]);
120
+ self.eventsAnyListeners.forEach(function (eventHandler) {
121
+ eventHandler.apply(context, __spreadArray([event], data, true));
103
122
  });
104
123
  }
105
124
  if (self.eventsListeners && self.eventsListeners[event]) {
106
- self.eventsListeners[event].forEach((eventHandler) => {
125
+ self.eventsListeners[event].forEach(function (eventHandler) {
107
126
  eventHandler.apply(context, data);
108
127
  });
109
128
  }
@@ -1 +1 @@
1
- {"version":3,"file":"events-emitter.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/core/events-emitter.tsx"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,eAAe;IACb,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,QAAQ;QAC1B,MAAM,IAAI,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QACzD,IAAI,OAAO,OAAO,KAAK,UAAU;YAAE,OAAO,IAAI,CAAC;QAC/C,MAAM,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC;QAC7C,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAClC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC;gBAAE,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;YACnE,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC;QAC/C,CAAC,CAAC,CAAC;QACH,OAAO,IAAI,CAAC;IACd,CAAC;IAED,IAAI,CAAC,MAAM,EAAE,OAAO,EAAE,QAAQ;QAC5B,MAAM,IAAI,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QACzD,IAAI,OAAO,OAAO,KAAK,UAAU;YAAE,OAAO,IAAI,CAAC;QAC/C,SAAS,WAAW,CAAC,GAAG,IAAI;YAC1B,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;YAC9B,IAAI,WAAW,CAAC,cAAc,EAAE,CAAC;gBAC/B,OAAO,WAAW,CAAC,cAAc,CAAC;YACpC,CAAC;YACD,OAAO,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QAC5B,CAAC;QACD,WAAW,CAAC,cAAc,GAAG,OAAO,CAAC;QACrC,OAAO,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC;IAChD,CAAC;IAED,KAAK,CAAC,OAAO,EAAE,QAAQ;QACrB,MAAM,IAAI,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QACzD,IAAI,OAAO,OAAO,KAAK,UAAU;YAAE,OAAO,IAAI,CAAC;QAC/C,MAAM,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC;QAC7C,IAAI,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC;YACjD,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC;QAC3C,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,MAAM,CAAC,OAAO;QACZ,MAAM,IAAI,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QACzD,IAAI,CAAC,IAAI,CAAC,kBAAkB;YAAE,OAAO,IAAI,CAAC;QAC1C,MAAM,KAAK,GAAG,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACvD,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;YACf,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QAC3C,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,GAAG,CAAC,MAAM,EAAE,OAAO;QACjB,MAAM,IAAI,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QACzD,IAAI,CAAC,IAAI,CAAC,eAAe;YAAE,OAAO,IAAI,CAAC;QACvC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAClC,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE,CAAC;gBACnC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;YACnC,CAAC;iBAAM,IAAI,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC;gBACvC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,KAAK,EAAE,EAAE;oBAC1D,IACE,YAAY,KAAK,OAAO;wBACxB,CAAC,YAAY,CAAC,cAAc,IAAI,YAAY,CAAC,cAAc,KAAK,OAAO,CAAC,EACxE,CAAC;wBACD,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;oBAC/C,CAAC;gBACH,CAAC,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC,CAAC;QACH,OAAO,IAAI,CAAC;IACd,CAAC;IAED,IAAI,CAAC,GAAG,IAAI;QACV,MAAM,IAAI,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC;QACzD,IAAI,CAAC,IAAI,CAAC,eAAe;YAAE,OAAO,IAAI,CAAC;QACvC,IAAI,MAAM,CAAC;QACX,IAAI,IAAI,CAAC;QACT,IAAI,OAAO,CAAC;QACZ,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YAC1D,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;YACjB,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;YAClC,OAAO,GAAG,IAAI,CAAC;QACjB,CAAC;aAAM,CAAC;YACN,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;YACxB,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;YACpB,OAAO,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,OAAO,IAAI,IAAI,CAAC;QACpC,CAAC;QACD,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACtB,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAEvE,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAC5B,IAAI,IAAI,CAAC,kBAAkB,IAAI,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,CAAC;gBAC9D,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;oBAC/C,YAAY,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;gBAChD,CAAC,CAAC,CAAC;YACL,CAAC;YACD,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC;gBACxD,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,YAAY,EAAE,EAAE;oBACnD,YAAY,CAAC,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;gBACpC,CAAC,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC,CAAC;QACH,OAAO,IAAI,CAAC;IACd,CAAC;CACF,CAAC"}
1
+ {"version":3,"file":"events-emitter.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/core/events-emitter.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,12 @@
1
- import setGrabCursor from './setGrabCursor.js';
2
- import unsetGrabCursor from './unsetGrabCursor.js';
3
- export default {
4
- setGrabCursor,
5
- unsetGrabCursor,
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var setGrabCursor_1 = __importDefault(require("./setGrabCursor.js"));
7
+ var unsetGrabCursor_1 = __importDefault(require("./unsetGrabCursor.js"));
8
+ exports.default = {
9
+ setGrabCursor: setGrabCursor_1.default,
10
+ unsetGrabCursor: unsetGrabCursor_1.default,
6
11
  };
7
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,eAAe;IACb,aAAa;IACb,eAAe;CAChB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/index.tsx"],"names":[],"mappings":";;;;;AAAA,kEAA4C;AAC5C,sEAAgD;AAEhD,kBAAe;IACb,aAAa,yBAAA;IACb,eAAe,2BAAA;CAChB,CAAC"}
@@ -1,17 +1,20 @@
1
- export default function setGrabCursor(moving) {
2
- const swiper = this;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = setGrabCursor;
4
+ function setGrabCursor(moving) {
5
+ var swiper = this;
3
6
  if (!swiper.params.simulateTouch ||
4
7
  (swiper.params.watchOverflow && swiper.isLocked) ||
5
8
  swiper.params.cssMode)
6
9
  return;
7
- const el = swiper.params.touchEventsTarget === 'container' ? swiper.el : swiper.wrapperEl;
10
+ var el = swiper.params.touchEventsTarget === 'container' ? swiper.el : swiper.wrapperEl;
8
11
  if (swiper.isElement) {
9
12
  swiper.__preventObserver__ = true;
10
13
  }
11
14
  el.style.cursor = 'move';
12
15
  el.style.cursor = moving ? 'grabbing' : 'grab';
13
16
  if (swiper.isElement) {
14
- requestAnimationFrame(() => {
17
+ requestAnimationFrame(function () {
15
18
  swiper.__preventObserver__ = false;
16
19
  });
17
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"setGrabCursor.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,MAAM;IAC1C,MAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IACE,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa;QAC5B,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,QAAQ,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,OAAO;QAErB,OAAO;IACT,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC;IAC1F,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IACpC,CAAC;IACD,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,qBAAqB,CAAC,GAAG,EAAE;YACzB,MAAM,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"setGrabCursor.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.tsx"],"names":[],"mappings":";;AAAA,gCAmBC;AAnBD,SAAwB,aAAa,CAAC,MAAM;IAC1C,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IACE,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa;QAC5B,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,QAAQ,CAAC;QAChD,MAAM,CAAC,MAAM,CAAC,OAAO;QAErB,OAAO;IACT,IAAM,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC;IAC1F,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IACpC,CAAC;IACD,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,qBAAqB,CAAC;YACpB,MAAM,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
@@ -1,5 +1,8 @@
1
- export default function unsetGrabCursor() {
2
- const swiper = this;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = unsetGrabCursor;
4
+ function unsetGrabCursor() {
5
+ var swiper = this;
3
6
  if ((swiper.params.watchOverflow && swiper.isLocked) || swiper.params.cssMode) {
4
7
  return;
5
8
  }
@@ -8,7 +11,7 @@ export default function unsetGrabCursor() {
8
11
  }
9
12
  swiper[swiper.params.touchEventsTarget === 'container' ? 'el' : 'wrapperEl'].style.cursor = '';
10
13
  if (swiper.isElement) {
11
- requestAnimationFrame(() => {
14
+ requestAnimationFrame(function () {
12
15
  swiper.__preventObserver__ = false;
13
16
  });
14
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"unsetGrabCursor.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,eAAe;IACrC,MAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QAC9E,OAAO;IACT,CAAC;IACD,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,EAAE,CAAC;IAC/F,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,qBAAqB,CAAC,GAAG,EAAE;YACzB,MAAM,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"unsetGrabCursor.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.tsx"],"names":[],"mappings":";;AAAA,kCAcC;AAdD,SAAwB,eAAe;IACrC,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;QAC9E,OAAO;IACT,CAAC;IACD,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,iBAAiB,KAAK,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,EAAE,CAAC;IAC/F,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;QACrB,qBAAqB,CAAC;YACpB,MAAM,CAAC,mBAAmB,GAAG,KAAK,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC"}