jornada-ui 0.4.10 → 0.4.12

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 (414) hide show
  1. package/README.md +31 -31
  2. package/lib/commonjs/common/icons-svg/bluetooth/index.js +45 -27
  3. package/lib/commonjs/common/icons-svg/bluetooth/index.js.map +1 -1
  4. package/lib/commonjs/common/icons-svg/constants/index.js +7 -5
  5. package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
  6. package/lib/commonjs/common/icons-svg/index.js +19 -4
  7. package/lib/commonjs/common/icons-svg/index.js.map +1 -1
  8. package/lib/commonjs/common/icons-svg/plus-container/index.js +42 -0
  9. package/lib/commonjs/common/icons-svg/plus-container/index.js.map +1 -0
  10. package/lib/commonjs/common/icons-svg/trash/index.js +41 -0
  11. package/lib/commonjs/common/icons-svg/trash/index.js.map +1 -0
  12. package/lib/commonjs/components/activity-step/components/activite-row/index.js +137 -0
  13. package/lib/commonjs/components/activity-step/components/activite-row/index.js.map +1 -0
  14. package/lib/commonjs/components/activity-step/index.js +77 -0
  15. package/lib/commonjs/components/activity-step/index.js.map +1 -0
  16. package/lib/commonjs/components/activity-step/interface.js +6 -0
  17. package/lib/commonjs/components/activity-step/interface.js.map +1 -0
  18. package/lib/commonjs/components/activity-step/styles.js +86 -0
  19. package/lib/commonjs/components/activity-step/styles.js.map +1 -0
  20. package/lib/commonjs/components/card-scheduled-journey/index.js +8 -6
  21. package/lib/commonjs/components/card-scheduled-journey/index.js.map +1 -1
  22. package/lib/commonjs/components/inputs/input-date-time/index.js +136 -0
  23. package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -0
  24. package/lib/commonjs/components/inputs/input-date-time/interface.d.js +2 -0
  25. package/lib/commonjs/components/inputs/input-date-time/interface.d.js.map +1 -0
  26. package/lib/commonjs/components/inputs/input-date-time/styles.js +66 -0
  27. package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -0
  28. package/lib/commonjs/components/list-devices/helpers/get-icon-by-status.js +25 -0
  29. package/lib/commonjs/components/list-devices/helpers/get-icon-by-status.js.map +1 -0
  30. package/lib/commonjs/components/list-devices/index.js +97 -0
  31. package/lib/commonjs/components/list-devices/index.js.map +1 -0
  32. package/lib/commonjs/components/list-devices/interface.d.js +2 -0
  33. package/lib/commonjs/components/list-devices/interface.d.js.map +1 -0
  34. package/lib/commonjs/components/list-devices/styles.js +60 -0
  35. package/lib/commonjs/components/list-devices/styles.js.map +1 -0
  36. package/lib/commonjs/components/list-supplies/index.js +171 -0
  37. package/lib/commonjs/components/list-supplies/index.js.map +1 -0
  38. package/lib/commonjs/components/list-supplies/interface.d.js +2 -0
  39. package/lib/commonjs/components/list-supplies/interface.d.js.map +1 -0
  40. package/lib/commonjs/components/maintenance-description-input/index.js +3 -0
  41. package/lib/commonjs/components/maintenance-description-input/index.js.map +1 -1
  42. package/lib/commonjs/components/maintenance-description-input/styles.js +1 -1
  43. package/lib/commonjs/components/maintenance-description-input/styles.js.map +1 -1
  44. package/lib/commonjs/components/modals/modal-activity-reason/index.js +170 -0
  45. package/lib/commonjs/components/modals/modal-activity-reason/index.js.map +1 -0
  46. package/lib/commonjs/components/modals/modal-activity-reason/interface.d.js +2 -0
  47. package/lib/commonjs/components/modals/modal-activity-reason/interface.d.js.map +1 -0
  48. package/lib/commonjs/components/modals/modal-create-activitie/helpers/index.js +27 -0
  49. package/lib/commonjs/components/modals/modal-create-activitie/helpers/index.js.map +1 -0
  50. package/lib/commonjs/components/modals/modal-create-activitie/index.js +203 -0
  51. package/lib/commonjs/components/modals/modal-create-activitie/index.js.map +1 -0
  52. package/lib/commonjs/components/modals/modal-create-activitie/interface.js +2 -0
  53. package/lib/commonjs/components/modals/modal-create-activitie/interface.js.map +1 -0
  54. package/lib/commonjs/components/modals/modal-create-activitie/styles.js +42 -0
  55. package/lib/commonjs/components/modals/modal-create-activitie/styles.js.map +1 -0
  56. package/lib/commonjs/components/modals/modal-exclude-activitie/index.js +2 -0
  57. package/lib/commonjs/components/modals/modal-exclude-activitie/index.js.map +1 -0
  58. package/lib/commonjs/components/modals/modal-journey-rectification/index.js +242 -0
  59. package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +1 -0
  60. package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js +2 -0
  61. package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +1 -0
  62. package/lib/commonjs/components/modals/modal-to-confimations/index.js +182 -0
  63. package/lib/commonjs/components/modals/modal-to-confimations/index.js.map +1 -0
  64. package/lib/commonjs/components/modals/modal-to-confimations/interface.js +2 -0
  65. package/lib/commonjs/components/modals/modal-to-confimations/interface.js.map +1 -0
  66. package/lib/commonjs/components/selects/select-date-and-hours/index.js +80 -0
  67. package/lib/commonjs/components/selects/select-date-and-hours/index.js.map +1 -0
  68. package/lib/commonjs/components/selects/select-date-and-hours/interface.js +6 -0
  69. package/lib/commonjs/components/selects/select-date-and-hours/interface.js.map +1 -0
  70. package/lib/commonjs/components/selects/select-date-and-hours/styles.js +34 -0
  71. package/lib/commonjs/components/selects/select-date-and-hours/styles.js.map +1 -0
  72. package/lib/commonjs/components/selects/select-option/index.js +4 -2
  73. package/lib/commonjs/components/selects/select-option/index.js.map +1 -1
  74. package/lib/commonjs/components/selects/select-option/styles.js +6 -7
  75. package/lib/commonjs/components/selects/select-option/styles.js.map +1 -1
  76. package/lib/commonjs/components/supply-error-card/index.js +7 -6
  77. package/lib/commonjs/components/supply-error-card/index.js.map +1 -1
  78. package/lib/commonjs/components/toast-message/index.js +8 -7
  79. package/lib/commonjs/components/toast-message/index.js.map +1 -1
  80. package/lib/commonjs/components/travel-history/index.js +7 -7
  81. package/lib/commonjs/components/travel-history/index.js.map +1 -1
  82. package/lib/commonjs/components/trip-details-card/index.js +94 -13
  83. package/lib/commonjs/components/trip-details-card/index.js.map +1 -1
  84. package/lib/commonjs/components/typography/index.js +5 -5
  85. package/lib/commonjs/components/typography/index.js.map +1 -1
  86. package/lib/commonjs/index.js +53 -4
  87. package/lib/commonjs/index.js.map +1 -1
  88. package/lib/commonjs/stories/list-devices/list-devices.stories.js +146 -0
  89. package/lib/commonjs/stories/list-devices/list-devices.stories.js.map +1 -0
  90. package/lib/commonjs/stories/list-supplies/list-supplies.stories.js +69 -0
  91. package/lib/commonjs/stories/list-supplies/list-supplies.stories.js.map +1 -0
  92. package/lib/commonjs/stories/modal-activity-reason/modal-activity-reason.stories.js +63 -0
  93. package/lib/commonjs/stories/modal-activity-reason/modal-activity-reason.stories.js.map +1 -0
  94. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +63 -0
  95. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -0
  96. package/lib/commonjs/stories/supply-error-card/supply-error-card.stories.js +12 -12
  97. package/lib/commonjs/stories/supply-error-card/supply-error-card.stories.js.map +1 -1
  98. package/lib/commonjs/stories/trip-details-card/trip-details-card.stories.js +39 -6
  99. package/lib/commonjs/stories/trip-details-card/trip-details-card.stories.js.map +1 -1
  100. package/lib/commonjs/styles/theme/theme.js +1 -0
  101. package/lib/commonjs/styles/theme/theme.js.map +1 -1
  102. package/lib/module/common/icons-svg/bluetooth/index.js +45 -27
  103. package/lib/module/common/icons-svg/bluetooth/index.js.map +1 -1
  104. package/lib/module/common/icons-svg/constants/index.js +7 -5
  105. package/lib/module/common/icons-svg/constants/index.js.map +1 -1
  106. package/lib/module/common/icons-svg/index.js +19 -4
  107. package/lib/module/common/icons-svg/index.js.map +1 -1
  108. package/lib/module/common/icons-svg/plus-container/index.js +36 -0
  109. package/lib/module/common/icons-svg/plus-container/index.js.map +1 -0
  110. package/lib/module/common/icons-svg/trash/index.js +34 -0
  111. package/lib/module/common/icons-svg/trash/index.js.map +1 -0
  112. package/lib/module/components/activity-step/components/activite-row/index.js +134 -0
  113. package/lib/module/components/activity-step/components/activite-row/index.js.map +1 -0
  114. package/lib/module/components/activity-step/index.js +73 -0
  115. package/lib/module/components/activity-step/index.js.map +1 -0
  116. package/lib/module/components/activity-step/interface.js +4 -0
  117. package/lib/module/components/activity-step/interface.js.map +1 -0
  118. package/lib/module/components/activity-step/styles.js +83 -0
  119. package/lib/module/components/activity-step/styles.js.map +1 -0
  120. package/lib/module/components/card-scheduled-journey/index.js +8 -6
  121. package/lib/module/components/card-scheduled-journey/index.js.map +1 -1
  122. package/lib/module/components/inputs/input-date-time/index.js +130 -0
  123. package/lib/module/components/inputs/input-date-time/index.js.map +1 -0
  124. package/lib/module/components/inputs/input-date-time/interface.d.js +2 -0
  125. package/lib/module/components/inputs/input-date-time/interface.d.js.map +1 -0
  126. package/lib/module/components/inputs/input-date-time/styles.js +62 -0
  127. package/lib/module/components/inputs/input-date-time/styles.js.map +1 -0
  128. package/lib/module/components/list-devices/helpers/get-icon-by-status.js +21 -0
  129. package/lib/module/components/list-devices/helpers/get-icon-by-status.js.map +1 -0
  130. package/lib/module/components/list-devices/index.js +93 -0
  131. package/lib/module/components/list-devices/index.js.map +1 -0
  132. package/lib/module/components/list-devices/interface.d.js +2 -0
  133. package/lib/module/components/list-devices/interface.d.js.map +1 -0
  134. package/lib/module/components/list-devices/styles.js +56 -0
  135. package/lib/module/components/list-devices/styles.js.map +1 -0
  136. package/lib/module/components/list-supplies/index.js +165 -0
  137. package/lib/module/components/list-supplies/index.js.map +1 -0
  138. package/lib/module/components/list-supplies/interface.d.js +2 -0
  139. package/lib/module/components/list-supplies/interface.d.js.map +1 -0
  140. package/lib/module/components/maintenance-description-input/index.js +3 -0
  141. package/lib/module/components/maintenance-description-input/index.js.map +1 -1
  142. package/lib/module/components/maintenance-description-input/styles.js +1 -1
  143. package/lib/module/components/maintenance-description-input/styles.js.map +1 -1
  144. package/lib/module/components/modals/modal-activity-reason/index.js +165 -0
  145. package/lib/module/components/modals/modal-activity-reason/index.js.map +1 -0
  146. package/lib/module/components/modals/modal-activity-reason/interface.d.js +2 -0
  147. package/lib/module/components/modals/modal-activity-reason/interface.d.js.map +1 -0
  148. package/lib/module/components/modals/modal-create-activitie/helpers/index.js +24 -0
  149. package/lib/module/components/modals/modal-create-activitie/helpers/index.js.map +1 -0
  150. package/lib/module/components/modals/modal-create-activitie/index.js +196 -0
  151. package/lib/module/components/modals/modal-create-activitie/index.js.map +1 -0
  152. package/lib/module/components/modals/modal-create-activitie/interface.js +2 -0
  153. package/lib/module/components/modals/modal-create-activitie/interface.js.map +1 -0
  154. package/lib/module/components/modals/modal-create-activitie/styles.js +39 -0
  155. package/lib/module/components/modals/modal-create-activitie/styles.js.map +1 -0
  156. package/lib/module/components/modals/modal-exclude-activitie/index.js +2 -0
  157. package/lib/module/components/modals/modal-exclude-activitie/index.js.map +1 -0
  158. package/lib/module/components/modals/modal-journey-rectification/index.js +236 -0
  159. package/lib/module/components/modals/modal-journey-rectification/index.js.map +1 -0
  160. package/lib/module/components/modals/modal-journey-rectification/interface.d.js +2 -0
  161. package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +1 -0
  162. package/lib/module/components/modals/modal-to-confimations/index.js +179 -0
  163. package/lib/module/components/modals/modal-to-confimations/index.js.map +1 -0
  164. package/lib/module/components/modals/modal-to-confimations/interface.js +2 -0
  165. package/lib/module/components/modals/modal-to-confimations/interface.js.map +1 -0
  166. package/lib/module/components/selects/select-date-and-hours/index.js +74 -0
  167. package/lib/module/components/selects/select-date-and-hours/index.js.map +1 -0
  168. package/lib/module/components/selects/select-date-and-hours/interface.js +4 -0
  169. package/lib/module/components/selects/select-date-and-hours/interface.js.map +1 -0
  170. package/lib/module/components/selects/select-date-and-hours/styles.js +31 -0
  171. package/lib/module/components/selects/select-date-and-hours/styles.js.map +1 -0
  172. package/lib/module/components/selects/select-option/index.js +4 -2
  173. package/lib/module/components/selects/select-option/index.js.map +1 -1
  174. package/lib/module/components/selects/select-option/styles.js +6 -7
  175. package/lib/module/components/selects/select-option/styles.js.map +1 -1
  176. package/lib/module/components/supply-error-card/index.js +7 -6
  177. package/lib/module/components/supply-error-card/index.js.map +1 -1
  178. package/lib/module/components/toast-message/index.js +8 -7
  179. package/lib/module/components/toast-message/index.js.map +1 -1
  180. package/lib/module/components/travel-history/index.js +7 -7
  181. package/lib/module/components/travel-history/index.js.map +1 -1
  182. package/lib/module/components/trip-details-card/index.js +94 -13
  183. package/lib/module/components/trip-details-card/index.js.map +1 -1
  184. package/lib/module/components/typography/index.js +5 -5
  185. package/lib/module/components/typography/index.js.map +1 -1
  186. package/lib/module/index.js +7 -0
  187. package/lib/module/index.js.map +1 -1
  188. package/lib/module/stories/list-devices/list-devices.stories.js +140 -0
  189. package/lib/module/stories/list-devices/list-devices.stories.js.map +1 -0
  190. package/lib/module/stories/list-supplies/list-supplies.stories.js +63 -0
  191. package/lib/module/stories/list-supplies/list-supplies.stories.js.map +1 -0
  192. package/lib/module/stories/modal-activity-reason/modal-activity-reason.stories.js +57 -0
  193. package/lib/module/stories/modal-activity-reason/modal-activity-reason.stories.js.map +1 -0
  194. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +57 -0
  195. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -0
  196. package/lib/module/stories/supply-error-card/supply-error-card.stories.js +12 -12
  197. package/lib/module/stories/supply-error-card/supply-error-card.stories.js.map +1 -1
  198. package/lib/module/stories/trip-details-card/trip-details-card.stories.js +39 -6
  199. package/lib/module/stories/trip-details-card/trip-details-card.stories.js.map +1 -1
  200. package/lib/module/styles/theme/theme.js +1 -0
  201. package/lib/module/styles/theme/theme.js.map +1 -1
  202. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts +5 -1
  203. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts.map +1 -1
  204. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +2 -0
  205. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
  206. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
  207. package/lib/typescript/commonjs/src/common/icons-svg/plus-container/index.d.ts +11 -0
  208. package/lib/typescript/commonjs/src/common/icons-svg/plus-container/index.d.ts.map +1 -0
  209. package/lib/typescript/commonjs/src/common/icons-svg/trash/index.d.ts +11 -0
  210. package/lib/typescript/commonjs/src/common/icons-svg/trash/index.d.ts.map +1 -0
  211. package/lib/typescript/commonjs/src/components/activity-step/components/activite-row/index.d.ts +11 -0
  212. package/lib/typescript/commonjs/src/components/activity-step/components/activite-row/index.d.ts.map +1 -0
  213. package/lib/typescript/commonjs/src/components/activity-step/index.d.ts +17 -0
  214. package/lib/typescript/commonjs/src/components/activity-step/index.d.ts.map +1 -0
  215. package/lib/typescript/commonjs/src/components/activity-step/interface.d.ts +40 -0
  216. package/lib/typescript/commonjs/src/components/activity-step/interface.d.ts.map +1 -0
  217. package/lib/typescript/commonjs/src/components/activity-step/styles.d.ts +75 -0
  218. package/lib/typescript/commonjs/src/components/activity-step/styles.d.ts.map +1 -0
  219. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +2 -1
  220. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts.map +1 -1
  221. package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts +8 -0
  222. package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -0
  223. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +59 -0
  224. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -0
  225. package/lib/typescript/commonjs/src/components/list-devices/helpers/get-icon-by-status.d.ts +15 -0
  226. package/lib/typescript/commonjs/src/components/list-devices/helpers/get-icon-by-status.d.ts.map +1 -0
  227. package/lib/typescript/commonjs/src/components/list-devices/index.d.ts +11 -0
  228. package/lib/typescript/commonjs/src/components/list-devices/index.d.ts.map +1 -0
  229. package/lib/typescript/commonjs/src/components/list-devices/styles.d.ts +57 -0
  230. package/lib/typescript/commonjs/src/components/list-devices/styles.d.ts.map +1 -0
  231. package/lib/typescript/commonjs/src/components/list-supplies/index.d.ts +8 -0
  232. package/lib/typescript/commonjs/src/components/list-supplies/index.d.ts.map +1 -0
  233. package/lib/typescript/commonjs/src/components/maintenance-description-input/index.d.ts.map +1 -1
  234. package/lib/typescript/commonjs/src/components/modals/modal-activity-reason/index.d.ts +8 -0
  235. package/lib/typescript/commonjs/src/components/modals/modal-activity-reason/index.d.ts.map +1 -0
  236. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/helpers/index.d.ts +21 -0
  237. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/helpers/index.d.ts.map +1 -0
  238. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/index.d.ts +8 -0
  239. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/index.d.ts.map +1 -0
  240. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/interface.d.ts +19 -0
  241. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/interface.d.ts.map +1 -0
  242. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/styles.d.ts +33 -0
  243. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/styles.d.ts.map +1 -0
  244. package/lib/typescript/commonjs/src/components/modals/modal-exclude-activitie/index.d.ts +1 -0
  245. package/lib/typescript/commonjs/src/components/modals/modal-exclude-activitie/index.d.ts.map +1 -0
  246. package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts +8 -0
  247. package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +1 -0
  248. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/index.d.ts +8 -0
  249. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/index.d.ts.map +1 -0
  250. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/interface.d.ts +28 -0
  251. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/interface.d.ts.map +1 -0
  252. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +13 -0
  253. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts.map +1 -0
  254. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/interface.d.ts +22 -0
  255. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/interface.d.ts.map +1 -0
  256. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/styles.d.ts +26 -0
  257. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/styles.d.ts.map +1 -0
  258. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts +1 -0
  259. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts.map +1 -1
  260. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts +0 -1
  261. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts.map +1 -1
  262. package/lib/typescript/commonjs/src/components/supply-error-card/index.d.ts +3 -8
  263. package/lib/typescript/commonjs/src/components/supply-error-card/index.d.ts.map +1 -1
  264. package/lib/typescript/commonjs/src/components/toast-message/index.d.ts.map +1 -1
  265. package/lib/typescript/commonjs/src/components/trip-details-card/index.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/src/index.d.ts +7 -0
  267. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/src/stories/list-devices/list-devices.stories.d.ts +22 -0
  269. package/lib/typescript/commonjs/src/stories/list-devices/list-devices.stories.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/src/stories/list-supplies/list-supplies.stories.d.ts +10 -0
  271. package/lib/typescript/commonjs/src/stories/list-supplies/list-supplies.stories.d.ts.map +1 -0
  272. package/lib/typescript/commonjs/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts +10 -0
  273. package/lib/typescript/commonjs/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +10 -0
  275. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -0
  276. package/lib/typescript/commonjs/src/stories/trip-details-card/trip-details-card.stories.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +1 -0
  278. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts.map +1 -1
  279. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +1 -0
  280. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts.map +1 -1
  281. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts +5 -1
  282. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts.map +1 -1
  283. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +2 -0
  284. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
  285. package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
  286. package/lib/typescript/module/src/common/icons-svg/plus-container/index.d.ts +11 -0
  287. package/lib/typescript/module/src/common/icons-svg/plus-container/index.d.ts.map +1 -0
  288. package/lib/typescript/module/src/common/icons-svg/trash/index.d.ts +11 -0
  289. package/lib/typescript/module/src/common/icons-svg/trash/index.d.ts.map +1 -0
  290. package/lib/typescript/module/src/components/activity-step/components/activite-row/index.d.ts +11 -0
  291. package/lib/typescript/module/src/components/activity-step/components/activite-row/index.d.ts.map +1 -0
  292. package/lib/typescript/module/src/components/activity-step/index.d.ts +17 -0
  293. package/lib/typescript/module/src/components/activity-step/index.d.ts.map +1 -0
  294. package/lib/typescript/module/src/components/activity-step/interface.d.ts +40 -0
  295. package/lib/typescript/module/src/components/activity-step/interface.d.ts.map +1 -0
  296. package/lib/typescript/module/src/components/activity-step/styles.d.ts +75 -0
  297. package/lib/typescript/module/src/components/activity-step/styles.d.ts.map +1 -0
  298. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +2 -1
  299. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts.map +1 -1
  300. package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts +8 -0
  301. package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -0
  302. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +59 -0
  303. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -0
  304. package/lib/typescript/module/src/components/list-devices/helpers/get-icon-by-status.d.ts +15 -0
  305. package/lib/typescript/module/src/components/list-devices/helpers/get-icon-by-status.d.ts.map +1 -0
  306. package/lib/typescript/module/src/components/list-devices/index.d.ts +11 -0
  307. package/lib/typescript/module/src/components/list-devices/index.d.ts.map +1 -0
  308. package/lib/typescript/module/src/components/list-devices/styles.d.ts +57 -0
  309. package/lib/typescript/module/src/components/list-devices/styles.d.ts.map +1 -0
  310. package/lib/typescript/module/src/components/list-supplies/index.d.ts +8 -0
  311. package/lib/typescript/module/src/components/list-supplies/index.d.ts.map +1 -0
  312. package/lib/typescript/module/src/components/maintenance-description-input/index.d.ts.map +1 -1
  313. package/lib/typescript/module/src/components/modals/modal-activity-reason/index.d.ts +8 -0
  314. package/lib/typescript/module/src/components/modals/modal-activity-reason/index.d.ts.map +1 -0
  315. package/lib/typescript/module/src/components/modals/modal-create-activitie/helpers/index.d.ts +21 -0
  316. package/lib/typescript/module/src/components/modals/modal-create-activitie/helpers/index.d.ts.map +1 -0
  317. package/lib/typescript/module/src/components/modals/modal-create-activitie/index.d.ts +8 -0
  318. package/lib/typescript/module/src/components/modals/modal-create-activitie/index.d.ts.map +1 -0
  319. package/lib/typescript/module/src/components/modals/modal-create-activitie/interface.d.ts +19 -0
  320. package/lib/typescript/module/src/components/modals/modal-create-activitie/interface.d.ts.map +1 -0
  321. package/lib/typescript/module/src/components/modals/modal-create-activitie/styles.d.ts +33 -0
  322. package/lib/typescript/module/src/components/modals/modal-create-activitie/styles.d.ts.map +1 -0
  323. package/lib/typescript/module/src/components/modals/modal-exclude-activitie/index.d.ts +1 -0
  324. package/lib/typescript/module/src/components/modals/modal-exclude-activitie/index.d.ts.map +1 -0
  325. package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts +8 -0
  326. package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +1 -0
  327. package/lib/typescript/module/src/components/modals/modal-to-confimations/index.d.ts +8 -0
  328. package/lib/typescript/module/src/components/modals/modal-to-confimations/index.d.ts.map +1 -0
  329. package/lib/typescript/module/src/components/modals/modal-to-confimations/interface.d.ts +28 -0
  330. package/lib/typescript/module/src/components/modals/modal-to-confimations/interface.d.ts.map +1 -0
  331. package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +13 -0
  332. package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts.map +1 -0
  333. package/lib/typescript/module/src/components/selects/select-date-and-hours/interface.d.ts +22 -0
  334. package/lib/typescript/module/src/components/selects/select-date-and-hours/interface.d.ts.map +1 -0
  335. package/lib/typescript/module/src/components/selects/select-date-and-hours/styles.d.ts +26 -0
  336. package/lib/typescript/module/src/components/selects/select-date-and-hours/styles.d.ts.map +1 -0
  337. package/lib/typescript/module/src/components/selects/select-option/index.d.ts +1 -0
  338. package/lib/typescript/module/src/components/selects/select-option/index.d.ts.map +1 -1
  339. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts +0 -1
  340. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts.map +1 -1
  341. package/lib/typescript/module/src/components/supply-error-card/index.d.ts +3 -8
  342. package/lib/typescript/module/src/components/supply-error-card/index.d.ts.map +1 -1
  343. package/lib/typescript/module/src/components/toast-message/index.d.ts.map +1 -1
  344. package/lib/typescript/module/src/components/trip-details-card/index.d.ts.map +1 -1
  345. package/lib/typescript/module/src/index.d.ts +7 -0
  346. package/lib/typescript/module/src/index.d.ts.map +1 -1
  347. package/lib/typescript/module/src/stories/list-devices/list-devices.stories.d.ts +22 -0
  348. package/lib/typescript/module/src/stories/list-devices/list-devices.stories.d.ts.map +1 -0
  349. package/lib/typescript/module/src/stories/list-supplies/list-supplies.stories.d.ts +10 -0
  350. package/lib/typescript/module/src/stories/list-supplies/list-supplies.stories.d.ts.map +1 -0
  351. package/lib/typescript/module/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts +10 -0
  352. package/lib/typescript/module/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts.map +1 -0
  353. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +10 -0
  354. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -0
  355. package/lib/typescript/module/src/stories/trip-details-card/trip-details-card.stories.d.ts.map +1 -1
  356. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +1 -0
  357. package/lib/typescript/module/src/styles/global/theme-provider.d.ts.map +1 -1
  358. package/lib/typescript/module/src/styles/theme/theme.d.ts +1 -0
  359. package/lib/typescript/module/src/styles/theme/theme.d.ts.map +1 -1
  360. package/package.json +2 -1
  361. package/src/common/icons-svg/bluetooth/index.tsx +51 -24
  362. package/src/common/icons-svg/constants/index.ts +67 -65
  363. package/src/common/icons-svg/index.tsx +289 -280
  364. package/src/common/icons-svg/plus-container/index.tsx +32 -0
  365. package/src/common/icons-svg/trash/index.tsx +31 -0
  366. package/src/components/activity-step/components/activite-row/index.tsx +141 -0
  367. package/src/components/activity-step/index.tsx +73 -0
  368. package/src/components/activity-step/interface.ts +54 -0
  369. package/src/components/activity-step/styles.ts +72 -0
  370. package/src/components/card-scheduled-journey/index.tsx +140 -138
  371. package/src/components/card-scheduled-journey/interface.d.ts +145 -140
  372. package/src/components/inputs/input-date-time/index.tsx +133 -0
  373. package/src/components/inputs/input-date-time/interface.d.ts +25 -0
  374. package/src/components/inputs/input-date-time/styles.ts +63 -0
  375. package/src/components/list-devices/helpers/get-icon-by-status.tsx +20 -0
  376. package/src/components/list-devices/index.tsx +102 -0
  377. package/src/components/list-devices/interface.d.ts +36 -0
  378. package/src/components/list-devices/styles.ts +68 -0
  379. package/src/components/list-supplies/index.tsx +153 -0
  380. package/src/components/list-supplies/interface.d.ts +9 -0
  381. package/src/components/maintenance-description-input/index.tsx +1 -0
  382. package/src/components/maintenance-description-input/styles.ts +1 -1
  383. package/src/components/modals/modal-activity-reason/index.tsx +168 -0
  384. package/src/components/modals/modal-activity-reason/interface.d.ts +9 -0
  385. package/src/components/modals/modal-create-activitie/helpers/index.ts +14 -0
  386. package/src/components/modals/modal-create-activitie/index.tsx +210 -0
  387. package/src/components/modals/modal-create-activitie/interface.ts +22 -0
  388. package/src/components/modals/modal-create-activitie/styles.ts +24 -0
  389. package/src/components/modals/modal-exclude-activitie/index.ts +0 -0
  390. package/src/components/modals/modal-journey-rectification/index.tsx +236 -0
  391. package/src/components/modals/modal-journey-rectification/interface.d.ts +10 -0
  392. package/src/components/modals/modal-to-confimations/index.tsx +182 -0
  393. package/src/components/modals/modal-to-confimations/interface.ts +36 -0
  394. package/src/components/selects/select-date-and-hours/index.tsx +70 -0
  395. package/src/components/selects/select-date-and-hours/interface.ts +31 -0
  396. package/src/components/selects/select-date-and-hours/styles.ts +24 -0
  397. package/src/components/selects/select-option/index.tsx +2 -1
  398. package/src/components/selects/select-option/interface.d.ts +1 -1
  399. package/src/components/selects/select-option/styles.ts +74 -75
  400. package/src/components/supply-error-card/index.tsx +10 -6
  401. package/src/components/supply-error-card/interface.d.ts +3 -9
  402. package/src/components/toast-message/index.tsx +75 -74
  403. package/src/components/travel-history/index.tsx +7 -7
  404. package/src/components/trip-details-card/index.tsx +89 -12
  405. package/src/components/trip-details-card/interface.d.ts +4 -1
  406. package/src/components/typography/index.tsx +78 -78
  407. package/src/index.tsx +7 -0
  408. package/src/stories/list-devices/list-devices.stories.tsx +114 -0
  409. package/src/stories/list-supplies/list-supplies.stories.tsx +66 -0
  410. package/src/stories/modal-activity-reason/modal-activity-reason.stories.tsx +60 -0
  411. package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -0
  412. package/src/stories/supply-error-card/supply-error-card.stories.tsx +12 -12
  413. package/src/stories/trip-details-card/trip-details-card.stories.tsx +38 -5
  414. package/src/styles/theme/theme.ts +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/list-devices/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,KAAK,KAAK,GAAG;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAE1D,QAAA,MAAM,MAAM,WAAW,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DhD,CAAC;AAEL,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IListSupplies } from "./interface";
6
+ declare const _default: React.ComponentType<IListSupplies>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/list-supplies/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAoB,MAAM,OAAO,CAAC;AAWzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;AA0IjD,wBAA6C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/maintenance-description-input/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;;;;;;mBAa/B,CAAC;oBAAkD,CAAC;4BACpC,CAAC;2BAChC,CAAC;+BAEW,CAAC;8BACG,CAAC;mBAEjB,CAAJ;uBAGS,CAAA;wBAEqB,CAAC;sBAEX,CAAC;yBAEX,CAAT;mBAES,CAAT;yBAA+B,CAAC;uBACT,CAAC;wBACV,CAAC;sBACN,CAAA;;;AAiBZ,wBAAwE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/maintenance-description-input/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;;;;;;mBAa/B,CAAC;oBAAkD,CAAC;4BACpC,CAAC;2BAChC,CAAC;+BAEW,CAAC;8BACG,CAAC;mBAEjB,CAAJ;uBAGS,CAAA;wBAEqB,CAAC;sBAEX,CAAC;yBAEX,CAAT;mBAES,CAAT;yBAA+B,CAAC;uBACT,CAAC;wBACV,CAAC;sBACN,CAAA;;;AAkBZ,wBAAwE"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalActivityReasonProps } from ".//interface";
6
+ declare const _default: React.ComponentType<IModalActivityReasonProps<any>>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-activity-reason/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;;AAuJ9D,wBAAoD"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ declare const OPTIONS: readonly [{
5
+ readonly label: "Disp com veículo parado";
6
+ readonly value: "option1";
7
+ }, {
8
+ readonly label: "Operação com veículo";
9
+ readonly value: "option2";
10
+ }, {
11
+ readonly label: "Em carga";
12
+ readonly value: "option3";
13
+ }, {
14
+ readonly label: "Em descarga";
15
+ readonly value: "option4";
16
+ }];
17
+ /**
18
+ * EXPORTS
19
+ */
20
+ export { OPTIONS };
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/modals/modal-create-activitie/helpers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,OAAO;;;;;;;;;;;;EAKH,CAAC;AAEX;;GAEG;AACH,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalCreateActivitieProps } from "./interface";
6
+ declare const _default: React.ComponentType<IModalCreateActivitieProps<any>>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-create-activitie/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAyC,MAAM,OAAO,CAAC;AAqB9D,OAAO,KAAK,EAAsB,0BAA0B,EAAE,MAAM,aAAa,CAAC;;AAyLlF,wBAAoD"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ type IModalCreateActivitieProps<T> = {
5
+ visible: boolean;
6
+ textTitle?: string;
7
+ options?: T;
8
+ onClose: () => void;
9
+ onPressConfirm: (value: T) => void;
10
+ };
11
+ type IDateAndHoursProps = {
12
+ date: string;
13
+ hours: string;
14
+ };
15
+ /**
16
+ * EXPORTS
17
+ */
18
+ export type { IModalCreateActivitieProps, IDateAndHoursProps };
19
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-create-activitie/interface.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,KAAK,0BAA0B,CAAC,CAAC,IAAI;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC;IACZ,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,cAAc,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;GAEG;AACH,YAAY,EAAE,0BAA0B,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ declare const styles: {
5
+ overlay: {
6
+ flex: number;
7
+ justifyContent: "center";
8
+ alignItems: "center";
9
+ backgroundColor: string;
10
+ };
11
+ card: {
12
+ width: "90%";
13
+ };
14
+ headerRow: {
15
+ marginBottom: number;
16
+ marginLeft: number;
17
+ flexDirection: "row";
18
+ alignItems: "center";
19
+ };
20
+ content: {
21
+ padding: number;
22
+ };
23
+ actions: {
24
+ marginTop: number;
25
+ flexDirection: "row";
26
+ justifyContent: "space-between";
27
+ };
28
+ };
29
+ /**
30
+ * EXPORTS
31
+ */
32
+ export { styles };
33
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-create-activitie/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;CAWV,CAAC;AAEH;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-exclude-activitie/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalJourneyRectificationProps } from "./interface";
6
+ declare const _default: React.ComponentType<IModalJourneyRectificationProps>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-journey-rectification/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAcxC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;;AA0NnE,wBAA0D"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalToConfirmationsProps } from ".//interface";
6
+ declare const _default: React.ComponentType<IModalToConfirmationsProps>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-to-confimations/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;;AAsK/D,wBAAqD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ interface IModalToConfirmationsProps {
5
+ /**params para informa se o modal estár aberto ou fecahdo */
6
+ visible: boolean;
7
+ /**params do modal */
8
+ textTitle?: string;
9
+ /**params que armazena o texto da descrição com cor padrão */
10
+ text1?: string;
11
+ /**params que armazema o texto da descrição com a cor pintada */
12
+ text2?: string;
13
+ /**params para o titulo do botão de cancelar */
14
+ titleButtonCancel?: string;
15
+ /**params para o titulo do botão de confirmar */
16
+ titleButtonConfirm?: string;
17
+ /**params para colocar cor de fundo no botão */
18
+ backgroundColor?: string;
19
+ /**params que faz o fechamento do modal */
20
+ onClose: () => void;
21
+ /**params que faz o fechamento do modal + confirmação */
22
+ onPressConfirm: () => void;
23
+ }
24
+ /**
25
+ * EXPORTS
26
+ */
27
+ export type { IModalToConfirmationsProps };
28
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-to-confimations/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,UAAU,0BAA0B;IAClC,4DAA4D;IAC5D,OAAO,EAAE,OAAO,CAAC;IAEjB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,+CAA+C;IAC/C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,gDAAgD;IAChD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,+CAA+C;IAC/C,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB,wDAAwD;IACxD,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED;;GAEG;AACH,YAAY,EAAE,0BAA0B,EAAE,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ declare const _default: React.ComponentType<import("react-native").TouchableOpacityProps & {
6
+ value: any;
7
+ icon: "CAMERA_PLUS" | "STEERING_WHEEL" | "CHECK_BOX_FILL" | "CHECK_BOX_OUTLINE" | "MOON_STARS" | "CALL_BELL" | "STEERING_WHEEL_FILL" | "TROPHY" | "SHOPPING_CART" | "CREDIT_CARD" | "FILE_TEXT" | "TRUCK" | "PACKAGE_CHECK" | "PLUS" | "PLUS_CONTAINER" | "EYE_SLASH" | "EYE" | "CALENDAR" | "TIMER" | "GEAR" | "CURRENCY" | "GAUGE" | "GAS_PUMP" | "ARROW_LEFT" | "BLUETOOTH" | "BLUETOOTH_CONNECTED" | "LIST" | "WIFI_X" | "WIFI_HIGH" | "NOTE_PINCEL" | "CHECK_CIRCLE" | "ARROW_DROP_DOWN" | "ARROW_CHEVRON_UP" | "ARROW_CHEVRON_DOWN" | "CLOSED" | "LOADING" | "COIL" | "HISTORY" | "BELL" | "BED" | "FILES" | "LIFEBUOY" | "RECUSED" | "EXCLAMATION_CIRCLE" | "EXCLAMATION_TRIANGLE" | "X_CIRCLE" | "TRUCK_ACTIVITY" | "COFFEE" | "CAR" | "CHECK_OUTLINE" | "HOURGLASS" | "HOUSE" | "ISLAND" | "CHEVRON_DOWN" | "CHEVRON_UP" | "TRASH";
8
+ disabled?: boolean;
9
+ textColor?: string;
10
+ onPressConfirm: (value: any) => void;
11
+ } & React.RefAttributes<any>>;
12
+ export default _default;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-date-and-hours/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;;;;;;;;AAkE1C,wBAA+C"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import type { TouchableOpacityProps } from "react-native";
5
+ import type { SVG_NAME } from "../../../common/icons-svg/constants";
6
+ type IActivityFieldsProps<T> = TouchableOpacityProps & {
7
+ /** Valor exibido e retornado no onPressConfirm */
8
+ value: T | null;
9
+ /** Ícone à esquerda (padrão: 'CALENDAR') */
10
+ icon: keyof typeof SVG_NAME;
11
+ /** Desabilita interação */
12
+ disabled?: boolean;
13
+ /** Cor do texto (opcional) */
14
+ textColor?: string;
15
+ /** Clique confirma e devolve o value */
16
+ onPressConfirm: (value: T) => void;
17
+ };
18
+ /**
19
+ * EXPORTS
20
+ */
21
+ export type { IActivityFieldsProps };
22
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-date-and-hours/interface.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAG1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAEpE,KAAK,oBAAoB,CAAC,CAAC,IAAI,qBAAqB,GAAG;IACrD,kDAAkD;IAClD,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC;IAEhB,4CAA4C;IAC5C,IAAI,EAAE,MAAM,OAAO,QAAQ,CAAC;IAE5B,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,wCAAwC;IACxC,cAAc,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ declare const styles: {
5
+ field: {
6
+ width: "100%";
7
+ height: number;
8
+ borderRadius: number;
9
+ borderWidth: number;
10
+ paddingHorizontal: number;
11
+ justifyContent: "center";
12
+ marginTop: number;
13
+ marginBottom: number;
14
+ };
15
+ row: {
16
+ flexDirection: "row";
17
+ alignItems: "center";
18
+ gap: number;
19
+ justifyContent: "space-around";
20
+ };
21
+ };
22
+ /**
23
+ * EXPORTS
24
+ */
25
+ export { styles };
26
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-date-and-hours/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;CAYV,CAAC;AAEH;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -14,6 +14,7 @@ declare const _default: React.ComponentType<import("react-native").TextProps & {
14
14
  titleLabel: string;
15
15
  sizeTitleLabel?: number;
16
16
  colortitleLabel?: string;
17
+ backgroundColor?: string;
17
18
  handleSelectDown: (value: string) => void;
18
19
  } & React.RefAttributes<any>>;
19
20
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-option/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAuFpD;;GAEG;;;;;;;;;;;;AACH,wBAA6C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-option/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAwFpD;;GAEG;;;;;;;;;;;;;AACH,wBAA6C"}
@@ -38,7 +38,6 @@ declare const styles: (props: ISelectDropDownProps) => {
38
38
  backgroundColor: string;
39
39
  borderRadius: number;
40
40
  padding: number;
41
- alignItems: "center";
42
41
  };
43
42
  option: {
44
43
  width: "100%";
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/selects/select-option/styles.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKxD,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,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKxD,QAAA,MAAM,MAAM,UAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDvC,CAAC;AAEL;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -6,14 +6,8 @@ import React from "react";
6
6
  * EXPORTS
7
7
  */
8
8
  declare const _default: React.ComponentType<import("react-native").ViewProps & {
9
- messages?: {
10
- id: number;
11
- mensagem: string;
12
- }[];
13
- handleOnPress: (data: {
14
- id: number;
15
- mensagem: string;
16
- }) => void;
9
+ errors?: any[];
10
+ handleOnPress: (data: any) => void;
17
11
  testID?: string;
18
12
  borderStyled?: {
19
13
  borderStyle?: "solid" | "dotted" | "dashed";
@@ -67,6 +61,7 @@ declare const _default: React.ComponentType<import("react-native").ViewProps & {
67
61
  colorTextData?: string;
68
62
  };
69
63
  valor?: number;
64
+ messages?: string[];
70
65
  erroIds?: number[];
71
66
  } & React.RefAttributes<any>>;
72
67
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/supply-error-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAkGpD;;GAEG;;;;;;;;;;;;mBA/EoB,CAAC;oBACX,CAAC;4BAEN,CAAC;2BACE,CAAC;+BAEV,CADF;8BAII,CAAJ;mBAA6C,CAAC;uBAEtC,CAAC;wBAEK,CAAC;sBACqB,CAAC;yBACT,CAAC;mBACX,CAAC;yBACX,CAAN;uBAES,CAAC;wBAEF,CAAN;sBAA6B,CAAC;;;kBAKxB,CAAR;iBACgD,CAAC;YAGA,CAAC;qBACnC,CAAC;gBAEF,CAAP;iBACiB,CAAC;sBAEH,CAAC;;;cAQW,CAAC;kBAErB,CAAX;mBACS,CAAF;iBAEI,CAAC;oBACkB,CAAA;;;eASzB,CAAV;mBAEY,CAAX;oBACkB,CAAC;kBACG,CAAC;qBACC,CAAA;;;;;;;gBAiB2+B,CAAC;iBAAwB,CAAC;qBAA4B,CAAC;qBAA4B,CAAC;;;;;AADxlC,wBAAgD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/supply-error-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAsGpD;;GAEG;;;;;;mBApFiC,CAAC;oBAAoD,CAAC;4BACjD,CAAC;2BACV,CAAC;+BAEH,CAAC;8BACK,CAAC;mBAEzB,CAAC;uBAGJ,CAAC;wBAAgD,CAAC;sBAGnD,CAAN;yBAEQ,CAAP;mBAA6C,CAAC;yBAC1B,CAAC;uBACd,CAD6C;wBACzB,CAAC;sBAEzB,CADK;;;kBAMuD,CAAC;iBAE3D,CAAC;YAEyC,CAAC;qBAGzC,CAAJ;gBACM,CAAT;iBACuB,CAAC;sBAET,CAAD;;;cASG,CAAb;kBAA0C,CAAC;mBACV,CAAC;iBAEzB,CAAR;oBACO,CAAC;;;eAOE,CAAC;mBACL,CAAA;oBAIJ,CAAL;kBAEO,CAAP;qBACmB,CAAC;;;;;;;gBAuB8zB,CAAC;iBAAwB,CAAC;qBAA4B,CAAC;qBAA4B,CAAC;;;;;;AAD36B,wBAAgD"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast-message/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AA2D1D;;GAEG;;AACH,wBAA6C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toast-message/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AA4D1D;;GAEG;;AACH,wBAA6C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/trip-details-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA8B,MAAM,OAAO,CAAC;AAYnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;;AAiLpD,wBAAgD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/trip-details-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA8B,MAAM,OAAO,CAAC;AAYnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;;AA8PpD,wBAAgD"}
@@ -38,6 +38,13 @@ export { default as BottomMessageConexion } from "./components/bottom-message-co
38
38
  export { default as ToastMessage } from "./components/toast-message";
39
39
  export { default as ModalTypeActivities } from "./components/modal-type-activities";
40
40
  export { default as ResumeRaking } from "./components/resume-raking";
41
+ export { default as ListSupplies } from "./components/list-supplies";
42
+ export { default as ListDevices } from "./components/list-devices";
43
+ export { default as ModalActivityReason } from "./components/modals/modal-activity-reason";
44
+ export { default as ModalJourneyRectification } from "./components/modals/modal-journey-rectification";
45
+ export { default as ModalCreteActivitie } from "./components/modals/modal-create-activitie";
46
+ export { default as ModalToConfirmations } from "./components/modals/modal-to-confimations";
47
+ export { default as ActivityTimeline } from "./components/activity-step";
41
48
  export { default as WeeklyHoursBalance } from "./components/weekly-hours-balance";
42
49
  export { formatDate } from "./utils/format-date";
43
50
  export { theme } from "./styles/theme/theme";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import ListDevices from "../../components/list-devices";
3
+ declare const meta: Meta<typeof ListDevices>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const NaoControlado: {
7
+ name: string;
8
+ args: {
9
+ data: {
10
+ id: number;
11
+ nameDevice: string;
12
+ macDevice: string;
13
+ }[];
14
+ defaultSelectedId: number;
15
+ };
16
+ };
17
+ export declare const Controlado: Story;
18
+ /** Sem seleção inicial, apenas demonstrativo */
19
+ export declare const Basico: Story;
20
+ /** Interação desabilitada */
21
+ export declare const Desabilitado: Story;
22
+ //# sourceMappingURL=list-devices.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-devices.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/list-devices/list-devices.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIvD,OAAO,WAAW,MAAM,+BAA+B,CAAC;AAKxD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAyClC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AASnC,eAAO,MAAM,aAAa;;;;;;;;;;CAMzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAiBxB,CAAC;AAGF,gDAAgD;AAChD,eAAO,MAAM,MAAM,EAAE,KAOpB,CAAC;AAEF,6BAA6B;AAC7B,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import type { Meta, StoryObj } from "@storybook/react";
5
+ import ListSupplies from "../../components/list-supplies";
6
+ declare const meta: Meta<typeof ListSupplies>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof meta>;
9
+ export declare const Padrao: Story;
10
+ //# sourceMappingURL=list-supplies.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-supplies.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/list-supplies/list-supplies.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,YAAY,MAAM,gCAAgC,CAAC;AAE1D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CA0CnC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,KASpB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import type { StoryObj, Meta } from "@storybook/react";
5
+ import ModalActivityReason from "../../components/modals/modal-activity-reason";
6
+ declare const meta: Meta<typeof ModalActivityReason>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof ModalActivityReason>;
9
+ export declare const Default: Story;
10
+ //# sourceMappingURL=modal-activity-reason.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal-activity-reason.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/modal-activity-reason/modal-activity-reason.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,mBAAmB,MAAM,+CAA+C,CAAC;AAEhF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,mBAAmB,CAsC1C,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAElD,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import type { StoryObj, Meta } from "@storybook/react";
5
+ import ModalJourneyRectification from "../../components/modals/modal-journey-rectification";
6
+ declare const meta: Meta<typeof ModalJourneyRectification>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof ModalJourneyRectification>;
9
+ export declare const Default: Story;
10
+ //# sourceMappingURL=modal-journey-rectification.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal-journey-rectification.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,yBAAyB,MAAM,qDAAqD,CAAC;AAE5F,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,yBAAyB,CAsChD,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAExD,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"trip-details-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/trip-details-card/trip-details-card.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,eAAe,MAAM,oCAAoC,CAAC;AAEjE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CAwBtC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,KASpB,CAAC"}
1
+ {"version":3,"file":"trip-details-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/trip-details-card/trip-details-card.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,eAAe,MAAM,oCAAoC,CAAC;AAEjE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CAmDtC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,KAepB,CAAC"}
@@ -111,6 +111,7 @@ export declare const useTheme: () => {
111
111
  "9xl": number;
112
112
  };
113
113
  margins: {
114
+ fn: number;
114
115
  "1xs": number;
115
116
  "2xs": number;
116
117
  xs: number;
@@ -1 +1 @@
1
- {"version":3,"file":"theme-provider.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/global/theme-provider.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAoC,MAAM,OAAO,CAAC;AAOzD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAEjE,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC"}
1
+ {"version":3,"file":"theme-provider.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/global/theme-provider.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAoC,MAAM,OAAO,CAAC;AAOzD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAEjE,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC"}
@@ -110,6 +110,7 @@ export declare const theme: {
110
110
  "9xl": number;
111
111
  };
112
112
  margins: {
113
+ fn: number;
113
114
  "1xs": number;
114
115
  "2xs": number;
115
116
  xs: number;
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/theme/theme.ts"],"names":[],"mappings":"AAAA;;GAEG;AA+KH;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUjB,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/theme/theme.ts"],"names":[],"mappings":"AAAA;;GAEG;AAgLH;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUjB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jornada-ui",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "Biblioteca para desenvolvimento dos componentes para utilizar nos app",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -77,6 +77,7 @@
77
77
  "registry": "https://registry.npmjs.org/"
78
78
  },
79
79
  "dependencies": {
80
+ "@react-native-community/datetimepicker": "^8.4.4",
80
81
  "@storybook/test": "^8.3.0",
81
82
  "react-native-svg": "^15.11.2",
82
83
  "react-native-web": "^0.19.12"
@@ -2,36 +2,63 @@
2
2
  * IMPORTS
3
3
  */
4
4
  import * as React from "react";
5
+ import { View } from "react-native";
5
6
  import Svg, { Path, Defs, G, ClipPath } from "react-native-svg";
6
7
 
7
8
  // typing
8
9
  import { type ISvgProps } from "../interface";
9
10
 
10
- const SvgIconBluetooth: React.FC<ISvgProps> = ({ color, size }) => (
11
- <Svg
12
- // @ts-expect-error
13
- xmlns="http://www.w3.org/2000/svg"
14
- width={size ?? 24}
15
- height={size ?? 24}
16
- fill="none"
17
- viewBox={`0 0 ${size ?? 24} ${size ?? 24}`}
18
- >
19
- <G
20
- stroke={color ?? "#050022"}
21
- strokeLinecap="round"
22
- strokeLinejoin="round"
23
- strokeWidth="2"
24
- clipPath="url(#clip0_9131_659)"
11
+ interface ISvgIconBluetoothProps extends ISvgProps {
12
+ background?: string; // cor do fundo
13
+ padding?: number; // espaço entre símbolo e fundo
14
+ }
15
+
16
+ const SvgIconBluetooth: React.FC<ISvgIconBluetoothProps> = ({
17
+ color,
18
+ size = 26,
19
+ background,
20
+ padding = 8,
21
+ }) => {
22
+ // o círculo terá dimensão total = size + padding*2
23
+ const circleSize = size + padding * 2;
24
+
25
+ return (
26
+ <View
27
+ style={{
28
+ width: circleSize,
29
+ height: circleSize,
30
+ borderRadius: circleSize / 2, // círculo perfeito
31
+ backgroundColor: background,
32
+ alignItems: "center",
33
+ justifyContent: "center",
34
+ }}
25
35
  >
26
- <Path d="M12 3l6 4.5-6 4.5V3zM12 12l6 4.5-6 4.5v-9zM6 7.5l6 4.5M6 16.5l6-4.5"></Path>
27
- </G>
28
- <Defs>
29
- <ClipPath id="clip0_9131_659">
30
- <Path fill="#fff" d="M0 0H24V24H0z"></Path>
31
- </ClipPath>
32
- </Defs>
33
- </Svg>
34
- );
36
+ <Svg
37
+ // @ts-expect-error
38
+ xmlns="http://www.w3.org/2000/svg"
39
+ width={size}
40
+ height={size}
41
+ fill="none"
42
+ viewBox={`0 0 ${size} ${size}`}
43
+ >
44
+ <G
45
+ stroke={color ?? "#050022"}
46
+ strokeLinecap="round"
47
+ strokeLinejoin="round"
48
+ strokeWidth="2"
49
+ clipPath="url(#clip0_9131_659)"
50
+ >
51
+ <Path d="M12 3l6 4.5-6 4.5V3zM12 12l6 4.5-6 4.5v-9zM6 7.5l6 4.5M6 16.5l6-4.5" />
52
+ </G>
53
+ <Defs>
54
+ <ClipPath id="clip0_9131_659">
55
+ <Path fill="#fff" d="M0 0H24V24H0z" />
56
+ </ClipPath>
57
+ </Defs>
58
+ </Svg>
59
+ </View>
60
+ );
61
+ };
35
62
 
36
63
  /**
37
64
  * EXPORTS