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,301 @@
1
+ .dateInput {
2
+ position: relative;
3
+ width: 100%;
4
+ }
5
+
6
+ .trigger {
7
+ width: 100%;
8
+ padding: 0 var(--spacing-md);
9
+ border: 1px solid var(--border-divider);
10
+ border-radius: var(--radius-sm);
11
+ font-size: 0.9rem;
12
+ background: var(--bg-secondary);
13
+ color: var(--text-primary);
14
+ transition: all var(--transition-fast);
15
+ display: flex;
16
+ align-items: center;
17
+ justify-content: flex-start;
18
+ position: relative;
19
+ gap: var(--spacing-sm);
20
+ text-align: left;
21
+ cursor: pointer;
22
+ box-sizing: border-box;
23
+ min-height: 40px;
24
+ }
25
+
26
+ .trigger:disabled {
27
+ background: var(--bg-secondary);
28
+ color: var(--text-tertiary);
29
+ cursor: not-allowed;
30
+ opacity: 0.65;
31
+ }
32
+
33
+ .trigger:hover:not(:disabled) {
34
+ border-color: var(--border-focus);
35
+ background: var(--bg-primary);
36
+ }
37
+
38
+ .dateInput.open .trigger,
39
+ .trigger:focus-visible {
40
+ outline: none;
41
+ border-color: var(--border-focus);
42
+ background: var(--bg-primary);
43
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
44
+ }
45
+
46
+ .hasLeftIcon {
47
+ padding-left: 2.85rem;
48
+ }
49
+
50
+ .hasClearButton {
51
+ padding-right: 4.6rem;
52
+ }
53
+
54
+ .leftIcon {
55
+ position: absolute;
56
+ left: var(--spacing-md);
57
+ top: 50%;
58
+ transform: translateY(-50%);
59
+ display: inline-flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ color: var(--text-secondary);
63
+ pointer-events: none;
64
+ z-index: 1;
65
+ }
66
+
67
+ .valueText {
68
+ flex: 1;
69
+ min-width: 0;
70
+ display: inline-flex;
71
+ align-items: center;
72
+ font-size: 0.9rem;
73
+ color: var(--text-primary);
74
+ white-space: nowrap;
75
+ overflow: hidden;
76
+ text-overflow: ellipsis;
77
+ line-height: 1;
78
+ }
79
+
80
+ .placeholder {
81
+ color: var(--text-tertiary);
82
+ }
83
+
84
+ .arrow {
85
+ flex-shrink: 0;
86
+ opacity: 0.8;
87
+ transition: transform 0.2s ease;
88
+ }
89
+
90
+ .rightActions {
91
+ position: absolute;
92
+ top: 50%;
93
+ right: var(--spacing-sm);
94
+ transform: translateY(-50%);
95
+ display: inline-flex;
96
+ align-items: center;
97
+ gap: 0.15rem;
98
+ }
99
+
100
+ .arrowButton {
101
+ display: inline-flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ width: 24px;
105
+ height: 24px;
106
+ color: var(--text-tertiary);
107
+ }
108
+
109
+ .clearButton {
110
+ width: 24px;
111
+ height: 24px;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ background: var(--color-gray-100);
116
+ border: none;
117
+ color: var(--text-tertiary);
118
+ border-radius: 50%;
119
+ cursor: pointer;
120
+ transition: all var(--transition-fast);
121
+ z-index: 1;
122
+ }
123
+
124
+ .clearButton:hover {
125
+ background: var(--color-gray-300);
126
+ color: var(--text-primary);
127
+ }
128
+
129
+ .clearButton:focus-visible {
130
+ outline: none;
131
+ background: var(--color-gray-300);
132
+ box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.18);
133
+ }
134
+
135
+ .rotate {
136
+ transform: rotate(180deg);
137
+ }
138
+
139
+ .dropdown {
140
+ position: absolute;
141
+ top: calc(100% + 8px);
142
+ right: 0;
143
+ width: 290px;
144
+ z-index: 60;
145
+ padding-bottom: var(--spacing-md);
146
+ }
147
+
148
+ .dropdownLeft {
149
+ left: 0;
150
+ right: auto;
151
+ }
152
+
153
+ .dropdownPanel {
154
+ background: var(--bg-primary);
155
+ border: 1px solid var(--border-divider);
156
+ border-radius: var(--radius-sm);
157
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
158
+ overflow: hidden;
159
+ }
160
+
161
+ .dropdownContent {
162
+ padding: 1rem;
163
+ }
164
+
165
+ .dropdownFooter {
166
+ border-top: 1px solid var(--border-divider);
167
+ padding: var(--spacing-sm-large);
168
+ }
169
+
170
+ .calendarHeader {
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: space-between;
174
+ gap: 0.75rem;
175
+ margin-bottom: 0.85rem;
176
+ }
177
+
178
+ .monthTitle {
179
+ margin: 0;
180
+ font-size: 0.95rem;
181
+ font-weight: 600;
182
+ color: var(--text-primary);
183
+ }
184
+
185
+ .monthNavButton {
186
+ width: 32px;
187
+ height: 32px;
188
+ border: none;
189
+ border-radius: 999px;
190
+ background: var(--bg-hover-primary);
191
+ color: var(--text-primary);
192
+ cursor: pointer;
193
+ display: inline-flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ transition: all var(--transition-fast);
197
+ }
198
+
199
+ .monthNavButton:hover {
200
+ background: var(--bg-page);
201
+ }
202
+
203
+ .monthNavButton:disabled {
204
+ opacity: 0.35;
205
+ cursor: not-allowed;
206
+ pointer-events: none;
207
+ }
208
+
209
+ .weekdaysRow {
210
+ display: grid;
211
+ grid-template-columns: repeat(7, 1fr);
212
+ gap: 4px;
213
+ margin-bottom: 0.45rem;
214
+ }
215
+
216
+ .weekdayLabel {
217
+ text-align: center;
218
+ font-size: 0.72rem;
219
+ font-weight: 600;
220
+ color: var(--text-tertiary);
221
+ padding: 0.35rem 0;
222
+ }
223
+
224
+ .calendarGrid {
225
+ display: grid;
226
+ grid-template-columns: repeat(7, 1fr);
227
+ gap: 4px;
228
+ }
229
+
230
+ .emptyDay {
231
+ aspect-ratio: 1;
232
+ }
233
+
234
+ .calendarDay {
235
+ aspect-ratio: 1;
236
+ border: none;
237
+ border-radius: var(--radius-sm);
238
+ background: transparent;
239
+ color: var(--text-primary);
240
+ cursor: pointer;
241
+ display: inline-flex;
242
+ align-items: center;
243
+ justify-content: center;
244
+ font-size: 0.86rem;
245
+ transition: all var(--transition-fast);
246
+ }
247
+
248
+ .calendarDay:hover:not(:disabled):not(.selectedDay) {
249
+ background: var(--bg-hover-primary);
250
+ }
251
+
252
+ .calendarDay:disabled {
253
+ opacity: 0.3;
254
+ cursor: not-allowed;
255
+ }
256
+
257
+ .selectedDay {
258
+ background: var(--color-primary);
259
+ color: white;
260
+ font-weight: 700;
261
+ }
262
+
263
+ .todayDay {
264
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.35);
265
+ }
266
+
267
+ .footerActions {
268
+ display: flex;
269
+ justify-content: flex-end;
270
+ gap: 0.75rem;
271
+ }
272
+
273
+ .sm .trigger {
274
+ height: 35px;
275
+ font-size: 0.82rem;
276
+ }
277
+
278
+ .sm .clearButton,
279
+ .sm .arrowButton {
280
+ width: 20px;
281
+ height: 20px;
282
+ }
283
+
284
+ .md .trigger {
285
+ height: 40px;
286
+ }
287
+
288
+ .lg .trigger {
289
+ height: 45px;
290
+ font-size: 1rem;
291
+ }
292
+
293
+ .lg .clearButton,
294
+ .lg .arrowButton {
295
+ width: 28px;
296
+ height: 28px;
297
+ }
298
+
299
+ .inputError {
300
+ border-color: #ef4444 !important;
301
+ }
@@ -0,0 +1,24 @@
1
+ import { DateInputSize, DateInputType } from './DateInput';
2
+ export interface DateRangeValue {
3
+ startDate: string;
4
+ endDate: string;
5
+ }
6
+ export interface DateRangeInputProps {
7
+ value?: DateRangeValue;
8
+ onChange?: (value: DateRangeValue) => void;
9
+ startLabel?: string;
10
+ endLabel?: string;
11
+ placeholderStart?: string;
12
+ placeholderEnd?: string;
13
+ disabled?: boolean;
14
+ readOnly?: boolean;
15
+ required?: boolean;
16
+ min?: string;
17
+ max?: string;
18
+ size?: DateInputSize;
19
+ type?: DateInputType;
20
+ hasErrorStart?: boolean;
21
+ hasErrorEnd?: boolean;
22
+ }
23
+ export default function DateRangeInput({ value, onChange, startLabel, endLabel, placeholderStart, placeholderEnd, disabled, readOnly, required, min, max, size, type, hasErrorStart, hasErrorEnd, }: DateRangeInputProps): import("react/jsx-runtime").JSX.Element;
24
+ //# sourceMappingURL=DateRangeInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateRangeInput.d.ts","sourceRoot":"","sources":["../../../../../src/features/inputs/components/Inputs/DateRangeInput.tsx"],"names":[],"mappings":"AAAA,OAAkB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGtE,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,QAAQ,EACR,UAA2B,EAC3B,QAAuB,EACvB,gBAAgB,EAChB,cAAc,EACd,QAAgB,EAChB,QAAgB,EAChB,QAAgB,EAChB,GAAG,EACH,GAAG,EACH,IAAW,EACX,IAAa,EACb,aAAqB,EACrB,WAAmB,GACpB,EAAE,mBAAmB,2CAyCrB"}
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import DateInput from './DateInput';
3
+ import styles from './DateRangeInput.module.css';
4
+ export default function DateRangeInput({ value, onChange, startLabel = 'Data inicial', endLabel = 'Data final', placeholderStart, placeholderEnd, disabled = false, readOnly = false, required = false, min, max, size = 'md', type = 'date', hasErrorStart = false, hasErrorEnd = false, }) {
5
+ var _a, _b;
6
+ const startDate = (_a = value === null || value === void 0 ? void 0 : value.startDate) !== null && _a !== void 0 ? _a : '';
7
+ const endDate = (_b = value === null || value === void 0 ? void 0 : value.endDate) !== null && _b !== void 0 ? _b : '';
8
+ return (_jsxs("div", { className: styles.container, children: [_jsxs("div", { className: styles.field, children: [_jsx("span", { className: styles.label, children: startLabel }), _jsx(DateInput, { value: startDate, onChange: (next) => onChange === null || onChange === void 0 ? void 0 : onChange({ startDate: next, endDate }), placeholder: placeholderStart, disabled: disabled, readOnly: readOnly, required: required, min: min, max: max, size: size, type: type, hasError: hasErrorStart })] }), _jsxs("div", { className: styles.field, children: [_jsx("span", { className: styles.label, children: endLabel }), _jsx(DateInput, { value: endDate, onChange: (next) => onChange === null || onChange === void 0 ? void 0 : onChange({ startDate, endDate: next }), placeholder: placeholderEnd, disabled: disabled, readOnly: readOnly, required: required, min: startDate || min, max: max, size: size, type: type, hasError: hasErrorEnd })] })] }));
9
+ }
10
+ //# sourceMappingURL=DateRangeInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateRangeInput.js","sourceRoot":"","sources":["../../../../../src/features/inputs/components/Inputs/DateRangeInput.tsx"],"names":[],"mappings":";AAAA,OAAO,SAA2C,MAAM,aAAa,CAAC;AACtE,OAAO,MAAM,MAAM,6BAA6B,CAAC;AAyBjD,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,QAAQ,EACR,UAAU,GAAG,cAAc,EAC3B,QAAQ,GAAG,YAAY,EACvB,gBAAgB,EAChB,cAAc,EACd,QAAQ,GAAG,KAAK,EAChB,QAAQ,GAAG,KAAK,EAChB,QAAQ,GAAG,KAAK,EAChB,GAAG,EACH,GAAG,EACH,IAAI,GAAG,IAAI,EACX,IAAI,GAAG,MAAM,EACb,aAAa,GAAG,KAAK,EACrB,WAAW,GAAG,KAAK,GACC;;IACpB,MAAM,SAAS,GAAG,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,mCAAI,EAAE,CAAC;IACzC,MAAM,OAAO,GAAG,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,OAAO,mCAAI,EAAE,CAAC;IAErC,OAAO,CACL,eAAK,SAAS,EAAE,MAAM,CAAC,SAAS,aAC9B,eAAK,SAAS,EAAE,MAAM,CAAC,KAAK,aAC1B,eAAM,SAAS,EAAE,MAAM,CAAC,KAAK,YAAG,UAAU,GAAQ,EAClD,KAAC,SAAS,IACR,KAAK,EAAE,SAAS,EAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAG,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAC5D,WAAW,EAAE,gBAAgB,EAC7B,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,aAAa,GACvB,IACE,EAEN,eAAK,SAAS,EAAE,MAAM,CAAC,KAAK,aAC1B,eAAM,SAAS,EAAE,MAAM,CAAC,KAAK,YAAG,QAAQ,GAAQ,EAChD,KAAC,SAAS,IACR,KAAK,EAAE,OAAO,EACd,QAAQ,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAG,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,EAC5D,WAAW,EAAE,cAAc,EAC3B,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,GAAG,EAAE,SAAS,IAAI,GAAG,EACrB,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,WAAW,GACrB,IACE,IACF,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,24 @@
1
+ .container {
2
+ display: grid;
3
+ grid-template-columns: 1fr 1fr;
4
+ gap: 0.75rem;
5
+ width: 100%;
6
+ }
7
+
8
+ .field {
9
+ display: flex;
10
+ flex-direction: column;
11
+ gap: 0.4rem;
12
+ }
13
+
14
+ .label {
15
+ font-size: 0.75rem;
16
+ font-weight: 600;
17
+ color: var(--text-secondary);
18
+ }
19
+
20
+ @media (max-width: 760px) {
21
+ .container {
22
+ grid-template-columns: 1fr;
23
+ }
24
+ }
@@ -0,0 +1,21 @@
1
+ import { ReactNode } from 'react';
2
+ export type NumberInputMode = 'currency' | 'percent' | 'decimal';
3
+ export type NumberInputSize = 'sm' | 'md' | 'lg';
4
+ export interface NumberInputProps {
5
+ value?: string;
6
+ onChange?: (value: string) => void;
7
+ placeholder?: string;
8
+ readOnly?: boolean;
9
+ disabled?: boolean;
10
+ className?: string;
11
+ containerClassName?: string;
12
+ leftIcon?: ReactNode;
13
+ prefixText?: ReactNode;
14
+ decimals?: number;
15
+ mode?: NumberInputMode;
16
+ size?: NumberInputSize;
17
+ hasError?: boolean;
18
+ }
19
+ declare const NumberInput: import("react").ForwardRefExoticComponent<NumberInputProps & import("react").RefAttributes<HTMLInputElement>>;
20
+ export default NumberInput;
21
+ //# sourceMappingURL=NumberInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../../../src/features/inputs/components/Inputs/NumberInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAoD,MAAM,OAAO,CAAC;AAUpF,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,CAAC;AACjE,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAcD,QAAA,MAAM,WAAW,+GAyHhB,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,82 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useMemo, forwardRef, useImperativeHandle, useRef } from 'react';
3
+ import { X } from 'lucide-react';
4
+ import { formatDecimalCommaFromNumber, maskDecimalCommaFromInput, parseDecimalCommaToNumber, } from '@/shared/utils/maskedDecimal';
5
+ import styles from './NumberInput.module.css';
6
+ function getPrefix(mode, prefixText) {
7
+ if (prefixText !== undefined)
8
+ return prefixText;
9
+ if (mode === 'currency')
10
+ return 'Kz';
11
+ if (mode === 'percent')
12
+ return '%';
13
+ return undefined;
14
+ }
15
+ function parseToNumber(value) {
16
+ const parsed = Number(String(value !== null && value !== void 0 ? value : '').replace(',', '.'));
17
+ return Number.isFinite(parsed) ? parsed : 0;
18
+ }
19
+ const NumberInput = forwardRef(({ value = '', onChange, placeholder, readOnly = false, disabled = false, className = '', containerClassName = '', leftIcon, prefixText, decimals = 2, mode = 'decimal', size = 'md', hasError = false, }, ref) => {
20
+ const inputRef = useRef(null);
21
+ useImperativeHandle(ref, () => inputRef.current);
22
+ const prefix = getPrefix(mode, prefixText);
23
+ const hasLeading = Boolean(leftIcon || prefix);
24
+ const displayValue = useMemo(() => {
25
+ if (!String(value !== null && value !== void 0 ? value : '').trim())
26
+ return '';
27
+ const numberValue = parseToNumber(value);
28
+ return formatDecimalCommaFromNumber(numberValue, {
29
+ decimals,
30
+ showThousandsSeparator: mode !== 'percent',
31
+ });
32
+ }, [value, decimals, mode]);
33
+ const shouldShowClearButton = !!(value === null || value === void 0 ? void 0 : value.length) && !disabled && !readOnly;
34
+ const containerClasses = [
35
+ styles.inputContainer,
36
+ styles[size],
37
+ hasLeading ? styles.hasLeading : '',
38
+ shouldShowClearButton ? styles.hasRightControl : '',
39
+ disabled || readOnly ? styles.disabledState : '',
40
+ hasError ? styles.inputError : '',
41
+ containerClassName,
42
+ ]
43
+ .filter(Boolean)
44
+ .join(' ');
45
+ const inputClasses = [styles.textInput, className]
46
+ .filter(Boolean)
47
+ .join(' ');
48
+ const handleClear = () => {
49
+ var _a;
50
+ if (disabled || readOnly)
51
+ return;
52
+ onChange === null || onChange === void 0 ? void 0 : onChange('');
53
+ (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
54
+ };
55
+ return (_jsxs("div", { className: containerClasses, children: [hasLeading && (_jsxs("div", { className: styles.leadingGroup, children: [leftIcon && _jsx("span", { className: styles.inputIcon, children: leftIcon }), prefix && _jsx("span", { className: styles.prefix, children: prefix })] })), _jsx("input", { ref: inputRef, type: "text", className: inputClasses, value: displayValue, onChange: (event) => {
56
+ var _a;
57
+ const raw = (_a = event.target.value) !== null && _a !== void 0 ? _a : '';
58
+ const digits = raw.replace(/\D/g, '');
59
+ if (!digits.length) {
60
+ onChange === null || onChange === void 0 ? void 0 : onChange('');
61
+ return;
62
+ }
63
+ const masked = maskDecimalCommaFromInput(raw, {
64
+ decimals,
65
+ showThousandsSeparator: mode !== 'percent',
66
+ });
67
+ const parsed = parseDecimalCommaToNumber(masked);
68
+ if (!Number.isFinite(parsed)) {
69
+ onChange === null || onChange === void 0 ? void 0 : onChange('');
70
+ return;
71
+ }
72
+ // Limit percent mode to max 100
73
+ if (mode === 'percent' && parsed > 100) {
74
+ onChange === null || onChange === void 0 ? void 0 : onChange('100.00');
75
+ return;
76
+ }
77
+ onChange === null || onChange === void 0 ? void 0 : onChange(parsed.toFixed(decimals));
78
+ }, placeholder: placeholder, readOnly: readOnly, disabled: disabled, inputMode: "decimal", autoComplete: "off" }), shouldShowClearButton && (_jsx("button", { type: "button", className: styles.clearButton, onClick: handleClear, "aria-label": "Limpar campo", tabIndex: -1, children: _jsx(X, { size: 16 }) }))] }));
79
+ });
80
+ NumberInput.displayName = 'NumberInput';
81
+ export default NumberInput;
82
+ //# sourceMappingURL=NumberInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberInput.js","sourceRoot":"","sources":["../../../../../src/features/inputs/components/Inputs/NumberInput.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,148 @@
1
+ .inputContainer {
2
+ display: flex;
3
+ align-items: center;
4
+ width: 100%;
5
+ border: 1px solid var(--border-divider);
6
+ border-radius: var(--radius-sm);
7
+ background-color: var(--bg-secondary);
8
+ transition: all var(--transition-fast);
9
+ position: relative;
10
+ }
11
+
12
+ .inputContainer:focus-within {
13
+ border-color: var(--border-focus);
14
+ background-color: var(--bg-primary);
15
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
16
+ }
17
+
18
+ .textInput {
19
+ flex: 1;
20
+ width: 100%;
21
+ padding: 0 var(--spacing-md);
22
+ border: none;
23
+ font-size: 0.9rem;
24
+ background-color: transparent;
25
+ color: var(--text-primary);
26
+ transition: all var(--transition-fast);
27
+ }
28
+
29
+ .textInput::placeholder {
30
+ color: var(--text-tertiary);
31
+ }
32
+
33
+ .textInput:focus {
34
+ outline: none;
35
+ }
36
+
37
+ .disabledState {
38
+ background-color: var(--bg-secondary);
39
+ }
40
+
41
+ .textInput:disabled,
42
+ .textInput[readonly] {
43
+ color: var(--text-tertiary);
44
+ cursor: not-allowed;
45
+ }
46
+
47
+ .leadingGroup {
48
+ display: inline-flex;
49
+ align-items: center;
50
+ gap: var(--spacing-md);
51
+ padding: 0 var(--spacing-md);
52
+ color: var(--text-secondary);
53
+ flex-shrink: 0;
54
+ pointer-events: none;
55
+ }
56
+
57
+ .inputIcon {
58
+ display: inline-flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ }
62
+
63
+ .prefix {
64
+ font-size: 0.85rem;
65
+ }
66
+
67
+ .hasLeading .textInput {
68
+ padding-left: 0;
69
+ }
70
+
71
+ .clearButton {
72
+ position: absolute;
73
+ right: var(--spacing-sm);
74
+ width: 24px;
75
+ height: 24px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ background: var(--color-gray-100);
80
+ border: none;
81
+ border-radius: 50%;
82
+ color: var(--text-tertiary);
83
+ cursor: pointer;
84
+ transition: all var(--transition-fast);
85
+ z-index: 1;
86
+ }
87
+
88
+ .clearButton:hover {
89
+ background: var(--color-gray-300);
90
+ color: var(--text-primary);
91
+ }
92
+
93
+ .hasRightControl .textInput {
94
+ padding-right: 2.5rem;
95
+ }
96
+
97
+ .sm {
98
+ height: 32px;
99
+ }
100
+
101
+ .sm .textInput {
102
+ height: 32px;
103
+ font-size: 0.75rem;
104
+ }
105
+
106
+ .sm .leadingGroup {
107
+ gap: var(--spacing-sm);
108
+ padding: 0 var(--spacing-sm);
109
+ }
110
+
111
+ .sm .clearButton {
112
+ width: 20px;
113
+ height: 20px;
114
+ right: var(--spacing-xs);
115
+ }
116
+
117
+ .md {
118
+ height: 40px;
119
+ }
120
+
121
+ .md .textInput {
122
+ height: 40px;
123
+ }
124
+
125
+ .lg {
126
+ height: 45px;
127
+ }
128
+
129
+ .lg .textInput {
130
+ height: 45px;
131
+ font-size: 1rem;
132
+ padding: var(--spacing-md);
133
+ }
134
+
135
+ .lg .leadingGroup {
136
+ gap: var(--spacing-md);
137
+ padding: 0 var(--spacing-md);
138
+ }
139
+
140
+ .lg .clearButton {
141
+ width: 28px;
142
+ height: 28px;
143
+ right: var(--spacing-md);
144
+ }
145
+
146
+ .inputError {
147
+ border-color: #ef4444 !important;
148
+ }
@@ -0,0 +1,9 @@
1
+ import { TextInputProps } from '../types/input.types';
2
+ export interface PhoneInputProps extends Omit<TextInputProps, 'type' | 'showPasswordToggle'> {
3
+ countryCode?: string;
4
+ allowAutoComplete?: boolean;
5
+ leftIcon?: React.ReactNode;
6
+ }
7
+ declare const PhoneInput: import("react").ForwardRefExoticComponent<PhoneInputProps & import("react").RefAttributes<HTMLInputElement>>;
8
+ export default PhoneInput;
9
+ //# sourceMappingURL=PhoneInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PhoneInput.d.ts","sourceRoot":"","sources":["../../../../../../src/features/inputs/components/Inputs/PhoneInput/PhoneInput.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,cAAc,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAC1F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAqCD,QAAA,MAAM,UAAU,8GA6Pf,CAAC;AAIF,eAAe,UAAU,CAAC"}