infinity-forge 9.9.4 → 9.9.5

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