jornada-ui 0.4.14 → 0.4.16

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 (207) 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/activities-progress/index.js +10 -10
  8. package/lib/commonjs/components/activities-progress/index.js.map +1 -1
  9. package/lib/commonjs/components/card-work-session/index.js +50 -17
  10. package/lib/commonjs/components/card-work-session/index.js.map +1 -1
  11. package/lib/commonjs/components/inputs/input-date-time/index.js +11 -9
  12. package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -1
  13. package/lib/commonjs/components/inputs/input-date-time/styles.js +6 -3
  14. package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -1
  15. package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +71 -65
  16. package/lib/commonjs/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
  17. package/lib/commonjs/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
  18. package/lib/commonjs/components/notification-card/index.js +142 -0
  19. package/lib/commonjs/components/notification-card/index.js.map +1 -0
  20. package/lib/commonjs/components/notification-card/interface.js +6 -0
  21. package/lib/commonjs/components/notification-card/interface.js.map +1 -0
  22. package/lib/commonjs/components/notification-details-card/index.js +181 -0
  23. package/lib/commonjs/components/notification-details-card/index.js.map +1 -0
  24. package/lib/commonjs/components/notification-details-card/interface.js +6 -0
  25. package/lib/commonjs/components/notification-details-card/interface.js.map +1 -0
  26. package/lib/commonjs/components/user-journey-work-card/index.js +44 -4
  27. package/lib/commonjs/components/user-journey-work-card/index.js.map +1 -1
  28. package/lib/commonjs/index.js +19 -5
  29. package/lib/commonjs/index.js.map +1 -1
  30. package/lib/commonjs/stories/button/button.stories.js +0 -2
  31. package/lib/commonjs/stories/button/button.stories.js.map +1 -1
  32. package/lib/commonjs/stories/capture-photo/capture-photo.stories.js +0 -1
  33. package/lib/commonjs/stories/capture-photo/capture-photo.stories.js.map +1 -1
  34. package/lib/commonjs/stories/card-work-session/card-work-session.stories.js +62 -9
  35. package/lib/commonjs/stories/card-work-session/card-work-session.stories.js.map +1 -1
  36. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
  37. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
  38. package/lib/commonjs/stories/notification-card/notification-card.stories.js +100 -0
  39. package/lib/commonjs/stories/notification-card/notification-card.stories.js.map +1 -0
  40. package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js +112 -0
  41. package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
  42. package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
  43. package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
  44. package/lib/commonjs/styles/theme/theme.js +2 -1
  45. package/lib/commonjs/styles/theme/theme.js.map +1 -1
  46. package/lib/module/common/icons-svg/constants/index.js +2 -1
  47. package/lib/module/common/icons-svg/constants/index.js.map +1 -1
  48. package/lib/module/common/icons-svg/download/index.js +47 -0
  49. package/lib/module/common/icons-svg/download/index.js.map +1 -0
  50. package/lib/module/common/icons-svg/index.js +7 -0
  51. package/lib/module/common/icons-svg/index.js.map +1 -1
  52. package/lib/module/components/activities-progress/index.js +10 -10
  53. package/lib/module/components/activities-progress/index.js.map +1 -1
  54. package/lib/module/components/card-work-session/index.js +50 -17
  55. package/lib/module/components/card-work-session/index.js.map +1 -1
  56. package/lib/module/components/inputs/input-date-time/index.js +11 -9
  57. package/lib/module/components/inputs/input-date-time/index.js.map +1 -1
  58. package/lib/module/components/inputs/input-date-time/styles.js +6 -3
  59. package/lib/module/components/inputs/input-date-time/styles.js.map +1 -1
  60. package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +69 -63
  61. package/lib/module/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
  62. package/lib/module/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
  63. package/lib/module/components/notification-card/index.js +135 -0
  64. package/lib/module/components/notification-card/index.js.map +1 -0
  65. package/lib/module/components/notification-card/interface.js +4 -0
  66. package/lib/module/components/notification-card/interface.js.map +1 -0
  67. package/lib/module/components/notification-details-card/index.js +183 -0
  68. package/lib/module/components/notification-details-card/index.js.map +1 -0
  69. package/lib/module/components/notification-details-card/interface.js +4 -0
  70. package/lib/module/components/notification-details-card/interface.js.map +1 -0
  71. package/lib/module/components/user-journey-work-card/index.js +44 -4
  72. package/lib/module/components/user-journey-work-card/index.js.map +1 -1
  73. package/lib/module/index.js +3 -1
  74. package/lib/module/index.js.map +1 -1
  75. package/lib/module/stories/button/button.stories.js +0 -1
  76. package/lib/module/stories/button/button.stories.js.map +1 -1
  77. package/lib/module/stories/capture-photo/capture-photo.stories.js +0 -1
  78. package/lib/module/stories/capture-photo/capture-photo.stories.js.map +1 -1
  79. package/lib/module/stories/card-work-session/card-work-session.stories.js +62 -9
  80. package/lib/module/stories/card-work-session/card-work-session.stories.js.map +1 -1
  81. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
  82. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
  83. package/lib/module/stories/notification-card/notification-card.stories.js +95 -0
  84. package/lib/module/stories/notification-card/notification-card.stories.js.map +1 -0
  85. package/lib/module/stories/notification-details-card/notification-details-card.stories.js +107 -0
  86. package/lib/module/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
  87. package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
  88. package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
  89. package/lib/module/styles/theme/theme.js +2 -1
  90. package/lib/module/styles/theme/theme.js.map +1 -1
  91. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +1 -0
  92. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
  93. package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts +11 -0
  94. package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts.map +1 -0
  95. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
  96. package/lib/typescript/commonjs/src/components/card-report/index.d.ts.map +1 -1
  97. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +1 -1
  98. package/lib/typescript/commonjs/src/components/card-work-session/index.d.ts +2 -1
  99. package/lib/typescript/commonjs/src/components/card-work-session/index.d.ts.map +1 -1
  100. package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -1
  101. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +2 -1
  102. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
  103. package/lib/typescript/commonjs/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
  104. package/lib/typescript/commonjs/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
  105. package/lib/typescript/commonjs/src/components/notification-card/index.d.ts +11 -0
  106. package/lib/typescript/commonjs/src/components/notification-card/index.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts +17 -0
  108. package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts.map +1 -0
  109. package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts +11 -0
  110. package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts.map +1 -0
  111. package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts +15 -0
  112. package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts.map +1 -0
  113. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +1 -1
  114. package/lib/typescript/commonjs/src/components/travel-history/index.d.ts.map +1 -1
  115. package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts +2 -0
  116. package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts.map +1 -1
  117. package/lib/typescript/commonjs/src/index.d.ts +3 -1
  118. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  119. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  120. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
  121. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
  122. package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts +14 -0
  123. package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
  124. package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
  125. package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
  126. package/lib/typescript/commonjs/src/stories/user-journey-work-card/user-journey-work-card.stories.d.ts.map +1 -1
  127. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +1 -0
  128. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts.map +1 -1
  129. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +1 -0
  130. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts.map +1 -1
  131. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +1 -0
  132. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
  133. package/lib/typescript/module/src/common/icons-svg/download/index.d.ts +11 -0
  134. package/lib/typescript/module/src/common/icons-svg/download/index.d.ts.map +1 -0
  135. package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
  136. package/lib/typescript/module/src/components/card-report/index.d.ts.map +1 -1
  137. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +1 -1
  138. package/lib/typescript/module/src/components/card-work-session/index.d.ts +2 -1
  139. package/lib/typescript/module/src/components/card-work-session/index.d.ts.map +1 -1
  140. package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -1
  141. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +2 -1
  142. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
  143. package/lib/typescript/module/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
  144. package/lib/typescript/module/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
  145. package/lib/typescript/module/src/components/notification-card/index.d.ts +11 -0
  146. package/lib/typescript/module/src/components/notification-card/index.d.ts.map +1 -0
  147. package/lib/typescript/module/src/components/notification-card/interface.d.ts +17 -0
  148. package/lib/typescript/module/src/components/notification-card/interface.d.ts.map +1 -0
  149. package/lib/typescript/module/src/components/notification-details-card/index.d.ts +11 -0
  150. package/lib/typescript/module/src/components/notification-details-card/index.d.ts.map +1 -0
  151. package/lib/typescript/module/src/components/notification-details-card/interface.d.ts +15 -0
  152. package/lib/typescript/module/src/components/notification-details-card/interface.d.ts.map +1 -0
  153. package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +1 -1
  154. package/lib/typescript/module/src/components/travel-history/index.d.ts.map +1 -1
  155. package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts +2 -0
  156. package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts.map +1 -1
  157. package/lib/typescript/module/src/index.d.ts +3 -1
  158. package/lib/typescript/module/src/index.d.ts.map +1 -1
  159. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  160. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
  161. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
  162. package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts +14 -0
  163. package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
  164. package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
  165. package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
  166. package/lib/typescript/module/src/stories/user-journey-work-card/user-journey-work-card.stories.d.ts.map +1 -1
  167. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +1 -0
  168. package/lib/typescript/module/src/styles/global/theme-provider.d.ts.map +1 -1
  169. package/lib/typescript/module/src/styles/theme/theme.d.ts +1 -0
  170. package/lib/typescript/module/src/styles/theme/theme.d.ts.map +1 -1
  171. package/package.json +1 -1
  172. package/src/common/icons-svg/constants/index.ts +1 -0
  173. package/src/common/icons-svg/download/index.tsx +52 -0
  174. package/src/common/icons-svg/index.tsx +4 -0
  175. package/src/components/activities-progress/index.tsx +172 -172
  176. package/src/components/card-report/interface.d.ts +1 -1
  177. package/src/components/card-work-session/index.tsx +190 -172
  178. package/src/components/card-work-session/interface.d.ts +151 -150
  179. package/src/components/inputs/input-date-time/index.tsx +13 -12
  180. package/src/components/inputs/input-date-time/styles.ts +64 -63
  181. package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.tsx +78 -67
  182. package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.ts +10 -10
  183. package/src/components/monthly-summary-table/interface.d.ts +1 -1
  184. package/src/components/notification-card/index.tsx +123 -0
  185. package/src/components/notification-card/interface.ts +18 -0
  186. package/src/components/notification-details-card/index.tsx +180 -0
  187. package/src/components/notification-details-card/interface.ts +16 -0
  188. package/src/components/travel-history/interface.d.ts +1 -1
  189. package/src/components/user-journey-work-card/index.tsx +28 -1
  190. package/src/components/user-journey-work-card/interface.d.ts +149 -145
  191. package/src/index.tsx +3 -1
  192. package/src/stories/button/button.stories.tsx +1 -1
  193. package/src/stories/capture-photo/capture-photo.stories.tsx +1 -1
  194. package/src/stories/card-work-session/card-work-session.stories.tsx +106 -53
  195. package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -60
  196. package/src/stories/notification-card/notification-card.stories.tsx +93 -0
  197. package/src/stories/notification-details-card/notification-details-card.stories.tsx +109 -0
  198. package/src/stories/user-journey-work-card/user-journey-work-card.stories.tsx +71 -63
  199. package/src/styles/theme/theme.ts +1 -0
  200. package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +0 -1
  201. package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
  202. package/lib/module/components/modals/modal-journey-rectification/index.js.map +0 -1
  203. package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
  204. package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
  205. package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
  206. /package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
  207. /package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
@@ -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;
@@ -8,11 +8,12 @@ import React from "react";
8
8
  declare const _default: React.ComponentType<import("react-native").ViewProps & {
9
9
  name: string;
10
10
  workDate: string;
11
- timeWork?: string;
12
11
  initialTime?: string;
13
12
  duration?: string;
14
13
  avatar: string;
15
14
  handleNavigation: () => void;
15
+ handleNavigationNotification: () => void;
16
+ counterBadge: number;
16
17
  children?: React.ReactNode;
17
18
  testID?: string;
18
19
  borderStyled?: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-work-session/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAqK1C;;GAEG;;;;;;;;;;;;mBApIa,CAAC;oBAC6B,CAAC;4BACD,CAAC;2BAE3B,CAAC;+BACd,CAAC;8BAIF,CADA;mBAEA,CAAL;uBAEa,CAAC;wBACe,CAAC;sBAEvB,CAAP;yBAE4B,CAAC;mBAElB,CAAT;yBACW,CAAA;uBACI,CAAC;wBACI,CAAC;sBACJ,CAAC;;;kBAO2B,CAAC;iBACa,CAAC;YAE5B,CAAC;qBACN,CAAC;gBAEZ,CAAC;iBACK,CAAC;sBAGX,CAAC;;;cAYC,CAAC;kBACJ,CAAR;mBACM,CAAH;iBAGK,CAAN;oBACa,CAAC;;;eAaH,CAAC;mBACU,CAAC;oBAEvB,CADwB;kBAItB,CAAV;qBACY,CAAC;;;;;;;gBAwCiB,CAAC;iBACjB,CAD0C;qBAC7B,CAAC;qBAElB,CAAC;;;AAYX,wBAAgD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-work-session/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAuL1C;;GAEG;;;;;;;;;;;;;mBApJK,CAAJ;oBACI,CAAL;4BAAmD,CAAC;2BAE1B,CAAC;+BAEtB,CAAN;8BAGQ,CAAC;mBAEH,CAAP;uBACyB,CAAC;wBAEjB,CAAV;sBAEM,CAAH;yBACwC,CAAC;mBAE5B,CAAC;yBAEH,CAAX;uBACW,CAAP;wBACO,CAAR;sBAA4B,CAAC;;;kBAO2B,CAAC;iBACa,CAAC;YAG/D,CAAL;qBAAoC,CAAC;gBAEX,CAAC;iBAExB,CAAV;sBAGY,CAAV;;;cAW8B,CAAC;kBACb,CAAC;mBAEb,CAAC;iBAGO,CAAC;oBAA2C,CAAC;;;eAO/C,CAAZ;mBACc,CAAL;oBAA2C,CAAC;kBACxB,CAAA;qBACZ,CAAC;;;;;;;gBAyCR,CAAb;iBAAuB,CAAC;qBAA2B,CAAC;qBAGzC,CAAN;;;AAsCN,wBAAgD"}
@@ -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"}
@@ -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 +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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"}
@@ -1 +1 @@
1
- {"version":3,"file":"card-work-session.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/card-work-session/card-work-session.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,eAAe,MAAM,oCAAoC,CAAC;AAGjE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CA4BtC,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":"card-work-session.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/card-work-session/card-work-session.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,eAAe,MAAM,oCAAoC,CAAC;AAGjE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CA+EtC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,KAcjC,CAAC"}
@@ -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;
@@ -8,11 +8,12 @@ import React from "react";
8
8
  declare const _default: React.ComponentType<import("react-native").ViewProps & {
9
9
  name: string;
10
10
  workDate: string;
11
- timeWork?: string;
12
11
  initialTime?: string;
13
12
  duration?: string;
14
13
  avatar: string;
15
14
  handleNavigation: () => void;
15
+ handleNavigationNotification: () => void;
16
+ counterBadge: number;
16
17
  children?: React.ReactNode;
17
18
  testID?: string;
18
19
  borderStyled?: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-work-session/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAqK1C;;GAEG;;;;;;;;;;;;mBApIa,CAAC;oBAC6B,CAAC;4BACD,CAAC;2BAE3B,CAAC;+BACd,CAAC;8BAIF,CADA;mBAEA,CAAL;uBAEa,CAAC;wBACe,CAAC;sBAEvB,CAAP;yBAE4B,CAAC;mBAElB,CAAT;yBACW,CAAA;uBACI,CAAC;wBACI,CAAC;sBACJ,CAAC;;;kBAO2B,CAAC;iBACa,CAAC;YAE5B,CAAC;qBACN,CAAC;gBAEZ,CAAC;iBACK,CAAC;sBAGX,CAAC;;;cAYC,CAAC;kBACJ,CAAR;mBACM,CAAH;iBAGK,CAAN;oBACa,CAAC;;;eAaH,CAAC;mBACU,CAAC;oBAEvB,CADwB;kBAItB,CAAV;qBACY,CAAC;;;;;;;gBAwCiB,CAAC;iBACjB,CAD0C;qBAC7B,CAAC;qBAElB,CAAC;;;AAYX,wBAAgD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-work-session/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAuL1C;;GAEG;;;;;;;;;;;;;mBApJK,CAAJ;oBACI,CAAL;4BAAmD,CAAC;2BAE1B,CAAC;+BAEtB,CAAN;8BAGQ,CAAC;mBAEH,CAAP;uBACyB,CAAC;wBAEjB,CAAV;sBAEM,CAAH;yBACwC,CAAC;mBAE5B,CAAC;yBAEH,CAAX;uBACW,CAAP;wBACO,CAAR;sBAA4B,CAAC;;;kBAO2B,CAAC;iBACa,CAAC;YAG/D,CAAL;qBAAoC,CAAC;gBAEX,CAAC;iBAExB,CAAV;sBAGY,CAAV;;;cAW8B,CAAC;kBACb,CAAC;mBAEb,CAAC;iBAGO,CAAC;oBAA2C,CAAC;;;eAO/C,CAAZ;mBACc,CAAL;oBAA2C,CAAC;kBACxB,CAAA;qBACZ,CAAC;;;;;;;gBAyCR,CAAb;iBAAuB,CAAC;qBAA2B,CAAC;qBAGzC,CAAN;;;AAsCN,wBAAgD"}
@@ -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"}
@@ -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"}