react-native-exp-fig 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (376) hide show
  1. package/LICENSE +20 -20
  2. package/lib/commonjs/common/icons-svg/check-box/index.js +45 -0
  3. package/lib/commonjs/common/icons-svg/check-box/index.js.map +1 -0
  4. package/lib/commonjs/common/icons-svg/constants/index.js +5 -4
  5. package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
  6. package/lib/commonjs/common/icons-svg/index.js +14 -5
  7. package/lib/commonjs/common/icons-svg/index.js.map +1 -1
  8. package/lib/commonjs/components/card-history/index.js +7 -7
  9. package/lib/commonjs/components/card-work-session/index.js +4 -4
  10. package/lib/commonjs/components/check-box/index.js +9 -9
  11. package/lib/commonjs/components/check-box/index.js.map +1 -1
  12. package/lib/commonjs/components/coil/index.js +16 -14
  13. package/lib/commonjs/components/coil/index.js.map +1 -1
  14. package/lib/commonjs/components/header-profile/index.js +7 -6
  15. package/lib/commonjs/components/header-profile/index.js.map +1 -1
  16. package/lib/commonjs/components/input/index.js +7 -7
  17. package/lib/commonjs/components/notification-loading/index.js +4 -4
  18. package/lib/commonjs/index.js +0 -7
  19. package/lib/commonjs/index.js.map +1 -1
  20. package/lib/commonjs/stories/coil/coil.stories.js +11 -3
  21. package/lib/commonjs/stories/coil/coil.stories.js.map +1 -1
  22. package/lib/commonjs/stories/header-profile/header-profile.stories.js +17 -1
  23. package/lib/commonjs/stories/header-profile/header-profile.stories.js.map +1 -1
  24. package/lib/module/common/icons-svg/check-box/index.js +37 -0
  25. package/lib/module/common/icons-svg/check-box/index.js.map +1 -0
  26. package/lib/module/common/icons-svg/constants/index.js +5 -4
  27. package/lib/module/common/icons-svg/constants/index.js.map +1 -1
  28. package/lib/module/common/icons-svg/index.js +14 -5
  29. package/lib/module/common/icons-svg/index.js.map +1 -1
  30. package/lib/module/components/card-history/index.js +7 -7
  31. package/lib/module/components/card-work-session/index.js +4 -4
  32. package/lib/module/components/check-box/index.js +9 -9
  33. package/lib/module/components/check-box/index.js.map +1 -1
  34. package/lib/module/components/coil/index.js +16 -14
  35. package/lib/module/components/coil/index.js.map +1 -1
  36. package/lib/module/components/header-profile/index.js +7 -6
  37. package/lib/module/components/header-profile/index.js.map +1 -1
  38. package/lib/module/components/input/index.js +7 -7
  39. package/lib/module/components/notification-loading/index.js +4 -4
  40. package/lib/module/index.js +0 -1
  41. package/lib/module/index.js.map +1 -1
  42. package/lib/module/stories/coil/coil.stories.js +10 -2
  43. package/lib/module/stories/coil/coil.stories.js.map +1 -1
  44. package/lib/module/stories/header-profile/header-profile.stories.js +16 -0
  45. package/lib/module/stories/header-profile/header-profile.stories.js.map +1 -1
  46. package/lib/typescript/commonjs/src/common/constants/index.d.ts +4 -4
  47. package/lib/typescript/commonjs/src/common/icons-svg/arrow-drop-down/index.d.ts +13 -13
  48. package/lib/typescript/commonjs/src/common/icons-svg/arrow-left/index.d.ts +10 -10
  49. package/lib/typescript/commonjs/src/common/icons-svg/bell/index.d.ts +7 -7
  50. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts +10 -10
  51. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth-connected/index.d.ts +10 -10
  52. package/lib/typescript/commonjs/src/common/icons-svg/calendar/index.d.ts +10 -10
  53. package/lib/typescript/commonjs/src/common/icons-svg/call-bell/index.d.ts +10 -10
  54. package/lib/typescript/commonjs/src/common/icons-svg/camera-plus/index.d.ts +10 -10
  55. package/lib/typescript/commonjs/src/common/icons-svg/chart-bar/index.d.ts +10 -10
  56. package/lib/typescript/commonjs/src/common/icons-svg/check-box/index.d.ts +14 -0
  57. package/lib/typescript/commonjs/src/common/icons-svg/check-box/index.d.ts.map +1 -0
  58. package/lib/typescript/commonjs/src/common/icons-svg/check-box-fill/index.d.ts +13 -13
  59. package/lib/typescript/commonjs/src/common/icons-svg/check-box-outline/index.d.ts +13 -13
  60. package/lib/typescript/commonjs/src/common/icons-svg/check-circle/index.d.ts +10 -10
  61. package/lib/typescript/commonjs/src/common/icons-svg/closed/index.d.ts +13 -13
  62. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +52 -51
  63. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
  64. package/lib/typescript/commonjs/src/common/icons-svg/credit-card/index.d.ts +13 -13
  65. package/lib/typescript/commonjs/src/common/icons-svg/currency/index.d.ts +10 -10
  66. package/lib/typescript/commonjs/src/common/icons-svg/currency-circle-dollar/index.d.ts +10 -10
  67. package/lib/typescript/commonjs/src/common/icons-svg/ellipse/index.d.ts +4 -4
  68. package/lib/typescript/commonjs/src/common/icons-svg/exclamation-circle/index.d.ts +7 -7
  69. package/lib/typescript/commonjs/src/common/icons-svg/eye/index.d.ts +10 -10
  70. package/lib/typescript/commonjs/src/common/icons-svg/eye-slash/index.d.ts +10 -10
  71. package/lib/typescript/commonjs/src/common/icons-svg/file-text/index.d.ts +13 -13
  72. package/lib/typescript/commonjs/src/common/icons-svg/files/index.d.ts +7 -7
  73. package/lib/typescript/commonjs/src/common/icons-svg/gas-pump/index.d.ts +10 -10
  74. package/lib/typescript/commonjs/src/common/icons-svg/gauge/index.d.ts +10 -10
  75. package/lib/typescript/commonjs/src/common/icons-svg/gear/index.d.ts +10 -10
  76. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts +11 -11
  77. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
  78. package/lib/typescript/commonjs/src/common/icons-svg/lifebuoy/index.d.ts +10 -10
  79. package/lib/typescript/commonjs/src/common/icons-svg/list/index.d.ts +10 -10
  80. package/lib/typescript/commonjs/src/common/icons-svg/moon-stars/index.d.ts +10 -10
  81. package/lib/typescript/commonjs/src/common/icons-svg/note-pincel/index.d.ts +10 -10
  82. package/lib/typescript/commonjs/src/common/icons-svg/package/index.d.ts +10 -10
  83. package/lib/typescript/commonjs/src/common/icons-svg/package-check/index.d.ts +13 -13
  84. package/lib/typescript/commonjs/src/common/icons-svg/plus/index.d.ts +10 -10
  85. package/lib/typescript/commonjs/src/common/icons-svg/recused/index.d.ts +10 -10
  86. package/lib/typescript/commonjs/src/common/icons-svg/shopping-cart/index.d.ts +13 -13
  87. package/lib/typescript/commonjs/src/common/icons-svg/steering-wheel/index.d.ts +10 -10
  88. package/lib/typescript/commonjs/src/common/icons-svg/steering-wheel-fill/index.d.ts +10 -10
  89. package/lib/typescript/commonjs/src/common/icons-svg/timer/index.d.ts +10 -10
  90. package/lib/typescript/commonjs/src/common/icons-svg/trophy/index.d.ts +10 -10
  91. package/lib/typescript/commonjs/src/common/icons-svg/truck/index.d.ts +13 -13
  92. package/lib/typescript/commonjs/src/common/icons-svg/truck-trailer/index.d.ts +10 -10
  93. package/lib/typescript/commonjs/src/common/icons-svg/wifi-high/index.d.ts +10 -10
  94. package/lib/typescript/commonjs/src/common/icons-svg/wifi-x/index.d.ts +10 -10
  95. package/lib/typescript/commonjs/src/common/icons-svg/x-circle/index.d.ts +13 -13
  96. package/lib/typescript/commonjs/src/components/box/index.d.ts +9 -9
  97. package/lib/typescript/commonjs/src/components/box/styles.d.ts +12 -12
  98. package/lib/typescript/commonjs/src/components/box/styles.d.ts.map +1 -1
  99. package/lib/typescript/commonjs/src/components/button/index.d.ts +9 -9
  100. package/lib/typescript/commonjs/src/components/button/styles.d.ts +23 -23
  101. package/lib/typescript/commonjs/src/components/button/styles.d.ts.map +1 -1
  102. package/lib/typescript/commonjs/src/components/capture-photo/index.d.ts +13 -13
  103. package/lib/typescript/commonjs/src/components/capture-photo/styles.d.ts +11 -11
  104. package/lib/typescript/commonjs/src/components/capture-photo/styles.d.ts.map +1 -1
  105. package/lib/typescript/commonjs/src/components/card-history/index.d.ts +14 -14
  106. package/lib/typescript/commonjs/src/components/card-hours/index.d.ts +9 -9
  107. package/lib/typescript/commonjs/src/components/card-loading/index.d.ts +14 -14
  108. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +13 -13
  109. package/lib/typescript/commonjs/src/components/card-scheduled-journey/interface.d.ts +32 -32
  110. package/lib/typescript/commonjs/src/components/card-scheduled-journey/styles.d.ts +11 -11
  111. package/lib/typescript/commonjs/src/components/card-scheduled-journey/styles.d.ts.map +1 -1
  112. package/lib/typescript/commonjs/src/components/card-work-session/index.d.ts +10 -10
  113. package/lib/typescript/commonjs/src/components/check-box/index.d.ts +13 -13
  114. package/lib/typescript/commonjs/src/components/coil/index.d.ts +10 -10
  115. package/lib/typescript/commonjs/src/components/coil/index.d.ts.map +1 -1
  116. package/lib/typescript/commonjs/src/components/filter-date-selector/index.d.ts +14 -14
  117. package/lib/typescript/commonjs/src/components/filter-journey/index.d.ts +10 -10
  118. package/lib/typescript/commonjs/src/components/header-profile/index.d.ts +13 -13
  119. package/lib/typescript/commonjs/src/components/header-profile/index.d.ts.map +1 -1
  120. package/lib/typescript/commonjs/src/components/image-capture-with-remove/index.d.ts +14 -14
  121. package/lib/typescript/commonjs/src/components/input/index.d.ts +14 -14
  122. package/lib/typescript/commonjs/src/components/input/styles.d.ts +11 -11
  123. package/lib/typescript/commonjs/src/components/input/styles.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/src/components/loading-details/index.d.ts +10 -10
  125. package/lib/typescript/commonjs/src/components/loading-progress/index.d.ts +14 -14
  126. package/lib/typescript/commonjs/src/components/menu-item/index.d.ts +14 -14
  127. package/lib/typescript/commonjs/src/components/no-data/index.d.ts +7 -7
  128. package/lib/typescript/commonjs/src/components/notification-loading/index.d.ts +10 -10
  129. package/lib/typescript/commonjs/src/components/scheduled-journey-indicators/index.d.ts +10 -10
  130. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts +13 -13
  131. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts +63 -63
  132. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts.map +1 -1
  133. package/lib/typescript/commonjs/src/components/step-indicator/helpers/get-icon-by-status.d.ts +14 -14
  134. package/lib/typescript/commonjs/src/components/step-indicator/helpers/get-icon-by-status.d.ts.map +1 -1
  135. package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts +13 -13
  136. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts +56 -56
  137. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts.map +1 -1
  138. package/lib/typescript/commonjs/src/components/typography/index.d.ts +13 -13
  139. package/lib/typescript/commonjs/src/components/typography/styles.d.ts +29 -29
  140. package/lib/typescript/commonjs/src/components/typography/styles.d.ts.map +1 -1
  141. package/lib/typescript/commonjs/src/components/user-profile/index.d.ts +14 -14
  142. package/lib/typescript/commonjs/src/index.d.ts +31 -33
  143. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  144. package/lib/typescript/commonjs/src/stories/box/box.stories.d.ts +8 -8
  145. package/lib/typescript/commonjs/src/stories/box/box.stories.d.ts.map +1 -1
  146. package/lib/typescript/commonjs/src/stories/button/button.stories.d.ts +10 -10
  147. package/lib/typescript/commonjs/src/stories/button/button.stories.d.ts.map +1 -1
  148. package/lib/typescript/commonjs/src/stories/capture-photo/capture-photo.stories.d.ts +9 -9
  149. package/lib/typescript/commonjs/src/stories/capture-photo/capture-photo.stories.d.ts.map +1 -1
  150. package/lib/typescript/commonjs/src/stories/card-history/card-history.stories.d.ts +6 -6
  151. package/lib/typescript/commonjs/src/stories/card-history/card-history.stories.d.ts.map +1 -1
  152. package/lib/typescript/commonjs/src/stories/card-hours/card-hours.stories.d.ts +7 -7
  153. package/lib/typescript/commonjs/src/stories/card-hours/card-hours.stories.d.ts.map +1 -1
  154. package/lib/typescript/commonjs/src/stories/card-loading/card-loading.stories.d.ts +8 -8
  155. package/lib/typescript/commonjs/src/stories/card-loading/card-loading.stories.d.ts.map +1 -1
  156. package/lib/typescript/commonjs/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts +10 -10
  157. package/lib/typescript/commonjs/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts.map +1 -1
  158. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts +6 -6
  159. package/lib/typescript/commonjs/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  160. package/lib/typescript/commonjs/src/stories/check-box/check-box.stories.d.ts +9 -9
  161. package/lib/typescript/commonjs/src/stories/check-box/check-box.stories.d.ts.map +1 -1
  162. package/lib/typescript/commonjs/src/stories/coil/coil.stories.d.ts +9 -8
  163. package/lib/typescript/commonjs/src/stories/coil/coil.stories.d.ts.map +1 -1
  164. package/lib/typescript/commonjs/src/stories/filter-date-selector/filter-date-selector.stories.d.ts +6 -6
  165. package/lib/typescript/commonjs/src/stories/filter-date-selector/filter-date-selector.stories.d.ts.map +1 -1
  166. package/lib/typescript/commonjs/src/stories/filter-journey/filter-journey.stories.d.ts +6 -6
  167. package/lib/typescript/commonjs/src/stories/filter-journey/filter-journey.stories.d.ts.map +1 -1
  168. package/lib/typescript/commonjs/src/stories/header-profile/header-profile.stories.d.ts +10 -9
  169. package/lib/typescript/commonjs/src/stories/header-profile/header-profile.stories.d.ts.map +1 -1
  170. package/lib/typescript/commonjs/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts +7 -7
  171. package/lib/typescript/commonjs/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts.map +1 -1
  172. package/lib/typescript/commonjs/src/stories/input/input.stories.d.ts +14 -14
  173. package/lib/typescript/commonjs/src/stories/input/input.stories.d.ts.map +1 -1
  174. package/lib/typescript/commonjs/src/stories/loading-details/loading-details.stories.d.ts +6 -6
  175. package/lib/typescript/commonjs/src/stories/loading-details/loading-details.stories.d.ts.map +1 -1
  176. package/lib/typescript/commonjs/src/stories/loading-progress/loading-progress.stories.d.ts +6 -6
  177. package/lib/typescript/commonjs/src/stories/loading-progress/loading-progress.stories.d.ts.map +1 -1
  178. package/lib/typescript/commonjs/src/stories/menu-item/menu-item.stories.d.ts +8 -8
  179. package/lib/typescript/commonjs/src/stories/menu-item/menu-item.stories.d.ts.map +1 -1
  180. package/lib/typescript/commonjs/src/stories/no-data/no-data.stories.d.ts +6 -6
  181. package/lib/typescript/commonjs/src/stories/no-data/no-data.stories.d.ts.map +1 -1
  182. package/lib/typescript/commonjs/src/stories/notification-loading/notification-loading.stories.d.ts +8 -8
  183. package/lib/typescript/commonjs/src/stories/notification-loading/notification-loading.stories.d.ts.map +1 -1
  184. package/lib/typescript/commonjs/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts +9 -9
  185. package/lib/typescript/commonjs/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts.map +1 -1
  186. package/lib/typescript/commonjs/src/stories/select-option/select-option.stories.d.ts +6 -6
  187. package/lib/typescript/commonjs/src/stories/select-option/select-option.stories.d.ts.map +1 -1
  188. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts +7 -7
  189. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  190. package/lib/typescript/commonjs/src/stories/typography/typography.stories.d.ts +15 -15
  191. package/lib/typescript/commonjs/src/stories/typography/typography.stories.d.ts.map +1 -1
  192. package/lib/typescript/commonjs/src/stories/user-profile/user-profile.stories.d.ts +7 -7
  193. package/lib/typescript/commonjs/src/stories/user-profile/user-profile.stories.d.ts.map +1 -1
  194. package/lib/typescript/commonjs/src/styles/global/styles.d.ts +46 -46
  195. package/lib/typescript/commonjs/src/styles/global/styles.d.ts.map +1 -1
  196. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +148 -148
  197. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +150 -150
  198. package/lib/typescript/commonjs/src/utils/format-data/index.d.ts +17 -17
  199. package/lib/typescript/commonjs/src/utils/format-data/index.d.ts.map +1 -1
  200. package/lib/typescript/commonjs/src/utils/mutiply/index.d.ts +1 -1
  201. package/lib/typescript/commonjs/src/utils/status-color/return-color.d.ts +3 -3
  202. package/lib/typescript/commonjs/src/utils/status-color/return-color.d.ts.map +1 -1
  203. package/lib/typescript/module/src/common/constants/index.d.ts +4 -4
  204. package/lib/typescript/module/src/common/icons-svg/arrow-drop-down/index.d.ts +13 -13
  205. package/lib/typescript/module/src/common/icons-svg/arrow-left/index.d.ts +10 -10
  206. package/lib/typescript/module/src/common/icons-svg/bell/index.d.ts +7 -7
  207. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts +10 -10
  208. package/lib/typescript/module/src/common/icons-svg/bluetooth-connected/index.d.ts +10 -10
  209. package/lib/typescript/module/src/common/icons-svg/calendar/index.d.ts +10 -10
  210. package/lib/typescript/module/src/common/icons-svg/call-bell/index.d.ts +10 -10
  211. package/lib/typescript/module/src/common/icons-svg/camera-plus/index.d.ts +10 -10
  212. package/lib/typescript/module/src/common/icons-svg/chart-bar/index.d.ts +10 -10
  213. package/lib/typescript/module/src/common/icons-svg/check-box/index.d.ts +14 -0
  214. package/lib/typescript/module/src/common/icons-svg/check-box/index.d.ts.map +1 -0
  215. package/lib/typescript/module/src/common/icons-svg/check-box-fill/index.d.ts +13 -13
  216. package/lib/typescript/module/src/common/icons-svg/check-box-outline/index.d.ts +13 -13
  217. package/lib/typescript/module/src/common/icons-svg/check-circle/index.d.ts +10 -10
  218. package/lib/typescript/module/src/common/icons-svg/closed/index.d.ts +13 -13
  219. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +52 -51
  220. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
  221. package/lib/typescript/module/src/common/icons-svg/credit-card/index.d.ts +13 -13
  222. package/lib/typescript/module/src/common/icons-svg/currency/index.d.ts +10 -10
  223. package/lib/typescript/module/src/common/icons-svg/currency-circle-dollar/index.d.ts +10 -10
  224. package/lib/typescript/module/src/common/icons-svg/ellipse/index.d.ts +4 -4
  225. package/lib/typescript/module/src/common/icons-svg/exclamation-circle/index.d.ts +7 -7
  226. package/lib/typescript/module/src/common/icons-svg/eye/index.d.ts +10 -10
  227. package/lib/typescript/module/src/common/icons-svg/eye-slash/index.d.ts +10 -10
  228. package/lib/typescript/module/src/common/icons-svg/file-text/index.d.ts +13 -13
  229. package/lib/typescript/module/src/common/icons-svg/files/index.d.ts +7 -7
  230. package/lib/typescript/module/src/common/icons-svg/gas-pump/index.d.ts +10 -10
  231. package/lib/typescript/module/src/common/icons-svg/gauge/index.d.ts +10 -10
  232. package/lib/typescript/module/src/common/icons-svg/gear/index.d.ts +10 -10
  233. package/lib/typescript/module/src/common/icons-svg/index.d.ts +11 -11
  234. package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
  235. package/lib/typescript/module/src/common/icons-svg/lifebuoy/index.d.ts +10 -10
  236. package/lib/typescript/module/src/common/icons-svg/list/index.d.ts +10 -10
  237. package/lib/typescript/module/src/common/icons-svg/moon-stars/index.d.ts +10 -10
  238. package/lib/typescript/module/src/common/icons-svg/note-pincel/index.d.ts +10 -10
  239. package/lib/typescript/module/src/common/icons-svg/package/index.d.ts +10 -10
  240. package/lib/typescript/module/src/common/icons-svg/package-check/index.d.ts +13 -13
  241. package/lib/typescript/module/src/common/icons-svg/plus/index.d.ts +10 -10
  242. package/lib/typescript/module/src/common/icons-svg/recused/index.d.ts +10 -10
  243. package/lib/typescript/module/src/common/icons-svg/shopping-cart/index.d.ts +13 -13
  244. package/lib/typescript/module/src/common/icons-svg/steering-wheel/index.d.ts +10 -10
  245. package/lib/typescript/module/src/common/icons-svg/steering-wheel-fill/index.d.ts +10 -10
  246. package/lib/typescript/module/src/common/icons-svg/timer/index.d.ts +10 -10
  247. package/lib/typescript/module/src/common/icons-svg/trophy/index.d.ts +10 -10
  248. package/lib/typescript/module/src/common/icons-svg/truck/index.d.ts +13 -13
  249. package/lib/typescript/module/src/common/icons-svg/truck-trailer/index.d.ts +10 -10
  250. package/lib/typescript/module/src/common/icons-svg/wifi-high/index.d.ts +10 -10
  251. package/lib/typescript/module/src/common/icons-svg/wifi-x/index.d.ts +10 -10
  252. package/lib/typescript/module/src/common/icons-svg/x-circle/index.d.ts +13 -13
  253. package/lib/typescript/module/src/components/box/index.d.ts +9 -9
  254. package/lib/typescript/module/src/components/box/styles.d.ts +12 -12
  255. package/lib/typescript/module/src/components/box/styles.d.ts.map +1 -1
  256. package/lib/typescript/module/src/components/button/index.d.ts +9 -9
  257. package/lib/typescript/module/src/components/button/styles.d.ts +23 -23
  258. package/lib/typescript/module/src/components/button/styles.d.ts.map +1 -1
  259. package/lib/typescript/module/src/components/capture-photo/index.d.ts +13 -13
  260. package/lib/typescript/module/src/components/capture-photo/styles.d.ts +11 -11
  261. package/lib/typescript/module/src/components/capture-photo/styles.d.ts.map +1 -1
  262. package/lib/typescript/module/src/components/card-history/index.d.ts +14 -14
  263. package/lib/typescript/module/src/components/card-hours/index.d.ts +9 -9
  264. package/lib/typescript/module/src/components/card-loading/index.d.ts +14 -14
  265. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +13 -13
  266. package/lib/typescript/module/src/components/card-scheduled-journey/interface.d.ts +32 -32
  267. package/lib/typescript/module/src/components/card-scheduled-journey/styles.d.ts +11 -11
  268. package/lib/typescript/module/src/components/card-scheduled-journey/styles.d.ts.map +1 -1
  269. package/lib/typescript/module/src/components/card-work-session/index.d.ts +10 -10
  270. package/lib/typescript/module/src/components/check-box/index.d.ts +13 -13
  271. package/lib/typescript/module/src/components/coil/index.d.ts +10 -10
  272. package/lib/typescript/module/src/components/coil/index.d.ts.map +1 -1
  273. package/lib/typescript/module/src/components/filter-date-selector/index.d.ts +14 -14
  274. package/lib/typescript/module/src/components/filter-journey/index.d.ts +10 -10
  275. package/lib/typescript/module/src/components/header-profile/index.d.ts +13 -13
  276. package/lib/typescript/module/src/components/header-profile/index.d.ts.map +1 -1
  277. package/lib/typescript/module/src/components/image-capture-with-remove/index.d.ts +14 -14
  278. package/lib/typescript/module/src/components/input/index.d.ts +14 -14
  279. package/lib/typescript/module/src/components/input/styles.d.ts +11 -11
  280. package/lib/typescript/module/src/components/input/styles.d.ts.map +1 -1
  281. package/lib/typescript/module/src/components/loading-details/index.d.ts +10 -10
  282. package/lib/typescript/module/src/components/loading-progress/index.d.ts +14 -14
  283. package/lib/typescript/module/src/components/menu-item/index.d.ts +14 -14
  284. package/lib/typescript/module/src/components/no-data/index.d.ts +7 -7
  285. package/lib/typescript/module/src/components/notification-loading/index.d.ts +10 -10
  286. package/lib/typescript/module/src/components/scheduled-journey-indicators/index.d.ts +10 -10
  287. package/lib/typescript/module/src/components/selects/select-option/index.d.ts +13 -13
  288. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts +63 -63
  289. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts.map +1 -1
  290. package/lib/typescript/module/src/components/step-indicator/helpers/get-icon-by-status.d.ts +14 -14
  291. package/lib/typescript/module/src/components/step-indicator/helpers/get-icon-by-status.d.ts.map +1 -1
  292. package/lib/typescript/module/src/components/step-indicator/index.d.ts +13 -13
  293. package/lib/typescript/module/src/components/step-indicator/styles.d.ts +56 -56
  294. package/lib/typescript/module/src/components/step-indicator/styles.d.ts.map +1 -1
  295. package/lib/typescript/module/src/components/typography/index.d.ts +13 -13
  296. package/lib/typescript/module/src/components/typography/styles.d.ts +29 -29
  297. package/lib/typescript/module/src/components/typography/styles.d.ts.map +1 -1
  298. package/lib/typescript/module/src/components/user-profile/index.d.ts +14 -14
  299. package/lib/typescript/module/src/index.d.ts +31 -33
  300. package/lib/typescript/module/src/index.d.ts.map +1 -1
  301. package/lib/typescript/module/src/stories/box/box.stories.d.ts +8 -8
  302. package/lib/typescript/module/src/stories/box/box.stories.d.ts.map +1 -1
  303. package/lib/typescript/module/src/stories/button/button.stories.d.ts +10 -10
  304. package/lib/typescript/module/src/stories/button/button.stories.d.ts.map +1 -1
  305. package/lib/typescript/module/src/stories/capture-photo/capture-photo.stories.d.ts +9 -9
  306. package/lib/typescript/module/src/stories/capture-photo/capture-photo.stories.d.ts.map +1 -1
  307. package/lib/typescript/module/src/stories/card-history/card-history.stories.d.ts +6 -6
  308. package/lib/typescript/module/src/stories/card-history/card-history.stories.d.ts.map +1 -1
  309. package/lib/typescript/module/src/stories/card-hours/card-hours.stories.d.ts +7 -7
  310. package/lib/typescript/module/src/stories/card-hours/card-hours.stories.d.ts.map +1 -1
  311. package/lib/typescript/module/src/stories/card-loading/card-loading.stories.d.ts +8 -8
  312. package/lib/typescript/module/src/stories/card-loading/card-loading.stories.d.ts.map +1 -1
  313. package/lib/typescript/module/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts +10 -10
  314. package/lib/typescript/module/src/stories/card-scheduled-journey/card-scheduled-journey.stories.d.ts.map +1 -1
  315. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts +6 -6
  316. package/lib/typescript/module/src/stories/card-work-session/card-work-session.stories.d.ts.map +1 -1
  317. package/lib/typescript/module/src/stories/check-box/check-box.stories.d.ts +9 -9
  318. package/lib/typescript/module/src/stories/check-box/check-box.stories.d.ts.map +1 -1
  319. package/lib/typescript/module/src/stories/coil/coil.stories.d.ts +9 -8
  320. package/lib/typescript/module/src/stories/coil/coil.stories.d.ts.map +1 -1
  321. package/lib/typescript/module/src/stories/filter-date-selector/filter-date-selector.stories.d.ts +6 -6
  322. package/lib/typescript/module/src/stories/filter-date-selector/filter-date-selector.stories.d.ts.map +1 -1
  323. package/lib/typescript/module/src/stories/filter-journey/filter-journey.stories.d.ts +6 -6
  324. package/lib/typescript/module/src/stories/filter-journey/filter-journey.stories.d.ts.map +1 -1
  325. package/lib/typescript/module/src/stories/header-profile/header-profile.stories.d.ts +10 -9
  326. package/lib/typescript/module/src/stories/header-profile/header-profile.stories.d.ts.map +1 -1
  327. package/lib/typescript/module/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts +7 -7
  328. package/lib/typescript/module/src/stories/image-capture-with-remove/image-capture-with-remove.stories.d.ts.map +1 -1
  329. package/lib/typescript/module/src/stories/input/input.stories.d.ts +14 -14
  330. package/lib/typescript/module/src/stories/input/input.stories.d.ts.map +1 -1
  331. package/lib/typescript/module/src/stories/loading-details/loading-details.stories.d.ts +6 -6
  332. package/lib/typescript/module/src/stories/loading-details/loading-details.stories.d.ts.map +1 -1
  333. package/lib/typescript/module/src/stories/loading-progress/loading-progress.stories.d.ts +6 -6
  334. package/lib/typescript/module/src/stories/loading-progress/loading-progress.stories.d.ts.map +1 -1
  335. package/lib/typescript/module/src/stories/menu-item/menu-item.stories.d.ts +8 -8
  336. package/lib/typescript/module/src/stories/menu-item/menu-item.stories.d.ts.map +1 -1
  337. package/lib/typescript/module/src/stories/no-data/no-data.stories.d.ts +6 -6
  338. package/lib/typescript/module/src/stories/no-data/no-data.stories.d.ts.map +1 -1
  339. package/lib/typescript/module/src/stories/notification-loading/notification-loading.stories.d.ts +8 -8
  340. package/lib/typescript/module/src/stories/notification-loading/notification-loading.stories.d.ts.map +1 -1
  341. package/lib/typescript/module/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts +9 -9
  342. package/lib/typescript/module/src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.d.ts.map +1 -1
  343. package/lib/typescript/module/src/stories/select-option/select-option.stories.d.ts +6 -6
  344. package/lib/typescript/module/src/stories/select-option/select-option.stories.d.ts.map +1 -1
  345. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts +7 -7
  346. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  347. package/lib/typescript/module/src/stories/typography/typography.stories.d.ts +15 -15
  348. package/lib/typescript/module/src/stories/typography/typography.stories.d.ts.map +1 -1
  349. package/lib/typescript/module/src/stories/user-profile/user-profile.stories.d.ts +7 -7
  350. package/lib/typescript/module/src/stories/user-profile/user-profile.stories.d.ts.map +1 -1
  351. package/lib/typescript/module/src/styles/global/styles.d.ts +46 -46
  352. package/lib/typescript/module/src/styles/global/styles.d.ts.map +1 -1
  353. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +148 -148
  354. package/lib/typescript/module/src/styles/theme/theme.d.ts +150 -150
  355. package/lib/typescript/module/src/utils/format-data/index.d.ts +17 -17
  356. package/lib/typescript/module/src/utils/format-data/index.d.ts.map +1 -1
  357. package/lib/typescript/module/src/utils/mutiply/index.d.ts +1 -1
  358. package/lib/typescript/module/src/utils/status-color/return-color.d.ts +3 -3
  359. package/lib/typescript/module/src/utils/status-color/return-color.d.ts.map +1 -1
  360. package/package.json +1 -1
  361. package/src/common/icons-svg/check-box/index.tsx +28 -0
  362. package/src/common/icons-svg/constants/index.ts +55 -54
  363. package/src/common/icons-svg/index.tsx +203 -199
  364. package/src/components/card-history/index.tsx +150 -150
  365. package/src/components/card-work-session/index.tsx +161 -161
  366. package/src/components/card-work-session/interface.d.ts +48 -48
  367. package/src/components/check-box/index.tsx +125 -125
  368. package/src/components/coil/index.tsx +90 -82
  369. package/src/components/coil/interface.d.ts +26 -26
  370. package/src/components/header-profile/index.tsx +7 -6
  371. package/src/components/header-profile/interface.d.ts +57 -57
  372. package/src/components/input/index.tsx +181 -181
  373. package/src/components/notification-loading/index.tsx +144 -144
  374. package/src/index.ts +0 -2
  375. package/src/stories/coil/coil.stories.tsx +74 -64
  376. package/src/stories/header-profile/header-profile.stories.tsx +15 -0
@@ -1,10 +1,10 @@
1
- import type { StoryObj, Meta } from "@storybook/react";
2
- import { ScheduledJourneyIndicators } from "../../components/scheduled-journey-indicators";
3
- declare const meta: Meta<typeof ScheduledJourneyIndicators>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const ScheduledJourneyWork: Story;
7
- export declare const ScheduledJourneyKm: Story;
8
- export declare const ScheduledJourneyEngine: Story;
9
- export declare const ScheduledJourneyMiddleSpeed: Story;
1
+ import type { StoryObj, Meta } from "@storybook/react";
2
+ import { ScheduledJourneyIndicators } from "../../components/scheduled-journey-indicators";
3
+ declare const meta: Meta<typeof ScheduledJourneyIndicators>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof meta>;
6
+ export declare const ScheduledJourneyWork: Story;
7
+ export declare const ScheduledJourneyKm: Story;
8
+ export declare const ScheduledJourneyEngine: Story;
9
+ export declare const ScheduledJourneyMiddleSpeed: Story;
10
10
  //# sourceMappingURL=sheduled-journey-indicators.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sheduled-journey-indicators.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAI3F,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,0BAA0B,CAuBjD,CAAC;AAOF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,oBAAoB,EAAE,KAOlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAOhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAOpC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,KAOzC,CAAC"}
1
+ {"version":3,"file":"sheduled-journey-indicators.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/scheduled-journey-indicators/sheduled-journey-indicators.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAI3F,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,0BAA0B,CAuBjD,CAAC;AAOF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,oBAAoB,EAAE,KAOlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAOhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAOpC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,KAOzC,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { StoryObj, Meta } from "@storybook/react";
2
- import { SelectOption } from "../../components/selects/select-option";
3
- declare const meta: Meta<typeof SelectOption>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const SelectRefuseRest: Story;
1
+ import type { StoryObj, Meta } from "@storybook/react";
2
+ import { SelectOption } from "../../components/selects/select-option";
3
+ declare const meta: Meta<typeof SelectOption>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof meta>;
6
+ export declare const SelectRefuseRest: Story;
7
7
  //# sourceMappingURL=select-option.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-option.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/select-option/select-option.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAItE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAoBnC,CAAC;AAQF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,gBAAgB,EAAE,KAQ9B,CAAC"}
1
+ {"version":3,"file":"select-option.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/select-option/select-option.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAItE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAoBnC,CAAC;AAQF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,gBAAgB,EAAE,KAQ9B,CAAC"}
@@ -1,8 +1,8 @@
1
- import { Meta, StoryObj } from "@storybook/react";
2
- import { StepIndicator } from "../../components/step-indicator";
3
- declare const meta: Meta<typeof StepIndicator>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const StepIndicatorDefault: Story;
7
- export declare const StepIndicationCustom: Story;
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { StepIndicator } from "../../components/step-indicator";
3
+ declare const meta: Meta<typeof StepIndicator>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof meta>;
6
+ export declare const StepIndicatorDefault: Story;
7
+ export declare const StepIndicationCustom: Story;
8
8
  //# sourceMappingURL=step-indicator.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"step-indicator.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/step-indicator/step-indicator.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAKhE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAwBpC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAyDnC,eAAO,MAAM,oBAAoB,EAAE,KAUlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAUlC,CAAC"}
1
+ {"version":3,"file":"step-indicator.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/step-indicator/step-indicator.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAKhE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAwBpC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAyDnC,eAAO,MAAM,oBAAoB,EAAE,KAUlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAUlC,CAAC"}
@@ -1,16 +1,16 @@
1
- import { Meta, StoryObj } from "@storybook/react";
2
- import { Typography } from "../../components/typography";
3
- declare const meta: Meta<typeof Typography>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Typography2XS: Story;
7
- export declare const TypographyXS: Story;
8
- export declare const TypographySM: Story;
9
- export declare const TypographyMD: Story;
10
- export declare const TypographyLG: Story;
11
- export declare const TypographyXL: Story;
12
- export declare const Typography2XL: Story;
13
- export declare const Typography3XL: Story;
14
- export declare const Typography4XL: Story;
15
- export declare const Typography5XL: Story;
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { Typography } from "../../components/typography";
3
+ declare const meta: Meta<typeof Typography>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof meta>;
6
+ export declare const Typography2XS: Story;
7
+ export declare const TypographyXS: Story;
8
+ export declare const TypographySM: Story;
9
+ export declare const TypographyMD: Story;
10
+ export declare const TypographyLG: Story;
11
+ export declare const TypographyXL: Story;
12
+ export declare const Typography2XL: Story;
13
+ export declare const Typography3XL: Story;
14
+ export declare const Typography4XL: Story;
15
+ export declare const Typography5XL: Story;
16
16
  //# sourceMappingURL=typography.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/typography/typography.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAGzD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAiBjC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC"}
1
+ {"version":3,"file":"typography.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/typography/typography.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAGzD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAiBjC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAU3B,CAAC"}
@@ -1,8 +1,8 @@
1
- import type { StoryObj, Meta } from "@storybook/react";
2
- import { UserProfile } from "../../components/user-profile";
3
- declare const meta: Meta<typeof UserProfile>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Profile: Story;
7
- export declare const Anonimo: Story;
1
+ import type { StoryObj, Meta } from "@storybook/react";
2
+ import { UserProfile } from "../../components/user-profile";
3
+ declare const meta: Meta<typeof UserProfile>;
4
+ export default meta;
5
+ declare type Story = StoryObj<typeof meta>;
6
+ export declare const Profile: Story;
7
+ export declare const Anonimo: Story;
8
8
  //# sourceMappingURL=user-profile.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-profile.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/user-profile/user-profile.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAmBlC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC"}
1
+ {"version":3,"file":"user-profile.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/stories/user-profile/user-profile.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAmBlC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,aAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC"}
@@ -1,47 +1,47 @@
1
- import { IGlobalCss } from "./interface";
2
- declare const stylesGlobal: (props: IGlobalCss) => {
3
- width: import("react-native").DimensionValue | undefined;
4
- height: import("react-native").DimensionValue | undefined;
5
- backgroundColor: string | undefined;
6
- padding: import("react-native").DimensionValue | undefined;
7
- paddingTop: import("react-native").DimensionValue | undefined;
8
- paddingLeft: import("react-native").DimensionValue | undefined;
9
- paddingRight: import("react-native").DimensionValue | undefined;
10
- paddingBottom: import("react-native").DimensionValue | undefined;
11
- margin: import("react-native").DimensionValue | undefined;
12
- marginTop: import("react-native").DimensionValue | undefined;
13
- marginLeft: import("react-native").DimensionValue | undefined;
14
- marginRight: import("react-native").DimensionValue | undefined;
15
- marginBottom: import("react-native").DimensionValue | undefined;
16
- borderStyle: "solid" | "dotted" | "dashed" | undefined;
17
- borderRadius: import("react-native").DimensionValue | undefined;
18
- borderTopRightRadius: import("react-native").DimensionValue | undefined;
19
- borderTopLeftRadius: import("react-native").DimensionValue | undefined;
20
- borderBottomRightRadius: import("react-native").DimensionValue | undefined;
21
- borderBottomLeftRadius: import("react-native").DimensionValue | undefined;
22
- borderWidth: import("react-native").DimensionValue | undefined;
23
- borderLeftWidth: import("react-native").DimensionValue | undefined;
24
- borderRightWidth: import("react-native").DimensionValue | undefined;
25
- borderTopWidth: import("react-native").DimensionValue | undefined;
26
- borderBottomWidth: import("react-native").DimensionValue | undefined;
27
- borderColor: string | undefined;
28
- borderBottomColor: string | undefined;
29
- borderLeftColor: string | undefined;
30
- borderRightColor: string | undefined;
31
- borderTopColor: string | undefined;
32
- flex: string | number | undefined;
33
- flexDirection: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
34
- alignItems: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
35
- justifyContent: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
36
- textAlign: "auto" | "center" | "left" | "right" | "justify" | undefined;
37
- fontFamily: "inter_thin_100" | "inter_extra_light_200" | "inter_light_300" | "inter_regular_400" | "inter_medium_500" | "inter_semi_bold_600" | "inter_bold_700" | "inter_extra_bold_800" | "inter_bold" | undefined;
38
- fontSize: number | undefined;
39
- fontWeight: "100" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | "bold" | undefined;
40
- lineHeight: number | undefined;
41
- letterSpacing: "o_16" | "regular" | "medium" | "strong" | undefined;
42
- };
43
- /**
44
- * EXPORTS
45
- */
46
- export { stylesGlobal };
1
+ import { IGlobalCss } from "./interface";
2
+ declare const stylesGlobal: (props: IGlobalCss) => {
3
+ width: import("react-native/types").DimensionValue | undefined;
4
+ height: import("react-native/types").DimensionValue | undefined;
5
+ backgroundColor: string | undefined;
6
+ padding: import("react-native/types").DimensionValue | undefined;
7
+ paddingTop: import("react-native/types").DimensionValue | undefined;
8
+ paddingLeft: import("react-native/types").DimensionValue | undefined;
9
+ paddingRight: import("react-native/types").DimensionValue | undefined;
10
+ paddingBottom: import("react-native/types").DimensionValue | undefined;
11
+ margin: import("react-native/types").DimensionValue | undefined;
12
+ marginTop: import("react-native/types").DimensionValue | undefined;
13
+ marginLeft: import("react-native/types").DimensionValue | undefined;
14
+ marginRight: import("react-native/types").DimensionValue | undefined;
15
+ marginBottom: import("react-native/types").DimensionValue | undefined;
16
+ borderStyle: "solid" | "dotted" | "dashed" | undefined;
17
+ borderRadius: import("react-native/types").DimensionValue | undefined;
18
+ borderTopRightRadius: import("react-native/types").DimensionValue | undefined;
19
+ borderTopLeftRadius: import("react-native/types").DimensionValue | undefined;
20
+ borderBottomRightRadius: import("react-native/types").DimensionValue | undefined;
21
+ borderBottomLeftRadius: import("react-native/types").DimensionValue | undefined;
22
+ borderWidth: import("react-native/types").DimensionValue | undefined;
23
+ borderLeftWidth: import("react-native/types").DimensionValue | undefined;
24
+ borderRightWidth: import("react-native/types").DimensionValue | undefined;
25
+ borderTopWidth: import("react-native/types").DimensionValue | undefined;
26
+ borderBottomWidth: import("react-native/types").DimensionValue | undefined;
27
+ borderColor: string | undefined;
28
+ borderBottomColor: string | undefined;
29
+ borderLeftColor: string | undefined;
30
+ borderRightColor: string | undefined;
31
+ borderTopColor: string | undefined;
32
+ flex: string | number | undefined;
33
+ flexDirection: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
34
+ alignItems: "flex-start" | "flex-end" | "center" | "stretch" | "baseline" | undefined;
35
+ justifyContent: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | undefined;
36
+ textAlign: "auto" | "center" | "left" | "right" | "justify" | undefined;
37
+ fontFamily: "inter_thin_100" | "inter_extra_light_200" | "inter_light_300" | "inter_regular_400" | "inter_medium_500" | "inter_semi_bold_600" | "inter_bold_700" | "inter_extra_bold_800" | "inter_bold" | undefined;
38
+ fontSize: number | undefined;
39
+ fontWeight: "100" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | "bold" | undefined;
40
+ lineHeight: number | undefined;
41
+ letterSpacing: "o_16" | "regular" | "medium" | "strong" | undefined;
42
+ };
43
+ /**
44
+ * EXPORTS
45
+ */
46
+ export { stylesGlobal };
47
47
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/global/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,QAAA,MAAM,YAAY,GAAI,OAAO,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDrC,CAAC;AAEH;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/styles/global/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,QAAA,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDrC,CAAC;AAEH;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,149 +1,149 @@
1
- import React from "react";
2
- export declare const ThemeProvider: React.FC<{
3
- children: React.ReactNode;
4
- }>;
5
- export declare const useTheme: () => {
6
- borderWidths: {
7
- thin: number;
8
- thin_medium: number;
9
- thin_bold: number;
10
- thick: number;
11
- thick_medium: number;
12
- thick_bold: number;
13
- thick_large: number;
14
- hairline: number;
15
- };
16
- colors: {
17
- neutral: {
18
- 25: string;
19
- 50: string;
20
- 75: string;
21
- 200: string;
22
- 300: string;
23
- 400: string;
24
- };
25
- black: {
26
- 10: string;
27
- 25: string;
28
- 100: string;
29
- 180: string;
30
- };
31
- blue: {
32
- 25: string;
33
- 50: string;
34
- 100: string;
35
- 150: string;
36
- 350: string;
37
- 375: string;
38
- 400: string;
39
- 500: string;
40
- 525: string;
41
- };
42
- red: {
43
- 400: string;
44
- 500: string;
45
- 800: string;
46
- 900: string;
47
- };
48
- gray: {
49
- 300: string;
50
- 350: string;
51
- 400: string;
52
- 500: string;
53
- 600: string;
54
- 700: string;
55
- 800: string;
56
- 850: string;
57
- 875: string;
58
- 900: string;
59
- 925: string;
60
- 950: string;
61
- };
62
- green: {
63
- 200: string;
64
- 250: string;
65
- 400: string;
66
- 500: string;
67
- };
68
- orange: {
69
- 500: string;
70
- 450: string;
71
- 150: string;
72
- };
73
- yellow: {
74
- 100: string;
75
- 50: string;
76
- 75: string;
77
- };
78
- };
79
- fonts: {
80
- inter_thin_100: string;
81
- inter_extra_light_200: string;
82
- inter_light_300: string;
83
- inter_regular_400: string;
84
- inter_medium_500: string;
85
- inter_semi_bold_600: string;
86
- inter_bold_700: string;
87
- inter_extra_bold_800: string;
88
- inter_bold: string;
89
- };
90
- fontSizes: {
91
- "2xs": number;
92
- xs: number;
93
- sm: number;
94
- md: number;
95
- lg: number;
96
- xl: number;
97
- "2xl": number;
98
- "3xl": number;
99
- "4xl": number;
100
- "5xl": number;
101
- "6xl": number;
102
- "7xl": number;
103
- "8xl": number;
104
- "9xl": number;
105
- };
106
- margins: {
107
- "2xs": number;
108
- xs: number;
109
- sm: number;
110
- md: number;
111
- lg: number;
112
- xl: number;
113
- "2xl": number;
114
- "3xl": number;
115
- "4xl": number;
116
- "5xl": number;
117
- "6xl": number;
118
- "7xl": number;
119
- "8xl": number;
120
- "9xl": number;
121
- };
122
- shadows: {
123
- z1: string;
124
- z2: string;
125
- };
126
- paddings: {
127
- "2xs": number;
128
- xs: number;
129
- sm: number;
130
- md: number;
131
- lg: number;
132
- xl: number;
133
- "2xl": number;
134
- "3xl": number;
135
- "4xl": number;
136
- "5xl": number;
137
- "6xl": number;
138
- "7xl": number;
139
- "8xl": number;
140
- "9xl": number;
141
- };
142
- letterSpacing: {
143
- o_16: number;
144
- regular: number;
145
- medium: number;
146
- strong: number;
147
- };
148
- };
1
+ import React from "react";
2
+ export declare const ThemeProvider: React.FC<{
3
+ children: React.ReactNode;
4
+ }>;
5
+ export declare const useTheme: () => {
6
+ borderWidths: {
7
+ thin: number;
8
+ thin_medium: number;
9
+ thin_bold: number;
10
+ thick: number;
11
+ thick_medium: number;
12
+ thick_bold: number;
13
+ thick_large: number;
14
+ hairline: number;
15
+ };
16
+ colors: {
17
+ neutral: {
18
+ 25: string;
19
+ 50: string;
20
+ 75: string;
21
+ 200: string;
22
+ 300: string;
23
+ 400: string;
24
+ };
25
+ black: {
26
+ 10: string;
27
+ 25: string;
28
+ 100: string;
29
+ 180: string;
30
+ };
31
+ blue: {
32
+ 25: string;
33
+ 50: string;
34
+ 100: string;
35
+ 150: string;
36
+ 350: string;
37
+ 375: string;
38
+ 400: string;
39
+ 500: string;
40
+ 525: string;
41
+ };
42
+ red: {
43
+ 400: string;
44
+ 500: string;
45
+ 800: string;
46
+ 900: string;
47
+ };
48
+ gray: {
49
+ 300: string;
50
+ 350: string;
51
+ 400: string;
52
+ 500: string;
53
+ 600: string;
54
+ 700: string;
55
+ 800: string;
56
+ 850: string;
57
+ 875: string;
58
+ 900: string;
59
+ 925: string;
60
+ 950: string;
61
+ };
62
+ green: {
63
+ 200: string;
64
+ 250: string;
65
+ 400: string;
66
+ 500: string;
67
+ };
68
+ orange: {
69
+ 500: string;
70
+ 450: string;
71
+ 150: string;
72
+ };
73
+ yellow: {
74
+ 100: string;
75
+ 50: string;
76
+ 75: string;
77
+ };
78
+ };
79
+ fonts: {
80
+ inter_thin_100: string;
81
+ inter_extra_light_200: string;
82
+ inter_light_300: string;
83
+ inter_regular_400: string;
84
+ inter_medium_500: string;
85
+ inter_semi_bold_600: string;
86
+ inter_bold_700: string;
87
+ inter_extra_bold_800: string;
88
+ inter_bold: string;
89
+ };
90
+ fontSizes: {
91
+ "2xs": number;
92
+ xs: number;
93
+ sm: number;
94
+ md: number;
95
+ lg: number;
96
+ xl: number;
97
+ "2xl": number;
98
+ "3xl": number;
99
+ "4xl": number;
100
+ "5xl": number;
101
+ "6xl": number;
102
+ "7xl": number;
103
+ "8xl": number;
104
+ "9xl": number;
105
+ };
106
+ margins: {
107
+ "2xs": number;
108
+ xs: number;
109
+ sm: number;
110
+ md: number;
111
+ lg: number;
112
+ xl: number;
113
+ "2xl": number;
114
+ "3xl": number;
115
+ "4xl": number;
116
+ "5xl": number;
117
+ "6xl": number;
118
+ "7xl": number;
119
+ "8xl": number;
120
+ "9xl": number;
121
+ };
122
+ shadows: {
123
+ z1: string;
124
+ z2: string;
125
+ };
126
+ paddings: {
127
+ "2xs": number;
128
+ xs: number;
129
+ sm: number;
130
+ md: number;
131
+ lg: number;
132
+ xl: number;
133
+ "2xl": number;
134
+ "3xl": number;
135
+ "4xl": number;
136
+ "5xl": number;
137
+ "6xl": number;
138
+ "7xl": number;
139
+ "8xl": number;
140
+ "9xl": number;
141
+ };
142
+ letterSpacing: {
143
+ o_16: number;
144
+ regular: number;
145
+ medium: number;
146
+ strong: number;
147
+ };
148
+ };
149
149
  //# sourceMappingURL=theme-provider.d.ts.map