infinity-forge 6.0.0 → 6.0.1

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 (2198) hide show
  1. package/dist/fonts.css +1 -0
  2. package/dist/index.d.ts +2 -2
  3. package/dist/index.js +19 -2
  4. package/dist/index.js.map +1 -1
  5. package/dist/infinity-forge.css +3 -0
  6. package/dist/react-quill.css +1 -0
  7. package/dist/reset.css +1 -0
  8. package/dist/system/components/data/avatar/index.js +68 -0
  9. package/dist/system/components/data/avatar/index.js.map +1 -0
  10. package/dist/system/components/data/avatar/styles.js +14 -0
  11. package/dist/system/components/data/avatar/styles.js.map +1 -0
  12. package/dist/system/components/data/buttons/index.d.ts +1 -1
  13. package/dist/system/components/data/buttons/index.js +18 -0
  14. package/dist/system/components/data/buttons/index.js.map +1 -0
  15. package/dist/system/components/data/buttons/sidebar-button/index.js +43 -0
  16. package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -0
  17. package/dist/system/components/data/buttons/sidebar-button/styles.js +14 -0
  18. package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -0
  19. package/dist/system/components/data/chat/card-message/index.d.ts +1 -1
  20. package/dist/system/components/data/chat/card-message/index.js +45 -0
  21. package/dist/system/components/data/chat/card-message/index.js.map +1 -0
  22. package/dist/system/components/data/chat/card-message/styles.js +14 -0
  23. package/dist/system/components/data/chat/card-message/styles.js.map +1 -0
  24. package/dist/system/components/data/chat/index.d.ts +1 -1
  25. package/dist/system/components/data/chat/index.js +47 -0
  26. package/dist/system/components/data/chat/index.js.map +1 -0
  27. package/dist/system/components/data/chat/interfaces.js +3 -0
  28. package/dist/system/components/data/chat/interfaces.js.map +1 -0
  29. package/dist/system/components/data/chat/loader/index.js +9 -0
  30. package/dist/system/components/data/chat/loader/index.js.map +1 -0
  31. package/dist/system/components/data/chat/schema.js +39 -0
  32. package/dist/system/components/data/chat/schema.js.map +1 -0
  33. package/dist/system/components/data/chat/styles.js +14 -0
  34. package/dist/system/components/data/chat/styles.js.map +1 -0
  35. package/dist/system/components/data/detail-card/component.d.ts +1 -1
  36. package/dist/system/components/data/detail-card/component.js +51 -0
  37. package/dist/system/components/data/detail-card/component.js.map +1 -0
  38. package/dist/system/components/data/detail-card/index.d.ts +2 -2
  39. package/dist/system/components/data/detail-card/index.js +19 -0
  40. package/dist/system/components/data/detail-card/index.js.map +1 -0
  41. package/dist/system/components/data/detail-card/interfaces.d.ts +1 -1
  42. package/dist/system/components/data/detail-card/interfaces.js +3 -0
  43. package/dist/system/components/data/detail-card/interfaces.js.map +1 -0
  44. package/dist/system/components/data/detail-card/styles.js +14 -0
  45. package/dist/system/components/data/detail-card/styles.js.map +1 -0
  46. package/dist/system/components/data/highlight-icon/index.d.ts +1 -1
  47. package/dist/system/components/data/highlight-icon/index.js +49 -0
  48. package/dist/system/components/data/highlight-icon/index.js.map +1 -0
  49. package/dist/system/components/data/highlight-icon/interfaces.d.ts +1 -1
  50. package/dist/system/components/data/highlight-icon/interfaces.js +3 -0
  51. package/dist/system/components/data/highlight-icon/interfaces.js.map +1 -0
  52. package/dist/system/components/data/highlight-icon/styles.js +14 -0
  53. package/dist/system/components/data/highlight-icon/styles.js.map +1 -0
  54. package/dist/system/components/data/highlight-text/index.d.ts +1 -1
  55. package/dist/system/components/data/highlight-text/index.js +52 -0
  56. package/dist/system/components/data/highlight-text/index.js.map +1 -0
  57. package/dist/system/components/data/highlight-text/interfaces.js +3 -0
  58. package/dist/system/components/data/highlight-text/interfaces.js.map +1 -0
  59. package/dist/system/components/data/highlight-text/styles.js +15 -0
  60. package/dist/system/components/data/highlight-text/styles.js.map +1 -0
  61. package/dist/system/components/data/index.d.ts +15 -15
  62. package/dist/system/components/data/index.js +32 -0
  63. package/dist/system/components/data/index.js.map +1 -0
  64. package/dist/system/components/data/input-search/index.d.ts +1 -1
  65. package/dist/system/components/data/input-search/index.js +48 -0
  66. package/dist/system/components/data/input-search/index.js.map +1 -0
  67. package/dist/system/components/data/input-search/interfaces.js +3 -0
  68. package/dist/system/components/data/input-search/interfaces.js.map +1 -0
  69. package/dist/system/components/data/input-search/styles.js +14 -0
  70. package/dist/system/components/data/input-search/styles.js.map +1 -0
  71. package/dist/system/components/data/logo/index.js +43 -0
  72. package/dist/system/components/data/logo/index.js.map +1 -0
  73. package/dist/system/components/data/logo/styles.js +14 -0
  74. package/dist/system/components/data/logo/styles.js.map +1 -0
  75. package/dist/system/components/data/menu/component.js +15 -0
  76. package/dist/system/components/data/menu/component.js.map +1 -0
  77. package/dist/system/components/data/menu/components/index.d.ts +1 -1
  78. package/dist/system/components/data/menu/components/index.js +18 -0
  79. package/dist/system/components/data/menu/components/index.js.map +1 -0
  80. package/dist/system/components/data/menu/components/menu-item/index.js +89 -0
  81. package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -0
  82. package/dist/system/components/data/menu/index.d.ts +2 -2
  83. package/dist/system/components/data/menu/index.js +19 -0
  84. package/dist/system/components/data/menu/index.js.map +1 -0
  85. package/dist/system/components/data/menu/mock.d.ts +2 -2
  86. package/dist/system/components/data/menu/mock.js +196 -0
  87. package/dist/system/components/data/menu/mock.js.map +1 -0
  88. package/dist/system/components/data/menu/modes/collapsed-menu/index.js +51 -0
  89. package/dist/system/components/data/menu/modes/collapsed-menu/index.js.map +1 -0
  90. package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +15 -0
  91. package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -0
  92. package/dist/system/components/data/menu/modes/index.d.ts +2 -2
  93. package/dist/system/components/data/menu/modes/index.js +19 -0
  94. package/dist/system/components/data/menu/modes/index.js.map +1 -0
  95. package/dist/system/components/data/menu/modes/opened/index.js +61 -0
  96. package/dist/system/components/data/menu/modes/opened/index.js.map +1 -0
  97. package/dist/system/components/data/menu/modes/opened/styles.js +15 -0
  98. package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -0
  99. package/dist/system/components/data/menu/styles.js +16 -0
  100. package/dist/system/components/data/menu/styles.js.map +1 -0
  101. package/dist/system/components/data/notifications/card/index.d.ts +1 -1
  102. package/dist/system/components/data/notifications/card/index.js +44 -0
  103. package/dist/system/components/data/notifications/card/index.js.map +1 -0
  104. package/dist/system/components/data/notifications/card/styles.js +14 -0
  105. package/dist/system/components/data/notifications/card/styles.js.map +1 -0
  106. package/dist/system/components/data/notifications/index.js +168 -0
  107. package/dist/system/components/data/notifications/index.js.map +1 -0
  108. package/dist/system/components/data/notifications/interfaces.js +3 -0
  109. package/dist/system/components/data/notifications/interfaces.js.map +1 -0
  110. package/dist/system/components/data/notifications/styles.js +15 -0
  111. package/dist/system/components/data/notifications/styles.js.map +1 -0
  112. package/dist/system/components/data/page-wrapper/index.d.ts +1 -1
  113. package/dist/system/components/data/page-wrapper/index.js +44 -0
  114. package/dist/system/components/data/page-wrapper/index.js.map +1 -0
  115. package/dist/system/components/data/page-wrapper/interfaces.d.ts +1 -1
  116. package/dist/system/components/data/page-wrapper/interfaces.js +3 -0
  117. package/dist/system/components/data/page-wrapper/interfaces.js.map +1 -0
  118. package/dist/system/components/data/page-wrapper/styles.js +14 -0
  119. package/dist/system/components/data/page-wrapper/styles.js.map +1 -0
  120. package/dist/system/components/data/popover/index.d.ts +1 -1
  121. package/dist/system/components/data/popover/index.js +9 -0
  122. package/dist/system/components/data/popover/index.js.map +1 -0
  123. package/dist/system/components/data/popover/interfaces.js +3 -0
  124. package/dist/system/components/data/popover/interfaces.js.map +1 -0
  125. package/dist/system/components/data/profile-infos/index.d.ts +1 -1
  126. package/dist/system/components/data/profile-infos/index.js +57 -0
  127. package/dist/system/components/data/profile-infos/index.js.map +1 -0
  128. package/dist/system/components/data/profile-infos/interfaces.d.ts +2 -2
  129. package/dist/system/components/data/profile-infos/interfaces.js +3 -0
  130. package/dist/system/components/data/profile-infos/interfaces.js.map +1 -0
  131. package/dist/system/components/data/profile-infos/profile/index.d.ts +1 -1
  132. package/dist/system/components/data/profile-infos/profile/index.js +45 -0
  133. package/dist/system/components/data/profile-infos/profile/index.js.map +1 -0
  134. package/dist/system/components/data/profile-infos/profile/interfaces.js +3 -0
  135. package/dist/system/components/data/profile-infos/profile/interfaces.js.map +1 -0
  136. package/dist/system/components/data/profile-infos/profile/styles.js +14 -0
  137. package/dist/system/components/data/profile-infos/profile/styles.js.map +1 -0
  138. package/dist/system/components/data/profile-infos/styles.js +14 -0
  139. package/dist/system/components/data/profile-infos/styles.js.map +1 -0
  140. package/dist/system/components/data/select-workspace/component.d.ts +1 -1
  141. package/dist/system/components/data/select-workspace/component.js +78 -0
  142. package/dist/system/components/data/select-workspace/component.js.map +1 -0
  143. package/dist/system/components/data/select-workspace/custom-styles.js +27 -0
  144. package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -0
  145. package/dist/system/components/data/select-workspace/index.d.ts +3 -3
  146. package/dist/system/components/data/select-workspace/index.js +20 -0
  147. package/dist/system/components/data/select-workspace/index.js.map +1 -0
  148. package/dist/system/components/data/select-workspace/interfaces.js +3 -0
  149. package/dist/system/components/data/select-workspace/interfaces.js.map +1 -0
  150. package/dist/system/components/data/select-workspace/styles.js +15 -0
  151. package/dist/system/components/data/select-workspace/styles.js.map +1 -0
  152. package/dist/system/components/data/tab/component.d.ts +1 -1
  153. package/dist/system/components/data/tab/component.js +76 -0
  154. package/dist/system/components/data/tab/component.js.map +1 -0
  155. package/dist/system/components/data/tab/index.d.ts +2 -2
  156. package/dist/system/components/data/tab/index.js +19 -0
  157. package/dist/system/components/data/tab/index.js.map +1 -0
  158. package/dist/system/components/data/tab/interfaces.d.ts +1 -1
  159. package/dist/system/components/data/tab/interfaces.js +3 -0
  160. package/dist/system/components/data/tab/interfaces.js.map +1 -0
  161. package/dist/system/components/data/tab/styles.js +14 -0
  162. package/dist/system/components/data/tab/styles.js.map +1 -0
  163. package/dist/system/components/data/tab/tab-item/index.d.ts +1 -1
  164. package/dist/system/components/data/tab/tab-item/index.js +55 -0
  165. package/dist/system/components/data/tab/tab-item/index.js.map +1 -0
  166. package/dist/system/components/data/tab/tab-item/styles.d.ts +1 -1
  167. package/dist/system/components/data/tab/tab-item/styles.js +26 -0
  168. package/dist/system/components/data/tab/tab-item/styles.js.map +1 -0
  169. package/dist/system/components/index.d.ts +2 -2
  170. package/dist/system/components/index.js +19 -0
  171. package/dist/system/components/index.js.map +1 -0
  172. package/dist/system/components/layout/component.d.ts +1 -1
  173. package/dist/system/components/layout/component.js +55 -0
  174. package/dist/system/components/layout/component.js.map +1 -0
  175. package/dist/system/components/layout/header/components/index.d.ts +2 -2
  176. package/dist/system/components/layout/header/components/index.js +19 -0
  177. package/dist/system/components/layout/header/components/index.js.map +1 -0
  178. package/dist/system/components/layout/header/components/menu-right/component.d.ts +1 -1
  179. package/dist/system/components/layout/header/components/menu-right/component.js +44 -0
  180. package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -0
  181. package/dist/system/components/layout/header/components/menu-right/index.d.ts +3 -3
  182. package/dist/system/components/layout/header/components/menu-right/index.js +20 -0
  183. package/dist/system/components/layout/header/components/menu-right/index.js.map +1 -0
  184. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
  185. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +56 -0
  186. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js.map +1 -0
  187. package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js +3 -0
  188. package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js.map +1 -0
  189. package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +14 -0
  190. package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js.map +1 -0
  191. package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +101 -0
  192. package/dist/system/components/layout/header/components/menu-right/messages/content/index.js.map +1 -0
  193. package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
  194. package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js +3 -0
  195. package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js.map +1 -0
  196. package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +14 -0
  197. package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -0
  198. package/dist/system/components/layout/header/components/menu-right/messages/index.js +45 -0
  199. package/dist/system/components/layout/header/components/menu-right/messages/index.js.map +1 -0
  200. package/dist/system/components/layout/header/components/menu-right/messages/styles.js +14 -0
  201. package/dist/system/components/layout/header/components/menu-right/messages/styles.js.map +1 -0
  202. package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +45 -0
  203. package/dist/system/components/layout/header/components/menu-right/profile/content/index.js.map +1 -0
  204. package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js +14 -0
  205. package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -0
  206. package/dist/system/components/layout/header/components/menu-right/profile/index.js +48 -0
  207. package/dist/system/components/layout/header/components/menu-right/profile/index.js.map +1 -0
  208. package/dist/system/components/layout/header/components/menu-right/profile/styles.js +14 -0
  209. package/dist/system/components/layout/header/components/menu-right/profile/styles.js.map +1 -0
  210. package/dist/system/components/layout/header/components/menu-right/styles.js +15 -0
  211. package/dist/system/components/layout/header/components/menu-right/styles.js.map +1 -0
  212. package/dist/system/components/layout/header/components/search-modal/index.js +49 -0
  213. package/dist/system/components/layout/header/components/search-modal/index.js.map +1 -0
  214. package/dist/system/components/layout/header/components/search-modal/search-list/index.js +61 -0
  215. package/dist/system/components/layout/header/components/search-modal/search-list/index.js.map +1 -0
  216. package/dist/system/components/layout/header/components/search-modal/search-list/styles.js +14 -0
  217. package/dist/system/components/layout/header/components/search-modal/search-list/styles.js.map +1 -0
  218. package/dist/system/components/layout/header/components/search-modal/styles.js +14 -0
  219. package/dist/system/components/layout/header/components/search-modal/styles.js.map +1 -0
  220. package/dist/system/components/layout/header/components/search-modal/trigger/index.js +54 -0
  221. package/dist/system/components/layout/header/components/search-modal/trigger/index.js.map +1 -0
  222. package/dist/system/components/layout/header/components/search-modal/trigger/styles.js +14 -0
  223. package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -0
  224. package/dist/system/components/layout/header/index.d.ts +1 -1
  225. package/dist/system/components/layout/header/index.js +24 -0
  226. package/dist/system/components/layout/header/index.js.map +1 -0
  227. package/dist/system/components/layout/header/version-01/index.d.ts +1 -1
  228. package/dist/system/components/layout/header/version-01/index.js +53 -0
  229. package/dist/system/components/layout/header/version-01/index.js.map +1 -0
  230. package/dist/system/components/layout/header/version-01/styles.js +17 -0
  231. package/dist/system/components/layout/header/version-01/styles.js.map +1 -0
  232. package/dist/system/components/layout/index.d.ts +5 -5
  233. package/dist/system/components/layout/index.js +22 -0
  234. package/dist/system/components/layout/index.js.map +1 -0
  235. package/dist/system/components/layout/interfaces.d.ts +1 -1
  236. package/dist/system/components/layout/interfaces.js +3 -0
  237. package/dist/system/components/layout/interfaces.js.map +1 -0
  238. package/dist/system/components/layout/styles.js +14 -0
  239. package/dist/system/components/layout/styles.js.map +1 -0
  240. package/dist/system/context/auth/components/index.d.ts +2 -2
  241. package/dist/system/context/auth/components/index.js +19 -0
  242. package/dist/system/context/auth/components/index.js.map +1 -0
  243. package/dist/system/context/auth/components/login/form-login/index.js +11 -0
  244. package/dist/system/context/auth/components/login/form-login/index.js.map +1 -0
  245. package/dist/system/context/auth/components/login/index.js +47 -0
  246. package/dist/system/context/auth/components/login/index.js.map +1 -0
  247. package/dist/system/context/auth/components/login/styles.js +14 -0
  248. package/dist/system/context/auth/components/login/styles.js.map +1 -0
  249. package/dist/system/context/auth/components/private-page/index.d.ts +1 -1
  250. package/dist/system/context/auth/components/private-page/index.js +153 -0
  251. package/dist/system/context/auth/components/private-page/index.js.map +1 -0
  252. package/dist/system/context/auth/components/private-page/interfaces.js +3 -0
  253. package/dist/system/context/auth/components/private-page/interfaces.js.map +1 -0
  254. package/dist/system/context/auth/context.d.ts +2 -2
  255. package/dist/system/context/auth/context.js +224 -0
  256. package/dist/system/context/auth/context.js.map +1 -0
  257. package/dist/system/context/auth/index.d.ts +3 -3
  258. package/dist/system/context/auth/index.js +20 -0
  259. package/dist/system/context/auth/index.js.map +1 -0
  260. package/dist/system/context/auth/interfaces.js +3 -0
  261. package/dist/system/context/auth/interfaces.js.map +1 -0
  262. package/dist/system/context/container.d.ts +4 -4
  263. package/dist/system/context/container.js +37 -0
  264. package/dist/system/context/container.js.map +1 -0
  265. package/dist/system/context/index.d.ts +5 -5
  266. package/dist/system/context/index.js +22 -0
  267. package/dist/system/context/index.js.map +1 -0
  268. package/dist/system/context/infra-injection/context.d.ts +1 -1
  269. package/dist/system/context/infra-injection/context.js +14 -0
  270. package/dist/system/context/infra-injection/context.js.map +1 -0
  271. package/dist/system/context/infra-injection/index.d.ts +2 -2
  272. package/dist/system/context/infra-injection/index.js +19 -0
  273. package/dist/system/context/infra-injection/index.js.map +1 -0
  274. package/dist/system/context/infra-injection/interfaces.d.ts +3 -3
  275. package/dist/system/context/infra-injection/interfaces.js +3 -0
  276. package/dist/system/context/infra-injection/interfaces.js.map +1 -0
  277. package/dist/system/context/menu/context.d.ts +1 -1
  278. package/dist/system/context/menu/context.js +25 -0
  279. package/dist/system/context/menu/context.js.map +1 -0
  280. package/dist/system/context/menu/index.d.ts +2 -2
  281. package/dist/system/context/menu/index.js +19 -0
  282. package/dist/system/context/menu/index.js.map +1 -0
  283. package/dist/system/context/menu/interfaces.d.ts +1 -1
  284. package/dist/system/context/menu/interfaces.js +3 -0
  285. package/dist/system/context/menu/interfaces.js.map +1 -0
  286. package/dist/system/context/theme/context.js +17 -0
  287. package/dist/system/context/theme/context.js.map +1 -0
  288. package/dist/system/context/theme/index.d.ts +1 -1
  289. package/dist/system/context/theme/index.js +18 -0
  290. package/dist/system/context/theme/index.js.map +1 -0
  291. package/dist/system/hooks/index.d.ts +4 -4
  292. package/dist/system/hooks/index.js +21 -0
  293. package/dist/system/hooks/index.js.map +1 -0
  294. package/dist/system/hooks/locales/ibge/index.d.ts +1 -1
  295. package/dist/system/hooks/locales/ibge/index.js +18 -0
  296. package/dist/system/hooks/locales/ibge/index.js.map +1 -0
  297. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.d.ts +1 -1
  298. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +58 -0
  299. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +1 -0
  300. package/dist/system/hooks/locales/index.d.ts +2 -2
  301. package/dist/system/hooks/locales/index.js +19 -0
  302. package/dist/system/hooks/locales/index.js.map +1 -0
  303. package/dist/system/hooks/locales/use-load-cities/index.d.ts +1 -1
  304. package/dist/system/hooks/locales/use-load-cities/index.js +12 -0
  305. package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -0
  306. package/dist/system/hooks/menu/index.d.ts +1 -1
  307. package/dist/system/hooks/menu/index.js +18 -0
  308. package/dist/system/hooks/menu/index.js.map +1 -0
  309. package/dist/system/hooks/menu/use-load-menu.d.ts +2 -2
  310. package/dist/system/hooks/menu/use-load-menu.js +69 -0
  311. package/dist/system/hooks/menu/use-load-menu.js.map +1 -0
  312. package/dist/system/hooks/notifications/index.d.ts +2 -2
  313. package/dist/system/hooks/notifications/index.js +19 -0
  314. package/dist/system/hooks/notifications/index.js.map +1 -0
  315. package/dist/system/hooks/notifications/use-load-all/index.d.ts +2 -2
  316. package/dist/system/hooks/notifications/use-load-all/index.js +76 -0
  317. package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -0
  318. package/dist/system/hooks/notifications/use-load-no-read/index.d.ts +1 -1
  319. package/dist/system/hooks/notifications/use-load-no-read/index.js +63 -0
  320. package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -0
  321. package/dist/system/hooks/ui/index.d.ts +2 -2
  322. package/dist/system/hooks/ui/index.js +19 -0
  323. package/dist/system/hooks/ui/index.js.map +1 -0
  324. package/dist/system/hooks/ui/use-debounce/index.js +15 -0
  325. package/dist/system/hooks/ui/use-debounce/index.js.map +1 -0
  326. package/dist/system/hooks/ui/use-table/component.d.ts +1 -1
  327. package/dist/system/hooks/ui/use-table/component.js +25 -0
  328. package/dist/system/hooks/ui/use-table/component.js.map +1 -0
  329. package/dist/system/hooks/ui/use-table/components/index.d.ts +1 -1
  330. package/dist/system/hooks/ui/use-table/components/index.js +18 -0
  331. package/dist/system/hooks/ui/use-table/components/index.js.map +1 -0
  332. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.d.ts +1 -1
  333. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +81 -0
  334. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js.map +1 -0
  335. package/dist/system/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
  336. package/dist/system/hooks/ui/use-table/components/table/actions/index.js +123 -0
  337. package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -0
  338. package/dist/system/hooks/ui/use-table/components/table/actions/styles.js +14 -0
  339. package/dist/system/hooks/ui/use-table/components/table/actions/styles.js.map +1 -0
  340. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
  341. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +90 -0
  342. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -0
  343. package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js +14 -0
  344. package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -0
  345. package/dist/system/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
  346. package/dist/system/hooks/ui/use-table/components/table/create/index.js +71 -0
  347. package/dist/system/hooks/ui/use-table/components/table/create/index.js.map +1 -0
  348. package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js +3 -0
  349. package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js.map +1 -0
  350. package/dist/system/hooks/ui/use-table/components/table/create/styles.js +14 -0
  351. package/dist/system/hooks/ui/use-table/components/table/create/styles.js.map +1 -0
  352. package/dist/system/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
  353. package/dist/system/hooks/ui/use-table/components/table/export/index.js +44 -0
  354. package/dist/system/hooks/ui/use-table/components/table/export/index.js.map +1 -0
  355. package/dist/system/hooks/ui/use-table/components/table/export/styles.js +14 -0
  356. package/dist/system/hooks/ui/use-table/components/table/export/styles.js.map +1 -0
  357. package/dist/system/hooks/ui/use-table/components/table/filters/index.d.ts +2 -2
  358. package/dist/system/hooks/ui/use-table/components/table/filters/index.js +200 -0
  359. package/dist/system/hooks/ui/use-table/components/table/filters/index.js.map +1 -0
  360. package/dist/system/hooks/ui/use-table/components/table/filters/styles.js +17 -0
  361. package/dist/system/hooks/ui/use-table/components/table/filters/styles.js.map +1 -0
  362. package/dist/system/hooks/ui/use-table/components/table/index.d.ts +1 -1
  363. package/dist/system/hooks/ui/use-table/components/table/index.js +141 -0
  364. package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -0
  365. package/dist/system/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
  366. package/dist/system/hooks/ui/use-table/components/table/interfaces.js +3 -0
  367. package/dist/system/hooks/ui/use-table/components/table/interfaces.js.map +1 -0
  368. package/dist/system/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
  369. package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +69 -0
  370. package/dist/system/hooks/ui/use-table/components/table/pagination/index.js.map +1 -0
  371. package/dist/system/hooks/ui/use-table/components/table/pagination/service.js +50 -0
  372. package/dist/system/hooks/ui/use-table/components/table/pagination/service.js.map +1 -0
  373. package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js +14 -0
  374. package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -0
  375. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +43 -0
  376. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -0
  377. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js +14 -0
  378. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -0
  379. package/dist/system/hooks/ui/use-table/components/table/styles.js +16 -0
  380. package/dist/system/hooks/ui/use-table/components/table/styles.js.map +1 -0
  381. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
  382. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +59 -0
  383. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -0
  384. package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
  385. package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js +3 -0
  386. package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +1 -0
  387. package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +14 -0
  388. package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -0
  389. package/dist/system/hooks/ui/use-table/index.d.ts +4 -4
  390. package/dist/system/hooks/ui/use-table/index.js +21 -0
  391. package/dist/system/hooks/ui/use-table/index.js.map +1 -0
  392. package/dist/system/hooks/ui/use-table/interfaces.d.ts +2 -2
  393. package/dist/system/hooks/ui/use-table/interfaces.js +3 -0
  394. package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -0
  395. package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.d.ts +1 -1
  396. package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.js +29 -0
  397. package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.js.map +1 -0
  398. package/dist/system/hooks/ui/use-table/query/hook.d.ts +1 -1
  399. package/dist/system/hooks/ui/use-table/query/hook.js +51 -0
  400. package/dist/system/hooks/ui/use-table/query/hook.js.map +1 -0
  401. package/dist/system/hooks/ui/use-table/query/index.d.ts +2 -2
  402. package/dist/system/hooks/ui/use-table/query/index.js +19 -0
  403. package/dist/system/hooks/ui/use-table/query/index.js.map +1 -0
  404. package/dist/system/index.d.ts +3 -3
  405. package/dist/system/index.js +20 -0
  406. package/dist/system/index.js.map +1 -0
  407. package/dist/ui/atena/domain/dynamic-section/create.d.ts +1 -1
  408. package/dist/ui/atena/domain/dynamic-section/create.js +3 -0
  409. package/dist/ui/atena/domain/dynamic-section/create.js.map +1 -0
  410. package/dist/ui/atena/domain/dynamic-section/dynamic-section.d.ts +1 -1
  411. package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +3 -0
  412. package/dist/ui/atena/domain/dynamic-section/dynamic-section.js.map +1 -0
  413. package/dist/ui/atena/domain/dynamic-section/index.d.ts +4 -4
  414. package/dist/ui/atena/domain/dynamic-section/index.js +21 -0
  415. package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -0
  416. package/dist/ui/atena/domain/dynamic-section/load-all.d.ts +1 -1
  417. package/dist/ui/atena/domain/dynamic-section/load-all.js +3 -0
  418. package/dist/ui/atena/domain/dynamic-section/load-all.js.map +1 -0
  419. package/dist/ui/atena/domain/dynamic-section/update.d.ts +1 -1
  420. package/dist/ui/atena/domain/dynamic-section/update.js +3 -0
  421. package/dist/ui/atena/domain/dynamic-section/update.js.map +1 -0
  422. package/dist/ui/atena/domain/index.d.ts +1 -1
  423. package/dist/ui/atena/domain/index.js +18 -0
  424. package/dist/ui/atena/domain/index.js.map +1 -0
  425. package/dist/ui/atena/index.d.ts +2 -2
  426. package/dist/ui/atena/index.js +19 -0
  427. package/dist/ui/atena/index.js.map +1 -0
  428. package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +107 -0
  429. package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -0
  430. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.d.ts +2 -2
  431. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +121 -0
  432. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js.map +1 -0
  433. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js +14 -0
  434. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js.map +1 -0
  435. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.d.ts +1 -1
  436. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +47 -0
  437. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js.map +1 -0
  438. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +44 -0
  439. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js.map +1 -0
  440. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js +11 -0
  441. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js.map +1 -0
  442. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js +11 -0
  443. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js.map +1 -0
  444. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.d.ts +1 -1
  445. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +116 -0
  446. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js.map +1 -0
  447. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js +11 -0
  448. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js.map +1 -0
  449. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.d.ts +1 -1
  450. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +56 -0
  451. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js.map +1 -0
  452. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js +11 -0
  453. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js.map +1 -0
  454. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.d.ts +2 -2
  455. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +19 -0
  456. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js.map +1 -0
  457. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.d.ts +1 -1
  458. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +44 -0
  459. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js.map +1 -0
  460. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js +14 -0
  461. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js.map +1 -0
  462. package/dist/ui/atena/presentation/dynamic-elements/elements/index.d.ts +1 -1
  463. package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +18 -0
  464. package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -0
  465. package/dist/ui/atena/presentation/dynamic-elements/index.d.ts +3 -3
  466. package/dist/ui/atena/presentation/dynamic-elements/index.js +20 -0
  467. package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -0
  468. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +69 -0
  469. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -0
  470. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.d.ts +1 -1
  471. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +47 -0
  472. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js.map +1 -0
  473. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.d.ts +0 -0
  474. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.js +1 -0
  475. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.js.map +1 -0
  476. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js +15 -0
  477. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js.map +1 -0
  478. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +55 -0
  479. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -0
  480. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js +13 -0
  481. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js.map +1 -0
  482. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.d.ts +1 -1
  483. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +45 -0
  484. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js.map +1 -0
  485. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js +15 -0
  486. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js.map +1 -0
  487. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +49 -0
  488. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -0
  489. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.d.ts +5 -5
  490. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +22 -0
  491. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js.map +1 -0
  492. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +101 -0
  493. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js.map +1 -0
  494. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +48 -0
  495. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js.map +1 -0
  496. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js +14 -0
  497. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js.map +1 -0
  498. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +44 -0
  499. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js.map +1 -0
  500. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js +14 -0
  501. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js.map +1 -0
  502. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.d.ts +1 -1
  503. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +18 -0
  504. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js.map +1 -0
  505. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js +14 -0
  506. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js.map +1 -0
  507. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +64 -0
  508. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -0
  509. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.d.ts +2 -2
  510. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +19 -0
  511. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js.map +1 -0
  512. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +68 -0
  513. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -0
  514. package/dist/ui/atena/presentation/dynamic-elements/pages/index.d.ts +3 -3
  515. package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +20 -0
  516. package/dist/ui/atena/presentation/dynamic-elements/pages/index.js.map +1 -0
  517. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +46 -0
  518. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js.map +1 -0
  519. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.d.ts +0 -0
  520. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.js +1 -0
  521. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.js.map +1 -0
  522. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js +14 -0
  523. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js.map +1 -0
  524. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +53 -0
  525. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js.map +1 -0
  526. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js +20 -0
  527. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js.map +1 -0
  528. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +47 -0
  529. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -0
  530. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js +14 -0
  531. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js.map +1 -0
  532. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js +14 -0
  533. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js.map +1 -0
  534. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +72 -0
  535. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -0
  536. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.d.ts +1 -1
  537. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +18 -0
  538. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js.map +1 -0
  539. package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js +14 -0
  540. package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -0
  541. package/dist/ui/atena/presentation/dynamic-sections/context.d.ts +1 -1
  542. package/dist/ui/atena/presentation/dynamic-sections/context.js +93 -0
  543. package/dist/ui/atena/presentation/dynamic-sections/context.js.map +1 -0
  544. package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +62 -0
  545. package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js.map +1 -0
  546. package/dist/ui/atena/presentation/dynamic-sections/index.d.ts +5 -5
  547. package/dist/ui/atena/presentation/dynamic-sections/index.js +22 -0
  548. package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -0
  549. package/dist/ui/atena/presentation/dynamic-sections/types.d.ts +1 -1
  550. package/dist/ui/atena/presentation/dynamic-sections/types.js +3 -0
  551. package/dist/ui/atena/presentation/dynamic-sections/types.js.map +1 -0
  552. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +47 -0
  553. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -0
  554. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js +14 -0
  555. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js.map +1 -0
  556. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +81 -0
  557. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js.map +1 -0
  558. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js +14 -0
  559. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js.map +1 -0
  560. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.d.ts +2 -2
  561. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +129 -0
  562. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -0
  563. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.d.ts +1 -1
  564. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +64 -0
  565. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -0
  566. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +1 -1
  567. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js +3 -0
  568. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js.map +1 -0
  569. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.d.ts +2 -2
  570. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +19 -0
  571. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -0
  572. package/dist/ui/atena/presentation/index.d.ts +2 -2
  573. package/dist/ui/atena/presentation/index.js +19 -0
  574. package/dist/ui/atena/presentation/index.js.map +1 -0
  575. package/dist/ui/components/accordion/index.d.ts +1 -1
  576. package/dist/ui/components/accordion/index.js +46 -0
  577. package/dist/ui/components/accordion/index.js.map +1 -0
  578. package/dist/ui/components/accordion/interfaces.d.ts +1 -1
  579. package/dist/ui/components/accordion/interfaces.js +3 -0
  580. package/dist/ui/components/accordion/interfaces.js.map +1 -0
  581. package/dist/ui/components/accordion/styles.js +11 -0
  582. package/dist/ui/components/accordion/styles.js.map +1 -0
  583. package/dist/ui/components/breadcrumb/component.d.ts +1 -1
  584. package/dist/ui/components/breadcrumb/component.js +78 -0
  585. package/dist/ui/components/breadcrumb/component.js.map +1 -0
  586. package/dist/ui/components/breadcrumb/index.d.ts +2 -2
  587. package/dist/ui/components/breadcrumb/index.js +19 -0
  588. package/dist/ui/components/breadcrumb/index.js.map +1 -0
  589. package/dist/ui/components/breadcrumb/interfaces.js +3 -0
  590. package/dist/ui/components/breadcrumb/interfaces.js.map +1 -0
  591. package/dist/ui/components/breadcrumb/styles.js +14 -0
  592. package/dist/ui/components/breadcrumb/styles.js.map +1 -0
  593. package/dist/ui/components/button/component.d.ts +1 -1
  594. package/dist/ui/components/button/component.js +75 -0
  595. package/dist/ui/components/button/component.js.map +1 -0
  596. package/dist/ui/components/button/index.d.ts +2 -2
  597. package/dist/ui/components/button/index.js +19 -0
  598. package/dist/ui/components/button/index.js.map +1 -0
  599. package/dist/ui/components/button/interfaces.d.ts +1 -1
  600. package/dist/ui/components/button/interfaces.js +3 -0
  601. package/dist/ui/components/button/interfaces.js.map +1 -0
  602. package/dist/ui/components/button/styles.js +14 -0
  603. package/dist/ui/components/button/styles.js.map +1 -0
  604. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +50 -0
  605. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -0
  606. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +147 -0
  607. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -0
  608. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +60 -0
  609. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -0
  610. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +23 -0
  611. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -0
  612. package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +125 -0
  613. package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -0
  614. package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +18 -0
  615. package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -0
  616. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +207 -0
  617. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -0
  618. package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +76 -0
  619. package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -0
  620. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +35 -0
  621. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -0
  622. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +2 -2
  623. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +9 -0
  624. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -0
  625. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +94 -0
  626. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -0
  627. package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +31 -0
  628. package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -0
  629. package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +43 -0
  630. package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -0
  631. package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +2 -2
  632. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +9 -0
  633. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -0
  634. package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +13 -0
  635. package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -0
  636. package/dist/ui/components/carousel/carousel-lib/core/core.js +654 -0
  637. package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -0
  638. package/dist/ui/components/carousel/carousel-lib/core/defaults.js +119 -0
  639. package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -0
  640. package/dist/ui/components/carousel/carousel-lib/core/events/index.js +77 -0
  641. package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -0
  642. package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +17 -0
  643. package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -0
  644. package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +13 -0
  645. package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -0
  646. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +14 -0
  647. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -0
  648. package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +53 -0
  649. package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -0
  650. package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +34 -0
  651. package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -0
  652. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +194 -0
  653. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -0
  654. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +314 -0
  655. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -0
  656. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +154 -0
  657. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -0
  658. package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +133 -0
  659. package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -0
  660. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +2 -2
  661. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +12 -0
  662. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -0
  663. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +22 -0
  664. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -0
  665. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +19 -0
  666. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -0
  667. package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +3 -3
  668. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +14 -0
  669. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -0
  670. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +57 -0
  671. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -0
  672. package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +26 -0
  673. package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -0
  674. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +230 -0
  675. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -0
  676. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +42 -0
  677. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -0
  678. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +71 -0
  679. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -0
  680. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +71 -0
  681. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -0
  682. package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +7 -7
  683. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +22 -0
  684. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -0
  685. package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +38 -0
  686. package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -0
  687. package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +69 -0
  688. package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -0
  689. package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +15 -0
  690. package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -0
  691. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +160 -0
  692. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -0
  693. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +46 -0
  694. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -0
  695. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +40 -0
  696. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -0
  697. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +84 -0
  698. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -0
  699. package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +3 -3
  700. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +14 -0
  701. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -0
  702. package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +12 -0
  703. package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -0
  704. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +31 -0
  705. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -0
  706. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +18 -0
  707. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -0
  708. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +19 -0
  709. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -0
  710. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +21 -0
  711. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -0
  712. package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +5 -5
  713. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +18 -0
  714. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -0
  715. package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +7 -0
  716. package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -0
  717. package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +7 -0
  718. package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -0
  719. package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +48 -0
  720. package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -0
  721. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +81 -0
  722. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -0
  723. package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +9 -9
  724. package/dist/ui/components/carousel/carousel-lib/core/update/index.js +26 -0
  725. package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -0
  726. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +124 -0
  727. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -0
  728. package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +52 -0
  729. package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -0
  730. package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +55 -0
  731. package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -0
  732. package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +67 -0
  733. package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -0
  734. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +45 -0
  735. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -0
  736. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +306 -0
  737. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -0
  738. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +69 -0
  739. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -0
  740. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +20 -0
  741. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -0
  742. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +62 -0
  743. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -0
  744. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +335 -0
  745. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -0
  746. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +62 -0
  747. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -0
  748. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +246 -0
  749. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -0
  750. package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +6 -6
  751. package/dist/ui/components/carousel/carousel-lib/modules/index.js +23 -0
  752. package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -0
  753. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +222 -0
  754. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -0
  755. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +513 -0
  756. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -0
  757. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +378 -0
  758. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -0
  759. package/dist/ui/components/carousel/carousel-lib/react/context.js +15 -0
  760. package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -0
  761. package/dist/ui/components/carousel/carousel-lib/react/get-children.js +53 -0
  762. package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -0
  763. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +88 -0
  764. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -0
  765. package/dist/ui/components/carousel/carousel-lib/react/swiper.js +220 -0
  766. package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -0
  767. package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +11 -0
  768. package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -0
  769. package/dist/ui/components/carousel/carousel-lib/react/virtual.js +47 -0
  770. package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -0
  771. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +11 -0
  772. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -0
  773. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +11 -0
  774. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -0
  775. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +22 -0
  776. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -0
  777. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +15 -0
  778. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -0
  779. package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +58 -0
  780. package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -0
  781. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +13 -0
  782. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -0
  783. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +47 -0
  784. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -0
  785. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +42 -0
  786. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -0
  787. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +68 -0
  788. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -0
  789. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +24 -0
  790. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -0
  791. package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +79 -0
  792. package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -0
  793. package/dist/ui/components/carousel/carousel-lib/shared/utils.js +371 -0
  794. package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -0
  795. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +65 -0
  796. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -0
  797. package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +24 -0
  798. package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -0
  799. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +3 -3
  800. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +15 -0
  801. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -0
  802. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +71 -0
  803. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -0
  804. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.d.ts +1 -1
  805. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +18 -0
  806. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -0
  807. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.d.ts +5 -5
  808. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +17 -0
  809. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -0
  810. package/dist/ui/components/carousel/carousel-lib/swiper-react.d.ts +3 -3
  811. package/dist/ui/components/carousel/carousel-lib/swiper-react.js +11 -0
  812. package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -0
  813. package/dist/ui/components/carousel/carousel-lib/swiper.d.ts +1 -1
  814. package/dist/ui/components/carousel/carousel-lib/swiper.js +10 -0
  815. package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -0
  816. package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +4 -4
  817. package/dist/ui/components/carousel/carousel-lib/types/index.js +27 -0
  818. package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -0
  819. package/dist/ui/components/carousel/carousel-lib/types/shared.js +3 -0
  820. package/dist/ui/components/carousel/carousel-lib/types/shared.js.map +1 -0
  821. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.d.ts +280 -0
  822. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +4 -0
  823. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -0
  824. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +86 -2
  825. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +3 -0
  826. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js.map +1 -0
  827. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.d.ts +942 -0
  828. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +3 -0
  829. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js.map +1 -0
  830. package/dist/ui/components/carousel/index.d.ts +1 -1
  831. package/dist/ui/components/carousel/index.js +90 -0
  832. package/dist/ui/components/carousel/index.js.map +1 -0
  833. package/dist/ui/components/carousel/interfaces.d.ts +1 -1
  834. package/dist/ui/components/carousel/interfaces.js +3 -0
  835. package/dist/ui/components/carousel/interfaces.js.map +1 -0
  836. package/dist/ui/components/carousel/styles.js +14 -0
  837. package/dist/ui/components/carousel/styles.js.map +1 -0
  838. package/dist/ui/components/container/index.d.ts +1 -1
  839. package/dist/ui/components/container/index.js +9 -0
  840. package/dist/ui/components/container/index.js.map +1 -0
  841. package/dist/ui/components/container/interfaces.js +3 -0
  842. package/dist/ui/components/container/interfaces.js.map +1 -0
  843. package/dist/ui/components/drop-down/index.d.ts +1 -1
  844. package/dist/ui/components/drop-down/index.js +45 -0
  845. package/dist/ui/components/drop-down/index.js.map +1 -0
  846. package/dist/ui/components/drop-down/interfaces.d.ts +1 -1
  847. package/dist/ui/components/drop-down/interfaces.js +3 -0
  848. package/dist/ui/components/drop-down/interfaces.js.map +1 -0
  849. package/dist/ui/components/drop-down/styles.js +16 -0
  850. package/dist/ui/components/drop-down/styles.js.map +1 -0
  851. package/dist/ui/components/error-boundary/component.d.ts +1 -1
  852. package/dist/ui/components/error-boundary/component.js +11 -0
  853. package/dist/ui/components/error-boundary/component.js.map +1 -0
  854. package/dist/ui/components/error-boundary/error-body.d.ts +1 -1
  855. package/dist/ui/components/error-boundary/error-body.js +10 -0
  856. package/dist/ui/components/error-boundary/error-body.js.map +1 -0
  857. package/dist/ui/components/error-boundary/index.d.ts +2 -2
  858. package/dist/ui/components/error-boundary/index.js +19 -0
  859. package/dist/ui/components/error-boundary/index.js.map +1 -0
  860. package/dist/ui/components/error-boundary/interfaces.js +3 -0
  861. package/dist/ui/components/error-boundary/interfaces.js.map +1 -0
  862. package/dist/ui/components/error-boundary/src/ErrorBoundary.d.ts +2 -2
  863. package/dist/ui/components/error-boundary/src/ErrorBoundary.js +112 -0
  864. package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -0
  865. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +6 -0
  866. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -0
  867. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.d.ts +1 -1
  868. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +11 -0
  869. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -0
  870. package/dist/ui/components/error-boundary/src/env-conditions/development.js +5 -0
  871. package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +1 -0
  872. package/dist/ui/components/error-boundary/src/env-conditions/production.js +5 -0
  873. package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -0
  874. package/dist/ui/components/error-boundary/src/index.d.ts +5 -5
  875. package/dist/ui/components/error-boundary/src/index.js +22 -0
  876. package/dist/ui/components/error-boundary/src/index.js.map +1 -0
  877. package/dist/ui/components/error-boundary/src/types.js +3 -0
  878. package/dist/ui/components/error-boundary/src/types.js.map +1 -0
  879. package/dist/ui/components/error-boundary/src/useErrorBoundary.js +31 -0
  880. package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -0
  881. package/dist/ui/components/error-boundary/src/withErrorBoundary.d.ts +1 -1
  882. package/dist/ui/components/error-boundary/src/withErrorBoundary.js +26 -0
  883. package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -0
  884. package/dist/ui/components/form/checkbox/index.js +66 -0
  885. package/dist/ui/components/form/checkbox/index.js.map +1 -0
  886. package/dist/ui/components/form/checkbox/styles.js +14 -0
  887. package/dist/ui/components/form/checkbox/styles.js.map +1 -0
  888. package/dist/ui/components/form/date-picker/index.d.ts +1 -1
  889. package/dist/ui/components/form/date-picker/index.js +67 -0
  890. package/dist/ui/components/form/date-picker/index.js.map +1 -0
  891. package/dist/ui/components/form/date-picker/styles.js +14 -0
  892. package/dist/ui/components/form/date-picker/styles.js.map +1 -0
  893. package/dist/ui/components/form/handler/component.d.ts +1 -1
  894. package/dist/ui/components/form/handler/component.js +29 -0
  895. package/dist/ui/components/form/handler/component.js.map +1 -0
  896. package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
  897. package/dist/ui/components/form/handler/custom-submit/index.js +27 -0
  898. package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -0
  899. package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +1 -1
  900. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +137 -0
  901. package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +1 -0
  902. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -2
  903. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +19 -0
  904. package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -0
  905. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +3 -3
  906. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +3 -0
  907. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +1 -0
  908. package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +14 -0
  909. package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +1 -0
  910. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +120 -0
  911. package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -0
  912. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -2
  913. package/dist/ui/components/form/handler/form-handler/index.js +295 -0
  914. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -0
  915. package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +2 -2
  916. package/dist/ui/components/form/handler/form-handler/use-form-handler.js +10 -0
  917. package/dist/ui/components/form/handler/form-handler/use-form-handler.js.map +1 -0
  918. package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +1 -1
  919. package/dist/ui/components/form/handler/form-handler/use-schemas.js +134 -0
  920. package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +1 -0
  921. package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +1 -1
  922. package/dist/ui/components/form/handler/form-handler/use-send-file.js +207 -0
  923. package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +1 -0
  924. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +1 -1
  925. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +29 -0
  926. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -0
  927. package/dist/ui/components/form/handler/i18n/index.d.ts +1 -1
  928. package/dist/ui/components/form/handler/i18n/index.js +56 -0
  929. package/dist/ui/components/form/handler/i18n/index.js.map +1 -0
  930. package/dist/ui/components/form/handler/index.d.ts +6 -6
  931. package/dist/ui/components/form/handler/index.js +23 -0
  932. package/dist/ui/components/form/handler/index.js.map +1 -0
  933. package/dist/ui/components/form/handler/interfaces.d.ts +3 -3
  934. package/dist/ui/components/form/handler/interfaces.js +3 -0
  935. package/dist/ui/components/form/handler/interfaces.js.map +1 -0
  936. package/dist/ui/components/form/handler/styles.js +14 -0
  937. package/dist/ui/components/form/handler/styles.js.map +1 -0
  938. package/dist/ui/components/form/index.d.ts +26 -26
  939. package/dist/ui/components/form/index.js +43 -0
  940. package/dist/ui/components/form/index.js.map +1 -0
  941. package/dist/ui/components/form/input/index.d.ts +1 -1
  942. package/dist/ui/components/form/input/index.js +63 -0
  943. package/dist/ui/components/form/input/index.js.map +1 -0
  944. package/dist/ui/components/form/input-cep/component.d.ts +1 -1
  945. package/dist/ui/components/form/input-cep/component.js +128 -0
  946. package/dist/ui/components/form/input-cep/component.js.map +1 -0
  947. package/dist/ui/components/form/input-cep/index.d.ts +3 -3
  948. package/dist/ui/components/form/input-cep/index.js +20 -0
  949. package/dist/ui/components/form/input-cep/index.js.map +1 -0
  950. package/dist/ui/components/form/input-cep/interfaces.d.ts +1 -1
  951. package/dist/ui/components/form/input-cep/interfaces.js +3 -0
  952. package/dist/ui/components/form/input-cep/interfaces.js.map +1 -0
  953. package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +2 -2
  954. package/dist/ui/components/form/input-cep/use-cep/hook.js +13 -0
  955. package/dist/ui/components/form/input-cep/use-cep/hook.js.map +1 -0
  956. package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -2
  957. package/dist/ui/components/form/input-cep/use-cep/index.js +19 -0
  958. package/dist/ui/components/form/input-cep/use-cep/index.js.map +1 -0
  959. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  960. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +66 -0
  961. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -0
  962. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
  963. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +20 -0
  964. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +1 -0
  965. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +3 -0
  966. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js.map +1 -0
  967. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +14 -0
  968. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +1 -0
  969. package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -1
  970. package/dist/ui/components/form/input-cep/use-cep/providers/index.js +18 -0
  971. package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -0
  972. package/dist/ui/components/form/input-color/index.d.ts +1 -1
  973. package/dist/ui/components/form/input-color/index.js +69 -0
  974. package/dist/ui/components/form/input-color/index.js.map +1 -0
  975. package/dist/ui/components/form/input-color/interfaces.d.ts +3 -3
  976. package/dist/ui/components/form/input-color/interfaces.js +3 -0
  977. package/dist/ui/components/form/input-color/interfaces.js.map +1 -0
  978. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js +55 -0
  979. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js.map +1 -0
  980. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js +52 -0
  981. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js.map +1 -0
  982. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.d.ts +1 -1
  983. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js +55 -0
  984. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js.map +1 -0
  985. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.d.ts +1 -1
  986. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js +64 -0
  987. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js.map +1 -0
  988. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.d.ts +1 -1
  989. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js +119 -0
  990. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js.map +1 -0
  991. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js +58 -0
  992. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js.map +1 -0
  993. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.d.ts +1 -1
  994. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js +55 -0
  995. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js.map +1 -0
  996. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.d.ts +1 -1
  997. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js +55 -0
  998. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js.map +1 -0
  999. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js +30 -0
  1000. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js.map +1 -0
  1001. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js +63 -0
  1002. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js.map +1 -0
  1003. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js +38 -0
  1004. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js.map +1 -0
  1005. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.d.ts +1 -1
  1006. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js +67 -0
  1007. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js.map +1 -0
  1008. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.d.ts +1 -1
  1009. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js +67 -0
  1010. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js.map +1 -0
  1011. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js +35 -0
  1012. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js.map +1 -0
  1013. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js +47 -0
  1014. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js.map +1 -0
  1015. package/dist/ui/components/form/input-color/react-input-color-lib/index.d.ts +4 -4
  1016. package/dist/ui/components/form/input-color/react-input-color-lib/index.js +14 -0
  1017. package/dist/ui/components/form/input-color/react-input-color-lib/index.js.map +1 -0
  1018. package/dist/ui/components/form/input-color/react-input-color-lib/themes.d.ts +1 -1
  1019. package/dist/ui/components/form/input-color/react-input-color-lib/themes.js +24 -0
  1020. package/dist/ui/components/form/input-color/react-input-color-lib/themes.js.map +1 -0
  1021. package/dist/ui/components/form/input-color/react-input-color-lib/types.js +3 -0
  1022. package/dist/ui/components/form/input-color/react-input-color-lib/types.js.map +1 -0
  1023. package/dist/ui/components/form/input-color/styles.js +14 -0
  1024. package/dist/ui/components/form/input-color/styles.js.map +1 -0
  1025. package/dist/ui/components/form/input-control/error/index.js +43 -0
  1026. package/dist/ui/components/form/input-control/error/index.js.map +1 -0
  1027. package/dist/ui/components/form/input-control/error/styles.js +14 -0
  1028. package/dist/ui/components/form/input-control/error/styles.js.map +1 -0
  1029. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  1030. package/dist/ui/components/form/input-control/index.js +53 -0
  1031. package/dist/ui/components/form/input-control/index.js.map +1 -0
  1032. package/dist/ui/components/form/input-control/label/index.d.ts +1 -1
  1033. package/dist/ui/components/form/input-control/label/index.js +47 -0
  1034. package/dist/ui/components/form/input-control/label/index.js.map +1 -0
  1035. package/dist/ui/components/form/input-control/label/interfaces.js +1 -0
  1036. package/dist/ui/components/form/input-control/label/interfaces.js.map +1 -0
  1037. package/dist/ui/components/form/input-control/label/styles.js +14 -0
  1038. package/dist/ui/components/form/input-control/label/styles.js.map +1 -0
  1039. package/dist/ui/components/form/input-control/loader-input/index.js +43 -0
  1040. package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -0
  1041. package/dist/ui/components/form/input-control/loader-input/styles.js +14 -0
  1042. package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -0
  1043. package/dist/ui/components/form/input-control/styles.js +14 -0
  1044. package/dist/ui/components/form/input-control/styles.js.map +1 -0
  1045. package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +1 -1
  1046. package/dist/ui/components/form/input-cpf-cnpj/index.js +32 -0
  1047. package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -0
  1048. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +247 -0
  1049. package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -0
  1050. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.d.ts +123 -0
  1051. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +3 -0
  1052. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js.map +1 -0
  1053. package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
  1054. package/dist/ui/components/form/input-currency/components/index.js +18 -0
  1055. package/dist/ui/components/form/input-currency/components/index.js.map +1 -0
  1056. package/dist/ui/components/form/input-currency/components/utils/addSeparators.d.ts +3 -0
  1057. package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +12 -0
  1058. package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +1 -0
  1059. package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +4 -1
  1060. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +62 -0
  1061. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +1 -0
  1062. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.d.ts +5 -0
  1063. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +13 -0
  1064. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +1 -0
  1065. package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +30 -0
  1066. package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +1 -0
  1067. package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +38 -1
  1068. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +132 -0
  1069. package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +1 -0
  1070. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +4 -1
  1071. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +49 -0
  1072. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +1 -0
  1073. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +12 -0
  1074. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +1 -0
  1075. package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
  1076. package/dist/ui/components/form/input-currency/components/utils/index.js +25 -0
  1077. package/dist/ui/components/form/input-currency/components/utils/index.js.map +1 -0
  1078. package/dist/ui/components/form/input-currency/components/utils/isNumber.js +6 -0
  1079. package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +1 -0
  1080. package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +28 -0
  1081. package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +1 -0
  1082. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.d.ts +8 -0
  1083. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +40 -0
  1084. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +1 -0
  1085. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.d.ts +3 -0
  1086. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +14 -0
  1087. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +1 -0
  1088. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.d.ts +3 -0
  1089. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +14 -0
  1090. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +1 -0
  1091. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.d.ts +4 -0
  1092. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +30 -0
  1093. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -0
  1094. package/dist/ui/components/form/input-currency/index.d.ts +1 -1
  1095. package/dist/ui/components/form/input-currency/index.js +62 -0
  1096. package/dist/ui/components/form/input-currency/index.js.map +1 -0
  1097. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  1098. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +74 -0
  1099. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -0
  1100. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +23 -0
  1101. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +1 -0
  1102. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  1103. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +95 -0
  1104. package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -0
  1105. package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +17 -0
  1106. package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +1 -0
  1107. package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
  1108. package/dist/ui/components/form/input-date-picker/calendar/index.js +67 -0
  1109. package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -0
  1110. package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +1 -1
  1111. package/dist/ui/components/form/input-date-picker/calendar/interface.js +3 -0
  1112. package/dist/ui/components/form/input-date-picker/calendar/interface.js.map +1 -0
  1113. package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
  1114. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +77 -0
  1115. package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -0
  1116. package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +17 -0
  1117. package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +1 -0
  1118. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
  1119. package/dist/ui/components/form/input-date-picker/calendar/styles.js +17 -0
  1120. package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -0
  1121. package/dist/ui/components/form/input-date-picker/component.d.ts +2 -2
  1122. package/dist/ui/components/form/input-date-picker/component.js +91 -0
  1123. package/dist/ui/components/form/input-date-picker/component.js.map +1 -0
  1124. package/dist/ui/components/form/input-date-picker/index.d.ts +2 -2
  1125. package/dist/ui/components/form/input-date-picker/index.js +19 -0
  1126. package/dist/ui/components/form/input-date-picker/index.js.map +1 -0
  1127. package/dist/ui/components/form/input-date-picker/interfaces.d.ts +1 -1
  1128. package/dist/ui/components/form/input-date-picker/interfaces.js +3 -0
  1129. package/dist/ui/components/form/input-date-picker/interfaces.js.map +1 -0
  1130. package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
  1131. package/dist/ui/components/form/input-date-picker/mock/index.js +18 -0
  1132. package/dist/ui/components/form/input-date-picker/mock/index.js.map +1 -0
  1133. package/dist/ui/components/form/input-date-picker/mock/translations.js +50 -0
  1134. package/dist/ui/components/form/input-date-picker/mock/translations.js.map +1 -0
  1135. package/dist/ui/components/form/input-date-picker/styles.d.ts +0 -0
  1136. package/dist/ui/components/form/input-date-picker/styles.js +1 -0
  1137. package/dist/ui/components/form/input-date-picker/styles.js.map +1 -0
  1138. package/dist/ui/components/form/input-file/component.d.ts +1 -1
  1139. package/dist/ui/components/form/input-file/component.js +58 -0
  1140. package/dist/ui/components/form/input-file/component.js.map +1 -0
  1141. package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -4
  1142. package/dist/ui/components/form/input-file/hooks/index.js +21 -0
  1143. package/dist/ui/components/form/input-file/hooks/index.js.map +1 -0
  1144. package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +1 -1
  1145. package/dist/ui/components/form/input-file/hooks/use-components-file.js +74 -0
  1146. package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -0
  1147. package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +1 -1
  1148. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +85 -0
  1149. package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -0
  1150. package/dist/ui/components/form/input-file/hooks/use-file.d.ts +1 -1
  1151. package/dist/ui/components/form/input-file/hooks/use-file.js +129 -0
  1152. package/dist/ui/components/form/input-file/hooks/use-file.js.map +1 -0
  1153. package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +1 -1
  1154. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +70 -0
  1155. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -0
  1156. package/dist/ui/components/form/input-file/index.d.ts +4 -4
  1157. package/dist/ui/components/form/input-file/index.js +21 -0
  1158. package/dist/ui/components/form/input-file/index.js.map +1 -0
  1159. package/dist/ui/components/form/input-file/render-files/component.d.ts +1 -1
  1160. package/dist/ui/components/form/input-file/render-files/component.js +63 -0
  1161. package/dist/ui/components/form/input-file/render-files/component.js.map +1 -0
  1162. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
  1163. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +17 -0
  1164. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +1 -0
  1165. package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +2 -2
  1166. package/dist/ui/components/form/input-file/render-files/file-item/index.js +58 -0
  1167. package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +1 -0
  1168. package/dist/ui/components/form/input-file/render-files/file-item/styles.js +14 -0
  1169. package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +1 -0
  1170. package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -3
  1171. package/dist/ui/components/form/input-file/render-files/index.js +20 -0
  1172. package/dist/ui/components/form/input-file/render-files/index.js.map +1 -0
  1173. package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +1 -1
  1174. package/dist/ui/components/form/input-file/render-files/interfaces.js +3 -0
  1175. package/dist/ui/components/form/input-file/render-files/interfaces.js.map +1 -0
  1176. package/dist/ui/components/form/input-file/render-files/styles.js +14 -0
  1177. package/dist/ui/components/form/input-file/render-files/styles.js.map +1 -0
  1178. package/dist/ui/components/form/input-file/styles.js +15 -0
  1179. package/dist/ui/components/form/input-file/styles.js.map +1 -0
  1180. package/dist/ui/components/form/input-manager/component.d.ts +1 -1
  1181. package/dist/ui/components/form/input-manager/component.js +86 -0
  1182. package/dist/ui/components/form/input-manager/component.js.map +1 -0
  1183. package/dist/ui/components/form/input-manager/index.d.ts +2 -2
  1184. package/dist/ui/components/form/input-manager/index.js +19 -0
  1185. package/dist/ui/components/form/input-manager/index.js.map +1 -0
  1186. package/dist/ui/components/form/input-manager/interfaces.d.ts +1 -1
  1187. package/dist/ui/components/form/input-manager/interfaces.js +3 -0
  1188. package/dist/ui/components/form/input-manager/interfaces.js.map +1 -0
  1189. package/dist/ui/components/form/input-manager/styles.d.ts +1 -1
  1190. package/dist/ui/components/form/input-manager/styles.js +17 -0
  1191. package/dist/ui/components/form/input-manager/styles.js.map +1 -0
  1192. package/dist/ui/components/form/input-mask/index.d.ts +1 -1
  1193. package/dist/ui/components/form/input-mask/index.js +117 -0
  1194. package/dist/ui/components/form/input-mask/index.js.map +1 -0
  1195. package/dist/ui/components/form/input-password/index.d.ts +1 -1
  1196. package/dist/ui/components/form/input-password/index.js +71 -0
  1197. package/dist/ui/components/form/input-password/index.js.map +1 -0
  1198. package/dist/ui/components/form/input-password/styles.js +14 -0
  1199. package/dist/ui/components/form/input-password/styles.js.map +1 -0
  1200. package/dist/ui/components/form/input-seo/index.js +45 -0
  1201. package/dist/ui/components/form/input-seo/index.js.map +1 -0
  1202. package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +1 -1
  1203. package/dist/ui/components/form/input-seo/input-meta-image/index.js +60 -0
  1204. package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -0
  1205. package/dist/ui/components/form/input-seo/input-meta-image/styles.js +14 -0
  1206. package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -0
  1207. package/dist/ui/components/form/input-seo/styles.js +11 -0
  1208. package/dist/ui/components/form/input-seo/styles.js.map +1 -0
  1209. package/dist/ui/components/form/input-svg/index.d.ts +1 -1
  1210. package/dist/ui/components/form/input-svg/index.js +89 -0
  1211. package/dist/ui/components/form/input-svg/index.js.map +1 -0
  1212. package/dist/ui/components/form/input-svg/styles.js +14 -0
  1213. package/dist/ui/components/form/input-svg/styles.js.map +1 -0
  1214. package/dist/ui/components/form/input-switch/index.d.ts +1 -1
  1215. package/dist/ui/components/form/input-switch/index.js +62 -0
  1216. package/dist/ui/components/form/input-switch/index.js.map +1 -0
  1217. package/dist/ui/components/form/input-switch/interfaces.d.ts +1 -1
  1218. package/dist/ui/components/form/input-switch/interfaces.js +3 -0
  1219. package/dist/ui/components/form/input-switch/interfaces.js.map +1 -0
  1220. package/dist/ui/components/form/input-switch/styles.js +14 -0
  1221. package/dist/ui/components/form/input-switch/styles.js.map +1 -0
  1222. package/dist/ui/components/form/input-youtube/index.d.ts +1 -1
  1223. package/dist/ui/components/form/input-youtube/index.js +72 -0
  1224. package/dist/ui/components/form/input-youtube/index.js.map +1 -0
  1225. package/dist/ui/components/form/input-youtube/styles.js +14 -0
  1226. package/dist/ui/components/form/input-youtube/styles.js.map +1 -0
  1227. package/dist/ui/components/form/interfaces.d.ts +6 -6
  1228. package/dist/ui/components/form/interfaces.js +3 -0
  1229. package/dist/ui/components/form/interfaces.js.map +1 -0
  1230. package/dist/ui/components/form/radio/index.js +73 -0
  1231. package/dist/ui/components/form/radio/index.js.map +1 -0
  1232. package/dist/ui/components/form/radio/styles.js +14 -0
  1233. package/dist/ui/components/form/radio/styles.js.map +1 -0
  1234. package/dist/ui/components/form/range-date-picker/index.d.ts +1 -1
  1235. package/dist/ui/components/form/range-date-picker/index.js +70 -0
  1236. package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
  1237. package/dist/ui/components/form/range-date-picker/styles.js +14 -0
  1238. package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
  1239. package/dist/ui/components/form/select/custom-styles.js +29 -0
  1240. package/dist/ui/components/form/select/custom-styles.js.map +1 -0
  1241. package/dist/ui/components/form/select/index.d.ts +1 -1
  1242. package/dist/ui/components/form/select/index.js +146 -0
  1243. package/dist/ui/components/form/select/index.js.map +1 -0
  1244. package/dist/ui/components/form/select/interfaces.d.ts +0 -0
  1245. package/dist/ui/components/form/select/interfaces.js +1 -0
  1246. package/dist/ui/components/form/select/interfaces.js.map +1 -0
  1247. package/dist/ui/components/form/select/styles.js +14 -0
  1248. package/dist/ui/components/form/select/styles.js.map +1 -0
  1249. package/dist/ui/components/form/select-icon/index.d.ts +1 -1
  1250. package/dist/ui/components/form/select-icon/index.js +58 -0
  1251. package/dist/ui/components/form/select-icon/index.js.map +1 -0
  1252. package/dist/ui/components/form/select-icon/styles.js +14 -0
  1253. package/dist/ui/components/form/select-icon/styles.js.map +1 -0
  1254. package/dist/ui/components/form/text-editor/index.d.ts +1 -1
  1255. package/dist/ui/components/form/text-editor/index.js +26 -0
  1256. package/dist/ui/components/form/text-editor/index.js.map +1 -0
  1257. package/dist/ui/components/form/text-editor/quill.js +48 -0
  1258. package/dist/ui/components/form/text-editor/quill.js.map +1 -0
  1259. package/dist/ui/components/form/text-editor/react-quill.css +922 -0
  1260. package/dist/ui/components/form/textarea/index.d.ts +1 -1
  1261. package/dist/ui/components/form/textarea/index.js +28 -0
  1262. package/dist/ui/components/form/textarea/index.js.map +1 -0
  1263. package/dist/ui/components/google-translate-page/index.js +49 -0
  1264. package/dist/ui/components/google-translate-page/index.js.map +1 -0
  1265. package/dist/ui/components/google-translate-page/styles.js +11 -0
  1266. package/dist/ui/components/google-translate-page/styles.js.map +1 -0
  1267. package/dist/ui/components/google-translate-page/translate.js +42 -0
  1268. package/dist/ui/components/google-translate-page/translate.js.map +1 -0
  1269. package/dist/ui/components/index.d.ts +23 -23
  1270. package/dist/ui/components/index.js +40 -0
  1271. package/dist/ui/components/index.js.map +1 -0
  1272. package/dist/ui/components/loader-circle/index.d.ts +1 -1
  1273. package/dist/ui/components/loader-circle/index.js +14 -0
  1274. package/dist/ui/components/loader-circle/index.js.map +1 -0
  1275. package/dist/ui/components/loader-circle/interfaces.js +3 -0
  1276. package/dist/ui/components/loader-circle/interfaces.js.map +1 -0
  1277. package/dist/ui/components/loading-screen/index.d.ts +1 -1
  1278. package/dist/ui/components/loading-screen/index.js +59 -0
  1279. package/dist/ui/components/loading-screen/index.js.map +1 -0
  1280. package/dist/ui/components/loading-screen/interfaces.js +3 -0
  1281. package/dist/ui/components/loading-screen/interfaces.js.map +1 -0
  1282. package/dist/ui/components/loading-screen/styles.js +45 -0
  1283. package/dist/ui/components/loading-screen/styles.js.map +1 -0
  1284. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
  1285. package/dist/ui/components/menu-mobile/components/nav-links/index.js +80 -0
  1286. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -0
  1287. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
  1288. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +3 -0
  1289. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +1 -0
  1290. package/dist/ui/components/menu-mobile/components/nav-links/styles.js +14 -0
  1291. package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -0
  1292. package/dist/ui/components/menu-mobile/index.d.ts +1 -1
  1293. package/dist/ui/components/menu-mobile/index.js +87 -0
  1294. package/dist/ui/components/menu-mobile/index.js.map +1 -0
  1295. package/dist/ui/components/menu-mobile/interfaces.js +3 -0
  1296. package/dist/ui/components/menu-mobile/interfaces.js.map +1 -0
  1297. package/dist/ui/components/menu-mobile/styles.js +14 -0
  1298. package/dist/ui/components/menu-mobile/styles.js.map +1 -0
  1299. package/dist/ui/components/menu-mobile/top/index.d.ts +1 -1
  1300. package/dist/ui/components/menu-mobile/top/index.js +59 -0
  1301. package/dist/ui/components/menu-mobile/top/index.js.map +1 -0
  1302. package/dist/ui/components/menu-mobile/top/interfaces.d.ts +1 -1
  1303. package/dist/ui/components/menu-mobile/top/interfaces.js +3 -0
  1304. package/dist/ui/components/menu-mobile/top/interfaces.js.map +1 -0
  1305. package/dist/ui/components/menu-mobile/top/styles.js +14 -0
  1306. package/dist/ui/components/menu-mobile/top/styles.js.map +1 -0
  1307. package/dist/ui/components/modal/component.d.ts +1 -1
  1308. package/dist/ui/components/modal/component.js +86 -0
  1309. package/dist/ui/components/modal/component.js.map +1 -0
  1310. package/dist/ui/components/modal/index.d.ts +2 -2
  1311. package/dist/ui/components/modal/index.js +19 -0
  1312. package/dist/ui/components/modal/index.js.map +1 -0
  1313. package/dist/ui/components/modal/interfaces.js +3 -0
  1314. package/dist/ui/components/modal/interfaces.js.map +1 -0
  1315. package/dist/ui/components/modal/styles.js +14 -0
  1316. package/dist/ui/components/modal/styles.js.map +1 -0
  1317. package/dist/ui/components/next-image/index.d.ts +1 -1
  1318. package/dist/ui/components/next-image/index.js +51 -0
  1319. package/dist/ui/components/next-image/index.js.map +1 -0
  1320. package/dist/ui/components/next-image/interfaces.js +3 -0
  1321. package/dist/ui/components/next-image/interfaces.js.map +1 -0
  1322. package/dist/ui/components/next-image/styles.js +14 -0
  1323. package/dist/ui/components/next-image/styles.js.map +1 -0
  1324. package/dist/ui/components/pagination/index.d.ts +1 -1
  1325. package/dist/ui/components/pagination/index.js +69 -0
  1326. package/dist/ui/components/pagination/index.js.map +1 -0
  1327. package/dist/ui/components/pagination/service.js +50 -0
  1328. package/dist/ui/components/pagination/service.js.map +1 -0
  1329. package/dist/ui/components/pagination/styles.js +14 -0
  1330. package/dist/ui/components/pagination/styles.js.map +1 -0
  1331. package/dist/ui/components/pix/index.js +72 -0
  1332. package/dist/ui/components/pix/index.js.map +1 -0
  1333. package/dist/ui/components/pix/pix-sucess/index.js +48 -0
  1334. package/dist/ui/components/pix/pix-sucess/index.js.map +1 -0
  1335. package/dist/ui/components/pix/pix-sucess/styles.js +14 -0
  1336. package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -0
  1337. package/dist/ui/components/pix/styles.js +20 -0
  1338. package/dist/ui/components/pix/styles.js.map +1 -0
  1339. package/dist/ui/components/pix/timer/index.js +69 -0
  1340. package/dist/ui/components/pix/timer/index.js.map +1 -0
  1341. package/dist/ui/components/pix/timer/styles.js +14 -0
  1342. package/dist/ui/components/pix/timer/styles.js.map +1 -0
  1343. package/dist/ui/components/sidebar/index.d.ts +1 -1
  1344. package/dist/ui/components/sidebar/index.js +71 -0
  1345. package/dist/ui/components/sidebar/index.js.map +1 -0
  1346. package/dist/ui/components/sidebar/interfaces.js +3 -0
  1347. package/dist/ui/components/sidebar/interfaces.js.map +1 -0
  1348. package/dist/ui/components/sidebar/styles.js +16 -0
  1349. package/dist/ui/components/sidebar/styles.js.map +1 -0
  1350. package/dist/ui/components/site/context/index.js +20 -0
  1351. package/dist/ui/components/site/context/index.js.map +1 -0
  1352. package/dist/ui/components/site/context/scripts/acept-cookies/index.js +120 -0
  1353. package/dist/ui/components/site/context/scripts/acept-cookies/index.js.map +1 -0
  1354. package/dist/ui/components/site/context/scripts/acept-cookies/styles.js +14 -0
  1355. package/dist/ui/components/site/context/scripts/acept-cookies/styles.js.map +1 -0
  1356. package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +121 -0
  1357. package/dist/ui/components/site/context/scripts/acept-ratedr/index.js.map +1 -0
  1358. package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js +14 -0
  1359. package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -0
  1360. package/dist/ui/components/site/context/scripts/component.d.ts +1 -1
  1361. package/dist/ui/components/site/context/scripts/component.js +42 -0
  1362. package/dist/ui/components/site/context/scripts/component.js.map +1 -0
  1363. package/dist/ui/components/site/context/scripts/index.d.ts +5 -5
  1364. package/dist/ui/components/site/context/scripts/index.js +22 -0
  1365. package/dist/ui/components/site/context/scripts/index.js.map +1 -0
  1366. package/dist/ui/components/site/context/scripts/interfaces.d.ts +1 -1
  1367. package/dist/ui/components/site/context/scripts/interfaces.js +3 -0
  1368. package/dist/ui/components/site/context/scripts/interfaces.js.map +1 -0
  1369. package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +47 -0
  1370. package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js.map +1 -0
  1371. package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js +14 -0
  1372. package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -0
  1373. package/dist/ui/components/site/default-pages/404/component.js +50 -0
  1374. package/dist/ui/components/site/default-pages/404/component.js.map +1 -0
  1375. package/dist/ui/components/site/default-pages/404/index.d.ts +1 -1
  1376. package/dist/ui/components/site/default-pages/404/index.js +18 -0
  1377. package/dist/ui/components/site/default-pages/404/index.js.map +1 -0
  1378. package/dist/ui/components/site/default-pages/404/styles.js +14 -0
  1379. package/dist/ui/components/site/default-pages/404/styles.js.map +1 -0
  1380. package/dist/ui/components/site/default-pages/500/component.js +51 -0
  1381. package/dist/ui/components/site/default-pages/500/component.js.map +1 -0
  1382. package/dist/ui/components/site/default-pages/500/index.d.ts +1 -1
  1383. package/dist/ui/components/site/default-pages/500/index.js +18 -0
  1384. package/dist/ui/components/site/default-pages/500/index.js.map +1 -0
  1385. package/dist/ui/components/site/default-pages/500/styles.js +14 -0
  1386. package/dist/ui/components/site/default-pages/500/styles.js.map +1 -0
  1387. package/dist/ui/components/site/default-pages/index.d.ts +2 -2
  1388. package/dist/ui/components/site/default-pages/index.js +19 -0
  1389. package/dist/ui/components/site/default-pages/index.js.map +1 -0
  1390. package/dist/ui/components/site/default-pages/sitemap/index.js +63 -0
  1391. package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -0
  1392. package/dist/ui/components/site/effect/component.d.ts +1 -1
  1393. package/dist/ui/components/site/effect/component.js +44 -0
  1394. package/dist/ui/components/site/effect/component.js.map +1 -0
  1395. package/dist/ui/components/site/effect/index.d.ts +2 -2
  1396. package/dist/ui/components/site/effect/index.js +19 -0
  1397. package/dist/ui/components/site/effect/index.js.map +1 -0
  1398. package/dist/ui/components/site/effect/interfaces.js +3 -0
  1399. package/dist/ui/components/site/effect/interfaces.js.map +1 -0
  1400. package/dist/ui/components/site/effect/styles.js +50 -0
  1401. package/dist/ui/components/site/effect/styles.js.map +1 -0
  1402. package/dist/ui/components/site/head/component.d.ts +1 -1
  1403. package/dist/ui/components/site/head/component.js +20 -0
  1404. package/dist/ui/components/site/head/component.js.map +1 -0
  1405. package/dist/ui/components/site/head/index.d.ts +2 -2
  1406. package/dist/ui/components/site/head/index.js +19 -0
  1407. package/dist/ui/components/site/head/index.js.map +1 -0
  1408. package/dist/ui/components/site/head/interfaces.js +3 -0
  1409. package/dist/ui/components/site/head/interfaces.js.map +1 -0
  1410. package/dist/ui/components/site/header-link/component.d.ts +1 -1
  1411. package/dist/ui/components/site/header-link/component.js +25 -0
  1412. package/dist/ui/components/site/header-link/component.js.map +1 -0
  1413. package/dist/ui/components/site/header-link/index.d.ts +2 -2
  1414. package/dist/ui/components/site/header-link/index.js +19 -0
  1415. package/dist/ui/components/site/header-link/index.js.map +1 -0
  1416. package/dist/ui/components/site/header-link/interfaces.d.ts +1 -1
  1417. package/dist/ui/components/site/header-link/interfaces.js +3 -0
  1418. package/dist/ui/components/site/header-link/interfaces.js.map +1 -0
  1419. package/dist/ui/components/site/header-link/versions/index.d.ts +1 -1
  1420. package/dist/ui/components/site/header-link/versions/index.js +18 -0
  1421. package/dist/ui/components/site/header-link/versions/index.js.map +1 -0
  1422. package/dist/ui/components/site/header-link/versions/version-01/component.d.ts +1 -1
  1423. package/dist/ui/components/site/header-link/versions/version-01/component.js +50 -0
  1424. package/dist/ui/components/site/header-link/versions/version-01/component.js.map +1 -0
  1425. package/dist/ui/components/site/header-link/versions/version-01/styles.js +14 -0
  1426. package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -0
  1427. package/dist/ui/components/site/index.d.ts +7 -7
  1428. package/dist/ui/components/site/index.js +24 -0
  1429. package/dist/ui/components/site/index.js.map +1 -0
  1430. package/dist/ui/components/site/list-blog/card/index.d.ts +1 -1
  1431. package/dist/ui/components/site/list-blog/card/index.js +48 -0
  1432. package/dist/ui/components/site/list-blog/card/index.js.map +1 -0
  1433. package/dist/ui/components/site/list-blog/card/styles.js +14 -0
  1434. package/dist/ui/components/site/list-blog/card/styles.js.map +1 -0
  1435. package/dist/ui/components/site/list-blog/carousel-configs.js +25 -0
  1436. package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -0
  1437. package/dist/ui/components/site/list-blog/component.d.ts +1 -1
  1438. package/dist/ui/components/site/list-blog/component.js +51 -0
  1439. package/dist/ui/components/site/list-blog/component.js.map +1 -0
  1440. package/dist/ui/components/site/list-blog/index.d.ts +1 -1
  1441. package/dist/ui/components/site/list-blog/index.js +18 -0
  1442. package/dist/ui/components/site/list-blog/index.js.map +1 -0
  1443. package/dist/ui/components/site/list-blog/interfaces.js +3 -0
  1444. package/dist/ui/components/site/list-blog/interfaces.js.map +1 -0
  1445. package/dist/ui/components/site/list-blog/styles.js +14 -0
  1446. package/dist/ui/components/site/list-blog/styles.js.map +1 -0
  1447. package/dist/ui/components/site/mvv/component.d.ts +1 -1
  1448. package/dist/ui/components/site/mvv/component.js +25 -0
  1449. package/dist/ui/components/site/mvv/component.js.map +1 -0
  1450. package/dist/ui/components/site/mvv/index.d.ts +1 -1
  1451. package/dist/ui/components/site/mvv/index.js +18 -0
  1452. package/dist/ui/components/site/mvv/index.js.map +1 -0
  1453. package/dist/ui/components/site/mvv/interfaces.d.ts +1 -1
  1454. package/dist/ui/components/site/mvv/interfaces.js +3 -0
  1455. package/dist/ui/components/site/mvv/interfaces.js.map +1 -0
  1456. package/dist/ui/components/site/mvv/versions/index.d.ts +1 -1
  1457. package/dist/ui/components/site/mvv/versions/index.js +18 -0
  1458. package/dist/ui/components/site/mvv/versions/index.js.map +1 -0
  1459. package/dist/ui/components/site/mvv/versions/version-01/component.d.ts +1 -1
  1460. package/dist/ui/components/site/mvv/versions/version-01/component.js +44 -0
  1461. package/dist/ui/components/site/mvv/versions/version-01/component.js.map +1 -0
  1462. package/dist/ui/components/site/mvv/versions/version-01/styles.js +14 -0
  1463. package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -0
  1464. package/dist/ui/components/skeleton/index.js +43 -0
  1465. package/dist/ui/components/skeleton/index.js.map +1 -0
  1466. package/dist/ui/components/skeleton/styles.js +14 -0
  1467. package/dist/ui/components/skeleton/styles.js.map +1 -0
  1468. package/dist/ui/components/step-navigator/index.js +52 -0
  1469. package/dist/ui/components/step-navigator/index.js.map +1 -0
  1470. package/dist/ui/components/step-navigator/styles.js +27 -0
  1471. package/dist/ui/components/step-navigator/styles.js.map +1 -0
  1472. package/dist/ui/components/tooltip/component.d.ts +1 -1
  1473. package/dist/ui/components/tooltip/component.js +117 -0
  1474. package/dist/ui/components/tooltip/component.js.map +1 -0
  1475. package/dist/ui/components/tooltip/hooks/use-tool-tip.d.ts +1 -1
  1476. package/dist/ui/components/tooltip/hooks/use-tool-tip.js +108 -0
  1477. package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -0
  1478. package/dist/ui/components/tooltip/index.d.ts +2 -2
  1479. package/dist/ui/components/tooltip/index.js +19 -0
  1480. package/dist/ui/components/tooltip/index.js.map +1 -0
  1481. package/dist/ui/components/tooltip/interfaces.js +3 -0
  1482. package/dist/ui/components/tooltip/interfaces.js.map +1 -0
  1483. package/dist/ui/components/tooltip/styles.js +71 -0
  1484. package/dist/ui/components/tooltip/styles.js.map +1 -0
  1485. package/dist/ui/components/video/component.d.ts +1 -1
  1486. package/dist/ui/components/video/component.js +25 -0
  1487. package/dist/ui/components/video/component.js.map +1 -0
  1488. package/dist/ui/components/video/index.d.ts +2 -2
  1489. package/dist/ui/components/video/index.js +19 -0
  1490. package/dist/ui/components/video/index.js.map +1 -0
  1491. package/dist/ui/components/video/interfaces.d.ts +1 -1
  1492. package/dist/ui/components/video/interfaces.js +3 -0
  1493. package/dist/ui/components/video/interfaces.js.map +1 -0
  1494. package/dist/ui/components/video/panda-video/components/index.d.ts +2 -2
  1495. package/dist/ui/components/video/panda-video/components/index.js +19 -0
  1496. package/dist/ui/components/video/panda-video/components/index.js.map +1 -0
  1497. package/dist/ui/components/video/panda-video/components/player-component.js +89 -0
  1498. package/dist/ui/components/video/panda-video/components/player-component.js.map +1 -0
  1499. package/dist/ui/components/video/panda-video/components/player-wrapper.js +12 -0
  1500. package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -0
  1501. package/dist/ui/components/video/panda-video/index.d.ts +2 -2
  1502. package/dist/ui/components/video/panda-video/index.js +19 -0
  1503. package/dist/ui/components/video/panda-video/index.js.map +1 -0
  1504. package/dist/ui/components/video/panda-video/interfaces.js +3 -0
  1505. package/dist/ui/components/video/panda-video/interfaces.js.map +1 -0
  1506. package/dist/ui/components/video/panda-video/player.d.ts +1 -1
  1507. package/dist/ui/components/video/panda-video/player.js +47 -0
  1508. package/dist/ui/components/video/panda-video/player.js.map +1 -0
  1509. package/dist/ui/components/warning/index.d.ts +1 -1
  1510. package/dist/ui/components/warning/index.js +168 -0
  1511. package/dist/ui/components/warning/index.js.map +1 -0
  1512. package/dist/ui/components/warning/interface.d.ts +1 -1
  1513. package/dist/ui/components/warning/interface.js +3 -0
  1514. package/dist/ui/components/warning/interface.js.map +1 -0
  1515. package/dist/ui/components/warning/styles.js +14 -0
  1516. package/dist/ui/components/warning/styles.js.map +1 -0
  1517. package/dist/ui/contexts/i18n/context.d.ts +1 -1
  1518. package/dist/ui/contexts/i18n/context.js +109 -0
  1519. package/dist/ui/contexts/i18n/context.js.map +1 -0
  1520. package/dist/ui/contexts/i18n/edit-mode/index.js +90 -0
  1521. package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -0
  1522. package/dist/ui/contexts/i18n/get-initial-props.d.ts +1 -1
  1523. package/dist/ui/contexts/i18n/get-initial-props.js +98 -0
  1524. package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -0
  1525. package/dist/ui/contexts/i18n/index.d.ts +6 -6
  1526. package/dist/ui/contexts/i18n/index.js +23 -0
  1527. package/dist/ui/contexts/i18n/index.js.map +1 -0
  1528. package/dist/ui/contexts/i18n/interfaces.js +3 -0
  1529. package/dist/ui/contexts/i18n/interfaces.js.map +1 -0
  1530. package/dist/ui/contexts/i18n/translate.js +155 -0
  1531. package/dist/ui/contexts/i18n/translate.js.map +1 -0
  1532. package/dist/ui/contexts/i18n/use-i18n-data/index.js +26 -0
  1533. package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -0
  1534. package/dist/ui/contexts/index.d.ts +3 -3
  1535. package/dist/ui/contexts/index.js +20 -0
  1536. package/dist/ui/contexts/index.js.map +1 -0
  1537. package/dist/ui/contexts/route-loading/index.js +42 -0
  1538. package/dist/ui/contexts/route-loading/index.js.map +1 -0
  1539. package/dist/ui/contexts/toast/index.d.ts +1 -1
  1540. package/dist/ui/contexts/toast/index.js +85 -0
  1541. package/dist/ui/contexts/toast/index.js.map +1 -0
  1542. package/dist/ui/contexts/toast/interfaces.js +3 -0
  1543. package/dist/ui/contexts/toast/interfaces.js.map +1 -0
  1544. package/dist/ui/contexts/toast/styles.js +15 -0
  1545. package/dist/ui/contexts/toast/styles.js.map +1 -0
  1546. package/dist/ui/contexts/toast/toast-item/index.d.ts +1 -1
  1547. package/dist/ui/contexts/toast/toast-item/index.js +70 -0
  1548. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -0
  1549. package/dist/ui/contexts/toast/toast-item/styles.js +45 -0
  1550. package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -0
  1551. package/dist/ui/hooks/index.d.ts +8 -8
  1552. package/dist/ui/hooks/index.js +25 -0
  1553. package/dist/ui/hooks/index.js.map +1 -0
  1554. package/dist/ui/hooks/permitions/camera/index.d.ts +2 -2
  1555. package/dist/ui/hooks/permitions/camera/index.js +19 -0
  1556. package/dist/ui/hooks/permitions/camera/index.js.map +1 -0
  1557. package/dist/ui/hooks/permitions/camera/styles.js +14 -0
  1558. package/dist/ui/hooks/permitions/camera/styles.js.map +1 -0
  1559. package/dist/ui/hooks/permitions/camera/use-camera.js +117 -0
  1560. package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -0
  1561. package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +31 -0
  1562. package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -0
  1563. package/dist/ui/hooks/permitions/camera/webcan-component.js +350 -0
  1564. package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -0
  1565. package/dist/ui/hooks/permitions/index.d.ts +1 -1
  1566. package/dist/ui/hooks/permitions/index.js +18 -0
  1567. package/dist/ui/hooks/permitions/index.js.map +1 -0
  1568. package/dist/ui/hooks/use-component-is-mounted.js +12 -0
  1569. package/dist/ui/hooks/use-component-is-mounted.js.map +1 -0
  1570. package/dist/ui/hooks/use-element-id.js +27 -0
  1571. package/dist/ui/hooks/use-element-id.js.map +1 -0
  1572. package/dist/ui/hooks/use-query/context.d.ts +1 -1
  1573. package/dist/ui/hooks/use-query/context.js +36 -0
  1574. package/dist/ui/hooks/use-query/context.js.map +1 -0
  1575. package/dist/ui/hooks/use-query/hook.d.ts +1 -1
  1576. package/dist/ui/hooks/use-query/hook.js +144 -0
  1577. package/dist/ui/hooks/use-query/hook.js.map +1 -0
  1578. package/dist/ui/hooks/use-query/index.d.ts +4 -4
  1579. package/dist/ui/hooks/use-query/index.js +21 -0
  1580. package/dist/ui/hooks/use-query/index.js.map +1 -0
  1581. package/dist/ui/hooks/use-query/interfaces.d.ts +1 -1
  1582. package/dist/ui/hooks/use-query/interfaces.js +3 -0
  1583. package/dist/ui/hooks/use-query/interfaces.js.map +1 -0
  1584. package/dist/ui/hooks/use-query/store.d.ts +1 -1
  1585. package/dist/ui/hooks/use-query/store.js +107 -0
  1586. package/dist/ui/hooks/use-query/store.js.map +1 -0
  1587. package/dist/ui/hooks/use-scroll.js +28 -0
  1588. package/dist/ui/hooks/use-scroll.js.map +1 -0
  1589. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.d.ts +2 -2
  1590. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +45 -0
  1591. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -0
  1592. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.d.ts +1 -1
  1593. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +23 -0
  1594. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -0
  1595. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.d.ts +2 -2
  1596. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +10 -0
  1597. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -0
  1598. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.d.ts +2 -2
  1599. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +12 -0
  1600. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -0
  1601. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.d.ts +5 -5
  1602. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +22 -0
  1603. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -0
  1604. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.d.ts +1 -1
  1605. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +3 -0
  1606. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js.map +1 -0
  1607. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.d.ts +1 -1
  1608. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +50 -0
  1609. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -0
  1610. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.d.ts +1 -1
  1611. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +51 -0
  1612. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -0
  1613. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.d.ts +1 -1
  1614. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +79 -0
  1615. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -0
  1616. package/dist/ui/hooks/use-swagger/_generate_swagger/index.d.ts +5 -5
  1617. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +22 -0
  1618. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -0
  1619. package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +3 -0
  1620. package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js.map +1 -0
  1621. package/dist/ui/hooks/use-swagger/client/index.d.ts +2 -2
  1622. package/dist/ui/hooks/use-swagger/client/index.js +120 -0
  1623. package/dist/ui/hooks/use-swagger/client/index.js.map +1 -0
  1624. package/dist/ui/hooks/use-swagger/index.d.ts +2 -2
  1625. package/dist/ui/hooks/use-swagger/index.js +19 -0
  1626. package/dist/ui/hooks/use-swagger/index.js.map +1 -0
  1627. package/dist/ui/hooks/use-timer/index.d.ts +2 -2
  1628. package/dist/ui/hooks/use-timer/index.js +19 -0
  1629. package/dist/ui/hooks/use-timer/index.js.map +1 -0
  1630. package/dist/ui/hooks/use-timer/interfaces.js +3 -0
  1631. package/dist/ui/hooks/use-timer/interfaces.js.map +1 -0
  1632. package/dist/ui/hooks/use-timer/use-timer.d.ts +1 -1
  1633. package/dist/ui/hooks/use-timer/use-timer.js +55 -0
  1634. package/dist/ui/hooks/use-timer/use-timer.js.map +1 -0
  1635. package/dist/ui/hooks/use-window.js +28 -0
  1636. package/dist/ui/hooks/use-window.js.map +1 -0
  1637. package/dist/ui/icons/index.d.ts +120 -120
  1638. package/dist/ui/icons/index.js +137 -0
  1639. package/dist/ui/icons/index.js.map +1 -0
  1640. package/dist/ui/icons/interfaces.js +3 -0
  1641. package/dist/ui/icons/interfaces.js.map +1 -0
  1642. package/dist/ui/icons/render/component.d.ts +2 -2
  1643. package/dist/ui/icons/render/component.js +9 -0
  1644. package/dist/ui/icons/render/component.js.map +1 -0
  1645. package/dist/ui/icons/render/icon-Instagram.d.ts +1 -1
  1646. package/dist/ui/icons/render/icon-Instagram.js +14 -0
  1647. package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
  1648. package/dist/ui/icons/render/icon-Linkedin.d.ts +1 -1
  1649. package/dist/ui/icons/render/icon-Linkedin.js +14 -0
  1650. package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
  1651. package/dist/ui/icons/render/icon-Lupa.d.ts +1 -1
  1652. package/dist/ui/icons/render/icon-Lupa.js +9 -0
  1653. package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
  1654. package/dist/ui/icons/render/icon-Map.d.ts +1 -1
  1655. package/dist/ui/icons/render/icon-Map.js +9 -0
  1656. package/dist/ui/icons/render/icon-Map.js.map +1 -0
  1657. package/dist/ui/icons/render/icon-Microphone.d.ts +1 -1
  1658. package/dist/ui/icons/render/icon-Microphone.js +9 -0
  1659. package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
  1660. package/dist/ui/icons/render/icon-Minus.d.ts +1 -1
  1661. package/dist/ui/icons/render/icon-Minus.js +9 -0
  1662. package/dist/ui/icons/render/icon-Minus.js.map +1 -0
  1663. package/dist/ui/icons/render/icon-Phone.d.ts +1 -1
  1664. package/dist/ui/icons/render/icon-Phone.js +14 -0
  1665. package/dist/ui/icons/render/icon-Phone.js.map +1 -0
  1666. package/dist/ui/icons/render/icon-Pin.d.ts +1 -1
  1667. package/dist/ui/icons/render/icon-Pin.js +19 -0
  1668. package/dist/ui/icons/render/icon-Pin.js.map +1 -0
  1669. package/dist/ui/icons/render/icon-Play.d.ts +1 -1
  1670. package/dist/ui/icons/render/icon-Play.js +9 -0
  1671. package/dist/ui/icons/render/icon-Play.js.map +1 -0
  1672. package/dist/ui/icons/render/icon-Plus.d.ts +1 -1
  1673. package/dist/ui/icons/render/icon-Plus.js +9 -0
  1674. package/dist/ui/icons/render/icon-Plus.js.map +1 -0
  1675. package/dist/ui/icons/render/icon-Share.d.ts +1 -1
  1676. package/dist/ui/icons/render/icon-Share.js +9 -0
  1677. package/dist/ui/icons/render/icon-Share.js.map +1 -0
  1678. package/dist/ui/icons/render/icon-TikTok.d.ts +1 -1
  1679. package/dist/ui/icons/render/icon-TikTok.js +9 -0
  1680. package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
  1681. package/dist/ui/icons/render/icon-YouTube.d.ts +1 -1
  1682. package/dist/ui/icons/render/icon-YouTube.js +9 -0
  1683. package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
  1684. package/dist/ui/icons/render/icon-academic-cap.d.ts +1 -1
  1685. package/dist/ui/icons/render/icon-academic-cap.js +9 -0
  1686. package/dist/ui/icons/render/icon-academic-cap.js.map +1 -0
  1687. package/dist/ui/icons/render/icon-ampulheta.d.ts +1 -1
  1688. package/dist/ui/icons/render/icon-ampulheta.js +9 -0
  1689. package/dist/ui/icons/render/icon-ampulheta.js.map +1 -0
  1690. package/dist/ui/icons/render/icon-block.d.ts +1 -1
  1691. package/dist/ui/icons/render/icon-block.js +9 -0
  1692. package/dist/ui/icons/render/icon-block.js.map +1 -0
  1693. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -1
  1694. package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
  1695. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
  1696. package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +1 -1
  1697. package/dist/ui/icons/render/icon-bottom-navigation-double.js +9 -0
  1698. package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -0
  1699. package/dist/ui/icons/render/icon-bottom-navigation.d.ts +1 -1
  1700. package/dist/ui/icons/render/icon-bottom-navigation.js +9 -0
  1701. package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
  1702. package/dist/ui/icons/render/icon-box.d.ts +1 -1
  1703. package/dist/ui/icons/render/icon-box.js +9 -0
  1704. package/dist/ui/icons/render/icon-box.js.map +1 -0
  1705. package/dist/ui/icons/render/icon-calculator.d.ts +1 -1
  1706. package/dist/ui/icons/render/icon-calculator.js +9 -0
  1707. package/dist/ui/icons/render/icon-calculator.js.map +1 -0
  1708. package/dist/ui/icons/render/icon-calendar-browse.d.ts +1 -1
  1709. package/dist/ui/icons/render/icon-calendar-browse.js +9 -0
  1710. package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
  1711. package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -1
  1712. package/dist/ui/icons/render/icon-calendar-time.js +9 -0
  1713. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
  1714. package/dist/ui/icons/render/icon-calendar.d.ts +1 -1
  1715. package/dist/ui/icons/render/icon-calendar.js +9 -0
  1716. package/dist/ui/icons/render/icon-calendar.js.map +1 -0
  1717. package/dist/ui/icons/render/icon-cam.d.ts +1 -1
  1718. package/dist/ui/icons/render/icon-cam.js +9 -0
  1719. package/dist/ui/icons/render/icon-cam.js.map +1 -0
  1720. package/dist/ui/icons/render/icon-cell-phone.d.ts +1 -1
  1721. package/dist/ui/icons/render/icon-cell-phone.js +9 -0
  1722. package/dist/ui/icons/render/icon-cell-phone.js.map +1 -0
  1723. package/dist/ui/icons/render/icon-chalet.d.ts +1 -1
  1724. package/dist/ui/icons/render/icon-chalet.js +9 -0
  1725. package/dist/ui/icons/render/icon-chalet.js.map +1 -0
  1726. package/dist/ui/icons/render/icon-chat.d.ts +1 -1
  1727. package/dist/ui/icons/render/icon-chat.js +9 -0
  1728. package/dist/ui/icons/render/icon-chat.js.map +1 -0
  1729. package/dist/ui/icons/render/icon-check.d.ts +1 -1
  1730. package/dist/ui/icons/render/icon-check.js +9 -0
  1731. package/dist/ui/icons/render/icon-check.js.map +1 -0
  1732. package/dist/ui/icons/render/icon-checked.d.ts +1 -1
  1733. package/dist/ui/icons/render/icon-checked.js +9 -0
  1734. package/dist/ui/icons/render/icon-checked.js.map +1 -0
  1735. package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +1 -1
  1736. package/dist/ui/icons/render/icon-circular-left-arrow.js +9 -0
  1737. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
  1738. package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +1 -1
  1739. package/dist/ui/icons/render/icon-circular-right-arrow.js +9 -0
  1740. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
  1741. package/dist/ui/icons/render/icon-clip.d.ts +1 -1
  1742. package/dist/ui/icons/render/icon-clip.js +9 -0
  1743. package/dist/ui/icons/render/icon-clip.js.map +1 -0
  1744. package/dist/ui/icons/render/icon-clock.d.ts +1 -1
  1745. package/dist/ui/icons/render/icon-clock.js +19 -0
  1746. package/dist/ui/icons/render/icon-clock.js.map +1 -0
  1747. package/dist/ui/icons/render/icon-close.d.ts +1 -1
  1748. package/dist/ui/icons/render/icon-close.js +9 -0
  1749. package/dist/ui/icons/render/icon-close.js.map +1 -0
  1750. package/dist/ui/icons/render/icon-codie.d.ts +1 -1
  1751. package/dist/ui/icons/render/icon-codie.js +9 -0
  1752. package/dist/ui/icons/render/icon-codie.js.map +1 -0
  1753. package/dist/ui/icons/render/icon-computer.d.ts +1 -1
  1754. package/dist/ui/icons/render/icon-computer.js +9 -0
  1755. package/dist/ui/icons/render/icon-computer.js.map +1 -0
  1756. package/dist/ui/icons/render/icon-credit-card.d.ts +1 -1
  1757. package/dist/ui/icons/render/icon-credit-card.js +14 -0
  1758. package/dist/ui/icons/render/icon-credit-card.js.map +1 -0
  1759. package/dist/ui/icons/render/icon-danger.d.ts +1 -1
  1760. package/dist/ui/icons/render/icon-danger.js +9 -0
  1761. package/dist/ui/icons/render/icon-danger.js.map +1 -0
  1762. package/dist/ui/icons/render/icon-death.d.ts +1 -1
  1763. package/dist/ui/icons/render/icon-death.js +9 -0
  1764. package/dist/ui/icons/render/icon-death.js.map +1 -0
  1765. package/dist/ui/icons/render/icon-delete.d.ts +1 -1
  1766. package/dist/ui/icons/render/icon-delete.js +9 -0
  1767. package/dist/ui/icons/render/icon-delete.js.map +1 -0
  1768. package/dist/ui/icons/render/icon-diabets.d.ts +1 -1
  1769. package/dist/ui/icons/render/icon-diabets.js +9 -0
  1770. package/dist/ui/icons/render/icon-diabets.js.map +1 -0
  1771. package/dist/ui/icons/render/icon-door.d.ts +1 -1
  1772. package/dist/ui/icons/render/icon-door.js +9 -0
  1773. package/dist/ui/icons/render/icon-door.js.map +1 -0
  1774. package/dist/ui/icons/render/icon-drop-file.d.ts +1 -1
  1775. package/dist/ui/icons/render/icon-drop-file.js +9 -0
  1776. package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
  1777. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -1
  1778. package/dist/ui/icons/render/icon-edit-image.js +9 -0
  1779. package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
  1780. package/dist/ui/icons/render/icon-edit.d.ts +1 -1
  1781. package/dist/ui/icons/render/icon-edit.js +9 -0
  1782. package/dist/ui/icons/render/icon-edit.js.map +1 -0
  1783. package/dist/ui/icons/render/icon-email.d.ts +1 -1
  1784. package/dist/ui/icons/render/icon-email.js +14 -0
  1785. package/dist/ui/icons/render/icon-email.js.map +1 -0
  1786. package/dist/ui/icons/render/icon-empty-chat.d.ts +1 -1
  1787. package/dist/ui/icons/render/icon-empty-chat.js +9 -0
  1788. package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
  1789. package/dist/ui/icons/render/icon-equalizer.d.ts +1 -1
  1790. package/dist/ui/icons/render/icon-equalizer.js +14 -0
  1791. package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
  1792. package/dist/ui/icons/render/icon-excel.d.ts +1 -1
  1793. package/dist/ui/icons/render/icon-excel.js +9 -0
  1794. package/dist/ui/icons/render/icon-excel.js.map +1 -0
  1795. package/dist/ui/icons/render/icon-exclamation.d.ts +1 -1
  1796. package/dist/ui/icons/render/icon-exclamation.js +9 -0
  1797. package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
  1798. package/dist/ui/icons/render/icon-exit.d.ts +1 -1
  1799. package/dist/ui/icons/render/icon-exit.js +9 -0
  1800. package/dist/ui/icons/render/icon-exit.js.map +1 -0
  1801. package/dist/ui/icons/render/icon-eye-slash.d.ts +1 -1
  1802. package/dist/ui/icons/render/icon-eye-slash.js +9 -0
  1803. package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
  1804. package/dist/ui/icons/render/icon-eye.d.ts +1 -1
  1805. package/dist/ui/icons/render/icon-eye.js +9 -0
  1806. package/dist/ui/icons/render/icon-eye.js.map +1 -0
  1807. package/dist/ui/icons/render/icon-facebook.d.ts +1 -1
  1808. package/dist/ui/icons/render/icon-facebook.js +14 -0
  1809. package/dist/ui/icons/render/icon-facebook.js.map +1 -0
  1810. package/dist/ui/icons/render/icon-file.d.ts +1 -1
  1811. package/dist/ui/icons/render/icon-file.js +9 -0
  1812. package/dist/ui/icons/render/icon-file.js.map +1 -0
  1813. package/dist/ui/icons/render/icon-flag.d.ts +1 -1
  1814. package/dist/ui/icons/render/icon-flag.js +9 -0
  1815. package/dist/ui/icons/render/icon-flag.js.map +1 -0
  1816. package/dist/ui/icons/render/icon-folder.d.ts +1 -1
  1817. package/dist/ui/icons/render/icon-folder.js +9 -0
  1818. package/dist/ui/icons/render/icon-folder.js.map +1 -0
  1819. package/dist/ui/icons/render/icon-fullfield-bell.d.ts +1 -1
  1820. package/dist/ui/icons/render/icon-fullfield-bell.js +9 -0
  1821. package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
  1822. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +1 -1
  1823. package/dist/ui/icons/render/icon-fullfield-chat.js +9 -0
  1824. package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
  1825. package/dist/ui/icons/render/icon-gear.d.ts +1 -1
  1826. package/dist/ui/icons/render/icon-gear.js +9 -0
  1827. package/dist/ui/icons/render/icon-gear.js.map +1 -0
  1828. package/dist/ui/icons/render/icon-gender.d.ts +1 -1
  1829. package/dist/ui/icons/render/icon-gender.js +9 -0
  1830. package/dist/ui/icons/render/icon-gender.js.map +1 -0
  1831. package/dist/ui/icons/render/icon-globe.d.ts +1 -1
  1832. package/dist/ui/icons/render/icon-globe.js +9 -0
  1833. package/dist/ui/icons/render/icon-globe.js.map +1 -0
  1834. package/dist/ui/icons/render/icon-heart.d.ts +1 -1
  1835. package/dist/ui/icons/render/icon-heart.js +9 -0
  1836. package/dist/ui/icons/render/icon-heart.js.map +1 -0
  1837. package/dist/ui/icons/render/icon-home.d.ts +1 -1
  1838. package/dist/ui/icons/render/icon-home.js +14 -0
  1839. package/dist/ui/icons/render/icon-home.js.map +1 -0
  1840. package/dist/ui/icons/render/icon-hospitalization.d.ts +1 -1
  1841. package/dist/ui/icons/render/icon-hospitalization.js +9 -0
  1842. package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
  1843. package/dist/ui/icons/render/icon-hypertension.d.ts +1 -1
  1844. package/dist/ui/icons/render/icon-hypertension.js +9 -0
  1845. package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
  1846. package/dist/ui/icons/render/icon-info.d.ts +1 -1
  1847. package/dist/ui/icons/render/icon-info.js +9 -0
  1848. package/dist/ui/icons/render/icon-info.js.map +1 -0
  1849. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +1 -1
  1850. package/dist/ui/icons/render/icon-interrogation-circle.js +9 -0
  1851. package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
  1852. package/dist/ui/icons/render/icon-language.d.ts +1 -1
  1853. package/dist/ui/icons/render/icon-language.js +9 -0
  1854. package/dist/ui/icons/render/icon-language.js.map +1 -0
  1855. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -1
  1856. package/dist/ui/icons/render/icon-left-chevron.js +9 -0
  1857. package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
  1858. package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +1 -1
  1859. package/dist/ui/icons/render/icon-left-navigation-circle.js +9 -0
  1860. package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -0
  1861. package/dist/ui/icons/render/icon-left-navigation.d.ts +1 -1
  1862. package/dist/ui/icons/render/icon-left-navigation.js +9 -0
  1863. package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
  1864. package/dist/ui/icons/render/icon-like.d.ts +1 -1
  1865. package/dist/ui/icons/render/icon-like.js +9 -0
  1866. package/dist/ui/icons/render/icon-like.js.map +1 -0
  1867. package/dist/ui/icons/render/icon-loading.d.ts +1 -1
  1868. package/dist/ui/icons/render/icon-loading.js +9 -0
  1869. package/dist/ui/icons/render/icon-loading.js.map +1 -0
  1870. package/dist/ui/icons/render/icon-map-floor.d.ts +1 -1
  1871. package/dist/ui/icons/render/icon-map-floor.js +9 -0
  1872. package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
  1873. package/dist/ui/icons/render/icon-message-balloon.d.ts +1 -1
  1874. package/dist/ui/icons/render/icon-message-balloon.js +9 -0
  1875. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
  1876. package/dist/ui/icons/render/icon-mobile.d.ts +1 -1
  1877. package/dist/ui/icons/render/icon-mobile.js +9 -0
  1878. package/dist/ui/icons/render/icon-mobile.js.map +1 -0
  1879. package/dist/ui/icons/render/icon-money-value-symbol.d.ts +1 -1
  1880. package/dist/ui/icons/render/icon-money-value-symbol.js +9 -0
  1881. package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
  1882. package/dist/ui/icons/render/icon-next.d.ts +1 -1
  1883. package/dist/ui/icons/render/icon-next.js +9 -0
  1884. package/dist/ui/icons/render/icon-next.js.map +1 -0
  1885. package/dist/ui/icons/render/icon-not-found.d.ts +1 -1
  1886. package/dist/ui/icons/render/icon-not-found.js +9 -0
  1887. package/dist/ui/icons/render/icon-not-found.js.map +1 -0
  1888. package/dist/ui/icons/render/icon-not-like.d.ts +1 -1
  1889. package/dist/ui/icons/render/icon-not-like.js +9 -0
  1890. package/dist/ui/icons/render/icon-not-like.js.map +1 -0
  1891. package/dist/ui/icons/render/icon-padlock.d.ts +1 -1
  1892. package/dist/ui/icons/render/icon-padlock.js +14 -0
  1893. package/dist/ui/icons/render/icon-padlock.js.map +1 -0
  1894. package/dist/ui/icons/render/icon-pc.d.ts +1 -1
  1895. package/dist/ui/icons/render/icon-pc.js +9 -0
  1896. package/dist/ui/icons/render/icon-pc.js.map +1 -0
  1897. package/dist/ui/icons/render/icon-pdf.d.ts +1 -1
  1898. package/dist/ui/icons/render/icon-pdf.js +9 -0
  1899. package/dist/ui/icons/render/icon-pdf.js.map +1 -0
  1900. package/dist/ui/icons/render/icon-performance.d.ts +1 -1
  1901. package/dist/ui/icons/render/icon-performance.js +9 -0
  1902. package/dist/ui/icons/render/icon-performance.js.map +1 -0
  1903. package/dist/ui/icons/render/icon-person.d.ts +1 -1
  1904. package/dist/ui/icons/render/icon-person.js +14 -0
  1905. package/dist/ui/icons/render/icon-person.js.map +1 -0
  1906. package/dist/ui/icons/render/icon-pet.d.ts +1 -1
  1907. package/dist/ui/icons/render/icon-pet.js +9 -0
  1908. package/dist/ui/icons/render/icon-pet.js.map +1 -0
  1909. package/dist/ui/icons/render/icon-phone-message.d.ts +1 -1
  1910. package/dist/ui/icons/render/icon-phone-message.js +9 -0
  1911. package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
  1912. package/dist/ui/icons/render/icon-play-rounded.d.ts +1 -1
  1913. package/dist/ui/icons/render/icon-play-rounded.js +9 -0
  1914. package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
  1915. package/dist/ui/icons/render/icon-plus-sharp.d.ts +1 -1
  1916. package/dist/ui/icons/render/icon-plus-sharp.js +9 -0
  1917. package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
  1918. package/dist/ui/icons/render/icon-prev.d.ts +1 -1
  1919. package/dist/ui/icons/render/icon-prev.js +9 -0
  1920. package/dist/ui/icons/render/icon-prev.js.map +1 -0
  1921. package/dist/ui/icons/render/icon-print.d.ts +1 -1
  1922. package/dist/ui/icons/render/icon-print.js +9 -0
  1923. package/dist/ui/icons/render/icon-print.js.map +1 -0
  1924. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -1
  1925. package/dist/ui/icons/render/icon-right-chevron.js +9 -0
  1926. package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
  1927. package/dist/ui/icons/render/icon-right-circle.d.ts +1 -1
  1928. package/dist/ui/icons/render/icon-right-circle.js +9 -0
  1929. package/dist/ui/icons/render/icon-right-circle.js.map +1 -0
  1930. package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +1 -1
  1931. package/dist/ui/icons/render/icon-right-navigation-circle.js +9 -0
  1932. package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -0
  1933. package/dist/ui/icons/render/icon-right-navigation-double.d.ts +1 -1
  1934. package/dist/ui/icons/render/icon-right-navigation-double.js +9 -0
  1935. package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -0
  1936. package/dist/ui/icons/render/icon-right-navigation.d.ts +1 -1
  1937. package/dist/ui/icons/render/icon-right-navigation.js +9 -0
  1938. package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
  1939. package/dist/ui/icons/render/icon-route.d.ts +1 -1
  1940. package/dist/ui/icons/render/icon-route.js +9 -0
  1941. package/dist/ui/icons/render/icon-route.js.map +1 -0
  1942. package/dist/ui/icons/render/icon-selo.d.ts +1 -1
  1943. package/dist/ui/icons/render/icon-selo.js +9 -0
  1944. package/dist/ui/icons/render/icon-selo.js.map +1 -0
  1945. package/dist/ui/icons/render/icon-send-message.d.ts +1 -1
  1946. package/dist/ui/icons/render/icon-send-message.js +9 -0
  1947. package/dist/ui/icons/render/icon-send-message.js.map +1 -0
  1948. package/dist/ui/icons/render/icon-send.d.ts +1 -1
  1949. package/dist/ui/icons/render/icon-send.js +9 -0
  1950. package/dist/ui/icons/render/icon-send.js.map +1 -0
  1951. package/dist/ui/icons/render/icon-seo.d.ts +1 -1
  1952. package/dist/ui/icons/render/icon-seo.js +9 -0
  1953. package/dist/ui/icons/render/icon-seo.js.map +1 -0
  1954. package/dist/ui/icons/render/icon-share-v2.d.ts +1 -1
  1955. package/dist/ui/icons/render/icon-share-v2.js +9 -0
  1956. package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
  1957. package/dist/ui/icons/render/icon-shopping.d.ts +1 -1
  1958. package/dist/ui/icons/render/icon-shopping.js +14 -0
  1959. package/dist/ui/icons/render/icon-shopping.js.map +1 -0
  1960. package/dist/ui/icons/render/icon-star.d.ts +1 -1
  1961. package/dist/ui/icons/render/icon-star.js +9 -0
  1962. package/dist/ui/icons/render/icon-star.js.map +1 -0
  1963. package/dist/ui/icons/render/icon-starBg.d.ts +1 -1
  1964. package/dist/ui/icons/render/icon-starBg.js +9 -0
  1965. package/dist/ui/icons/render/icon-starBg.js.map +1 -0
  1966. package/dist/ui/icons/render/icon-three-dots.d.ts +1 -1
  1967. package/dist/ui/icons/render/icon-three-dots.js +9 -0
  1968. package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
  1969. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -1
  1970. package/dist/ui/icons/render/icon-top-chevron.js +9 -0
  1971. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
  1972. package/dist/ui/icons/render/icon-top-navigation.d.ts +1 -1
  1973. package/dist/ui/icons/render/icon-top-navigation.js +9 -0
  1974. package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
  1975. package/dist/ui/icons/render/icon-transparent-mail.d.ts +1 -1
  1976. package/dist/ui/icons/render/icon-transparent-mail.js +9 -0
  1977. package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
  1978. package/dist/ui/icons/render/icon-transparent-phone.d.ts +1 -1
  1979. package/dist/ui/icons/render/icon-transparent-phone.js +9 -0
  1980. package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
  1981. package/dist/ui/icons/render/icon-twitter.d.ts +1 -1
  1982. package/dist/ui/icons/render/icon-twitter.js +14 -0
  1983. package/dist/ui/icons/render/icon-twitter.js.map +1 -0
  1984. package/dist/ui/icons/render/icon-upload.d.ts +1 -1
  1985. package/dist/ui/icons/render/icon-upload.js +9 -0
  1986. package/dist/ui/icons/render/icon-upload.js.map +1 -0
  1987. package/dist/ui/icons/render/icon-user.d.ts +1 -1
  1988. package/dist/ui/icons/render/icon-user.js +14 -0
  1989. package/dist/ui/icons/render/icon-user.js.map +1 -0
  1990. package/dist/ui/icons/render/icon-weight.d.ts +1 -1
  1991. package/dist/ui/icons/render/icon-weight.js +9 -0
  1992. package/dist/ui/icons/render/icon-weight.js.map +1 -0
  1993. package/dist/ui/icons/render/icon-whats.d.ts +1 -1
  1994. package/dist/ui/icons/render/icon-whats.js +14 -0
  1995. package/dist/ui/icons/render/icon-whats.js.map +1 -0
  1996. package/dist/ui/icons/render/icon-word.d.ts +1 -1
  1997. package/dist/ui/icons/render/icon-word.js +9 -0
  1998. package/dist/ui/icons/render/icon-word.js.map +1 -0
  1999. package/dist/ui/icons/render/image.d.ts +1 -1
  2000. package/dist/ui/icons/render/image.js +9 -0
  2001. package/dist/ui/icons/render/image.js.map +1 -0
  2002. package/dist/ui/icons/render/index.d.ts +1 -1
  2003. package/dist/ui/icons/render/index.js +18 -0
  2004. package/dist/ui/icons/render/index.js.map +1 -0
  2005. package/dist/ui/icons/render-icon/index.d.ts +1 -1
  2006. package/dist/ui/icons/render-icon/index.js +46 -0
  2007. package/dist/ui/icons/render-icon/index.js.map +1 -0
  2008. package/dist/ui/index.d.ts +8 -8
  2009. package/dist/ui/index.js +25 -0
  2010. package/dist/ui/index.js.map +1 -0
  2011. package/dist/ui/integrations/google/index.d.ts +1 -1
  2012. package/dist/ui/integrations/google/index.js +18 -0
  2013. package/dist/ui/integrations/google/index.js.map +1 -0
  2014. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js +102 -0
  2015. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js.map +1 -0
  2016. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js +77 -0
  2017. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js.map +1 -0
  2018. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js +92 -0
  2019. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js.map +1 -0
  2020. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.d.ts +4 -4
  2021. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js +21 -0
  2022. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js.map +1 -0
  2023. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.d.ts +1 -1
  2024. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js +8 -0
  2025. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js.map +1 -0
  2026. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.d.ts +30 -0
  2027. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js +147 -0
  2028. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js.map +1 -0
  2029. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.d.ts +1 -1
  2030. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js +28 -0
  2031. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js.map +1 -0
  2032. package/dist/ui/integrations/google/recaptcha-v3/index.d.ts +1 -1
  2033. package/dist/ui/integrations/google/recaptcha-v3/index.js +18 -0
  2034. package/dist/ui/integrations/google/recaptcha-v3/index.js.map +1 -0
  2035. package/dist/ui/integrations/index.d.ts +2 -2
  2036. package/dist/ui/integrations/index.js +19 -0
  2037. package/dist/ui/integrations/index.js.map +1 -0
  2038. package/dist/ui/integrations/message-provider/index.d.ts +1 -1
  2039. package/dist/ui/integrations/message-provider/index.js +18 -0
  2040. package/dist/ui/integrations/message-provider/index.js.map +1 -0
  2041. package/dist/ui/integrations/message-provider/send-message.js +90 -0
  2042. package/dist/ui/integrations/message-provider/send-message.js.map +1 -0
  2043. package/dist/ui/styles/fonts.css +763 -0
  2044. package/dist/ui/styles/reset.css +351 -0
  2045. package/dist/ui/types/index.d.ts +1 -1
  2046. package/dist/ui/types/index.js +18 -0
  2047. package/dist/ui/types/index.js.map +1 -0
  2048. package/dist/ui/types/list.js +3 -0
  2049. package/dist/ui/types/list.js.map +1 -0
  2050. package/dist/ui/utils/_app_utils/generate_ref.js +26 -0
  2051. package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -0
  2052. package/dist/ui/utils/_app_utils/get-pathname-ref.js +23 -0
  2053. package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -0
  2054. package/dist/ui/utils/_app_utils/index.d.ts +2 -2
  2055. package/dist/ui/utils/_app_utils/index.js +19 -0
  2056. package/dist/ui/utils/_app_utils/index.js.map +1 -0
  2057. package/dist/ui/utils/buffer/base64.js +31 -0
  2058. package/dist/ui/utils/buffer/base64.js.map +1 -0
  2059. package/dist/ui/utils/buffer/buffer.js +31 -0
  2060. package/dist/ui/utils/buffer/buffer.js.map +1 -0
  2061. package/dist/ui/utils/buffer/index.d.ts +2 -2
  2062. package/dist/ui/utils/buffer/index.js +19 -0
  2063. package/dist/ui/utils/buffer/index.js.map +1 -0
  2064. package/dist/ui/utils/copy-to-clipboard.js +122 -0
  2065. package/dist/ui/utils/copy-to-clipboard.js.map +1 -0
  2066. package/dist/ui/utils/date/index.d.ts +1 -1
  2067. package/dist/ui/utils/date/index.js +18 -0
  2068. package/dist/ui/utils/date/index.js.map +1 -0
  2069. package/dist/ui/utils/date/is-invaid-date.js +8 -0
  2070. package/dist/ui/utils/date/is-invaid-date.js.map +1 -0
  2071. package/dist/ui/utils/disable-scroll.js +20 -0
  2072. package/dist/ui/utils/disable-scroll.js.map +1 -0
  2073. package/dist/ui/utils/facebook/facebook-pixel.js +15 -0
  2074. package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -0
  2075. package/dist/ui/utils/facebook/index.d.ts +1 -1
  2076. package/dist/ui/utils/facebook/index.js +18 -0
  2077. package/dist/ui/utils/facebook/index.js.map +1 -0
  2078. package/dist/ui/utils/file/index.d.ts +3 -3
  2079. package/dist/ui/utils/file/index.js +20 -0
  2080. package/dist/ui/utils/file/index.js.map +1 -0
  2081. package/dist/ui/utils/file/load-file.js +76 -0
  2082. package/dist/ui/utils/file/load-file.js.map +1 -0
  2083. package/dist/ui/utils/file/upload-file.js +131 -0
  2084. package/dist/ui/utils/file/upload-file.js.map +1 -0
  2085. package/dist/ui/utils/file/verify-size-files.js +20 -0
  2086. package/dist/ui/utils/file/verify-size-files.js.map +1 -0
  2087. package/dist/ui/utils/format/index.d.ts +1 -1
  2088. package/dist/ui/utils/format/index.js +18 -0
  2089. package/dist/ui/utils/format/index.js.map +1 -0
  2090. package/dist/ui/utils/format/remove-digits.js +8 -0
  2091. package/dist/ui/utils/format/remove-digits.js.map +1 -0
  2092. package/dist/ui/utils/formatters/format-number-to-currency.js +13 -0
  2093. package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -0
  2094. package/dist/ui/utils/formatters/index.d.ts +1 -1
  2095. package/dist/ui/utils/formatters/index.js +18 -0
  2096. package/dist/ui/utils/formatters/index.js.map +1 -0
  2097. package/dist/ui/utils/generate-guid.js +13 -0
  2098. package/dist/ui/utils/generate-guid.js.map +1 -0
  2099. package/dist/ui/utils/generate-sitemap.js +69 -0
  2100. package/dist/ui/utils/generate-sitemap.js.map +1 -0
  2101. package/dist/ui/utils/http/api.d.ts +1 -1
  2102. package/dist/ui/utils/http/api.js +69 -0
  2103. package/dist/ui/utils/http/api.js.map +1 -0
  2104. package/dist/ui/utils/http/axios-http-client.d.ts +1 -1
  2105. package/dist/ui/utils/http/axios-http-client.js +146 -0
  2106. package/dist/ui/utils/http/axios-http-client.js.map +1 -0
  2107. package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +11 -0
  2108. package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -0
  2109. package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +29 -0
  2110. package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -0
  2111. package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +11 -0
  2112. package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -0
  2113. package/dist/ui/utils/http/errors/http-errors/conflict-error.js +11 -0
  2114. package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -0
  2115. package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -7
  2116. package/dist/ui/utils/http/errors/http-errors/index.js +24 -0
  2117. package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -0
  2118. package/dist/ui/utils/http/errors/http-errors/no-content.js +29 -0
  2119. package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -0
  2120. package/dist/ui/utils/http/errors/http-errors/not-found-error.js +29 -0
  2121. package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -0
  2122. package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +29 -0
  2123. package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -0
  2124. package/dist/ui/utils/http/errors/index.d.ts +2 -2
  2125. package/dist/ui/utils/http/errors/index.js +19 -0
  2126. package/dist/ui/utils/http/errors/index.js.map +1 -0
  2127. package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -1
  2128. package/dist/ui/utils/http/errors/system-errors-model/index.js +18 -0
  2129. package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -0
  2130. package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +11 -0
  2131. package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -0
  2132. package/dist/ui/utils/http/index.d.ts +4 -4
  2133. package/dist/ui/utils/http/index.js +21 -0
  2134. package/dist/ui/utils/http/index.js.map +1 -0
  2135. package/dist/ui/utils/http/interfaces.d.ts +1 -1
  2136. package/dist/ui/utils/http/interfaces.js +19 -0
  2137. package/dist/ui/utils/http/interfaces.js.map +1 -0
  2138. package/dist/ui/utils/index.d.ts +23 -23
  2139. package/dist/ui/utils/index.js +40 -0
  2140. package/dist/ui/utils/index.js.map +1 -0
  2141. package/dist/ui/utils/infinity-forge/index.d.ts +2 -2
  2142. package/dist/ui/utils/infinity-forge/index.js +19 -0
  2143. package/dist/ui/utils/infinity-forge/index.js.map +1 -0
  2144. package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +98 -0
  2145. package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -0
  2146. package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +11 -0
  2147. package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -0
  2148. package/dist/ui/utils/json/index.js +27 -0
  2149. package/dist/ui/utils/json/index.js.map +1 -0
  2150. package/dist/ui/utils/jwt/index.js +83 -0
  2151. package/dist/ui/utils/jwt/index.js.map +1 -0
  2152. package/dist/ui/utils/libs/index.d.ts +2 -2
  2153. package/dist/ui/utils/libs/index.js +19 -0
  2154. package/dist/ui/utils/libs/index.js.map +1 -0
  2155. package/dist/ui/utils/libs/moment/index.d.ts +1 -1
  2156. package/dist/ui/utils/libs/moment/index.js +18 -0
  2157. package/dist/ui/utils/libs/moment/index.js.map +1 -0
  2158. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +29 -0
  2159. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -0
  2160. package/dist/ui/utils/libs/next/index.d.ts +2 -2
  2161. package/dist/ui/utils/libs/next/index.js +19 -0
  2162. package/dist/ui/utils/libs/next/index.js.map +1 -0
  2163. package/dist/ui/utils/libs/next/router-build.js +112 -0
  2164. package/dist/ui/utils/libs/next/router-build.js.map +1 -0
  2165. package/dist/ui/utils/libs/next/update-route.js +30 -0
  2166. package/dist/ui/utils/libs/next/update-route.js.map +1 -0
  2167. package/dist/ui/utils/mocks/index.d.ts +1 -1
  2168. package/dist/ui/utils/mocks/index.js +18 -0
  2169. package/dist/ui/utils/mocks/index.js.map +1 -0
  2170. package/dist/ui/utils/mocks/states-brazil.js +114 -0
  2171. package/dist/ui/utils/mocks/states-brazil.js.map +1 -0
  2172. package/dist/ui/utils/phone/index.js +31 -0
  2173. package/dist/ui/utils/phone/index.js.map +1 -0
  2174. package/dist/ui/utils/scroll-to-top-page.js +12 -0
  2175. package/dist/ui/utils/scroll-to-top-page.js.map +1 -0
  2176. package/dist/ui/utils/sidebar/index.js +31 -0
  2177. package/dist/ui/utils/sidebar/index.js.map +1 -0
  2178. package/dist/ui/utils/storage/cookies.js +31 -0
  2179. package/dist/ui/utils/storage/cookies.js.map +1 -0
  2180. package/dist/ui/utils/storage/index.d.ts +1 -1
  2181. package/dist/ui/utils/storage/index.js +18 -0
  2182. package/dist/ui/utils/storage/index.js.map +1 -0
  2183. package/dist/ui/utils/uid/index.js +25 -0
  2184. package/dist/ui/utils/uid/index.js.map +1 -0
  2185. package/dist/ui/utils/validations/index.d.ts +3 -3
  2186. package/dist/ui/utils/validations/index.js +20 -0
  2187. package/dist/ui/utils/validations/index.js.map +1 -0
  2188. package/dist/ui/utils/validations/validate-cpf.js +33 -0
  2189. package/dist/ui/utils/validations/validate-cpf.js.map +1 -0
  2190. package/dist/ui/utils/validations/validate-email.js +11 -0
  2191. package/dist/ui/utils/validations/validate-email.js.map +1 -0
  2192. package/dist/ui/utils/validations/validate-phone.js +85 -0
  2193. package/dist/ui/utils/validations/validate-phone.js.map +1 -0
  2194. package/package.json +74 -82
  2195. package/dist/index-BHtz3vDS.js +0 -64
  2196. package/dist/index-BHtz3vDS.js.map +0 -1
  2197. package/dist/index-J8gWi6KQ.js +0 -8
  2198. package/dist/index-J8gWi6KQ.js.map +0 -1
package/dist/fonts.css ADDED
@@ -0,0 +1 @@
1
+ a{text-decoration:unset}html{font-size:10px!important}a,address,b,h1,h2,h3,h4,h5,i,label,li,p,span,strong,td,time{margin-bottom:0;text-rendering:optimizeLegibility!important}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}[class*=-extraBold]{font-weight:800}[class*=-bold]{font-weight:700}[class*=-semibold]{font-weight:600}[class*=-medium]{font-weight:500}[class*=-regular]{font-weight:400}[class*=-light]{font-weight:300}[class*=font-80]{font-size:8rem}[class*=font-72]{font-size:7.2rem}[class*=font-70]{font-size:7rem}[class*=font-64]{font-size:6.4rem}[class*=font-50]{font-size:5rem}[class*=font-48]{font-size:4.8rem}[class*=font-40]{font-size:4rem}[class*=font-36]{font-size:3.6rem}[class*=font-32]{font-size:3.2rem}[class*=font-24]{font-size:2.4rem}[class*=font-20]{font-size:2rem}[class*=font-18]{font-size:1.8rem}[class*=font-16]{font-size:1.6rem}[class*=font-15]{font-size:1.5rem}[class*=font-14]{font-size:1.4rem}[class*=font-13]{font-size:1.3rem}[class*=font-12]{font-size:1.2rem}@media only screen and (max-width:1600px){[class*=font-80]{font-size:6rem}[class*=font-72]{font-size:5.8rem}[class*=font-70]{font-size:5.5rem}[class*=font-64]{font-size:6rem}[class*=font-50]{font-size:4.8rem}[class*=font-48]{font-size:4.4rem}[class*=font-40]{font-size:3.8rem}[class*=font-32]{font-size:3rem}[class*=font-24]{font-size:2.3rem}[class*=font-20]{font-size:1.9rem}[class*=font-18]{font-size:1.7rem}[class*=font-16]{font-size:1.55rem}}@media only screen and (max-width:1400px){[class*=font-80]{font-size:5.4rem}[class*=font-72]{font-size:5.2rem}[class*=font-70]{font-size:4.9rem}[class*=font-64]{font-size:5.6rem}[class*=font-50]{font-size:4.6rem}[class*=font-48]{font-size:4.2rem}[class*=font-40]{font-size:3.6rem}[class*=font-32]{font-size:2.8rem}[class*=font-24]{font-size:2rem}[class*=font-20]{font-size:1.8rem}[class*=font-18]{font-size:1.65rem}[class*=font-16]{font-size:1.5rem}[class*=font-13]{font-size:1.25rem}}@media only screen and (max-width:1200px){[class*=font-80]{font-size:5.5rem}[class*=font-72]{font-size:4.8rem}[class*=font-70]{font-size:4.6rem}[class*=font-64]{font-size:5.2rem}[class*=font-50]{font-size:4.2rem}[class*=font-48]{font-size:4rem}[class*=font-40]{font-size:3.2rem}[class*=font-32]{font-size:2.4rem}[class*=font-24]{font-size:1.9rem}[class*=font-20]{font-size:1.75rem}[class*=font-18]{font-size:1.6rem}[class*=font-16]{font-size:1.45rem}[class*=font-13]{font-size:1.2rem}}@media only screen and (max-width:1024px){[class*=font-80]{font-size:5.2rem}[class*=font-72]{font-size:4.5rem}[class*=font-70]{font-size:4.3rem}[class*=font-64]{font-size:4.4rem}[class*=font-50]{font-size:4rem}[class*=font-48]{font-size:3.8rem}[class*=font-40]{font-size:3rem}[class*=font-32]{font-size:2.2rem}[class*=font-24]{font-size:1.8rem}[class*=font-20]{font-size:1.7rem}[class*=font-18]{font-size:1.55rem}[class*=font-16]{font-size:1.35rem}[class*=font-14]{font-size:1.3rem}}@media only screen and (max-width:900px){[class*=font-80]{font-size:5rem}[class*=font-72]{font-size:3.8rem}[class*=font-70]{font-size:3.6rem}[class*=font-64]{font-size:3.8rem}[class*=font-48]{font-size:3.6rem}[class*=font-40]{font-size:2.8rem}[class*=font-32]{font-size:2rem}}@media only screen and (max-width:768px){[class*=font-80]{font-size:4.5rem}[class*=font-72]{font-size:3.5rem}[class*=font-70]{font-size:3rem}[class*=font-64]{font-size:3.4rem}[class*=font-50]{font-size:3.8rem}[class*=font-48]{font-size:3.4rem}[class*=font-40]{font-size:2.6rem}[class*=font-32]{font-size:1.9rem}[class*=font-24]{font-size:1.7rem}[class*=font-20]{font-size:1.65rem}[class*=font-18]{font-size:1.5rem}[class*=font-16]{font-size:1.35rem}[class*=font-13]{font-size:1.15rem}}@media only screen and (max-width:650px){[class*=font-80]{font-size:4rem}[class*=font-64]{font-size:3.2rem}[class*=font-50]{font-size:3.5rem}[class*=font-48]{font-size:3.2rem}[class*=font-40]{font-size:2.5rem}[class*=font-32]{font-size:1.8rem}[class*=font-24]{font-size:1.65rem}[class*=font-18]{font-size:1.4rem}[class*=font-16]{font-size:1.3rem}}@media only screen and (max-width:500px){[class*=font-80]{font-size:3.5rem}[class*=font-64]{font-size:2.8rem}[class*=font-50]{font-size:3rem}[class*=font-48]{font-size:2.8rem}[class*=font-40]{font-size:2.3rem}[class*=font-24]{font-size:1.6rem}[class*=font-18]{font-size:1.25rem}[class*=font-14],[class*=font-16]{font-size:1.2rem}}@media only screen and (max-width:390px){[class*=font-72],[class*=font-80]{font-size:3rem}[class*=font-64]{font-size:2.6rem}[class*=font-50]{font-size:2.8rem}[class*=font-48]{font-size:2.6rem}[class*=font-40]{font-size:2.1rem}[class*=font-32]{font-size:1.7rem}[class*=font-24]{font-size:1.4rem}[class*=font-18]{font-size:1.2rem}}*,:after,:before{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Roboto,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './ui';
2
- export * from './system';
1
+ export * from './ui/index.js';
2
+ export * from './system/index.js';
package/dist/index.js CHANGED
@@ -1,2 +1,19 @@
1
- export{dR as Accordion,c8 as ApplicationUnexpectedError,q as AtenaPage,A as AtenaProvider,s as AtenaSSR,eh as AuthAdminProvider,ez as Avatar,c7 as BadRequestError,B as BlogPage,dT as Breadcrumb,dJ as Button,ex as Chat,aJ as CheckListIcon,aa as Checked,ev as CollapsedMenu,c4 as ConflictError,C as Contact,dQ as Container,d5 as CustomSubmitButton,du as DatePicker,eC as DetailCard,dO as DropDown,d6 as DynamicFormHandler,cK as EditMode,cU as Effect,dY as Error,dm as FileButton,dq as FileItem,d3 as FormHandler,d4 as FormHandlerContext,e2 as GoogleReCaptcha,e0 as GoogleReCaptchaConsumer,e1 as GoogleReCaptchaContext,d$ as GoogleReCaptchaProvider,d_ as GoogleTranslatePage,cT as HeadComponent,eL as Header,cY as HeaderLink,eO as HeaderVersion01,eI as HighlightIcon,eH as HighlightText,cb as HttpStatusCode,cG as I18nProvider,au as Icon,H as IconAcademicCap,bt as IconAmpulheta,a7 as IconBlock,X as IconBottomChevron,a2 as IconBottomNavigation,bE as IconBottomNavigationDouble,t as IconBox,bf as IconCalculator,bd as IconCalendar,bw as IconCalendarBrowse,bs as IconCalendarTime,R as IconCam,y as IconCellPhone,aK as IconChalet,an as IconChat,bz as IconCircularLeftArrow,bA as IconCircularRightArrow,_ as IconClip,aB as IconClock,az as IconClockFilled,aA as IconClockNotFilled,aC as IconClose,aD as IconCodie,bi as IconComputer,z as IconCreditCard,D as IconCreditCardV2,aL as IconDanger,ad as IconDeath,aT as IconDelete,b1 as IconDiabets,as as IconDoor,be as IconDropFile,ah as IconEdit,Y as IconEditImage,aF as IconEmail,bh as IconEmptyChat,aG as IconEmptyEmail,bb as IconEqualizerFill,ba as IconEqualizerLine,at as IconExcel,bm as IconExclamation,ab as IconExit,T as IconEye,b0 as IconEyeSlash,b6 as IconFacebook,b7 as IconFacebookNoBg,ax as IconFile,w as IconFlag,aN as IconFolder,bu as IconFullFieldBell,bv as IconFullFieldChat,ai as IconGear,ac as IconGender,a4 as IconHeart,al as IconHome,am as IconHomeV2,I as IconHospitalization,bn as IconHypertension,aw as IconImage,Q as IconInfo,bD as IconInterrogationCircle,b9 as IconLanguage,U as IconLeftChevron,$ as IconLeftNavigation,bF as IconLeftNavigationCircle,ar as IconLike,a$ as IconLoading,N as IconMap,bc as IconMapFloor,bx as IconMessageBalloon,bg as IconMicrophone,a6 as IconMobile,bC as IconMoneyValueSymbol,aE as IconNext,bj as IconNotFound,aR as IconNotLike,aZ as IconPadlock,a_ as IconPadlockNoBg,J as IconPc,a9 as IconPdf,G as IconPerformance,aW as IconPerson,aV as IconPersonFilled,ae as IconPet,br as IconPhoneMessage,bp as IconPlayRounded,bk as IconPlusSharp,a3 as IconPrev,Z as IconPrint,V as IconRightChevron,bq as IconRightCircle,a0 as IconRightNavigation,bG as IconRightNavigationCircle,v as IconRightNavigationDouble,F as IconRoute,E as IconSelo,x as IconSend,bo as IconSendMessage,aS as IconShareV2,aX as IconShopping,aY as IconShopping2,af as IconStar,b8 as IconStarBg,bl as IconThreeDots,aM as IconTikTok,W as IconTopChevron,a1 as IconTopNavigation,bB as IconTransparentPhone,aU as IconUpload,ap as IconUser,aq as IconUserNoBg,a5 as IconWeight,aj as IconWhats,ak as IconWhatsInverse,ao as IconWord,aQ as IconYouTube,ep as InfinityForgeProviders,er as InfraInjectionProvider,c$ as Input,de as InputCep,d9 as InputCheckbox,dr as InputColor,dw as InputControl,dA as InputCpfCnpj,dB as InputCurrency,dD as InputDatePicker,dn as InputFile,dl as InputFileStyles,dy as InputManager,dg as InputMask,dE as InputMetaImage,dz as InputPassword,d1 as InputRadio,d0 as InputRadioComponent,eD as InputSearch,df as InputSeo,da as InputSvg,dv as InputSwitch,dx as InputYoutube,b3 as InstagramEmptyIcon,b2 as InstagramIcon,bT as InvalidTokenError,eM as Layout,b4 as LinkedinIcon,b5 as LinkedinNoBgIcon,cX as ListBlog,dW as LoaderCircle,cQ as LoaderOnRouteChange,dZ as LoadingScreen,ej as Login,ey as Logo,O as LupaIcon,cS as MVV,el as MenuContextProvider,ew as MenuItem,dV as MenuMobile,eR as MenuRight,eN as MenuSwitch,eQ as Messages,ay as MinusIcon,dI as Modal,dS as NextImage,c3 as NoContentError,c5 as NotFoundError,eF as Notifications,et as OpenedMenu,eu as Overlay,cZ as Page404,c_ as Page500,eE as PageWrapper,dU as PaginationComponent,dG as PandaVideo,aH as PhoneIcon,aI as PhoneInverseIcon,K as PinIcon,L as PinInverseIcon,M as PinNoBgIcon,cR as Pix,ag as PlayIcon,a8 as PlusIcon,eB as Popover,P as PostPage,ek as PrivatePage,eP as Profile,eG as ProfileInfos,bK as QueryClientContext,bL as QueryClientContextProvider,dC as RangeDatePicker,dp as RenderFiles,eS as SearchModal,d2 as Select,dt as SelectIcon,eJ as SelectWorkSpace,S as SeoIcon,av as ShareIcon,dL as SideBar,eA as SideBarButton,cV as SiteProvider,dN as Skeleton,dX as StepNavigator,es as Tab,ea as Table,ds as TextEditor,d8 as Textarea,en as ThemeProvider,cO as ToastProvider,dK as Tooltip,cI as Translate,cJ as TranslateStyles,by as TransparentMailIcon,aO as TwitterIcon,aP as TwitterInverseIcon,c9 as UnauthorizedError,c6 as UnexpectedError,ca as ValidationError,dF as VideoPlayer,dP as Warning,c2 as api,dd as apiViaCep,cm as buffer,co as closeSidebar,cp as cookies,cE as copyToClipboard,bZ as createRouterBuild,eK as customStyles,cA as disableScroll,cq as event,cv as formatNumberToCurrency,ck as fromBase64ToString,cz as generateGUID,ch as generatePhoneUrl,cs as generateRef,cD as generateSitemap,ci as generateWhatsappUrl,o as getBlog,n as getInitialPropsDynamicSection,cu as getPathnameRef,p as getPost,cc as http,cN as i18nGetInitialProps,cC as infinityForgeNextConfig,c1 as isValidDate,bU as jwtDecode,bW as loadFile,ct as normalizeString,cn as openSidebar,cr as pageview,cd as parseJSON,cg as phone,bJ as queryStore,cj as removeDigits,cF as scrollToTopPage,e6 as sendMessageProvider,cf as statesBrazil,ce as stringfyJSON,cl as toBase64,c0 as transformValueToMomentFormat,bV as uid,b_ as updateRoute,bX as uploadFile,u as useAtena,ei as useAuthAdmin,bP as useCamera,dM as useCarousel,db as useCep,dc as useCepIBGE,bS as useComponentIsMounted,dk as useComponentsFile,eb as useDebounce,m as useDynamicSection,bR as useElementId,dh as useFile,dj as useFileElements,d7 as useFormHandler,e8 as useGetQueryArgumentsTable,e4 as useGoogleReCaptcha,cH as useI18n,cM as useI18nData,cL as useI18nText,eq as useInfraInjection,ef as useLoadAllNotifications,ed as useLoadCities,ec as useLoadMenu,eg as useLoadNoReadNotifications,ee as useLoadStates,em as useMenu,e5 as useMessageProvider,bQ as useMonitoringVideoPermission,dH as usePlayerVideo,bI as useQuery,bM as useQueryClient,e7 as useQueryTable,di as useRenderedFile,bO as useScroll,l as useSection,cW as useSite,e9 as useTable,eo as useTheme,bH as useTimer,cP as useToast,bN as useWindow,cw as validateCPF,cx as validateEmail,cy as validatePhone,b$ as verifyDateStringIsValid,bY as verifySizeFilesIsValid,e3 as withGoogleReCaptcha,cB as zIndexInfinityForge}from"./index-BHtz3vDS.js";import"react";import"react-dom";import"fs";import"stream";import"zlib";import"util";import"path";import"http";import"https";import"url";import"assert";import"tty";import"net";import"events";
2
- //# sourceMappingURL=index.js.map
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ui/index.js"), exports);
18
+ __exportStar(require("./system/index.js"), exports);
19
+ //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uCAAoB;AACpB,2CAAwB"}
@@ -0,0 +1,3 @@
1
+ a{text-decoration:unset}html{font-size:10px!important}a,address,b,h1,h2,h3,h4,h5,i,label,li,p,span,strong,td,time{margin-bottom:0;text-rendering:optimizeLegibility!important}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}[class*=-extraBold]{font-weight:800}[class*=-bold]{font-weight:700}[class*=-semibold]{font-weight:600}[class*=-medium]{font-weight:500}[class*=-regular]{font-weight:400}[class*=-light]{font-weight:300}[class*=font-80]{font-size:8rem}[class*=font-72]{font-size:7.2rem}[class*=font-70]{font-size:7rem}[class*=font-64]{font-size:6.4rem}[class*=font-50]{font-size:5rem}[class*=font-48]{font-size:4.8rem}[class*=font-40]{font-size:4rem}[class*=font-36]{font-size:3.6rem}[class*=font-32]{font-size:3.2rem}[class*=font-24]{font-size:2.4rem}[class*=font-20]{font-size:2rem}[class*=font-18]{font-size:1.8rem}[class*=font-16]{font-size:1.6rem}[class*=font-15]{font-size:1.5rem}[class*=font-14]{font-size:1.4rem}[class*=font-13]{font-size:1.3rem}[class*=font-12]{font-size:1.2rem}@media only screen and (max-width:1600px){[class*=font-80]{font-size:6rem}[class*=font-72]{font-size:5.8rem}[class*=font-70]{font-size:5.5rem}[class*=font-64]{font-size:6rem}[class*=font-50]{font-size:4.8rem}[class*=font-48]{font-size:4.4rem}[class*=font-40]{font-size:3.8rem}[class*=font-32]{font-size:3rem}[class*=font-24]{font-size:2.3rem}[class*=font-20]{font-size:1.9rem}[class*=font-18]{font-size:1.7rem}[class*=font-16]{font-size:1.55rem}}@media only screen and (max-width:1400px){[class*=font-80]{font-size:5.4rem}[class*=font-72]{font-size:5.2rem}[class*=font-70]{font-size:4.9rem}[class*=font-64]{font-size:5.6rem}[class*=font-50]{font-size:4.6rem}[class*=font-48]{font-size:4.2rem}[class*=font-40]{font-size:3.6rem}[class*=font-32]{font-size:2.8rem}[class*=font-24]{font-size:2rem}[class*=font-20]{font-size:1.8rem}[class*=font-18]{font-size:1.65rem}[class*=font-16]{font-size:1.5rem}[class*=font-13]{font-size:1.25rem}}@media only screen and (max-width:1200px){[class*=font-80]{font-size:5.5rem}[class*=font-72]{font-size:4.8rem}[class*=font-70]{font-size:4.6rem}[class*=font-64]{font-size:5.2rem}[class*=font-50]{font-size:4.2rem}[class*=font-48]{font-size:4rem}[class*=font-40]{font-size:3.2rem}[class*=font-32]{font-size:2.4rem}[class*=font-24]{font-size:1.9rem}[class*=font-20]{font-size:1.75rem}[class*=font-18]{font-size:1.6rem}[class*=font-16]{font-size:1.45rem}[class*=font-13]{font-size:1.2rem}}@media only screen and (max-width:1024px){[class*=font-80]{font-size:5.2rem}[class*=font-72]{font-size:4.5rem}[class*=font-70]{font-size:4.3rem}[class*=font-64]{font-size:4.4rem}[class*=font-50]{font-size:4rem}[class*=font-48]{font-size:3.8rem}[class*=font-40]{font-size:3rem}[class*=font-32]{font-size:2.2rem}[class*=font-24]{font-size:1.8rem}[class*=font-20]{font-size:1.7rem}[class*=font-18]{font-size:1.55rem}[class*=font-16]{font-size:1.35rem}[class*=font-14]{font-size:1.3rem}}@media only screen and (max-width:900px){[class*=font-80]{font-size:5rem}[class*=font-72]{font-size:3.8rem}[class*=font-70]{font-size:3.6rem}[class*=font-64]{font-size:3.8rem}[class*=font-48]{font-size:3.6rem}[class*=font-40]{font-size:2.8rem}[class*=font-32]{font-size:2rem}}@media only screen and (max-width:768px){[class*=font-80]{font-size:4.5rem}[class*=font-72]{font-size:3.5rem}[class*=font-70]{font-size:3rem}[class*=font-64]{font-size:3.4rem}[class*=font-50]{font-size:3.8rem}[class*=font-48]{font-size:3.4rem}[class*=font-40]{font-size:2.6rem}[class*=font-32]{font-size:1.9rem}[class*=font-24]{font-size:1.7rem}[class*=font-20]{font-size:1.65rem}[class*=font-18]{font-size:1.5rem}[class*=font-16]{font-size:1.35rem}[class*=font-13]{font-size:1.15rem}}@media only screen and (max-width:650px){[class*=font-80]{font-size:4rem}[class*=font-64]{font-size:3.2rem}[class*=font-50]{font-size:3.5rem}[class*=font-48]{font-size:3.2rem}[class*=font-40]{font-size:2.5rem}[class*=font-32]{font-size:1.8rem}[class*=font-24]{font-size:1.65rem}[class*=font-18]{font-size:1.4rem}[class*=font-16]{font-size:1.3rem}}@media only screen and (max-width:500px){[class*=font-80]{font-size:3.5rem}[class*=font-64]{font-size:2.8rem}[class*=font-50]{font-size:3rem}[class*=font-48]{font-size:2.8rem}[class*=font-40]{font-size:2.3rem}[class*=font-24]{font-size:1.6rem}[class*=font-18]{font-size:1.25rem}[class*=font-14],[class*=font-16]{font-size:1.2rem}}@media only screen and (max-width:390px){[class*=font-72],[class*=font-80]{font-size:3rem}[class*=font-64]{font-size:2.6rem}[class*=font-50]{font-size:2.8rem}[class*=font-48]{font-size:2.6rem}[class*=font-40]{font-size:2.1rem}[class*=font-32]{font-size:1.7rem}[class*=font-24]{font-size:1.4rem}[class*=font-18]{font-size:1.2rem}}*,:after,:before{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Roboto,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}
2
+ .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
3
+ *,:after,:before{box-sizing:border-box}a,button{cursor:pointer;outline:unset!important}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.row{display:flex;gap:15px}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}#__next{position:relative;z-index:1}
@@ -0,0 +1 @@
1
+ .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
package/dist/reset.css ADDED
@@ -0,0 +1 @@
1
+ *,:after,:before{box-sizing:border-box}a,button{cursor:pointer;outline:unset!important}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}.row{display:flex;gap:15px}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;color:#868e96;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}ul,ul li{list-style-type:none;padding-left:0}@keyframes placeHolderShimmer{0%{background-position:0 0}to{background-position:100vw 0}}#__next{position:relative;z-index:1}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || (function () {
30
+ var ownKeys = function(o) {
31
+ ownKeys = Object.getOwnPropertyNames || function (o) {
32
+ var ar = [];
33
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
34
+ return ar;
35
+ };
36
+ return ownKeys(o);
37
+ };
38
+ return function (mod) {
39
+ if (mod && mod.__esModule) return mod;
40
+ var result = {};
41
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
42
+ __setModuleDefault(result, mod);
43
+ return result;
44
+ };
45
+ })();
46
+ var __rest = (this && this.__rest) || function (s, e) {
47
+ var t = {};
48
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
49
+ t[p] = s[p];
50
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
51
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
52
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
53
+ t[p[i]] = s[p[i]];
54
+ }
55
+ return t;
56
+ };
57
+ Object.defineProperty(exports, "__esModule", { value: true });
58
+ exports.Avatar = Avatar;
59
+ var jsx_runtime_1 = require("react/jsx-runtime");
60
+ var react_1 = require("react");
61
+ var ui_1 = require("../../../../ui/index.js");
62
+ var S = __importStar(require("./styles.js"));
63
+ function Avatar(_a) {
64
+ var image = _a.image, className = _a.className, buttonText = _a.buttonText, rest = __rest(_a, ["image", "className", "buttonText"]);
65
+ var _b = (0, react_1.useState)(false), imageError = _b[0], setImageError = _b[1];
66
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Avatar', children: (0, jsx_runtime_1.jsxs)(S.Avatar, __assign({ className: "avatar font-18-regular ".concat(className ? className : ''), type: 'button' }, rest, { children: [buttonText && (0, jsx_runtime_1.jsx)("span", { children: buttonText }), !buttonText && image && !imageError && (0, jsx_runtime_1.jsx)("img", { src: image, onError: function (err) { return setImageError(true); }, alt: 'avatar' })] })) }));
67
+ }
68
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/avatar/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBAoBC;;AA1BD,+BAAgC;AAEhC,2BAA4B;AAE5B,0CAA6B;AAE7B,SAAgB,MAAM,CAAC,EAStB;IARC,IAAA,KAAK,WAAA,EACL,SAAS,eAAA,EACT,UAAU,gBAAA,EACP,IAAI,cAJc,oCAKtB,CADQ;IAMD,IAAA,KAA8B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAA5C,UAAU,QAAA,EAAE,aAAa,QAAmB,CAAA;IAEnD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,QAAQ,YAClB,wBAAC,CAAC,CAAC,MAAM,aAAC,SAAS,EAAE,iCAA0B,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAE,EAAE,IAAI,EAAC,QAAQ,IAAK,IAAI,eAChG,UAAU,IAAI,2CAAO,UAAU,GAAQ,EACvC,CAAC,UAAU,IAAI,KAAK,IAAI,CAAC,UAAU,IAAI,gCAAK,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,UAAC,GAAG,IAAK,OAAA,aAAa,CAAC,IAAI,CAAC,EAAnB,CAAmB,EAAE,GAAG,EAAC,QAAQ,GAAG,KACtG,GACL,CACT,CAAA;AACH,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Avatar = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.Avatar = styled_components_1.default.button(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0;\n border: 0;\n border-radius: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n width: 40px;\n height: 40px;\n line-height: 1;\n background-color: #b6b5b5;\n\n overflow: hidden;\n cursor: pointer;\n\n img {\n width: 100%;\n height: auto;\n flex-shrink: 0;\n aspect-ratio: 40/40;\n }\n\n @media only screen and (max-width: 768px) {\n width: 35px;\n height: 35px;\n }\n"], ["\n padding: 0;\n border: 0;\n border-radius: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n width: 40px;\n height: 40px;\n line-height: 1;\n background-color: #b6b5b5;\n\n overflow: hidden;\n cursor: pointer;\n\n img {\n width: 100%;\n height: auto;\n flex-shrink: 0;\n aspect-ratio: 40/40;\n }\n\n @media only screen and (max-width: 768px) {\n width: 35px;\n height: 35px;\n }\n"])));
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/system/components/data/avatar/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,MAAM,GAAG,2BAAM,CAAC,MAAM,kgBAAA,+bA4BlC,KAAA"}
@@ -1 +1 @@
1
- export * from './sidebar-button';
1
+ export * from './sidebar-button/index.js';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./sidebar-button/index.js"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/buttons/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.SideBarButton = SideBarButton;
37
+ var jsx_runtime_1 = require("react/jsx-runtime");
38
+ var ui_1 = require("../../../../../ui/index.js");
39
+ var S = __importStar(require("./styles.js"));
40
+ function SideBarButton() {
41
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: '', children: (0, jsx_runtime_1.jsx)(S.SideBarButton, { onClick: ui_1.openSidebar, type: 'button', children: (0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 24 24', strokeWidth: '2', stroke: 'currentColor', children: (0, jsx_runtime_1.jsx)("path", { strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5' }) }) }) }));
42
+ }
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/components/data/buttons/sidebar-button/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,sCAUC;;AAdD,2BAAyC;AAEzC,0CAA6B;AAE7B,SAAgB,aAAa;IAC3B,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,EAAE,YACZ,uBAAC,CAAC,CAAC,aAAa,IAAC,OAAO,EAAE,gBAAW,EAAE,IAAI,EAAC,QAAQ,YAClD,gCAAK,KAAK,EAAC,4BAA4B,EAAC,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,WAAW,EAAC,GAAG,EAAC,MAAM,EAAC,cAAc,YAC3G,iCAAM,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,CAAC,EAAC,4CAA4C,GAAQ,GACrG,GACU,GACZ,CACT,CAAA;AACH,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.SideBarButton = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.SideBarButton = (0, styled_components_1.default)('button')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0;\n border: none;\n background: none;\n width: 28px;\n height: 28px;\n color: #fff;\n cursor: pointer;\n display: flex;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"], ["\n padding: 0;\n border: none;\n background: none;\n width: 28px;\n height: 28px;\n color: #fff;\n cursor: pointer;\n display: flex;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"])));
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/components/data/buttons/sidebar-button/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,aAAa,GAAG,IAAA,2BAAM,EAAC,QAAQ,CAAC,iSAAA,8NAe5C,KAAA"}
@@ -1,4 +1,4 @@
1
- import { Message } from '../interfaces';
1
+ import { Message } from '../interfaces.js';
2
2
  export declare function CardMessage({ message }: {
3
3
  message: Message;
4
4
  }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CardMessage = CardMessage;
37
+ var jsx_runtime_1 = require("react/jsx-runtime");
38
+ var ui_1 = require("../../../../../ui/index.js");
39
+ var system_1 = require("../../../../../system/index.js");
40
+ var S = __importStar(require("./styles.js"));
41
+ function CardMessage(_a) {
42
+ var message = _a.message;
43
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'card_message_error', children: (0, jsx_runtime_1.jsxs)(S.CardMessage, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'message-header ', children: [(0, jsx_runtime_1.jsx)(system_1.Avatar, { image: message.avatar, className: 'avatar-image' }), message.userName && (0, jsx_runtime_1.jsx)("h4", { children: message === null || message === void 0 ? void 0 : message.userName }), message.dataCriacaoText && (0, jsx_runtime_1.jsx)("p", { className: 'font-12', children: message === null || message === void 0 ? void 0 : message.dataCriacaoText })] }), message.message && ((0, jsx_runtime_1.jsx)("div", { className: 'message-body', children: (0, jsx_runtime_1.jsx)("p", { className: 'font-16', children: message === null || message === void 0 ? void 0 : message.message }) }))] }) }));
44
+ }
45
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/components/data/chat/card-message/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,kCAmBC;;AA1BD,2BAA4B;AAC5B,mCAAkC;AAIlC,0CAA6B;AAE7B,SAAgB,WAAW,CAAC,EAAiC;QAA/B,OAAO,aAAA;IACnC,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,oBAAoB,YAC9B,wBAAC,CAAC,CAAC,WAAW,eACZ,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,uBAAC,eAAM,IAAC,KAAK,EAAE,OAAO,CAAC,MAAM,EAAE,SAAS,EAAC,cAAc,GAAG,EAEzD,OAAO,CAAC,QAAQ,IAAI,yCAAK,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,GAAM,EAChD,OAAO,CAAC,eAAe,IAAI,8BAAG,SAAS,EAAC,SAAS,YAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,eAAe,GAAK,IAC7E,EAEL,OAAO,CAAC,OAAO,IAAI,CAClB,gCAAK,SAAS,EAAC,cAAc,YAC3B,8BAAG,SAAS,EAAC,SAAS,YAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,GAAK,GACzC,CACP,IACa,GACV,CACT,CAAA;AACH,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.CardMessage = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.CardMessage = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 10px;\n margin-top: 15px;\n border-radius: 5px;\n border: solid 1px #e1e1e1;\n background-color: #fff;\n\n .message-header {\n margin-bottom: 10px;\n display: flex;\n align-items: center;\n gap: 10px;\n\n .avatar-image {\n width: 30px;\n height: 30px;\n }\n\n h4 {\n margin: 0;\n color: #2b2b2b;\n font-size: 13px;\n font-weight: 500;\n }\n\n p {\n margin-left: auto;\n color: #828282;\n }\n }\n\n .message-body {\n p {\n color: #2a2a2a;\n }\n }\n"], ["\n padding: 10px;\n margin-top: 15px;\n border-radius: 5px;\n border: solid 1px #e1e1e1;\n background-color: #fff;\n\n .message-header {\n margin-bottom: 10px;\n display: flex;\n align-items: center;\n gap: 10px;\n\n .avatar-image {\n width: 30px;\n height: 30px;\n }\n\n h4 {\n margin: 0;\n color: #2b2b2b;\n font-size: 13px;\n font-weight: 500;\n }\n\n p {\n margin-left: auto;\n color: #828282;\n }\n }\n\n .message-body {\n p {\n color: #2a2a2a;\n }\n }\n"])));
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../src/system/components/data/chat/card-message/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,WAAW,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,0mBAAA,uiBAoCvC,KAAA"}
@@ -1,2 +1,2 @@
1
- import { IChatProps } from './interfaces';
1
+ import { IChatProps } from './interfaces.js';
2
2
  export declare function Chat({ messages, isLoading, sendMensage }: IChatProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Chat = Chat;
37
+ var jsx_runtime_1 = require("react/jsx-runtime");
38
+ var ui_1 = require("../../../../ui/index.js");
39
+ var schema_1 = require("./schema.js");
40
+ var loader_1 = require("./loader/index.js");
41
+ var card_message_1 = require("./card-message/index.js");
42
+ var S = __importStar(require("./styles.js"));
43
+ function Chat(_a) {
44
+ var messages = _a.messages, isLoading = _a.isLoading, sendMensage = _a.sendMensage;
45
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'chat_error', children: (0, jsx_runtime_1.jsxs)(S.Chat, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'top_chat', children: (0, jsx_runtime_1.jsx)("h3", { children: "Chat" }) }), (0, jsx_runtime_1.jsxs)("div", { className: 'content_chat', children: [(0, jsx_runtime_1.jsxs)("div", { className: 'chat', children: [isLoading && (0, jsx_runtime_1.jsx)(loader_1.ChatLoader, {}), !isLoading && (!messages || messages.length === 0) && ((0, jsx_runtime_1.jsxs)("div", { className: 'no-message', children: [(0, jsx_runtime_1.jsx)("div", { className: 'icon', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconMessageBalloon' }) }), (0, jsx_runtime_1.jsx)("span", { className: 'font-16-bold', children: "Inicie uma conversa" })] })), messages === null || messages === void 0 ? void 0 : messages.map(function (message) { return ((0, jsx_runtime_1.jsx)(card_message_1.CardMessage, { message: message }, message.dataCriacao)); })] }), (0, jsx_runtime_1.jsx)(ui_1.FormHandler, { button: { svg: 'IconSendMessage' }, onSucess: sendMensage, schema: schema_1.chatSchema, children: (0, jsx_runtime_1.jsx)(ui_1.Input, { name: 'message', type: 'text', placeholder: 'Digite sua mensagem' }) })] })] }) }));
46
+ }
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/system/components/data/chat/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,oBAkCC;;AA7CD,2BAAsD;AAEtD,mCAAqC;AAErC,mCAAqC;AACrC,+CAA4C;AAI5C,0CAA6B;AAE7B,SAAgB,IAAI,CAAC,EAAgD;QAA9C,QAAQ,cAAA,EAAE,SAAS,eAAA,EAAE,WAAW,iBAAA;IACrD,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,YAAY,YACtB,wBAAC,CAAC,CAAC,IAAI,eACL,gCAAK,SAAS,EAAC,UAAU,YACvB,kDAAa,GACT,EAEN,iCAAK,SAAS,EAAC,cAAc,aAC3B,iCAAK,SAAS,EAAC,MAAM,aAClB,SAAS,IAAI,uBAAC,mBAAU,KAAG,EAE3B,CAAC,SAAS,IAAI,CAAC,CAAC,QAAQ,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,CAAC,IAAI,CACrD,iCAAK,SAAS,EAAC,YAAY,aACzB,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,SAAI,IAAC,IAAI,EAAC,oBAAoB,GAAG,GAC9B,EAEN,iCAAM,SAAS,EAAC,cAAc,oCAA2B,IACrD,CACP,EAEA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,GAAG,CAAC,UAAC,OAAO,IAAK,OAAA,CAC1B,uBAAC,0BAAW,IAA2B,OAAO,EAAE,OAAO,IAArC,OAAO,CAAC,WAAW,CAAuB,CAC7D,EAF2B,CAE3B,CAAC,IACE,EAEN,uBAAC,gBAAW,IAAC,MAAM,EAAE,EAAE,GAAG,EAAE,iBAAiB,EAAE,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAU,YACxF,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,EAAC,IAAI,EAAC,MAAM,EAAC,WAAW,EAAC,qBAAqB,GAAG,GAC1D,IACV,IACC,GACH,CACT,CAAA;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../src/system/components/data/chat/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChatLoader = ChatLoader;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ var ui_1 = require("../../../../../ui/index.js");
6
+ function ChatLoader() {
7
+ return ((0, jsx_runtime_1.jsxs)("ul", { children: [(0, jsx_runtime_1.jsxs)("li", { style: { marginBottom: 20 }, children: [(0, jsx_runtime_1.jsxs)("div", { style: { display: 'flex', gap: 8, marginBottom: 5 }, children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'square' }), (0, jsx_runtime_1.jsxs)("div", { style: { width: '100%' }, children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' })] })] }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' })] }), (0, jsx_runtime_1.jsxs)("li", { style: { marginBottom: 20 }, children: [(0, jsx_runtime_1.jsxs)("div", { style: { display: 'flex', gap: 8, marginBottom: 5 }, children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'square' }), (0, jsx_runtime_1.jsxs)("div", { style: { width: '100%' }, children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' })] })] }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' })] }), (0, jsx_runtime_1.jsxs)("li", { style: { marginBottom: 20 }, children: [(0, jsx_runtime_1.jsxs)("div", { style: { display: 'flex', gap: 8, marginBottom: 5 }, children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'square' }), (0, jsx_runtime_1.jsxs)("div", { style: { width: '100%' }, children: [(0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' })] })] }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' }), (0, jsx_runtime_1.jsx)(ui_1.Skeleton, { type: 'line' })] })] }));
8
+ }
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/system/components/data/chat/loader/index.tsx"],"names":[],"mappings":";;AAEA,gCA8CC;;AAhDD,2BAA+B;AAE/B,SAAgB,UAAU;IACxB,OAAO,CACL,2CACE,gCAAI,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,aAC7B,iCAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,aACtD,uBAAC,aAAQ,IAAC,IAAI,EAAC,QAAQ,GAAG,EAE1B,iCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,aAC3B,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,EACxB,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,IACpB,IACF,EAEN,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,EACxB,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,IACrB,EAEL,gCAAI,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,aAC7B,iCAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,aACtD,uBAAC,aAAQ,IAAC,IAAI,EAAC,QAAQ,GAAG,EAE1B,iCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,aAC3B,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,EACxB,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,IACpB,IACF,EAEN,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,EACxB,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,IACrB,EAEL,gCAAI,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,aAC7B,iCAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,aACtD,uBAAC,aAAQ,IAAC,IAAI,EAAC,QAAQ,GAAG,EAE1B,iCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,aAC3B,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,EACxB,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,IACpB,IACF,EAEN,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,EACxB,uBAAC,aAAQ,IAAC,IAAI,EAAC,MAAM,GAAG,IACrB,IACF,CACN,CAAA;AACH,CAAC"}