infinity-forge 12.6.7 → 12.6.8

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 (288) hide show
  1. package/dist/test/index.js +20 -16
  2. package/dist/test/index.js.map +1 -1
  3. package/dist/ui/atena/i18n/context.d.ts +1 -1
  4. package/dist/ui/atena/i18n/context.js +1 -1
  5. package/dist/ui/atena/i18n/translation.js +1 -1
  6. package/dist/ui/atena/i18n/use-i18n-data.js +1 -1
  7. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +10 -3
  8. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -1
  9. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +3 -4
  10. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -1
  11. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +1 -1
  12. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -1
  13. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +23 -19
  14. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -1
  15. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.d.ts +19 -1
  16. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +35 -28
  17. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -1
  18. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +2 -2
  19. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -1
  20. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +67 -3
  21. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
  22. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +6 -0
  23. package/dist/ui/atena/presentation/site-configurations/use-site-configurations.d.ts +6 -0
  24. package/dist/ui/components/form/checkbox/index.d.ts +1 -1
  25. package/dist/ui/components/form/checkbox/index.js +3 -3
  26. package/dist/ui/components/form/handler/component.d.ts +1 -1
  27. package/dist/ui/components/form/handler/component.js +3 -3
  28. package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
  29. package/dist/ui/components/form/handler/custom-submit/index.js +1 -1
  30. package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +1 -1
  31. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +3 -3
  32. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +3 -3
  33. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +3 -3
  34. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +3 -3
  35. package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.d.ts +1 -1
  36. package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +2 -2
  37. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +1 -1
  38. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -2
  39. package/dist/ui/components/form/handler/form-handler/index.js +4 -4
  40. package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +3 -3
  41. package/dist/ui/components/form/handler/form-handler/use-form-handler.js +1 -1
  42. package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +1 -1
  43. package/dist/ui/components/form/handler/form-handler/use-schemas.js +1 -1
  44. package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +1 -1
  45. package/dist/ui/components/form/handler/form-handler/use-send-file.js +1 -1
  46. package/dist/ui/components/form/handler/form-handler/use-submit/index.d.ts +2 -2
  47. package/dist/ui/components/form/handler/form-handler/use-submit/index.js +3 -3
  48. package/dist/ui/components/form/handler/i18n/index.d.ts +1 -1
  49. package/dist/ui/components/form/handler/i18n/index.js +2 -2
  50. package/dist/ui/components/form/handler/index.d.ts +6 -6
  51. package/dist/ui/components/form/handler/index.js +6 -6
  52. package/dist/ui/components/form/handler/interfaces.d.ts +3 -3
  53. package/dist/ui/components/form/input-control/error/index.js +1 -1
  54. package/dist/ui/components/form/input-control/label/index.js +2 -2
  55. package/dist/ui/components/form/input-control/loader-input/index.js +2 -2
  56. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +1 -1
  57. package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
  58. package/dist/ui/components/form/input-currency/components/index.js +1 -1
  59. package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +1 -1
  60. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +4 -4
  61. package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +1 -1
  62. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +2 -2
  63. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +1 -1
  64. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +1 -1
  65. package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
  66. package/dist/ui/components/form/input-currency/components/utils/index.js +8 -8
  67. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +1 -1
  68. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +1 -1
  69. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +1 -1
  70. package/dist/ui/components/form/input-currency/index.d.ts +1 -1
  71. package/dist/ui/components/form/input-currency/index.js +2 -2
  72. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  73. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +3 -3
  74. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  75. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +2 -2
  76. package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
  77. package/dist/ui/components/form/input-date-picker/calendar/index.js +5 -5
  78. package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +1 -1
  79. package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
  80. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +2 -2
  81. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
  82. package/dist/ui/components/form/input-date-picker/calendar/years/index.d.ts +1 -1
  83. package/dist/ui/components/form/input-date-picker/calendar/years/index.js +1 -1
  84. package/dist/ui/components/form/input-date-picker/component.d.ts +2 -2
  85. package/dist/ui/components/form/input-date-picker/component.js +2 -2
  86. package/dist/ui/components/form/input-date-picker/index.d.ts +2 -2
  87. package/dist/ui/components/form/input-date-picker/index.js +2 -2
  88. package/dist/ui/components/form/input-date-picker/interfaces.d.ts +1 -1
  89. package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
  90. package/dist/ui/components/form/input-date-picker/mock/index.js +1 -1
  91. package/dist/ui/components/form/input-manager/component.d.ts +2 -2
  92. package/dist/ui/components/form/input-manager/component.js +3 -3
  93. package/dist/ui/components/form/input-manager/index.d.ts +2 -2
  94. package/dist/ui/components/form/input-manager/index.js +2 -2
  95. package/dist/ui/components/form/input-manager/interfaces.d.ts +1 -1
  96. package/dist/ui/components/form/input-manager/styles.d.ts +1 -1
  97. package/dist/ui/components/form/input-mask/index.d.ts +1 -1
  98. package/dist/ui/components/form/input-mask/index.js +2 -2
  99. package/dist/ui/icons/index.d.ts +137 -137
  100. package/dist/ui/icons/index.js +137 -137
  101. package/dist/ui/icons/render/component.d.ts +2 -2
  102. package/dist/ui/icons/render/component.js +1 -1
  103. package/dist/ui/icons/render/icon-Instagram.d.ts +1 -1
  104. package/dist/ui/icons/render/icon-Linkedin.d.ts +1 -1
  105. package/dist/ui/icons/render/icon-Lupa.d.ts +1 -1
  106. package/dist/ui/icons/render/icon-Map.d.ts +1 -1
  107. package/dist/ui/icons/render/icon-Microphone.d.ts +1 -1
  108. package/dist/ui/icons/render/icon-Minus.d.ts +1 -1
  109. package/dist/ui/icons/render/icon-Phone.d.ts +1 -1
  110. package/dist/ui/icons/render/icon-Pin.d.ts +1 -1
  111. package/dist/ui/icons/render/icon-Play.d.ts +1 -1
  112. package/dist/ui/icons/render/icon-Plus.d.ts +1 -1
  113. package/dist/ui/icons/render/icon-Share.d.ts +1 -1
  114. package/dist/ui/icons/render/icon-TikTok.d.ts +1 -1
  115. package/dist/ui/icons/render/icon-YouTube.d.ts +1 -1
  116. package/dist/ui/icons/render/icon-academic-cap.d.ts +1 -1
  117. package/dist/ui/icons/render/icon-ampulheta.d.ts +1 -1
  118. package/dist/ui/icons/render/icon-block.d.ts +1 -1
  119. package/dist/ui/icons/render/icon-boleto.d.ts +1 -1
  120. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -1
  121. package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +1 -1
  122. package/dist/ui/icons/render/icon-bottom-navigation.d.ts +1 -1
  123. package/dist/ui/icons/render/icon-box.d.ts +1 -1
  124. package/dist/ui/icons/render/icon-calculator.d.ts +1 -1
  125. package/dist/ui/icons/render/icon-calendar-browse.d.ts +1 -1
  126. package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -1
  127. package/dist/ui/icons/render/icon-calendar.d.ts +1 -1
  128. package/dist/ui/icons/render/icon-cam.d.ts +1 -1
  129. package/dist/ui/icons/render/icon-cell-phone.d.ts +1 -1
  130. package/dist/ui/icons/render/icon-chalet.d.ts +1 -1
  131. package/dist/ui/icons/render/icon-chat.d.ts +1 -1
  132. package/dist/ui/icons/render/icon-check.d.ts +1 -1
  133. package/dist/ui/icons/render/icon-checked.d.ts +1 -1
  134. package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +1 -1
  135. package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +1 -1
  136. package/dist/ui/icons/render/icon-clip.d.ts +1 -1
  137. package/dist/ui/icons/render/icon-clock.d.ts +1 -1
  138. package/dist/ui/icons/render/icon-close.d.ts +1 -1
  139. package/dist/ui/icons/render/icon-codie.d.ts +1 -1
  140. package/dist/ui/icons/render/icon-computer.d.ts +1 -1
  141. package/dist/ui/icons/render/icon-credit-card.d.ts +1 -1
  142. package/dist/ui/icons/render/icon-danger.d.ts +1 -1
  143. package/dist/ui/icons/render/icon-death.d.ts +1 -1
  144. package/dist/ui/icons/render/icon-delete.d.ts +1 -1
  145. package/dist/ui/icons/render/icon-diabets.d.ts +1 -1
  146. package/dist/ui/icons/render/icon-door.d.ts +1 -1
  147. package/dist/ui/icons/render/icon-download.d.ts +1 -1
  148. package/dist/ui/icons/render/icon-drop-file.d.ts +1 -1
  149. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -1
  150. package/dist/ui/icons/render/icon-edit-profile.d.ts +1 -1
  151. package/dist/ui/icons/render/icon-edit.d.ts +1 -1
  152. package/dist/ui/icons/render/icon-email.d.ts +1 -1
  153. package/dist/ui/icons/render/icon-empty-chat.d.ts +1 -1
  154. package/dist/ui/icons/render/icon-equalizer.d.ts +1 -1
  155. package/dist/ui/icons/render/icon-excel.d.ts +1 -1
  156. package/dist/ui/icons/render/icon-exclamation.d.ts +1 -1
  157. package/dist/ui/icons/render/icon-exit.d.ts +1 -1
  158. package/dist/ui/icons/render/icon-eye-slash.d.ts +1 -1
  159. package/dist/ui/icons/render/icon-eye.d.ts +1 -1
  160. package/dist/ui/icons/render/icon-facebook.d.ts +1 -1
  161. package/dist/ui/icons/render/icon-file.d.ts +1 -1
  162. package/dist/ui/icons/render/icon-filter.d.ts +1 -1
  163. package/dist/ui/icons/render/icon-flag.d.ts +1 -1
  164. package/dist/ui/icons/render/icon-folder.d.ts +1 -1
  165. package/dist/ui/icons/render/icon-fullfield-bell.d.ts +1 -1
  166. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +1 -1
  167. package/dist/ui/icons/render/icon-gear.d.ts +1 -1
  168. package/dist/ui/icons/render/icon-gender.d.ts +1 -1
  169. package/dist/ui/icons/render/icon-globe.d.ts +1 -1
  170. package/dist/ui/icons/render/icon-google.d.ts +1 -1
  171. package/dist/ui/icons/render/icon-heart.d.ts +1 -1
  172. package/dist/ui/icons/render/icon-home.d.ts +1 -1
  173. package/dist/ui/icons/render/icon-hospitalization.d.ts +1 -1
  174. package/dist/ui/icons/render/icon-hypertension.d.ts +1 -1
  175. package/dist/ui/icons/render/icon-info.d.ts +1 -1
  176. package/dist/ui/icons/render/icon-instagram-logo.d.ts +1 -1
  177. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +1 -1
  178. package/dist/ui/icons/render/icon-language.d.ts +1 -1
  179. package/dist/ui/icons/render/icon-left-arrow-bar.d.ts +1 -1
  180. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -1
  181. package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +1 -1
  182. package/dist/ui/icons/render/icon-left-navigation.d.ts +1 -1
  183. package/dist/ui/icons/render/icon-like.d.ts +1 -1
  184. package/dist/ui/icons/render/icon-loading.d.ts +1 -1
  185. package/dist/ui/icons/render/icon-map-floor.d.ts +1 -1
  186. package/dist/ui/icons/render/icon-message-balloon.d.ts +1 -1
  187. package/dist/ui/icons/render/icon-mobile.d.ts +1 -1
  188. package/dist/ui/icons/render/icon-money-value-symbol.d.ts +1 -1
  189. package/dist/ui/icons/render/icon-next.d.ts +1 -1
  190. package/dist/ui/icons/render/icon-not-found.d.ts +1 -1
  191. package/dist/ui/icons/render/icon-not-like.d.ts +1 -1
  192. package/dist/ui/icons/render/icon-padlock.d.ts +1 -1
  193. package/dist/ui/icons/render/icon-pc.d.ts +1 -1
  194. package/dist/ui/icons/render/icon-pdf.d.ts +1 -1
  195. package/dist/ui/icons/render/icon-performance.d.ts +1 -1
  196. package/dist/ui/icons/render/icon-person.d.ts +1 -1
  197. package/dist/ui/icons/render/icon-pet.d.ts +1 -1
  198. package/dist/ui/icons/render/icon-phone-message.d.ts +1 -1
  199. package/dist/ui/icons/render/icon-pix.d.ts +1 -1
  200. package/dist/ui/icons/render/icon-plane.d.ts +1 -1
  201. package/dist/ui/icons/render/icon-play-rounded.d.ts +1 -1
  202. package/dist/ui/icons/render/icon-plus-sharp.d.ts +1 -1
  203. package/dist/ui/icons/render/icon-prev.d.ts +1 -1
  204. package/dist/ui/icons/render/icon-print.d.ts +1 -1
  205. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -1
  206. package/dist/ui/icons/render/icon-right-circle.d.ts +1 -1
  207. package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +1 -1
  208. package/dist/ui/icons/render/icon-right-navigation-double.d.ts +1 -1
  209. package/dist/ui/icons/render/icon-right-navigation-rounded.d.ts +1 -1
  210. package/dist/ui/icons/render/icon-right-navigation.d.ts +1 -1
  211. package/dist/ui/icons/render/icon-route.d.ts +1 -1
  212. package/dist/ui/icons/render/icon-selo.d.ts +1 -1
  213. package/dist/ui/icons/render/icon-send-arrow.d.ts +1 -1
  214. package/dist/ui/icons/render/icon-send-message.d.ts +1 -1
  215. package/dist/ui/icons/render/icon-send.d.ts +1 -1
  216. package/dist/ui/icons/render/icon-seo.d.ts +1 -1
  217. package/dist/ui/icons/render/icon-share-v2.d.ts +1 -1
  218. package/dist/ui/icons/render/icon-shopping.d.ts +1 -1
  219. package/dist/ui/icons/render/icon-star.d.ts +1 -1
  220. package/dist/ui/icons/render/icon-starBg.d.ts +1 -1
  221. package/dist/ui/icons/render/icon-three-dots.d.ts +1 -1
  222. package/dist/ui/icons/render/icon-tiktok-logo.d.ts +1 -1
  223. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -1
  224. package/dist/ui/icons/render/icon-top-navigation.d.ts +1 -1
  225. package/dist/ui/icons/render/icon-transparent-mail.d.ts +1 -1
  226. package/dist/ui/icons/render/icon-transparent-phone.d.ts +1 -1
  227. package/dist/ui/icons/render/icon-twitter.d.ts +1 -1
  228. package/dist/ui/icons/render/icon-undo.d.ts +1 -1
  229. package/dist/ui/icons/render/icon-upload.d.ts +1 -1
  230. package/dist/ui/icons/render/icon-user.d.ts +1 -1
  231. package/dist/ui/icons/render/icon-warning.d.ts +1 -1
  232. package/dist/ui/icons/render/icon-weight.d.ts +1 -1
  233. package/dist/ui/icons/render/icon-whats.d.ts +1 -1
  234. package/dist/ui/icons/render/icon-whatsapp-logo.d.ts +1 -1
  235. package/dist/ui/icons/render/icon-word.d.ts +1 -1
  236. package/dist/ui/icons/render/icon-x.d.ts +1 -1
  237. package/dist/ui/icons/render/image.d.ts +1 -1
  238. package/dist/ui/icons/render/index.d.ts +1 -1
  239. package/dist/ui/icons/render/index.js +1 -1
  240. package/dist/ui/icons/render-icon/index.d.ts +1 -1
  241. package/dist/ui/icons/render-icon/index.js +1 -1
  242. package/dist/ui/types/index.d.ts +1 -1
  243. package/dist/ui/types/index.js +1 -1
  244. package/dist/ui/utils/_app_utils/generate_ref.js +1 -1
  245. package/dist/ui/utils/_app_utils/get-pathname-ref.js +1 -1
  246. package/dist/ui/utils/_app_utils/index.js +2 -2
  247. package/dist/ui/utils/buffer/base64.js +1 -1
  248. package/dist/ui/utils/buffer/index.d.ts +2 -2
  249. package/dist/ui/utils/buffer/index.js +2 -2
  250. package/dist/ui/utils/colors/index.d.ts +1 -1
  251. package/dist/ui/utils/colors/index.js +1 -1
  252. package/dist/ui/utils/date/index.d.ts +1 -1
  253. package/dist/ui/utils/date/index.js +1 -1
  254. package/dist/ui/utils/facebook/index.d.ts +1 -1
  255. package/dist/ui/utils/facebook/index.js +1 -1
  256. package/dist/ui/utils/file/compressor.js +1 -1
  257. package/dist/ui/utils/file/index.d.ts +4 -4
  258. package/dist/ui/utils/file/index.js +4 -4
  259. package/dist/ui/utils/file/load-file.js +1 -1
  260. package/dist/ui/utils/file/upload-file.d.ts +1 -1
  261. package/dist/ui/utils/file/upload-file.js +1 -1
  262. package/dist/ui/utils/http/api.d.ts +1 -1
  263. package/dist/ui/utils/http/api.js +1 -1
  264. package/dist/ui/utils/http/axios-http-client.d.ts +1 -1
  265. package/dist/ui/utils/http/axios-http-client.js +2 -2
  266. package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -7
  267. package/dist/ui/utils/http/errors/http-errors/index.js +7 -7
  268. package/dist/ui/utils/http/errors/index.d.ts +2 -2
  269. package/dist/ui/utils/http/errors/index.js +2 -2
  270. package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -1
  271. package/dist/ui/utils/http/errors/system-errors-model/index.js +1 -1
  272. package/dist/ui/utils/http/index.d.ts +4 -4
  273. package/dist/ui/utils/http/index.js +4 -4
  274. package/dist/ui/utils/http/interfaces.d.ts +1 -1
  275. package/dist/ui/utils/json/index.js +1 -1
  276. package/dist/ui/utils/libs/index.d.ts +3 -3
  277. package/dist/ui/utils/libs/index.js +3 -3
  278. package/dist/ui/utils/libs/moment/index.d.ts +1 -1
  279. package/dist/ui/utils/libs/moment/index.js +1 -1
  280. package/dist/ui/utils/libs/next/index.d.ts +2 -2
  281. package/dist/ui/utils/libs/next/index.js +2 -2
  282. package/dist/ui/utils/mocks/index.d.ts +1 -1
  283. package/dist/ui/utils/mocks/index.js +1 -1
  284. package/dist/ui/utils/phone/index.d.ts +1 -1
  285. package/dist/ui/utils/phone/index.js +1 -1
  286. package/dist/ui/utils/storage/index.d.ts +1 -1
  287. package/dist/ui/utils/storage/index.js +1 -1
  288. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function PhoneIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function PhoneInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function PinIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function PinInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
4
4
  export declare function PinNoBgIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function PlayIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function PlusIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function ShareIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconTikTok({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconYouTube({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconYouTubeEmpty({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconAcademicCap({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconAmpulheta({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconBlock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconBoleto({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconBottomChevron({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconBottomNavigationDouble({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconBottomNavigation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconBox({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCalculator({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCalendarBrowse({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCalendarTime({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCalendar({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCam({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCellPhone({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconChalet({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function CheckListIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function Checked({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCircularLeftArrow({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCircularRightArrow({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconClip({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconClipV2({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconClockFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconClockNotFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
4
4
  export declare function IconClock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconClose({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCodie({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconComputer({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconCreditCard({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconCreditCardV2({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
4
4
  export declare function IconCreditCardV3({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDanger({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDeath({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDelete({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDiabets({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDoor({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDownload({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconDropFile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEditImage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEditProfile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEdit({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEmail({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconEmptyEmail({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEmptyChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEqualizerLine({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconEqualizerFill({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconExcel({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconExclamation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconExit({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEyeSlash({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconEye({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFacebook({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconFacebookNoBg({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFilter({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFlag({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFolder({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFullFieldBell({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconFullFieldChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconGear({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconGender({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconGlobe({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconGoogle({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconHeart({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconHome({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconHomeV2({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconHospitalization({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconHypertension({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconInfo({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconInstagramLogo({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconInterrogationCircle({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLanguage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLeftArrowBar({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLeftChevron({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLeftNavigationCircle({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLeftNavigation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLike({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconLoading({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconMapFloor({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconMessageBalloon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconMobile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconMoneyValueSymbol({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconNext({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconNotFound({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconNotLike({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPadlock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconPadlockNoBg({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPc({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPdf({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPerformance({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPersonFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconPerson({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPet({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPhoneMessage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPix({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPlane({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPlayRounded({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPlusSharp({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPrev({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconPrint({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRightChevron({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRightCircle({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRightNavigationCircle({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconRightNavigationCircleFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRightNavigationDouble({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRightNavigationRounded({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRightNavigation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconRoute({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces';
1
+ import { IIcon } from '../interfaces.js';
2
2
  export declare function IconSelo({ color }: IIcon): import("react/jsx-runtime").JSX.Element;