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 +1 @@
1
- {"version":3,"names":["Box","Button","IButtonProps","StepIndicator","Typography","Input","CapturePhoto","CardHours","SelectOption","Header","ScheduledJourneyIndicators","CardScheduledJourney","UserProfile","MenuItem","CardLoading","CardWorkSession","LoadingProgress","NoData","FilterJourney","Coil","FilterDateSelector","CardHistory","NotificationLoading","CheckBox","ImageCaptureWithRemove","LoadingDetails","multiply","formatDate","getLastSevenDays","theme"],"sourceRoot":"..\\..\\src","sources":["index.ts"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA,SAASA,GAAG,QAAQ,2BAAkB;AAEtC,SAASC,MAAM,QAAQ,8BAAqB;AAC5C,SAASC,YAAY,QAAQ,+BAA+B;AAC5D,SAASC,aAAa,QAAQ,sCAA6B;AAC3D,SAASC,UAAU,QAAQ,kCAAyB;AACpD,SAASC,KAAK,QAAQ,6BAAoB;AAC1C,SAASC,YAAY,QAAQ,qCAA4B;AACzD,SAASC,SAAS,QAAQ,kCAAyB;AACnD,SAASC,YAAY,QAAQ,6CAAoC;AACjE,SAASC,MAAM,QAAQ,sCAA6B;AACpD,SAASC,0BAA0B,QAAQ,oDAA2C;AACtF,SAASC,oBAAoB,QAAQ,8CAAqC;AAC1E,SAASC,WAAW,QAAQ,oCAA2B;AACvD,SAASC,QAAQ,QAAQ,iCAAwB;AACjD,SAASC,WAAW,QAAQ,oCAA2B;AACvD,SAASC,eAAe,QAAQ,yCAAgC;AAChE,SAASC,eAAe,QAAQ,wCAA+B;AAC/D,SAASC,MAAM,QAAQ,+BAAsB;AAC7C,SAASC,aAAa,QAAQ,sCAA6B;AAC3D,SAASC,IAAI,QAAQ,4BAAmB;AACxC,SAASC,kBAAkB,QAAQ,4CAAmC;AACtE,SAASC,WAAW,QAAQ,oCAA2B;AACvD,SAASC,mBAAmB,QAAQ,4CAAmC;AACvE,SAASC,QAAQ,QAAQ,iCAAwB;AACjD,SAASC,sBAAsB,QAAQ,iDAAwC;AAC/E,SAASC,cAAc,QAAQ,uCAA8B;;AAE7D;AACA,SAASC,QAAQ,QAAQ,0BAAiB;AAC1C,SAASC,UAAU,EAAEC,gBAAgB,QAAQ,8BAAqB;;AAElE;AACA,SAASC,KAAK,QAAQ,yBAAsB","ignoreList":[]}
1
+ {"version":3,"names":["Box","Button","StepIndicator","Typography","Input","CapturePhoto","CardHours","SelectOption","Header","ScheduledJourneyIndicators","CardScheduledJourney","UserProfile","MenuItem","CardLoading","CardWorkSession","LoadingProgress","NoData","FilterJourney","Coil","FilterDateSelector","CardHistory","NotificationLoading","CheckBox","ImageCaptureWithRemove","LoadingDetails","multiply","formatDate","getLastSevenDays","theme"],"sourceRoot":"..\\..\\src","sources":["index.ts"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA,SAASA,GAAG,QAAQ,2BAAkB;AACtC,SAASC,MAAM,QAAQ,8BAAqB;AAC5C,SAASC,aAAa,QAAQ,sCAA6B;AAC3D,SAASC,UAAU,QAAQ,kCAAyB;AACpD,SAASC,KAAK,QAAQ,6BAAoB;AAC1C,SAASC,YAAY,QAAQ,qCAA4B;AACzD,SAASC,SAAS,QAAQ,kCAAyB;AACnD,SAASC,YAAY,QAAQ,6CAAoC;AACjE,SAASC,MAAM,QAAQ,sCAA6B;AACpD,SAASC,0BAA0B,QAAQ,oDAA2C;AACtF,SAASC,oBAAoB,QAAQ,8CAAqC;AAC1E,SAASC,WAAW,QAAQ,oCAA2B;AACvD,SAASC,QAAQ,QAAQ,iCAAwB;AACjD,SAASC,WAAW,QAAQ,oCAA2B;AACvD,SAASC,eAAe,QAAQ,yCAAgC;AAChE,SAASC,eAAe,QAAQ,wCAA+B;AAC/D,SAASC,MAAM,QAAQ,+BAAsB;AAC7C,SAASC,aAAa,QAAQ,sCAA6B;AAC3D,SAASC,IAAI,QAAQ,4BAAmB;AACxC,SAASC,kBAAkB,QAAQ,4CAAmC;AACtE,SAASC,WAAW,QAAQ,oCAA2B;AACvD,SAASC,mBAAmB,QAAQ,4CAAmC;AACvE,SAASC,QAAQ,QAAQ,iCAAwB;AACjD,SAASC,sBAAsB,QAAQ,iDAAwC;AAC/E,SAASC,cAAc,QAAQ,uCAA8B;;AAE7D;AACA,SAASC,QAAQ,QAAQ,0BAAiB;AAC1C,SAASC,UAAU,EAAEC,gBAAgB,QAAQ,8BAAqB;;AAElE;AACA,SAASC,KAAK,QAAQ,yBAAsB","ignoreList":[]}
@@ -7,8 +7,7 @@ const meta = {
7
7
  args: {
8
8
  title: "HUTY-9754",
9
9
  description: "04 de 02 fotos pendentes",
10
- handleNavigation: () => {},
11
- status: "pending"
10
+ handleNavigation: () => {}
12
11
  },
13
12
  parameters: {
14
13
  notes: `
@@ -55,4 +54,13 @@ export const CoilRecused = {
55
54
  status: "recused"
56
55
  }
57
56
  };
57
+ export const CoilNoStatus = {
58
+ name: "coil-no-status",
59
+ args: {
60
+ title: "HUTY-9754",
61
+ description: "background color diferente",
62
+ handleNavigation: () => {},
63
+ backgroundColor: "green"
64
+ }
65
+ };
58
66
  //# sourceMappingURL=coil.stories.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Coil","meta","title","component","args","description","handleNavigation","status","parameters","notes","CoilPending","name","CoilApproved","CoilRecused"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/coil/coil.stories.tsx"],"mappings":";;AAGA,SAASA,IAAI,QAAQ,gCAAuB;AAE5C,MAAMC,IAAuB,GAAG;EAC9BC,KAAK,EAAE,iBAAiB;EACxBC,SAAS,EAAEH,IAAgB;EAC3BI,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAeR,IAAI;AAInB,OAAO,MAAMS,WAAkB,GAAG;EAChCC,IAAI,EAAE,cAAc;EACpBP,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,MAAM,EAAE;EACV;AACF,CAAC;AAED,OAAO,MAAMK,YAAmB,GAAG;EACjCD,IAAI,EAAE,eAAe;EACrBP,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,MAAM,EAAE;EACV;AACF,CAAC;AACD,OAAO,MAAMM,WAAkB,GAAG;EAChCF,IAAI,EAAE,cAAc;EACpBP,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,MAAM,EAAE;EACV;AACF,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["Coil","meta","title","component","args","description","handleNavigation","parameters","notes","CoilPending","name","status","CoilApproved","CoilRecused","CoilNoStatus","backgroundColor"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/coil/coil.stories.tsx"],"mappings":";;AAGA,SAASA,IAAI,QAAQ,gCAAuB;AAE5C,MAAMC,IAAuB,GAAG;EAC9BC,KAAK,EAAE,iBAAiB;EACxBC,SAAS,EAAEH,IAAgB;EAC3BI,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC;EAC3B,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAeP,IAAI;AAInB,OAAO,MAAMQ,WAAkB,GAAG;EAChCC,IAAI,EAAE,cAAc;EACpBN,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BK,MAAM,EAAE;EACV;AACF,CAAC;AAED,OAAO,MAAMC,YAAmB,GAAG;EACjCF,IAAI,EAAE,eAAe;EACrBN,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BK,MAAM,EAAE;EACV;AACF,CAAC;AAED,OAAO,MAAME,WAAkB,GAAG;EAChCH,IAAI,EAAE,cAAc;EACpBN,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,0BAA0B;IACvCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BK,MAAM,EAAE;EACV;AACF,CAAC;AAED,OAAO,MAAMG,YAAmB,GAAG;EACjCJ,IAAI,EAAE,gBAAgB;EACtBN,IAAI,EAAE;IACJF,KAAK,EAAE,WAAW;IAClBG,WAAW,EAAE,4BAA4B;IACzCC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BS,eAAe,EAAE;EACnB;AACF,CAAC","ignoreList":[]}
@@ -80,4 +80,20 @@ export const HeaderPermission = {
80
80
  isBluetooth: false
81
81
  }
82
82
  };
83
+ export const HeaderBackground = {
84
+ name: "header-background",
85
+ args: {
86
+ testID: "header",
87
+ arrow: true,
88
+ title: "texto grande e background diferente",
89
+ handleNavigation: () => {},
90
+ permission: false,
91
+ bluetoothIsConnected: true,
92
+ isInternetReachable: true,
93
+ isBluetooth: false,
94
+ color: {
95
+ colorText: "white"
96
+ }
97
+ }
98
+ };
83
99
  //# sourceMappingURL=header-profile.stories.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Header","meta","title","component","args","testID","arrow","handleNavigation","permission","bluetoothIsConnected","isInternetReachable","parameters","notes","HeaderLogin","name","isBluetooth","HeaderArrow","HeaderList","HeaderPermission"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/header-profile/header-profile.stories.tsx"],"mappings":";;AACA,SAASA,MAAM,QAAQ,0CAAiC;AAExD,MAAMC,IAAyB,GAAG;EAChCC,KAAK,EAAE,mBAAmB;EAC1BC,SAAS,EAAEH,MAAM;EACjBI,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,KAAK;IACZJ,KAAK,EAAE,MAAM;IACbK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,KAAK;IAC3BC,mBAAmB,EAAE;EACvB,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAeX,IAAI;AAInB,OAAO,MAAMY,WAAkB,GAAG;EAChCC,IAAI,EAAE,cAAc;EACpBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,KAAK;IACZJ,KAAK,EAAE,OAAO;IACdK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,KAAK;IAC3BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE;EACf;AACF,CAAC;AACD,OAAO,MAAMC,WAAkB,GAAG;EAChCF,IAAI,EAAE,cAAc;EACpBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,wBAAwB;IAC/BK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,KAAK;IAC3BC,mBAAmB,EAAE,KAAK;IAC1BK,WAAW,EAAE;EACf;AACF,CAAC;AAED,OAAO,MAAME,UAAiB,GAAG;EAC/BH,IAAI,EAAE,aAAa;EACnBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,qBAAqB;IAC5BK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,IAAI;IAC1BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE;EACf;AACF,CAAC;AAED,OAAO,MAAMG,gBAAuB,GAAG;EACrCJ,IAAI,EAAE,mBAAmB;EACzBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,YAAY;IACnBK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,IAAI;IAChBC,oBAAoB,EAAE,IAAI;IAC1BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE;EACf;AACF,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["Header","meta","title","component","args","testID","arrow","handleNavigation","permission","bluetoothIsConnected","isInternetReachable","parameters","notes","HeaderLogin","name","isBluetooth","HeaderArrow","HeaderList","HeaderPermission","HeaderBackground","color","colorText"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/header-profile/header-profile.stories.tsx"],"mappings":";;AACA,SAASA,MAAM,QAAQ,0CAAiC;AAExD,MAAMC,IAAyB,GAAG;EAChCC,KAAK,EAAE,mBAAmB;EAC1BC,SAAS,EAAEH,MAAM;EACjBI,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,KAAK;IACZJ,KAAK,EAAE,MAAM;IACbK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,KAAK;IAC3BC,mBAAmB,EAAE;EACvB,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAeX,IAAI;AAInB,OAAO,MAAMY,WAAkB,GAAG;EAChCC,IAAI,EAAE,cAAc;EACpBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,KAAK;IACZJ,KAAK,EAAE,OAAO;IACdK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,KAAK;IAC3BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE;EACf;AACF,CAAC;AACD,OAAO,MAAMC,WAAkB,GAAG;EAChCF,IAAI,EAAE,cAAc;EACpBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,wBAAwB;IAC/BK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,KAAK;IAC3BC,mBAAmB,EAAE,KAAK;IAC1BK,WAAW,EAAE;EACf;AACF,CAAC;AAED,OAAO,MAAME,UAAiB,GAAG;EAC/BH,IAAI,EAAE,aAAa;EACnBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,qBAAqB;IAC5BK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,IAAI;IAC1BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE;EACf;AACF,CAAC;AAED,OAAO,MAAMG,gBAAuB,GAAG;EACrCJ,IAAI,EAAE,mBAAmB;EACzBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,YAAY;IACnBK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,IAAI;IAChBC,oBAAoB,EAAE,IAAI;IAC1BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE;EACf;AACF,CAAC;AAED,OAAO,MAAMI,gBAAuB,GAAG;EACrCL,IAAI,EAAE,mBAAmB;EACzBV,IAAI,EAAE;IACJC,MAAM,EAAE,QAAQ;IAChBC,KAAK,EAAE,IAAI;IACXJ,KAAK,EAAE,qCAAqC;IAC5CK,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,UAAU,EAAE,KAAK;IACjBC,oBAAoB,EAAE,IAAI;IAC1BC,mBAAmB,EAAE,IAAI;IACzBK,WAAW,EAAE,KAAK;IAClBK,KAAK,EAAE;MAAEC,SAAS,EAAE;IAAQ;EAC9B;AACF,CAAC","ignoreList":[]}
@@ -1,5 +1,5 @@
1
- declare const IMAGES: {
2
- IMAGE_ANONIMA: string;
3
- };
4
- export { IMAGES };
1
+ declare const IMAGES: {
2
+ IMAGE_ANONIMA: string;
3
+ };
4
+ export { IMAGES };
5
5
  //# 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 SvgIconArrowDropDown: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { SvgIconArrowDropDown };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const SvgIconArrowDropDown: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { SvgIconArrowDropDown };
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 SvgIconArrowLeft: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconArrowLeft };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconArrowLeft: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconArrowLeft };
11
11
  //# 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 SvgIconBell: React.FC<ISvgProps>;
7
- export { SvgIconBell };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconBell: React.FC<ISvgProps>;
7
+ export { SvgIconBell };
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 SvgIconBluetooth: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconBluetooth };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconBluetooth: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconBluetooth };
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 SvgIconBluetoothConnected: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconBluetoothConnected };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconBluetoothConnected: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconBluetoothConnected };
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 SvgIconCalendar: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconCalendar };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconCalendar: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconCalendar };
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 SvgIconCallBell: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconCallBell };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconCallBell: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconCallBell };
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 SvgIconCameraPlus: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgIconCameraPlus };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgIconCameraPlus: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconCameraPlus };
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 SvgChartBar: React.FC<ISvgProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { SvgChartBar };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { ISvgProps } from "../interface";
6
+ declare const SvgChartBar: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgChartBar };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,14 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const SvgIconCheckBox: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { SvgIconCheckBox };
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/check-box/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAYxC,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,eAAe,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 SvgIconCheckBoxFill: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { SvgIconCheckBoxFill };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const SvgIconCheckBoxFill: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { SvgIconCheckBoxFill };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import * as React from "react";
5
- /**
6
- * typings
7
- */
8
- import { ISvgProps } from "../interface";
9
- declare const SvgIconCheckBoxOutline: React.FC<ISvgProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { SvgIconCheckBoxOutline };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ /**
6
+ * typings
7
+ */
8
+ import { ISvgProps } from "../interface";
9
+ declare const SvgIconCheckBoxOutline: React.FC<ISvgProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { SvgIconCheckBoxOutline };
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 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