react-native-exp-fig 0.1.5 → 0.1.7

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 (319) hide show
  1. package/lib/commonjs/components/card-history/index.js +7 -7
  2. package/lib/commonjs/components/card-work-session/index.js +4 -4
  3. package/lib/commonjs/components/header-profile/index.js +6 -6
  4. package/lib/commonjs/components/input/index.js +7 -7
  5. package/lib/commonjs/components/notification-loading/index.js +4 -4
  6. package/lib/module/components/card-history/index.js +7 -7
  7. package/lib/module/components/card-work-session/index.js +4 -4
  8. package/lib/module/components/header-profile/index.js +6 -6
  9. package/lib/module/components/input/index.js +7 -7
  10. package/lib/module/components/notification-loading/index.js +4 -4
  11. package/lib/typescript/commonjs/src/common/constants/index.d.ts +4 -4
  12. package/lib/typescript/commonjs/src/common/icons-svg/arrow-drop-down/index.d.ts +13 -13
  13. package/lib/typescript/commonjs/src/common/icons-svg/arrow-left/index.d.ts +10 -10
  14. package/lib/typescript/commonjs/src/common/icons-svg/bell/index.d.ts +7 -7
  15. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts +10 -10
  16. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth-connected/index.d.ts +10 -10
  17. package/lib/typescript/commonjs/src/common/icons-svg/calendar/index.d.ts +10 -10
  18. package/lib/typescript/commonjs/src/common/icons-svg/call-bell/index.d.ts +10 -10
  19. package/lib/typescript/commonjs/src/common/icons-svg/camera-plus/index.d.ts +10 -10
  20. package/lib/typescript/commonjs/src/common/icons-svg/chart-bar/index.d.ts +10 -10
  21. package/lib/typescript/commonjs/src/common/icons-svg/check-box-fill/index.d.ts +13 -13
  22. package/lib/typescript/commonjs/src/common/icons-svg/check-box-outline/index.d.ts +13 -13
  23. package/lib/typescript/commonjs/src/common/icons-svg/check-circle/index.d.ts +10 -10
  24. package/lib/typescript/commonjs/src/common/icons-svg/closed/index.d.ts +13 -13
  25. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +51 -51
  26. package/lib/typescript/commonjs/src/common/icons-svg/credit-card/index.d.ts +13 -13
  27. package/lib/typescript/commonjs/src/common/icons-svg/currency/index.d.ts +10 -10
  28. package/lib/typescript/commonjs/src/common/icons-svg/currency-circle-dollar/index.d.ts +10 -10
  29. package/lib/typescript/commonjs/src/common/icons-svg/ellipse/index.d.ts +4 -4
  30. package/lib/typescript/commonjs/src/common/icons-svg/exclamation-circle/index.d.ts +7 -7
  31. package/lib/typescript/commonjs/src/common/icons-svg/eye/index.d.ts +10 -10
  32. package/lib/typescript/commonjs/src/common/icons-svg/eye-slash/index.d.ts +10 -10
  33. package/lib/typescript/commonjs/src/common/icons-svg/file-text/index.d.ts +13 -13
  34. package/lib/typescript/commonjs/src/common/icons-svg/files/index.d.ts +7 -7
  35. package/lib/typescript/commonjs/src/common/icons-svg/gas-pump/index.d.ts +10 -10
  36. package/lib/typescript/commonjs/src/common/icons-svg/gauge/index.d.ts +10 -10
  37. package/lib/typescript/commonjs/src/common/icons-svg/gear/index.d.ts +10 -10
  38. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts +11 -11
  39. package/lib/typescript/commonjs/src/common/icons-svg/lifebuoy/index.d.ts +10 -10
  40. package/lib/typescript/commonjs/src/common/icons-svg/list/index.d.ts +10 -10
  41. package/lib/typescript/commonjs/src/common/icons-svg/moon-stars/index.d.ts +10 -10
  42. package/lib/typescript/commonjs/src/common/icons-svg/note-pincel/index.d.ts +10 -10
  43. package/lib/typescript/commonjs/src/common/icons-svg/package/index.d.ts +10 -10
  44. package/lib/typescript/commonjs/src/common/icons-svg/package-check/index.d.ts +13 -13
  45. package/lib/typescript/commonjs/src/common/icons-svg/plus/index.d.ts +10 -10
  46. package/lib/typescript/commonjs/src/common/icons-svg/recused/index.d.ts +10 -10
  47. package/lib/typescript/commonjs/src/common/icons-svg/shopping-cart/index.d.ts +13 -13
  48. package/lib/typescript/commonjs/src/common/icons-svg/steering-wheel/index.d.ts +10 -10
  49. package/lib/typescript/commonjs/src/common/icons-svg/steering-wheel-fill/index.d.ts +10 -10
  50. package/lib/typescript/commonjs/src/common/icons-svg/timer/index.d.ts +10 -10
  51. package/lib/typescript/commonjs/src/common/icons-svg/trophy/index.d.ts +10 -10
  52. package/lib/typescript/commonjs/src/common/icons-svg/truck/index.d.ts +13 -13
  53. package/lib/typescript/commonjs/src/common/icons-svg/truck-trailer/index.d.ts +10 -10
  54. package/lib/typescript/commonjs/src/common/icons-svg/wifi-high/index.d.ts +10 -10
  55. package/lib/typescript/commonjs/src/common/icons-svg/wifi-x/index.d.ts +10 -10
  56. package/lib/typescript/commonjs/src/common/icons-svg/x-circle/index.d.ts +13 -13
  57. package/lib/typescript/commonjs/src/components/box/index.d.ts +9 -9
  58. package/lib/typescript/commonjs/src/components/box/styles.d.ts +12 -12
  59. package/lib/typescript/commonjs/src/components/box/styles.d.ts.map +1 -1
  60. package/lib/typescript/commonjs/src/components/button/index.d.ts +9 -9
  61. package/lib/typescript/commonjs/src/components/button/styles.d.ts +23 -23
  62. package/lib/typescript/commonjs/src/components/button/styles.d.ts.map +1 -1
  63. package/lib/typescript/commonjs/src/components/capture-photo/index.d.ts +13 -13
  64. package/lib/typescript/commonjs/src/components/capture-photo/styles.d.ts +11 -11
  65. package/lib/typescript/commonjs/src/components/capture-photo/styles.d.ts.map +1 -1
  66. package/lib/typescript/commonjs/src/components/card-history/index.d.ts +14 -14
  67. package/lib/typescript/commonjs/src/components/card-hours/index.d.ts +9 -9
  68. package/lib/typescript/commonjs/src/components/card-loading/index.d.ts +14 -14
  69. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +13 -13
  70. package/lib/typescript/commonjs/src/components/card-scheduled-journey/interface.d.ts +32 -32
  71. package/lib/typescript/commonjs/src/components/card-scheduled-journey/styles.d.ts +11 -11
  72. package/lib/typescript/commonjs/src/components/card-scheduled-journey/styles.d.ts.map +1 -1
  73. package/lib/typescript/commonjs/src/components/card-work-session/index.d.ts +10 -10
  74. package/lib/typescript/commonjs/src/components/check-box/index.d.ts +13 -13
  75. package/lib/typescript/commonjs/src/components/coil/index.d.ts +10 -10
  76. package/lib/typescript/commonjs/src/components/filter-date-selector/index.d.ts +14 -14
  77. package/lib/typescript/commonjs/src/components/filter-journey/index.d.ts +10 -10
  78. package/lib/typescript/commonjs/src/components/header-profile/index.d.ts +13 -13
  79. package/lib/typescript/commonjs/src/components/image-capture-with-remove/index.d.ts +14 -14
  80. package/lib/typescript/commonjs/src/components/input/index.d.ts +14 -14
  81. package/lib/typescript/commonjs/src/components/input/styles.d.ts +11 -11
  82. package/lib/typescript/commonjs/src/components/input/styles.d.ts.map +1 -1
  83. package/lib/typescript/commonjs/src/components/loading-details/index.d.ts +10 -10
  84. package/lib/typescript/commonjs/src/components/loading-progress/index.d.ts +14 -14
  85. package/lib/typescript/commonjs/src/components/menu-item/index.d.ts +14 -14
  86. package/lib/typescript/commonjs/src/components/no-data/index.d.ts +7 -7
  87. package/lib/typescript/commonjs/src/components/notification-loading/index.d.ts +10 -10
  88. package/lib/typescript/commonjs/src/components/scheduled-journey-indicators/index.d.ts +10 -10
  89. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts +13 -13
  90. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts +63 -63
  91. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts.map +1 -1
  92. package/lib/typescript/commonjs/src/components/step-indicator/helpers/get-icon-by-status.d.ts +14 -14
  93. package/lib/typescript/commonjs/src/components/step-indicator/helpers/get-icon-by-status.d.ts.map +1 -1
  94. package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts +13 -13
  95. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts +56 -56
  96. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts.map +1 -1
  97. package/lib/typescript/commonjs/src/components/typography/index.d.ts +13 -13
  98. package/lib/typescript/commonjs/src/components/typography/styles.d.ts +29 -29
  99. package/lib/typescript/commonjs/src/components/typography/styles.d.ts.map +1 -1
  100. package/lib/typescript/commonjs/src/components/user-profile/index.d.ts +14 -14
  101. package/lib/typescript/commonjs/src/index.d.ts +31 -31
  102. package/lib/typescript/commonjs/src/stories/box/box.stories.d.ts +8 -8
  103. package/lib/typescript/commonjs/src/stories/box/box.stories.d.ts.map +1 -1
  104. package/lib/typescript/commonjs/src/stories/button/button.stories.d.ts +10 -10
  105. package/lib/typescript/commonjs/src/stories/button/button.stories.d.ts.map +1 -1
  106. package/lib/typescript/commonjs/src/stories/capture-photo/capture-photo.stories.d.ts +9 -9
  107. package/lib/typescript/commonjs/src/stories/capture-photo/capture-photo.stories.d.ts.map +1 -1
  108. package/lib/typescript/commonjs/src/stories/card-history/card-history.stories.d.ts +6 -6
  109. package/lib/typescript/commonjs/src/stories/card-history/card-history.stories.d.ts.map +1 -1
  110. package/lib/typescript/commonjs/src/stories/card-hours/card-hours.stories.d.ts +7 -7
  111. package/lib/typescript/commonjs/src/stories/card-hours/card-hours.stories.d.ts.map +1 -1
  112. package/lib/typescript/commonjs/src/stories/card-loading/card-loading.stories.d.ts +8 -8
  113. package/lib/typescript/commonjs/src/stories/card-loading/card-loading.stories.d.ts.map +1 -1
  114. package/lib/typescript/commonjs/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts +10 -10
  115. package/lib/typescript/commonjs/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts.map +1 -1
  116. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts +6 -6
  117. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  118. package/lib/typescript/commonjs/src/stories/check-box/check-box.stories.d.ts +9 -9
  119. package/lib/typescript/commonjs/src/stories/check-box/check-box.stories.d.ts.map +1 -1
  120. package/lib/typescript/commonjs/src/stories/coil/coil.stories.d.ts +8 -8
  121. package/lib/typescript/commonjs/src/stories/coil/coil.stories.d.ts.map +1 -1
  122. package/lib/typescript/commonjs/src/stories/filter-date-selector/filter-date-selector.stories.d.ts +6 -6
  123. package/lib/typescript/commonjs/src/stories/filter-date-selector/filter-date-selector.stories.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/src/stories/filter-journey/filter-journey.stories.d.ts +6 -6
  125. package/lib/typescript/commonjs/src/stories/filter-journey/filter-journey.stories.d.ts.map +1 -1
  126. package/lib/typescript/commonjs/src/stories/header-profile/header-profile.stories.d.ts +9 -9
  127. package/lib/typescript/commonjs/src/stories/header-profile/header-profile.stories.d.ts.map +1 -1
  128. package/lib/typescript/commonjs/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts +7 -7
  129. package/lib/typescript/commonjs/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts.map +1 -1
  130. package/lib/typescript/commonjs/src/stories/input/input.stories.d.ts +14 -14
  131. package/lib/typescript/commonjs/src/stories/input/input.stories.d.ts.map +1 -1
  132. package/lib/typescript/commonjs/src/stories/loading-details/loading-details.stories.d.ts +6 -6
  133. package/lib/typescript/commonjs/src/stories/loading-details/loading-details.stories.d.ts.map +1 -1
  134. package/lib/typescript/commonjs/src/stories/loading-progress/loading-progress.stories.d.ts +6 -6
  135. package/lib/typescript/commonjs/src/stories/loading-progress/loading-progress.stories.d.ts.map +1 -1
  136. package/lib/typescript/commonjs/src/stories/menu-item/menu-item.stories.d.ts +8 -8
  137. package/lib/typescript/commonjs/src/stories/menu-item/menu-item.stories.d.ts.map +1 -1
  138. package/lib/typescript/commonjs/src/stories/no-data/no-data.stories.d.ts +6 -6
  139. package/lib/typescript/commonjs/src/stories/no-data/no-data.stories.d.ts.map +1 -1
  140. package/lib/typescript/commonjs/src/stories/notification-loading/notification-loading.stories.d.ts +8 -8
  141. package/lib/typescript/commonjs/src/stories/notification-loading/notification-loading.stories.d.ts.map +1 -1
  142. package/lib/typescript/commonjs/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts +9 -9
  143. package/lib/typescript/commonjs/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts.map +1 -1
  144. package/lib/typescript/commonjs/src/stories/select-option/select-option.stories.d.ts +6 -6
  145. package/lib/typescript/commonjs/src/stories/select-option/select-option.stories.d.ts.map +1 -1
  146. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts +7 -7
  147. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  148. package/lib/typescript/commonjs/src/stories/typography/typography.stories.d.ts +15 -15
  149. package/lib/typescript/commonjs/src/stories/typography/typography.stories.d.ts.map +1 -1
  150. package/lib/typescript/commonjs/src/stories/user-profile/user-profile.stories.d.ts +7 -7
  151. package/lib/typescript/commonjs/src/stories/user-profile/user-profile.stories.d.ts.map +1 -1
  152. package/lib/typescript/commonjs/src/styles/global/styles.d.ts +46 -46
  153. package/lib/typescript/commonjs/src/styles/global/styles.d.ts.map +1 -1
  154. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +148 -148
  155. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +150 -150
  156. package/lib/typescript/commonjs/src/utils/format-data/index.d.ts +17 -17
  157. package/lib/typescript/commonjs/src/utils/format-data/index.d.ts.map +1 -1
  158. package/lib/typescript/commonjs/src/utils/mutiply/index.d.ts +1 -1
  159. package/lib/typescript/commonjs/src/utils/status-color/return-color.d.ts +3 -3
  160. package/lib/typescript/commonjs/src/utils/status-color/return-color.d.ts.map +1 -1
  161. package/lib/typescript/module/src/common/constants/index.d.ts +4 -4
  162. package/lib/typescript/module/src/common/icons-svg/arrow-drop-down/index.d.ts +13 -13
  163. package/lib/typescript/module/src/common/icons-svg/arrow-left/index.d.ts +10 -10
  164. package/lib/typescript/module/src/common/icons-svg/bell/index.d.ts +7 -7
  165. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts +10 -10
  166. package/lib/typescript/module/src/common/icons-svg/bluetooth-connected/index.d.ts +10 -10
  167. package/lib/typescript/module/src/common/icons-svg/calendar/index.d.ts +10 -10
  168. package/lib/typescript/module/src/common/icons-svg/call-bell/index.d.ts +10 -10
  169. package/lib/typescript/module/src/common/icons-svg/camera-plus/index.d.ts +10 -10
  170. package/lib/typescript/module/src/common/icons-svg/chart-bar/index.d.ts +10 -10
  171. package/lib/typescript/module/src/common/icons-svg/check-box-fill/index.d.ts +13 -13
  172. package/lib/typescript/module/src/common/icons-svg/check-box-outline/index.d.ts +13 -13
  173. package/lib/typescript/module/src/common/icons-svg/check-circle/index.d.ts +10 -10
  174. package/lib/typescript/module/src/common/icons-svg/closed/index.d.ts +13 -13
  175. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +51 -51
  176. package/lib/typescript/module/src/common/icons-svg/credit-card/index.d.ts +13 -13
  177. package/lib/typescript/module/src/common/icons-svg/currency/index.d.ts +10 -10
  178. package/lib/typescript/module/src/common/icons-svg/currency-circle-dollar/index.d.ts +10 -10
  179. package/lib/typescript/module/src/common/icons-svg/ellipse/index.d.ts +4 -4
  180. package/lib/typescript/module/src/common/icons-svg/exclamation-circle/index.d.ts +7 -7
  181. package/lib/typescript/module/src/common/icons-svg/eye/index.d.ts +10 -10
  182. package/lib/typescript/module/src/common/icons-svg/eye-slash/index.d.ts +10 -10
  183. package/lib/typescript/module/src/common/icons-svg/file-text/index.d.ts +13 -13
  184. package/lib/typescript/module/src/common/icons-svg/files/index.d.ts +7 -7
  185. package/lib/typescript/module/src/common/icons-svg/gas-pump/index.d.ts +10 -10
  186. package/lib/typescript/module/src/common/icons-svg/gauge/index.d.ts +10 -10
  187. package/lib/typescript/module/src/common/icons-svg/gear/index.d.ts +10 -10
  188. package/lib/typescript/module/src/common/icons-svg/index.d.ts +11 -11
  189. package/lib/typescript/module/src/common/icons-svg/lifebuoy/index.d.ts +10 -10
  190. package/lib/typescript/module/src/common/icons-svg/list/index.d.ts +10 -10
  191. package/lib/typescript/module/src/common/icons-svg/moon-stars/index.d.ts +10 -10
  192. package/lib/typescript/module/src/common/icons-svg/note-pincel/index.d.ts +10 -10
  193. package/lib/typescript/module/src/common/icons-svg/package/index.d.ts +10 -10
  194. package/lib/typescript/module/src/common/icons-svg/package-check/index.d.ts +13 -13
  195. package/lib/typescript/module/src/common/icons-svg/plus/index.d.ts +10 -10
  196. package/lib/typescript/module/src/common/icons-svg/recused/index.d.ts +10 -10
  197. package/lib/typescript/module/src/common/icons-svg/shopping-cart/index.d.ts +13 -13
  198. package/lib/typescript/module/src/common/icons-svg/steering-wheel/index.d.ts +10 -10
  199. package/lib/typescript/module/src/common/icons-svg/steering-wheel-fill/index.d.ts +10 -10
  200. package/lib/typescript/module/src/common/icons-svg/timer/index.d.ts +10 -10
  201. package/lib/typescript/module/src/common/icons-svg/trophy/index.d.ts +10 -10
  202. package/lib/typescript/module/src/common/icons-svg/truck/index.d.ts +13 -13
  203. package/lib/typescript/module/src/common/icons-svg/truck-trailer/index.d.ts +10 -10
  204. package/lib/typescript/module/src/common/icons-svg/wifi-high/index.d.ts +10 -10
  205. package/lib/typescript/module/src/common/icons-svg/wifi-x/index.d.ts +10 -10
  206. package/lib/typescript/module/src/common/icons-svg/x-circle/index.d.ts +13 -13
  207. package/lib/typescript/module/src/components/box/index.d.ts +9 -9
  208. package/lib/typescript/module/src/components/box/styles.d.ts +12 -12
  209. package/lib/typescript/module/src/components/box/styles.d.ts.map +1 -1
  210. package/lib/typescript/module/src/components/button/index.d.ts +9 -9
  211. package/lib/typescript/module/src/components/button/styles.d.ts +23 -23
  212. package/lib/typescript/module/src/components/button/styles.d.ts.map +1 -1
  213. package/lib/typescript/module/src/components/capture-photo/index.d.ts +13 -13
  214. package/lib/typescript/module/src/components/capture-photo/styles.d.ts +11 -11
  215. package/lib/typescript/module/src/components/capture-photo/styles.d.ts.map +1 -1
  216. package/lib/typescript/module/src/components/card-history/index.d.ts +14 -14
  217. package/lib/typescript/module/src/components/card-hours/index.d.ts +9 -9
  218. package/lib/typescript/module/src/components/card-loading/index.d.ts +14 -14
  219. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +13 -13
  220. package/lib/typescript/module/src/components/card-scheduled-journey/interface.d.ts +32 -32
  221. package/lib/typescript/module/src/components/card-scheduled-journey/styles.d.ts +11 -11
  222. package/lib/typescript/module/src/components/card-scheduled-journey/styles.d.ts.map +1 -1
  223. package/lib/typescript/module/src/components/card-work-session/index.d.ts +10 -10
  224. package/lib/typescript/module/src/components/check-box/index.d.ts +13 -13
  225. package/lib/typescript/module/src/components/coil/index.d.ts +10 -10
  226. package/lib/typescript/module/src/components/filter-date-selector/index.d.ts +14 -14
  227. package/lib/typescript/module/src/components/filter-journey/index.d.ts +10 -10
  228. package/lib/typescript/module/src/components/header-profile/index.d.ts +13 -13
  229. package/lib/typescript/module/src/components/image-capture-with-remove/index.d.ts +14 -14
  230. package/lib/typescript/module/src/components/input/index.d.ts +14 -14
  231. package/lib/typescript/module/src/components/input/styles.d.ts +11 -11
  232. package/lib/typescript/module/src/components/input/styles.d.ts.map +1 -1
  233. package/lib/typescript/module/src/components/loading-details/index.d.ts +10 -10
  234. package/lib/typescript/module/src/components/loading-progress/index.d.ts +14 -14
  235. package/lib/typescript/module/src/components/menu-item/index.d.ts +14 -14
  236. package/lib/typescript/module/src/components/no-data/index.d.ts +7 -7
  237. package/lib/typescript/module/src/components/notification-loading/index.d.ts +10 -10
  238. package/lib/typescript/module/src/components/scheduled-journey-indicators/index.d.ts +10 -10
  239. package/lib/typescript/module/src/components/selects/select-option/index.d.ts +13 -13
  240. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts +63 -63
  241. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts.map +1 -1
  242. package/lib/typescript/module/src/components/step-indicator/helpers/get-icon-by-status.d.ts +14 -14
  243. package/lib/typescript/module/src/components/step-indicator/helpers/get-icon-by-status.d.ts.map +1 -1
  244. package/lib/typescript/module/src/components/step-indicator/index.d.ts +13 -13
  245. package/lib/typescript/module/src/components/step-indicator/styles.d.ts +56 -56
  246. package/lib/typescript/module/src/components/step-indicator/styles.d.ts.map +1 -1
  247. package/lib/typescript/module/src/components/typography/index.d.ts +13 -13
  248. package/lib/typescript/module/src/components/typography/styles.d.ts +29 -29
  249. package/lib/typescript/module/src/components/typography/styles.d.ts.map +1 -1
  250. package/lib/typescript/module/src/components/user-profile/index.d.ts +14 -14
  251. package/lib/typescript/module/src/index.d.ts +31 -31
  252. package/lib/typescript/module/src/stories/box/box.stories.d.ts +8 -8
  253. package/lib/typescript/module/src/stories/box/box.stories.d.ts.map +1 -1
  254. package/lib/typescript/module/src/stories/button/button.stories.d.ts +10 -10
  255. package/lib/typescript/module/src/stories/button/button.stories.d.ts.map +1 -1
  256. package/lib/typescript/module/src/stories/capture-photo/capture-photo.stories.d.ts +9 -9
  257. package/lib/typescript/module/src/stories/capture-photo/capture-photo.stories.d.ts.map +1 -1
  258. package/lib/typescript/module/src/stories/card-history/card-history.stories.d.ts +6 -6
  259. package/lib/typescript/module/src/stories/card-history/card-history.stories.d.ts.map +1 -1
  260. package/lib/typescript/module/src/stories/card-hours/card-hours.stories.d.ts +7 -7
  261. package/lib/typescript/module/src/stories/card-hours/card-hours.stories.d.ts.map +1 -1
  262. package/lib/typescript/module/src/stories/card-loading/card-loading.stories.d.ts +8 -8
  263. package/lib/typescript/module/src/stories/card-loading/card-loading.stories.d.ts.map +1 -1
  264. package/lib/typescript/module/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts +10 -10
  265. package/lib/typescript/module/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts.map +1 -1
  266. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts +6 -6
  267. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  268. package/lib/typescript/module/src/stories/check-box/check-box.stories.d.ts +9 -9
  269. package/lib/typescript/module/src/stories/check-box/check-box.stories.d.ts.map +1 -1
  270. package/lib/typescript/module/src/stories/coil/coil.stories.d.ts +8 -8
  271. package/lib/typescript/module/src/stories/coil/coil.stories.d.ts.map +1 -1
  272. package/lib/typescript/module/src/stories/filter-date-selector/filter-date-selector.stories.d.ts +6 -6
  273. package/lib/typescript/module/src/stories/filter-date-selector/filter-date-selector.stories.d.ts.map +1 -1
  274. package/lib/typescript/module/src/stories/filter-journey/filter-journey.stories.d.ts +6 -6
  275. package/lib/typescript/module/src/stories/filter-journey/filter-journey.stories.d.ts.map +1 -1
  276. package/lib/typescript/module/src/stories/header-profile/header-profile.stories.d.ts +9 -9
  277. package/lib/typescript/module/src/stories/header-profile/header-profile.stories.d.ts.map +1 -1
  278. package/lib/typescript/module/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts +7 -7
  279. package/lib/typescript/module/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts.map +1 -1
  280. package/lib/typescript/module/src/stories/input/input.stories.d.ts +14 -14
  281. package/lib/typescript/module/src/stories/input/input.stories.d.ts.map +1 -1
  282. package/lib/typescript/module/src/stories/loading-details/loading-details.stories.d.ts +6 -6
  283. package/lib/typescript/module/src/stories/loading-details/loading-details.stories.d.ts.map +1 -1
  284. package/lib/typescript/module/src/stories/loading-progress/loading-progress.stories.d.ts +6 -6
  285. package/lib/typescript/module/src/stories/loading-progress/loading-progress.stories.d.ts.map +1 -1
  286. package/lib/typescript/module/src/stories/menu-item/menu-item.stories.d.ts +8 -8
  287. package/lib/typescript/module/src/stories/menu-item/menu-item.stories.d.ts.map +1 -1
  288. package/lib/typescript/module/src/stories/no-data/no-data.stories.d.ts +6 -6
  289. package/lib/typescript/module/src/stories/no-data/no-data.stories.d.ts.map +1 -1
  290. package/lib/typescript/module/src/stories/notification-loading/notification-loading.stories.d.ts +8 -8
  291. package/lib/typescript/module/src/stories/notification-loading/notification-loading.stories.d.ts.map +1 -1
  292. package/lib/typescript/module/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts +9 -9
  293. package/lib/typescript/module/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts.map +1 -1
  294. package/lib/typescript/module/src/stories/select-option/select-option.stories.d.ts +6 -6
  295. package/lib/typescript/module/src/stories/select-option/select-option.stories.d.ts.map +1 -1
  296. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts +7 -7
  297. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  298. package/lib/typescript/module/src/stories/typography/typography.stories.d.ts +15 -15
  299. package/lib/typescript/module/src/stories/typography/typography.stories.d.ts.map +1 -1
  300. package/lib/typescript/module/src/stories/user-profile/user-profile.stories.d.ts +7 -7
  301. package/lib/typescript/module/src/stories/user-profile/user-profile.stories.d.ts.map +1 -1
  302. package/lib/typescript/module/src/styles/global/styles.d.ts +46 -46
  303. package/lib/typescript/module/src/styles/global/styles.d.ts.map +1 -1
  304. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +148 -148
  305. package/lib/typescript/module/src/styles/theme/theme.d.ts +150 -150
  306. package/lib/typescript/module/src/utils/format-data/index.d.ts +17 -17
  307. package/lib/typescript/module/src/utils/format-data/index.d.ts.map +1 -1
  308. package/lib/typescript/module/src/utils/mutiply/index.d.ts +1 -1
  309. package/lib/typescript/module/src/utils/status-color/return-color.d.ts +3 -3
  310. package/lib/typescript/module/src/utils/status-color/return-color.d.ts.map +1 -1
  311. package/package.json +1 -1
  312. package/src/components/card-history/index.tsx +150 -150
  313. package/src/components/card-work-session/index.tsx +161 -161
  314. package/src/components/card-work-session/interface.d.ts +48 -48
  315. package/src/components/header-profile/index.tsx +131 -131
  316. package/src/components/header-profile/interface.d.ts +57 -57
  317. package/src/components/input/index.tsx +181 -181
  318. package/src/components/notification-loading/index.tsx +144 -144
  319. package/src/stories/header-profile/header-profile.stories.tsx +88 -88
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { ICoil } from "./interface";
6
- declare const Coil: React.FC<ICoil>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { Coil };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { ICoil } from "./interface";
6
+ declare const Coil: React.FC<ICoil>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { Coil };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,15 +1,15 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IFilterDateSelector } from "./interface";
6
- /**
7
- *
8
- * Componente FilterDateSelector para a interação do usuário com ui.
9
- */
10
- declare const FilterDateSelector: React.FC<IFilterDateSelector>;
11
- /**
12
- * EXPORTS
13
- */
14
- export { FilterDateSelector };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IFilterDateSelector } from "./interface";
6
+ /**
7
+ *
8
+ * Componente FilterDateSelector para a interação do usuário com ui.
9
+ */
10
+ declare const FilterDateSelector: React.FC<IFilterDateSelector>;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { FilterDateSelector };
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IFilterJourneyProps } from "./interface";
6
- declare const FilterJourney: React.FC<IFilterJourneyProps>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { FilterJourney };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IFilterJourneyProps } from "./interface";
6
+ declare const FilterJourney: React.FC<IFilterJourneyProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { FilterJourney };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IHeaderProps } from "./interface";
6
- /**
7
- * Componente Header para a interação do usuário com ui.
8
- */
9
- declare const Header: React.FC<IHeaderProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { Header };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IHeaderProps } from "./interface";
6
+ /**
7
+ * Componente Header para a interação do usuário com ui.
8
+ */
9
+ declare const Header: React.FC<IHeaderProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { Header };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,15 +1,15 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IImageCaptureWithRemoveProps } from "./interface";
6
- /**
7
- *
8
- * Componente ImageCaptureWithRemove para a interação do usuário com ui.
9
- */
10
- declare const ImageCaptureWithRemove: React.FC<IImageCaptureWithRemoveProps>;
11
- /**
12
- * EXPORTS
13
- */
14
- export { ImageCaptureWithRemove };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IImageCaptureWithRemoveProps } from "./interface";
6
+ /**
7
+ *
8
+ * Componente ImageCaptureWithRemove para a interação do usuário com ui.
9
+ */
10
+ declare const ImageCaptureWithRemove: React.FC<IImageCaptureWithRemoveProps>;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { ImageCaptureWithRemove };
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1,15 +1,15 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { type IInputProps } from "./interface";
6
- /**
7
- *
8
- * Componente Input para a interação do usuário com ui.
9
- */
10
- declare const Input: React.FC<IInputProps>;
11
- /**
12
- * EXPORTS
13
- */
14
- export { Input };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { type IInputProps } from "./interface";
6
+ /**
7
+ *
8
+ * Componente Input para a interação do usuário com ui.
9
+ */
10
+ declare const Input: React.FC<IInputProps>;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { Input };
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,12 @@
1
- import { type IInputProps } from "./interface";
2
- /**
3
- * Interface InputProps
4
- */
5
- declare const styles: (props: IInputProps) => {
6
- input: IInputProps;
7
- };
8
- /**
9
- * EXPORTS
10
- */
11
- export { styles };
1
+ import { type IInputProps } from "./interface";
2
+ /**
3
+ * Interface InputProps
4
+ */
5
+ declare const styles: (props: IInputProps) => {
6
+ input: IInputProps;
7
+ };
8
+ /**
9
+ * EXPORTS
10
+ */
11
+ export { styles };
12
12
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/input/styles.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;GAEG;AAEH,QAAA,MAAM,MAAM,UAAW,WAAW;;CAG9B,CAAC;AAEL;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/input/styles.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;GAEG;AAEH,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW;WAEiB,WAAW;CAC1D,CAAC;AAEL;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { ILoadingDetails } from "./interface";
6
- declare const LoadingDetails: React.FC<ILoadingDetails>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { LoadingDetails };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { ILoadingDetails } from "./interface";
6
+ declare const LoadingDetails: React.FC<ILoadingDetails>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { LoadingDetails };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,15 +1,15 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { ILoadingProgress } from "./interface";
6
- /**
7
- *
8
- * Componente LoadingProgress para a interação do usuário com ui.
9
- */
10
- declare const LoadingProgress: React.FC<ILoadingProgress>;
11
- /**
12
- * EXPORTS
13
- */
14
- export { LoadingProgress };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { ILoadingProgress } from "./interface";
6
+ /**
7
+ *
8
+ * Componente LoadingProgress para a interação do usuário com ui.
9
+ */
10
+ declare const LoadingProgress: React.FC<ILoadingProgress>;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { LoadingProgress };
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1,15 +1,15 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IMenuItem } from "./interface";
6
- /**
7
- *
8
- * Componente Menu Item para a interação do usuário com ui.
9
- */
10
- declare const MenuItem: React.FC<IMenuItem>;
11
- /**
12
- * EXPORTS
13
- */
14
- export { MenuItem };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IMenuItem } from "./interface";
6
+ /**
7
+ *
8
+ * Componente Menu Item para a interação do usuário com ui.
9
+ */
10
+ declare const MenuItem: React.FC<IMenuItem>;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { MenuItem };
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1,8 +1,8 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { INoData } from "./interface";
6
- declare const NoData: React.FC<INoData>;
7
- export { NoData };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { INoData } from "./interface";
6
+ declare const NoData: React.FC<INoData>;
7
+ export { NoData };
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { INotificationLoading } from "./interface";
6
- declare const NotificationLoading: React.FC<INotificationLoading>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { NotificationLoading };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { INotificationLoading } from "./interface";
6
+ declare const NotificationLoading: React.FC<INotificationLoading>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { NotificationLoading };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,11 +1,11 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IScheduledJourneyIndicators } from "./interface";
6
- declare const ScheduledJourneyIndicators: React.FC<IScheduledJourneyIndicators>;
7
- /**
8
- * EXPORTS
9
- */
10
- export { ScheduledJourneyIndicators };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IScheduledJourneyIndicators } from "./interface";
6
+ declare const ScheduledJourneyIndicators: React.FC<IScheduledJourneyIndicators>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { ScheduledJourneyIndicators };
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { ISelectDropDownProps } from "./interface";
6
- /**
7
- * Componente SelectOption para a interação da ui.
8
- */
9
- declare const SelectOption: React.FC<ISelectDropDownProps>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { SelectOption };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { ISelectDropDownProps } from "./interface";
6
+ /**
7
+ * Componente SelectOption para a interação da ui.
8
+ */
9
+ declare const SelectOption: React.FC<ISelectDropDownProps>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { SelectOption };
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1,64 +1,64 @@
1
- import { ISelectDropDownProps } from "./interface";
2
- declare const styles: (props: ISelectDropDownProps) => {
3
- container: {
4
- width: "100%";
5
- marginBottom: number;
6
- };
7
- label: {
8
- fontSize: number;
9
- fontWeight: "bold";
10
- color: string;
11
- marginBottom: number;
12
- };
13
- selectBox: {
14
- flexDirection: "row";
15
- alignItems: "center";
16
- justifyContent: "space-between";
17
- width: "100%";
18
- height: number;
19
- borderWidth: number;
20
- borderColor: string;
21
- borderRadius: number;
22
- backgroundColor: string;
23
- paddingHorizontal: number;
24
- };
25
- selectedText: {
26
- fontSize: number;
27
- color: string;
28
- };
29
- modalOverlay: {
30
- flex: number;
31
- backgroundColor: string;
32
- justifyContent: "center";
33
- alignItems: "center";
34
- padding: number;
35
- };
36
- modalContainer: {
37
- width: "100%";
38
- backgroundColor: string;
39
- borderRadius: number;
40
- padding: number;
41
- alignItems: "center";
42
- };
43
- option: {
44
- width: "100%";
45
- padding: number;
46
- alignItems: "flex-start";
47
- borderBottomWidth: number;
48
- borderBottomColor: string;
49
- };
50
- optionText: {
51
- fontSize: number;
52
- color: string;
53
- fontWeight: "500";
54
- };
55
- closeButtonText: {
56
- color: string;
57
- fontWeight: "bold";
58
- };
59
- };
60
- /**
61
- * EXPORTS
62
- */
63
- export { styles };
1
+ import { ISelectDropDownProps } from "./interface";
2
+ declare const styles: (props: ISelectDropDownProps) => {
3
+ container: {
4
+ width: "100%";
5
+ marginBottom: number;
6
+ };
7
+ label: {
8
+ fontSize: number;
9
+ fontWeight: "bold";
10
+ color: string;
11
+ marginBottom: number;
12
+ };
13
+ selectBox: {
14
+ flexDirection: "row";
15
+ alignItems: "center";
16
+ justifyContent: "space-between";
17
+ width: "100%";
18
+ height: number;
19
+ borderWidth: number;
20
+ borderColor: string;
21
+ borderRadius: number;
22
+ backgroundColor: string;
23
+ paddingHorizontal: number;
24
+ };
25
+ selectedText: {
26
+ fontSize: number;
27
+ color: string;
28
+ };
29
+ modalOverlay: {
30
+ flex: number;
31
+ backgroundColor: string;
32
+ justifyContent: "center";
33
+ alignItems: "center";
34
+ padding: number;
35
+ };
36
+ modalContainer: {
37
+ width: "100%";
38
+ backgroundColor: string;
39
+ borderRadius: number;
40
+ padding: number;
41
+ alignItems: "center";
42
+ };
43
+ option: {
44
+ width: "100%";
45
+ padding: number;
46
+ alignItems: "flex-start";
47
+ borderBottomWidth: number;
48
+ borderBottomColor: string;
49
+ };
50
+ optionText: {
51
+ fontSize: number;
52
+ color: string;
53
+ fontWeight: "500";
54
+ };
55
+ closeButtonText: {
56
+ color: string;
57
+ fontWeight: "bold";
58
+ };
59
+ };
60
+ /**
61
+ * EXPORTS
62
+ */
63
+ export { styles };
64
64
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-option/styles.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKnD,QAAA,MAAM,MAAM,UAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DvC,CAAC;AAEL;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-option/styles.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKnD,QAAA,MAAM,MAAM,GAAI,OAAO,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DvC,CAAC;AAEL;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,15 +1,15 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import { SVG_NAME } from "../../../common/icons-svg/constants";
5
- /**
6
- * Função que mapeará os ícones correspondentes em SVG 🛠️.
7
- * @param propertyType
8
- * @returns SVG
9
- */
10
- declare const getIconKeyByValue: (propertyType: string) => keyof typeof SVG_NAME | undefined;
11
- /**
12
- * EXPORTS
13
- */
14
- export { getIconKeyByValue };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import { SVG_NAME } from "../../../common/icons-svg/constants";
5
+ /**
6
+ * Função que mapeará os ícones correspondentes em SVG 🛠️.
7
+ * @param propertyType
8
+ * @returns SVG
9
+ */
10
+ declare const getIconKeyByValue: (propertyType: string) => keyof typeof SVG_NAME | undefined;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { getIconKeyByValue };
15
15
  //# sourceMappingURL=get-icon-by-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-icon-by-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/step-indicator/helpers/get-icon-by-status.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAE/D;;;;GAIG;AACH,QAAA,MAAM,iBAAiB,iBAAkB,MAAM,KAAG,MAAM,eAAe,GAAG,SAIzE,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"get-icon-by-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/step-indicator/helpers/get-icon-by-status.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAE/D;;;;GAIG;AACH,QAAA,MAAM,iBAAiB,GAAI,cAAc,MAAM,KAAG,MAAM,OAAO,QAAQ,GAAG,SAIzE,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -1,14 +1,14 @@
1
- /**
2
- * IMPORTS
3
- */
4
- import React from "react";
5
- import { IStepIndicator } from "./interface";
6
- /**
7
- * Componente StepIndicator para a interação da ui.
8
- */
9
- declare const StepIndicator: React.FC<IStepIndicator>;
10
- /**
11
- * EXPORTS
12
- */
13
- export { StepIndicator };
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { IStepIndicator } from "./interface";
6
+ /**
7
+ * Componente StepIndicator para a interação da ui.
8
+ */
9
+ declare const StepIndicator: React.FC<IStepIndicator>;
10
+ /**
11
+ * EXPORTS
12
+ */
13
+ export { StepIndicator };
14
14
  //# sourceMappingURL=index.d.ts.map