react-native-exp-fig 0.1.6 → 0.1.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 (376) hide show
  1. package/LICENSE +20 -20
  2. package/lib/commonjs/common/icons-svg/check-box/index.js +45 -0
  3. package/lib/commonjs/common/icons-svg/check-box/index.js.map +1 -0
  4. package/lib/commonjs/common/icons-svg/constants/index.js +5 -4
  5. package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
  6. package/lib/commonjs/common/icons-svg/index.js +14 -5
  7. package/lib/commonjs/common/icons-svg/index.js.map +1 -1
  8. package/lib/commonjs/components/card-history/index.js +7 -7
  9. package/lib/commonjs/components/card-work-session/index.js +4 -4
  10. package/lib/commonjs/components/check-box/index.js +9 -9
  11. package/lib/commonjs/components/check-box/index.js.map +1 -1
  12. package/lib/commonjs/components/coil/index.js +16 -14
  13. package/lib/commonjs/components/coil/index.js.map +1 -1
  14. package/lib/commonjs/components/header-profile/index.js +7 -6
  15. package/lib/commonjs/components/header-profile/index.js.map +1 -1
  16. package/lib/commonjs/components/input/index.js +7 -7
  17. package/lib/commonjs/components/notification-loading/index.js +4 -4
  18. package/lib/commonjs/index.js +0 -7
  19. package/lib/commonjs/index.js.map +1 -1
  20. package/lib/commonjs/stories/coil/coil.stories.js +11 -3
  21. package/lib/commonjs/stories/coil/coil.stories.js.map +1 -1
  22. package/lib/commonjs/stories/header-profile/header-profile.stories.js +17 -1
  23. package/lib/commonjs/stories/header-profile/header-profile.stories.js.map +1 -1
  24. package/lib/module/common/icons-svg/check-box/index.js +37 -0
  25. package/lib/module/common/icons-svg/check-box/index.js.map +1 -0
  26. package/lib/module/common/icons-svg/constants/index.js +5 -4
  27. package/lib/module/common/icons-svg/constants/index.js.map +1 -1
  28. package/lib/module/common/icons-svg/index.js +14 -5
  29. package/lib/module/common/icons-svg/index.js.map +1 -1
  30. package/lib/module/components/card-history/index.js +7 -7
  31. package/lib/module/components/card-work-session/index.js +4 -4
  32. package/lib/module/components/check-box/index.js +9 -9
  33. package/lib/module/components/check-box/index.js.map +1 -1
  34. package/lib/module/components/coil/index.js +16 -14
  35. package/lib/module/components/coil/index.js.map +1 -1
  36. package/lib/module/components/header-profile/index.js +7 -6
  37. package/lib/module/components/header-profile/index.js.map +1 -1
  38. package/lib/module/components/input/index.js +7 -7
  39. package/lib/module/components/notification-loading/index.js +4 -4
  40. package/lib/module/index.js +0 -1
  41. package/lib/module/index.js.map +1 -1
  42. package/lib/module/stories/coil/coil.stories.js +10 -2
  43. package/lib/module/stories/coil/coil.stories.js.map +1 -1
  44. package/lib/module/stories/header-profile/header-profile.stories.js +16 -0
  45. package/lib/module/stories/header-profile/header-profile.stories.js.map +1 -1
  46. package/lib/typescript/commonjs/src/common/constants/index.d.ts +4 -4
  47. package/lib/typescript/commonjs/src/common/icons-svg/arrow-drop-down/index.d.ts +13 -13
  48. package/lib/typescript/commonjs/src/common/icons-svg/arrow-left/index.d.ts +10 -10
  49. package/lib/typescript/commonjs/src/common/icons-svg/bell/index.d.ts +7 -7
  50. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts +10 -10
  51. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth-connected/index.d.ts +10 -10
  52. package/lib/typescript/commonjs/src/common/icons-svg/calendar/index.d.ts +10 -10
  53. package/lib/typescript/commonjs/src/common/icons-svg/call-bell/index.d.ts +10 -10
  54. package/lib/typescript/commonjs/src/common/icons-svg/camera-plus/index.d.ts +10 -10
  55. package/lib/typescript/commonjs/src/common/icons-svg/chart-bar/index.d.ts +10 -10
  56. package/lib/typescript/commonjs/src/common/icons-svg/check-box/index.d.ts +14 -0
  57. package/lib/typescript/commonjs/src/common/icons-svg/check-box/index.d.ts.map +1 -0
  58. package/lib/typescript/commonjs/src/common/icons-svg/check-box-fill/index.d.ts +13 -13
  59. package/lib/typescript/commonjs/src/common/icons-svg/check-box-outline/index.d.ts +13 -13
  60. package/lib/typescript/commonjs/src/common/icons-svg/check-circle/index.d.ts +10 -10
  61. package/lib/typescript/commonjs/src/common/icons-svg/closed/index.d.ts +13 -13
  62. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +52 -51
  63. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
  64. package/lib/typescript/commonjs/src/common/icons-svg/credit-card/index.d.ts +13 -13
  65. package/lib/typescript/commonjs/src/common/icons-svg/currency/index.d.ts +10 -10
  66. package/lib/typescript/commonjs/src/common/icons-svg/currency-circle-dollar/index.d.ts +10 -10
  67. package/lib/typescript/commonjs/src/common/icons-svg/ellipse/index.d.ts +4 -4
  68. package/lib/typescript/commonjs/src/common/icons-svg/exclamation-circle/index.d.ts +7 -7
  69. package/lib/typescript/commonjs/src/common/icons-svg/eye/index.d.ts +10 -10
  70. package/lib/typescript/commonjs/src/common/icons-svg/eye-slash/index.d.ts +10 -10
  71. package/lib/typescript/commonjs/src/common/icons-svg/file-text/index.d.ts +13 -13
  72. package/lib/typescript/commonjs/src/common/icons-svg/files/index.d.ts +7 -7
  73. package/lib/typescript/commonjs/src/common/icons-svg/gas-pump/index.d.ts +10 -10
  74. package/lib/typescript/commonjs/src/common/icons-svg/gauge/index.d.ts +10 -10
  75. package/lib/typescript/commonjs/src/common/icons-svg/gear/index.d.ts +10 -10
  76. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts +11 -11
  77. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
  78. package/lib/typescript/commonjs/src/common/icons-svg/lifebuoy/index.d.ts +10 -10
  79. package/lib/typescript/commonjs/src/common/icons-svg/list/index.d.ts +10 -10
  80. package/lib/typescript/commonjs/src/common/icons-svg/moon-stars/index.d.ts +10 -10
  81. package/lib/typescript/commonjs/src/common/icons-svg/note-pincel/index.d.ts +10 -10
  82. package/lib/typescript/commonjs/src/common/icons-svg/package/index.d.ts +10 -10
  83. package/lib/typescript/commonjs/src/common/icons-svg/package-check/index.d.ts +13 -13
  84. package/lib/typescript/commonjs/src/common/icons-svg/plus/index.d.ts +10 -10
  85. package/lib/typescript/commonjs/src/common/icons-svg/recused/index.d.ts +10 -10
  86. package/lib/typescript/commonjs/src/common/icons-svg/shopping-cart/index.d.ts +13 -13
  87. package/lib/typescript/commonjs/src/common/icons-svg/steering-wheel/index.d.ts +10 -10
  88. package/lib/typescript/commonjs/src/common/icons-svg/steering-wheel-fill/index.d.ts +10 -10
  89. package/lib/typescript/commonjs/src/common/icons-svg/timer/index.d.ts +10 -10
  90. package/lib/typescript/commonjs/src/common/icons-svg/trophy/index.d.ts +10 -10
  91. package/lib/typescript/commonjs/src/common/icons-svg/truck/index.d.ts +13 -13
  92. package/lib/typescript/commonjs/src/common/icons-svg/truck-trailer/index.d.ts +10 -10
  93. package/lib/typescript/commonjs/src/common/icons-svg/wifi-high/index.d.ts +10 -10
  94. package/lib/typescript/commonjs/src/common/icons-svg/wifi-x/index.d.ts +10 -10
  95. package/lib/typescript/commonjs/src/common/icons-svg/x-circle/index.d.ts +13 -13
  96. package/lib/typescript/commonjs/src/components/box/index.d.ts +9 -9
  97. package/lib/typescript/commonjs/src/components/box/styles.d.ts +12 -12
  98. package/lib/typescript/commonjs/src/components/box/styles.d.ts.map +1 -1
  99. package/lib/typescript/commonjs/src/components/button/index.d.ts +9 -9
  100. package/lib/typescript/commonjs/src/components/button/styles.d.ts +23 -23
  101. package/lib/typescript/commonjs/src/components/button/styles.d.ts.map +1 -1
  102. package/lib/typescript/commonjs/src/components/capture-photo/index.d.ts +13 -13
  103. package/lib/typescript/commonjs/src/components/capture-photo/styles.d.ts +11 -11
  104. package/lib/typescript/commonjs/src/components/capture-photo/styles.d.ts.map +1 -1
  105. package/lib/typescript/commonjs/src/components/card-history/index.d.ts +14 -14
  106. package/lib/typescript/commonjs/src/components/card-hours/index.d.ts +9 -9
  107. package/lib/typescript/commonjs/src/components/card-loading/index.d.ts +14 -14
  108. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +13 -13
  109. package/lib/typescript/commonjs/src/components/card-scheduled-journey/interface.d.ts +32 -32
  110. package/lib/typescript/commonjs/src/components/card-scheduled-journey/styles.d.ts +11 -11
  111. package/lib/typescript/commonjs/src/components/card-scheduled-journey/styles.d.ts.map +1 -1
  112. package/lib/typescript/commonjs/src/components/card-work-session/index.d.ts +10 -10
  113. package/lib/typescript/commonjs/src/components/check-box/index.d.ts +13 -13
  114. package/lib/typescript/commonjs/src/components/coil/index.d.ts +10 -10
  115. package/lib/typescript/commonjs/src/components/coil/index.d.ts.map +1 -1
  116. package/lib/typescript/commonjs/src/components/filter-date-selector/index.d.ts +14 -14
  117. package/lib/typescript/commonjs/src/components/filter-journey/index.d.ts +10 -10
  118. package/lib/typescript/commonjs/src/components/header-profile/index.d.ts +13 -13
  119. package/lib/typescript/commonjs/src/components/header-profile/index.d.ts.map +1 -1
  120. package/lib/typescript/commonjs/src/components/image-capture-with-remove/index.d.ts +14 -14
  121. package/lib/typescript/commonjs/src/components/input/index.d.ts +14 -14
  122. package/lib/typescript/commonjs/src/components/input/styles.d.ts +11 -11
  123. package/lib/typescript/commonjs/src/components/input/styles.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/src/components/loading-details/index.d.ts +10 -10
  125. package/lib/typescript/commonjs/src/components/loading-progress/index.d.ts +14 -14
  126. package/lib/typescript/commonjs/src/components/menu-item/index.d.ts +14 -14
  127. package/lib/typescript/commonjs/src/components/no-data/index.d.ts +7 -7
  128. package/lib/typescript/commonjs/src/components/notification-loading/index.d.ts +10 -10
  129. package/lib/typescript/commonjs/src/components/scheduled-journey-indicators/index.d.ts +10 -10
  130. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts +13 -13
  131. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts +63 -63
  132. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts.map +1 -1
  133. package/lib/typescript/commonjs/src/components/step-indicator/helpers/get-icon-by-status.d.ts +14 -14
  134. package/lib/typescript/commonjs/src/components/step-indicator/helpers/get-icon-by-status.d.ts.map +1 -1
  135. package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts +13 -13
  136. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts +56 -56
  137. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts.map +1 -1
  138. package/lib/typescript/commonjs/src/components/typography/index.d.ts +13 -13
  139. package/lib/typescript/commonjs/src/components/typography/styles.d.ts +29 -29
  140. package/lib/typescript/commonjs/src/components/typography/styles.d.ts.map +1 -1
  141. package/lib/typescript/commonjs/src/components/user-profile/index.d.ts +14 -14
  142. package/lib/typescript/commonjs/src/index.d.ts +31 -33
  143. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  144. package/lib/typescript/commonjs/src/stories/box/box.stories.d.ts +8 -8
  145. package/lib/typescript/commonjs/src/stories/box/box.stories.d.ts.map +1 -1
  146. package/lib/typescript/commonjs/src/stories/button/button.stories.d.ts +10 -10
  147. package/lib/typescript/commonjs/src/stories/button/button.stories.d.ts.map +1 -1
  148. package/lib/typescript/commonjs/src/stories/capture-photo/capture-photo.stories.d.ts +9 -9
  149. package/lib/typescript/commonjs/src/stories/capture-photo/capture-photo.stories.d.ts.map +1 -1
  150. package/lib/typescript/commonjs/src/stories/card-history/card-history.stories.d.ts +6 -6
  151. package/lib/typescript/commonjs/src/stories/card-history/card-history.stories.d.ts.map +1 -1
  152. package/lib/typescript/commonjs/src/stories/card-hours/card-hours.stories.d.ts +7 -7
  153. package/lib/typescript/commonjs/src/stories/card-hours/card-hours.stories.d.ts.map +1 -1
  154. package/lib/typescript/commonjs/src/stories/card-loading/card-loading.stories.d.ts +8 -8
  155. package/lib/typescript/commonjs/src/stories/card-loading/card-loading.stories.d.ts.map +1 -1
  156. package/lib/typescript/commonjs/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts +10 -10
  157. package/lib/typescript/commonjs/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts.map +1 -1
  158. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts +6 -6
  159. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  160. package/lib/typescript/commonjs/src/stories/check-box/check-box.stories.d.ts +9 -9
  161. package/lib/typescript/commonjs/src/stories/check-box/check-box.stories.d.ts.map +1 -1
  162. package/lib/typescript/commonjs/src/stories/coil/coil.stories.d.ts +9 -8
  163. package/lib/typescript/commonjs/src/stories/coil/coil.stories.d.ts.map +1 -1
  164. package/lib/typescript/commonjs/src/stories/filter-date-selector/filter-date-selector.stories.d.ts +6 -6
  165. package/lib/typescript/commonjs/src/stories/filter-date-selector/filter-date-selector.stories.d.ts.map +1 -1
  166. package/lib/typescript/commonjs/src/stories/filter-journey/filter-journey.stories.d.ts +6 -6
  167. package/lib/typescript/commonjs/src/stories/filter-journey/filter-journey.stories.d.ts.map +1 -1
  168. package/lib/typescript/commonjs/src/stories/header-profile/header-profile.stories.d.ts +10 -9
  169. package/lib/typescript/commonjs/src/stories/header-profile/header-profile.stories.d.ts.map +1 -1
  170. package/lib/typescript/commonjs/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts +7 -7
  171. package/lib/typescript/commonjs/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts.map +1 -1
  172. package/lib/typescript/commonjs/src/stories/input/input.stories.d.ts +14 -14
  173. package/lib/typescript/commonjs/src/stories/input/input.stories.d.ts.map +1 -1
  174. package/lib/typescript/commonjs/src/stories/loading-details/loading-details.stories.d.ts +6 -6
  175. package/lib/typescript/commonjs/src/stories/loading-details/loading-details.stories.d.ts.map +1 -1
  176. package/lib/typescript/commonjs/src/stories/loading-progress/loading-progress.stories.d.ts +6 -6
  177. package/lib/typescript/commonjs/src/stories/loading-progress/loading-progress.stories.d.ts.map +1 -1
  178. package/lib/typescript/commonjs/src/stories/menu-item/menu-item.stories.d.ts +8 -8
  179. package/lib/typescript/commonjs/src/stories/menu-item/menu-item.stories.d.ts.map +1 -1
  180. package/lib/typescript/commonjs/src/stories/no-data/no-data.stories.d.ts +6 -6
  181. package/lib/typescript/commonjs/src/stories/no-data/no-data.stories.d.ts.map +1 -1
  182. package/lib/typescript/commonjs/src/stories/notification-loading/notification-loading.stories.d.ts +8 -8
  183. package/lib/typescript/commonjs/src/stories/notification-loading/notification-loading.stories.d.ts.map +1 -1
  184. package/lib/typescript/commonjs/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts +9 -9
  185. package/lib/typescript/commonjs/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts.map +1 -1
  186. package/lib/typescript/commonjs/src/stories/select-option/select-option.stories.d.ts +6 -6
  187. package/lib/typescript/commonjs/src/stories/select-option/select-option.stories.d.ts.map +1 -1
  188. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts +7 -7
  189. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  190. package/lib/typescript/commonjs/src/stories/typography/typography.stories.d.ts +15 -15
  191. package/lib/typescript/commonjs/src/stories/typography/typography.stories.d.ts.map +1 -1
  192. package/lib/typescript/commonjs/src/stories/user-profile/user-profile.stories.d.ts +7 -7
  193. package/lib/typescript/commonjs/src/stories/user-profile/user-profile.stories.d.ts.map +1 -1
  194. package/lib/typescript/commonjs/src/styles/global/styles.d.ts +46 -46
  195. package/lib/typescript/commonjs/src/styles/global/styles.d.ts.map +1 -1
  196. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +148 -148
  197. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +150 -150
  198. package/lib/typescript/commonjs/src/utils/format-data/index.d.ts +17 -17
  199. package/lib/typescript/commonjs/src/utils/format-data/index.d.ts.map +1 -1
  200. package/lib/typescript/commonjs/src/utils/mutiply/index.d.ts +1 -1
  201. package/lib/typescript/commonjs/src/utils/status-color/return-color.d.ts +3 -3
  202. package/lib/typescript/commonjs/src/utils/status-color/return-color.d.ts.map +1 -1
  203. package/lib/typescript/module/src/common/constants/index.d.ts +4 -4
  204. package/lib/typescript/module/src/common/icons-svg/arrow-drop-down/index.d.ts +13 -13
  205. package/lib/typescript/module/src/common/icons-svg/arrow-left/index.d.ts +10 -10
  206. package/lib/typescript/module/src/common/icons-svg/bell/index.d.ts +7 -7
  207. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts +10 -10
  208. package/lib/typescript/module/src/common/icons-svg/bluetooth-connected/index.d.ts +10 -10
  209. package/lib/typescript/module/src/common/icons-svg/calendar/index.d.ts +10 -10
  210. package/lib/typescript/module/src/common/icons-svg/call-bell/index.d.ts +10 -10
  211. package/lib/typescript/module/src/common/icons-svg/camera-plus/index.d.ts +10 -10
  212. package/lib/typescript/module/src/common/icons-svg/chart-bar/index.d.ts +10 -10
  213. package/lib/typescript/module/src/common/icons-svg/check-box/index.d.ts +14 -0
  214. package/lib/typescript/module/src/common/icons-svg/check-box/index.d.ts.map +1 -0
  215. package/lib/typescript/module/src/common/icons-svg/check-box-fill/index.d.ts +13 -13
  216. package/lib/typescript/module/src/common/icons-svg/check-box-outline/index.d.ts +13 -13
  217. package/lib/typescript/module/src/common/icons-svg/check-circle/index.d.ts +10 -10
  218. package/lib/typescript/module/src/common/icons-svg/closed/index.d.ts +13 -13
  219. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +52 -51
  220. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
  221. package/lib/typescript/module/src/common/icons-svg/credit-card/index.d.ts +13 -13
  222. package/lib/typescript/module/src/common/icons-svg/currency/index.d.ts +10 -10
  223. package/lib/typescript/module/src/common/icons-svg/currency-circle-dollar/index.d.ts +10 -10
  224. package/lib/typescript/module/src/common/icons-svg/ellipse/index.d.ts +4 -4
  225. package/lib/typescript/module/src/common/icons-svg/exclamation-circle/index.d.ts +7 -7
  226. package/lib/typescript/module/src/common/icons-svg/eye/index.d.ts +10 -10
  227. package/lib/typescript/module/src/common/icons-svg/eye-slash/index.d.ts +10 -10
  228. package/lib/typescript/module/src/common/icons-svg/file-text/index.d.ts +13 -13
  229. package/lib/typescript/module/src/common/icons-svg/files/index.d.ts +7 -7
  230. package/lib/typescript/module/src/common/icons-svg/gas-pump/index.d.ts +10 -10
  231. package/lib/typescript/module/src/common/icons-svg/gauge/index.d.ts +10 -10
  232. package/lib/typescript/module/src/common/icons-svg/gear/index.d.ts +10 -10
  233. package/lib/typescript/module/src/common/icons-svg/index.d.ts +11 -11
  234. package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
  235. package/lib/typescript/module/src/common/icons-svg/lifebuoy/index.d.ts +10 -10
  236. package/lib/typescript/module/src/common/icons-svg/list/index.d.ts +10 -10
  237. package/lib/typescript/module/src/common/icons-svg/moon-stars/index.d.ts +10 -10
  238. package/lib/typescript/module/src/common/icons-svg/note-pincel/index.d.ts +10 -10
  239. package/lib/typescript/module/src/common/icons-svg/package/index.d.ts +10 -10
  240. package/lib/typescript/module/src/common/icons-svg/package-check/index.d.ts +13 -13
  241. package/lib/typescript/module/src/common/icons-svg/plus/index.d.ts +10 -10
  242. package/lib/typescript/module/src/common/icons-svg/recused/index.d.ts +10 -10
  243. package/lib/typescript/module/src/common/icons-svg/shopping-cart/index.d.ts +13 -13
  244. package/lib/typescript/module/src/common/icons-svg/steering-wheel/index.d.ts +10 -10
  245. package/lib/typescript/module/src/common/icons-svg/steering-wheel-fill/index.d.ts +10 -10
  246. package/lib/typescript/module/src/common/icons-svg/timer/index.d.ts +10 -10
  247. package/lib/typescript/module/src/common/icons-svg/trophy/index.d.ts +10 -10
  248. package/lib/typescript/module/src/common/icons-svg/truck/index.d.ts +13 -13
  249. package/lib/typescript/module/src/common/icons-svg/truck-trailer/index.d.ts +10 -10
  250. package/lib/typescript/module/src/common/icons-svg/wifi-high/index.d.ts +10 -10
  251. package/lib/typescript/module/src/common/icons-svg/wifi-x/index.d.ts +10 -10
  252. package/lib/typescript/module/src/common/icons-svg/x-circle/index.d.ts +13 -13
  253. package/lib/typescript/module/src/components/box/index.d.ts +9 -9
  254. package/lib/typescript/module/src/components/box/styles.d.ts +12 -12
  255. package/lib/typescript/module/src/components/box/styles.d.ts.map +1 -1
  256. package/lib/typescript/module/src/components/button/index.d.ts +9 -9
  257. package/lib/typescript/module/src/components/button/styles.d.ts +23 -23
  258. package/lib/typescript/module/src/components/button/styles.d.ts.map +1 -1
  259. package/lib/typescript/module/src/components/capture-photo/index.d.ts +13 -13
  260. package/lib/typescript/module/src/components/capture-photo/styles.d.ts +11 -11
  261. package/lib/typescript/module/src/components/capture-photo/styles.d.ts.map +1 -1
  262. package/lib/typescript/module/src/components/card-history/index.d.ts +14 -14
  263. package/lib/typescript/module/src/components/card-hours/index.d.ts +9 -9
  264. package/lib/typescript/module/src/components/card-loading/index.d.ts +14 -14
  265. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +13 -13
  266. package/lib/typescript/module/src/components/card-scheduled-journey/interface.d.ts +32 -32
  267. package/lib/typescript/module/src/components/card-scheduled-journey/styles.d.ts +11 -11
  268. package/lib/typescript/module/src/components/card-scheduled-journey/styles.d.ts.map +1 -1
  269. package/lib/typescript/module/src/components/card-work-session/index.d.ts +10 -10
  270. package/lib/typescript/module/src/components/check-box/index.d.ts +13 -13
  271. package/lib/typescript/module/src/components/coil/index.d.ts +10 -10
  272. package/lib/typescript/module/src/components/coil/index.d.ts.map +1 -1
  273. package/lib/typescript/module/src/components/filter-date-selector/index.d.ts +14 -14
  274. package/lib/typescript/module/src/components/filter-journey/index.d.ts +10 -10
  275. package/lib/typescript/module/src/components/header-profile/index.d.ts +13 -13
  276. package/lib/typescript/module/src/components/header-profile/index.d.ts.map +1 -1
  277. package/lib/typescript/module/src/components/image-capture-with-remove/index.d.ts +14 -14
  278. package/lib/typescript/module/src/components/input/index.d.ts +14 -14
  279. package/lib/typescript/module/src/components/input/styles.d.ts +11 -11
  280. package/lib/typescript/module/src/components/input/styles.d.ts.map +1 -1
  281. package/lib/typescript/module/src/components/loading-details/index.d.ts +10 -10
  282. package/lib/typescript/module/src/components/loading-progress/index.d.ts +14 -14
  283. package/lib/typescript/module/src/components/menu-item/index.d.ts +14 -14
  284. package/lib/typescript/module/src/components/no-data/index.d.ts +7 -7
  285. package/lib/typescript/module/src/components/notification-loading/index.d.ts +10 -10
  286. package/lib/typescript/module/src/components/scheduled-journey-indicators/index.d.ts +10 -10
  287. package/lib/typescript/module/src/components/selects/select-option/index.d.ts +13 -13
  288. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts +63 -63
  289. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts.map +1 -1
  290. package/lib/typescript/module/src/components/step-indicator/helpers/get-icon-by-status.d.ts +14 -14
  291. package/lib/typescript/module/src/components/step-indicator/helpers/get-icon-by-status.d.ts.map +1 -1
  292. package/lib/typescript/module/src/components/step-indicator/index.d.ts +13 -13
  293. package/lib/typescript/module/src/components/step-indicator/styles.d.ts +56 -56
  294. package/lib/typescript/module/src/components/step-indicator/styles.d.ts.map +1 -1
  295. package/lib/typescript/module/src/components/typography/index.d.ts +13 -13
  296. package/lib/typescript/module/src/components/typography/styles.d.ts +29 -29
  297. package/lib/typescript/module/src/components/typography/styles.d.ts.map +1 -1
  298. package/lib/typescript/module/src/components/user-profile/index.d.ts +14 -14
  299. package/lib/typescript/module/src/index.d.ts +31 -33
  300. package/lib/typescript/module/src/index.d.ts.map +1 -1
  301. package/lib/typescript/module/src/stories/box/box.stories.d.ts +8 -8
  302. package/lib/typescript/module/src/stories/box/box.stories.d.ts.map +1 -1
  303. package/lib/typescript/module/src/stories/button/button.stories.d.ts +10 -10
  304. package/lib/typescript/module/src/stories/button/button.stories.d.ts.map +1 -1
  305. package/lib/typescript/module/src/stories/capture-photo/capture-photo.stories.d.ts +9 -9
  306. package/lib/typescript/module/src/stories/capture-photo/capture-photo.stories.d.ts.map +1 -1
  307. package/lib/typescript/module/src/stories/card-history/card-history.stories.d.ts +6 -6
  308. package/lib/typescript/module/src/stories/card-history/card-history.stories.d.ts.map +1 -1
  309. package/lib/typescript/module/src/stories/card-hours/card-hours.stories.d.ts +7 -7
  310. package/lib/typescript/module/src/stories/card-hours/card-hours.stories.d.ts.map +1 -1
  311. package/lib/typescript/module/src/stories/card-loading/card-loading.stories.d.ts +8 -8
  312. package/lib/typescript/module/src/stories/card-loading/card-loading.stories.d.ts.map +1 -1
  313. package/lib/typescript/module/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts +10 -10
  314. package/lib/typescript/module/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts.map +1 -1
  315. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts +6 -6
  316. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  317. package/lib/typescript/module/src/stories/check-box/check-box.stories.d.ts +9 -9
  318. package/lib/typescript/module/src/stories/check-box/check-box.stories.d.ts.map +1 -1
  319. package/lib/typescript/module/src/stories/coil/coil.stories.d.ts +9 -8
  320. package/lib/typescript/module/src/stories/coil/coil.stories.d.ts.map +1 -1
  321. package/lib/typescript/module/src/stories/filter-date-selector/filter-date-selector.stories.d.ts +6 -6
  322. package/lib/typescript/module/src/stories/filter-date-selector/filter-date-selector.stories.d.ts.map +1 -1
  323. package/lib/typescript/module/src/stories/filter-journey/filter-journey.stories.d.ts +6 -6
  324. package/lib/typescript/module/src/stories/filter-journey/filter-journey.stories.d.ts.map +1 -1
  325. package/lib/typescript/module/src/stories/header-profile/header-profile.stories.d.ts +10 -9
  326. package/lib/typescript/module/src/stories/header-profile/header-profile.stories.d.ts.map +1 -1
  327. package/lib/typescript/module/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts +7 -7
  328. package/lib/typescript/module/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts.map +1 -1
  329. package/lib/typescript/module/src/stories/input/input.stories.d.ts +14 -14
  330. package/lib/typescript/module/src/stories/input/input.stories.d.ts.map +1 -1
  331. package/lib/typescript/module/src/stories/loading-details/loading-details.stories.d.ts +6 -6
  332. package/lib/typescript/module/src/stories/loading-details/loading-details.stories.d.ts.map +1 -1
  333. package/lib/typescript/module/src/stories/loading-progress/loading-progress.stories.d.ts +6 -6
  334. package/lib/typescript/module/src/stories/loading-progress/loading-progress.stories.d.ts.map +1 -1
  335. package/lib/typescript/module/src/stories/menu-item/menu-item.stories.d.ts +8 -8
  336. package/lib/typescript/module/src/stories/menu-item/menu-item.stories.d.ts.map +1 -1
  337. package/lib/typescript/module/src/stories/no-data/no-data.stories.d.ts +6 -6
  338. package/lib/typescript/module/src/stories/no-data/no-data.stories.d.ts.map +1 -1
  339. package/lib/typescript/module/src/stories/notification-loading/notification-loading.stories.d.ts +8 -8
  340. package/lib/typescript/module/src/stories/notification-loading/notification-loading.stories.d.ts.map +1 -1
  341. package/lib/typescript/module/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts +9 -9
  342. package/lib/typescript/module/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts.map +1 -1
  343. package/lib/typescript/module/src/stories/select-option/select-option.stories.d.ts +6 -6
  344. package/lib/typescript/module/src/stories/select-option/select-option.stories.d.ts.map +1 -1
  345. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts +7 -7
  346. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  347. package/lib/typescript/module/src/stories/typography/typography.stories.d.ts +15 -15
  348. package/lib/typescript/module/src/stories/typography/typography.stories.d.ts.map +1 -1
  349. package/lib/typescript/module/src/stories/user-profile/user-profile.stories.d.ts +7 -7
  350. package/lib/typescript/module/src/stories/user-profile/user-profile.stories.d.ts.map +1 -1
  351. package/lib/typescript/module/src/styles/global/styles.d.ts +46 -46
  352. package/lib/typescript/module/src/styles/global/styles.d.ts.map +1 -1
  353. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +148 -148
  354. package/lib/typescript/module/src/styles/theme/theme.d.ts +150 -150
  355. package/lib/typescript/module/src/utils/format-data/index.d.ts +17 -17
  356. package/lib/typescript/module/src/utils/format-data/index.d.ts.map +1 -1
  357. package/lib/typescript/module/src/utils/mutiply/index.d.ts +1 -1
  358. package/lib/typescript/module/src/utils/status-color/return-color.d.ts +3 -3
  359. package/lib/typescript/module/src/utils/status-color/return-color.d.ts.map +1 -1
  360. package/package.json +1 -1
  361. package/src/common/icons-svg/check-box/index.tsx +28 -0
  362. package/src/common/icons-svg/constants/index.ts +55 -54
  363. package/src/common/icons-svg/index.tsx +203 -199
  364. package/src/components/card-history/index.tsx +150 -150
  365. package/src/components/card-work-session/index.tsx +161 -161
  366. package/src/components/card-work-session/interface.d.ts +48 -48
  367. package/src/components/check-box/index.tsx +125 -125
  368. package/src/components/coil/index.tsx +90 -82
  369. package/src/components/coil/interface.d.ts +26 -26
  370. package/src/components/header-profile/index.tsx +7 -6
  371. package/src/components/header-profile/interface.d.ts +57 -57
  372. package/src/components/input/index.tsx +181 -181
  373. package/src/components/notification-loading/index.tsx +144 -144
  374. package/src/index.ts +0 -2
  375. package/src/stories/coil/coil.stories.tsx +74 -64
  376. package/src/stories/header-profile/header-profile.stories.tsx +15 -0
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconCheckCircle: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconCheckCircle };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconCheckCircle: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconCheckCircle };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- /**
6
- * typings
7
- */
8
- import { ISvgProps } from "../interface";
9
- declare const SvgIconClosed: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { SvgIconClosed };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const SvgIconClosed: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { SvgIconClosed };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,52 +1,53 @@
1
- /**
2
- * IMPORTS
3
- */
4
- declare const SVG_NAME: {
5
- CAMERA_PLUS: string;
6
- STEERING_WHEEL: string;
7
- CHECK_BOX_FILL: string;
8
- CHECK_BOX_OUTLINE: string;
9
- MOON_STARS: string;
10
- CALL_BELL: string;
11
- STEERING_WHEEL_FILL: string;
12
- TROPHY: string;
13
- SHOPPING_CART: string;
14
- CREDIT_CARD: string;
15
- FILE_TEXT: string;
16
- TRUCK: string;
17
- PACKAGE_CHECK: string;
18
- PLUS: string;
19
- EYE_SLASH: string;
20
- EYE: string;
21
- CALENDAR: string;
22
- TIMER: string;
23
- GEAR: string;
24
- CURRENCY: string;
25
- GAUGE: string;
26
- GAS_PUMP: string;
27
- ARROW_LEFT: string;
28
- BLUETOOTH: string;
29
- BLUETOOTH_CONNECTED: string;
30
- LIST: string;
31
- WIFI_X: string;
32
- WIFI_HIGH: string;
33
- NOTE_PINCEL: string;
34
- CHECK_CIRCLE: string;
35
- ARROW_DROP_DOWN: string;
36
- CLOSED: string;
37
- LOADING: string;
38
- COIL: string;
39
- HISTORY: string;
40
- BELL: string;
41
- FILES: string;
42
- LIFEBUOY: string;
43
- RECUSED: string;
44
- EXCLAMATION_CIRCLE: string;
45
- X_CIRCLE: string;
46
- ELLIPSE: string;
47
- };
48
- /**
49
- * EXPORTS
50
- */
51
- export { SVG_NAME };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ declare const SVG_NAME: {
5
+ CAMERA_PLUS: string;
6
+ STEERING_WHEEL: string;
7
+ CHECK_BOX_FILL: string;
8
+ CHECK_BOX: string;
9
+ CHECK_BOX_OUTLINE: string;
10
+ MOON_STARS: string;
11
+ CALL_BELL: string;
12
+ STEERING_WHEEL_FILL: string;
13
+ TROPHY: string;
14
+ SHOPPING_CART: string;
15
+ CREDIT_CARD: string;
16
+ FILE_TEXT: string;
17
+ TRUCK: string;
18
+ PACKAGE_CHECK: string;
19
+ PLUS: string;
20
+ EYE_SLASH: string;
21
+ EYE: string;
22
+ CALENDAR: string;
23
+ TIMER: string;
24
+ GEAR: string;
25
+ CURRENCY: string;
26
+ GAUGE: string;
27
+ GAS_PUMP: string;
28
+ ARROW_LEFT: string;
29
+ BLUETOOTH: string;
30
+ BLUETOOTH_CONNECTED: string;
31
+ LIST: string;
32
+ WIFI_X: string;
33
+ WIFI_HIGH: string;
34
+ NOTE_PINCEL: string;
35
+ CHECK_CIRCLE: string;
36
+ ARROW_DROP_DOWN: string;
37
+ CLOSED: string;
38
+ LOADING: string;
39
+ COIL: string;
40
+ HISTORY: string;
41
+ BELL: string;
42
+ FILES: string;
43
+ LIFEBUOY: string;
44
+ RECUSED: string;
45
+ EXCLAMATION_CIRCLE: string;
46
+ X_CIRCLE: string;
47
+ ELLIPSE: string;
48
+ };
49
+ /**
50
+ * EXPORTS
51
+ */
52
+ export { SVG_NAME };
52
53
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Cb,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Cb,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- /**
6
- * typings
7
- */
8
- import { ISvgProps } from "../interface";
9
- declare const IconCreditCard: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { IconCreditCard };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const IconCreditCard: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { IconCreditCard };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconCurrency: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconCurrency };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconCurrency: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconCurrency };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgCurrencyCircleDollar: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgCurrencyCircleDollar };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgCurrencyCircleDollar: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgCurrencyCircleDollar };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- import * as React from "react";
2
- import { ISvgProps } from "../interface";
3
- declare const SvgIconEllipse: React.FC<ISvgProps>;
4
- export { SvgIconEllipse };
1
+ import * as React from "react";
2
+ import { ISvgProps } from "../interface";
3
+ declare const SvgIconEllipse: React.FC<ISvgProps>;
4
+ export { SvgIconEllipse };
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,8 +1,8 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconExclamationCircle: React.FC<ISvgProps>;
7
- export { SvgIconExclamationCircle };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconExclamationCircle: React.FC<ISvgProps>;
7
+ export { SvgIconExclamationCircle };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconEye: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconEye };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconEye: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconEye };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconEyeSlash: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconEyeSlash };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconEyeSlash: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconEyeSlash };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- /**
6
- * typings
7
- */
8
- import { ISvgProps } from "../interface";
9
- declare const IconFileText: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { IconFileText };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const IconFileText: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { IconFileText };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,8 +1,8 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconFiles: React.FC<ISvgProps>;
7
- export { SvgIconFiles };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconFiles: React.FC<ISvgProps>;
7
+ export { SvgIconFiles };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconGasPump: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconGasPump };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconGasPump: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconGasPump };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconGauge: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconGauge };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconGauge: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconGauge };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconGear: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconGear };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconGear: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconGear };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,12 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { ISvgProps } from "./interface";
6
- declare const Icons: React.FC<ISvgProps>;
7
- declare const IconsMenuItems: React.FC<ISvgProps>;
8
- /**
9
- * EXPORTS
10
- */
11
- export { Icons, IconsMenuItems };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { ISvgProps } from "./interface";
6
+ declare const Icons: React.FC<ISvgProps>;
7
+ declare const IconsMenuItems: React.FC<ISvgProps>;
8
+ /**
9
+ * EXPORTS
10
+ */
11
+ export { Icons, IconsMenuItems };
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/common/icons-svg/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AA8C1B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAMxC,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA0H9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/common/icons-svg/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AA8C1B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAOxC,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA6H9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC"}
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconLifebuoy: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconLifebuoy };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconLifebuoy: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconLifebuoy };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconList: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconList };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconList: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconList };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconMoonStars: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconMoonStars };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconMoonStars: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconMoonStars };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconNotePencil: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconNotePencil };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconNotePencil: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconNotePencil };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgPackage: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgPackage };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgPackage: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgPackage };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- /**
6
- * typings
7
- */
8
- import { ISvgProps } from "../interface";
9
- declare const IconPackageCheck: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { IconPackageCheck };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const IconPackageCheck: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { IconPackageCheck };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconPlus: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconPlus };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconPlus: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconPlus };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- import { ISvgProps } from "../interface";
6
- declare const SvgIconRecused: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconRecused };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconRecused: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconRecused };
11
11
  //# sourceMappingURL=index.d.ts.map