infinity-forge 7.5.0 → 7.5.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 (932) hide show
  1. package/dist/client/client.d.ts +2 -2
  2. package/dist/client/client.js +1 -1
  3. package/dist/client/generate.js +1 -1
  4. package/dist/client/index.d.ts +1 -1
  5. package/dist/client/index.js +1 -1
  6. package/dist/codie_panel/atena_codie_panel_keys/hooks/index.d.ts +1 -1
  7. package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +1 -1
  8. package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.d.ts +2 -2
  9. package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js +2 -2
  10. package/dist/codie_panel/atena_codie_panel_keys/index.d.ts +2 -2
  11. package/dist/codie_panel/atena_codie_panel_keys/index.js +2 -2
  12. package/dist/codie_panel/atena_codie_panel_keys/keys.d.ts +1 -1
  13. package/dist/codie_panel/hooks/use-panel-configurations.d.ts +2 -2
  14. package/dist/codie_panel/hooks/use-panel-configurations.js +2 -2
  15. package/dist/codie_panel/index.d.ts +3 -3
  16. package/dist/codie_panel/index.js +3 -3
  17. package/dist/codie_panel/pages/configurations/components/index.d.ts +1 -1
  18. package/dist/codie_panel/pages/configurations/components/index.js +1 -1
  19. package/dist/codie_panel/pages/configurations/index.d.ts +1 -1
  20. package/dist/codie_panel/pages/configurations/index.js +1 -1
  21. package/dist/codie_panel/pages/configurations/page.js +2 -2
  22. package/dist/codie_panel/pages/index.d.ts +2 -2
  23. package/dist/codie_panel/pages/index.js +2 -2
  24. package/dist/codie_panel/pages/menu/components/index.d.ts +1 -1
  25. package/dist/codie_panel/pages/menu/components/index.js +1 -1
  26. package/dist/codie_panel/pages/menu/index.d.ts +1 -1
  27. package/dist/codie_panel/pages/menu/index.js +1 -1
  28. package/dist/codie_panel/pages/menu/page.js +2 -2
  29. package/dist/index.d.ts +3 -3
  30. package/dist/index.js +3 -3
  31. package/dist/infinity-forge.css +0 -4
  32. package/dist/system/components/data/avatar/index.js +2 -2
  33. package/dist/system/components/data/buttons/index.d.ts +1 -1
  34. package/dist/system/components/data/buttons/index.js +1 -1
  35. package/dist/system/components/data/buttons/sidebar-button/index.js +2 -2
  36. package/dist/system/components/data/chat/card-message/index.d.ts +1 -1
  37. package/dist/system/components/data/chat/card-message/index.js +3 -3
  38. package/dist/system/components/data/chat/index.d.ts +1 -1
  39. package/dist/system/components/data/chat/index.js +5 -5
  40. package/dist/system/components/data/chat/loader/index.js +1 -1
  41. package/dist/system/components/data/detail-card/component.d.ts +1 -1
  42. package/dist/system/components/data/detail-card/component.js +3 -3
  43. package/dist/system/components/data/detail-card/index.d.ts +2 -2
  44. package/dist/system/components/data/detail-card/index.js +2 -2
  45. package/dist/system/components/data/detail-card/interfaces.d.ts +1 -1
  46. package/dist/system/components/data/highlight-icon/index.d.ts +1 -1
  47. package/dist/system/components/data/highlight-icon/index.js +2 -2
  48. package/dist/system/components/data/highlight-icon/interfaces.d.ts +1 -1
  49. package/dist/system/components/data/highlight-text/index.d.ts +1 -1
  50. package/dist/system/components/data/highlight-text/index.js +2 -2
  51. package/dist/system/components/data/highlight-text/styles.js +1 -1
  52. package/dist/system/components/data/index.d.ts +14 -14
  53. package/dist/system/components/data/index.js +14 -14
  54. package/dist/system/components/data/input-search/index.d.ts +1 -1
  55. package/dist/system/components/data/input-search/index.js +2 -2
  56. package/dist/system/components/data/menu/component.js +1 -1
  57. package/dist/system/components/data/menu/components/index.d.ts +1 -1
  58. package/dist/system/components/data/menu/components/index.js +1 -1
  59. package/dist/system/components/data/menu/components/menu-item/index.js +3 -3
  60. package/dist/system/components/data/menu/index.d.ts +2 -2
  61. package/dist/system/components/data/menu/index.js +2 -2
  62. package/dist/system/components/data/menu/mock.d.ts +2 -2
  63. package/dist/system/components/data/menu/modes/collapsed-menu/index.js +4 -4
  64. package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +1 -1
  65. package/dist/system/components/data/menu/modes/index.d.ts +2 -2
  66. package/dist/system/components/data/menu/modes/index.js +2 -2
  67. package/dist/system/components/data/menu/modes/opened/index.js +3 -3
  68. package/dist/system/components/data/menu/modes/opened/styles.js +1 -1
  69. package/dist/system/components/data/notifications/card/index.d.ts +1 -1
  70. package/dist/system/components/data/notifications/card/index.js +2 -2
  71. package/dist/system/components/data/notifications/index.js +5 -5
  72. package/dist/system/components/data/page-wrapper/index.d.ts +1 -1
  73. package/dist/system/components/data/page-wrapper/index.js +2 -2
  74. package/dist/system/components/data/page-wrapper/interfaces.d.ts +1 -1
  75. package/dist/system/components/data/popover/index.d.ts +1 -1
  76. package/dist/system/components/data/profile-infos/index.d.ts +1 -1
  77. package/dist/system/components/data/profile-infos/index.js +4 -4
  78. package/dist/system/components/data/profile-infos/interfaces.d.ts +2 -2
  79. package/dist/system/components/data/profile-infos/profile/index.d.ts +1 -1
  80. package/dist/system/components/data/profile-infos/profile/index.js +3 -3
  81. package/dist/system/components/data/select-workspace/component.d.ts +1 -1
  82. package/dist/system/components/data/select-workspace/component.js +4 -4
  83. package/dist/system/components/data/select-workspace/index.d.ts +3 -3
  84. package/dist/system/components/data/select-workspace/index.js +3 -3
  85. package/dist/system/components/data/tab/component.d.ts +1 -1
  86. package/dist/system/components/data/tab/component.js +3 -3
  87. package/dist/system/components/data/tab/index.d.ts +2 -2
  88. package/dist/system/components/data/tab/index.js +2 -2
  89. package/dist/system/components/data/tab/interfaces.d.ts +1 -1
  90. package/dist/system/components/data/tab/tab-item/index.d.ts +1 -1
  91. package/dist/system/components/data/tab/tab-item/index.js +2 -2
  92. package/dist/system/components/data/tab/tab-item/styles.d.ts +1 -1
  93. package/dist/system/components/index.d.ts +2 -2
  94. package/dist/system/components/index.js +2 -2
  95. package/dist/system/components/layout/component.d.ts +1 -1
  96. package/dist/system/components/layout/component.js +3 -3
  97. package/dist/system/components/layout/header/components/index.d.ts +3 -3
  98. package/dist/system/components/layout/header/components/index.js +3 -3
  99. package/dist/system/components/layout/header/components/logo/index.d.ts +1 -1
  100. package/dist/system/components/layout/header/components/logo/index.js +2 -2
  101. package/dist/system/components/layout/header/components/menu-right/component.d.ts +1 -1
  102. package/dist/system/components/layout/header/components/menu-right/component.js +3 -3
  103. package/dist/system/components/layout/header/components/menu-right/index.d.ts +3 -3
  104. package/dist/system/components/layout/header/components/menu-right/index.js +3 -3
  105. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
  106. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +3 -3
  107. package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +3 -3
  108. package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
  109. package/dist/system/components/layout/header/components/menu-right/messages/index.js +4 -4
  110. package/dist/system/components/layout/header/components/menu-right/profile/content/index.d.ts +1 -1
  111. package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +3 -3
  112. package/dist/system/components/layout/header/components/menu-right/profile/index.d.ts +1 -1
  113. package/dist/system/components/layout/header/components/menu-right/profile/index.js +4 -4
  114. package/dist/system/components/layout/header/components/search-modal/index.js +4 -4
  115. package/dist/system/components/layout/header/components/search-modal/search-list/index.js +3 -3
  116. package/dist/system/components/layout/header/components/search-modal/trigger/index.js +2 -2
  117. package/dist/system/components/layout/header/index.d.ts +1 -1
  118. package/dist/system/components/layout/header/index.js +1 -1
  119. package/dist/system/components/layout/header/version-01/index.d.ts +1 -1
  120. package/dist/system/components/layout/header/version-01/index.js +4 -4
  121. package/dist/system/components/layout/index.d.ts +5 -5
  122. package/dist/system/components/layout/index.js +5 -5
  123. package/dist/system/components/layout/interfaces.d.ts +1 -1
  124. package/dist/system/context/auth/components/index.d.ts +2 -2
  125. package/dist/system/context/auth/components/index.js +2 -2
  126. package/dist/system/context/auth/components/login/form-login/index.js +2 -2
  127. package/dist/system/context/auth/components/login/index.js +4 -4
  128. package/dist/system/context/auth/components/private-page/index.d.ts +1 -1
  129. package/dist/system/context/auth/components/private-page/index.js +3 -3
  130. package/dist/system/context/auth/context.d.ts +2 -2
  131. package/dist/system/context/auth/context.js +2 -2
  132. package/dist/system/context/auth/index.d.ts +3 -3
  133. package/dist/system/context/auth/index.js +3 -3
  134. package/dist/system/context/container.d.ts +4 -4
  135. package/dist/system/context/container.js +5 -5
  136. package/dist/system/context/index.d.ts +5 -5
  137. package/dist/system/context/index.js +5 -5
  138. package/dist/system/context/infra-injection/context.d.ts +1 -1
  139. package/dist/system/context/infra-injection/index.d.ts +2 -2
  140. package/dist/system/context/infra-injection/index.js +2 -2
  141. package/dist/system/context/infra-injection/interfaces.d.ts +3 -3
  142. package/dist/system/context/menu/context.d.ts +1 -1
  143. package/dist/system/context/menu/index.d.ts +2 -2
  144. package/dist/system/context/menu/index.js +2 -2
  145. package/dist/system/context/menu/interfaces.d.ts +1 -1
  146. package/dist/system/context/theme/context.js +1 -1
  147. package/dist/system/context/theme/index.d.ts +1 -1
  148. package/dist/system/context/theme/index.js +1 -1
  149. package/dist/system/hooks/index.d.ts +4 -4
  150. package/dist/system/hooks/index.js +4 -4
  151. package/dist/system/hooks/locales/ibge/index.d.ts +1 -1
  152. package/dist/system/hooks/locales/ibge/index.js +1 -1
  153. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.d.ts +3 -3
  154. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js +1 -1
  155. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.d.ts +2 -2
  156. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +2 -2
  157. package/dist/system/hooks/locales/index.d.ts +2 -2
  158. package/dist/system/hooks/locales/index.js +2 -2
  159. package/dist/system/hooks/locales/use-load-cities/index.d.ts +1 -1
  160. package/dist/system/hooks/locales/use-load-cities/index.js +1 -1
  161. package/dist/system/hooks/menu/index.d.ts +1 -1
  162. package/dist/system/hooks/menu/index.js +1 -1
  163. package/dist/system/hooks/menu/use-load-menu.d.ts +2 -2
  164. package/dist/system/hooks/menu/use-load-menu.js +2 -2
  165. package/dist/system/hooks/notifications/index.d.ts +2 -2
  166. package/dist/system/hooks/notifications/index.js +2 -2
  167. package/dist/system/hooks/notifications/use-load-all/index.d.ts +2 -2
  168. package/dist/system/hooks/notifications/use-load-all/index.js +2 -2
  169. package/dist/system/hooks/notifications/use-load-no-read/index.d.ts +1 -1
  170. package/dist/system/hooks/notifications/use-load-no-read/index.js +1 -1
  171. package/dist/system/hooks/ui/index.d.ts +2 -2
  172. package/dist/system/hooks/ui/index.js +2 -2
  173. package/dist/system/hooks/ui/use-table/component.d.ts +1 -1
  174. package/dist/system/hooks/ui/use-table/component.js +2 -2
  175. package/dist/system/hooks/ui/use-table/components/index.d.ts +2 -2
  176. package/dist/system/hooks/ui/use-table/components/index.js +2 -2
  177. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.d.ts +1 -1
  178. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +2 -2
  179. package/dist/system/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
  180. package/dist/system/hooks/ui/use-table/components/table/actions/index.js +4 -4
  181. package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.d.ts +1 -1
  182. package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js +1 -1
  183. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
  184. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +3 -3
  185. package/dist/system/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
  186. package/dist/system/hooks/ui/use-table/components/table/create/index.js +3 -3
  187. package/dist/system/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
  188. package/dist/system/hooks/ui/use-table/components/table/export/index.js +2 -2
  189. package/dist/system/hooks/ui/use-table/components/table/filters/index.d.ts +2 -2
  190. package/dist/system/hooks/ui/use-table/components/table/filters/index.js +5 -5
  191. package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js +1 -1
  192. package/dist/system/hooks/ui/use-table/components/table/index.d.ts +1 -1
  193. package/dist/system/hooks/ui/use-table/components/table/index.js +10 -10
  194. package/dist/system/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
  195. package/dist/system/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
  196. package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +3 -3
  197. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +2 -2
  198. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
  199. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +2 -2
  200. package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
  201. package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.d.ts +1 -1
  202. package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js +3 -3
  203. package/dist/system/hooks/ui/use-table/components/table/tr/index.d.ts +1 -1
  204. package/dist/system/hooks/ui/use-table/components/table/tr/index.js +3 -3
  205. package/dist/system/hooks/ui/use-table/index.d.ts +4 -4
  206. package/dist/system/hooks/ui/use-table/index.js +4 -4
  207. package/dist/system/hooks/ui/use-table/interfaces.d.ts +2 -2
  208. package/dist/system/hooks/ui/use-table/interfaces.js +1 -1
  209. package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.d.ts +1 -1
  210. package/dist/system/hooks/ui/use-table/query/hook.d.ts +1 -1
  211. package/dist/system/hooks/ui/use-table/query/hook.js +1 -1
  212. package/dist/system/hooks/ui/use-table/query/index.d.ts +2 -2
  213. package/dist/system/hooks/ui/use-table/query/index.js +2 -2
  214. package/dist/system/index.d.ts +3 -3
  215. package/dist/system/index.js +3 -3
  216. package/dist/ui/atena/domain/dynamic-section/create.d.ts +1 -1
  217. package/dist/ui/atena/domain/dynamic-section/dynamic-section.d.ts +1 -1
  218. package/dist/ui/atena/domain/dynamic-section/index.d.ts +4 -4
  219. package/dist/ui/atena/domain/dynamic-section/index.js +4 -4
  220. package/dist/ui/atena/domain/dynamic-section/load-all.d.ts +1 -1
  221. package/dist/ui/atena/domain/dynamic-section/update.d.ts +1 -1
  222. package/dist/ui/atena/domain/index.d.ts +1 -1
  223. package/dist/ui/atena/domain/index.js +1 -1
  224. package/dist/ui/atena/index.d.ts +2 -2
  225. package/dist/ui/atena/index.js +2 -2
  226. package/dist/ui/atena/presentation/dynamic-elements/atena-page.d.ts +1 -1
  227. package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +2 -2
  228. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.d.ts +2 -2
  229. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +3 -3
  230. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.d.ts +1 -1
  231. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +3 -3
  232. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +2 -2
  233. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.d.ts +1 -1
  234. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +2 -2
  235. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.d.ts +1 -1
  236. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +4 -4
  237. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.d.ts +2 -2
  238. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +2 -2
  239. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.d.ts +1 -1
  240. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +2 -2
  241. package/dist/ui/atena/presentation/dynamic-elements/elements/index.d.ts +1 -1
  242. package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +1 -1
  243. package/dist/ui/atena/presentation/dynamic-elements/index.d.ts +3 -3
  244. package/dist/ui/atena/presentation/dynamic-elements/index.js +3 -3
  245. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +4 -4
  246. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.d.ts +1 -1
  247. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +2 -2
  248. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +2 -2
  249. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.d.ts +1 -1
  250. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +3 -3
  251. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +3 -3
  252. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.d.ts +5 -5
  253. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +5 -5
  254. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +2 -2
  255. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +2 -2
  256. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +2 -2
  257. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.d.ts +1 -1
  258. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +1 -1
  259. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +1 -1
  260. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.d.ts +2 -2
  261. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +2 -2
  262. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +1 -1
  263. package/dist/ui/atena/presentation/dynamic-elements/pages/index.d.ts +3 -3
  264. package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +3 -3
  265. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +2 -2
  266. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +3 -3
  267. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +3 -3
  268. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +5 -5
  269. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.d.ts +1 -1
  270. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +1 -1
  271. package/dist/ui/atena/presentation/dynamic-sections/context.d.ts +1 -1
  272. package/dist/ui/atena/presentation/dynamic-sections/context.js +2 -2
  273. package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +1 -1
  274. package/dist/ui/atena/presentation/dynamic-sections/index.d.ts +5 -5
  275. package/dist/ui/atena/presentation/dynamic-sections/index.js +5 -5
  276. package/dist/ui/atena/presentation/dynamic-sections/types.d.ts +1 -1
  277. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +1 -1
  278. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +4 -4
  279. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.d.ts +2 -2
  280. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +3 -3
  281. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.d.ts +1 -1
  282. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +3 -3
  283. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +1 -1
  284. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.d.ts +2 -2
  285. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +1 -1
  286. package/dist/ui/atena/presentation/index.d.ts +2 -2
  287. package/dist/ui/atena/presentation/index.js +2 -2
  288. package/dist/ui/components/accordion/index.d.ts +2 -2
  289. package/dist/ui/components/accordion/index.js +7 -4
  290. package/dist/ui/components/accordion/index.js.map +1 -1
  291. package/dist/ui/components/accordion/interfaces.d.ts +2 -1
  292. package/dist/ui/components/breadcrumb/component.d.ts +1 -1
  293. package/dist/ui/components/breadcrumb/component.js +2 -2
  294. package/dist/ui/components/breadcrumb/index.d.ts +2 -2
  295. package/dist/ui/components/breadcrumb/index.js +2 -2
  296. package/dist/ui/components/button/component.d.ts +1 -1
  297. package/dist/ui/components/button/component.js +3 -3
  298. package/dist/ui/components/button/index.d.ts +2 -2
  299. package/dist/ui/components/button/index.js +2 -2
  300. package/dist/ui/components/button/interfaces.d.ts +1 -1
  301. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +2 -2
  302. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +3 -3
  303. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +3 -3
  304. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +1 -1
  305. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +1 -1
  306. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +1 -1
  307. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +2 -2
  308. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +2 -2
  309. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +1 -1
  310. package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +2 -2
  311. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +2 -2
  312. package/dist/ui/components/carousel/carousel-lib/core/core.js +21 -21
  313. package/dist/ui/components/carousel/carousel-lib/core/events/index.js +9 -9
  314. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +1 -1
  315. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +1 -1
  316. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +2 -2
  317. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +3 -3
  318. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +2 -2
  319. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +2 -2
  320. package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +3 -3
  321. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +3 -3
  322. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +1 -1
  323. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +1 -1
  324. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +1 -1
  325. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +2 -2
  326. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +1 -1
  327. package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +7 -7
  328. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +7 -7
  329. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +1 -1
  330. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +1 -1
  331. package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +3 -3
  332. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +3 -3
  333. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +1 -1
  334. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +1 -1
  335. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +1 -1
  336. package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +5 -5
  337. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +5 -5
  338. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +1 -1
  339. package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +9 -9
  340. package/dist/ui/components/carousel/carousel-lib/core/update/index.js +9 -9
  341. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +1 -1
  342. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +1 -1
  343. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +1 -1
  344. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +1 -1
  345. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +1 -1
  346. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +4 -4
  347. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +1 -1
  348. package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +6 -6
  349. package/dist/ui/components/carousel/carousel-lib/modules/index.js +6 -6
  350. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +2 -2
  351. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +3 -3
  352. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +2 -2
  353. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +3 -3
  354. package/dist/ui/components/carousel/carousel-lib/react/swiper.js +11 -11
  355. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +1 -1
  356. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +1 -1
  357. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +1 -1
  358. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +1 -1
  359. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +2 -2
  360. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +2 -2
  361. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +2 -2
  362. package/dist/ui/components/carousel/carousel-lib/shared/utils.js +3 -3
  363. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +1 -1
  364. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +3 -3
  365. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +3 -3
  366. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +2 -2
  367. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.d.ts +1 -1
  368. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +2 -2
  369. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.d.ts +5 -5
  370. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +5 -5
  371. package/dist/ui/components/carousel/carousel-lib/swiper-react.d.ts +3 -3
  372. package/dist/ui/components/carousel/carousel-lib/swiper-react.js +3 -3
  373. package/dist/ui/components/carousel/carousel-lib/swiper.d.ts +1 -1
  374. package/dist/ui/components/carousel/carousel-lib/swiper.js +1 -1
  375. package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +4 -4
  376. package/dist/ui/components/carousel/carousel-lib/types/index.js +4 -4
  377. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +2 -2
  378. package/dist/ui/components/carousel/index.d.ts +1 -1
  379. package/dist/ui/components/carousel/index.js +5 -5
  380. package/dist/ui/components/carousel/interfaces.d.ts +1 -1
  381. package/dist/ui/components/container/index.d.ts +1 -1
  382. package/dist/ui/components/drop-down/index.d.ts +1 -1
  383. package/dist/ui/components/drop-down/index.js +3 -3
  384. package/dist/ui/components/drop-down/interfaces.d.ts +1 -1
  385. package/dist/ui/components/error-boundary/component.d.ts +1 -1
  386. package/dist/ui/components/error-boundary/component.js +2 -2
  387. package/dist/ui/components/error-boundary/error-body.d.ts +1 -1
  388. package/dist/ui/components/error-boundary/index.d.ts +2 -2
  389. package/dist/ui/components/error-boundary/index.js +2 -2
  390. package/dist/ui/components/error-boundary/src/ErrorBoundary.d.ts +2 -2
  391. package/dist/ui/components/error-boundary/src/ErrorBoundary.js +1 -1
  392. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.d.ts +1 -1
  393. package/dist/ui/components/error-boundary/src/index.d.ts +5 -5
  394. package/dist/ui/components/error-boundary/src/index.js +5 -5
  395. package/dist/ui/components/error-boundary/src/useErrorBoundary.js +2 -2
  396. package/dist/ui/components/error-boundary/src/withErrorBoundary.d.ts +1 -1
  397. package/dist/ui/components/error-boundary/src/withErrorBoundary.js +1 -1
  398. package/dist/ui/components/form/checkbox/index.d.ts +1 -1
  399. package/dist/ui/components/form/checkbox/index.js +2 -2
  400. package/dist/ui/components/form/handler/component.d.ts +1 -1
  401. package/dist/ui/components/form/handler/component.js +2 -2
  402. package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
  403. package/dist/ui/components/form/handler/custom-submit/index.js +1 -1
  404. package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +1 -1
  405. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +3 -3
  406. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +3 -3
  407. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +3 -3
  408. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +3 -3
  409. package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.d.ts +1 -1
  410. package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +2 -2
  411. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +1 -1
  412. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -2
  413. package/dist/ui/components/form/handler/form-handler/index.js +5 -5
  414. package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +2 -2
  415. package/dist/ui/components/form/handler/form-handler/use-form-handler.js +1 -1
  416. package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +1 -1
  417. package/dist/ui/components/form/handler/form-handler/use-schemas.js +1 -1
  418. package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +1 -1
  419. package/dist/ui/components/form/handler/form-handler/use-send-file.js +1 -1
  420. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +1 -1
  421. package/dist/ui/components/form/handler/i18n/index.d.ts +1 -1
  422. package/dist/ui/components/form/handler/i18n/index.js +4 -4
  423. package/dist/ui/components/form/handler/index.d.ts +6 -6
  424. package/dist/ui/components/form/handler/index.js +6 -6
  425. package/dist/ui/components/form/handler/interfaces.d.ts +3 -3
  426. package/dist/ui/components/form/index.d.ts +27 -27
  427. package/dist/ui/components/form/index.js +27 -27
  428. package/dist/ui/components/form/input/index.d.ts +1 -1
  429. package/dist/ui/components/form/input/index.js +2 -2
  430. package/dist/ui/components/form/input-cep/component.d.ts +1 -1
  431. package/dist/ui/components/form/input-cep/component.js +2 -2
  432. package/dist/ui/components/form/input-cep/index.d.ts +3 -3
  433. package/dist/ui/components/form/input-cep/index.js +3 -3
  434. package/dist/ui/components/form/input-cep/interfaces.d.ts +1 -1
  435. package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +2 -2
  436. package/dist/ui/components/form/input-cep/use-cep/hook.js +1 -1
  437. package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -2
  438. package/dist/ui/components/form/input-cep/use-cep/index.js +2 -2
  439. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  440. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
  441. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
  442. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -3
  443. package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -1
  444. package/dist/ui/components/form/input-cep/use-cep/providers/index.js +1 -1
  445. package/dist/ui/components/form/input-color/index.d.ts +1 -1
  446. package/dist/ui/components/form/input-color/index.js +1 -1
  447. package/dist/ui/components/form/input-control/error/index.js +1 -1
  448. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  449. package/dist/ui/components/form/input-control/index.js +5 -5
  450. package/dist/ui/components/form/input-control/label/index.d.ts +1 -1
  451. package/dist/ui/components/form/input-control/label/index.js +2 -2
  452. package/dist/ui/components/form/input-control/loader-input/index.js +2 -2
  453. package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +1 -1
  454. package/dist/ui/components/form/input-cpf-cnpj/index.js +1 -1
  455. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +1 -1
  456. package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
  457. package/dist/ui/components/form/input-currency/components/index.js +1 -1
  458. package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +1 -1
  459. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +4 -4
  460. package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +1 -1
  461. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +2 -2
  462. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +1 -1
  463. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +1 -1
  464. package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
  465. package/dist/ui/components/form/input-currency/components/utils/index.js +8 -8
  466. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +1 -1
  467. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +1 -1
  468. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +1 -1
  469. package/dist/ui/components/form/input-currency/index.d.ts +1 -1
  470. package/dist/ui/components/form/input-currency/index.js +2 -2
  471. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  472. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +3 -3
  473. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  474. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +2 -2
  475. package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
  476. package/dist/ui/components/form/input-date-picker/calendar/index.js +5 -5
  477. package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +1 -1
  478. package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
  479. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +2 -2
  480. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
  481. package/dist/ui/components/form/input-date-picker/calendar/years/index.d.ts +1 -1
  482. package/dist/ui/components/form/input-date-picker/calendar/years/index.js +1 -1
  483. package/dist/ui/components/form/input-date-picker/component.d.ts +2 -2
  484. package/dist/ui/components/form/input-date-picker/component.js +2 -2
  485. package/dist/ui/components/form/input-date-picker/index.d.ts +2 -2
  486. package/dist/ui/components/form/input-date-picker/index.js +2 -2
  487. package/dist/ui/components/form/input-date-picker/interfaces.d.ts +1 -1
  488. package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
  489. package/dist/ui/components/form/input-date-picker/mock/index.js +1 -1
  490. package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.d.ts +1 -1
  491. package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js +3 -3
  492. package/dist/ui/components/form/input-date-picker-new/calendar/days/index.d.ts +1 -1
  493. package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js +2 -2
  494. package/dist/ui/components/form/input-date-picker-new/calendar/index.d.ts +1 -1
  495. package/dist/ui/components/form/input-date-picker-new/calendar/index.js +4 -4
  496. package/dist/ui/components/form/input-date-picker-new/calendar/interface.d.ts +1 -1
  497. package/dist/ui/components/form/input-date-picker-new/calendar/months/index.d.ts +1 -1
  498. package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js +2 -2
  499. package/dist/ui/components/form/input-date-picker-new/calendar/styles.d.ts +1 -1
  500. package/dist/ui/components/form/input-date-picker-new/component.d.ts +2 -2
  501. package/dist/ui/components/form/input-date-picker-new/component.js +3 -3
  502. package/dist/ui/components/form/input-date-picker-new/index.d.ts +2 -2
  503. package/dist/ui/components/form/input-date-picker-new/index.js +2 -2
  504. package/dist/ui/components/form/input-date-picker-new/interfaces.d.ts +1 -1
  505. package/dist/ui/components/form/input-date-picker-new/mock/index.d.ts +1 -1
  506. package/dist/ui/components/form/input-date-picker-new/mock/index.js +1 -1
  507. package/dist/ui/components/form/input-date-range/component.d.ts +1 -1
  508. package/dist/ui/components/form/input-date-range/component.js +4 -4
  509. package/dist/ui/components/form/input-date-range/filter/index.d.ts +1 -1
  510. package/dist/ui/components/form/input-date-range/filter/index.js +2 -2
  511. package/dist/ui/components/form/input-date-range/index.d.ts +1 -1
  512. package/dist/ui/components/form/input-date-range/index.js +1 -1
  513. package/dist/ui/components/form/input-file/component.d.ts +1 -1
  514. package/dist/ui/components/form/input-file/component.js +2 -2
  515. package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -4
  516. package/dist/ui/components/form/input-file/hooks/index.js +4 -4
  517. package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +1 -1
  518. package/dist/ui/components/form/input-file/hooks/use-components-file.js +2 -2
  519. package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +1 -1
  520. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +2 -2
  521. package/dist/ui/components/form/input-file/hooks/use-file.d.ts +1 -1
  522. package/dist/ui/components/form/input-file/hooks/use-file.js +2 -2
  523. package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +1 -1
  524. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +1 -1
  525. package/dist/ui/components/form/input-file/index.d.ts +4 -4
  526. package/dist/ui/components/form/input-file/index.js +4 -4
  527. package/dist/ui/components/form/input-file/render-files/component.d.ts +1 -1
  528. package/dist/ui/components/form/input-file/render-files/component.js +2 -2
  529. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
  530. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +1 -1
  531. package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +2 -2
  532. package/dist/ui/components/form/input-file/render-files/file-item/index.js +3 -3
  533. package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -3
  534. package/dist/ui/components/form/input-file/render-files/index.js +3 -3
  535. package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +1 -1
  536. package/dist/ui/components/form/input-manager/component.d.ts +1 -1
  537. package/dist/ui/components/form/input-manager/component.js +3 -3
  538. package/dist/ui/components/form/input-manager/index.d.ts +2 -2
  539. package/dist/ui/components/form/input-manager/index.js +2 -2
  540. package/dist/ui/components/form/input-manager/interfaces.d.ts +1 -1
  541. package/dist/ui/components/form/input-manager/styles.d.ts +1 -1
  542. package/dist/ui/components/form/input-mask/index.d.ts +1 -1
  543. package/dist/ui/components/form/input-mask/index.js +1 -1
  544. package/dist/ui/components/form/input-password/index.d.ts +1 -1
  545. package/dist/ui/components/form/input-password/index.js +3 -3
  546. package/dist/ui/components/form/input-range/index.d.ts +1 -1
  547. package/dist/ui/components/form/input-range/index.js +2 -2
  548. package/dist/ui/components/form/input-seo/index.js +3 -3
  549. package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +1 -1
  550. package/dist/ui/components/form/input-seo/input-meta-image/index.js +2 -2
  551. package/dist/ui/components/form/input-star/index.d.ts +1 -1
  552. package/dist/ui/components/form/input-star/index.js +2 -2
  553. package/dist/ui/components/form/input-svg/index.d.ts +1 -1
  554. package/dist/ui/components/form/input-svg/index.js +3 -3
  555. package/dist/ui/components/form/input-switch/index.d.ts +1 -1
  556. package/dist/ui/components/form/input-switch/index.js +3 -3
  557. package/dist/ui/components/form/input-switch/interfaces.d.ts +1 -1
  558. package/dist/ui/components/form/input-youtube/index.d.ts +1 -1
  559. package/dist/ui/components/form/input-youtube/index.js +2 -2
  560. package/dist/ui/components/form/interfaces.d.ts +7 -7
  561. package/dist/ui/components/form/radio/index.js +2 -2
  562. package/dist/ui/components/form/select/index.d.ts +1 -1
  563. package/dist/ui/components/form/select/index.js +3 -3
  564. package/dist/ui/components/form/select-icon/index.d.ts +1 -1
  565. package/dist/ui/components/form/select-icon/index.js +3 -3
  566. package/dist/ui/components/form/text-editor/index.d.ts +1 -1
  567. package/dist/ui/components/form/text-editor/index.js +2 -2
  568. package/dist/ui/components/form/text-editor/quill.js +1 -1
  569. package/dist/ui/components/form/textarea/index.d.ts +1 -1
  570. package/dist/ui/components/form/textarea/index.js +1 -1
  571. package/dist/ui/components/google-translate-page/index.js +3 -3
  572. package/dist/ui/components/index.d.ts +26 -26
  573. package/dist/ui/components/index.js +26 -26
  574. package/dist/ui/components/loader-circle/index.d.ts +1 -1
  575. package/dist/ui/components/loading-screen/index.d.ts +1 -1
  576. package/dist/ui/components/loading-screen/index.js +3 -3
  577. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
  578. package/dist/ui/components/menu-mobile/components/nav-links/index.js +3 -3
  579. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
  580. package/dist/ui/components/menu-mobile/index.d.ts +1 -1
  581. package/dist/ui/components/menu-mobile/index.js +4 -4
  582. package/dist/ui/components/menu-mobile/top/index.d.ts +1 -1
  583. package/dist/ui/components/menu-mobile/top/index.js +2 -2
  584. package/dist/ui/components/menu-mobile/top/interfaces.d.ts +1 -1
  585. package/dist/ui/components/modal/component.d.ts +1 -1
  586. package/dist/ui/components/modal/component.js +4 -4
  587. package/dist/ui/components/modal/index.d.ts +2 -2
  588. package/dist/ui/components/modal/index.js +2 -2
  589. package/dist/ui/components/modal/styles.js +1 -1
  590. package/dist/ui/components/next-image/index.d.ts +1 -1
  591. package/dist/ui/components/next-image/index.js +3 -3
  592. package/dist/ui/components/overlay/index.d.ts +1 -1
  593. package/dist/ui/components/overlay/index.js +3 -3
  594. package/dist/ui/components/pagination/index.d.ts +1 -1
  595. package/dist/ui/components/pagination/index.js +3 -3
  596. package/dist/ui/components/pix/index.js +4 -4
  597. package/dist/ui/components/pix/pix-sucess/index.js +2 -2
  598. package/dist/ui/components/pix/timer/index.js +1 -1
  599. package/dist/ui/components/pop-confirm/component.d.ts +1 -1
  600. package/dist/ui/components/pop-confirm/component.js +3 -3
  601. package/dist/ui/components/pop-confirm/index.d.ts +1 -1
  602. package/dist/ui/components/pop-confirm/index.js +1 -1
  603. package/dist/ui/components/portal/index.js +1 -1
  604. package/dist/ui/components/sidebar/index.d.ts +1 -1
  605. package/dist/ui/components/sidebar/index.js +1 -1
  606. package/dist/ui/components/site/context/index.js +1 -1
  607. package/dist/ui/components/site/context/scripts/acept-cookies/index.js +2 -2
  608. package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +2 -2
  609. package/dist/ui/components/site/context/scripts/component.d.ts +1 -1
  610. package/dist/ui/components/site/context/scripts/component.js +6 -6
  611. package/dist/ui/components/site/context/scripts/index.d.ts +5 -5
  612. package/dist/ui/components/site/context/scripts/index.js +5 -5
  613. package/dist/ui/components/site/context/scripts/interfaces.d.ts +1 -1
  614. package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +1 -1
  615. package/dist/ui/components/site/default-pages/404/component.js +2 -2
  616. package/dist/ui/components/site/default-pages/404/index.d.ts +1 -1
  617. package/dist/ui/components/site/default-pages/404/index.js +1 -1
  618. package/dist/ui/components/site/default-pages/500/component.js +2 -2
  619. package/dist/ui/components/site/default-pages/500/index.d.ts +1 -1
  620. package/dist/ui/components/site/default-pages/500/index.js +1 -1
  621. package/dist/ui/components/site/default-pages/index.d.ts +2 -2
  622. package/dist/ui/components/site/default-pages/index.js +2 -2
  623. package/dist/ui/components/site/default-pages/sitemap/index.js +1 -1
  624. package/dist/ui/components/site/effect/component.d.ts +1 -1
  625. package/dist/ui/components/site/effect/component.js +1 -1
  626. package/dist/ui/components/site/effect/index.d.ts +2 -2
  627. package/dist/ui/components/site/effect/index.js +2 -2
  628. package/dist/ui/components/site/head/component.d.ts +1 -1
  629. package/dist/ui/components/site/head/component.js +1 -1
  630. package/dist/ui/components/site/head/index.d.ts +2 -2
  631. package/dist/ui/components/site/head/index.js +2 -2
  632. package/dist/ui/components/site/header-link/component.d.ts +1 -1
  633. package/dist/ui/components/site/header-link/component.js +1 -1
  634. package/dist/ui/components/site/header-link/index.d.ts +2 -2
  635. package/dist/ui/components/site/header-link/index.js +2 -2
  636. package/dist/ui/components/site/header-link/interfaces.d.ts +1 -1
  637. package/dist/ui/components/site/header-link/versions/index.d.ts +1 -1
  638. package/dist/ui/components/site/header-link/versions/index.js +1 -1
  639. package/dist/ui/components/site/header-link/versions/version-01/component.d.ts +1 -1
  640. package/dist/ui/components/site/header-link/versions/version-01/component.js +2 -2
  641. package/dist/ui/components/site/index.d.ts +7 -7
  642. package/dist/ui/components/site/index.js +7 -7
  643. package/dist/ui/components/site/list-blog/card/index.d.ts +1 -1
  644. package/dist/ui/components/site/list-blog/card/index.js +2 -2
  645. package/dist/ui/components/site/list-blog/component.d.ts +1 -1
  646. package/dist/ui/components/site/list-blog/component.js +4 -4
  647. package/dist/ui/components/site/list-blog/index.d.ts +1 -1
  648. package/dist/ui/components/site/list-blog/index.js +1 -1
  649. package/dist/ui/components/site/mvv/component.d.ts +1 -1
  650. package/dist/ui/components/site/mvv/component.js +1 -1
  651. package/dist/ui/components/site/mvv/index.d.ts +1 -1
  652. package/dist/ui/components/site/mvv/index.js +1 -1
  653. package/dist/ui/components/site/mvv/interfaces.d.ts +1 -1
  654. package/dist/ui/components/site/mvv/versions/index.d.ts +1 -1
  655. package/dist/ui/components/site/mvv/versions/index.js +1 -1
  656. package/dist/ui/components/site/mvv/versions/version-01/component.d.ts +1 -1
  657. package/dist/ui/components/site/mvv/versions/version-01/component.js +2 -2
  658. package/dist/ui/components/skeleton/index.js +1 -1
  659. package/dist/ui/components/spacing/index.js +2 -2
  660. package/dist/ui/components/spacing/styles.d.ts +1 -1
  661. package/dist/ui/components/step-navigator/index.js +2 -2
  662. package/dist/ui/components/tooltip/component.d.ts +1 -1
  663. package/dist/ui/components/tooltip/component.js +4 -4
  664. package/dist/ui/components/tooltip/hooks/use-tool-tip.d.ts +1 -1
  665. package/dist/ui/components/tooltip/index.d.ts +2 -2
  666. package/dist/ui/components/tooltip/index.js +2 -2
  667. package/dist/ui/components/video/component.d.ts +1 -1
  668. package/dist/ui/components/video/component.js +1 -1
  669. package/dist/ui/components/video/index.d.ts +2 -2
  670. package/dist/ui/components/video/index.js +2 -2
  671. package/dist/ui/components/video/interfaces.d.ts +1 -1
  672. package/dist/ui/components/video/panda-video/components/index.d.ts +2 -2
  673. package/dist/ui/components/video/panda-video/components/index.js +2 -2
  674. package/dist/ui/components/video/panda-video/components/player-component.js +1 -1
  675. package/dist/ui/components/video/panda-video/components/player-wrapper.js +3 -3
  676. package/dist/ui/components/video/panda-video/index.d.ts +2 -2
  677. package/dist/ui/components/video/panda-video/index.js +2 -2
  678. package/dist/ui/components/video/panda-video/player.d.ts +1 -1
  679. package/dist/ui/components/video/panda-video/player.js +1 -1
  680. package/dist/ui/components/warning/index.d.ts +1 -1
  681. package/dist/ui/components/warning/index.js +4 -4
  682. package/dist/ui/components/warning/interface.d.ts +1 -1
  683. package/dist/ui/contexts/i18n/context.d.ts +1 -1
  684. package/dist/ui/contexts/i18n/context.js +3 -3
  685. package/dist/ui/contexts/i18n/edit-mode/index.js +1 -1
  686. package/dist/ui/contexts/i18n/get-initial-props.d.ts +1 -1
  687. package/dist/ui/contexts/i18n/get-initial-props.js +1 -1
  688. package/dist/ui/contexts/i18n/index.d.ts +6 -6
  689. package/dist/ui/contexts/i18n/index.js +6 -6
  690. package/dist/ui/contexts/i18n/translate.js +2 -2
  691. package/dist/ui/contexts/index.d.ts +3 -3
  692. package/dist/ui/contexts/index.js +3 -3
  693. package/dist/ui/contexts/toast/index.d.ts +1 -1
  694. package/dist/ui/contexts/toast/index.js +3 -3
  695. package/dist/ui/contexts/toast/styles.js +1 -1
  696. package/dist/ui/contexts/toast/toast-item/index.d.ts +1 -1
  697. package/dist/ui/contexts/toast/toast-item/index.js +2 -2
  698. package/dist/ui/hooks/index.d.ts +10 -10
  699. package/dist/ui/hooks/index.js +10 -10
  700. package/dist/ui/hooks/permitions/camera/index.d.ts +2 -2
  701. package/dist/ui/hooks/permitions/camera/index.js +2 -2
  702. package/dist/ui/hooks/permitions/camera/use-camera.js +4 -4
  703. package/dist/ui/hooks/permitions/index.d.ts +1 -1
  704. package/dist/ui/hooks/permitions/index.js +1 -1
  705. package/dist/ui/hooks/use-query/context.d.ts +1 -1
  706. package/dist/ui/hooks/use-query/context.js +1 -1
  707. package/dist/ui/hooks/use-query/hook.d.ts +1 -1
  708. package/dist/ui/hooks/use-query/hook.js +1 -1
  709. package/dist/ui/hooks/use-query/index.d.ts +5 -5
  710. package/dist/ui/hooks/use-query/index.js +5 -5
  711. package/dist/ui/hooks/use-query/interfaces.d.ts +1 -1
  712. package/dist/ui/hooks/use-query/store.d.ts +1 -1
  713. package/dist/ui/hooks/use-query/use-mutation.d.ts +2 -2
  714. package/dist/ui/hooks/use-query/use-mutation.js +1 -1
  715. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.d.ts +2 -2
  716. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +3 -3
  717. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.d.ts +1 -1
  718. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.d.ts +2 -2
  719. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.d.ts +2 -2
  720. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.d.ts +5 -5
  721. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +5 -5
  722. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.d.ts +1 -1
  723. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.d.ts +1 -1
  724. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.d.ts +1 -1
  725. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.d.ts +1 -1
  726. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +3 -3
  727. package/dist/ui/hooks/use-swagger/_generate_swagger/index.d.ts +5 -5
  728. package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +5 -5
  729. package/dist/ui/hooks/use-swagger/client/index.d.ts +2 -2
  730. package/dist/ui/hooks/use-swagger/client/index.js +1 -1
  731. package/dist/ui/hooks/use-swagger/index.d.ts +2 -2
  732. package/dist/ui/hooks/use-swagger/index.js +2 -2
  733. package/dist/ui/hooks/use-swagger/test/index.js +1 -1
  734. package/dist/ui/hooks/use-timer/index.d.ts +2 -2
  735. package/dist/ui/hooks/use-timer/index.js +2 -2
  736. package/dist/ui/hooks/use-timer/use-timer.d.ts +1 -1
  737. package/dist/ui/icons/index.d.ts +127 -127
  738. package/dist/ui/icons/index.js +127 -127
  739. package/dist/ui/icons/render/component.d.ts +2 -2
  740. package/dist/ui/icons/render/component.js +1 -1
  741. package/dist/ui/icons/render/icon-Instagram.d.ts +1 -1
  742. package/dist/ui/icons/render/icon-Linkedin.d.ts +1 -1
  743. package/dist/ui/icons/render/icon-Lupa.d.ts +1 -1
  744. package/dist/ui/icons/render/icon-Map.d.ts +1 -1
  745. package/dist/ui/icons/render/icon-Microphone.d.ts +1 -1
  746. package/dist/ui/icons/render/icon-Minus.d.ts +1 -1
  747. package/dist/ui/icons/render/icon-Phone.d.ts +1 -1
  748. package/dist/ui/icons/render/icon-Pin.d.ts +1 -1
  749. package/dist/ui/icons/render/icon-Play.d.ts +1 -1
  750. package/dist/ui/icons/render/icon-Plus.d.ts +1 -1
  751. package/dist/ui/icons/render/icon-Share.d.ts +1 -1
  752. package/dist/ui/icons/render/icon-TikTok.d.ts +1 -1
  753. package/dist/ui/icons/render/icon-YouTube.d.ts +1 -1
  754. package/dist/ui/icons/render/icon-academic-cap copy.d.ts +1 -1
  755. package/dist/ui/icons/render/icon-academic-cap.d.ts +1 -1
  756. package/dist/ui/icons/render/icon-ampulheta.d.ts +1 -1
  757. package/dist/ui/icons/render/icon-block.d.ts +1 -1
  758. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -1
  759. package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +1 -1
  760. package/dist/ui/icons/render/icon-bottom-navigation.d.ts +1 -1
  761. package/dist/ui/icons/render/icon-box.d.ts +1 -1
  762. package/dist/ui/icons/render/icon-calculator.d.ts +1 -1
  763. package/dist/ui/icons/render/icon-calendar-browse.d.ts +1 -1
  764. package/dist/ui/icons/render/icon-calendar.d.ts +1 -1
  765. package/dist/ui/icons/render/icon-cam.d.ts +1 -1
  766. package/dist/ui/icons/render/icon-cell-phone.d.ts +1 -1
  767. package/dist/ui/icons/render/icon-chalet.d.ts +1 -1
  768. package/dist/ui/icons/render/icon-chat.d.ts +1 -1
  769. package/dist/ui/icons/render/icon-check.d.ts +1 -1
  770. package/dist/ui/icons/render/icon-checked.d.ts +1 -1
  771. package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +1 -1
  772. package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +1 -1
  773. package/dist/ui/icons/render/icon-clip.d.ts +1 -1
  774. package/dist/ui/icons/render/icon-clock.d.ts +1 -1
  775. package/dist/ui/icons/render/icon-close.d.ts +1 -1
  776. package/dist/ui/icons/render/icon-codie.d.ts +1 -1
  777. package/dist/ui/icons/render/icon-computer.d.ts +1 -1
  778. package/dist/ui/icons/render/icon-credit-card.d.ts +1 -1
  779. package/dist/ui/icons/render/icon-danger.d.ts +1 -1
  780. package/dist/ui/icons/render/icon-death.d.ts +1 -1
  781. package/dist/ui/icons/render/icon-delete.d.ts +1 -1
  782. package/dist/ui/icons/render/icon-diabets.d.ts +1 -1
  783. package/dist/ui/icons/render/icon-door.d.ts +1 -1
  784. package/dist/ui/icons/render/icon-download.d.ts +1 -1
  785. package/dist/ui/icons/render/icon-drop-file.d.ts +1 -1
  786. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -1
  787. package/dist/ui/icons/render/icon-edit.d.ts +1 -1
  788. package/dist/ui/icons/render/icon-email.d.ts +1 -1
  789. package/dist/ui/icons/render/icon-empty-chat.d.ts +1 -1
  790. package/dist/ui/icons/render/icon-equalizer.d.ts +1 -1
  791. package/dist/ui/icons/render/icon-excel.d.ts +1 -1
  792. package/dist/ui/icons/render/icon-exclamation.d.ts +1 -1
  793. package/dist/ui/icons/render/icon-exit.d.ts +1 -1
  794. package/dist/ui/icons/render/icon-eye-slash.d.ts +1 -1
  795. package/dist/ui/icons/render/icon-eye.d.ts +1 -1
  796. package/dist/ui/icons/render/icon-facebook.d.ts +1 -1
  797. package/dist/ui/icons/render/icon-file.d.ts +1 -1
  798. package/dist/ui/icons/render/icon-filter.d.ts +1 -1
  799. package/dist/ui/icons/render/icon-flag.d.ts +1 -1
  800. package/dist/ui/icons/render/icon-folder.d.ts +1 -1
  801. package/dist/ui/icons/render/icon-fullfield-bell.d.ts +1 -1
  802. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +1 -1
  803. package/dist/ui/icons/render/icon-gear.d.ts +1 -1
  804. package/dist/ui/icons/render/icon-gender.d.ts +1 -1
  805. package/dist/ui/icons/render/icon-globe.d.ts +1 -1
  806. package/dist/ui/icons/render/icon-heart.d.ts +1 -1
  807. package/dist/ui/icons/render/icon-home.d.ts +1 -1
  808. package/dist/ui/icons/render/icon-hospitalization.d.ts +1 -1
  809. package/dist/ui/icons/render/icon-hypertension.d.ts +1 -1
  810. package/dist/ui/icons/render/icon-info.d.ts +1 -1
  811. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +1 -1
  812. package/dist/ui/icons/render/icon-language.d.ts +1 -1
  813. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -1
  814. package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +1 -1
  815. package/dist/ui/icons/render/icon-left-navigation.d.ts +1 -1
  816. package/dist/ui/icons/render/icon-like.d.ts +1 -1
  817. package/dist/ui/icons/render/icon-loading.d.ts +1 -1
  818. package/dist/ui/icons/render/icon-map-floor.d.ts +1 -1
  819. package/dist/ui/icons/render/icon-message-balloon.d.ts +1 -1
  820. package/dist/ui/icons/render/icon-mobile.d.ts +1 -1
  821. package/dist/ui/icons/render/icon-money-value-symbol.d.ts +1 -1
  822. package/dist/ui/icons/render/icon-next.d.ts +1 -1
  823. package/dist/ui/icons/render/icon-not-found.d.ts +1 -1
  824. package/dist/ui/icons/render/icon-not-like.d.ts +1 -1
  825. package/dist/ui/icons/render/icon-padlock.d.ts +1 -1
  826. package/dist/ui/icons/render/icon-pc.d.ts +1 -1
  827. package/dist/ui/icons/render/icon-pdf.d.ts +1 -1
  828. package/dist/ui/icons/render/icon-performance.d.ts +1 -1
  829. package/dist/ui/icons/render/icon-person.d.ts +1 -1
  830. package/dist/ui/icons/render/icon-pet.d.ts +1 -1
  831. package/dist/ui/icons/render/icon-phone-message.d.ts +1 -1
  832. package/dist/ui/icons/render/icon-plane.d.ts +1 -1
  833. package/dist/ui/icons/render/icon-play-rounded.d.ts +1 -1
  834. package/dist/ui/icons/render/icon-plus-sharp.d.ts +1 -1
  835. package/dist/ui/icons/render/icon-prev.d.ts +1 -1
  836. package/dist/ui/icons/render/icon-print.d.ts +1 -1
  837. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -1
  838. package/dist/ui/icons/render/icon-right-circle.d.ts +1 -1
  839. package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +1 -1
  840. package/dist/ui/icons/render/icon-right-navigation-double.d.ts +1 -1
  841. package/dist/ui/icons/render/icon-right-navigation-rounded.d.ts +1 -1
  842. package/dist/ui/icons/render/icon-right-navigation.d.ts +1 -1
  843. package/dist/ui/icons/render/icon-route.d.ts +1 -1
  844. package/dist/ui/icons/render/icon-selo.d.ts +1 -1
  845. package/dist/ui/icons/render/icon-send-arrow.d.ts +1 -1
  846. package/dist/ui/icons/render/icon-send-message.d.ts +1 -1
  847. package/dist/ui/icons/render/icon-send.d.ts +1 -1
  848. package/dist/ui/icons/render/icon-seo.d.ts +1 -1
  849. package/dist/ui/icons/render/icon-share-v2.d.ts +1 -1
  850. package/dist/ui/icons/render/icon-shopping.d.ts +1 -1
  851. package/dist/ui/icons/render/icon-star.d.ts +1 -1
  852. package/dist/ui/icons/render/icon-starBg.d.ts +1 -1
  853. package/dist/ui/icons/render/icon-three-dots.d.ts +1 -1
  854. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -1
  855. package/dist/ui/icons/render/icon-top-navigation.d.ts +1 -1
  856. package/dist/ui/icons/render/icon-transparent-mail.d.ts +1 -1
  857. package/dist/ui/icons/render/icon-transparent-phone.d.ts +1 -1
  858. package/dist/ui/icons/render/icon-twitter.d.ts +1 -1
  859. package/dist/ui/icons/render/icon-upload.d.ts +1 -1
  860. package/dist/ui/icons/render/icon-user.d.ts +1 -1
  861. package/dist/ui/icons/render/icon-warning.d.ts +1 -1
  862. package/dist/ui/icons/render/icon-weight.d.ts +1 -1
  863. package/dist/ui/icons/render/icon-whats.d.ts +1 -1
  864. package/dist/ui/icons/render/icon-word.d.ts +1 -1
  865. package/dist/ui/icons/render/image.d.ts +1 -1
  866. package/dist/ui/icons/render/index.d.ts +1 -1
  867. package/dist/ui/icons/render/index.js +1 -1
  868. package/dist/ui/icons/render-icon/index.d.ts +1 -1
  869. package/dist/ui/icons/render-icon/index.js +1 -1
  870. package/dist/ui/index.d.ts +8 -8
  871. package/dist/ui/index.js +8 -8
  872. package/dist/ui/integrations/index.d.ts +1 -1
  873. package/dist/ui/integrations/index.js +1 -1
  874. package/dist/ui/integrations/message-provider/index.d.ts +1 -1
  875. package/dist/ui/integrations/message-provider/index.js +1 -1
  876. package/dist/ui/integrations/message-provider/send-message.js +1 -1
  877. package/dist/ui/types/index.d.ts +1 -1
  878. package/dist/ui/types/index.js +1 -1
  879. package/dist/ui/utils/_app_utils/generate_ref.js +1 -1
  880. package/dist/ui/utils/_app_utils/get-pathname-ref.js +1 -1
  881. package/dist/ui/utils/_app_utils/index.d.ts +2 -2
  882. package/dist/ui/utils/_app_utils/index.js +2 -2
  883. package/dist/ui/utils/buffer/index.d.ts +2 -2
  884. package/dist/ui/utils/buffer/index.js +2 -2
  885. package/dist/ui/utils/colors/index.d.ts +1 -1
  886. package/dist/ui/utils/colors/index.js +1 -1
  887. package/dist/ui/utils/date/index.d.ts +1 -1
  888. package/dist/ui/utils/date/index.js +1 -1
  889. package/dist/ui/utils/facebook/index.d.ts +1 -1
  890. package/dist/ui/utils/facebook/index.js +1 -1
  891. package/dist/ui/utils/file/index.d.ts +3 -3
  892. package/dist/ui/utils/file/index.js +3 -3
  893. package/dist/ui/utils/file/load-file.js +1 -1
  894. package/dist/ui/utils/file/upload-file.d.ts +1 -1
  895. package/dist/ui/utils/file/upload-file.js +1 -1
  896. package/dist/ui/utils/format/index.d.ts +1 -1
  897. package/dist/ui/utils/format/index.js +1 -1
  898. package/dist/ui/utils/formatters/index.d.ts +1 -1
  899. package/dist/ui/utils/formatters/index.js +1 -1
  900. package/dist/ui/utils/http/api.d.ts +1 -1
  901. package/dist/ui/utils/http/api.js +1 -1
  902. package/dist/ui/utils/http/axios-http-client.d.ts +1 -1
  903. package/dist/ui/utils/http/axios-http-client.js +2 -2
  904. package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -7
  905. package/dist/ui/utils/http/errors/http-errors/index.js +7 -7
  906. package/dist/ui/utils/http/errors/index.d.ts +2 -2
  907. package/dist/ui/utils/http/errors/index.js +2 -2
  908. package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -1
  909. package/dist/ui/utils/http/errors/system-errors-model/index.js +1 -1
  910. package/dist/ui/utils/http/index.d.ts +4 -4
  911. package/dist/ui/utils/http/index.js +4 -4
  912. package/dist/ui/utils/http/interfaces.d.ts +1 -1
  913. package/dist/ui/utils/index.d.ts +24 -24
  914. package/dist/ui/utils/index.js +24 -24
  915. package/dist/ui/utils/infinity-forge/index.d.ts +2 -2
  916. package/dist/ui/utils/infinity-forge/index.js +2 -2
  917. package/dist/ui/utils/json/index.js +1 -1
  918. package/dist/ui/utils/libs/index.d.ts +2 -2
  919. package/dist/ui/utils/libs/index.js +2 -2
  920. package/dist/ui/utils/libs/moment/index.d.ts +1 -1
  921. package/dist/ui/utils/libs/moment/index.js +1 -1
  922. package/dist/ui/utils/libs/next/index.d.ts +2 -2
  923. package/dist/ui/utils/libs/next/index.js +2 -2
  924. package/dist/ui/utils/mocks/index.d.ts +1 -1
  925. package/dist/ui/utils/mocks/index.js +1 -1
  926. package/dist/ui/utils/phone/index.d.ts +1 -1
  927. package/dist/ui/utils/phone/index.js +1 -1
  928. package/dist/ui/utils/storage/index.d.ts +1 -1
  929. package/dist/ui/utils/storage/index.js +1 -1
  930. package/dist/ui/utils/validations/index.d.ts +3 -3
  931. package/dist/ui/utils/validations/index.js +3 -3
  932. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Swagger } from "./swagger_client.js";
1
+ import { Swagger } from "./swagger_client";
2
2
  export declare const client: <Url extends keyof Swagger, Method extends keyof Swagger[Url]>({ url, method, body, headers, }: {
3
3
  url: Url;
4
4
  method: Method;
@@ -10,6 +10,6 @@ export declare const client: <Url extends keyof Swagger, Method extends keyof Sw
10
10
  url: Url;
11
11
  method: Method;
12
12
  body?: Partial<Omit<Swagger[Url][Method], "result">>;
13
- } & Partial<Omit<import("../ui/index.js").useQueryProps<any>, "queryFn">>) => Required<import("../ui/index.js").QueryState<Awaited<Swagger[Url][Method] extends {
13
+ } & Partial<Omit<import("@/ui").useQueryProps<any>, "queryFn">>) => Required<import("@/ui").QueryState<Awaited<Swagger[Url][Method] extends {
14
14
  result: infer R;
15
15
  } ? R : never>>>;
@@ -2,7 +2,7 @@
2
2
  var _a;
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.useSwagger = exports.client = void 0;
5
- var ui_1 = require("../ui/index.js");
5
+ var ui_1 = require("@/ui");
6
6
  exports.client = (_a = (0, ui_1.createClient)({
7
7
  fetcher: ui_1.api,
8
8
  defaultHeaders: { tenantId: process.env.tenantId || "" },
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  var fs_1 = __importDefault(require("fs"));
7
- var ui_1 = require("../ui/index.js");
7
+ var ui_1 = require("@/ui");
8
8
  (0, ui_1.generateSwaggerTypes)({
9
9
  fs: fs_1.default,
10
10
  fsPath: "./src/codie_panel/client/swagger_client.ts",
@@ -1 +1 @@
1
- export * from "./client.js";
1
+ export * from "./client";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./client.js"), exports);
17
+ __exportStar(require("./client"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./use-panel-configurations.js";
1
+ export * from "./use-panel-configurations";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./use-panel-configurations.js"), exports);
17
+ __exportStar(require("./use-panel-configurations"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
- export declare const usePanelConfigurations: () => import("../../../ui/index.js").DynamicSectionResult<Partial<{
1
+ export declare const usePanelConfigurations: () => import("@/ui").DynamicSectionResult<Partial<{
2
2
  primaryColor: string;
3
3
  secondaryColor: string;
4
- panelLogo: import("../../../ui/index.js").FileSystemType[];
4
+ panelLogo: import("@/ui").FileSystemType[];
5
5
  }>>;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.usePanelConfigurations = void 0;
4
- var ui_1 = require("../../../ui/index.js");
5
- var keys_1 = require("../keys.js");
4
+ var ui_1 = require("@/ui");
5
+ var keys_1 = require("../keys");
6
6
  var usePanelConfigurations = function () {
7
7
  return (0, ui_1.useDynamicSection)(keys_1.atena_codie_panel_keys.panel_configurations);
8
8
  };
@@ -1,2 +1,2 @@
1
- export * from "./keys.js";
2
- export * from "./hooks/index.js";
1
+ export * from "./keys";
2
+ export * from "./hooks";
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./keys.js"), exports);
18
- __exportStar(require("./hooks/index.js"), exports);
17
+ __exportStar(require("./keys"), exports);
18
+ __exportStar(require("./hooks"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { DynamicSectionProps, FileSystemType } from '../../ui/index.js';
1
+ import { DynamicSectionProps, FileSystemType } from '@/ui';
2
2
  type atena_codie_panel_keys_name = 'panel_configurations';
3
3
  type AtenaPanelKeysType = {
4
4
  panel_configurations: {
@@ -1,5 +1,5 @@
1
- export declare const usePanelConfigurations: import("../../ui/index.js").DynamicSectionResult<Partial<{
1
+ export declare const usePanelConfigurations: import("@/ui").DynamicSectionResult<Partial<{
2
2
  primaryColor: string;
3
3
  secondaryColor: string;
4
- panelLogo: import("../../ui/index.js").FileSystemType[];
4
+ panelLogo: import("@/ui").FileSystemType[];
5
5
  }>>;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.usePanelConfigurations = void 0;
4
- var ui_1 = require("../../ui/index.js");
5
- var atena_codie_panel_keys_1 = require("../atena_codie_panel_keys/index.js");
4
+ var ui_1 = require("@/ui");
5
+ var atena_codie_panel_keys_1 = require("../atena_codie_panel_keys");
6
6
  exports.usePanelConfigurations = (0, ui_1.useDynamicSection)(atena_codie_panel_keys_1.atena_codie_panel_keys.panel_configurations);
7
7
  //# sourceMappingURL=use-panel-configurations.js.map
@@ -1,3 +1,3 @@
1
- export * from "./pages/index.js";
2
- export * from "./panel_configurations/index.js";
3
- export * from "./atena_codie_panel_keys/index.js";
1
+ export * from "./pages";
2
+ export * from "./panel_configurations";
3
+ export * from "./atena_codie_panel_keys";
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./pages/index.js"), exports);
18
- __exportStar(require("./panel_configurations/index.js"), exports);
19
- __exportStar(require("./atena_codie_panel_keys/index.js"), exports);
17
+ __exportStar(require("./pages"), exports);
18
+ __exportStar(require("./panel_configurations"), exports);
19
+ __exportStar(require("./atena_codie_panel_keys"), exports);
20
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./menu-card/index.js";
1
+ export * from "./menu-card";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./menu-card/index.js"), exports);
17
+ __exportStar(require("./menu-card"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./page.js";
1
+ export * from "./page";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./page.js"), exports);
17
+ __exportStar(require("./page"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CodiePanelConfigurations = CodiePanelConfigurations;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- var system_1 = require("../../../system/index.js");
6
- var codie_panel_1 = require("../../../codie_panel/index.js");
5
+ var system_1 = require("@/system");
6
+ var codie_panel_1 = require("@/codie_panel");
7
7
  function ConfigurationsPage() {
8
8
  var Section = (0, codie_panel_1.usePanelConfigurations)().Section;
9
9
  return ((0, jsx_runtime_1.jsx)(system_1.Layout, { children: (0, jsx_runtime_1.jsx)(system_1.PageWrapper, { title: 'Configura\u00E7\u00F5es', children: (0, jsx_runtime_1.jsx)(Section, {}) }) }));
@@ -1,2 +1,2 @@
1
- export * from "./menu/index.js";
2
- export * from "./configurations/index.js";
1
+ export * from "./menu";
2
+ export * from "./configurations";
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./menu/index.js"), exports);
18
- __exportStar(require("./configurations/index.js"), exports);
17
+ __exportStar(require("./menu"), exports);
18
+ __exportStar(require("./configurations"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./menu-card/index.js";
1
+ export * from "./menu-card";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./menu-card/index.js"), exports);
17
+ __exportStar(require("./menu-card"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./page.js";
1
+ export * from "./page";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./page.js"), exports);
17
+ __exportStar(require("./page"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CodiePanelMenuPage = CodiePanelMenuPage;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- var components_1 = require("./components/index.js");
6
- var system_1 = require("../../../system/index.js");
5
+ var components_1 = require("./components");
6
+ var system_1 = require("@/system");
7
7
  function MenuPage() {
8
8
  // const {} = codiePanelClient.useSwagger({ url: '' })
9
9
  return ((0, jsx_runtime_1.jsx)(system_1.Layout, { children: (0, jsx_runtime_1.jsx)(system_1.PageWrapper, { title: 'Menu', children: [1, 2, 3].map(function (menu) {
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './ui/index.js';
2
- export * from './system/index.js';
3
- export * from "./codie_panel/index.js";
1
+ export * from './ui';
2
+ export * from './system';
3
+ export * from "./codie_panel";
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ui/index.js"), exports);
18
- __exportStar(require("./system/index.js"), exports);
19
- __exportStar(require("./codie_panel/index.js"), exports);
17
+ __exportStar(require("./ui"), exports);
18
+ __exportStar(require("./system"), exports);
19
+ __exportStar(require("./codie_panel"), exports);
20
20
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,3 @@
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}}ol li:is([data-list=bullet]):before{content:"•"!important}
2
- 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}}ol li:is([data-list=bullet]):before{content:"•"}
3
- .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}
4
- *,: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}
5
-
6
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}
7
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}
@@ -58,8 +58,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
58
58
  exports.Avatar = Avatar;
59
59
  var jsx_runtime_1 = require("react/jsx-runtime");
60
60
  var react_1 = require("react");
61
- var ui_1 = require("../../../../ui/index.js");
62
- var S = __importStar(require("./styles.js"));
61
+ var ui_1 = require("@/ui");
62
+ var S = __importStar(require("./styles"));
63
63
  function Avatar(_a) {
64
64
  var image = _a.image, className = _a.className, buttonText = _a.buttonText, rest = __rest(_a, ["image", "className", "buttonText"]);
65
65
  var _b = (0, react_1.useState)(false), imageError = _b[0], setImageError = _b[1];
@@ -1 +1 @@
1
- export * from './sidebar-button/index.js';
1
+ export * from './sidebar-button';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./sidebar-button/index.js"), exports);
17
+ __exportStar(require("./sidebar-button"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -35,8 +35,8 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.SideBarButton = SideBarButton;
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
- var ui_1 = require("../../../../../ui/index.js");
39
- var S = __importStar(require("./styles.js"));
38
+ var ui_1 = require("@/ui");
39
+ var S = __importStar(require("./styles"));
40
40
  function SideBarButton() {
41
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
42
  }
@@ -1,4 +1,4 @@
1
- import { Message } from '../interfaces.js';
1
+ import { Message } from '../interfaces';
2
2
  export declare function CardMessage({ message }: {
3
3
  message: Message;
4
4
  }): import("react/jsx-runtime").JSX.Element;
@@ -35,9 +35,9 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.CardMessage = CardMessage;
37
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"));
38
+ var ui_1 = require("@/ui");
39
+ var system_1 = require("@/system");
40
+ var S = __importStar(require("./styles"));
41
41
  function CardMessage(_a) {
42
42
  var message = _a.message;
43
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 }) }))] }) }));
@@ -1,2 +1,2 @@
1
- import { IChatProps } from './interfaces.js';
1
+ import { IChatProps } from './interfaces';
2
2
  export declare function Chat({ messages, isLoading, sendMensage }: IChatProps): import("react/jsx-runtime").JSX.Element;
@@ -35,11 +35,11 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.Chat = Chat;
37
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"));
38
+ var ui_1 = require("@/ui");
39
+ var schema_1 = require("./schema");
40
+ var loader_1 = require("./loader");
41
+ var card_message_1 = require("./card-message");
42
+ var S = __importStar(require("./styles"));
43
43
  function Chat(_a) {
44
44
  var messages = _a.messages, isLoading = _a.isLoading, sendMensage = _a.sendMensage;
45
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' }) })] })] }) }));
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChatLoader = ChatLoader;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
- var ui_1 = require("../../../../../ui/index.js");
5
+ var ui_1 = require("@/ui");
6
6
  function ChatLoader() {
7
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
8
  }
@@ -1,2 +1,2 @@
1
- import { IDetailCard } from './interfaces.js';
1
+ import { IDetailCard } from './interfaces';
2
2
  export declare function DetailCard({ icon, color, title, subTitle, action, warning, iconSize, highlight }: IDetailCard): import("react/jsx-runtime").JSX.Element;
@@ -35,9 +35,9 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.DetailCard = DetailCard;
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
- var highlight_icon_1 = require("../highlight-icon/index.js");
39
- var ui_1 = require("../../../../ui/index.js");
40
- var S = __importStar(require("./styles.js"));
38
+ var highlight_icon_1 = require("../highlight-icon");
39
+ var ui_1 = require("@/ui");
40
+ var S = __importStar(require("./styles"));
41
41
  function DetailCard(_a) {
42
42
  var icon = _a.icon, color = _a.color, title = _a.title, subTitle = _a.subTitle, action = _a.action, warning = _a.warning, iconSize = _a.iconSize, highlight = _a.highlight;
43
43
  if (!title) {
@@ -1,2 +1,2 @@
1
- export * from "./component.js";
2
- export * from "./interfaces.js";
1
+ export * from "./component";
2
+ export * from "./interfaces";
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./component.js"), exports);
18
- __exportStar(require("./interfaces.js"), exports);
17
+ __exportStar(require("./component"), exports);
18
+ __exportStar(require("./interfaces"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { IconsNames } from '../../../../ui/index.js';
2
+ import { IconsNames } from '@/ui';
3
3
  export interface IDetailCard {
4
4
  id?: number;
5
5
  icon: IconsNames;
@@ -1,2 +1,2 @@
1
- import { IHighlightIcon } from './interfaces.js';
1
+ import { IHighlightIcon } from './interfaces';
2
2
  export declare function HighlightIcon({ icon, color }: IHighlightIcon): import("react/jsx-runtime").JSX.Element;
@@ -35,8 +35,8 @@ var __importStar = (this && this.__importStar) || (function () {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.HighlightIcon = HighlightIcon;
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
- var ui_1 = require("../../../../ui/index.js");
39
- var S = __importStar(require("./styles.js"));
38
+ var ui_1 = require("@/ui");
39
+ var S = __importStar(require("./styles"));
40
40
  function HighlightIcon(_a) {
41
41
  var icon = _a.icon, color = _a.color;
42
42
  var background = (0, ui_1.hexToRgbA)(color, 0.22);
@@ -1,4 +1,4 @@
1
- import { IconsNames } from '../../../../ui/index.js';
1
+ import { IconsNames } from '@/ui';
2
2
  export interface IHighlightIcon {
3
3
  color: string;
4
4
  icon: {