infinity-forge 3.8.9 → 3.9.2

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 (629) hide show
  1. package/LICENSE +20 -20
  2. package/dist/infinity-forge.css +3 -0
  3. package/dist/sites/fixed-components/header-link/versions/version-01/component.js +1 -1
  4. package/dist/sites/fixed-components/header-link/versions/version-01/component.js.map +1 -1
  5. package/dist/sites/hooks/use-social-links.js +4 -4
  6. package/dist/sites/public/fonts/fonts.css +760 -760
  7. package/dist/system/presentation/components/data/detail-card/component.js +1 -1
  8. package/dist/system/presentation/components/data/detail-card/component.js.map +1 -1
  9. package/dist/system/presentation/components/data/menu/components/menu-item/index.js +1 -1
  10. package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +1 -1
  11. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +1 -1
  12. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
  13. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +1 -1
  14. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +3 -3
  15. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +1 -1
  16. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
  17. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +7 -3
  18. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
  19. package/dist/test/index.js +3 -3
  20. package/dist/test/index.js.map +1 -1
  21. package/dist/ui/components/breadcrumb/component.js +1 -1
  22. package/dist/ui/components/breadcrumb/component.js.map +1 -1
  23. package/dist/ui/components/form/date-picker/index.d.ts +5 -0
  24. package/dist/ui/components/form/date-picker/index.js +58 -0
  25. package/dist/ui/components/form/date-picker/index.js.map +1 -0
  26. package/dist/ui/components/form/date-picker/styles.d.ts +4 -0
  27. package/dist/ui/components/form/date-picker/styles.js +14 -0
  28. package/dist/ui/components/form/date-picker/styles.js.map +1 -0
  29. package/dist/ui/components/form/handler/form-handler/index.js +0 -1
  30. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
  31. package/dist/ui/components/form/index.d.ts +3 -1
  32. package/dist/ui/components/form/index.js +2 -0
  33. package/dist/ui/components/form/index.js.map +1 -1
  34. package/dist/ui/components/form/input-color/index.js.map +1 -1
  35. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  36. package/dist/ui/components/form/input-control/index.js +1 -1
  37. package/dist/ui/components/form/input-control/index.js.map +1 -1
  38. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  39. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +6 -4
  40. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
  41. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +3 -3
  42. package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
  43. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +2 -2
  44. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
  45. package/dist/ui/components/form/input-password/index.js +1 -1
  46. package/dist/ui/components/form/input-password/index.js.map +1 -1
  47. package/dist/ui/components/form/input-seo/index.js +0 -3
  48. package/dist/ui/components/form/input-seo/index.js.map +1 -1
  49. package/dist/ui/components/form/input-seo/input-meta-image/index.js +1 -1
  50. package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
  51. package/dist/ui/components/form/input-svg/index.js +1 -1
  52. package/dist/ui/components/form/input-svg/index.js.map +1 -1
  53. package/dist/ui/components/form/input-youtube/index.js +1 -1
  54. package/dist/ui/components/form/input-youtube/index.js.map +1 -1
  55. package/dist/ui/components/form/range-date-picker/index.d.ts +5 -0
  56. package/dist/ui/components/form/range-date-picker/index.js +61 -0
  57. package/dist/ui/components/form/range-date-picker/index.js.map +1 -0
  58. package/dist/ui/components/form/range-date-picker/styles.d.ts +4 -0
  59. package/dist/ui/components/form/range-date-picker/styles.js +14 -0
  60. package/dist/ui/components/form/range-date-picker/styles.js.map +1 -0
  61. package/dist/ui/components/form/select-icon/index.js +1 -1
  62. package/dist/ui/components/form/select-icon/index.js.map +1 -1
  63. package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
  64. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
  65. package/dist/ui/components/modal/index.js +1 -1
  66. package/dist/ui/components/modal/index.js.map +1 -1
  67. package/dist/ui/components/pagination/index.d.ts +1 -1
  68. package/dist/ui/components/pagination/index.js +7 -3
  69. package/dist/ui/components/pagination/index.js.map +1 -1
  70. package/dist/ui/components/warning/index.js +1 -1
  71. package/dist/ui/components/warning/index.js.map +1 -1
  72. package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js +1 -1
  73. package/dist/ui/contexts/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
  74. package/dist/ui/contexts/toast/toast-item/index.js +1 -1
  75. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
  76. package/dist/ui/hooks/permitions/camera/use-camera.js +1 -1
  77. package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
  78. package/dist/ui/icons/index.d.ts +102 -111
  79. package/dist/ui/icons/index.js +102 -111
  80. package/dist/ui/icons/index.js.map +1 -1
  81. package/dist/ui/icons/interfaces.d.ts +1 -2
  82. package/dist/ui/icons/render/component.d.ts +3 -4
  83. package/dist/ui/icons/render/component.js +2 -2
  84. package/dist/ui/icons/render/component.js.map +1 -1
  85. package/dist/ui/icons/render/icon-Instagram.d.ts +3 -0
  86. package/dist/ui/icons/render/icon-Instagram.js +15 -0
  87. package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
  88. package/dist/ui/icons/render/icon-Linkedin.d.ts +3 -0
  89. package/dist/ui/icons/render/icon-Linkedin.js +15 -0
  90. package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
  91. package/dist/ui/icons/render/{Close.d.ts → icon-Lupa.d.ts} +1 -1
  92. package/dist/ui/icons/render/icon-Lupa.js +10 -0
  93. package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
  94. package/dist/ui/icons/render/{Lupa.d.ts → icon-Map.d.ts} +1 -1
  95. package/dist/ui/icons/render/{Map.js → icon-Map.js} +3 -3
  96. package/dist/ui/icons/render/icon-Map.js.map +1 -0
  97. package/dist/ui/icons/render/{send-message.d.ts → icon-Microphone.d.ts} +1 -1
  98. package/dist/ui/icons/render/{Microphone.js → icon-Microphone.js} +3 -3
  99. package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
  100. package/dist/ui/icons/render/{Folder.d.ts → icon-Minus.d.ts} +1 -1
  101. package/dist/ui/icons/render/{Minus.js → icon-Minus.js} +3 -3
  102. package/dist/ui/icons/render/icon-Minus.js.map +1 -0
  103. package/dist/ui/icons/render/icon-Phone.d.ts +3 -0
  104. package/dist/ui/icons/render/icon-Phone.js +15 -0
  105. package/dist/ui/icons/render/icon-Phone.js.map +1 -0
  106. package/dist/ui/icons/render/icon-Pin.d.ts +4 -0
  107. package/dist/ui/icons/render/{Pin.js → icon-Pin.js} +7 -7
  108. package/dist/ui/icons/render/icon-Pin.js.map +1 -0
  109. package/dist/ui/icons/render/{Codie.d.ts → icon-Play.d.ts} +1 -1
  110. package/dist/ui/icons/render/icon-Play.js +10 -0
  111. package/dist/ui/icons/render/icon-Play.js.map +1 -0
  112. package/dist/ui/icons/render/{Checked.d.ts → icon-Plus.d.ts} +1 -1
  113. package/dist/ui/icons/render/icon-Plus.js +10 -0
  114. package/dist/ui/icons/render/icon-Plus.js.map +1 -0
  115. package/dist/ui/icons/render/{TikTok.d.ts → icon-Share.d.ts} +1 -1
  116. package/dist/ui/icons/render/icon-Share.js +10 -0
  117. package/dist/ui/icons/render/icon-Share.js.map +1 -0
  118. package/dist/ui/icons/render/{loading.d.ts → icon-TikTok.d.ts} +1 -1
  119. package/dist/ui/icons/render/icon-TikTok.js +10 -0
  120. package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
  121. package/dist/ui/icons/render/{calendar.d.ts → icon-YouTube.d.ts} +1 -1
  122. package/dist/ui/icons/render/icon-YouTube.js +10 -0
  123. package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
  124. package/dist/ui/icons/render/{chalet.d.ts → icon-block.d.ts} +1 -1
  125. package/dist/ui/icons/render/{block.js → icon-block.js} +3 -3
  126. package/dist/ui/icons/render/icon-block.js.map +1 -0
  127. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -0
  128. package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
  129. package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
  130. package/dist/ui/icons/render/{basic-right-arrow.d.ts → icon-bottom-navigation.d.ts} +1 -1
  131. package/dist/ui/icons/render/icon-bottom-navigation.js +10 -0
  132. package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
  133. package/dist/ui/icons/render/{Edit.d.ts → icon-box.d.ts} +1 -1
  134. package/dist/ui/icons/render/{box.js → icon-box.js} +3 -3
  135. package/dist/ui/icons/render/icon-box.js.map +1 -0
  136. package/dist/ui/icons/render/{arrow-bottom.d.ts → icon-calculator.d.ts} +1 -1
  137. package/dist/ui/icons/render/{calculator.js → icon-calculator.js} +3 -3
  138. package/dist/ui/icons/render/icon-calculator.js.map +1 -0
  139. package/dist/ui/icons/render/{arrow-foward-left.d.ts → icon-calendar-browse.d.ts} +1 -1
  140. package/dist/ui/icons/render/{calendar-browse.js → icon-calendar-browse.js} +3 -3
  141. package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
  142. package/dist/ui/icons/render/{fullfield-bell.d.ts → icon-calendar-time.d.ts} +1 -1
  143. package/dist/ui/icons/render/icon-calendar-time.js +10 -0
  144. package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
  145. package/dist/ui/icons/render/icon-calendar.d.ts +1 -0
  146. package/dist/ui/icons/render/icon-calendar.js +9 -0
  147. package/dist/ui/icons/render/icon-calendar.js.map +1 -0
  148. package/dist/ui/icons/render/{File.d.ts → icon-cam.d.ts} +1 -1
  149. package/dist/ui/icons/render/icon-cam.js +10 -0
  150. package/dist/ui/icons/render/icon-cam.js.map +1 -0
  151. package/dist/ui/icons/render/{NavLeft.d.ts → icon-chalet.d.ts} +1 -1
  152. package/dist/ui/icons/render/{chalet.js → icon-chalet.js} +3 -3
  153. package/dist/ui/icons/render/icon-chalet.js.map +1 -0
  154. package/dist/ui/icons/render/{Globe.d.ts → icon-chat.d.ts} +1 -1
  155. package/dist/ui/icons/render/{chat.js → icon-chat.js} +3 -3
  156. package/dist/ui/icons/render/icon-chat.js.map +1 -0
  157. package/dist/ui/icons/render/{Microphone.d.ts → icon-check.d.ts} +1 -1
  158. package/dist/ui/icons/render/{Check.js → icon-check.js} +3 -3
  159. package/dist/ui/icons/render/icon-check.js.map +1 -0
  160. package/dist/ui/icons/render/{Home.d.ts → icon-checked.d.ts} +1 -1
  161. package/dist/ui/icons/render/{Checked.js → icon-checked.js} +3 -3
  162. package/dist/ui/icons/render/icon-checked.js.map +1 -0
  163. package/dist/ui/icons/render/{keyboard-right-arrow.d.ts → icon-circular-left-arrow.d.ts} +1 -1
  164. package/dist/ui/icons/render/{arrow-foward-left.js → icon-circular-left-arrow.js} +5 -5
  165. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
  166. package/dist/ui/icons/render/{interrogation-circle.d.ts → icon-circular-right-arrow.d.ts} +1 -1
  167. package/dist/ui/icons/render/{arrow-foward-right.js → icon-circular-right-arrow.js} +5 -5
  168. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
  169. package/dist/ui/icons/render/icon-clip.d.ts +2 -0
  170. package/dist/ui/icons/render/{clip.js → icon-clip.js} +3 -3
  171. package/dist/ui/icons/render/icon-clip.js.map +1 -0
  172. package/dist/ui/icons/render/icon-clock.d.ts +3 -0
  173. package/dist/ui/icons/render/{Clock.js → icon-clock.js} +5 -5
  174. package/dist/ui/icons/render/icon-clock.js.map +1 -0
  175. package/dist/ui/icons/render/{danger.d.ts → icon-close.d.ts} +1 -1
  176. package/dist/ui/icons/render/icon-close.js +10 -0
  177. package/dist/ui/icons/render/icon-close.js.map +1 -0
  178. package/dist/ui/icons/render/icon-codie.d.ts +2 -0
  179. package/dist/ui/icons/render/icon-codie.js +10 -0
  180. package/dist/ui/icons/render/icon-codie.js.map +1 -0
  181. package/dist/ui/icons/render/{Carousel-left-icon.d.ts → icon-computer.d.ts} +1 -1
  182. package/dist/ui/icons/render/{computer.js → icon-computer.js} +3 -3
  183. package/dist/ui/icons/render/icon-computer.js.map +1 -0
  184. package/dist/ui/icons/render/{YouTube.d.ts → icon-danger.d.ts} +1 -1
  185. package/dist/ui/icons/render/{danger.js → icon-danger.js} +3 -3
  186. package/dist/ui/icons/render/icon-danger.js.map +1 -0
  187. package/dist/ui/icons/render/icon-death.d.ts +2 -0
  188. package/dist/ui/icons/render/icon-death.js +10 -0
  189. package/dist/ui/icons/render/icon-death.js.map +1 -0
  190. package/dist/ui/icons/render/{diabets.d.ts → icon-delete.d.ts} +1 -1
  191. package/dist/ui/icons/render/{delete.js → icon-delete.js} +3 -3
  192. package/dist/ui/icons/render/icon-delete.js.map +1 -0
  193. package/dist/ui/icons/render/{computer.d.ts → icon-diabets.d.ts} +1 -1
  194. package/dist/ui/icons/render/icon-diabets.js +10 -0
  195. package/dist/ui/icons/render/icon-diabets.js.map +1 -0
  196. package/dist/ui/icons/render/icon-door.d.ts +2 -0
  197. package/dist/ui/icons/render/{door.js → icon-door.js} +3 -3
  198. package/dist/ui/icons/render/icon-door.js.map +1 -0
  199. package/dist/ui/icons/render/{Check.d.ts → icon-drop-file.d.ts} +1 -1
  200. package/dist/ui/icons/render/{drop-file.js → icon-drop-file.js} +3 -3
  201. package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
  202. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -0
  203. package/dist/ui/icons/render/icon-edit-image.js +9 -0
  204. package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
  205. package/dist/ui/icons/render/icon-edit.d.ts +2 -0
  206. package/dist/ui/icons/render/{Edit.js → icon-edit.js} +3 -3
  207. package/dist/ui/icons/render/icon-edit.js.map +1 -0
  208. package/dist/ui/icons/render/icon-email.d.ts +3 -0
  209. package/dist/ui/icons/render/icon-email.js +15 -0
  210. package/dist/ui/icons/render/icon-email.js.map +1 -0
  211. package/dist/ui/icons/render/{calculator.d.ts → icon-empty-chat.d.ts} +1 -1
  212. package/dist/ui/icons/render/icon-empty-chat.js +10 -0
  213. package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
  214. package/dist/ui/icons/render/icon-equalizer.d.ts +3 -0
  215. package/dist/ui/icons/render/icon-equalizer.js +15 -0
  216. package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
  217. package/dist/ui/icons/render/icon-excel.d.ts +2 -0
  218. package/dist/ui/icons/render/icon-excel.js +10 -0
  219. package/dist/ui/icons/render/icon-excel.js.map +1 -0
  220. package/dist/ui/icons/render/{arrow-to-right.d.ts → icon-exclamation.d.ts} +1 -1
  221. package/dist/ui/icons/render/{exclamation.js → icon-exclamation.js} +3 -3
  222. package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
  223. package/dist/ui/icons/render/{Exit.js → icon-exit.js} +1 -1
  224. package/dist/ui/icons/render/icon-exit.js.map +1 -0
  225. package/dist/ui/icons/render/{empty-chat.d.ts → icon-eye-slash.d.ts} +1 -1
  226. package/dist/ui/icons/render/icon-eye-slash.js +10 -0
  227. package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
  228. package/dist/ui/icons/render/icon-eye.d.ts +2 -0
  229. package/dist/ui/icons/render/{Eye.js → icon-eye.js} +3 -3
  230. package/dist/ui/icons/render/icon-eye.js.map +1 -0
  231. package/dist/ui/icons/render/icon-facebook.d.ts +3 -0
  232. package/dist/ui/icons/render/icon-facebook.js +15 -0
  233. package/dist/ui/icons/render/icon-facebook.js.map +1 -0
  234. package/dist/ui/icons/render/icon-file.d.ts +2 -0
  235. package/dist/ui/icons/render/{File.js → icon-file.js} +3 -3
  236. package/dist/ui/icons/render/icon-file.js.map +1 -0
  237. package/dist/ui/icons/render/icon-folder.d.ts +2 -0
  238. package/dist/ui/icons/render/{Folder.js → icon-folder.js} +3 -3
  239. package/dist/ui/icons/render/icon-folder.js.map +1 -0
  240. package/dist/ui/icons/render/{calendar-browse.d.ts → icon-fullfield-bell.d.ts} +1 -1
  241. package/dist/ui/icons/render/{fullfield-bell.js → icon-fullfield-bell.js} +3 -3
  242. package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
  243. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +2 -0
  244. package/dist/ui/icons/render/{fullfield-chat.js → icon-fullfield-chat.js} +3 -3
  245. package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
  246. package/dist/ui/icons/render/{Gear.js → icon-gear.js} +1 -1
  247. package/dist/ui/icons/render/icon-gear.js.map +1 -0
  248. package/dist/ui/icons/render/icon-gender.d.ts +2 -0
  249. package/dist/ui/icons/render/{gender.js → icon-gender.js} +3 -3
  250. package/dist/ui/icons/render/icon-gender.js.map +1 -0
  251. package/dist/ui/icons/render/icon-globe.d.ts +2 -0
  252. package/dist/ui/icons/render/{Globe.js → icon-globe.js} +3 -3
  253. package/dist/ui/icons/render/icon-globe.js.map +1 -0
  254. package/dist/ui/icons/render/icon-heart.d.ts +2 -0
  255. package/dist/ui/icons/render/{heart.js → icon-heart.js} +3 -3
  256. package/dist/ui/icons/render/icon-heart.js.map +1 -0
  257. package/dist/ui/icons/render/icon-home.d.ts +2 -0
  258. package/dist/ui/icons/render/icon-home.js +10 -0
  259. package/dist/ui/icons/render/icon-home.js.map +1 -0
  260. package/dist/ui/icons/render/{arrow-foward-right.d.ts → icon-hospitalization.d.ts} +1 -1
  261. package/dist/ui/icons/render/{hospitalization.js → icon-hospitalization.js} +3 -3
  262. package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
  263. package/dist/ui/icons/render/{fullfield-chat.d.ts → icon-hypertension.d.ts} +1 -1
  264. package/dist/ui/icons/render/{hypertension.js → icon-hypertension.js} +3 -3
  265. package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
  266. package/dist/ui/icons/render/icon-info.d.ts +2 -0
  267. package/dist/ui/icons/render/{info.js → icon-info.js} +2 -2
  268. package/dist/ui/icons/render/icon-info.js.map +1 -0
  269. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +2 -0
  270. package/dist/ui/icons/render/{interrogation-circle.js → icon-interrogation-circle.js} +3 -3
  271. package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
  272. package/dist/ui/icons/render/{edit-image.d.ts → icon-language.d.ts} +1 -1
  273. package/dist/ui/icons/render/icon-language.js +10 -0
  274. package/dist/ui/icons/render/icon-language.js.map +1 -0
  275. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -0
  276. package/dist/ui/icons/render/icon-left-chevron.js +9 -0
  277. package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
  278. package/dist/ui/icons/render/{transparent-mail.d.ts → icon-left-navigation.d.ts} +1 -1
  279. package/dist/ui/icons/render/icon-left-navigation.js +10 -0
  280. package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
  281. package/dist/ui/icons/render/icon-like.d.ts +2 -0
  282. package/dist/ui/icons/render/{like.js → icon-like.js} +3 -3
  283. package/dist/ui/icons/render/icon-like.js.map +1 -0
  284. package/dist/ui/icons/render/{NavRight.d.ts → icon-loading.d.ts} +1 -1
  285. package/dist/ui/icons/render/{loading.js → icon-loading.js} +3 -3
  286. package/dist/ui/icons/render/icon-loading.js.map +1 -0
  287. package/dist/ui/icons/render/icon-map-floor.d.ts +2 -0
  288. package/dist/ui/icons/render/icon-map-floor.js +10 -0
  289. package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
  290. package/dist/ui/icons/render/{message-balloon.js → icon-message-balloon.js} +1 -1
  291. package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
  292. package/dist/ui/icons/render/icon-mobile.d.ts +2 -0
  293. package/dist/ui/icons/render/icon-mobile.js +10 -0
  294. package/dist/ui/icons/render/icon-mobile.js.map +1 -0
  295. package/dist/ui/icons/render/{keyboard-left-arrow.d.ts → icon-money-value-symbol.d.ts} +1 -1
  296. package/dist/ui/icons/render/{money-value-symbol.js → icon-money-value-symbol.js} +3 -3
  297. package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
  298. package/dist/ui/icons/render/icon-not-found.d.ts +2 -0
  299. package/dist/ui/icons/render/icon-not-found.js +10 -0
  300. package/dist/ui/icons/render/icon-not-found.js.map +1 -0
  301. package/dist/ui/icons/render/{arrow-top.d.ts → icon-not-like.d.ts} +1 -1
  302. package/dist/ui/icons/render/{not-like.js → icon-not-like.js} +3 -3
  303. package/dist/ui/icons/render/icon-not-like.js.map +1 -0
  304. package/dist/ui/icons/render/icon-padlock.d.ts +2 -0
  305. package/dist/ui/icons/render/{padlock.js → icon-padlock.js} +3 -3
  306. package/dist/ui/icons/render/icon-padlock.js.map +1 -0
  307. package/dist/ui/icons/render/icon-pdf.d.ts +2 -0
  308. package/dist/ui/icons/render/icon-pdf.js +10 -0
  309. package/dist/ui/icons/render/icon-pdf.js.map +1 -0
  310. package/dist/ui/icons/render/icon-person.d.ts +3 -0
  311. package/dist/ui/icons/render/{person.js → icon-person.js} +5 -5
  312. package/dist/ui/icons/render/icon-person.js.map +1 -0
  313. package/dist/ui/icons/render/icon-pet.d.ts +2 -0
  314. package/dist/ui/icons/render/icon-pet.js +10 -0
  315. package/dist/ui/icons/render/icon-pet.js.map +1 -0
  316. package/dist/ui/icons/render/icon-phone-message.d.ts +2 -0
  317. package/dist/ui/icons/render/icon-phone-message.js +10 -0
  318. package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
  319. package/dist/ui/icons/render/{calendar-time.d.ts → icon-play-rounded.d.ts} +1 -1
  320. package/dist/ui/icons/render/{play-rounded.js → icon-play-rounded.js} +3 -3
  321. package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
  322. package/dist/ui/icons/render/{Carousel-right-icon.d.ts → icon-plus-sharp.d.ts} +1 -1
  323. package/dist/ui/icons/render/{plus-sharp.js → icon-plus-sharp.js} +3 -3
  324. package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
  325. package/dist/ui/icons/render/icon-prev.d.ts +2 -0
  326. package/dist/ui/icons/render/{prev.js → icon-prev.js} +3 -3
  327. package/dist/ui/icons/render/icon-prev.js.map +1 -0
  328. package/dist/ui/icons/render/{print.js → icon-print.js} +1 -1
  329. package/dist/ui/icons/render/icon-print.js.map +1 -0
  330. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -0
  331. package/dist/ui/icons/render/icon-right-chevron.js +9 -0
  332. package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
  333. package/dist/ui/icons/render/{basic-bottom-arrow.d.ts → icon-right-navigation.d.ts} +1 -1
  334. package/dist/ui/icons/render/icon-right-navigation.js +10 -0
  335. package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
  336. package/dist/ui/icons/render/{hypertension.d.ts → icon-send-message.d.ts} +1 -1
  337. package/dist/ui/icons/render/{send-message.js → icon-send-message.js} +3 -3
  338. package/dist/ui/icons/render/icon-send-message.js.map +1 -0
  339. package/dist/ui/icons/render/icon-send.d.ts +2 -0
  340. package/dist/ui/icons/render/{arrow-forward.js → icon-send.js} +6 -6
  341. package/dist/ui/icons/render/icon-send.js.map +1 -0
  342. package/dist/ui/icons/render/icon-seo.d.ts +2 -0
  343. package/dist/ui/icons/render/icon-seo.js +10 -0
  344. package/dist/ui/icons/render/icon-seo.js.map +1 -0
  345. package/dist/ui/icons/render/icon-share-v2.d.ts +2 -0
  346. package/dist/ui/icons/render/{share-v2.js → icon-share-v2.js} +3 -3
  347. package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
  348. package/dist/ui/icons/render/icon-shopping.d.ts +3 -0
  349. package/dist/ui/icons/render/{shopping.js → icon-shopping.js} +5 -5
  350. package/dist/ui/icons/render/icon-shopping.js.map +1 -0
  351. package/dist/ui/icons/render/icon-star.d.ts +2 -0
  352. package/dist/ui/icons/render/{star.js → icon-star.js} +3 -3
  353. package/dist/ui/icons/render/icon-star.js.map +1 -0
  354. package/dist/ui/icons/render/icon-starBg.d.ts +2 -0
  355. package/dist/ui/icons/render/{starBg.js → icon-starBg.js} +3 -3
  356. package/dist/ui/icons/render/icon-starBg.js.map +1 -0
  357. package/dist/ui/icons/render/icon-three-dots.d.ts +2 -0
  358. package/dist/ui/icons/render/icon-three-dots.js +10 -0
  359. package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
  360. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -0
  361. package/dist/ui/icons/render/icon-top-chevron.js +9 -0
  362. package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
  363. package/dist/ui/icons/render/icon-top-navigation.d.ts +2 -0
  364. package/dist/ui/icons/render/icon-top-navigation.js +10 -0
  365. package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
  366. package/dist/ui/icons/render/{basic-left-arrow.d.ts → icon-transparent-mail.d.ts} +1 -1
  367. package/dist/ui/icons/render/{transparent-mail.js → icon-transparent-mail.js} +3 -3
  368. package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
  369. package/dist/ui/icons/render/icon-transparent-phone.d.ts +2 -0
  370. package/dist/ui/icons/render/icon-transparent-phone.js +10 -0
  371. package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
  372. package/dist/ui/icons/render/icon-twitter.d.ts +3 -0
  373. package/dist/ui/icons/render/icon-twitter.js +15 -0
  374. package/dist/ui/icons/render/icon-twitter.js.map +1 -0
  375. package/dist/ui/icons/render/icon-upload.d.ts +2 -0
  376. package/dist/ui/icons/render/{upload.js → icon-upload.js} +3 -3
  377. package/dist/ui/icons/render/icon-upload.js.map +1 -0
  378. package/dist/ui/icons/render/icon-user.d.ts +3 -0
  379. package/dist/ui/icons/render/{user.js → icon-user.js} +5 -5
  380. package/dist/ui/icons/render/icon-user.js.map +1 -0
  381. package/dist/ui/icons/render/icon-weight.d.ts +2 -0
  382. package/dist/ui/icons/render/icon-weight.js +10 -0
  383. package/dist/ui/icons/render/icon-weight.js.map +1 -0
  384. package/dist/ui/icons/render/icon-whats.d.ts +3 -0
  385. package/dist/ui/icons/render/icon-whats.js +15 -0
  386. package/dist/ui/icons/render/icon-whats.js.map +1 -0
  387. package/dist/ui/icons/render/{word.js → icon-word.js} +1 -1
  388. package/dist/ui/icons/render/icon-word.js.map +1 -0
  389. package/dist/ui/icons/render/image.d.ts +1 -1
  390. package/dist/ui/icons/render/image.js +2 -2
  391. package/dist/ui/icons/render/image.js.map +1 -1
  392. package/package.json +4 -1
  393. package/dist/ui/icons/render/Carousel-left-icon.js +0 -10
  394. package/dist/ui/icons/render/Carousel-left-icon.js.map +0 -1
  395. package/dist/ui/icons/render/Carousel-right-icon.js +0 -10
  396. package/dist/ui/icons/render/Carousel-right-icon.js.map +0 -1
  397. package/dist/ui/icons/render/Check.js.map +0 -1
  398. package/dist/ui/icons/render/Checked.js.map +0 -1
  399. package/dist/ui/icons/render/Clock.d.ts +0 -3
  400. package/dist/ui/icons/render/Clock.js.map +0 -1
  401. package/dist/ui/icons/render/Close.js +0 -10
  402. package/dist/ui/icons/render/Close.js.map +0 -1
  403. package/dist/ui/icons/render/Codie.js +0 -10
  404. package/dist/ui/icons/render/Codie.js.map +0 -1
  405. package/dist/ui/icons/render/Edit.js.map +0 -1
  406. package/dist/ui/icons/render/Email.d.ts +0 -3
  407. package/dist/ui/icons/render/Email.js +0 -15
  408. package/dist/ui/icons/render/Email.js.map +0 -1
  409. package/dist/ui/icons/render/Exit.js.map +0 -1
  410. package/dist/ui/icons/render/Eye.d.ts +0 -2
  411. package/dist/ui/icons/render/Eye.js.map +0 -1
  412. package/dist/ui/icons/render/Facebook.d.ts +0 -3
  413. package/dist/ui/icons/render/Facebook.js +0 -15
  414. package/dist/ui/icons/render/Facebook.js.map +0 -1
  415. package/dist/ui/icons/render/File.js.map +0 -1
  416. package/dist/ui/icons/render/Folder.js.map +0 -1
  417. package/dist/ui/icons/render/Gear.js.map +0 -1
  418. package/dist/ui/icons/render/Globe.js.map +0 -1
  419. package/dist/ui/icons/render/Home.js +0 -10
  420. package/dist/ui/icons/render/Home.js.map +0 -1
  421. package/dist/ui/icons/render/Insagram.d.ts +0 -3
  422. package/dist/ui/icons/render/Insagram.js +0 -15
  423. package/dist/ui/icons/render/Insagram.js.map +0 -1
  424. package/dist/ui/icons/render/Linkedin.d.ts +0 -3
  425. package/dist/ui/icons/render/Linkedin.js +0 -15
  426. package/dist/ui/icons/render/Linkedin.js.map +0 -1
  427. package/dist/ui/icons/render/LongArrowRight.d.ts +0 -2
  428. package/dist/ui/icons/render/LongArrowRight.js +0 -11
  429. package/dist/ui/icons/render/LongArrowRight.js.map +0 -1
  430. package/dist/ui/icons/render/Lupa.js +0 -10
  431. package/dist/ui/icons/render/Lupa.js.map +0 -1
  432. package/dist/ui/icons/render/Map.d.ts +0 -2
  433. package/dist/ui/icons/render/Map.js.map +0 -1
  434. package/dist/ui/icons/render/Microphone.js.map +0 -1
  435. package/dist/ui/icons/render/Minus.d.ts +0 -2
  436. package/dist/ui/icons/render/Minus.js.map +0 -1
  437. package/dist/ui/icons/render/NavDown.d.ts +0 -3
  438. package/dist/ui/icons/render/NavDown.js +0 -15
  439. package/dist/ui/icons/render/NavDown.js.map +0 -1
  440. package/dist/ui/icons/render/NavLeft.js +0 -10
  441. package/dist/ui/icons/render/NavLeft.js.map +0 -1
  442. package/dist/ui/icons/render/NavRight.js +0 -10
  443. package/dist/ui/icons/render/NavRight.js.map +0 -1
  444. package/dist/ui/icons/render/NavUp.d.ts +0 -2
  445. package/dist/ui/icons/render/NavUp.js +0 -10
  446. package/dist/ui/icons/render/NavUp.js.map +0 -1
  447. package/dist/ui/icons/render/Phone.d.ts +0 -3
  448. package/dist/ui/icons/render/Phone.js +0 -15
  449. package/dist/ui/icons/render/Phone.js.map +0 -1
  450. package/dist/ui/icons/render/Pin.d.ts +0 -4
  451. package/dist/ui/icons/render/Pin.js.map +0 -1
  452. package/dist/ui/icons/render/Play.d.ts +0 -2
  453. package/dist/ui/icons/render/Play.js +0 -10
  454. package/dist/ui/icons/render/Play.js.map +0 -1
  455. package/dist/ui/icons/render/Plus.d.ts +0 -2
  456. package/dist/ui/icons/render/Plus.js +0 -10
  457. package/dist/ui/icons/render/Plus.js.map +0 -1
  458. package/dist/ui/icons/render/Share.d.ts +0 -2
  459. package/dist/ui/icons/render/Share.js +0 -10
  460. package/dist/ui/icons/render/Share.js.map +0 -1
  461. package/dist/ui/icons/render/TikTok.js +0 -10
  462. package/dist/ui/icons/render/TikTok.js.map +0 -1
  463. package/dist/ui/icons/render/Twitter.d.ts +0 -3
  464. package/dist/ui/icons/render/Twitter.js +0 -15
  465. package/dist/ui/icons/render/Twitter.js.map +0 -1
  466. package/dist/ui/icons/render/YouTube.js +0 -10
  467. package/dist/ui/icons/render/YouTube.js.map +0 -1
  468. package/dist/ui/icons/render/arrow-bottom.js +0 -10
  469. package/dist/ui/icons/render/arrow-bottom.js.map +0 -1
  470. package/dist/ui/icons/render/arrow-forward.d.ts +0 -2
  471. package/dist/ui/icons/render/arrow-forward.js.map +0 -1
  472. package/dist/ui/icons/render/arrow-foward-left.js.map +0 -1
  473. package/dist/ui/icons/render/arrow-foward-right.js.map +0 -1
  474. package/dist/ui/icons/render/arrow-to-right.js +0 -10
  475. package/dist/ui/icons/render/arrow-to-right.js.map +0 -1
  476. package/dist/ui/icons/render/arrow-top.js +0 -10
  477. package/dist/ui/icons/render/arrow-top.js.map +0 -1
  478. package/dist/ui/icons/render/basic-bottom-arrow.js +0 -10
  479. package/dist/ui/icons/render/basic-bottom-arrow.js.map +0 -1
  480. package/dist/ui/icons/render/basic-left-arrow.js +0 -10
  481. package/dist/ui/icons/render/basic-left-arrow.js.map +0 -1
  482. package/dist/ui/icons/render/basic-right-arrow.js +0 -10
  483. package/dist/ui/icons/render/basic-right-arrow.js.map +0 -1
  484. package/dist/ui/icons/render/block.d.ts +0 -2
  485. package/dist/ui/icons/render/block.js.map +0 -1
  486. package/dist/ui/icons/render/box.d.ts +0 -2
  487. package/dist/ui/icons/render/box.js.map +0 -1
  488. package/dist/ui/icons/render/calculator.js.map +0 -1
  489. package/dist/ui/icons/render/calendar-browse.js.map +0 -1
  490. package/dist/ui/icons/render/calendar-time.js +0 -10
  491. package/dist/ui/icons/render/calendar-time.js.map +0 -1
  492. package/dist/ui/icons/render/calendar.js +0 -10
  493. package/dist/ui/icons/render/calendar.js.map +0 -1
  494. package/dist/ui/icons/render/cam.d.ts +0 -2
  495. package/dist/ui/icons/render/cam.js +0 -10
  496. package/dist/ui/icons/render/cam.js.map +0 -1
  497. package/dist/ui/icons/render/chalet.js.map +0 -1
  498. package/dist/ui/icons/render/chat.d.ts +0 -2
  499. package/dist/ui/icons/render/chat.js.map +0 -1
  500. package/dist/ui/icons/render/clip.d.ts +0 -2
  501. package/dist/ui/icons/render/clip.js.map +0 -1
  502. package/dist/ui/icons/render/computer.js.map +0 -1
  503. package/dist/ui/icons/render/danger.js.map +0 -1
  504. package/dist/ui/icons/render/death.d.ts +0 -2
  505. package/dist/ui/icons/render/death.js +0 -10
  506. package/dist/ui/icons/render/death.js.map +0 -1
  507. package/dist/ui/icons/render/delete.d.ts +0 -2
  508. package/dist/ui/icons/render/delete.js.map +0 -1
  509. package/dist/ui/icons/render/diabets.js +0 -10
  510. package/dist/ui/icons/render/diabets.js.map +0 -1
  511. package/dist/ui/icons/render/door.d.ts +0 -2
  512. package/dist/ui/icons/render/door.js.map +0 -1
  513. package/dist/ui/icons/render/drop-file.d.ts +0 -2
  514. package/dist/ui/icons/render/drop-file.js.map +0 -1
  515. package/dist/ui/icons/render/edit-image.js +0 -10
  516. package/dist/ui/icons/render/edit-image.js.map +0 -1
  517. package/dist/ui/icons/render/empty-chat.js +0 -10
  518. package/dist/ui/icons/render/empty-chat.js.map +0 -1
  519. package/dist/ui/icons/render/equalizer.d.ts +0 -3
  520. package/dist/ui/icons/render/equalizer.js +0 -15
  521. package/dist/ui/icons/render/equalizer.js.map +0 -1
  522. package/dist/ui/icons/render/excel.d.ts +0 -1
  523. package/dist/ui/icons/render/excel.js +0 -9
  524. package/dist/ui/icons/render/excel.js.map +0 -1
  525. package/dist/ui/icons/render/exclamation.d.ts +0 -2
  526. package/dist/ui/icons/render/exclamation.js.map +0 -1
  527. package/dist/ui/icons/render/eye-off.d.ts +0 -2
  528. package/dist/ui/icons/render/eye-off.js +0 -10
  529. package/dist/ui/icons/render/eye-off.js.map +0 -1
  530. package/dist/ui/icons/render/fullfield-bell.js.map +0 -1
  531. package/dist/ui/icons/render/fullfield-chat.js.map +0 -1
  532. package/dist/ui/icons/render/gender.d.ts +0 -2
  533. package/dist/ui/icons/render/gender.js.map +0 -1
  534. package/dist/ui/icons/render/heart.d.ts +0 -2
  535. package/dist/ui/icons/render/heart.js.map +0 -1
  536. package/dist/ui/icons/render/hospitalization.d.ts +0 -2
  537. package/dist/ui/icons/render/hospitalization.js.map +0 -1
  538. package/dist/ui/icons/render/hut.d.ts +0 -2
  539. package/dist/ui/icons/render/hut.js +0 -10
  540. package/dist/ui/icons/render/hut.js.map +0 -1
  541. package/dist/ui/icons/render/hypertension.js.map +0 -1
  542. package/dist/ui/icons/render/info.d.ts +0 -2
  543. package/dist/ui/icons/render/info.js.map +0 -1
  544. package/dist/ui/icons/render/interrogation-circle.js.map +0 -1
  545. package/dist/ui/icons/render/keyboard-left-arrow.js +0 -10
  546. package/dist/ui/icons/render/keyboard-left-arrow.js.map +0 -1
  547. package/dist/ui/icons/render/keyboard-right-arrow.js +0 -10
  548. package/dist/ui/icons/render/keyboard-right-arrow.js.map +0 -1
  549. package/dist/ui/icons/render/language.d.ts +0 -2
  550. package/dist/ui/icons/render/language.js +0 -10
  551. package/dist/ui/icons/render/language.js.map +0 -1
  552. package/dist/ui/icons/render/like.d.ts +0 -2
  553. package/dist/ui/icons/render/like.js.map +0 -1
  554. package/dist/ui/icons/render/loading.js.map +0 -1
  555. package/dist/ui/icons/render/map-floor.d.ts +0 -2
  556. package/dist/ui/icons/render/map-floor.js +0 -10
  557. package/dist/ui/icons/render/map-floor.js.map +0 -1
  558. package/dist/ui/icons/render/message-balloon.js.map +0 -1
  559. package/dist/ui/icons/render/mobile.d.ts +0 -2
  560. package/dist/ui/icons/render/mobile.js +0 -10
  561. package/dist/ui/icons/render/mobile.js.map +0 -1
  562. package/dist/ui/icons/render/money-value-symbol.d.ts +0 -2
  563. package/dist/ui/icons/render/money-value-symbol.js.map +0 -1
  564. package/dist/ui/icons/render/next.d.ts +0 -2
  565. package/dist/ui/icons/render/next.js +0 -10
  566. package/dist/ui/icons/render/next.js.map +0 -1
  567. package/dist/ui/icons/render/not-found.d.ts +0 -2
  568. package/dist/ui/icons/render/not-found.js +0 -10
  569. package/dist/ui/icons/render/not-found.js.map +0 -1
  570. package/dist/ui/icons/render/not-like.d.ts +0 -2
  571. package/dist/ui/icons/render/not-like.js.map +0 -1
  572. package/dist/ui/icons/render/padlock.d.ts +0 -2
  573. package/dist/ui/icons/render/padlock.js.map +0 -1
  574. package/dist/ui/icons/render/pdf.d.ts +0 -2
  575. package/dist/ui/icons/render/pdf.js +0 -10
  576. package/dist/ui/icons/render/pdf.js.map +0 -1
  577. package/dist/ui/icons/render/person.d.ts +0 -3
  578. package/dist/ui/icons/render/person.js.map +0 -1
  579. package/dist/ui/icons/render/pet.d.ts +0 -2
  580. package/dist/ui/icons/render/pet.js +0 -10
  581. package/dist/ui/icons/render/pet.js.map +0 -1
  582. package/dist/ui/icons/render/phone-message.d.ts +0 -2
  583. package/dist/ui/icons/render/phone-message.js +0 -10
  584. package/dist/ui/icons/render/phone-message.js.map +0 -1
  585. package/dist/ui/icons/render/play-rounded.d.ts +0 -2
  586. package/dist/ui/icons/render/play-rounded.js.map +0 -1
  587. package/dist/ui/icons/render/plus-sharp.d.ts +0 -2
  588. package/dist/ui/icons/render/plus-sharp.js.map +0 -1
  589. package/dist/ui/icons/render/prev.d.ts +0 -2
  590. package/dist/ui/icons/render/prev.js.map +0 -1
  591. package/dist/ui/icons/render/print.js.map +0 -1
  592. package/dist/ui/icons/render/send-icon.d.ts +0 -2
  593. package/dist/ui/icons/render/send-icon.js +0 -10
  594. package/dist/ui/icons/render/send-icon.js.map +0 -1
  595. package/dist/ui/icons/render/send-message.js.map +0 -1
  596. package/dist/ui/icons/render/seo.d.ts +0 -2
  597. package/dist/ui/icons/render/seo.js +0 -10
  598. package/dist/ui/icons/render/seo.js.map +0 -1
  599. package/dist/ui/icons/render/share-v2.d.ts +0 -2
  600. package/dist/ui/icons/render/share-v2.js.map +0 -1
  601. package/dist/ui/icons/render/shopping.d.ts +0 -3
  602. package/dist/ui/icons/render/shopping.js.map +0 -1
  603. package/dist/ui/icons/render/star.d.ts +0 -2
  604. package/dist/ui/icons/render/star.js.map +0 -1
  605. package/dist/ui/icons/render/starBg.d.ts +0 -2
  606. package/dist/ui/icons/render/starBg.js.map +0 -1
  607. package/dist/ui/icons/render/three-dots.d.ts +0 -2
  608. package/dist/ui/icons/render/three-dots.js +0 -10
  609. package/dist/ui/icons/render/three-dots.js.map +0 -1
  610. package/dist/ui/icons/render/transparent-mail.js.map +0 -1
  611. package/dist/ui/icons/render/transparent-phone.d.ts +0 -2
  612. package/dist/ui/icons/render/transparent-phone.js +0 -10
  613. package/dist/ui/icons/render/transparent-phone.js.map +0 -1
  614. package/dist/ui/icons/render/upload.d.ts +0 -2
  615. package/dist/ui/icons/render/upload.js.map +0 -1
  616. package/dist/ui/icons/render/user.d.ts +0 -3
  617. package/dist/ui/icons/render/user.js.map +0 -1
  618. package/dist/ui/icons/render/weight.d.ts +0 -2
  619. package/dist/ui/icons/render/weight.js +0 -10
  620. package/dist/ui/icons/render/weight.js.map +0 -1
  621. package/dist/ui/icons/render/whats.d.ts +0 -3
  622. package/dist/ui/icons/render/whats.js +0 -15
  623. package/dist/ui/icons/render/whats.js.map +0 -1
  624. package/dist/ui/icons/render/word.js.map +0 -1
  625. /package/dist/ui/icons/render/{Exit.d.ts → icon-exit.d.ts} +0 -0
  626. /package/dist/ui/icons/render/{Gear.d.ts → icon-gear.d.ts} +0 -0
  627. /package/dist/ui/icons/render/{message-balloon.d.ts → icon-message-balloon.d.ts} +0 -0
  628. /package/dist/ui/icons/render/{print.d.ts → icon-print.d.ts} +0 -0
  629. /package/dist/ui/icons/render/{word.d.ts → icon-word.d.ts} +0 -0
@@ -1,760 +1,760 @@
1
- a {
2
- text-decoration: unset;
3
- }
4
-
5
- html {
6
- font-size: 10px !important;
7
- }
8
-
9
- h1,
10
- h2,
11
- h3,
12
- h4,
13
- h5,
14
- p,
15
- span,
16
- strong,
17
- time,
18
- address,
19
- i,
20
- a,
21
- b,
22
- label,
23
- li,
24
- td {
25
- text-rendering: optimizeLegibility !important;
26
- margin-bottom: 0;
27
- }
28
-
29
- /* Transform Classes ------------------------- */
30
- .uppercase {
31
- text-transform: uppercase;
32
- }
33
- .lowercase {
34
- text-transform: lowercase;
35
- }
36
-
37
- /* Font Wheights ------------------ */
38
- [class*='-bold'] {
39
- font-weight: 700;
40
- }
41
- [class*='-semibold'] {
42
- font-weight: 600;
43
- }
44
- [class*='-medium'] {
45
- font-weight: 500;
46
- }
47
- [class*='-regular'] {
48
- font-weight: 400;
49
- }
50
- [class*='-light'] {
51
- font-weight: 300;
52
- }
53
-
54
- /* Font-Sizes -------------------------------- */
55
- [class*='font-80'] {
56
- font-size: 8rem;
57
- }
58
- [class*='font-72'] {
59
- font-size: 7.2rem;
60
- }
61
- [class*='font-70'] {
62
- font-size: 7rem;
63
- }
64
- [class*='font-64'] {
65
- font-size: 6.4rem;
66
- }
67
- [class*='font-50'] {
68
- font-size: 5rem;
69
- }
70
- [class*='font-48'] {
71
- font-size: 4.8rem;
72
- }
73
- [class*='font-40'] {
74
- font-size: 4rem;
75
- }
76
- [class*='font-36'] {
77
- font-size: 3.6rem;
78
- }
79
- [class*='font-32'] {
80
- font-size: 3.2rem;
81
- }
82
- [class*='font-24'] {
83
- font-size: 2.4rem;
84
- }
85
- [class*='font-20'] {
86
- font-size: 2rem;
87
- }
88
- [class*='font-18'] {
89
- font-size: 1.8rem;
90
- }
91
- [class*='font-16'] {
92
- font-size: 1.6rem;
93
- }
94
- [class*='font-15'] {
95
- font-size: 1.5rem;
96
- }
97
- [class*='font-14'] {
98
- font-size: 1.4rem;
99
- }
100
- [class*='font-13'] {
101
- font-size: 1.3rem;
102
- }
103
-
104
- [class*='font-12'] {
105
- font-size: 1.2rem;
106
- }
107
-
108
- @media only screen and (max-width: 1600px) {
109
- [class*='font-80'] {
110
- font-size: 6rem;
111
- }
112
- [class*='font-72'] {
113
- font-size: 5.8rem;
114
- }
115
- [class*='font-70'] {
116
- font-size: 5.5rem;
117
- }
118
- [class*='font-64'] {
119
- font-size: 6rem;
120
- }
121
- [class*='font-50'] {
122
- font-size: 4.8rem;
123
- }
124
- [class*='font-48'] {
125
- font-size: 4.4rem;
126
- }
127
- [class*='font-40'] {
128
- font-size: 3.8rem;
129
- }
130
- [class*='font-32'] {
131
- font-size: 3rem;
132
- }
133
- [class*='font-24'] {
134
- font-size: 2.3rem;
135
- }
136
- [class*='font-20'] {
137
- font-size: 1.9rem;
138
- }
139
- [class*='font-18'] {
140
- font-size: 1.7rem;
141
- }
142
- [class*='font-16'] {
143
- font-size: 1.55rem;
144
- }
145
- }
146
-
147
- @media only screen and (max-width: 1400px) {
148
- [class*='font-80'] {
149
- font-size: 5.4rem;
150
- }
151
- [class*='font-72'] {
152
- font-size: 5.2rem;
153
- }
154
- [class*='font-70'] {
155
- font-size: 4.9rem;
156
- }
157
- [class*='font-64'] {
158
- font-size: 5.6rem;
159
- }
160
- [class*='font-50'] {
161
- font-size: 4.6rem;
162
- }
163
- [class*='font-48'] {
164
- font-size: 4.2rem;
165
- }
166
- [class*='font-40'] {
167
- font-size: 3.6rem;
168
- }
169
- [class*='font-32'] {
170
- font-size: 2.8rem;
171
- }
172
- [class*='font-24'] {
173
- font-size: 2rem;
174
- }
175
- [class*='font-20'] {
176
- font-size: 1.8rem;
177
- }
178
- [class*='font-18'] {
179
- font-size: 1.65rem;
180
- }
181
- [class*='font-16'] {
182
- font-size: 1.5rem;
183
- }
184
- [class*='font-13'] {
185
- font-size: 1.25rem;
186
- }
187
- }
188
-
189
- @media only screen and (max-width: 1200px) {
190
- [class*='font-80'] {
191
- font-size: 5.5rem;
192
- }
193
- [class*='font-72'] {
194
- font-size: 4.8rem;
195
- }
196
- [class*='font-70'] {
197
- font-size: 4.6rem;
198
- }
199
- [class*='font-64'] {
200
- font-size: 5.2rem;
201
- }
202
- [class*='font-50'] {
203
- font-size: 4.2rem;
204
- }
205
- [class*='font-48'] {
206
- font-size: 4rem;
207
- }
208
- [class*='font-40'] {
209
- font-size: 3.2rem;
210
- }
211
- [class*='font-32'] {
212
- font-size: 2.4rem;
213
- }
214
- [class*='font-24'] {
215
- font-size: 1.9rem;
216
- }
217
- [class*='font-20'] {
218
- font-size: 1.75rem;
219
- }
220
- [class*='font-18'] {
221
- font-size: 1.6rem;
222
- }
223
- [class*='font-16'] {
224
- font-size: 1.45rem;
225
- }
226
-
227
- [class*='font-13'] {
228
- font-size: 1.2rem;
229
- }
230
- }
231
-
232
- @media only screen and (max-width: 1024px) {
233
- [class*='font-80'] {
234
- font-size: 5.2rem;
235
- }
236
- [class*='font-72'] {
237
- font-size: 4.5rem;
238
- }
239
- [class*='font-70'] {
240
- font-size: 4.3rem;
241
- }
242
- [class*='font-64'] {
243
- font-size: 4.4rem;
244
- }
245
- [class*='font-50'] {
246
- font-size: 4rem;
247
- }
248
- [class*='font-48'] {
249
- font-size: 3.8rem;
250
- }
251
- [class*='font-40'] {
252
- font-size: 3rem;
253
- }
254
- [class*='font-32'] {
255
- font-size: 2.2rem;
256
- }
257
- [class*='font-24'] {
258
- font-size: 1.8rem;
259
- }
260
- [class*='font-20'] {
261
- font-size: 1.7rem;
262
- }
263
- [class*='font-18'] {
264
- font-size: 1.55rem;
265
- }
266
- [class*='font-16'] {
267
- font-size: 1.35rem;
268
- }
269
- [class*='font-14'] {
270
- font-size: 1.3rem;
271
- }
272
- }
273
-
274
- @media only screen and (max-width: 900px) {
275
- [class*='font-80'] {
276
- font-size: 5rem;
277
- }
278
- [class*='font-72'] {
279
- font-size: 3.8rem;
280
- }
281
- [class*='font-70'] {
282
- font-size: 3.6rem;
283
- }
284
- [class*='font-64'] {
285
- font-size: 3.8rem;
286
- }
287
- [class*='font-48'] {
288
- font-size: 3.6rem;
289
- }
290
- [class*='font-40'] {
291
- font-size: 2.8rem;
292
- }
293
- [class*='font-32'] {
294
- font-size: 2rem;
295
- }
296
- }
297
-
298
- @media only screen and (max-width: 768px) {
299
- [class*='font-80'] {
300
- font-size: 4.5rem;
301
- }
302
- [class*='font-72'] {
303
- font-size: 3.5rem;
304
- }
305
- [class*='font-70'] {
306
- font-size: 3rem;
307
- }
308
- [class*='font-64'] {
309
- font-size: 3.4rem;
310
- }
311
- [class*='font-50'] {
312
- font-size: 3.8rem;
313
- }
314
- [class*='font-48'] {
315
- font-size: 3.4rem;
316
- }
317
- [class*='font-40'] {
318
- font-size: 2.6rem;
319
- }
320
- [class*='font-32'] {
321
- font-size: 1.9rem;
322
- }
323
- [class*='font-24'] {
324
- font-size: 1.7rem;
325
- }
326
- [class*='font-20'] {
327
- font-size: 1.65rem;
328
- }
329
- [class*='font-18'] {
330
- font-size: 1.5rem;
331
- }
332
- [class*='font-16'] {
333
- font-size: 1.35rem;
334
- }
335
- [class*='font-13'] {
336
- font-size: 1.15rem;
337
- }
338
- }
339
-
340
- @media only screen and (max-width: 650px) {
341
- [class*='font-80'] {
342
- font-size: 4rem;
343
- }
344
- [class*='font-64'] {
345
- font-size: 3.2rem;
346
- }
347
- [class*='font-50'] {
348
- font-size: 3.5rem;
349
- }
350
- [class*='font-48'] {
351
- font-size: 3.2rem;
352
- }
353
- [class*='font-40'] {
354
- font-size: 2.5rem;
355
- }
356
- [class*='font-32'] {
357
- font-size: 1.8rem;
358
- }
359
- [class*='font-24'] {
360
- font-size: 1.65rem;
361
- }
362
- [class*='font-18'] {
363
- font-size: 1.4rem;
364
- }
365
- [class*='font-16'] {
366
- font-size: 1.3rem;
367
- }
368
- }
369
-
370
- @media only screen and (max-width: 500px) {
371
- [class*='font-80'] {
372
- font-size: 3.5rem;
373
- }
374
- [class*='font-64'] {
375
- font-size: 2.8rem;
376
- }
377
- [class*='font-50'] {
378
- font-size: 3rem;
379
- }
380
- [class*='font-48'] {
381
- font-size: 2.8rem;
382
- }
383
- [class*='font-40'] {
384
- font-size: 2.3rem;
385
- }
386
- [class*='font-24'] {
387
- font-size: 1.6rem;
388
- }
389
- [class*='font-18'] {
390
- font-size: 1.25rem;
391
- }
392
- [class*='font-16'] {
393
- font-size: 1.2rem;
394
- }
395
- [class*='font-14'] {
396
- font-size: 1.2rem;
397
- }
398
- }
399
-
400
- @media only screen and (max-width: 390px) {
401
- [class*='font-80'] {
402
- font-size: 3rem;
403
- }
404
- [class*='font-72'] {
405
- font-size: 3rem;
406
- }
407
- [class*='font-64'] {
408
- font-size: 2.6rem;
409
- }
410
- [class*='font-50'] {
411
- font-size: 2.8rem;
412
- }
413
- [class*='font-48'] {
414
- font-size: 2.6rem;
415
- }
416
- [class*='font-40'] {
417
- font-size: 2.1rem;
418
- }
419
- [class*='font-32'] {
420
- font-size: 1.7rem;
421
- }
422
- [class*='font-24'] {
423
- font-size: 1.4rem;
424
- }
425
- [class*='font-18'] {
426
- font-size: 1.2rem;
427
- }
428
- }
429
-
430
- /* reset */
431
-
432
- *,
433
- *::before,
434
- *::after {
435
- box-sizing: border-box;
436
- }
437
- html {
438
- font-family: 'Roboto', sans-serif;
439
- line-height: 1.15;
440
- -webkit-text-size-adjust: 100%;
441
- -ms-text-size-adjust: 100%;
442
- -ms-overflow-style: scrollbar;
443
- -webkit-tap-highlight-color: transparent;
444
- }
445
-
446
- @-ms-viewport {
447
- width: device-width;
448
- }
449
-
450
- article,
451
- aside,
452
- dialog,
453
- figcaption,
454
- figure,
455
- footer,
456
- header,
457
- hgroup,
458
- main,
459
- nav,
460
- section {
461
- display: block;
462
- }
463
-
464
- body {
465
- margin: 0;
466
- font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
467
- sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
468
- font-size: 1rem;
469
- font-weight: normal;
470
- line-height: 1.5;
471
- color: #212529;
472
- text-align: left;
473
- background-color: #fff;
474
- }
475
-
476
- [tabindex='-1']:focus {
477
- outline: none !important;
478
- }
479
-
480
- hr {
481
- box-sizing: content-box;
482
- height: 0;
483
- overflow: visible;
484
- }
485
-
486
- h1,
487
- h2,
488
- h3,
489
- h4,
490
- h5,
491
- h6 {
492
- margin-top: 0;
493
- margin-bottom: 0.5rem;
494
- }
495
-
496
- p {
497
- margin-top: 0;
498
- margin-bottom: 1rem;
499
- }
500
-
501
- abbr[title],
502
- abbr[data-original-title] {
503
- text-decoration: underline;
504
- -webkit-text-decoration: underline dotted;
505
- text-decoration: underline dotted;
506
- cursor: help;
507
- border-bottom: 0;
508
- }
509
- address {
510
- margin-bottom: 1rem;
511
- font-style: normal;
512
- line-height: inherit;
513
- }
514
- ol,
515
- ul,
516
- dl {
517
- margin-top: 0;
518
- margin-bottom: 1rem;
519
- }
520
- ol ol,
521
- ul ul,
522
- ol ul,
523
- ul ol {
524
- margin-bottom: 0;
525
- }
526
- dt {
527
- font-weight: bold;
528
- }
529
- dd {
530
- margin-bottom: 0.5rem;
531
- margin-left: 0;
532
- }
533
- blockquote {
534
- margin: 0 0 1rem;
535
- }
536
- dfn {
537
- font-style: italic;
538
- }
539
- b,
540
- strong {
541
- font-weight: bolder;
542
- }
543
- small {
544
- font-size: 80%;
545
- }
546
- sub,
547
- sup {
548
- position: relative;
549
- font-size: 75%;
550
- line-height: 0;
551
- vertical-align: baseline;
552
- }
553
- sub {
554
- bottom: -0.25em;
555
- }
556
- sup {
557
- top: -0.5em;
558
- }
559
-
560
- a {
561
- color: #007bff;
562
- text-decoration: none;
563
- background-color: transparent;
564
- -webkit-text-decoration-skip: objects;
565
- }
566
- a:hover {
567
- color: #0056b3;
568
- text-decoration: underline;
569
- }
570
-
571
- a:not([href]):not([tabindex]) {
572
- text-decoration: none;
573
- }
574
- a:not([href]):not([tabindex]):focus,
575
- a:not([href]):not([tabindex]):hover {
576
- text-decoration: none;
577
- }
578
- a:not([href]):not([tabindex]):focus {
579
- outline: 0;
580
- }
581
-
582
- pre,
583
- code,
584
- kbd,
585
- samp {
586
- font-family: monospace, monospace;
587
- font-size: 1em;
588
- }
589
- pre {
590
- margin-top: 0;
591
-
592
- margin-bottom: 1rem;
593
- overflow: auto;
594
- -ms-overflow-style: scrollbar;
595
- }
596
-
597
- figure {
598
- margin: 0 0 1rem;
599
- }
600
-
601
- img {
602
- vertical-align: middle;
603
- border-style: none;
604
- }
605
- svg:not(:root) {
606
- overflow: hidden;
607
- }
608
-
609
- a,
610
- area,
611
- button,
612
- [role='button'],
613
- input:not([type='range']),
614
- label,
615
- select,
616
- summary,
617
- textarea {
618
- -ms-touch-action: manipulation;
619
- touch-action: manipulation;
620
- }
621
-
622
- table {
623
- border-collapse: collapse;
624
- }
625
- caption {
626
- padding-top: 0.75rem;
627
- padding-bottom: 0.75rem;
628
- color: #868e96;
629
- text-align: left;
630
- caption-side: bottom;
631
- }
632
- th {
633
- text-align: inherit;
634
- }
635
-
636
- button {
637
- border-radius: 0;
638
- }
639
-
640
- button:focus {
641
- outline: 1px dotted;
642
- outline: 5px auto -webkit-focus-ring-color;
643
- }
644
- input,
645
- button,
646
- select,
647
- optgroup,
648
- textarea {
649
- margin: 0;
650
- font-family: inherit;
651
- font-size: inherit;
652
- line-height: inherit;
653
- }
654
- button,
655
- input {
656
- overflow: visible;
657
- }
658
- button,
659
- select {
660
- text-transform: none;
661
- }
662
-
663
- button,
664
- html [type='button'],
665
- [type='reset'],
666
- [type='submit'] {
667
- -webkit-appearance: button;
668
- }
669
-
670
- button::-moz-focus-inner,
671
- [type='button']::-moz-focus-inner,
672
- [type='reset']::-moz-focus-inner,
673
- [type='submit']::-moz-focus-inner {
674
- padding: 0;
675
- border-style: none;
676
- }
677
- input[type='radio'],
678
- input[type='checkbox'] {
679
- box-sizing: border-box;
680
- padding: 0;
681
- }
682
- input[type='date'],
683
- input[type='time'],
684
- input[type='datetime-local'],
685
- input[type='month'] {
686
- -webkit-appearance: listbox;
687
- }
688
- textarea {
689
- overflow: auto;
690
- resize: vertical;
691
- }
692
- fieldset {
693
- min-width: 0;
694
- padding: 0;
695
- margin: 0;
696
- border: 0;
697
- }
698
-
699
- legend {
700
- display: block;
701
- width: 100%;
702
- max-width: 100%;
703
- padding: 0;
704
- margin-bottom: 0.5rem;
705
- font-size: 1.5rem;
706
- line-height: inherit;
707
- color: inherit;
708
- white-space: normal;
709
- }
710
- progress {
711
- vertical-align: baseline;
712
- }
713
-
714
- [type='number']::-webkit-inner-spin-button,
715
- [type='number']::-webkit-outer-spin-button {
716
- height: auto;
717
- }
718
- [type='search'] {
719
- outline-offset: -2px;
720
- -webkit-appearance: none;
721
- }
722
-
723
- [type='search']::-webkit-search-cancel-button,
724
- [type='search']::-webkit-search-decoration {
725
- -webkit-appearance: none;
726
- }
727
-
728
- ::-webkit-file-upload-button {
729
- font: inherit;
730
- -webkit-appearance: button;
731
- }
732
-
733
- output {
734
- display: inline-block;
735
- }
736
- summary {
737
- display: list-item;
738
- }
739
- template {
740
- display: none;
741
- }
742
-
743
- [hidden] {
744
- display: none !important;
745
- }
746
-
747
- ul,
748
- ul li {
749
- list-style-type: none;
750
- padding-left: 0;
751
- }
752
-
753
- @keyframes placeHolderShimmer {
754
- 0% {
755
- background-position: 0px 0;
756
- }
757
- 100% {
758
- background-position: 100vw 0;
759
- }
760
- }
1
+ a {
2
+ text-decoration: unset;
3
+ }
4
+
5
+ html {
6
+ font-size: 10px !important;
7
+ }
8
+
9
+ h1,
10
+ h2,
11
+ h3,
12
+ h4,
13
+ h5,
14
+ p,
15
+ span,
16
+ strong,
17
+ time,
18
+ address,
19
+ i,
20
+ a,
21
+ b,
22
+ label,
23
+ li,
24
+ td {
25
+ text-rendering: optimizeLegibility !important;
26
+ margin-bottom: 0;
27
+ }
28
+
29
+ /* Transform Classes ------------------------- */
30
+ .uppercase {
31
+ text-transform: uppercase;
32
+ }
33
+ .lowercase {
34
+ text-transform: lowercase;
35
+ }
36
+
37
+ /* Font Wheights ------------------ */
38
+ [class*='-bold'] {
39
+ font-weight: 700;
40
+ }
41
+ [class*='-semibold'] {
42
+ font-weight: 600;
43
+ }
44
+ [class*='-medium'] {
45
+ font-weight: 500;
46
+ }
47
+ [class*='-regular'] {
48
+ font-weight: 400;
49
+ }
50
+ [class*='-light'] {
51
+ font-weight: 300;
52
+ }
53
+
54
+ /* Font-Sizes -------------------------------- */
55
+ [class*='font-80'] {
56
+ font-size: 8rem;
57
+ }
58
+ [class*='font-72'] {
59
+ font-size: 7.2rem;
60
+ }
61
+ [class*='font-70'] {
62
+ font-size: 7rem;
63
+ }
64
+ [class*='font-64'] {
65
+ font-size: 6.4rem;
66
+ }
67
+ [class*='font-50'] {
68
+ font-size: 5rem;
69
+ }
70
+ [class*='font-48'] {
71
+ font-size: 4.8rem;
72
+ }
73
+ [class*='font-40'] {
74
+ font-size: 4rem;
75
+ }
76
+ [class*='font-36'] {
77
+ font-size: 3.6rem;
78
+ }
79
+ [class*='font-32'] {
80
+ font-size: 3.2rem;
81
+ }
82
+ [class*='font-24'] {
83
+ font-size: 2.4rem;
84
+ }
85
+ [class*='font-20'] {
86
+ font-size: 2rem;
87
+ }
88
+ [class*='font-18'] {
89
+ font-size: 1.8rem;
90
+ }
91
+ [class*='font-16'] {
92
+ font-size: 1.6rem;
93
+ }
94
+ [class*='font-15'] {
95
+ font-size: 1.5rem;
96
+ }
97
+ [class*='font-14'] {
98
+ font-size: 1.4rem;
99
+ }
100
+ [class*='font-13'] {
101
+ font-size: 1.3rem;
102
+ }
103
+
104
+ [class*='font-12'] {
105
+ font-size: 1.2rem;
106
+ }
107
+
108
+ @media only screen and (max-width: 1600px) {
109
+ [class*='font-80'] {
110
+ font-size: 6rem;
111
+ }
112
+ [class*='font-72'] {
113
+ font-size: 5.8rem;
114
+ }
115
+ [class*='font-70'] {
116
+ font-size: 5.5rem;
117
+ }
118
+ [class*='font-64'] {
119
+ font-size: 6rem;
120
+ }
121
+ [class*='font-50'] {
122
+ font-size: 4.8rem;
123
+ }
124
+ [class*='font-48'] {
125
+ font-size: 4.4rem;
126
+ }
127
+ [class*='font-40'] {
128
+ font-size: 3.8rem;
129
+ }
130
+ [class*='font-32'] {
131
+ font-size: 3rem;
132
+ }
133
+ [class*='font-24'] {
134
+ font-size: 2.3rem;
135
+ }
136
+ [class*='font-20'] {
137
+ font-size: 1.9rem;
138
+ }
139
+ [class*='font-18'] {
140
+ font-size: 1.7rem;
141
+ }
142
+ [class*='font-16'] {
143
+ font-size: 1.55rem;
144
+ }
145
+ }
146
+
147
+ @media only screen and (max-width: 1400px) {
148
+ [class*='font-80'] {
149
+ font-size: 5.4rem;
150
+ }
151
+ [class*='font-72'] {
152
+ font-size: 5.2rem;
153
+ }
154
+ [class*='font-70'] {
155
+ font-size: 4.9rem;
156
+ }
157
+ [class*='font-64'] {
158
+ font-size: 5.6rem;
159
+ }
160
+ [class*='font-50'] {
161
+ font-size: 4.6rem;
162
+ }
163
+ [class*='font-48'] {
164
+ font-size: 4.2rem;
165
+ }
166
+ [class*='font-40'] {
167
+ font-size: 3.6rem;
168
+ }
169
+ [class*='font-32'] {
170
+ font-size: 2.8rem;
171
+ }
172
+ [class*='font-24'] {
173
+ font-size: 2rem;
174
+ }
175
+ [class*='font-20'] {
176
+ font-size: 1.8rem;
177
+ }
178
+ [class*='font-18'] {
179
+ font-size: 1.65rem;
180
+ }
181
+ [class*='font-16'] {
182
+ font-size: 1.5rem;
183
+ }
184
+ [class*='font-13'] {
185
+ font-size: 1.25rem;
186
+ }
187
+ }
188
+
189
+ @media only screen and (max-width: 1200px) {
190
+ [class*='font-80'] {
191
+ font-size: 5.5rem;
192
+ }
193
+ [class*='font-72'] {
194
+ font-size: 4.8rem;
195
+ }
196
+ [class*='font-70'] {
197
+ font-size: 4.6rem;
198
+ }
199
+ [class*='font-64'] {
200
+ font-size: 5.2rem;
201
+ }
202
+ [class*='font-50'] {
203
+ font-size: 4.2rem;
204
+ }
205
+ [class*='font-48'] {
206
+ font-size: 4rem;
207
+ }
208
+ [class*='font-40'] {
209
+ font-size: 3.2rem;
210
+ }
211
+ [class*='font-32'] {
212
+ font-size: 2.4rem;
213
+ }
214
+ [class*='font-24'] {
215
+ font-size: 1.9rem;
216
+ }
217
+ [class*='font-20'] {
218
+ font-size: 1.75rem;
219
+ }
220
+ [class*='font-18'] {
221
+ font-size: 1.6rem;
222
+ }
223
+ [class*='font-16'] {
224
+ font-size: 1.45rem;
225
+ }
226
+
227
+ [class*='font-13'] {
228
+ font-size: 1.2rem;
229
+ }
230
+ }
231
+
232
+ @media only screen and (max-width: 1024px) {
233
+ [class*='font-80'] {
234
+ font-size: 5.2rem;
235
+ }
236
+ [class*='font-72'] {
237
+ font-size: 4.5rem;
238
+ }
239
+ [class*='font-70'] {
240
+ font-size: 4.3rem;
241
+ }
242
+ [class*='font-64'] {
243
+ font-size: 4.4rem;
244
+ }
245
+ [class*='font-50'] {
246
+ font-size: 4rem;
247
+ }
248
+ [class*='font-48'] {
249
+ font-size: 3.8rem;
250
+ }
251
+ [class*='font-40'] {
252
+ font-size: 3rem;
253
+ }
254
+ [class*='font-32'] {
255
+ font-size: 2.2rem;
256
+ }
257
+ [class*='font-24'] {
258
+ font-size: 1.8rem;
259
+ }
260
+ [class*='font-20'] {
261
+ font-size: 1.7rem;
262
+ }
263
+ [class*='font-18'] {
264
+ font-size: 1.55rem;
265
+ }
266
+ [class*='font-16'] {
267
+ font-size: 1.35rem;
268
+ }
269
+ [class*='font-14'] {
270
+ font-size: 1.3rem;
271
+ }
272
+ }
273
+
274
+ @media only screen and (max-width: 900px) {
275
+ [class*='font-80'] {
276
+ font-size: 5rem;
277
+ }
278
+ [class*='font-72'] {
279
+ font-size: 3.8rem;
280
+ }
281
+ [class*='font-70'] {
282
+ font-size: 3.6rem;
283
+ }
284
+ [class*='font-64'] {
285
+ font-size: 3.8rem;
286
+ }
287
+ [class*='font-48'] {
288
+ font-size: 3.6rem;
289
+ }
290
+ [class*='font-40'] {
291
+ font-size: 2.8rem;
292
+ }
293
+ [class*='font-32'] {
294
+ font-size: 2rem;
295
+ }
296
+ }
297
+
298
+ @media only screen and (max-width: 768px) {
299
+ [class*='font-80'] {
300
+ font-size: 4.5rem;
301
+ }
302
+ [class*='font-72'] {
303
+ font-size: 3.5rem;
304
+ }
305
+ [class*='font-70'] {
306
+ font-size: 3rem;
307
+ }
308
+ [class*='font-64'] {
309
+ font-size: 3.4rem;
310
+ }
311
+ [class*='font-50'] {
312
+ font-size: 3.8rem;
313
+ }
314
+ [class*='font-48'] {
315
+ font-size: 3.4rem;
316
+ }
317
+ [class*='font-40'] {
318
+ font-size: 2.6rem;
319
+ }
320
+ [class*='font-32'] {
321
+ font-size: 1.9rem;
322
+ }
323
+ [class*='font-24'] {
324
+ font-size: 1.7rem;
325
+ }
326
+ [class*='font-20'] {
327
+ font-size: 1.65rem;
328
+ }
329
+ [class*='font-18'] {
330
+ font-size: 1.5rem;
331
+ }
332
+ [class*='font-16'] {
333
+ font-size: 1.35rem;
334
+ }
335
+ [class*='font-13'] {
336
+ font-size: 1.15rem;
337
+ }
338
+ }
339
+
340
+ @media only screen and (max-width: 650px) {
341
+ [class*='font-80'] {
342
+ font-size: 4rem;
343
+ }
344
+ [class*='font-64'] {
345
+ font-size: 3.2rem;
346
+ }
347
+ [class*='font-50'] {
348
+ font-size: 3.5rem;
349
+ }
350
+ [class*='font-48'] {
351
+ font-size: 3.2rem;
352
+ }
353
+ [class*='font-40'] {
354
+ font-size: 2.5rem;
355
+ }
356
+ [class*='font-32'] {
357
+ font-size: 1.8rem;
358
+ }
359
+ [class*='font-24'] {
360
+ font-size: 1.65rem;
361
+ }
362
+ [class*='font-18'] {
363
+ font-size: 1.4rem;
364
+ }
365
+ [class*='font-16'] {
366
+ font-size: 1.3rem;
367
+ }
368
+ }
369
+
370
+ @media only screen and (max-width: 500px) {
371
+ [class*='font-80'] {
372
+ font-size: 3.5rem;
373
+ }
374
+ [class*='font-64'] {
375
+ font-size: 2.8rem;
376
+ }
377
+ [class*='font-50'] {
378
+ font-size: 3rem;
379
+ }
380
+ [class*='font-48'] {
381
+ font-size: 2.8rem;
382
+ }
383
+ [class*='font-40'] {
384
+ font-size: 2.3rem;
385
+ }
386
+ [class*='font-24'] {
387
+ font-size: 1.6rem;
388
+ }
389
+ [class*='font-18'] {
390
+ font-size: 1.25rem;
391
+ }
392
+ [class*='font-16'] {
393
+ font-size: 1.2rem;
394
+ }
395
+ [class*='font-14'] {
396
+ font-size: 1.2rem;
397
+ }
398
+ }
399
+
400
+ @media only screen and (max-width: 390px) {
401
+ [class*='font-80'] {
402
+ font-size: 3rem;
403
+ }
404
+ [class*='font-72'] {
405
+ font-size: 3rem;
406
+ }
407
+ [class*='font-64'] {
408
+ font-size: 2.6rem;
409
+ }
410
+ [class*='font-50'] {
411
+ font-size: 2.8rem;
412
+ }
413
+ [class*='font-48'] {
414
+ font-size: 2.6rem;
415
+ }
416
+ [class*='font-40'] {
417
+ font-size: 2.1rem;
418
+ }
419
+ [class*='font-32'] {
420
+ font-size: 1.7rem;
421
+ }
422
+ [class*='font-24'] {
423
+ font-size: 1.4rem;
424
+ }
425
+ [class*='font-18'] {
426
+ font-size: 1.2rem;
427
+ }
428
+ }
429
+
430
+ /* reset */
431
+
432
+ *,
433
+ *::before,
434
+ *::after {
435
+ box-sizing: border-box;
436
+ }
437
+ html {
438
+ font-family: 'Roboto', sans-serif;
439
+ line-height: 1.15;
440
+ -webkit-text-size-adjust: 100%;
441
+ -ms-text-size-adjust: 100%;
442
+ -ms-overflow-style: scrollbar;
443
+ -webkit-tap-highlight-color: transparent;
444
+ }
445
+
446
+ @-ms-viewport {
447
+ width: device-width;
448
+ }
449
+
450
+ article,
451
+ aside,
452
+ dialog,
453
+ figcaption,
454
+ figure,
455
+ footer,
456
+ header,
457
+ hgroup,
458
+ main,
459
+ nav,
460
+ section {
461
+ display: block;
462
+ }
463
+
464
+ body {
465
+ margin: 0;
466
+ font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
467
+ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
468
+ font-size: 1rem;
469
+ font-weight: normal;
470
+ line-height: 1.5;
471
+ color: #212529;
472
+ text-align: left;
473
+ background-color: #fff;
474
+ }
475
+
476
+ [tabindex='-1']:focus {
477
+ outline: none !important;
478
+ }
479
+
480
+ hr {
481
+ box-sizing: content-box;
482
+ height: 0;
483
+ overflow: visible;
484
+ }
485
+
486
+ h1,
487
+ h2,
488
+ h3,
489
+ h4,
490
+ h5,
491
+ h6 {
492
+ margin-top: 0;
493
+ margin-bottom: 0.5rem;
494
+ }
495
+
496
+ p {
497
+ margin-top: 0;
498
+ margin-bottom: 1rem;
499
+ }
500
+
501
+ abbr[title],
502
+ abbr[data-original-title] {
503
+ text-decoration: underline;
504
+ -webkit-text-decoration: underline dotted;
505
+ text-decoration: underline dotted;
506
+ cursor: help;
507
+ border-bottom: 0;
508
+ }
509
+ address {
510
+ margin-bottom: 1rem;
511
+ font-style: normal;
512
+ line-height: inherit;
513
+ }
514
+ ol,
515
+ ul,
516
+ dl {
517
+ margin-top: 0;
518
+ margin-bottom: 1rem;
519
+ }
520
+ ol ol,
521
+ ul ul,
522
+ ol ul,
523
+ ul ol {
524
+ margin-bottom: 0;
525
+ }
526
+ dt {
527
+ font-weight: bold;
528
+ }
529
+ dd {
530
+ margin-bottom: 0.5rem;
531
+ margin-left: 0;
532
+ }
533
+ blockquote {
534
+ margin: 0 0 1rem;
535
+ }
536
+ dfn {
537
+ font-style: italic;
538
+ }
539
+ b,
540
+ strong {
541
+ font-weight: bolder;
542
+ }
543
+ small {
544
+ font-size: 80%;
545
+ }
546
+ sub,
547
+ sup {
548
+ position: relative;
549
+ font-size: 75%;
550
+ line-height: 0;
551
+ vertical-align: baseline;
552
+ }
553
+ sub {
554
+ bottom: -0.25em;
555
+ }
556
+ sup {
557
+ top: -0.5em;
558
+ }
559
+
560
+ a {
561
+ color: #007bff;
562
+ text-decoration: none;
563
+ background-color: transparent;
564
+ -webkit-text-decoration-skip: objects;
565
+ }
566
+ a:hover {
567
+ color: #0056b3;
568
+ text-decoration: underline;
569
+ }
570
+
571
+ a:not([href]):not([tabindex]) {
572
+ text-decoration: none;
573
+ }
574
+ a:not([href]):not([tabindex]):focus,
575
+ a:not([href]):not([tabindex]):hover {
576
+ text-decoration: none;
577
+ }
578
+ a:not([href]):not([tabindex]):focus {
579
+ outline: 0;
580
+ }
581
+
582
+ pre,
583
+ code,
584
+ kbd,
585
+ samp {
586
+ font-family: monospace, monospace;
587
+ font-size: 1em;
588
+ }
589
+ pre {
590
+ margin-top: 0;
591
+
592
+ margin-bottom: 1rem;
593
+ overflow: auto;
594
+ -ms-overflow-style: scrollbar;
595
+ }
596
+
597
+ figure {
598
+ margin: 0 0 1rem;
599
+ }
600
+
601
+ img {
602
+ vertical-align: middle;
603
+ border-style: none;
604
+ }
605
+ svg:not(:root) {
606
+ overflow: hidden;
607
+ }
608
+
609
+ a,
610
+ area,
611
+ button,
612
+ [role='button'],
613
+ input:not([type='range']),
614
+ label,
615
+ select,
616
+ summary,
617
+ textarea {
618
+ -ms-touch-action: manipulation;
619
+ touch-action: manipulation;
620
+ }
621
+
622
+ table {
623
+ border-collapse: collapse;
624
+ }
625
+ caption {
626
+ padding-top: 0.75rem;
627
+ padding-bottom: 0.75rem;
628
+ color: #868e96;
629
+ text-align: left;
630
+ caption-side: bottom;
631
+ }
632
+ th {
633
+ text-align: inherit;
634
+ }
635
+
636
+ button {
637
+ border-radius: 0;
638
+ }
639
+
640
+ button:focus {
641
+ outline: 1px dotted;
642
+ outline: 5px auto -webkit-focus-ring-color;
643
+ }
644
+ input,
645
+ button,
646
+ select,
647
+ optgroup,
648
+ textarea {
649
+ margin: 0;
650
+ font-family: inherit;
651
+ font-size: inherit;
652
+ line-height: inherit;
653
+ }
654
+ button,
655
+ input {
656
+ overflow: visible;
657
+ }
658
+ button,
659
+ select {
660
+ text-transform: none;
661
+ }
662
+
663
+ button,
664
+ html [type='button'],
665
+ [type='reset'],
666
+ [type='submit'] {
667
+ -webkit-appearance: button;
668
+ }
669
+
670
+ button::-moz-focus-inner,
671
+ [type='button']::-moz-focus-inner,
672
+ [type='reset']::-moz-focus-inner,
673
+ [type='submit']::-moz-focus-inner {
674
+ padding: 0;
675
+ border-style: none;
676
+ }
677
+ input[type='radio'],
678
+ input[type='checkbox'] {
679
+ box-sizing: border-box;
680
+ padding: 0;
681
+ }
682
+ input[type='date'],
683
+ input[type='time'],
684
+ input[type='datetime-local'],
685
+ input[type='month'] {
686
+ -webkit-appearance: listbox;
687
+ }
688
+ textarea {
689
+ overflow: auto;
690
+ resize: vertical;
691
+ }
692
+ fieldset {
693
+ min-width: 0;
694
+ padding: 0;
695
+ margin: 0;
696
+ border: 0;
697
+ }
698
+
699
+ legend {
700
+ display: block;
701
+ width: 100%;
702
+ max-width: 100%;
703
+ padding: 0;
704
+ margin-bottom: 0.5rem;
705
+ font-size: 1.5rem;
706
+ line-height: inherit;
707
+ color: inherit;
708
+ white-space: normal;
709
+ }
710
+ progress {
711
+ vertical-align: baseline;
712
+ }
713
+
714
+ [type='number']::-webkit-inner-spin-button,
715
+ [type='number']::-webkit-outer-spin-button {
716
+ height: auto;
717
+ }
718
+ [type='search'] {
719
+ outline-offset: -2px;
720
+ -webkit-appearance: none;
721
+ }
722
+
723
+ [type='search']::-webkit-search-cancel-button,
724
+ [type='search']::-webkit-search-decoration {
725
+ -webkit-appearance: none;
726
+ }
727
+
728
+ ::-webkit-file-upload-button {
729
+ font: inherit;
730
+ -webkit-appearance: button;
731
+ }
732
+
733
+ output {
734
+ display: inline-block;
735
+ }
736
+ summary {
737
+ display: list-item;
738
+ }
739
+ template {
740
+ display: none;
741
+ }
742
+
743
+ [hidden] {
744
+ display: none !important;
745
+ }
746
+
747
+ ul,
748
+ ul li {
749
+ list-style-type: none;
750
+ padding-left: 0;
751
+ }
752
+
753
+ @keyframes placeHolderShimmer {
754
+ 0% {
755
+ background-position: 0px 0;
756
+ }
757
+ 100% {
758
+ background-position: 100vw 0;
759
+ }
760
+ }