kitunga-web 0.1.78

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 (402) hide show
  1. package/dist/features/buttons/components/Btns/Button.d.ts +32 -0
  2. package/dist/features/buttons/components/Btns/Button.d.ts.map +1 -0
  3. package/dist/features/buttons/components/Btns/Button.js +50 -0
  4. package/dist/features/buttons/components/Btns/Button.js.map +1 -0
  5. package/dist/features/buttons/components/Btns/Button.module.css +205 -0
  6. package/dist/features/data-display/components/Cards/ChartCard.d.ts +9 -0
  7. package/dist/features/data-display/components/Cards/ChartCard.d.ts.map +1 -0
  8. package/dist/features/data-display/components/Cards/ChartCard.js +7 -0
  9. package/dist/features/data-display/components/Cards/ChartCard.js.map +1 -0
  10. package/dist/features/data-display/components/Cards/ChartCard.module.css +27 -0
  11. package/dist/features/data-display/components/Cards/MetricCard.d.ts +11 -0
  12. package/dist/features/data-display/components/Cards/MetricCard.d.ts.map +1 -0
  13. package/dist/features/data-display/components/Cards/MetricCard.js +10 -0
  14. package/dist/features/data-display/components/Cards/MetricCard.js.map +1 -0
  15. package/dist/features/data-display/components/Cards/MetricCard.module.css +86 -0
  16. package/dist/features/data-display/components/Cards/StatCard.d.ts +15 -0
  17. package/dist/features/data-display/components/Cards/StatCard.d.ts.map +1 -0
  18. package/dist/features/data-display/components/Cards/StatCard.js +23 -0
  19. package/dist/features/data-display/components/Cards/StatCard.js.map +1 -0
  20. package/dist/features/data-display/components/Cards/StatCard.module.css +98 -0
  21. package/dist/features/data-display/components/Table/LineItemsTable.d.ts +4 -0
  22. package/dist/features/data-display/components/Table/LineItemsTable.d.ts.map +1 -0
  23. package/dist/features/data-display/components/Table/LineItemsTable.js +216 -0
  24. package/dist/features/data-display/components/Table/LineItemsTable.js.map +1 -0
  25. package/dist/features/data-display/components/Table/LineItemsTable.module.css +223 -0
  26. package/dist/features/data-display/components/Table/Table.d.ts +4 -0
  27. package/dist/features/data-display/components/Table/Table.d.ts.map +1 -0
  28. package/dist/features/data-display/components/Table/Table.js +181 -0
  29. package/dist/features/data-display/components/Table/Table.js.map +1 -0
  30. package/dist/features/data-display/components/Table/Table.module.css +305 -0
  31. package/dist/features/data-display/components/Table/types/LineItemsTable.d.ts +83 -0
  32. package/dist/features/data-display/components/Table/types/LineItemsTable.d.ts.map +1 -0
  33. package/dist/features/data-display/components/Table/types/LineItemsTable.js +2 -0
  34. package/dist/features/data-display/components/Table/types/LineItemsTable.js.map +1 -0
  35. package/dist/features/data-display/components/Table/types/Table.d.ts +78 -0
  36. package/dist/features/data-display/components/Table/types/Table.d.ts.map +1 -0
  37. package/dist/features/data-display/components/Table/types/Table.js +2 -0
  38. package/dist/features/data-display/components/Table/types/Table.js.map +1 -0
  39. package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.d.ts +12 -0
  40. package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.d.ts.map +1 -0
  41. package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.js +7 -0
  42. package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.js.map +1 -0
  43. package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.module.css +36 -0
  44. package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.d.ts +18 -0
  45. package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.d.ts.map +1 -0
  46. package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.js +52 -0
  47. package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.js.map +1 -0
  48. package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.module.css +90 -0
  49. package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.d.ts +21 -0
  50. package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.d.ts.map +1 -0
  51. package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.js +37 -0
  52. package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.js.map +1 -0
  53. package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.d.ts +15 -0
  54. package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.d.ts.map +1 -0
  55. package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.js +56 -0
  56. package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.js.map +1 -0
  57. package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.module.css +90 -0
  58. package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.d.ts +9 -0
  59. package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.d.ts.map +1 -0
  60. package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.js +9 -0
  61. package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.js.map +1 -0
  62. package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.module.css +36 -0
  63. package/dist/features/feedback/components/FlowNotice/FlowNotice.d.ts +8 -0
  64. package/dist/features/feedback/components/FlowNotice/FlowNotice.d.ts.map +1 -0
  65. package/dist/features/feedback/components/FlowNotice/FlowNotice.js +52 -0
  66. package/dist/features/feedback/components/FlowNotice/FlowNotice.js.map +1 -0
  67. package/dist/features/feedback/components/FlowNotice/FlowNotice.module.css +122 -0
  68. package/dist/features/feedback/components/Loading/AppLoading.d.ts +14 -0
  69. package/dist/features/feedback/components/Loading/AppLoading.d.ts.map +1 -0
  70. package/dist/features/feedback/components/Loading/AppLoading.js +17 -0
  71. package/dist/features/feedback/components/Loading/AppLoading.js.map +1 -0
  72. package/dist/features/feedback/components/Loading/AppLoading.module.css +95 -0
  73. package/dist/features/feedback/components/SuccesModal/ModalSuccess.d.ts +24 -0
  74. package/dist/features/feedback/components/SuccesModal/ModalSuccess.d.ts.map +1 -0
  75. package/dist/features/feedback/components/SuccesModal/ModalSuccess.js +11 -0
  76. package/dist/features/feedback/components/SuccesModal/ModalSuccess.js.map +1 -0
  77. package/dist/features/feedback/components/SuccesModal/ModalSuccess.module.css +141 -0
  78. package/dist/features/feedback/components/Tooltips/InfoTooltip.d.ts +10 -0
  79. package/dist/features/feedback/components/Tooltips/InfoTooltip.d.ts.map +1 -0
  80. package/dist/features/feedback/components/Tooltips/InfoTooltip.js +48 -0
  81. package/dist/features/feedback/components/Tooltips/InfoTooltip.js.map +1 -0
  82. package/dist/features/feedback/components/Tooltips/InfoTooltip.module.css +123 -0
  83. package/dist/features/feedback/components/Tooltips/InfoTooltipContent.d.ts +11 -0
  84. package/dist/features/feedback/components/Tooltips/InfoTooltipContent.d.ts.map +1 -0
  85. package/dist/features/feedback/components/Tooltips/InfoTooltipContent.js +8 -0
  86. package/dist/features/feedback/components/Tooltips/InfoTooltipContent.js.map +1 -0
  87. package/dist/features/feedback/components/Tooltips/InfoTooltipContent.module.css +58 -0
  88. package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.d.ts +27 -0
  89. package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.d.ts.map +1 -0
  90. package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.js +56 -0
  91. package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.js.map +1 -0
  92. package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.module.css +200 -0
  93. package/dist/features/inputs/components/DatePicker/DatePicker.d.ts +13 -0
  94. package/dist/features/inputs/components/DatePicker/DatePicker.d.ts.map +1 -0
  95. package/dist/features/inputs/components/DatePicker/DatePicker.js +97 -0
  96. package/dist/features/inputs/components/DatePicker/DatePicker.js.map +1 -0
  97. package/dist/features/inputs/components/DatePicker/DatePicker.module.css +186 -0
  98. package/dist/features/inputs/components/Inputs/DateInput.d.ts +27 -0
  99. package/dist/features/inputs/components/Inputs/DateInput.d.ts.map +1 -0
  100. package/dist/features/inputs/components/Inputs/DateInput.js +236 -0
  101. package/dist/features/inputs/components/Inputs/DateInput.js.map +1 -0
  102. package/dist/features/inputs/components/Inputs/DateInput.module.css +301 -0
  103. package/dist/features/inputs/components/Inputs/DateRangeInput.d.ts +24 -0
  104. package/dist/features/inputs/components/Inputs/DateRangeInput.d.ts.map +1 -0
  105. package/dist/features/inputs/components/Inputs/DateRangeInput.js +10 -0
  106. package/dist/features/inputs/components/Inputs/DateRangeInput.js.map +1 -0
  107. package/dist/features/inputs/components/Inputs/DateRangeInput.module.css +24 -0
  108. package/dist/features/inputs/components/Inputs/NumberInput.d.ts +21 -0
  109. package/dist/features/inputs/components/Inputs/NumberInput.d.ts.map +1 -0
  110. package/dist/features/inputs/components/Inputs/NumberInput.js +82 -0
  111. package/dist/features/inputs/components/Inputs/NumberInput.js.map +1 -0
  112. package/dist/features/inputs/components/Inputs/NumberInput.module.css +148 -0
  113. package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.d.ts +9 -0
  114. package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.d.ts.map +1 -0
  115. package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.js +187 -0
  116. package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.js.map +1 -0
  117. package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.module.css +259 -0
  118. package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.d.ts +3 -0
  119. package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.d.ts.map +1 -0
  120. package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.js +20 -0
  121. package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.js.map +1 -0
  122. package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.d.ts +3 -0
  123. package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.d.ts.map +1 -0
  124. package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.js +9 -0
  125. package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.js.map +1 -0
  126. package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.d.ts +5 -0
  127. package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.d.ts.map +1 -0
  128. package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.js +48 -0
  129. package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.js.map +1 -0
  130. package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.d.ts +3 -0
  131. package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.d.ts.map +1 -0
  132. package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.js +9 -0
  133. package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.js.map +1 -0
  134. package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.d.ts +3 -0
  135. package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.d.ts.map +1 -0
  136. package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.js +17 -0
  137. package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.js.map +1 -0
  138. package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.d.ts +10 -0
  139. package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.d.ts.map +1 -0
  140. package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.js +2 -0
  141. package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.js.map +1 -0
  142. package/dist/features/inputs/components/Inputs/SearchInput.d.ts +13 -0
  143. package/dist/features/inputs/components/Inputs/SearchInput.d.ts.map +1 -0
  144. package/dist/features/inputs/components/Inputs/SearchInput.js +12 -0
  145. package/dist/features/inputs/components/Inputs/SearchInput.js.map +1 -0
  146. package/dist/features/inputs/components/Inputs/SearchInput.module.css +107 -0
  147. package/dist/features/inputs/components/Inputs/StepperInput.d.ts +14 -0
  148. package/dist/features/inputs/components/Inputs/StepperInput.d.ts.map +1 -0
  149. package/dist/features/inputs/components/Inputs/StepperInput.js +44 -0
  150. package/dist/features/inputs/components/Inputs/StepperInput.js.map +1 -0
  151. package/dist/features/inputs/components/Inputs/StepperInput.module.css +96 -0
  152. package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.d.ts +15 -0
  153. package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.d.ts.map +1 -0
  154. package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.js +102 -0
  155. package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.js.map +1 -0
  156. package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.module.css +259 -0
  157. package/dist/features/inputs/components/Inputs/TaxIdInput/index.d.ts +5 -0
  158. package/dist/features/inputs/components/Inputs/TaxIdInput/index.d.ts.map +1 -0
  159. package/dist/features/inputs/components/Inputs/TaxIdInput/index.js +3 -0
  160. package/dist/features/inputs/components/Inputs/TaxIdInput/index.js.map +1 -0
  161. package/dist/features/inputs/components/Inputs/TextInput.d.ts +4 -0
  162. package/dist/features/inputs/components/Inputs/TextInput.d.ts.map +1 -0
  163. package/dist/features/inputs/components/Inputs/TextInput.js +61 -0
  164. package/dist/features/inputs/components/Inputs/TextInput.js.map +1 -0
  165. package/dist/features/inputs/components/Inputs/TextInput.module.css +174 -0
  166. package/dist/features/inputs/components/Inputs/TextareaInput.d.ts +4 -0
  167. package/dist/features/inputs/components/Inputs/TextareaInput.d.ts.map +1 -0
  168. package/dist/features/inputs/components/Inputs/TextareaInput.js +45 -0
  169. package/dist/features/inputs/components/Inputs/TextareaInput.js.map +1 -0
  170. package/dist/features/inputs/components/Inputs/TextareaInput.module.css +144 -0
  171. package/dist/features/inputs/components/Inputs/types/input.types.d.ts +28 -0
  172. package/dist/features/inputs/components/Inputs/types/input.types.d.ts.map +1 -0
  173. package/dist/features/inputs/components/Inputs/types/input.types.js +2 -0
  174. package/dist/features/inputs/components/Inputs/types/input.types.js.map +1 -0
  175. package/dist/features/navigation/components/Menu/SharedMenuItem.d.ts +25 -0
  176. package/dist/features/navigation/components/Menu/SharedMenuItem.d.ts.map +1 -0
  177. package/dist/features/navigation/components/Menu/SharedMenuItem.js +40 -0
  178. package/dist/features/navigation/components/Menu/SharedMenuItem.js.map +1 -0
  179. package/dist/features/navigation/components/Menu/SharedMenuItem.module.css +219 -0
  180. package/dist/features/navigation/components/PageFooter/PageFooter.d.ts +13 -0
  181. package/dist/features/navigation/components/PageFooter/PageFooter.d.ts.map +1 -0
  182. package/dist/features/navigation/components/PageFooter/PageFooter.js +52 -0
  183. package/dist/features/navigation/components/PageFooter/PageFooter.js.map +1 -0
  184. package/dist/features/navigation/components/PageFooter/PageFooter.module.css +24 -0
  185. package/dist/features/navigation/components/PageHeader/PageHeader.d.ts +14 -0
  186. package/dist/features/navigation/components/PageHeader/PageHeader.d.ts.map +1 -0
  187. package/dist/features/navigation/components/PageHeader/PageHeader.js +22 -0
  188. package/dist/features/navigation/components/PageHeader/PageHeader.js.map +1 -0
  189. package/dist/features/navigation/components/PageHeader/PageHeader.module.css +41 -0
  190. package/dist/features/navigation/components/Sidebar/Sidebar.d.ts +24 -0
  191. package/dist/features/navigation/components/Sidebar/Sidebar.d.ts.map +1 -0
  192. package/dist/features/navigation/components/Sidebar/Sidebar.js +131 -0
  193. package/dist/features/navigation/components/Sidebar/Sidebar.js.map +1 -0
  194. package/dist/features/navigation/components/Sidebar/Sidebar.module.css +139 -0
  195. package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.d.ts +66 -0
  196. package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.d.ts.map +1 -0
  197. package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.js +89 -0
  198. package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.js.map +1 -0
  199. package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.module.css +269 -0
  200. package/dist/features/overlays/components/Popup/Popup.d.ts +8 -0
  201. package/dist/features/overlays/components/Popup/Popup.d.ts.map +1 -0
  202. package/dist/features/overlays/components/Popup/Popup.js +23 -0
  203. package/dist/features/overlays/components/Popup/Popup.js.map +1 -0
  204. package/dist/features/overlays/components/Popup/Popup.module.css +64 -0
  205. package/dist/features/overlays/components/Popup/index.d.ts +3 -0
  206. package/dist/features/overlays/components/Popup/index.d.ts.map +1 -0
  207. package/dist/features/overlays/components/Popup/index.js +2 -0
  208. package/dist/features/overlays/components/Popup/index.js.map +1 -0
  209. package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.d.ts +36 -0
  210. package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.d.ts.map +1 -0
  211. package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.js +38 -0
  212. package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.js.map +1 -0
  213. package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.module.css +339 -0
  214. package/dist/features/overlays/components/dropdowns/DropdownMenu.d.ts +18 -0
  215. package/dist/features/overlays/components/dropdowns/DropdownMenu.d.ts.map +1 -0
  216. package/dist/features/overlays/components/dropdowns/DropdownMenu.js +34 -0
  217. package/dist/features/overlays/components/dropdowns/DropdownMenu.js.map +1 -0
  218. package/dist/features/overlays/components/dropdowns/DropdownMenu.module.css +23 -0
  219. package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.d.ts +36 -0
  220. package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.d.ts.map +1 -0
  221. package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.js +19 -0
  222. package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.js.map +1 -0
  223. package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.module.css +88 -0
  224. package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.d.ts +14 -0
  225. package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.d.ts.map +1 -0
  226. package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js +119 -0
  227. package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js.map +1 -0
  228. package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.module.css +76 -0
  229. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts +3 -0
  230. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts.map +1 -0
  231. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.js +486 -0
  232. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.js.map +1 -0
  233. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.module.css +55 -0
  234. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.d.ts +16 -0
  235. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.d.ts.map +1 -0
  236. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.js +8 -0
  237. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.js.map +1 -0
  238. package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.module.css +77 -0
  239. package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.d.ts +10 -0
  240. package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.d.ts.map +1 -0
  241. package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.js +9 -0
  242. package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.js.map +1 -0
  243. package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.module.css +86 -0
  244. package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.d.ts +13 -0
  245. package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.d.ts.map +1 -0
  246. package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.js +9 -0
  247. package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.js.map +1 -0
  248. package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.module.css +8 -0
  249. package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.d.ts +20 -0
  250. package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.d.ts.map +1 -0
  251. package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.js +7 -0
  252. package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.js.map +1 -0
  253. package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.module.css +13 -0
  254. package/dist/features/patterns/components/Form/MultiStepForm/types/types.d.ts +216 -0
  255. package/dist/features/patterns/components/Form/MultiStepForm/types/types.d.ts.map +1 -0
  256. package/dist/features/patterns/components/Form/MultiStepForm/types/types.js +2 -0
  257. package/dist/features/patterns/components/Form/MultiStepForm/types/types.js.map +1 -0
  258. package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.d.ts +6 -0
  259. package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.d.ts.map +1 -0
  260. package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.js +22 -0
  261. package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.js.map +1 -0
  262. package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.d.ts +10 -0
  263. package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.d.ts.map +1 -0
  264. package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.js +31 -0
  265. package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.js.map +1 -0
  266. package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.d.ts +19 -0
  267. package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.d.ts.map +1 -0
  268. package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.js +104 -0
  269. package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.js.map +1 -0
  270. package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.module.css +55 -0
  271. package/dist/features/selects/components/Selects/CustomSelect.d.ts +27 -0
  272. package/dist/features/selects/components/Selects/CustomSelect.d.ts.map +1 -0
  273. package/dist/features/selects/components/Selects/CustomSelect.js +53 -0
  274. package/dist/features/selects/components/Selects/CustomSelect.js.map +1 -0
  275. package/dist/features/selects/components/Selects/CustomSelect.module.css +307 -0
  276. package/dist/features/uploads/components/ImageUpload/ImageUpload.d.ts +12 -0
  277. package/dist/features/uploads/components/ImageUpload/ImageUpload.d.ts.map +1 -0
  278. package/dist/features/uploads/components/ImageUpload/ImageUpload.js +178 -0
  279. package/dist/features/uploads/components/ImageUpload/ImageUpload.js.map +1 -0
  280. package/dist/features/uploads/components/ImageUpload/ImageUpload.module.css +254 -0
  281. package/dist/features/uploads/components/VideoUpload/VideoUpload.d.ts +12 -0
  282. package/dist/features/uploads/components/VideoUpload/VideoUpload.d.ts.map +1 -0
  283. package/dist/features/uploads/components/VideoUpload/VideoUpload.js +183 -0
  284. package/dist/features/uploads/components/VideoUpload/VideoUpload.js.map +1 -0
  285. package/dist/features/uploads/components/VideoUpload/VideoUpload.module.css +277 -0
  286. package/dist/features/uploads/components/VideoUpload/index.d.ts +2 -0
  287. package/dist/features/uploads/components/VideoUpload/index.d.ts.map +1 -0
  288. package/dist/features/uploads/components/VideoUpload/index.js +2 -0
  289. package/dist/features/uploads/components/VideoUpload/index.js.map +1 -0
  290. package/dist/index.d.ts +5 -0
  291. package/dist/index.d.ts.map +1 -0
  292. package/dist/index.js +5 -0
  293. package/dist/index.js.map +1 -0
  294. package/dist/shared/styles/globals.css +80 -0
  295. package/dist/shared/styles/tokens.css +138 -0
  296. package/dist/shared/utils/devDelay.d.ts +8 -0
  297. package/dist/shared/utils/devDelay.d.ts.map +1 -0
  298. package/dist/shared/utils/devDelay.js +11 -0
  299. package/dist/shared/utils/devDelay.js.map +1 -0
  300. package/dist/shared/utils/files.d.ts +9 -0
  301. package/dist/shared/utils/files.d.ts.map +1 -0
  302. package/dist/shared/utils/files.js +26 -0
  303. package/dist/shared/utils/files.js.map +1 -0
  304. package/dist/shared/utils/formatCurrency.d.ts +24 -0
  305. package/dist/shared/utils/formatCurrency.d.ts.map +1 -0
  306. package/dist/shared/utils/formatCurrency.js +96 -0
  307. package/dist/shared/utils/formatCurrency.js.map +1 -0
  308. package/dist/shared/utils/location/countries/ao.d.ts +3 -0
  309. package/dist/shared/utils/location/countries/ao.d.ts.map +1 -0
  310. package/dist/shared/utils/location/countries/ao.js +52 -0
  311. package/dist/shared/utils/location/countries/ao.js.map +1 -0
  312. package/dist/shared/utils/location/countries/ao.json +254 -0
  313. package/dist/shared/utils/location/countries/ao.official-2026.json +254 -0
  314. package/dist/shared/utils/location/countries/br.d.ts +3 -0
  315. package/dist/shared/utils/location/countries/br.d.ts.map +1 -0
  316. package/dist/shared/utils/location/countries/br.js +33 -0
  317. package/dist/shared/utils/location/countries/br.js.map +1 -0
  318. package/dist/shared/utils/location/countries/mz.d.ts +3 -0
  319. package/dist/shared/utils/location/countries/mz.d.ts.map +1 -0
  320. package/dist/shared/utils/location/countries/mz.js +17 -0
  321. package/dist/shared/utils/location/countries/mz.js.map +1 -0
  322. package/dist/shared/utils/location/countries/ng.d.ts +3 -0
  323. package/dist/shared/utils/location/countries/ng.d.ts.map +1 -0
  324. package/dist/shared/utils/location/countries/ng.js +43 -0
  325. package/dist/shared/utils/location/countries/ng.js.map +1 -0
  326. package/dist/shared/utils/location/countries/pt.d.ts +3 -0
  327. package/dist/shared/utils/location/countries/pt.d.ts.map +1 -0
  328. package/dist/shared/utils/location/countries/pt.js +26 -0
  329. package/dist/shared/utils/location/countries/pt.js.map +1 -0
  330. package/dist/shared/utils/location/countries/us.d.ts +3 -0
  331. package/dist/shared/utils/location/countries/us.d.ts.map +1 -0
  332. package/dist/shared/utils/location/countries/us.js +57 -0
  333. package/dist/shared/utils/location/countries/us.js.map +1 -0
  334. package/dist/shared/utils/location/countries/za.d.ts +3 -0
  335. package/dist/shared/utils/location/countries/za.d.ts.map +1 -0
  336. package/dist/shared/utils/location/countries/za.js +15 -0
  337. package/dist/shared/utils/location/countries/za.js.map +1 -0
  338. package/dist/shared/utils/location/index.d.ts +14 -0
  339. package/dist/shared/utils/location/index.d.ts.map +1 -0
  340. package/dist/shared/utils/location/index.js +131 -0
  341. package/dist/shared/utils/location/index.js.map +1 -0
  342. package/dist/shared/utils/location/types.d.ts +24 -0
  343. package/dist/shared/utils/location/types.d.ts.map +1 -0
  344. package/dist/shared/utils/location/types.js +2 -0
  345. package/dist/shared/utils/location/types.js.map +1 -0
  346. package/dist/shared/utils/logger.d.ts +43 -0
  347. package/dist/shared/utils/logger.d.ts.map +1 -0
  348. package/dist/shared/utils/logger.js +139 -0
  349. package/dist/shared/utils/logger.js.map +1 -0
  350. package/dist/shared/utils/maskedDecimal.d.ts +8 -0
  351. package/dist/shared/utils/maskedDecimal.d.ts.map +1 -0
  352. package/dist/shared/utils/maskedDecimal.js +42 -0
  353. package/dist/shared/utils/maskedDecimal.js.map +1 -0
  354. package/dist/shared/utils/slug.d.ts +12 -0
  355. package/dist/shared/utils/slug.d.ts.map +1 -0
  356. package/dist/shared/utils/slug.js +31 -0
  357. package/dist/shared/utils/slug.js.map +1 -0
  358. package/dist/shared/utils/tax-id/countries/ao.d.ts +11 -0
  359. package/dist/shared/utils/tax-id/countries/ao.d.ts.map +1 -0
  360. package/dist/shared/utils/tax-id/countries/ao.js +115 -0
  361. package/dist/shared/utils/tax-id/countries/ao.js.map +1 -0
  362. package/dist/shared/utils/tax-id/countries/br.d.ts +3 -0
  363. package/dist/shared/utils/tax-id/countries/br.d.ts.map +1 -0
  364. package/dist/shared/utils/tax-id/countries/br.js +24 -0
  365. package/dist/shared/utils/tax-id/countries/br.js.map +1 -0
  366. package/dist/shared/utils/tax-id/countries/index.d.ts +8 -0
  367. package/dist/shared/utils/tax-id/countries/index.d.ts.map +1 -0
  368. package/dist/shared/utils/tax-id/countries/index.js +12 -0
  369. package/dist/shared/utils/tax-id/countries/index.js.map +1 -0
  370. package/dist/shared/utils/tax-id/countries/pt.d.ts +3 -0
  371. package/dist/shared/utils/tax-id/countries/pt.d.ts.map +1 -0
  372. package/dist/shared/utils/tax-id/countries/pt.js +24 -0
  373. package/dist/shared/utils/tax-id/countries/pt.js.map +1 -0
  374. package/dist/shared/utils/tax-id/countries/us.d.ts +3 -0
  375. package/dist/shared/utils/tax-id/countries/us.d.ts.map +1 -0
  376. package/dist/shared/utils/tax-id/countries/us.js +24 -0
  377. package/dist/shared/utils/tax-id/countries/us.js.map +1 -0
  378. package/dist/shared/utils/tax-id/index.d.ts +14 -0
  379. package/dist/shared/utils/tax-id/index.d.ts.map +1 -0
  380. package/dist/shared/utils/tax-id/index.js +140 -0
  381. package/dist/shared/utils/tax-id/index.js.map +1 -0
  382. package/dist/shared/utils/tax-id/types.d.ts +21 -0
  383. package/dist/shared/utils/tax-id/types.d.ts.map +1 -0
  384. package/dist/shared/utils/tax-id/types.js +2 -0
  385. package/dist/shared/utils/tax-id/types.js.map +1 -0
  386. package/dist/styles.d.ts +2 -0
  387. package/dist/styles.d.ts.map +1 -0
  388. package/dist/styles.js +2 -0
  389. package/dist/styles.js.map +1 -0
  390. package/dist/tokens.d.ts +2 -0
  391. package/dist/tokens.d.ts.map +1 -0
  392. package/dist/tokens.js +2 -0
  393. package/dist/tokens.js.map +1 -0
  394. package/dist/ui.d.ts +67 -0
  395. package/dist/ui.d.ts.map +1 -0
  396. package/dist/ui.js +39 -0
  397. package/dist/ui.js.map +1 -0
  398. package/dist/utils.d.ts +7 -0
  399. package/dist/utils.d.ts.map +1 -0
  400. package/dist/utils.js +4 -0
  401. package/dist/utils.js.map +1 -0
  402. package/package.json +80 -0
@@ -0,0 +1,144 @@
1
+ .inputContainer {
2
+ position: relative;
3
+ display: flex;
4
+ align-items: flex-start;
5
+ width: 100%;
6
+ }
7
+
8
+ .textArea {
9
+ width: 100%;
10
+ padding: var(--spacing-sm) var(--spacing-md);
11
+ border: 1px solid var(--border-divider);
12
+ border-radius: var(--radius-sm);
13
+ font-size: 0.9rem;
14
+ background-color: var(--bg-secondary);
15
+ color: var(--text-primary);
16
+ transition: all var(--transition-fast);
17
+ resize: vertical;
18
+ min-height: 96px;
19
+ line-height: 1.35;
20
+ }
21
+
22
+ .textArea::placeholder {
23
+ color: var(--text-tertiary);
24
+ }
25
+
26
+ .textArea:focus {
27
+ outline: none;
28
+ border-color: var(--border-focus);
29
+ background-color: var(--bg-primary);
30
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
31
+ }
32
+
33
+ .textArea:-webkit-autofill,
34
+ .textArea:-webkit-autofill:hover,
35
+ .textArea:-webkit-autofill:focus,
36
+ .textArea:-webkit-autofill:active {
37
+ -webkit-box-shadow: 0 0 0 1000px var(--bg-secondary) inset;
38
+ box-shadow: 0 0 0 1000px var(--bg-secondary) inset;
39
+ background-color: var(--bg-secondary) !important;
40
+ -webkit-text-fill-color: var(--text-primary);
41
+ color: var(--text-primary);
42
+ caret-color: var(--text-primary);
43
+ }
44
+
45
+ .textArea:disabled,
46
+ .textArea[readonly] {
47
+ background-color: var(--bg-secondary);
48
+ color: var(--text-tertiary);
49
+ cursor: not-allowed;
50
+ }
51
+
52
+ .clearButton {
53
+ position: absolute;
54
+ right: var(--spacing-sm);
55
+ top: var(--spacing-sm);
56
+ width: 24px;
57
+ height: 24px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ background: var(--color-gray-100);
62
+ border: none;
63
+ border-radius: 50%;
64
+ color: var(--text-tertiary);
65
+ cursor: pointer;
66
+ transition: all var(--transition-fast);
67
+ z-index: 1;
68
+ }
69
+
70
+ .clearButton:hover {
71
+ background: var(--color-gray-300);
72
+ color: var(--text-primary);
73
+ }
74
+
75
+ .inputIcon {
76
+ position: absolute;
77
+ left: var(--spacing-md);
78
+ top: var(--spacing-sm);
79
+ color: var(--text-tertiary);
80
+ pointer-events: none;
81
+ z-index: 1;
82
+ }
83
+
84
+ .hasLeftIcon .textArea {
85
+ padding-left: 2.5rem;
86
+ }
87
+
88
+ .sm {
89
+ min-height: 80px;
90
+ }
91
+
92
+ .sm .textArea {
93
+ font-size: 0.75rem;
94
+ padding: var(--spacing-sm) var(--spacing-lg);
95
+ min-height: 80px;
96
+ }
97
+
98
+ .sm .clearButton {
99
+ width: 20px;
100
+ height: 20px;
101
+ right: var(--spacing-xs);
102
+ top: var(--spacing-xs);
103
+ }
104
+
105
+ .md {
106
+ min-height: 96px;
107
+ }
108
+
109
+ .md .textArea {
110
+ min-height: 96px;
111
+ }
112
+
113
+ .lg {
114
+ min-height: 120px;
115
+ }
116
+
117
+ .lg .textArea {
118
+ font-size: 1rem;
119
+ padding: var(--spacing-md) var(--spacing-xl);
120
+ min-height: 120px;
121
+ }
122
+
123
+ .lg .clearButton {
124
+ width: 28px;
125
+ height: 28px;
126
+ right: var(--spacing-md);
127
+ top: var(--spacing-sm);
128
+ }
129
+
130
+
131
+ .inputContainer.hasError {
132
+ flex-direction: column;
133
+ }
134
+
135
+ .errorText {
136
+ color: #ef4444;
137
+ font-size: 0.75rem;
138
+ margin-top: 4px;
139
+ display: block;
140
+ }
141
+
142
+ .inputError {
143
+ border-color: #ef4444 !important;
144
+ }
@@ -0,0 +1,28 @@
1
+ import { InputHTMLAttributes, ReactNode, TextareaHTMLAttributes } from 'react';
2
+ export type InputSize = 'sm' | 'md' | 'lg';
3
+ export type InputVariant = 'default' | 'flat';
4
+ export interface BaseInputProps {
5
+ size?: InputSize;
6
+ variant?: InputVariant;
7
+ containerClassName?: string;
8
+ leftIcon?: ReactNode;
9
+ showClearButton?: boolean;
10
+ clearButtonLabel?: string;
11
+ hasError?: boolean;
12
+ errorMessage?: string;
13
+ }
14
+ export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'value' | 'onChange'>, BaseInputProps {
15
+ value?: string;
16
+ onChange?: (value: string) => void;
17
+ showPasswordToggle?: boolean;
18
+ }
19
+ export interface TextareaInputProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'value' | 'onChange'>, BaseInputProps {
20
+ value?: string;
21
+ onChange?: (value: string) => void;
22
+ }
23
+ export interface SearchInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'value' | 'onChange'>, BaseInputProps {
24
+ value?: string;
25
+ onChange?: (value: string) => void;
26
+ onSearch?: (value: string) => void;
27
+ }
28
+ //# sourceMappingURL=input.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/inputs/components/Inputs/types/input.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,SAAS,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAE/E,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC3C,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,CAAC;AAE9C,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC,EAAE,cAAc;IAChI,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,EAAE,cAAc;IACjI,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC,EAAE,cAAc;IAClI,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=input.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.types.js","sourceRoot":"","sources":["../../../../../../src/features/inputs/components/Inputs/types/input.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ export interface SharedMenuItemProps {
3
+ label: string;
4
+ leftIcon?: React.ReactNode;
5
+ rightIcon?: React.ReactNode;
6
+ active?: boolean;
7
+ destructive?: boolean;
8
+ collapsed?: boolean;
9
+ description?: string;
10
+ suffix?: string;
11
+ onClick?: () => void;
12
+ onMouseEnter?: (e: React.MouseEvent<HTMLLIElement>) => void;
13
+ onMouseLeave?: (e: React.MouseEvent<HTMLLIElement>) => void;
14
+ role?: string;
15
+ ariaCurrent?: 'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false';
16
+ isExpanded?: boolean;
17
+ size?: 'sm' | 'md' | 'lg';
18
+ groupHeader?: boolean;
19
+ groupOpen?: boolean;
20
+ children?: React.ReactNode;
21
+ }
22
+ export default function SharedMenuItem({ label, leftIcon, rightIcon, active, destructive, collapsed, // used for tooltip
23
+ isExpanded, // used for text animation
24
+ description, suffix, onClick, onMouseEnter, onMouseLeave, role, ariaCurrent, size, groupHeader, groupOpen, children, }: SharedMenuItemProps): import("react/jsx-runtime").JSX.Element;
25
+ //# sourceMappingURL=SharedMenuItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SharedMenuItem.d.ts","sourceRoot":"","sources":["../../../../../src/features/navigation/components/Menu/SharedMenuItem.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAIhD,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC5D,YAAY,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC5D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAChF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,KAAK,EACL,QAAQ,EACR,SAAS,EACT,MAAc,EACd,WAAmB,EACnB,SAAiB,EAAE,mBAAmB;AACtC,UAAiB,EAAE,0BAA0B;AAC7C,WAAW,EACX,MAAM,EACN,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,IAAI,EACJ,WAAW,EACX,IAAW,EACX,WAAmB,EACnB,SAAiB,EACjB,QAAQ,GACX,EAAE,mBAAmB,2CAgFrB"}
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { useRef, useState } from 'react';
4
+ import { createPortal } from 'react-dom';
5
+ import styles from './SharedMenuItem.module.css';
6
+ export default function SharedMenuItem({ label, leftIcon, rightIcon, active = false, destructive = false, collapsed = false, // used for tooltip
7
+ isExpanded = true, // used for text animation
8
+ description, suffix, onClick, onMouseEnter, onMouseLeave, role, ariaCurrent, size = 'md', groupHeader = false, groupOpen = false, children, }) {
9
+ const liRef = useRef(null);
10
+ const [tooltipRect, setTooltipRect] = useState(null);
11
+ const showTooltip = collapsed && !!label;
12
+ const handleMouseEnter = (e) => {
13
+ if (showTooltip && liRef.current) {
14
+ setTooltipRect(liRef.current.getBoundingClientRect());
15
+ }
16
+ onMouseEnter === null || onMouseEnter === void 0 ? void 0 : onMouseEnter(e);
17
+ };
18
+ const handleMouseLeave = (e) => {
19
+ setTooltipRect(null);
20
+ onMouseLeave === null || onMouseLeave === void 0 ? void 0 : onMouseLeave(e);
21
+ };
22
+ // Base classes + state classes
23
+ const liClasses = [
24
+ styles.menuItem,
25
+ !groupHeader && active ? styles.activeItem : '',
26
+ destructive ? styles.destructiveItem : '',
27
+ isExpanded ? styles.expandedItem : styles.collapsedItem,
28
+ groupHeader ? styles.groupHeaderItem : '',
29
+ groupHeader && groupOpen ? styles.groupHeaderOpen : '',
30
+ ].filter(Boolean).join(' ');
31
+ const linkClasses = [
32
+ styles.menuLink,
33
+ styles[size],
34
+ ].filter(Boolean).join(' ');
35
+ return (_jsxs("li", { ref: liRef, className: liClasses, onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, children: [_jsxs("button", { className: linkClasses, onClick: onClick, role: role, "aria-current": ariaCurrent, children: [leftIcon && (_jsx("span", { className: `${styles.iconWrapper} ${styles.leftIconWrapper}`, children: leftIcon })), _jsxs("span", { className: styles.menuText, children: [_jsx("span", { children: label }), description && (_jsx("span", { className: styles.menuDescription, children: description }))] }), suffix && _jsx("span", { className: styles.menuSuffix, children: suffix }), rightIcon && _jsx("span", { className: `${styles.iconWrapper} ${styles.rightIconWrapper}`, children: rightIcon })] }), children, showTooltip && tooltipRect && typeof document !== 'undefined' && createPortal(_jsxs("div", { className: styles.portalTooltip, style: {
36
+ top: tooltipRect.top + tooltipRect.height / 2,
37
+ left: tooltipRect.right + 11,
38
+ }, children: [label, _jsx("span", { className: styles.portalTooltipArrow })] }), document.body)] }));
39
+ }
40
+ //# sourceMappingURL=SharedMenuItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SharedMenuItem.js","sourceRoot":"","sources":["../../../../../src/features/navigation/components/Menu/SharedMenuItem.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,MAAM,MAAM,6BAA6B,CAAC;AAuBjD,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,KAAK,EACL,QAAQ,EACR,SAAS,EACT,MAAM,GAAG,KAAK,EACd,WAAW,GAAG,KAAK,EACnB,SAAS,GAAG,KAAK,EAAE,mBAAmB;AACtC,UAAU,GAAG,IAAI,EAAE,0BAA0B;AAC7C,WAAW,EACX,MAAM,EACN,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,IAAI,EACJ,WAAW,EACX,IAAI,GAAG,IAAI,EACX,WAAW,GAAG,KAAK,EACnB,SAAS,GAAG,KAAK,EACjB,QAAQ,GACU;IAElB,MAAM,KAAK,GAAG,MAAM,CAAgB,IAAI,CAAC,CAAC;IAC1C,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAiB,IAAI,CAAC,CAAC;IAErE,MAAM,WAAW,GAAG,SAAS,IAAI,CAAC,CAAC,KAAK,CAAC;IAEzC,MAAM,gBAAgB,GAAG,CAAC,CAAkC,EAAE,EAAE;QAC5D,IAAI,WAAW,IAAI,KAAK,CAAC,OAAO,EAAE,CAAC;YAC/B,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;QAC1D,CAAC;QACD,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAG,CAAC,CAAC,CAAC;IACtB,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,CAAC,CAAkC,EAAE,EAAE;QAC5D,cAAc,CAAC,IAAI,CAAC,CAAC;QACrB,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAG,CAAC,CAAC,CAAC;IACtB,CAAC,CAAC;IAEF,+BAA+B;IAC/B,MAAM,SAAS,GAAG;QACd,MAAM,CAAC,QAAQ;QACf,CAAC,WAAW,IAAI,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE;QAC/C,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE;QACzC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,aAAa;QACvD,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE;QACzC,WAAW,IAAI,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE;KACzD,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAE5B,MAAM,WAAW,GAAG;QAChB,MAAM,CAAC,QAAQ;QACf,MAAM,CAAC,IAAI,CAAC;KACf,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAE5B,OAAO,CACH,cACI,GAAG,EAAE,KAAK,EACV,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,gBAAgB,EAC9B,YAAY,EAAE,gBAAgB,aAE9B,kBACI,SAAS,EAAE,WAAW,EACtB,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,kBACI,WAAW,aAExB,QAAQ,IAAI,CACT,eAAM,SAAS,EAAE,GAAG,MAAM,CAAC,WAAW,IAAI,MAAM,CAAC,eAAe,EAAE,YAC7D,QAAQ,GACN,CACV,EAED,gBAAM,SAAS,EAAE,MAAM,CAAC,QAAQ,aAC5B,yBAAO,KAAK,GAAQ,EACnB,WAAW,IAAI,CACZ,eAAM,SAAS,EAAE,MAAM,CAAC,eAAe,YAAG,WAAW,GAAQ,CAChE,IACE,EAEN,MAAM,IAAI,eAAM,SAAS,EAAE,MAAM,CAAC,UAAU,YAAG,MAAM,GAAQ,EAC7D,SAAS,IAAI,eAAM,SAAS,EAAE,GAAG,MAAM,CAAC,WAAW,IAAI,MAAM,CAAC,gBAAgB,EAAE,YAAG,SAAS,GAAQ,IAChG,EACR,QAAQ,EAER,WAAW,IAAI,WAAW,IAAI,OAAO,QAAQ,KAAK,WAAW,IAAI,YAAY,CAC1E,eACI,SAAS,EAAE,MAAM,CAAC,aAAa,EAC/B,KAAK,EAAE;oBACH,GAAG,EAAE,WAAW,CAAC,GAAG,GAAG,WAAW,CAAC,MAAM,GAAG,CAAC;oBAC7C,IAAI,EAAE,WAAW,CAAC,KAAK,GAAG,EAAE;iBAC/B,aAEA,KAAK,EACN,eAAM,SAAS,EAAE,MAAM,CAAC,kBAAkB,GAAI,IAC5C,EACN,QAAQ,CAAC,IAAI,CAChB,IACA,CACR,CAAC;AACN,CAAC"}
@@ -0,0 +1,219 @@
1
+ .menuItem {
2
+ border-radius: var(--radius-sm);
3
+ position: relative;
4
+ display: flex;
5
+ flex-direction: column;
6
+ }
7
+
8
+ .menuLink {
9
+ display: flex;
10
+ align-items: center;
11
+ text-decoration: none;
12
+ color: #1f2937;
13
+ font-weight: 500;
14
+ border-radius: var(--radius-sm);
15
+ white-space: nowrap;
16
+ gap: var(--spacing-lg);
17
+ width: 100%;
18
+ box-sizing: border-box;
19
+ overflow: hidden;
20
+ background: none;
21
+ border: none;
22
+ cursor: pointer;
23
+ text-align: left;
24
+ }
25
+
26
+ /* Sizes */
27
+ .sm {
28
+ height: 35px;
29
+ padding: var(--spacing-sm) var(--spacing-md);
30
+ font-size: 0.875rem;
31
+ }
32
+
33
+ .md {
34
+ height: 40px;
35
+ padding: var(--spacing-md);
36
+ font-size: 0.95rem;
37
+ }
38
+
39
+ .lg {
40
+ height: 45px;
41
+ padding: var(--spacing-md);
42
+ font-size: 1rem;
43
+ }
44
+
45
+ /* Group header (non-navigable toggle, never blue) */
46
+ .groupHeaderItem > .menuLink {
47
+ font-weight: 600;
48
+ color: var(--text-secondary);
49
+ }
50
+
51
+ .groupHeaderItem > .menuLink:hover,
52
+ .groupHeaderOpen > .menuLink {
53
+ background-color: var(--bg-hover-normal);
54
+ color: var(--text-primary);
55
+ }
56
+
57
+ .groupHeaderOpen > .menuLink .iconWrapper {
58
+ color: var(--text-primary);
59
+ }
60
+
61
+ /* Hover logic */
62
+ .menuItem:not(.activeItem) .menuLink:hover {
63
+ background-color: var(--bg-hover-normal);
64
+ }
65
+
66
+ .collapsedItem:not(.activeItem):hover > .menuLink {
67
+ background-color: var(--bg-hover-normal);
68
+ }
69
+
70
+ .expandedItem:not(.activeItem) .menuLink:hover {
71
+ background-color: var(--bg-hover-normal);
72
+ }
73
+
74
+ /* Active styles */
75
+ .menuItem.activeItem .menuLink {
76
+ background: linear-gradient(135deg, #3b82f6, #1d4ed8);
77
+ color: #ffffff;
78
+ }
79
+
80
+ .expandedItem.activeItem .menuLink .menuText,
81
+ .expandedItem.activeItem .menuLink .iconWrapper {
82
+ color: #ffffff;
83
+ }
84
+
85
+ .collapsedItem.activeItem .menuLink {
86
+ background: linear-gradient(135deg, #3b82f6, #1d4ed8);
87
+ color: #ffffff;
88
+ }
89
+
90
+ .collapsedItem.activeItem .menuLink .menuText {
91
+ color: #ffffff;
92
+ }
93
+
94
+ .collapsedItem.activeItem .menuLink .iconWrapper {
95
+ color: #ffffff;
96
+ }
97
+
98
+ /* Icon */
99
+ .iconWrapper {
100
+ display: inline-flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ color: #374151;
104
+ transition: color 0.15s ease;
105
+ flex-shrink: 0;
106
+ }
107
+
108
+
109
+ .rightIconWrapper {
110
+ margin: 0;
111
+ }
112
+
113
+ /* Ensure icons fit inside the wrapper for SVG sizes like lucide */
114
+ .iconWrapper>svg {
115
+ width: 20px !important;
116
+ height: 20px !important;
117
+ }
118
+
119
+ /* Text */
120
+ .menuText {
121
+ opacity: 1;
122
+ max-width: 100%;
123
+ min-width: 0;
124
+ overflow: hidden;
125
+ transition: opacity 0.2s ease-in-out 0.1s, max-width 0.25s ease-in-out 0.05s, margin-left 0.25s ease-in-out 0.05s;
126
+ line-height: 1.2;
127
+ color: #1f2937;
128
+ flex: 1 1 auto;
129
+ text-align: left;
130
+ display: flex;
131
+ flex-direction: column;
132
+ }
133
+
134
+ .menuText > span:not(.menuDescription) {
135
+ display: block;
136
+ overflow: hidden;
137
+ text-overflow: ellipsis;
138
+ white-space: nowrap;
139
+ }
140
+
141
+ .menuDescription {
142
+ white-space: normal;
143
+ }
144
+
145
+ .collapsedItem > .menuLink .menuText {
146
+ opacity: 0;
147
+ max-width: 0;
148
+ }
149
+
150
+ .menuSuffix,
151
+ .rightIconWrapper {
152
+ opacity: 1;
153
+ transition: opacity 0.15s ease-in-out, max-width 0.2s ease-in-out;
154
+ }
155
+
156
+ .collapsedItem > .menuLink .menuSuffix,
157
+ .collapsedItem > .menuLink .rightIconWrapper {
158
+ opacity: 0;
159
+ max-width: 0;
160
+ overflow: hidden;
161
+ pointer-events: none;
162
+ }
163
+
164
+ /* Tooltip (rendered via portal to escape scroll clipping) */
165
+ .portalTooltip {
166
+ position: fixed;
167
+ transform: translateY(-50%);
168
+ padding: 8px 12px;
169
+ background-color: #ffffff;
170
+ color: #1f2937;
171
+ border-radius: 6px;
172
+ font-size: 13px;
173
+ font-weight: 500;
174
+ white-space: nowrap;
175
+ box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
176
+ z-index: 2000;
177
+ pointer-events: none;
178
+ }
179
+
180
+ .portalTooltipArrow {
181
+ position: absolute;
182
+ top: 50%;
183
+ left: -6.5px;
184
+ transform: translateY(-50%);
185
+ width: 0;
186
+ height: 0;
187
+ border-top: 6px solid transparent;
188
+ border-bottom: 6px solid transparent;
189
+ border-right: 6px solid #ffffff;
190
+ filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.15));
191
+ }
192
+
193
+ /* Destructive items (Dropdown additions) */
194
+ .menuItem.destructiveItem .menuLink {
195
+ color: #dc2626;
196
+ }
197
+
198
+ .menuItem.destructiveItem .menuLink .iconWrapper,
199
+ .menuItem.destructiveItem .menuLink .menuText {
200
+ color: #dc2626;
201
+ }
202
+
203
+ /* Suffix and descriptions for dropdown items */
204
+ .menuDescription {
205
+ font-size: 0.75rem;
206
+ color: var(--text-secondary);
207
+ line-height: 1.2;
208
+ }
209
+
210
+ .menuSuffix {
211
+ font-size: 0.78rem;
212
+ color: #374151;
213
+ font-weight: 500;
214
+ }
215
+
216
+ .menuItem.activeItem .menuLink .menuSuffix,
217
+ .menuItem.activeItem .menuLink .menuDescription {
218
+ color: #ffffff;
219
+ }
@@ -0,0 +1,13 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PageFooterVariant = 'login' | 'register' | 'forgot-password' | 'setup-password' | 'update-password' | 'onboarding' | 'session-expired';
3
+ interface PageFooterProps {
4
+ variant?: PageFooterVariant;
5
+ children?: ReactNode;
6
+ privacyLink?: string;
7
+ privacyLabel?: string;
8
+ copyrightText?: string;
9
+ className?: string;
10
+ }
11
+ export declare function PageFooter({ variant, children, privacyLink, privacyLabel, copyrightText, className, }: PageFooterProps): import("react/jsx-runtime").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=PageFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageFooter.d.ts","sourceRoot":"","sources":["../../../../../src/features/navigation/components/PageFooter/PageFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,iBAAiB,GACzB,OAAO,GACP,UAAU,GACV,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,YAAY,GACZ,iBAAiB,CAAC;AAEtB,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA6CD,wBAAgB,UAAU,CAAC,EACzB,OAAiB,EACjB,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,aAAa,EACb,SAAS,GACV,EAAE,eAAe,2CAgBjB"}
@@ -0,0 +1,52 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import styles from './PageFooter.module.css';
3
+ const DEFAULT_FOOTER = {
4
+ login: {
5
+ copyright: 'Copyright © 2026 Sinangu',
6
+ privacyLabel: 'Políticas de Privacidade',
7
+ privacyLink: '#',
8
+ },
9
+ register: {
10
+ copyright: 'Copyright © 2026 Sinangu',
11
+ privacyLabel: 'Políticas de Privacidade',
12
+ privacyLink: '#',
13
+ },
14
+ 'forgot-password': {
15
+ copyright: 'Copyright © 2026 Sinangu',
16
+ privacyLabel: 'Políticas de Privacidade',
17
+ privacyLink: '#',
18
+ },
19
+ 'setup-password': {
20
+ copyright: 'Copyright © 2026 Sinangu',
21
+ privacyLabel: 'Políticas de Privacidade',
22
+ privacyLink: '#',
23
+ },
24
+ 'update-password': {
25
+ copyright: 'Copyright © 2026 Sinangu',
26
+ privacyLabel: 'Políticas de Privacidade',
27
+ privacyLink: '#',
28
+ },
29
+ onboarding: {
30
+ copyright: 'Copyright © 2026 Sinangu',
31
+ privacyLabel: 'Políticas de Privacidade',
32
+ privacyLink: '#',
33
+ },
34
+ 'session-expired': {
35
+ copyright: 'Copyright © 2026 Sinangu',
36
+ privacyLabel: 'Políticas de Privacidade',
37
+ privacyLink: '#',
38
+ },
39
+ };
40
+ function combineClassNames(base, extra) {
41
+ if (!extra)
42
+ return base;
43
+ return `${base} ${extra}`;
44
+ }
45
+ export function PageFooter({ variant = 'login', children, privacyLink, privacyLabel, copyrightText, className, }) {
46
+ const defaults = DEFAULT_FOOTER[variant];
47
+ const resolvedCopyright = copyrightText !== null && copyrightText !== void 0 ? copyrightText : defaults.copyright;
48
+ const resolvedPrivacyLabel = privacyLabel !== null && privacyLabel !== void 0 ? privacyLabel : defaults.privacyLabel;
49
+ const resolvedPrivacyLink = privacyLink !== null && privacyLink !== void 0 ? privacyLink : defaults.privacyLink;
50
+ return (_jsxs("footer", { className: combineClassNames(styles.wrapper, className), children: [_jsx("p", { className: styles.copyright, children: resolvedCopyright }), children !== null && children !== void 0 ? children : (_jsx("a", { className: styles.link, href: resolvedPrivacyLink, children: resolvedPrivacyLabel }))] }));
51
+ }
52
+ //# sourceMappingURL=PageFooter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageFooter.js","sourceRoot":"","sources":["../../../../../src/features/navigation/components/PageFooter/PageFooter.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAoB7C,MAAM,cAAc,GAAgG;IAClH,KAAK,EAAE;QACL,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;IACD,QAAQ,EAAE;QACR,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;IACD,iBAAiB,EAAE;QACjB,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;IACD,gBAAgB,EAAE;QAChB,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;IACD,iBAAiB,EAAE;QACjB,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;IACD,UAAU,EAAE;QACV,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;IACD,iBAAiB,EAAE;QACjB,SAAS,EAAE,0BAA0B;QACrC,YAAY,EAAE,0BAA0B;QACxC,WAAW,EAAE,GAAG;KACjB;CACF,CAAC;AAEF,SAAS,iBAAiB,CAAC,IAAY,EAAE,KAAc;IACrD,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IACxB,OAAO,GAAG,IAAI,IAAI,KAAK,EAAE,CAAC;AAC5B,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,EACzB,OAAO,GAAG,OAAO,EACjB,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,aAAa,EACb,SAAS,GACO;IAChB,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;IACzC,MAAM,iBAAiB,GAAG,aAAa,aAAb,aAAa,cAAb,aAAa,GAAI,QAAQ,CAAC,SAAS,CAAC;IAC9D,MAAM,oBAAoB,GAAG,YAAY,aAAZ,YAAY,cAAZ,YAAY,GAAI,QAAQ,CAAC,YAAY,CAAC;IACnE,MAAM,mBAAmB,GAAG,WAAW,aAAX,WAAW,cAAX,WAAW,GAAI,QAAQ,CAAC,WAAW,CAAC;IAEhE,OAAO,CACL,kBAAQ,SAAS,EAAE,iBAAiB,CAAC,MAAM,CAAC,OAAO,EAAE,SAAS,CAAC,aAC7D,YAAG,SAAS,EAAE,MAAM,CAAC,SAAS,YAAG,iBAAiB,GAAK,EACtD,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,CACX,YAAG,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE,mBAAmB,YACjD,oBAAoB,GACnB,CACL,IACM,CACV,CAAC;AACJ,CAAC"}
@@ -0,0 +1,24 @@
1
+ .wrapper {
2
+ display: flex;
3
+ justify-content: space-between;
4
+ align-items: center;
5
+ gap: var(--spacing-md);
6
+ font-size: 0.875rem;
7
+ color: var(--text-tertiary);
8
+ border-top: 1px solid var(--border-divider);
9
+ padding: var(--spacing-md);
10
+ }
11
+
12
+ .copyright {
13
+ margin: 0;
14
+ }
15
+
16
+ .link {
17
+ color: var(--text-tertiary);
18
+ text-decoration: none;
19
+ transition: color var(--transition-fast);
20
+ }
21
+
22
+ .link:hover {
23
+ color: var(--text-secondary);
24
+ }
@@ -0,0 +1,14 @@
1
+ import type { ReactNode } from 'react';
2
+ export type PageHeaderVariant = 'login' | 'register' | 'forgot-password' | 'setup-password' | 'update-password' | 'onboarding' | 'session-expired';
3
+ interface PageHeaderProps {
4
+ variant?: PageHeaderVariant;
5
+ title?: string;
6
+ subtitle?: string;
7
+ logoSrc: string;
8
+ logoAlt: string;
9
+ actions?: ReactNode;
10
+ className?: string;
11
+ }
12
+ export declare function PageHeader({ variant, title, subtitle, logoSrc, logoAlt, actions, className, }: PageHeaderProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=PageHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageHeader.d.ts","sourceRoot":"","sources":["../../../../../src/features/navigation/components/PageHeader/PageHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,iBAAiB,GACzB,OAAO,GACP,UAAU,GACV,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,YAAY,GACZ,iBAAiB,CAAC;AAEtB,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAiBD,wBAAgB,UAAU,CAAC,EACzB,OAAiB,EACjB,KAAoB,EACpB,QAAQ,EACR,OAAO,EACP,OAAO,EACP,OAAO,EACP,SAAS,GACV,EAAE,eAAe,2CAgBjB"}
@@ -0,0 +1,22 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Image from 'next/image';
3
+ import styles from './PageHeader.module.css';
4
+ const DEFAULT_SUBTITLE = {
5
+ login: 'Gestão operacional completa',
6
+ register: 'Gestão operacional completa',
7
+ 'forgot-password': 'Gestão operacional completa',
8
+ 'setup-password': 'Gestão operacional completa',
9
+ 'update-password': 'Gestão operacional completa',
10
+ onboarding: 'Configuração inicial da conta',
11
+ 'session-expired': 'Gestão operacional completa',
12
+ };
13
+ function combineClassNames(base, extra) {
14
+ if (!extra)
15
+ return base;
16
+ return `${base} ${extra}`;
17
+ }
18
+ export function PageHeader({ variant = 'login', title = 'Lulama ERP', subtitle, logoSrc, logoAlt, actions, className, }) {
19
+ const resolvedSubtitle = subtitle !== null && subtitle !== void 0 ? subtitle : DEFAULT_SUBTITLE[variant];
20
+ return (_jsxs("header", { className: combineClassNames(styles.wrapper, className), children: [_jsxs("div", { className: styles.logoGroup, children: [_jsx(Image, { src: logoSrc, alt: logoAlt, width: 40, height: 40, priority: true }), _jsxs("div", { className: styles.textGroup, children: [_jsx("span", { className: styles.title, children: title }), resolvedSubtitle && _jsx("small", { className: styles.subtitle, children: resolvedSubtitle })] })] }), actions ? _jsx("div", { className: styles.actions, children: actions }) : null] }));
21
+ }
22
+ //# sourceMappingURL=PageHeader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageHeader.js","sourceRoot":"","sources":["../../../../../src/features/navigation/components/PageHeader/PageHeader.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,YAAY,CAAC;AAE/B,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAqB7C,MAAM,gBAAgB,GAAsC;IAC1D,KAAK,EAAE,6BAA6B;IACpC,QAAQ,EAAE,6BAA6B;IACvC,iBAAiB,EAAE,6BAA6B;IAChD,gBAAgB,EAAE,6BAA6B;IAC/C,iBAAiB,EAAE,6BAA6B;IAChD,UAAU,EAAE,+BAA+B;IAC3C,iBAAiB,EAAE,6BAA6B;CACjD,CAAC;AAEF,SAAS,iBAAiB,CAAC,IAAY,EAAE,KAAc;IACrD,IAAI,CAAC,KAAK;QAAE,OAAO,IAAI,CAAC;IACxB,OAAO,GAAG,IAAI,IAAI,KAAK,EAAE,CAAC;AAC5B,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,EACzB,OAAO,GAAG,OAAO,EACjB,KAAK,GAAG,YAAY,EACpB,QAAQ,EACR,OAAO,EACP,OAAO,EACP,OAAO,EACP,SAAS,GACO;IAChB,MAAM,gBAAgB,GAAG,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAE/D,OAAO,CACL,kBAAQ,SAAS,EAAE,iBAAiB,CAAC,MAAM,CAAC,OAAO,EAAE,SAAS,CAAC,aAC7D,eAAK,SAAS,EAAE,MAAM,CAAC,SAAS,aAC9B,KAAC,KAAK,IAAC,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,SAAG,EACrE,eAAK,SAAS,EAAE,MAAM,CAAC,SAAS,aAC9B,eAAM,SAAS,EAAE,MAAM,CAAC,KAAK,YAAG,KAAK,GAAQ,EAC5C,gBAAgB,IAAI,gBAAO,SAAS,EAAE,MAAM,CAAC,QAAQ,YAAG,gBAAgB,GAAS,IAC9E,IACF,EAEL,OAAO,CAAC,CAAC,CAAC,cAAK,SAAS,EAAE,MAAM,CAAC,OAAO,YAAG,OAAO,GAAO,CAAC,CAAC,CAAC,IAAI,IAC1D,CACV,CAAC;AACJ,CAAC"}
@@ -0,0 +1,41 @@
1
+ .wrapper {
2
+ display: flex;
3
+ justify-content: space-between;
4
+ align-items: center;
5
+ gap: var(--spacing-md);
6
+ font-size: 0.875rem;
7
+ color: var(--text-tertiary);
8
+ border-bottom: 1px solid var(--border-divider);
9
+ padding: var(--spacing-md);
10
+ }
11
+
12
+ .logoGroup {
13
+ display: flex;
14
+ align-items: center;
15
+ gap: var(--spacing-sm);
16
+ font-size: 1.25rem;
17
+ font-weight: 700;
18
+ color: var(--text-primary);
19
+ }
20
+
21
+ .textGroup {
22
+ display: flex;
23
+ flex-direction: column;
24
+ line-height: 1.2;
25
+ }
26
+
27
+ .title {
28
+ font-weight: 700;
29
+ }
30
+
31
+ .subtitle {
32
+ font-size: 0.75rem;
33
+ font-weight: 500;
34
+ color: var(--text-secondary);
35
+ }
36
+
37
+ .actions {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: var(--spacing-sm);
41
+ }