infinity-forge 9.9.7 → 9.9.9

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