infinity-forge 9.9.4 → 9.9.6

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 (1890) 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.d.ts +1 -0
  1391. package/dist/ui/hooks/use-query/new-query/QueryClient.js +99 -145
  1392. package/dist/ui/hooks/use-query/new-query/QueryClient.js.map +1 -1
  1393. package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js +7 -12
  1394. package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js.map +1 -1
  1395. package/dist/ui/hooks/use-query/new-query/index.js +4 -20
  1396. package/dist/ui/hooks/use-query/new-query/index.js.map +1 -1
  1397. package/dist/ui/hooks/use-query/new-query/useMutation.js +19 -72
  1398. package/dist/ui/hooks/use-query/new-query/useMutation.js.map +1 -1
  1399. package/dist/ui/hooks/use-query/new-query/useQuery.js +33 -97
  1400. package/dist/ui/hooks/use-query/new-query/useQuery.js.map +1 -1
  1401. package/dist/ui/hooks/use-query/use-mutation.js +3 -17
  1402. package/dist/ui/hooks/use-query/use-mutation.js.map +1 -1
  1403. package/dist/ui/hooks/use-scroll.js +6 -10
  1404. package/dist/ui/hooks/use-scroll.js.map +1 -1
  1405. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +21 -37
  1406. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -1
  1407. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +16 -19
  1408. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -1
  1409. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +10 -14
  1410. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -1
  1411. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +5 -8
  1412. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -1
  1413. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +5 -21
  1414. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -1
  1415. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +1 -2
  1416. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +19 -22
  1417. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -1
  1418. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +16 -20
  1419. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -1
  1420. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +23 -65
  1421. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -1
  1422. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +5 -21
  1423. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -1
  1424. package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +1 -2
  1425. package/dist/ui/hooks/use-swagger/client/index.js +23 -85
  1426. package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
  1427. package/dist/ui/hooks/use-swagger/index.js +2 -18
  1428. package/dist/ui/hooks/use-swagger/index.js.map +1 -1
  1429. package/dist/ui/hooks/use-swagger/test/index.js +3 -3
  1430. package/dist/ui/hooks/use-swagger/test/index.js.map +1 -1
  1431. package/dist/ui/hooks/use-timer/index.js +2 -18
  1432. package/dist/ui/hooks/use-timer/index.js.map +1 -1
  1433. package/dist/ui/hooks/use-timer/interfaces.js +1 -2
  1434. package/dist/ui/hooks/use-timer/use-timer.js +15 -30
  1435. package/dist/ui/hooks/use-timer/use-timer.js.map +1 -1
  1436. package/dist/ui/hooks/use-window.js +6 -20
  1437. package/dist/ui/hooks/use-window.js.map +1 -1
  1438. package/dist/ui/icons/index.js +134 -150
  1439. package/dist/ui/icons/index.js.map +1 -1
  1440. package/dist/ui/icons/interfaces.js +1 -2
  1441. package/dist/ui/icons/render/component.js +3 -7
  1442. package/dist/ui/icons/render/component.js.map +1 -1
  1443. package/dist/ui/icons/render/icon-Instagram.js +5 -11
  1444. package/dist/ui/icons/render/icon-Instagram.js.map +1 -1
  1445. package/dist/ui/icons/render/icon-Linkedin.js +5 -11
  1446. package/dist/ui/icons/render/icon-Linkedin.js.map +1 -1
  1447. package/dist/ui/icons/render/icon-Lupa.js +3 -7
  1448. package/dist/ui/icons/render/icon-Lupa.js.map +1 -1
  1449. package/dist/ui/icons/render/icon-Map.js +5 -11
  1450. package/dist/ui/icons/render/icon-Map.js.map +1 -1
  1451. package/dist/ui/icons/render/icon-Microphone.js +3 -7
  1452. package/dist/ui/icons/render/icon-Microphone.js.map +1 -1
  1453. package/dist/ui/icons/render/icon-Minus.js +3 -7
  1454. package/dist/ui/icons/render/icon-Minus.js.map +1 -1
  1455. package/dist/ui/icons/render/icon-Phone.js +5 -11
  1456. package/dist/ui/icons/render/icon-Phone.js.map +1 -1
  1457. package/dist/ui/icons/render/icon-Pin.js +7 -15
  1458. package/dist/ui/icons/render/icon-Pin.js.map +1 -1
  1459. package/dist/ui/icons/render/icon-Play.js +3 -7
  1460. package/dist/ui/icons/render/icon-Play.js.map +1 -1
  1461. package/dist/ui/icons/render/icon-Plus.js +3 -7
  1462. package/dist/ui/icons/render/icon-Plus.js.map +1 -1
  1463. package/dist/ui/icons/render/icon-Share.js +3 -7
  1464. package/dist/ui/icons/render/icon-Share.js.map +1 -1
  1465. package/dist/ui/icons/render/icon-TikTok.js +3 -7
  1466. package/dist/ui/icons/render/icon-TikTok.js.map +1 -1
  1467. package/dist/ui/icons/render/icon-YouTube.js +5 -11
  1468. package/dist/ui/icons/render/icon-YouTube.js.map +1 -1
  1469. package/dist/ui/icons/render/icon-academic-cap copy.js +3 -7
  1470. package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -1
  1471. package/dist/ui/icons/render/icon-academic-cap.js +3 -7
  1472. package/dist/ui/icons/render/icon-academic-cap.js.map +1 -1
  1473. package/dist/ui/icons/render/icon-ampulheta.js +3 -7
  1474. package/dist/ui/icons/render/icon-ampulheta.js.map +1 -1
  1475. package/dist/ui/icons/render/icon-block.js +3 -7
  1476. package/dist/ui/icons/render/icon-block.js.map +1 -1
  1477. package/dist/ui/icons/render/icon-boleto.js +3 -7
  1478. package/dist/ui/icons/render/icon-boleto.js.map +1 -1
  1479. package/dist/ui/icons/render/icon-bottom-chevron.js +3 -7
  1480. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -1
  1481. package/dist/ui/icons/render/icon-bottom-navigation-double.js +3 -7
  1482. package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -1
  1483. package/dist/ui/icons/render/icon-bottom-navigation.js +3 -7
  1484. package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -1
  1485. package/dist/ui/icons/render/icon-box.js +3 -7
  1486. package/dist/ui/icons/render/icon-box.js.map +1 -1
  1487. package/dist/ui/icons/render/icon-calculator.js +3 -7
  1488. package/dist/ui/icons/render/icon-calculator.js.map +1 -1
  1489. package/dist/ui/icons/render/icon-calendar-browse.js +3 -7
  1490. package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -1
  1491. package/dist/ui/icons/render/icon-calendar-time.js +3 -6
  1492. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -1
  1493. package/dist/ui/icons/render/icon-calendar.js +3 -7
  1494. package/dist/ui/icons/render/icon-calendar.js.map +1 -1
  1495. package/dist/ui/icons/render/icon-cam.js +3 -7
  1496. package/dist/ui/icons/render/icon-cam.js.map +1 -1
  1497. package/dist/ui/icons/render/icon-cell-phone.js +3 -7
  1498. package/dist/ui/icons/render/icon-cell-phone.js.map +1 -1
  1499. package/dist/ui/icons/render/icon-chalet.js +3 -7
  1500. package/dist/ui/icons/render/icon-chalet.js.map +1 -1
  1501. package/dist/ui/icons/render/icon-chat.js +3 -7
  1502. package/dist/ui/icons/render/icon-chat.js.map +1 -1
  1503. package/dist/ui/icons/render/icon-check.js +3 -7
  1504. package/dist/ui/icons/render/icon-check.js.map +1 -1
  1505. package/dist/ui/icons/render/icon-checked.js +3 -7
  1506. package/dist/ui/icons/render/icon-checked.js.map +1 -1
  1507. package/dist/ui/icons/render/icon-circular-left-arrow.js +3 -7
  1508. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -1
  1509. package/dist/ui/icons/render/icon-circular-right-arrow.js +3 -7
  1510. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -1
  1511. package/dist/ui/icons/render/icon-clip.js +5 -11
  1512. package/dist/ui/icons/render/icon-clip.js.map +1 -1
  1513. package/dist/ui/icons/render/icon-clock.js +7 -15
  1514. package/dist/ui/icons/render/icon-clock.js.map +1 -1
  1515. package/dist/ui/icons/render/icon-close.js +3 -7
  1516. package/dist/ui/icons/render/icon-close.js.map +1 -1
  1517. package/dist/ui/icons/render/icon-codie.js +3 -7
  1518. package/dist/ui/icons/render/icon-codie.js.map +1 -1
  1519. package/dist/ui/icons/render/icon-computer.js +3 -7
  1520. package/dist/ui/icons/render/icon-computer.js.map +1 -1
  1521. package/dist/ui/icons/render/icon-credit-card.js +7 -15
  1522. package/dist/ui/icons/render/icon-credit-card.js.map +1 -1
  1523. package/dist/ui/icons/render/icon-danger.js +3 -7
  1524. package/dist/ui/icons/render/icon-danger.js.map +1 -1
  1525. package/dist/ui/icons/render/icon-death.js +3 -7
  1526. package/dist/ui/icons/render/icon-death.js.map +1 -1
  1527. package/dist/ui/icons/render/icon-delete.js +3 -7
  1528. package/dist/ui/icons/render/icon-delete.js.map +1 -1
  1529. package/dist/ui/icons/render/icon-diabets.js +3 -7
  1530. package/dist/ui/icons/render/icon-diabets.js.map +1 -1
  1531. package/dist/ui/icons/render/icon-door.js +3 -7
  1532. package/dist/ui/icons/render/icon-door.js.map +1 -1
  1533. package/dist/ui/icons/render/icon-download.js +3 -7
  1534. package/dist/ui/icons/render/icon-download.js.map +1 -1
  1535. package/dist/ui/icons/render/icon-drop-file.js +3 -7
  1536. package/dist/ui/icons/render/icon-drop-file.js.map +1 -1
  1537. package/dist/ui/icons/render/icon-edit-image.js +3 -7
  1538. package/dist/ui/icons/render/icon-edit-image.js.map +1 -1
  1539. package/dist/ui/icons/render/icon-edit.js +3 -7
  1540. package/dist/ui/icons/render/icon-edit.js.map +1 -1
  1541. package/dist/ui/icons/render/icon-email.js +5 -11
  1542. package/dist/ui/icons/render/icon-email.js.map +1 -1
  1543. package/dist/ui/icons/render/icon-empty-chat.js +3 -7
  1544. package/dist/ui/icons/render/icon-empty-chat.js.map +1 -1
  1545. package/dist/ui/icons/render/icon-equalizer.js +5 -11
  1546. package/dist/ui/icons/render/icon-equalizer.js.map +1 -1
  1547. package/dist/ui/icons/render/icon-excel.js +3 -7
  1548. package/dist/ui/icons/render/icon-excel.js.map +1 -1
  1549. package/dist/ui/icons/render/icon-exclamation.js +3 -7
  1550. package/dist/ui/icons/render/icon-exclamation.js.map +1 -1
  1551. package/dist/ui/icons/render/icon-exit.js +3 -7
  1552. package/dist/ui/icons/render/icon-exit.js.map +1 -1
  1553. package/dist/ui/icons/render/icon-eye-slash.js +3 -7
  1554. package/dist/ui/icons/render/icon-eye-slash.js.map +1 -1
  1555. package/dist/ui/icons/render/icon-eye.js +3 -7
  1556. package/dist/ui/icons/render/icon-eye.js.map +1 -1
  1557. package/dist/ui/icons/render/icon-facebook.js +5 -11
  1558. package/dist/ui/icons/render/icon-facebook.js.map +1 -1
  1559. package/dist/ui/icons/render/icon-file.js +3 -7
  1560. package/dist/ui/icons/render/icon-file.js.map +1 -1
  1561. package/dist/ui/icons/render/icon-filter.js +3 -7
  1562. package/dist/ui/icons/render/icon-filter.js.map +1 -1
  1563. package/dist/ui/icons/render/icon-flag.js +3 -7
  1564. package/dist/ui/icons/render/icon-flag.js.map +1 -1
  1565. package/dist/ui/icons/render/icon-folder.js +3 -7
  1566. package/dist/ui/icons/render/icon-folder.js.map +1 -1
  1567. package/dist/ui/icons/render/icon-fullfield-bell.js +3 -7
  1568. package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -1
  1569. package/dist/ui/icons/render/icon-fullfield-chat.js +3 -7
  1570. package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -1
  1571. package/dist/ui/icons/render/icon-gear.js +3 -7
  1572. package/dist/ui/icons/render/icon-gear.js.map +1 -1
  1573. package/dist/ui/icons/render/icon-gender.js +3 -7
  1574. package/dist/ui/icons/render/icon-gender.js.map +1 -1
  1575. package/dist/ui/icons/render/icon-globe.js +3 -7
  1576. package/dist/ui/icons/render/icon-globe.js.map +1 -1
  1577. package/dist/ui/icons/render/icon-google.js +3 -7
  1578. package/dist/ui/icons/render/icon-google.js.map +1 -1
  1579. package/dist/ui/icons/render/icon-heart.js +3 -7
  1580. package/dist/ui/icons/render/icon-heart.js.map +1 -1
  1581. package/dist/ui/icons/render/icon-home.js +5 -11
  1582. package/dist/ui/icons/render/icon-home.js.map +1 -1
  1583. package/dist/ui/icons/render/icon-hospitalization.js +3 -7
  1584. package/dist/ui/icons/render/icon-hospitalization.js.map +1 -1
  1585. package/dist/ui/icons/render/icon-hypertension.js +3 -7
  1586. package/dist/ui/icons/render/icon-hypertension.js.map +1 -1
  1587. package/dist/ui/icons/render/icon-info.js +3 -7
  1588. package/dist/ui/icons/render/icon-info.js.map +1 -1
  1589. package/dist/ui/icons/render/icon-instagram-logo.js +3 -7
  1590. package/dist/ui/icons/render/icon-instagram-logo.js.map +1 -1
  1591. package/dist/ui/icons/render/icon-interrogation-circle.js +3 -7
  1592. package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -1
  1593. package/dist/ui/icons/render/icon-language.js +3 -7
  1594. package/dist/ui/icons/render/icon-language.js.map +1 -1
  1595. package/dist/ui/icons/render/icon-left-chevron.js +3 -7
  1596. package/dist/ui/icons/render/icon-left-chevron.js.map +1 -1
  1597. package/dist/ui/icons/render/icon-left-navigation-circle.js +3 -7
  1598. package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -1
  1599. package/dist/ui/icons/render/icon-left-navigation.js +3 -7
  1600. package/dist/ui/icons/render/icon-left-navigation.js.map +1 -1
  1601. package/dist/ui/icons/render/icon-like.js +3 -7
  1602. package/dist/ui/icons/render/icon-like.js.map +1 -1
  1603. package/dist/ui/icons/render/icon-loading.js +3 -7
  1604. package/dist/ui/icons/render/icon-loading.js.map +1 -1
  1605. package/dist/ui/icons/render/icon-map-floor.js +3 -7
  1606. package/dist/ui/icons/render/icon-map-floor.js.map +1 -1
  1607. package/dist/ui/icons/render/icon-message-balloon.js +3 -7
  1608. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -1
  1609. package/dist/ui/icons/render/icon-mobile.js +3 -7
  1610. package/dist/ui/icons/render/icon-mobile.js.map +1 -1
  1611. package/dist/ui/icons/render/icon-money-value-symbol.js +3 -7
  1612. package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -1
  1613. package/dist/ui/icons/render/icon-next.js +3 -7
  1614. package/dist/ui/icons/render/icon-next.js.map +1 -1
  1615. package/dist/ui/icons/render/icon-not-found.js +3 -7
  1616. package/dist/ui/icons/render/icon-not-found.js.map +1 -1
  1617. package/dist/ui/icons/render/icon-not-like.js +3 -7
  1618. package/dist/ui/icons/render/icon-not-like.js.map +1 -1
  1619. package/dist/ui/icons/render/icon-padlock.js +5 -11
  1620. package/dist/ui/icons/render/icon-padlock.js.map +1 -1
  1621. package/dist/ui/icons/render/icon-pc.js +3 -7
  1622. package/dist/ui/icons/render/icon-pc.js.map +1 -1
  1623. package/dist/ui/icons/render/icon-pdf.js +3 -7
  1624. package/dist/ui/icons/render/icon-pdf.js.map +1 -1
  1625. package/dist/ui/icons/render/icon-performance.js +3 -7
  1626. package/dist/ui/icons/render/icon-performance.js.map +1 -1
  1627. package/dist/ui/icons/render/icon-person.js +5 -11
  1628. package/dist/ui/icons/render/icon-person.js.map +1 -1
  1629. package/dist/ui/icons/render/icon-pet.js +3 -7
  1630. package/dist/ui/icons/render/icon-pet.js.map +1 -1
  1631. package/dist/ui/icons/render/icon-phone-message.js +3 -7
  1632. package/dist/ui/icons/render/icon-phone-message.js.map +1 -1
  1633. package/dist/ui/icons/render/icon-pix.js +3 -7
  1634. package/dist/ui/icons/render/icon-pix.js.map +1 -1
  1635. package/dist/ui/icons/render/icon-plane.js +3 -7
  1636. package/dist/ui/icons/render/icon-plane.js.map +1 -1
  1637. package/dist/ui/icons/render/icon-play-rounded.js +3 -7
  1638. package/dist/ui/icons/render/icon-play-rounded.js.map +1 -1
  1639. package/dist/ui/icons/render/icon-plus-sharp.js +3 -7
  1640. package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -1
  1641. package/dist/ui/icons/render/icon-prev.js +3 -7
  1642. package/dist/ui/icons/render/icon-prev.js.map +1 -1
  1643. package/dist/ui/icons/render/icon-print.js +3 -7
  1644. package/dist/ui/icons/render/icon-print.js.map +1 -1
  1645. package/dist/ui/icons/render/icon-right-chevron.js +3 -7
  1646. package/dist/ui/icons/render/icon-right-chevron.js.map +1 -1
  1647. package/dist/ui/icons/render/icon-right-circle.js +3 -7
  1648. package/dist/ui/icons/render/icon-right-circle.js.map +1 -1
  1649. package/dist/ui/icons/render/icon-right-navigation-circle.js +5 -11
  1650. package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -1
  1651. package/dist/ui/icons/render/icon-right-navigation-double.js +3 -7
  1652. package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -1
  1653. package/dist/ui/icons/render/icon-right-navigation-rounded.js +3 -7
  1654. package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -1
  1655. package/dist/ui/icons/render/icon-right-navigation.js +3 -7
  1656. package/dist/ui/icons/render/icon-right-navigation.js.map +1 -1
  1657. package/dist/ui/icons/render/icon-route.js +3 -7
  1658. package/dist/ui/icons/render/icon-route.js.map +1 -1
  1659. package/dist/ui/icons/render/icon-selo.js +3 -7
  1660. package/dist/ui/icons/render/icon-selo.js.map +1 -1
  1661. package/dist/ui/icons/render/icon-send-arrow.js +3 -7
  1662. package/dist/ui/icons/render/icon-send-arrow.js.map +1 -1
  1663. package/dist/ui/icons/render/icon-send-message.js +3 -7
  1664. package/dist/ui/icons/render/icon-send-message.js.map +1 -1
  1665. package/dist/ui/icons/render/icon-send.js +3 -7
  1666. package/dist/ui/icons/render/icon-send.js.map +1 -1
  1667. package/dist/ui/icons/render/icon-seo.js +3 -7
  1668. package/dist/ui/icons/render/icon-seo.js.map +1 -1
  1669. package/dist/ui/icons/render/icon-share-v2.js +3 -7
  1670. package/dist/ui/icons/render/icon-share-v2.js.map +1 -1
  1671. package/dist/ui/icons/render/icon-shopping.js +5 -11
  1672. package/dist/ui/icons/render/icon-shopping.js.map +1 -1
  1673. package/dist/ui/icons/render/icon-star.js +3 -7
  1674. package/dist/ui/icons/render/icon-star.js.map +1 -1
  1675. package/dist/ui/icons/render/icon-starBg.js +3 -7
  1676. package/dist/ui/icons/render/icon-starBg.js.map +1 -1
  1677. package/dist/ui/icons/render/icon-three-dots.js +3 -7
  1678. package/dist/ui/icons/render/icon-three-dots.js.map +1 -1
  1679. package/dist/ui/icons/render/icon-tiktok-logo.js +3 -7
  1680. package/dist/ui/icons/render/icon-tiktok-logo.js.map +1 -1
  1681. package/dist/ui/icons/render/icon-top-chevron.js +3 -7
  1682. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -1
  1683. package/dist/ui/icons/render/icon-top-navigation.js +3 -7
  1684. package/dist/ui/icons/render/icon-top-navigation.js.map +1 -1
  1685. package/dist/ui/icons/render/icon-transparent-mail.js +3 -7
  1686. package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -1
  1687. package/dist/ui/icons/render/icon-transparent-phone.js +3 -7
  1688. package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -1
  1689. package/dist/ui/icons/render/icon-twitter.js +5 -11
  1690. package/dist/ui/icons/render/icon-twitter.js.map +1 -1
  1691. package/dist/ui/icons/render/icon-upload.js +3 -7
  1692. package/dist/ui/icons/render/icon-upload.js.map +1 -1
  1693. package/dist/ui/icons/render/icon-user.js +5 -11
  1694. package/dist/ui/icons/render/icon-user.js.map +1 -1
  1695. package/dist/ui/icons/render/icon-warning.js +3 -7
  1696. package/dist/ui/icons/render/icon-warning.js.map +1 -1
  1697. package/dist/ui/icons/render/icon-weight.js +3 -7
  1698. package/dist/ui/icons/render/icon-weight.js.map +1 -1
  1699. package/dist/ui/icons/render/icon-whats.js +5 -11
  1700. package/dist/ui/icons/render/icon-whats.js.map +1 -1
  1701. package/dist/ui/icons/render/icon-whatsapp-logo.js +3 -7
  1702. package/dist/ui/icons/render/icon-whatsapp-logo.js.map +1 -1
  1703. package/dist/ui/icons/render/icon-word.js +3 -7
  1704. package/dist/ui/icons/render/icon-word.js.map +1 -1
  1705. package/dist/ui/icons/render/icon-x.js +3 -7
  1706. package/dist/ui/icons/render/icon-x.js.map +1 -1
  1707. package/dist/ui/icons/render/image.js +3 -7
  1708. package/dist/ui/icons/render/image.js.map +1 -1
  1709. package/dist/ui/icons/render/index.js +1 -17
  1710. package/dist/ui/icons/render/index.js.map +1 -1
  1711. package/dist/ui/icons/render-icon/index.js +4 -41
  1712. package/dist/ui/icons/render-icon/index.js.map +1 -1
  1713. package/dist/ui/index.js +9 -25
  1714. package/dist/ui/index.js.map +1 -1
  1715. package/dist/ui/integrations/cloudflare/index.js +1 -17
  1716. package/dist/ui/integrations/cloudflare/index.js.map +1 -1
  1717. package/dist/ui/integrations/cloudflare/turnstile.js +90 -143
  1718. package/dist/ui/integrations/cloudflare/turnstile.js.map +1 -1
  1719. package/dist/ui/integrations/cloudflare/type.js +1 -2
  1720. package/dist/ui/integrations/google/GoogleLogin.js +29 -43
  1721. package/dist/ui/integrations/google/GoogleLogin.js.map +1 -1
  1722. package/dist/ui/integrations/google/GoogleOAuthProvider.js +16 -24
  1723. package/dist/ui/integrations/google/GoogleOAuthProvider.js.map +1 -1
  1724. package/dist/ui/integrations/google/googleLogout.js +1 -4
  1725. package/dist/ui/integrations/google/googleLogout.js.map +1 -1
  1726. package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js +2 -19
  1727. package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js.map +1 -1
  1728. package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js +2 -19
  1729. package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js.map +1 -1
  1730. package/dist/ui/integrations/google/hooks/index.js +3 -19
  1731. package/dist/ui/integrations/google/hooks/index.js.map +1 -1
  1732. package/dist/ui/integrations/google/hooks/useGoogleLogin.js +16 -30
  1733. package/dist/ui/integrations/google/hooks/useGoogleLogin.js.map +1 -1
  1734. package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js +22 -26
  1735. package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js.map +1 -1
  1736. package/dist/ui/integrations/google/hooks/useLoadGsiScript.js +11 -15
  1737. package/dist/ui/integrations/google/hooks/useLoadGsiScript.js.map +1 -1
  1738. package/dist/ui/integrations/google/index.js +8 -24
  1739. package/dist/ui/integrations/google/index.js.map +1 -1
  1740. package/dist/ui/integrations/google/types/index.js +1 -2
  1741. package/dist/ui/integrations/google/utils/index.js +2 -5
  1742. package/dist/ui/integrations/google/utils/index.js.map +1 -1
  1743. package/dist/ui/integrations/index.js +3 -19
  1744. package/dist/ui/integrations/index.js.map +1 -1
  1745. package/dist/ui/integrations/message-provider/index.js +1 -17
  1746. package/dist/ui/integrations/message-provider/index.js.map +1 -1
  1747. package/dist/ui/integrations/message-provider/send-message.js +23 -70
  1748. package/dist/ui/integrations/message-provider/send-message.js.map +1 -1
  1749. package/dist/ui/styles/keyframes.js +23 -11
  1750. package/dist/ui/styles/keyframes.js.map +1 -1
  1751. package/dist/ui/types/index.js +1 -17
  1752. package/dist/ui/types/index.js.map +1 -1
  1753. package/dist/ui/types/list.js +1 -2
  1754. package/dist/ui/utils/_app_utils/generate_ref.js +4 -8
  1755. package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -1
  1756. package/dist/ui/utils/_app_utils/get-pathname-ref.js +5 -8
  1757. package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -1
  1758. package/dist/ui/utils/_app_utils/index.js +2 -18
  1759. package/dist/ui/utils/_app_utils/index.js.map +1 -1
  1760. package/dist/ui/utils/buffer/base64.js +5 -8
  1761. package/dist/ui/utils/buffer/base64.js.map +1 -1
  1762. package/dist/ui/utils/buffer/buffer.js +10 -15
  1763. package/dist/ui/utils/buffer/buffer.js.map +1 -1
  1764. package/dist/ui/utils/buffer/index.js +2 -18
  1765. package/dist/ui/utils/buffer/index.js.map +1 -1
  1766. package/dist/ui/utils/colors/hext-to-rgba.js +5 -8
  1767. package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -1
  1768. package/dist/ui/utils/colors/index.js +1 -17
  1769. package/dist/ui/utils/colors/index.js.map +1 -1
  1770. package/dist/ui/utils/copy-to-clipboard.js +11 -15
  1771. package/dist/ui/utils/copy-to-clipboard.js.map +1 -1
  1772. package/dist/ui/utils/date/index.js +1 -17
  1773. package/dist/ui/utils/date/index.js.map +1 -1
  1774. package/dist/ui/utils/date/is-invaid-date.js +2 -5
  1775. package/dist/ui/utils/date/is-invaid-date.js.map +1 -1
  1776. package/dist/ui/utils/disable-scroll.js +4 -7
  1777. package/dist/ui/utils/disable-scroll.js.map +1 -1
  1778. package/dist/ui/utils/facebook/facebook-pixel.js +3 -8
  1779. package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -1
  1780. package/dist/ui/utils/facebook/index.js +1 -17
  1781. package/dist/ui/utils/facebook/index.js.map +1 -1
  1782. package/dist/ui/utils/file/index.js +3 -19
  1783. package/dist/ui/utils/file/index.js.map +1 -1
  1784. package/dist/ui/utils/file/load-file.js +19 -62
  1785. package/dist/ui/utils/file/load-file.js.map +1 -1
  1786. package/dist/ui/utils/file/upload-file.js +60 -124
  1787. package/dist/ui/utils/file/upload-file.js.map +1 -1
  1788. package/dist/ui/utils/file/verify-size-files.js +5 -9
  1789. package/dist/ui/utils/file/verify-size-files.js.map +1 -1
  1790. package/dist/ui/utils/form-validator/index.js +2 -18
  1791. package/dist/ui/utils/form-validator/index.js.map +1 -1
  1792. package/dist/ui/utils/form-validator/validations/index.js +4 -20
  1793. package/dist/ui/utils/form-validator/validations/index.js.map +1 -1
  1794. package/dist/ui/utils/form-validator/validations/validate-cnpj.js +10 -13
  1795. package/dist/ui/utils/form-validator/validations/validate-cnpj.js.map +1 -1
  1796. package/dist/ui/utils/form-validator/validations/validate-cpf.js +2 -5
  1797. package/dist/ui/utils/form-validator/validations/validate-cpf.js.map +1 -1
  1798. package/dist/ui/utils/form-validator/validations/validate-email.js +1 -4
  1799. package/dist/ui/utils/form-validator/validations/validate-email.js.map +1 -1
  1800. package/dist/ui/utils/form-validator/validations/validate-phone.js +3 -7
  1801. package/dist/ui/utils/form-validator/validations/validate-phone.js.map +1 -1
  1802. package/dist/ui/utils/form-validator/validator.js +150 -204
  1803. package/dist/ui/utils/form-validator/validator.js.map +1 -1
  1804. package/dist/ui/utils/formatters/format-number-to-currency.js +2 -6
  1805. package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -1
  1806. package/dist/ui/utils/formatters/format-string-to-number.js +1 -4
  1807. package/dist/ui/utils/formatters/format-string-to-number.js.map +1 -1
  1808. package/dist/ui/utils/formatters/format-string-to-url.js +1 -4
  1809. package/dist/ui/utils/formatters/format-string-to-url.js.map +1 -1
  1810. package/dist/ui/utils/formatters/formatter.js +9 -12
  1811. package/dist/ui/utils/formatters/formatter.js.map +1 -1
  1812. package/dist/ui/utils/formatters/index.js +5 -21
  1813. package/dist/ui/utils/formatters/index.js.map +1 -1
  1814. package/dist/ui/utils/formatters/remove-digits.js +1 -4
  1815. package/dist/ui/utils/formatters/remove-digits.js.map +1 -1
  1816. package/dist/ui/utils/generate-guid.js +3 -6
  1817. package/dist/ui/utils/generate-guid.js.map +1 -1
  1818. package/dist/ui/utils/generate-sitemap.js +27 -54
  1819. package/dist/ui/utils/generate-sitemap.js.map +1 -1
  1820. package/dist/ui/utils/http/api.js +38 -90
  1821. package/dist/ui/utils/http/api.js.map +1 -1
  1822. package/dist/ui/utils/http/axios-http-client.js +92 -154
  1823. package/dist/ui/utils/http/axios-http-client.js.map +1 -1
  1824. package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +3 -8
  1825. package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -1
  1826. package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +5 -27
  1827. package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -1
  1828. package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +3 -8
  1829. package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -1
  1830. package/dist/ui/utils/http/errors/http-errors/conflict-error.js +3 -8
  1831. package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -1
  1832. package/dist/ui/utils/http/errors/http-errors/index.js +7 -23
  1833. package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -1
  1834. package/dist/ui/utils/http/errors/http-errors/no-content.js +5 -27
  1835. package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -1
  1836. package/dist/ui/utils/http/errors/http-errors/not-found-error.js +5 -27
  1837. package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -1
  1838. package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +5 -27
  1839. package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -1
  1840. package/dist/ui/utils/http/errors/index.js +2 -18
  1841. package/dist/ui/utils/http/errors/index.js.map +1 -1
  1842. package/dist/ui/utils/http/errors/system-errors-model/index.js +1 -17
  1843. package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -1
  1844. package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +3 -8
  1845. package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -1
  1846. package/dist/ui/utils/http/index.js +4 -20
  1847. package/dist/ui/utils/http/index.js.map +1 -1
  1848. package/dist/ui/utils/http/interfaces.js +2 -5
  1849. package/dist/ui/utils/http/interfaces.js.map +1 -1
  1850. package/dist/ui/utils/index.js +23 -39
  1851. package/dist/ui/utils/index.js.map +1 -1
  1852. package/dist/ui/utils/infinity-forge/index.js +2 -18
  1853. package/dist/ui/utils/infinity-forge/index.js.map +1 -1
  1854. package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +26 -84
  1855. package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -1
  1856. package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +1 -4
  1857. package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -1
  1858. package/dist/ui/utils/json/index.js +4 -8
  1859. package/dist/ui/utils/json/index.js.map +1 -1
  1860. package/dist/ui/utils/jwt/index.js +12 -37
  1861. package/dist/ui/utils/jwt/index.js.map +1 -1
  1862. package/dist/ui/utils/libs/index.js +2 -18
  1863. package/dist/ui/utils/libs/index.js.map +1 -1
  1864. package/dist/ui/utils/libs/moment/index.js +1 -17
  1865. package/dist/ui/utils/libs/moment/index.js.map +1 -1
  1866. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +6 -13
  1867. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -1
  1868. package/dist/ui/utils/libs/next/index.js +2 -18
  1869. package/dist/ui/utils/libs/next/index.js.map +1 -1
  1870. package/dist/ui/utils/libs/next/router-build.js +18 -21
  1871. package/dist/ui/utils/libs/next/router-build.js.map +1 -1
  1872. package/dist/ui/utils/libs/next/update-route.js +5 -20
  1873. package/dist/ui/utils/libs/next/update-route.js.map +1 -1
  1874. package/dist/ui/utils/mocks/index.js +1 -17
  1875. package/dist/ui/utils/mocks/index.js.map +1 -1
  1876. package/dist/ui/utils/mocks/states-brazil.js +1 -4
  1877. package/dist/ui/utils/mocks/states-brazil.js.map +1 -1
  1878. package/dist/ui/utils/phone/index.js +16 -24
  1879. package/dist/ui/utils/phone/index.js.map +1 -1
  1880. package/dist/ui/utils/scroll-to-top-page.js +1 -4
  1881. package/dist/ui/utils/scroll-to-top-page.js.map +1 -1
  1882. package/dist/ui/utils/sidebar/index.js +6 -10
  1883. package/dist/ui/utils/sidebar/index.js.map +1 -1
  1884. package/dist/ui/utils/storage/cookies.js +13 -17
  1885. package/dist/ui/utils/storage/cookies.js.map +1 -1
  1886. package/dist/ui/utils/storage/index.js +1 -17
  1887. package/dist/ui/utils/storage/index.js.map +1 -1
  1888. package/dist/ui/utils/uid/index.js +3 -7
  1889. package/dist/ui/utils/uid/index.js.map +1 -1
  1890. package/package.json +77 -74
@@ -1,47 +1,10 @@
1
- "use strict";
2
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
- if (ar || !(i in from)) {
5
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
- ar[i] = from[i];
7
- }
8
- }
9
- return to.concat(ar || Array.prototype.slice.call(from));
10
- };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.animateCSSModeScroll = animateCSSModeScroll;
16
- exports.deleteProps = deleteProps;
17
- exports.nextTick = nextTick;
18
- exports.now = now;
19
- exports.getTranslate = getTranslate;
20
- exports.isObject = isObject;
21
- exports.extend = extend;
22
- exports.getComputedStyle = getComputedStyle;
23
- exports.setCSSProperty = setCSSProperty;
24
- exports.getSlideTransformEl = getSlideTransformEl;
25
- exports.showWarning = showWarning;
26
- exports.findElementsInElements = findElementsInElements;
27
- exports.createElement = createElement;
28
- exports.elementChildren = elementChildren;
29
- exports.elementOffset = elementOffset;
30
- exports.elementPrevAll = elementPrevAll;
31
- exports.elementNextAll = elementNextAll;
32
- exports.elementStyle = elementStyle;
33
- exports.elementIndex = elementIndex;
34
- exports.elementParents = elementParents;
35
- exports.elementTransitionEnd = elementTransitionEnd;
36
- exports.elementOuterSize = elementOuterSize;
37
- exports.makeElementsArray = makeElementsArray;
38
1
  //@ts-nocheck
39
- var classes_to_tokens_1 = __importDefault(require("./classes-to-tokens.js"));
40
- var document_1 = require("../ssr-window/document.js");
41
- var window_1 = require("../ssr-window/window.js");
2
+ import classesToTokens from './classes-to-tokens.js';
3
+ import { getDocument } from '../ssr-window/document.js';
4
+ import { getWindow } from '../ssr-window/window.js';
42
5
  function deleteProps(obj) {
43
- var object = obj;
44
- Object.keys(object).forEach(function (key) {
6
+ const object = obj;
7
+ Object.keys(object).forEach((key) => {
45
8
  try {
46
9
  object[key] = null;
47
10
  }
@@ -56,16 +19,15 @@ function deleteProps(obj) {
56
19
  }
57
20
  });
58
21
  }
59
- function nextTick(callback, delay) {
60
- if (delay === void 0) { delay = 0; }
22
+ function nextTick(callback, delay = 0) {
61
23
  return setTimeout(callback, delay);
62
24
  }
63
25
  function now() {
64
26
  return Date.now();
65
27
  }
66
28
  function getComputedStyle(el) {
67
- var window = (0, window_1.getWindow)();
68
- var style;
29
+ const window = getWindow();
30
+ let style;
69
31
  if (window.getComputedStyle) {
70
32
  style = window.getComputedStyle(el, null);
71
33
  }
@@ -77,19 +39,18 @@ function getComputedStyle(el) {
77
39
  }
78
40
  return style;
79
41
  }
80
- function getTranslate(el, axis) {
81
- if (axis === void 0) { axis = 'x'; }
82
- var window = (0, window_1.getWindow)();
83
- var matrix;
84
- var curTransform;
85
- var transformMatrix;
86
- var curStyle = getComputedStyle(el, null);
42
+ function getTranslate(el, axis = 'x') {
43
+ const window = getWindow();
44
+ let matrix;
45
+ let curTransform;
46
+ let transformMatrix;
47
+ const curStyle = getComputedStyle(el, null);
87
48
  if (window.WebKitCSSMatrix) {
88
49
  curTransform = curStyle.transform || curStyle.webkitTransform;
89
50
  if (curTransform.split(',').length > 6) {
90
51
  curTransform = curTransform
91
52
  .split(', ')
92
- .map(function (a) { return a.replace(',', '.'); })
53
+ .map((a) => a.replace(',', '.'))
93
54
  .join(', ');
94
55
  }
95
56
  // Some old versions of Webkit choke when 'none' is passed; pass
@@ -143,20 +104,16 @@ function isNode(node) {
143
104
  }
144
105
  return node && (node.nodeType === 1 || node.nodeType === 11);
145
106
  }
146
- function extend() {
147
- var args = [];
148
- for (var _i = 0; _i < arguments.length; _i++) {
149
- args[_i] = arguments[_i];
150
- }
151
- var to = Object(args[0]);
152
- var noExtend = ['__proto__', 'constructor', 'prototype'];
153
- for (var i = 1; i < args.length; i += 1) {
154
- var nextSource = args[i];
107
+ function extend(...args) {
108
+ const to = Object(args[0]);
109
+ const noExtend = ['__proto__', 'constructor', 'prototype'];
110
+ for (let i = 1; i < args.length; i += 1) {
111
+ const nextSource = args[i];
155
112
  if (nextSource !== undefined && nextSource !== null && !isNode(nextSource)) {
156
- var keysArray = Object.keys(Object(nextSource)).filter(function (key) { return noExtend.indexOf(key) < 0; });
157
- for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex += 1) {
158
- var nextKey = keysArray[nextIndex];
159
- var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);
113
+ const keysArray = Object.keys(Object(nextSource)).filter((key) => noExtend.indexOf(key) < 0);
114
+ for (let nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex += 1) {
115
+ const nextKey = keysArray[nextIndex];
116
+ const desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);
160
117
  if (desc !== undefined && desc.enumerable) {
161
118
  if (isObject(to[nextKey]) && isObject(nextSource[nextKey])) {
162
119
  if (nextSource[nextKey].__swiper__) {
@@ -187,43 +144,40 @@ function extend() {
187
144
  function setCSSProperty(el, varName, varValue) {
188
145
  el.style.setProperty(varName, varValue);
189
146
  }
190
- function animateCSSModeScroll(_a) {
191
- var swiper = _a.swiper, targetPosition = _a.targetPosition, side = _a.side;
192
- var window = (0, window_1.getWindow)();
193
- var startPosition = -swiper.translate;
194
- var startTime = null;
195
- var time;
196
- var duration = swiper.params.speed;
147
+ function animateCSSModeScroll({ swiper, targetPosition, side }) {
148
+ const window = getWindow();
149
+ const startPosition = -swiper.translate;
150
+ let startTime = null;
151
+ let time;
152
+ const duration = swiper.params.speed;
197
153
  swiper.wrapperEl.style.scrollSnapType = 'none';
198
154
  window.cancelAnimationFrame(swiper.cssModeFrameID);
199
- var dir = targetPosition > startPosition ? 'next' : 'prev';
200
- var isOutOfBound = function (current, target) {
155
+ const dir = targetPosition > startPosition ? 'next' : 'prev';
156
+ const isOutOfBound = (current, target) => {
201
157
  return (dir === 'next' && current >= target) || (dir === 'prev' && current <= target);
202
158
  };
203
- var animate = function () {
204
- var _a;
159
+ const animate = () => {
205
160
  time = new Date().getTime();
206
161
  if (startTime === null) {
207
162
  startTime = time;
208
163
  }
209
- var progress = Math.max(Math.min((time - startTime) / duration, 1), 0);
210
- var easeProgress = 0.5 - Math.cos(progress * Math.PI) / 2;
211
- var currentPosition = startPosition + easeProgress * (targetPosition - startPosition);
164
+ const progress = Math.max(Math.min((time - startTime) / duration, 1), 0);
165
+ const easeProgress = 0.5 - Math.cos(progress * Math.PI) / 2;
166
+ let currentPosition = startPosition + easeProgress * (targetPosition - startPosition);
212
167
  if (isOutOfBound(currentPosition, targetPosition)) {
213
168
  currentPosition = targetPosition;
214
169
  }
215
- swiper.wrapperEl.scrollTo((_a = {},
216
- _a[side] = currentPosition,
217
- _a));
170
+ swiper.wrapperEl.scrollTo({
171
+ [side]: currentPosition,
172
+ });
218
173
  if (isOutOfBound(currentPosition, targetPosition)) {
219
174
  swiper.wrapperEl.style.overflow = 'hidden';
220
175
  swiper.wrapperEl.style.scrollSnapType = '';
221
- setTimeout(function () {
222
- var _a;
176
+ setTimeout(() => {
223
177
  swiper.wrapperEl.style.overflow = '';
224
- swiper.wrapperEl.scrollTo((_a = {},
225
- _a[side] = currentPosition,
226
- _a));
178
+ swiper.wrapperEl.scrollTo({
179
+ [side]: currentPosition,
180
+ });
227
181
  });
228
182
  window.cancelAnimationFrame(swiper.cssModeFrameID);
229
183
  return;
@@ -237,18 +191,15 @@ function getSlideTransformEl(slideEl) {
237
191
  (slideEl.shadowRoot && slideEl.shadowRoot.querySelector('.swiper-slide-transform')) ||
238
192
  slideEl);
239
193
  }
240
- function findElementsInElements(elements, selector) {
241
- if (elements === void 0) { elements = []; }
242
- if (selector === void 0) { selector = ''; }
243
- var found = [];
244
- elements.forEach(function (el) {
245
- found.push.apply(found, el.querySelectorAll(selector));
194
+ function findElementsInElements(elements = [], selector = '') {
195
+ const found = [];
196
+ elements.forEach((el) => {
197
+ found.push(...el.querySelectorAll(selector));
246
198
  });
247
199
  return found;
248
200
  }
249
- function elementChildren(element, selector) {
250
- if (selector === void 0) { selector = ''; }
251
- return __spreadArray([], element.children, true).filter(function (el) { return el.matches(selector); });
201
+ function elementChildren(element, selector = '') {
202
+ return [...element.children].filter((el) => el.matches(selector));
252
203
  }
253
204
  function showWarning(text) {
254
205
  try {
@@ -259,31 +210,29 @@ function showWarning(text) {
259
210
  // err
260
211
  }
261
212
  }
262
- function createElement(tag, classes) {
263
- var _a;
264
- if (classes === void 0) { classes = []; }
265
- var el = document.createElement(tag);
266
- (_a = el.classList).add.apply(_a, (Array.isArray(classes) ? classes : (0, classes_to_tokens_1.default)(classes)));
213
+ function createElement(tag, classes = []) {
214
+ const el = document.createElement(tag);
215
+ el.classList.add(...(Array.isArray(classes) ? classes : classesToTokens(classes)));
267
216
  return el;
268
217
  }
269
218
  function elementOffset(el) {
270
- var window = (0, window_1.getWindow)();
271
- var document = (0, document_1.getDocument)();
272
- var box = el.getBoundingClientRect();
273
- var body = document.body;
274
- var clientTop = el.clientTop || body.clientTop || 0;
275
- var clientLeft = el.clientLeft || body.clientLeft || 0;
276
- var scrollTop = el === window ? window.scrollY : el.scrollTop;
277
- var scrollLeft = el === window ? window.scrollX : el.scrollLeft;
219
+ const window = getWindow();
220
+ const document = getDocument();
221
+ const box = el.getBoundingClientRect();
222
+ const body = document.body;
223
+ const clientTop = el.clientTop || body.clientTop || 0;
224
+ const clientLeft = el.clientLeft || body.clientLeft || 0;
225
+ const scrollTop = el === window ? window.scrollY : el.scrollTop;
226
+ const scrollLeft = el === window ? window.scrollX : el.scrollLeft;
278
227
  return {
279
228
  top: box.top + scrollTop - clientTop,
280
229
  left: box.left + scrollLeft - clientLeft,
281
230
  };
282
231
  }
283
232
  function elementPrevAll(el, selector) {
284
- var prevEls = [];
233
+ const prevEls = [];
285
234
  while (el.previousElementSibling) {
286
- var prev = el.previousElementSibling; // eslint-disable-line
235
+ const prev = el.previousElementSibling; // eslint-disable-line
287
236
  if (selector) {
288
237
  if (prev.matches(selector))
289
238
  prevEls.push(prev);
@@ -295,9 +244,9 @@ function elementPrevAll(el, selector) {
295
244
  return prevEls;
296
245
  }
297
246
  function elementNextAll(el, selector) {
298
- var nextEls = [];
247
+ const nextEls = [];
299
248
  while (el.nextElementSibling) {
300
- var next = el.nextElementSibling; // eslint-disable-line
249
+ const next = el.nextElementSibling; // eslint-disable-line
301
250
  if (selector) {
302
251
  if (next.matches(selector))
303
252
  nextEls.push(next);
@@ -309,12 +258,12 @@ function elementNextAll(el, selector) {
309
258
  return nextEls;
310
259
  }
311
260
  function elementStyle(el, prop) {
312
- var window = (0, window_1.getWindow)();
261
+ const window = getWindow();
313
262
  return window.getComputedStyle(el, null).getPropertyValue(prop);
314
263
  }
315
264
  function elementIndex(el) {
316
- var child = el;
317
- var i;
265
+ let child = el;
266
+ let i;
318
267
  if (child) {
319
268
  i = 0;
320
269
  // eslint-disable-next-line
@@ -327,8 +276,8 @@ function elementIndex(el) {
327
276
  return undefined;
328
277
  }
329
278
  function elementParents(el, selector) {
330
- var parents = []; // eslint-disable-line
331
- var parent = el.parentElement; // eslint-disable-line
279
+ const parents = []; // eslint-disable-line
280
+ let parent = el.parentElement; // eslint-disable-line
332
281
  while (parent) {
333
282
  if (selector) {
334
283
  if (parent.matches(selector))
@@ -353,7 +302,7 @@ function elementTransitionEnd(el, callback) {
353
302
  }
354
303
  }
355
304
  function elementOuterSize(el, size, includeMargins) {
356
- var window = (0, window_1.getWindow)();
305
+ const window = getWindow();
357
306
  if (includeMargins) {
358
307
  return (el[size === 'width' ? 'offsetWidth' : 'offsetHeight'] +
359
308
  parseFloat(window
@@ -366,6 +315,9 @@ function elementOuterSize(el, size, includeMargins) {
366
315
  return el.offsetWidth;
367
316
  }
368
317
  function makeElementsArray(el) {
369
- return (Array.isArray(el) ? el : [el]).filter(function (e) { return !!e; });
318
+ return (Array.isArray(el) ? el : [el]).filter((e) => !!e);
370
319
  }
320
+ export { animateCSSModeScroll, deleteProps, nextTick, now, getTranslate, isObject, extend, getComputedStyle, setCSSProperty, getSlideTransformEl, showWarning,
321
+ // dom
322
+ findElementsInElements, createElement, elementChildren, elementOffset, elementPrevAll, elementNextAll, elementStyle, elementIndex, elementParents, elementTransitionEnd, elementOuterSize, makeElementsArray, };
371
323
  //# sourceMappingURL=utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/shared/utils.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/shared/utils.tsx"],"names":[],"mappings":"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"}
@@ -1,48 +1,41 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ssrDocument = void 0;
7
- exports.getDocument = getDocument;
8
- var extend_1 = __importDefault(require("./extend.js"));
9
- var ssrDocument = {
1
+ import extend from './extend.js';
2
+ const ssrDocument = {
10
3
  body: {},
11
- addEventListener: function () { },
12
- removeEventListener: function () { },
4
+ addEventListener() { },
5
+ removeEventListener() { },
13
6
  activeElement: {
14
- blur: function () { },
7
+ blur() { },
15
8
  nodeName: '',
16
9
  },
17
- querySelector: function () {
10
+ querySelector() {
18
11
  return null;
19
12
  },
20
- querySelectorAll: function () {
13
+ querySelectorAll() {
21
14
  return [];
22
15
  },
23
- getElementById: function () {
16
+ getElementById() {
24
17
  return null;
25
18
  },
26
- createEvent: function () {
19
+ createEvent() {
27
20
  return {
28
- initEvent: function () { },
21
+ initEvent() { },
29
22
  };
30
23
  },
31
- createElement: function () {
24
+ createElement() {
32
25
  return {
33
26
  children: [],
34
27
  childNodes: [],
35
28
  style: {},
36
- setAttribute: function () { },
37
- getElementsByTagName: function () {
29
+ setAttribute() { },
30
+ getElementsByTagName() {
38
31
  return [];
39
32
  },
40
33
  };
41
34
  },
42
- createElementNS: function () {
35
+ createElementNS() {
43
36
  return {};
44
37
  },
45
- importNode: function () {
38
+ importNode() {
46
39
  return null;
47
40
  },
48
41
  location: {
@@ -56,10 +49,10 @@ var ssrDocument = {
56
49
  search: '',
57
50
  },
58
51
  };
59
- exports.ssrDocument = ssrDocument;
60
52
  function getDocument() {
61
- var doc = typeof document !== 'undefined' ? document : {};
62
- (0, extend_1.default)(doc, ssrDocument);
53
+ const doc = typeof document !== 'undefined' ? document : {};
54
+ extend(doc, ssrDocument);
63
55
  return doc;
64
56
  }
57
+ export { getDocument, ssrDocument };
65
58
  //# sourceMappingURL=document.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"document.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/document.ts"],"names":[],"mappings":";;;;;;AA4DS,kCAAW;AA5DpB,oDAA8B;AAE9B,IAAM,WAAW,GAAG;IAClB,IAAI,EAAE,EAAE;IACR,gBAAgB,gBAAI,CAAC;IACrB,mBAAmB,gBAAI,CAAC;IACxB,aAAa,EAAE;QACb,IAAI,gBAAI,CAAC;QACT,QAAQ,EAAE,EAAE;KACb;IACD,aAAa;QACX,OAAO,IAAI,CAAC;IACd,CAAC;IACD,gBAAgB;QACd,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,cAAc;QACZ,OAAO,IAAI,CAAC;IACd,CAAC;IACD,WAAW;QACT,OAAO;YACL,SAAS,gBAAI,CAAC;SACf,CAAC;IACJ,CAAC;IACD,aAAa;QACX,OAAO;YACL,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,EAAE;YACd,KAAK,EAAE,EAAE;YACT,YAAY,gBAAI,CAAC;YACjB,oBAAoB;gBAClB,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;IACJ,CAAC;IACD,eAAe;QACb,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,UAAU;QACR,OAAO,IAAI,CAAC;IACd,CAAC;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;KACX;CACF,CAAC;AASoB,kCAAW;AAPjC,SAAS,WAAW;IAClB,IAAM,GAAG,GACP,OAAO,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAE,EAAe,CAAC;IAChE,IAAA,gBAAM,EAAC,GAAG,EAAE,WAAW,CAAC,CAAC;IACzB,OAAO,GAAG,CAAC;AACb,CAAC"}
1
+ {"version":3,"file":"document.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/document.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,MAAM,WAAW,GAAG;IAClB,IAAI,EAAE,EAAE;IACR,gBAAgB,KAAI,CAAC;IACrB,mBAAmB,KAAI,CAAC;IACxB,aAAa,EAAE;QACb,IAAI,KAAI,CAAC;QACT,QAAQ,EAAE,EAAE;KACb;IACD,aAAa;QACX,OAAO,IAAI,CAAC;IACd,CAAC;IACD,gBAAgB;QACd,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,cAAc;QACZ,OAAO,IAAI,CAAC;IACd,CAAC;IACD,WAAW;QACT,OAAO;YACL,SAAS,KAAI,CAAC;SACf,CAAC;IACJ,CAAC;IACD,aAAa;QACX,OAAO;YACL,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,EAAE;YACd,KAAK,EAAE,EAAE;YACT,YAAY,KAAI,CAAC;YACjB,oBAAoB;gBAClB,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;IACJ,CAAC;IACD,eAAe;QACb,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,UAAU;QACR,OAAO,IAAI,CAAC;IACd,CAAC;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;KACX;CACF,CAAC;AAEF,SAAS,WAAW;IAClB,MAAM,GAAG,GACP,OAAO,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAE,EAAe,CAAC;IAChE,MAAM,CAAC,GAAG,EAAE,WAAW,CAAC,CAAC;IACzB,OAAO,GAAG,CAAC;AACb,CAAC;AAED,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
@@ -1,5 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
1
  /* eslint-disable no-param-reassign */
4
2
  function isObject(obj) {
5
3
  return (obj !== null &&
@@ -7,10 +5,8 @@ function isObject(obj) {
7
5
  'constructor' in obj &&
8
6
  obj.constructor === Object);
9
7
  }
10
- function extend(target, src) {
11
- if (target === void 0) { target = {}; }
12
- if (src === void 0) { src = {}; }
13
- Object.keys(src).forEach(function (key) {
8
+ function extend(target = {}, src = {}) {
9
+ Object.keys(src).forEach((key) => {
14
10
  if (typeof target[key] === 'undefined')
15
11
  target[key] = src[key];
16
12
  else if (isObject(src[key]) &&
@@ -20,5 +16,5 @@ function extend(target, src) {
20
16
  }
21
17
  });
22
18
  }
23
- exports.default = extend;
19
+ export default extend;
24
20
  //# sourceMappingURL=extend.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/extend.ts"],"names":[],"mappings":";;AAAA,sCAAsC;AACtC,SAAS,QAAQ,CAAC,GAAG;IACnB,OAAO,CACL,GAAG,KAAK,IAAI;QACZ,OAAO,GAAG,KAAK,QAAQ;QACvB,aAAa,IAAI,GAAG;QACpB,GAAG,CAAC,WAAW,KAAK,MAAM,CAC3B,CAAC;AACJ,CAAC;AAED,SAAS,MAAM,CAAC,MAAgB,EAAE,GAAa;IAA/B,uBAAA,EAAA,WAAgB;IAAE,oBAAA,EAAA,QAAa;IAC7C,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;QAC3B,IAAI,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,WAAW;YAAE,MAAM,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aAC1D,IACH,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAClB,QAAQ,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;YACrB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,EAChC,CAAC;YACD,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;QAChC,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,kBAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/extend.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,SAAS,QAAQ,CAAC,GAAG;IACnB,OAAO,CACL,GAAG,KAAK,IAAI;QACZ,OAAO,GAAG,KAAK,QAAQ;QACvB,aAAa,IAAI,GAAG;QACpB,GAAG,CAAC,WAAW,KAAK,MAAM,CAC3B,CAAC;AACJ,CAAC;AAED,SAAS,MAAM,CAAC,SAAc,EAAE,EAAE,MAAW,EAAE;IAC7C,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QAC/B,IAAI,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,WAAW;YAAE,MAAM,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aAC1D,IACH,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAClB,QAAQ,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;YACrB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,EAChC,CAAC;YACD,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;QAChC,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,eAAe,MAAM,CAAC"}
@@ -1,15 +1,5 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.extend = exports.ssrWindow = exports.getWindow = exports.ssrDocument = exports.getDocument = void 0;
7
- var document_1 = require("./document.js");
8
- Object.defineProperty(exports, "getDocument", { enumerable: true, get: function () { return document_1.getDocument; } });
9
- Object.defineProperty(exports, "ssrDocument", { enumerable: true, get: function () { return document_1.ssrDocument; } });
10
- var window_1 = require("./window.js");
11
- Object.defineProperty(exports, "getWindow", { enumerable: true, get: function () { return window_1.getWindow; } });
12
- Object.defineProperty(exports, "ssrWindow", { enumerable: true, get: function () { return window_1.ssrWindow; } });
13
- var extend_1 = __importDefault(require("./extend.js"));
14
- exports.extend = extend_1.default;
1
+ import { getDocument, ssrDocument } from './document.js';
2
+ import { getWindow, ssrWindow } from './window.js';
3
+ import extend from './extend.js';
4
+ export { getDocument, ssrDocument, getWindow, ssrWindow, extend };
15
5
  //# sourceMappingURL=ssr-window.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ssr-window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/ssr-window.ts"],"names":[],"mappings":";;;;;;AAAA,uCAAsD;AAI7C,4FAJA,sBAAW,OAIA;AAAE,4FAJA,sBAAW,OAIA;AAHjC,mCAAgD;AAGb,0FAH1B,kBAAS,OAG0B;AAAE,0FAH1B,kBAAS,OAG0B;AAFvD,oDAA8B;AAE2B,iBAFlD,gBAAM,CAEkD"}
1
+ {"version":3,"file":"ssr-window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/ssr-window.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC"}
@@ -1,14 +1,7 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ssrWindow = void 0;
7
- exports.getWindow = getWindow;
8
- var extend_1 = __importDefault(require("./extend.js"));
9
- var document_1 = require("./document.js");
10
- var ssrWindow = {
11
- document: document_1.ssrDocument,
1
+ import extend from './extend.js';
2
+ import { ssrDocument } from './document.js';
3
+ const ssrWindow = {
4
+ document: ssrDocument,
12
5
  navigator: {
13
6
  userAgent: '',
14
7
  },
@@ -23,49 +16,49 @@ var ssrWindow = {
23
16
  search: '',
24
17
  },
25
18
  history: {
26
- replaceState: function () { },
27
- pushState: function () { },
28
- go: function () { },
29
- back: function () { },
19
+ replaceState() { },
20
+ pushState() { },
21
+ go() { },
22
+ back() { },
30
23
  },
31
24
  CustomEvent: function CustomEvent() {
32
25
  return this;
33
26
  },
34
- addEventListener: function () { },
35
- removeEventListener: function () { },
36
- getComputedStyle: function () {
27
+ addEventListener() { },
28
+ removeEventListener() { },
29
+ getComputedStyle() {
37
30
  return {
38
- getPropertyValue: function () {
31
+ getPropertyValue() {
39
32
  return '';
40
33
  },
41
34
  };
42
35
  },
43
- Image: function () { },
44
- Date: function () { },
36
+ Image() { },
37
+ Date() { },
45
38
  screen: {},
46
- setTimeout: function () { },
47
- clearTimeout: function () { },
48
- matchMedia: function () {
39
+ setTimeout() { },
40
+ clearTimeout() { },
41
+ matchMedia() {
49
42
  return {};
50
43
  },
51
- requestAnimationFrame: function (callback) {
44
+ requestAnimationFrame(callback) {
52
45
  if (typeof setTimeout === 'undefined') {
53
46
  callback();
54
47
  return null;
55
48
  }
56
49
  return setTimeout(callback, 0);
57
50
  },
58
- cancelAnimationFrame: function (id) {
51
+ cancelAnimationFrame(id) {
59
52
  if (typeof setTimeout === 'undefined') {
60
53
  return;
61
54
  }
62
55
  clearTimeout(id);
63
56
  },
64
57
  };
65
- exports.ssrWindow = ssrWindow;
66
58
  function getWindow() {
67
- var win = typeof window !== 'undefined' ? window : {};
68
- (0, extend_1.default)(win, ssrWindow);
59
+ const win = typeof window !== 'undefined' ? window : {};
60
+ extend(win, ssrWindow);
69
61
  return win;
70
62
  }
63
+ export { getWindow, ssrWindow };
71
64
  //# sourceMappingURL=window.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/window.ts"],"names":[],"mappings":";;;;;;AAiES,8BAAS;AAjElB,oDAA8B;AAC9B,uCAAyC;AAEzC,IAAM,SAAS,GAAG;IAChB,QAAQ,EAAE,sBAAW;IACrB,SAAS,EAAE;QACT,SAAS,EAAE,EAAE;KACd;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;KACX;IACD,OAAO,EAAE;QACP,YAAY,gBAAI,CAAC;QACjB,SAAS,gBAAI,CAAC;QACd,EAAE,gBAAI,CAAC;QACP,IAAI,gBAAI,CAAC;KACV;IACD,WAAW,EAAE,SAAS,WAAW;QAC/B,OAAO,IAAI,CAAC;IACd,CAAC;IACD,gBAAgB,gBAAI,CAAC;IACrB,mBAAmB,gBAAI,CAAC;IACxB,gBAAgB;QACd,OAAO;YACL,gBAAgB;gBACd,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;IACJ,CAAC;IACD,KAAK,gBAAI,CAAC;IACV,IAAI,gBAAI,CAAC;IACT,MAAM,EAAE,EAAE;IACV,UAAU,gBAAI,CAAC;IACf,YAAY,gBAAI,CAAC;IACjB,UAAU;QACR,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,qBAAqB,YAAC,QAAQ;QAC5B,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,QAAQ,EAAE,CAAC;YACX,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IACjC,CAAC;IACD,oBAAoB,YAAC,EAAE;QACrB,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,OAAO;QACT,CAAC;QACD,YAAY,CAAC,EAAE,CAAC,CAAC;IACnB,CAAC;CACF,CAAC;AAQkB,8BAAS;AAN7B,SAAS,SAAS;IAChB,IAAM,GAAG,GAAW,OAAO,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,EAAa,CAAC;IAC5E,IAAA,gBAAM,EAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IACvB,OAAO,GAAG,CAAC;AACb,CAAC"}
1
+ {"version":3,"file":"window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/window.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,SAAS,GAAG;IAChB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE;QACT,SAAS,EAAE,EAAE;KACd;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;KACX;IACD,OAAO,EAAE;QACP,YAAY,KAAI,CAAC;QACjB,SAAS,KAAI,CAAC;QACd,EAAE,KAAI,CAAC;QACP,IAAI,KAAI,CAAC;KACV;IACD,WAAW,EAAE,SAAS,WAAW;QAC/B,OAAO,IAAI,CAAC;IACd,CAAC;IACD,gBAAgB,KAAI,CAAC;IACrB,mBAAmB,KAAI,CAAC;IACxB,gBAAgB;QACd,OAAO;YACL,gBAAgB;gBACd,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;IACJ,CAAC;IACD,KAAK,KAAI,CAAC;IACV,IAAI,KAAI,CAAC;IACT,MAAM,EAAE,EAAE;IACV,UAAU,KAAI,CAAC;IACf,YAAY,KAAI,CAAC;IACjB,UAAU;QACR,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,qBAAqB,CAAC,QAAQ;QAC5B,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,QAAQ,EAAE,CAAC;YACX,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IACjC,CAAC;IACD,oBAAoB,CAAC,EAAE;QACrB,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,OAAO;QACT,CAAC;QACD,YAAY,CAAC,EAAE,CAAC,CAAC;IACnB,CAAC;CACF,CAAC;AAEF,SAAS,SAAS;IAChB,MAAM,GAAG,GAAW,OAAO,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,EAAa,CAAC;IAC5E,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IACvB,OAAO,GAAG,CAAC;AACb,CAAC;AAED,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC"}
@@ -1,18 +1,10 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.default = exports.Swiper = void 0;
7
- var core_1 = __importDefault(require("./core/core.js"));
1
+ import Swiper from './core/core.js';
8
2
  //IMPORT_MODULES
9
3
  // eslint-disable-next-line
10
- var core_2 = require("./core/core.js");
11
- Object.defineProperty(exports, "Swiper", { enumerable: true, get: function () { return __importDefault(core_2).default; } });
12
- Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(core_2).default; } });
4
+ export { default as Swiper, default } from './core/core.js';
13
5
  // Swiper Class
14
- var modules = [
6
+ const modules = [
15
7
  //INSTALL_MODULES
16
8
  ];
17
- core_1.default.use(modules);
9
+ Swiper.use(modules);
18
10
  //# sourceMappingURL=swiper-bundle.js.map