jornada-ui 0.4.15 → 0.4.17

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 (222) hide show
  1. package/lib/commonjs/common/icons-svg/constants/index.js +2 -1
  2. package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
  3. package/lib/commonjs/common/icons-svg/download/index.js +53 -0
  4. package/lib/commonjs/common/icons-svg/download/index.js.map +1 -0
  5. package/lib/commonjs/common/icons-svg/index.js +7 -0
  6. package/lib/commonjs/common/icons-svg/index.js.map +1 -1
  7. package/lib/commonjs/components/inputs/input-date-time/index.js +11 -9
  8. package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -1
  9. package/lib/commonjs/components/inputs/input-date-time/styles.js +6 -3
  10. package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -1
  11. package/lib/commonjs/components/modals/modal-change-activitie-history/helpers/index.js +35 -0
  12. package/lib/commonjs/components/modals/modal-change-activitie-history/helpers/index.js.map +1 -0
  13. package/lib/commonjs/components/modals/modal-change-activitie-history/index.js +203 -0
  14. package/lib/commonjs/components/modals/modal-change-activitie-history/index.js.map +1 -0
  15. package/lib/commonjs/components/modals/modal-change-activitie-history/interface.js +6 -0
  16. package/lib/commonjs/components/modals/modal-change-activitie-history/interface.js.map +1 -0
  17. package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +71 -65
  18. package/lib/commonjs/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
  19. package/lib/commonjs/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
  20. package/lib/commonjs/components/notification-card/index.js +142 -0
  21. package/lib/commonjs/components/notification-card/index.js.map +1 -0
  22. package/lib/commonjs/components/notification-card/interface.js +6 -0
  23. package/lib/commonjs/components/notification-card/interface.js.map +1 -0
  24. package/lib/commonjs/components/notification-details-card/index.js +181 -0
  25. package/lib/commonjs/components/notification-details-card/index.js.map +1 -0
  26. package/lib/commonjs/components/notification-details-card/interface.js +6 -0
  27. package/lib/commonjs/components/notification-details-card/interface.js.map +1 -0
  28. package/lib/commonjs/components/step-indicator/index.js +131 -68
  29. package/lib/commonjs/components/step-indicator/index.js.map +1 -1
  30. package/lib/commonjs/components/user-journey-work-card/index.js +44 -4
  31. package/lib/commonjs/components/user-journey-work-card/index.js.map +1 -1
  32. package/lib/commonjs/index.js +19 -5
  33. package/lib/commonjs/index.js.map +1 -1
  34. package/lib/commonjs/stories/button/button.stories.js +0 -2
  35. package/lib/commonjs/stories/button/button.stories.js.map +1 -1
  36. package/lib/commonjs/stories/capture-photo/capture-photo.stories.js +0 -1
  37. package/lib/commonjs/stories/capture-photo/capture-photo.stories.js.map +1 -1
  38. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
  39. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
  40. package/lib/commonjs/stories/notification-card/notification-card.stories.js +100 -0
  41. package/lib/commonjs/stories/notification-card/notification-card.stories.js.map +1 -0
  42. package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js +112 -0
  43. package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
  44. package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
  45. package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
  46. package/lib/commonjs/styles/theme/theme.js +2 -1
  47. package/lib/commonjs/styles/theme/theme.js.map +1 -1
  48. package/lib/module/common/icons-svg/constants/index.js +2 -1
  49. package/lib/module/common/icons-svg/constants/index.js.map +1 -1
  50. package/lib/module/common/icons-svg/download/index.js +47 -0
  51. package/lib/module/common/icons-svg/download/index.js.map +1 -0
  52. package/lib/module/common/icons-svg/index.js +7 -0
  53. package/lib/module/common/icons-svg/index.js.map +1 -1
  54. package/lib/module/components/inputs/input-date-time/index.js +11 -9
  55. package/lib/module/components/inputs/input-date-time/index.js.map +1 -1
  56. package/lib/module/components/inputs/input-date-time/styles.js +6 -3
  57. package/lib/module/components/inputs/input-date-time/styles.js.map +1 -1
  58. package/lib/module/components/modals/modal-change-activitie-history/helpers/index.js +32 -0
  59. package/lib/module/components/modals/modal-change-activitie-history/helpers/index.js.map +1 -0
  60. package/lib/module/components/modals/modal-change-activitie-history/index.js +196 -0
  61. package/lib/module/components/modals/modal-change-activitie-history/index.js.map +1 -0
  62. package/lib/module/components/modals/modal-change-activitie-history/interface.js +4 -0
  63. package/lib/module/components/modals/modal-change-activitie-history/interface.js.map +1 -0
  64. package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +69 -63
  65. package/lib/module/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
  66. package/lib/module/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
  67. package/lib/module/components/notification-card/index.js +135 -0
  68. package/lib/module/components/notification-card/index.js.map +1 -0
  69. package/lib/module/components/notification-card/interface.js +4 -0
  70. package/lib/module/components/notification-card/interface.js.map +1 -0
  71. package/lib/module/components/notification-details-card/index.js +183 -0
  72. package/lib/module/components/notification-details-card/index.js.map +1 -0
  73. package/lib/module/components/notification-details-card/interface.js +4 -0
  74. package/lib/module/components/notification-details-card/interface.js.map +1 -0
  75. package/lib/module/components/step-indicator/index.js +129 -65
  76. package/lib/module/components/step-indicator/index.js.map +1 -1
  77. package/lib/module/components/user-journey-work-card/index.js +44 -4
  78. package/lib/module/components/user-journey-work-card/index.js.map +1 -1
  79. package/lib/module/index.js +3 -1
  80. package/lib/module/index.js.map +1 -1
  81. package/lib/module/stories/button/button.stories.js +0 -1
  82. package/lib/module/stories/button/button.stories.js.map +1 -1
  83. package/lib/module/stories/capture-photo/capture-photo.stories.js +0 -1
  84. package/lib/module/stories/capture-photo/capture-photo.stories.js.map +1 -1
  85. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
  86. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
  87. package/lib/module/stories/notification-card/notification-card.stories.js +95 -0
  88. package/lib/module/stories/notification-card/notification-card.stories.js.map +1 -0
  89. package/lib/module/stories/notification-details-card/notification-details-card.stories.js +107 -0
  90. package/lib/module/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
  91. package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
  92. package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
  93. package/lib/module/styles/theme/theme.js +2 -1
  94. package/lib/module/styles/theme/theme.js.map +1 -1
  95. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +1 -0
  96. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
  97. package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts +11 -0
  98. package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts.map +1 -0
  99. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
  100. package/lib/typescript/commonjs/src/components/card-report/index.d.ts.map +1 -1
  101. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +1 -1
  102. package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -1
  103. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +2 -1
  104. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
  105. package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/helpers/index.d.ts +13 -0
  106. package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/helpers/index.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts +10 -0
  108. package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts.map +1 -0
  109. package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts +18 -0
  110. package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts.map +1 -0
  111. package/lib/typescript/commonjs/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
  112. package/lib/typescript/commonjs/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
  113. package/lib/typescript/commonjs/src/components/notification-card/index.d.ts +11 -0
  114. package/lib/typescript/commonjs/src/components/notification-card/index.d.ts.map +1 -0
  115. package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts +17 -0
  116. package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts.map +1 -0
  117. package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts +11 -0
  118. package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts.map +1 -0
  119. package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts +15 -0
  120. package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts.map +1 -0
  121. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +1 -1
  122. package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts +3 -9
  123. package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/src/components/travel-history/index.d.ts.map +1 -1
  125. package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts +2 -0
  126. package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts.map +1 -1
  127. package/lib/typescript/commonjs/src/index.d.ts +3 -1
  128. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  129. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
  130. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
  131. package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts +14 -0
  132. package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
  133. package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
  134. package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
  135. package/lib/typescript/commonjs/src/stories/user-journey-work-card/user-journey-work-card.stories.d.ts.map +1 -1
  136. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +1 -0
  137. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts.map +1 -1
  138. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +1 -0
  139. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts.map +1 -1
  140. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +1 -0
  141. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
  142. package/lib/typescript/module/src/common/icons-svg/download/index.d.ts +11 -0
  143. package/lib/typescript/module/src/common/icons-svg/download/index.d.ts.map +1 -0
  144. package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
  145. package/lib/typescript/module/src/components/card-report/index.d.ts.map +1 -1
  146. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +1 -1
  147. package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -1
  148. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +2 -1
  149. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
  150. package/lib/typescript/module/src/components/modals/modal-change-activitie-history/helpers/index.d.ts +13 -0
  151. package/lib/typescript/module/src/components/modals/modal-change-activitie-history/helpers/index.d.ts.map +1 -0
  152. package/lib/typescript/module/src/components/modals/modal-change-activitie-history/index.d.ts +10 -0
  153. package/lib/typescript/module/src/components/modals/modal-change-activitie-history/index.d.ts.map +1 -0
  154. package/lib/typescript/module/src/components/modals/modal-change-activitie-history/interface.d.ts +18 -0
  155. package/lib/typescript/module/src/components/modals/modal-change-activitie-history/interface.d.ts.map +1 -0
  156. package/lib/typescript/module/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
  157. package/lib/typescript/module/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
  158. package/lib/typescript/module/src/components/notification-card/index.d.ts +11 -0
  159. package/lib/typescript/module/src/components/notification-card/index.d.ts.map +1 -0
  160. package/lib/typescript/module/src/components/notification-card/interface.d.ts +17 -0
  161. package/lib/typescript/module/src/components/notification-card/interface.d.ts.map +1 -0
  162. package/lib/typescript/module/src/components/notification-details-card/index.d.ts +11 -0
  163. package/lib/typescript/module/src/components/notification-details-card/index.d.ts.map +1 -0
  164. package/lib/typescript/module/src/components/notification-details-card/interface.d.ts +15 -0
  165. package/lib/typescript/module/src/components/notification-details-card/interface.d.ts.map +1 -0
  166. package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +1 -1
  167. package/lib/typescript/module/src/components/step-indicator/index.d.ts +3 -9
  168. package/lib/typescript/module/src/components/step-indicator/index.d.ts.map +1 -1
  169. package/lib/typescript/module/src/components/travel-history/index.d.ts.map +1 -1
  170. package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts +2 -0
  171. package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts.map +1 -1
  172. package/lib/typescript/module/src/index.d.ts +3 -1
  173. package/lib/typescript/module/src/index.d.ts.map +1 -1
  174. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
  175. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
  176. package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts +14 -0
  177. package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
  178. package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
  179. package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
  180. package/lib/typescript/module/src/stories/user-journey-work-card/user-journey-work-card.stories.d.ts.map +1 -1
  181. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +1 -0
  182. package/lib/typescript/module/src/styles/global/theme-provider.d.ts.map +1 -1
  183. package/lib/typescript/module/src/styles/theme/theme.d.ts +1 -0
  184. package/lib/typescript/module/src/styles/theme/theme.d.ts.map +1 -1
  185. package/package.json +1 -1
  186. package/src/common/icons-svg/constants/index.ts +1 -0
  187. package/src/common/icons-svg/download/index.tsx +52 -0
  188. package/src/common/icons-svg/index.tsx +4 -0
  189. package/src/components/card-report/interface.d.ts +1 -1
  190. package/src/components/inputs/input-date-time/index.tsx +13 -12
  191. package/src/components/inputs/input-date-time/styles.ts +64 -63
  192. package/src/components/modals/modal-change-activitie-history/helpers/index.ts +15 -0
  193. package/src/components/modals/modal-change-activitie-history/index.tsx +189 -0
  194. package/src/components/modals/modal-change-activitie-history/interface.ts +16 -0
  195. package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.tsx +78 -67
  196. package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.ts +10 -10
  197. package/src/components/monthly-summary-table/interface.d.ts +1 -1
  198. package/src/components/notification-card/index.tsx +123 -0
  199. package/src/components/notification-card/interface.ts +18 -0
  200. package/src/components/notification-details-card/index.tsx +180 -0
  201. package/src/components/notification-details-card/interface.ts +16 -0
  202. package/src/components/step-indicator/index.tsx +226 -155
  203. package/src/components/step-indicator/interface.d.ts +3 -2
  204. package/src/components/travel-history/interface.d.ts +1 -1
  205. package/src/components/user-journey-work-card/index.tsx +28 -1
  206. package/src/components/user-journey-work-card/interface.d.ts +149 -145
  207. package/src/index.tsx +3 -1
  208. package/src/stories/button/button.stories.tsx +1 -1
  209. package/src/stories/capture-photo/capture-photo.stories.tsx +1 -1
  210. package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -60
  211. package/src/stories/notification-card/notification-card.stories.tsx +93 -0
  212. package/src/stories/notification-details-card/notification-details-card.stories.tsx +109 -0
  213. package/src/stories/user-journey-work-card/user-journey-work-card.stories.tsx +71 -63
  214. package/src/styles/theme/theme.ts +1 -0
  215. package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +0 -1
  216. package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
  217. package/lib/module/components/modals/modal-journey-rectification/index.js.map +0 -1
  218. package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
  219. package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
  220. package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
  221. /package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
  222. /package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
@@ -0,0 +1,15 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ interface INotificationDetailCardProps {
5
+ title: string;
6
+ description: string;
7
+ fileUrl?: string;
8
+ fileType?: "image" | "pdf" | "csv" | "other";
9
+ testID?: string;
10
+ }
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { type INotificationDetailCardProps };
15
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-details-card/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,UAAU,4BAA4B;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,CAAC;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,OAAO,EAAE,KAAK,4BAA4B,EAAE,CAAC"}
@@ -4,7 +4,7 @@
4
4
  import React from "react";
5
5
  declare const _default: React.ComponentType<import("react-native").TouchableOpacityProps & {
6
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";
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" | "DOWNLOAD";
8
8
  disabled?: boolean;
9
9
  textColor?: string;
10
10
  onPressConfirm: (value: any) => void;
@@ -1,14 +1,8 @@
1
- /**
2
- * IMPORTS
3
- */
4
1
  import React from "react";
5
2
  import type { IStepIndicator } from "./interface";
6
3
  /**
7
- * Componente StepIndicator para a interação da ui.
8
- */
9
- declare const StepIndicator: React.FC<IStepIndicator>;
10
- /**
11
- * EXPORTS
4
+ * Componente StepIndicator para a interação da ui.
12
5
  */
13
- export default StepIndicator;
6
+ declare const _default: React.ComponentType<IStepIndicator & React.RefAttributes<any>>;
7
+ export default _default;
14
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/step-indicator/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAMlD;;GAEG;AAEH,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+J3C,CAAC;AAEF;;GAEG;AACH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/step-indicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAajF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAqPlD;;GAEG;;AACH,wBAA8C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/travel-history/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAmU1C;;GAEG;;wBA1TE,CAAE;;;;;;;;;;;;;;;;;mBA2CI,CAAC;oBAES,CAAC;4BAKhB,CAAN;2BAEe,CAAC;+BAC+B,CAAC;8BAEtB,CAAC;mBAEnB,CAAL;uBACuB,CAAC;wBAGlB,CAAC;sBAEA,CAAR;yBAEQ,CAAN;mBACM,CAAN;yBACQ,CAAF;uBAA6B,CAAC;wBAC5B,CAAJ;sBAA4B,CAAC;;;kBAS3B,CAAF;iBAEM,CAAC;YAED,CAAC;qBAAoC,CAAC;gBAErB,CAAC;iBACO,CAAC;sBAGX,CAAC;;;cAaR,CAAC;kBACO,CAAC;mBAEhB,CAAC;iBACc,CAAC;oBAGrB,CAAF;;;eAQU,CAAf;mBACa,CAAH;oBACyB,CAAC;kBACnB,CAAA;qBACY,CAAC;;;;;;;gBAgCX,CAAhB;iBAAuB,CAAC;qBAA2B,CAAC;qBAA2B,CAAC;;;;AAoKtF,wBAA8C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/travel-history/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAmU1C;;GAEG;;wBA3T0B,CAAC;;;;;;;;;;;;;;;;;mBA2CpB,CAAN;oBAEY,CAAC;4BAEK,CAAC;2BAKZ,CAAC;+BAEO,CAAC;8BACE,CAAC;mBACmB,CAAC;uBAEtB,CAAC;wBAEd,CAAP;sBAGa,CAAC;yBACO,CAAC;mBAEJ,CAAC;yBACV,CAAF;uBACI,CAAA;wBAA8B,CAAC;sBAC/B,CAAH;;;kBAOC,CAAP;iBAGiC,CAAC;YAEb,CAAC;qBACF,CAAC;gBAEZ,CAAR;iBACQ,CAAA;sBAGA,CAAV;;;cAYe,CAAC;kBAEN,CAAT;mBACO,CAAT;iBAEW,CAAT;oBACO,CAAP;;;eAQ6C,CAAC;mBAE/B,CAAA;oBAEA,CAAP;kBAAyC,CAAC;qBAE/B,CAAjB;;;;;;;gBA+BmD,CAAC;iBACnC,CAApB;qBAA2B,CAAC;qBAA2B,CAAC;;;;AAoK1D,wBAA8C"}
@@ -10,8 +10,10 @@ declare const _default: React.ComponentType<import("react-native").ViewProps & {
10
10
  workDate: string;
11
11
  initialTime?: string;
12
12
  duration?: string;
13
+ counterBadge?: number;
13
14
  avatar: string;
14
15
  handleNavigation: () => void;
16
+ handleNavigationNotification: () => void;
15
17
  children?: React.ReactNode;
16
18
  testID?: string;
17
19
  borderStyled?: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/user-journey-work-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AA2L1C;;GAEG;;;;;;;;;;;mBA3JK,CAAA;oBACA,CAAD;4BAC4B,CAAC;2BACH,CAAC;+BAEtB,CAAC;8BACL,CAAR;mBAC4B,CAAC;uBAGH,CAAA;wBAEV,CAAC;sBAEL,CAAL;yBACK,CAAA;mBAGF,CAAT;yBAAgC,CAAC;uBACtB,CAAH;wBACY,CAAC;sBAEN,CAAd;;;kBAK8C,CAAC;iBAI9B,CAAC;YACgB,CAAC;qBAErB,CAAhB;gBACwC,CAAC;iBAEvB,CAAV;sBACqB,CAAC;;;cAWZ,CAAD;kBACC,CAAF;mBACA,CAAX;iBAEO,CAAL;oBAEwB,CAAC;;;eAOc,CAAC;mBAE/B,CAAf;oBAA4C,CAAC;kBAE5B,CAAC;qBAEH,CAAT;;;;;;;gBAuCS,CAAf;iBAAwB,CAAC;qBACV,CAAD;qBACC,CAAd;;;AA+CF,wBAAoD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/user-journey-work-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAsN1C;;GAEG;;;;;;;;;;;;;mBAtLO,CAAC;oBAEU,CAAC;4BACH,CAAC;2BAC0B,CAAC;+BACA,CAAC;8BAExB,CAAC;mBACjB,CAAP;uBAC6B,CAAC;wBAGJ,CAAC;sBAEb,CAAC;yBAEJ,CAAJ;mBACI,CAAL;yBACG,CAAL;uBAEM,CAAC;wBAA8B,CAAC;sBAC5B,CAAC;;;kBAOF,CAAV;iBAEQ,CAAT;YAGoC,CAAC;qBAC5B,CAAF;gBAEM,CAAb;iBACuB,CAAC;sBAET,CAAN;;;cAUiC,CAAC;kBACR,CAAC;mBACnB,CAAC;iBACH,CAAA;oBACF,CAAT;;;eAS6C,CAAC;mBACd,CAAC;oBACC,CAAC;kBACP,CAAC;qBACE,CAAC;;;;;;;gBAgCvB,CAAA;iBACE,CAAH;qBACK,CAAb;qBAA4B,CAAA;;;AAmFnC,wBAAoD"}
@@ -41,10 +41,12 @@ export { default as ResumeRaking } from "./components/resume-raking";
41
41
  export { default as ListSupplies } from "./components/list-supplies";
42
42
  export { default as ListDevices } from "./components/list-devices";
43
43
  export { default as ModalActivityReason } from "./components/modals/modal-activity-reason";
44
- export { default as ModalJourneyRectification } from "./components/modals/modal-journey-rectification";
44
+ export { default as ModalJourneyRectification } from "./components/modals/modal-edite-journey-rectification";
45
45
  export { default as ModalCreteActivitie } from "./components/modals/modal-create-activitie";
46
46
  export { default as ModalToConfirmations } from "./components/modals/modal-to-confimations";
47
47
  export { default as ActivityTimeline } from "./components/activity-step";
48
+ export { default as NotificationCard } from "./components/notification-card";
49
+ export { default as NotificationDetailCard } from "./components/notification-details-card";
48
50
  export { default as WeeklyHoursBalance } from "./components/weekly-hours-balance";
49
51
  export { formatDate } from "./utils/format-date";
50
52
  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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"}
@@ -2,7 +2,7 @@
2
2
  * IMPORTS
3
3
  */
4
4
  import type { StoryObj, Meta } from "@storybook/react";
5
- import ModalJourneyRectification from "../../components/modals/modal-journey-rectification";
5
+ import ModalJourneyRectification from "../../components/modals/modal-edite-journey-rectification";
6
6
  declare const meta: Meta<typeof ModalJourneyRectification>;
7
7
  export default meta;
8
8
  type Story = StoryObj<typeof ModalJourneyRectification>;
@@ -1 +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
+ {"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,2DAA2D,CAAC;AAElG,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"}
@@ -0,0 +1,14 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import NotificationCard from "../../components/notification-card";
3
+ /**
4
+ * META
5
+ */
6
+ declare const meta: Meta<typeof NotificationCard>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof NotificationCard>;
9
+ /**
10
+ * STORIES
11
+ */
12
+ export declare const NotificationCardSuccess: Story;
13
+ export declare const NotificationCardWarning: Story;
14
+ //# sourceMappingURL=notification-card.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/notification-card/notification-card.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,gBAAgB,MAAM,oCAAoC,CAAC;AAKlE;;GAEG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAkDvC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,KAQrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,KAQrC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import NotificationDetailCard from "../../components/notification-details-card";
3
+ /**
4
+ * META
5
+ */
6
+ declare const meta: Meta<typeof NotificationDetailCard>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof NotificationDetailCard>;
9
+ /**
10
+ * STORIES
11
+ */
12
+ export declare const SomenteTexto: Story;
13
+ export declare const TextoComImagem: Story;
14
+ export declare const TextoComPdf: Story;
15
+ export declare const TextoComCsv: Story;
16
+ //# sourceMappingURL=notification-details-card.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification-details-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/notification-details-card/notification-details-card.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,sBAAsB,MAAM,4CAA4C,CAAC;AAKhF;;GAEG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,sBAAsB,CA8C7C,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAQ5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"user-journey-work-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/user-journey-work-card/user-journey-work-card.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,mBAAmB,MAAM,yCAAyC,CAAC;AAK1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,mBAAmB,CAiC1C,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,KAYjC,CAAC"}
1
+ {"version":3,"file":"user-journey-work-card.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/user-journey-work-card/user-journey-work-card.stories.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,mBAAmB,MAAM,yCAAyC,CAAC;AAK1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,mBAAmB,CAsC1C,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,KAejC,CAAC"}
@@ -25,6 +25,7 @@ export declare const useTheme: () => {
25
25
  200: string;
26
26
  300: string;
27
27
  400: string;
28
+ 500: string;
28
29
  };
29
30
  black: {
30
31
  10: string;
@@ -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"}
@@ -24,6 +24,7 @@ export declare const theme: {
24
24
  200: string;
25
25
  300: string;
26
26
  400: string;
27
+ 500: string;
27
28
  };
28
29
  black: {
29
30
  10: string;
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/theme/theme.ts"],"names":[],"mappings":"AAAA;;GAEG;AAiLH;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUjB,CAAC"}
@@ -58,6 +58,7 @@ declare const SVG_NAME: {
58
58
  CHEVRON_DOWN: string;
59
59
  CHEVRON_UP: string;
60
60
  TRASH: string;
61
+ DOWNLOAD: string;
61
62
  };
62
63
  /**
63
64
  * EXPORTS
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDb,CAAC;AACF;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Db,CAAC;AACF;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { type ISvgProps } from "../interface";
6
+ declare const SvgIconDownload: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconDownload };
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/download/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAqCxC,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/common/icons-svg/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAU7C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAsM9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/common/icons-svg/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAW7C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyM9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-report/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwK1C;;GAEG;;;;;;;;oBAxJiE,CAAE;;;mBAc7D,CAAC;oBACwB,CAAC;4BAC/B,CAAF;2BAGS,CAAC;+BAC+B,CAAC;8BAEtB,CAAC;mBACd,CAAC;uBAEY,CAAC;wBAGf,CAAF;sBAEO,CAAC;yBAC0B,CAAC;mBAC5B,CAAC;yBACK,CAAC;uBAA6B,CAAC;wBACjC,CAAC;sBAA4B,CAAC;;;kBASlB,CAAC;iBAEL,CAAC;YAEH,CAAC;qBACR,CAAC;gBAGP,CAAC;iBAGC,CAAV;sBACoC,CAAC;;;cAYvB,CAAR;kBAAyC,CAAC;mBAE9B,CAAhB;iBACgB,CAApB;oBAA2C,CAAC;;;eAOL,CAAC;mBACV,CAAC;oBACX,CAAN;kBAEE,CAAhB;qBACqB,CAAC;;;;;;;gBA0CJ,CAAF;iBAAuB,CAAC;qBACjB,CAAC;qBACN,CAAhB;;;;AA2BF,wBAA2C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-report/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwK1C;;GAEG;;;;;;;;oBAxJqC,CAAE;;;mBAYvB,CAAC;oBAGd,CAAC;4BAAmD,CAAC;2BAGnD,CAAA;+BAEO,CAAC;8BACE,CAAC;mBACmB,CAAC;uBAEtB,CAAC;wBACwB,CAAC;sBAIjC,CAAC;yBAEC,CAAC;mBAA2C,CAAC;yBACxC,CAAC;uBACG,CAAC;wBAA8B,CAAC;sBACnC,CAAC;;;kBASP,CAAV;iBACiC,CAAC;YAEV,CAAC;qBACK,CAAC;gBAEvB,CAAC;iBAGU,CAAC;sBAGV,CAAD;;;cAWoB,CAAC;kBACX,CAAC;mBACJ,CAAZ;iBACc,CAAH;oBACG,CAAJ;;;eAOI,CAAR;mBACQ,CAAjB;oBAA2C,CAAC;kBACpB,CAAC;qBAEZ,CAAC;;;;;;;gBA0CW,CAAC;iBACX,CAAN;qBAA2B,CAAC;qBACjB,CAAC;;;;AA4BxB,wBAA2C"}
@@ -10,7 +10,7 @@ declare const _default: React.ComponentType<import("react-native").ViewProps & {
10
10
  subTitle?: string;
11
11
  duracao: string;
12
12
  widthChildren?: number | import("react-native").DimensionValue;
13
- 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";
13
+ 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" | "DOWNLOAD";
14
14
  borderRight?: string;
15
15
  children?: React.ReactNode;
16
16
  testID?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAwC,MAAM,OAAO,CAAC;AAS7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;AAwHvD,wBAA8C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAwC,MAAM,OAAO,CAAC;AAS7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;AAyHvD,wBAA8C"}
@@ -14,7 +14,7 @@ declare const styles: (props: IInputDateTimeProps) => {
14
14
  selectBox: {
15
15
  flexDirection: "row";
16
16
  alignItems: "center";
17
- justifyContent: "center";
17
+ justifyContent: "flex-start";
18
18
  width: "100%";
19
19
  height: number;
20
20
  borderWidth: number;
@@ -29,6 +29,7 @@ declare const styles: (props: IInputDateTimeProps) => {
29
29
  fontSize: number;
30
30
  textAlign: "center";
31
31
  color: string;
32
+ marginLeft: number;
32
33
  };
33
34
  placeholderText: {
34
35
  flex: number;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAEvD,QAAA,MAAM,MAAM,UAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDtC,CAAC;AAEL,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAEvD,QAAA,MAAM,MAAM,UAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDtC,CAAC;AAEL,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * CONSTANTS
3
+ */
4
+ declare const optionsActivities: {
5
+ label: string;
6
+ value: string;
7
+ key: number;
8
+ }[];
9
+ /**
10
+ * EXPORTS
11
+ */
12
+ export { optionsActivities };
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/modals/modal-change-activitie-history/helpers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;GAMtB,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalChangeActivityProps } from "./interface";
6
+ /**
7
+ * Componente Modal para alteração de atividade.
8
+ */
9
+ export declare const ModalChangeActivity: React.FC<IModalChangeActivityProps>;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-change-activitie-history/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAK7D;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAgKnE,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * IMPROTS
3
+ */
4
+ interface IModalChangeActivityProps {
5
+ visible: boolean;
6
+ onClose: () => void;
7
+ modalConfirm: (newData: {
8
+ label: string;
9
+ value: string;
10
+ key: number;
11
+ }) => void;
12
+ descricao: string;
13
+ }
14
+ /**
15
+ * EXPORTS
16
+ */
17
+ export { type IModalChangeActivityProps };
18
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-change-activitie-history/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,UAAU,yBAAyB;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB,YAAY,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC/E,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,OAAO,EAAE,KAAK,yBAAyB,EAAE,CAAC"}
@@ -3,6 +3,9 @@
3
3
  */
4
4
  import React from "react";
5
5
  import type { IModalJourneyRectificationProps } from "./interface";
6
+ /**
7
+ * EXPORTS
8
+ */
6
9
  declare const _default: React.ComponentType<IModalJourneyRectificationProps>;
7
10
  export default _default;
8
11
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-edite-journey-rectification/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAexC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;AAiOnE;;GAEG;;AACH,wBAA0D"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { INotificationCardProps } from "./interface";
6
+ /**
7
+ * EXPORTS
8
+ */
9
+ declare const _default: React.ComponentType<INotificationCardProps>;
10
+ export default _default;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAgB1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAoG1D;;GAEG;;AACH,wBAAiD"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ interface INotificationCardProps {
5
+ variant?: "read" | "unread";
6
+ title: string;
7
+ description: string;
8
+ actionLabel?: string;
9
+ onPress?: () => void;
10
+ onPressAction?: () => void;
11
+ testID?: string;
12
+ }
13
+ /**
14
+ * EXPORTS
15
+ */
16
+ export { type INotificationCardProps };
17
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-card/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,OAAO,EAAE,KAAK,sBAAsB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { INotificationDetailCardProps } from "./interface";
6
+ /**
7
+ * EXPORTS
8
+ */
9
+ declare const _default: React.ComponentType<INotificationDetailCardProps>;
10
+ export default _default;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-details-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAWpD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AAkKhE;;GAEG;;AACH,wBAAuD"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ interface INotificationDetailCardProps {
5
+ title: string;
6
+ description: string;
7
+ fileUrl?: string;
8
+ fileType?: "image" | "pdf" | "csv" | "other";
9
+ testID?: string;
10
+ }
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { type INotificationDetailCardProps };
15
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-details-card/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,UAAU,4BAA4B;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,CAAC;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,OAAO,EAAE,KAAK,4BAA4B,EAAE,CAAC"}
@@ -4,7 +4,7 @@
4
4
  import React from "react";
5
5
  declare const _default: React.ComponentType<import("react-native").TouchableOpacityProps & {
6
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";
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" | "DOWNLOAD";
8
8
  disabled?: boolean;
9
9
  textColor?: string;
10
10
  onPressConfirm: (value: any) => void;
@@ -1,14 +1,8 @@
1
- /**
2
- * IMPORTS
3
- */
4
1
  import React from "react";
5
2
  import type { IStepIndicator } from "./interface";
6
3
  /**
7
- * Componente StepIndicator para a interação da ui.
8
- */
9
- declare const StepIndicator: React.FC<IStepIndicator>;
10
- /**
11
- * EXPORTS
4
+ * Componente StepIndicator para a interação da ui.
12
5
  */
13
- export default StepIndicator;
6
+ declare const _default: React.ComponentType<IStepIndicator & React.RefAttributes<any>>;
7
+ export default _default;
14
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/step-indicator/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAMlD;;GAEG;AAEH,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+J3C,CAAC;AAEF;;GAEG;AACH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/step-indicator/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAajF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAqPlD;;GAEG;;AACH,wBAA8C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/travel-history/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAmU1C;;GAEG;;wBA1TE,CAAE;;;;;;;;;;;;;;;;;mBA2CI,CAAC;oBAES,CAAC;4BAKhB,CAAN;2BAEe,CAAC;+BAC+B,CAAC;8BAEtB,CAAC;mBAEnB,CAAL;uBACuB,CAAC;wBAGlB,CAAC;sBAEA,CAAR;yBAEQ,CAAN;mBACM,CAAN;yBACQ,CAAF;uBAA6B,CAAC;wBAC5B,CAAJ;sBAA4B,CAAC;;;kBAS3B,CAAF;iBAEM,CAAC;YAED,CAAC;qBAAoC,CAAC;gBAErB,CAAC;iBACO,CAAC;sBAGX,CAAC;;;cAaR,CAAC;kBACO,CAAC;mBAEhB,CAAC;iBACc,CAAC;oBAGrB,CAAF;;;eAQU,CAAf;mBACa,CAAH;oBACyB,CAAC;kBACnB,CAAA;qBACY,CAAC;;;;;;;gBAgCX,CAAhB;iBAAuB,CAAC;qBAA2B,CAAC;qBAA2B,CAAC;;;;AAoKtF,wBAA8C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/travel-history/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAmU1C;;GAEG;;wBA3T0B,CAAC;;;;;;;;;;;;;;;;;mBA2CpB,CAAN;oBAEY,CAAC;4BAEK,CAAC;2BAKZ,CAAC;+BAEO,CAAC;8BACE,CAAC;mBACmB,CAAC;uBAEtB,CAAC;wBAEd,CAAP;sBAGa,CAAC;yBACO,CAAC;mBAEJ,CAAC;yBACV,CAAF;uBACI,CAAA;wBAA8B,CAAC;sBAC/B,CAAH;;;kBAOC,CAAP;iBAGiC,CAAC;YAEb,CAAC;qBACF,CAAC;gBAEZ,CAAR;iBACQ,CAAA;sBAGA,CAAV;;;cAYe,CAAC;kBAEN,CAAT;mBACO,CAAT;iBAEW,CAAT;oBACO,CAAP;;;eAQ6C,CAAC;mBAE/B,CAAA;oBAEA,CAAP;kBAAyC,CAAC;qBAE/B,CAAjB;;;;;;;gBA+BmD,CAAC;iBACnC,CAApB;qBAA2B,CAAC;qBAA2B,CAAC;;;;AAoK1D,wBAA8C"}
@@ -10,8 +10,10 @@ declare const _default: React.ComponentType<import("react-native").ViewProps & {
10
10
  workDate: string;
11
11
  initialTime?: string;
12
12
  duration?: string;
13
+ counterBadge?: number;
13
14
  avatar: string;
14
15
  handleNavigation: () => void;
16
+ handleNavigationNotification: () => void;
15
17
  children?: React.ReactNode;
16
18
  testID?: string;
17
19
  borderStyled?: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/user-journey-work-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AA2L1C;;GAEG;;;;;;;;;;;mBA3JK,CAAA;oBACA,CAAD;4BAC4B,CAAC;2BACH,CAAC;+BAEtB,CAAC;8BACL,CAAR;mBAC4B,CAAC;uBAGH,CAAA;wBAEV,CAAC;sBAEL,CAAL;yBACK,CAAA;mBAGF,CAAT;yBAAgC,CAAC;uBACtB,CAAH;wBACY,CAAC;sBAEN,CAAd;;;kBAK8C,CAAC;iBAI9B,CAAC;YACgB,CAAC;qBAErB,CAAhB;gBACwC,CAAC;iBAEvB,CAAV;sBACqB,CAAC;;;cAWZ,CAAD;kBACC,CAAF;mBACA,CAAX;iBAEO,CAAL;oBAEwB,CAAC;;;eAOc,CAAC;mBAE/B,CAAf;oBAA4C,CAAC;kBAE5B,CAAC;qBAEH,CAAT;;;;;;;gBAuCS,CAAf;iBAAwB,CAAC;qBACV,CAAD;qBACC,CAAd;;;AA+CF,wBAAoD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/user-journey-work-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAsN1C;;GAEG;;;;;;;;;;;;;mBAtLO,CAAC;oBAEU,CAAC;4BACH,CAAC;2BAC0B,CAAC;+BACA,CAAC;8BAExB,CAAC;mBACjB,CAAP;uBAC6B,CAAC;wBAGJ,CAAC;sBAEb,CAAC;yBAEJ,CAAJ;mBACI,CAAL;yBACG,CAAL;uBAEM,CAAC;wBAA8B,CAAC;sBAC5B,CAAC;;;kBAOF,CAAV;iBAEQ,CAAT;YAGoC,CAAC;qBAC5B,CAAF;gBAEM,CAAb;iBACuB,CAAC;sBAET,CAAN;;;cAUiC,CAAC;kBACR,CAAC;mBACnB,CAAC;iBACH,CAAA;oBACF,CAAT;;;eAS6C,CAAC;mBACd,CAAC;oBACC,CAAC;kBACP,CAAC;qBACE,CAAC;;;;;;;gBAgCvB,CAAA;iBACE,CAAH;qBACK,CAAb;qBAA4B,CAAA;;;AAmFnC,wBAAoD"}
@@ -41,10 +41,12 @@ export { default as ResumeRaking } from "./components/resume-raking";
41
41
  export { default as ListSupplies } from "./components/list-supplies";
42
42
  export { default as ListDevices } from "./components/list-devices";
43
43
  export { default as ModalActivityReason } from "./components/modals/modal-activity-reason";
44
- export { default as ModalJourneyRectification } from "./components/modals/modal-journey-rectification";
44
+ export { default as ModalJourneyRectification } from "./components/modals/modal-edite-journey-rectification";
45
45
  export { default as ModalCreteActivitie } from "./components/modals/modal-create-activitie";
46
46
  export { default as ModalToConfirmations } from "./components/modals/modal-to-confimations";
47
47
  export { default as ActivityTimeline } from "./components/activity-step";
48
+ export { default as NotificationCard } from "./components/notification-card";
49
+ export { default as NotificationDetailCard } from "./components/notification-details-card";
48
50
  export { default as WeeklyHoursBalance } from "./components/weekly-hours-balance";
49
51
  export { formatDate } from "./utils/format-date";
50
52
  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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"}
@@ -2,7 +2,7 @@
2
2
  * IMPORTS
3
3
  */
4
4
  import type { StoryObj, Meta } from "@storybook/react";
5
- import ModalJourneyRectification from "../../components/modals/modal-journey-rectification";
5
+ import ModalJourneyRectification from "../../components/modals/modal-edite-journey-rectification";
6
6
  declare const meta: Meta<typeof ModalJourneyRectification>;
7
7
  export default meta;
8
8
  type Story = StoryObj<typeof ModalJourneyRectification>;
@@ -1 +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
+ {"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,2DAA2D,CAAC;AAElG,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"}
@@ -0,0 +1,14 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import NotificationCard from "../../components/notification-card";
3
+ /**
4
+ * META
5
+ */
6
+ declare const meta: Meta<typeof NotificationCard>;
7
+ export default meta;
8
+ type Story = StoryObj<typeof NotificationCard>;
9
+ /**
10
+ * STORIES
11
+ */
12
+ export declare const NotificationCardSuccess: Story;
13
+ export declare const NotificationCardWarning: Story;
14
+ //# sourceMappingURL=notification-card.stories.d.ts.map