@imj_media/ui 1.2.1 → 1.2.3

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 (248) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.esm.js +7071 -9520
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +8 -13
  5. package/dist/index.js.map +1 -1
  6. package/dist/modules/Alert/components/atoms/AlertHeader.d.ts +9 -0
  7. package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -1
  8. package/dist/modules/Alert/hooks/useAlertStyles.d.ts.map +1 -1
  9. package/dist/modules/Alert/index.d.ts +10 -1
  10. package/dist/modules/Alert/index.d.ts.map +1 -1
  11. package/dist/modules/Alert/stories/alert.stories.d.ts +0 -1
  12. package/dist/modules/Alert/stories/alert.stories.d.ts.map +1 -1
  13. package/dist/modules/Alert/utils/alert.d.ts +14 -0
  14. package/dist/modules/Alert/utils/alert.d.ts.map +1 -1
  15. package/dist/modules/Avatar/constants/index.d.ts +1 -1
  16. package/dist/modules/Avatar/constants/index.d.ts.map +1 -1
  17. package/dist/modules/Avatar/utils/index.d.ts +1 -1
  18. package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -1
  19. package/dist/modules/DatePicker/DatePicker.d.ts.map +1 -1
  20. package/dist/modules/DatePicker/atoms/NavigationButton.d.ts +0 -2
  21. package/dist/modules/DatePicker/atoms/NavigationButton.d.ts.map +1 -1
  22. package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts.map +1 -1
  23. package/dist/modules/DatePicker/molecules/DateInput.d.ts.map +1 -1
  24. package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts.map +1 -1
  25. package/dist/modules/DatePicker/types/Input.types.d.ts +2 -0
  26. package/dist/modules/DatePicker/types/Input.types.d.ts.map +1 -1
  27. package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -1
  28. package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts +2 -1
  29. package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -1
  30. package/dist/modules/EmojiPicker/components/organisms/EmojiPicker.d.ts.map +1 -1
  31. package/dist/modules/Filters/components/organisms/Filters.d.ts.map +1 -1
  32. package/dist/modules/Header/stories/header.stories.d.ts.map +1 -1
  33. package/dist/modules/Icon/Icon.d.ts +1 -1
  34. package/dist/modules/Icon/Icon.d.ts.map +1 -1
  35. package/dist/modules/Icon/components/FontAwesomeIcon.d.ts.map +1 -1
  36. package/dist/modules/Icon/components/LegacyIcon.d.ts.map +1 -1
  37. package/dist/modules/Icon/constants/size.d.ts +2 -0
  38. package/dist/modules/Icon/constants/size.d.ts.map +1 -1
  39. package/dist/modules/Icon/stories/Icon.stories.d.ts.map +1 -1
  40. package/dist/modules/IconFont/components/index.d.ts +2 -0
  41. package/dist/modules/IconFont/components/index.d.ts.map +1 -0
  42. package/dist/modules/IconFont/components/organims/IconFont.d.ts +8 -0
  43. package/dist/modules/IconFont/components/organims/IconFont.d.ts.map +1 -0
  44. package/dist/modules/IconFont/components/organims/index.d.ts +2 -0
  45. package/dist/modules/IconFont/components/organims/index.d.ts.map +1 -0
  46. package/dist/modules/IconFont/index.d.ts +2 -0
  47. package/dist/modules/IconFont/index.d.ts.map +1 -0
  48. package/dist/modules/InnerButton/index.d.ts.map +1 -1
  49. package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -1
  50. package/dist/modules/Input/components/Input.d.ts.map +1 -1
  51. package/dist/modules/Input/hooks/useInputSlots.d.ts +4 -4
  52. package/dist/modules/Input/hooks/useInputSlots.d.ts.map +1 -1
  53. package/dist/modules/Input/hooks/useInputStyles.d.ts +3 -2
  54. package/dist/modules/Input/hooks/useInputStyles.d.ts.map +1 -1
  55. package/dist/modules/Input/stories/Input.stories.d.ts +1 -0
  56. package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -1
  57. package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts.map +1 -1
  58. package/dist/modules/Lists/components/atoms/index.d.ts +0 -1
  59. package/dist/modules/Lists/components/atoms/index.d.ts.map +1 -1
  60. package/dist/modules/Lists/components/index.d.ts +1 -1
  61. package/dist/modules/Lists/components/index.d.ts.map +1 -1
  62. package/dist/modules/Lists/components/molecules/ListEmpty.d.ts +2 -1
  63. package/dist/modules/Lists/components/molecules/ListEmpty.d.ts.map +1 -1
  64. package/dist/modules/Lists/components/molecules/ListHeader.d.ts +2 -1
  65. package/dist/modules/Lists/components/molecules/ListHeader.d.ts.map +1 -1
  66. package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts.map +1 -1
  67. package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts.map +1 -1
  68. package/dist/modules/Lists/components/molecules/ListItemUser.d.ts.map +1 -1
  69. package/dist/modules/Lists/components/organisms/List.d.ts.map +1 -1
  70. package/dist/modules/Lists/components/organisms/ListAlphabetic.d.ts.map +1 -1
  71. package/dist/modules/Lists/components/organisms/ListBase.d.ts +2 -2
  72. package/dist/modules/Lists/components/organisms/ListBase.d.ts.map +1 -1
  73. package/dist/modules/Lists/components/organisms/ListFilters.d.ts.map +1 -1
  74. package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts.map +1 -1
  75. package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts +2 -2
  76. package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts.map +1 -1
  77. package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts.map +1 -1
  78. package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts.map +1 -1
  79. package/dist/modules/Lists/components/organisms/index.d.ts +1 -1
  80. package/dist/modules/Lists/components/organisms/index.d.ts.map +1 -1
  81. package/dist/modules/Modal/components/molecules/ModalHeader.d.ts.map +1 -1
  82. package/dist/modules/Pagination/components/organisms/Pagination.d.ts.map +1 -1
  83. package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -1
  84. package/dist/modules/ProgressBar/components/organisms/Container.d.ts +24 -0
  85. package/dist/modules/ProgressBar/components/organisms/Container.d.ts.map +1 -0
  86. package/dist/modules/ProgressBar/components/organisms/atoms/BarProgress.d.ts +17 -0
  87. package/dist/modules/ProgressBar/components/organisms/atoms/BarProgress.d.ts.map +1 -0
  88. package/dist/modules/ProgressBar/components/organisms/atoms/HelperText.d.ts +17 -0
  89. package/dist/modules/ProgressBar/components/organisms/atoms/HelperText.d.ts.map +1 -0
  90. package/dist/modules/ProgressBar/components/organisms/atoms/LabelProgress.d.ts +17 -0
  91. package/dist/modules/ProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +1 -0
  92. package/dist/modules/ProgressBar/components/organisms/atoms/index.d.ts +4 -0
  93. package/dist/modules/ProgressBar/components/organisms/atoms/index.d.ts.map +1 -0
  94. package/dist/modules/ProgressBar/components/organisms/index.d.ts +1 -1
  95. package/dist/modules/ProgressBar/components/organisms/index.d.ts.map +1 -1
  96. package/dist/modules/ProgressBar/index.d.ts +2 -1
  97. package/dist/modules/ProgressBar/index.d.ts.map +1 -1
  98. package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts +18 -3
  99. package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts.map +1 -1
  100. package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts +1 -0
  101. package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts.map +1 -1
  102. package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts +26 -2
  103. package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts.map +1 -1
  104. package/dist/modules/RadioButton/stories/RadioButton.stories.d.ts.map +1 -1
  105. package/dist/modules/RadioButton/stories/RadioButtonGroup.stories.d.ts.map +1 -1
  106. package/dist/modules/Stepper/components/atoms/StepConnector.d.ts +4 -0
  107. package/dist/modules/Stepper/components/atoms/StepConnector.d.ts.map +1 -1
  108. package/dist/modules/Stepper/components/atoms/StepIcon.d.ts +4 -0
  109. package/dist/modules/Stepper/components/atoms/StepIcon.d.ts.map +1 -1
  110. package/dist/modules/Stepper/components/atoms/StepLabel.d.ts +4 -0
  111. package/dist/modules/Stepper/components/atoms/StepLabel.d.ts.map +1 -1
  112. package/dist/modules/Stepper/components/molecules/StepItem.d.ts +3 -0
  113. package/dist/modules/Stepper/components/molecules/StepItem.d.ts.map +1 -1
  114. package/dist/modules/Stepper/components/organisms/Stepper.d.ts +8 -0
  115. package/dist/modules/Stepper/components/organisms/Stepper.d.ts.map +1 -1
  116. package/dist/modules/Stepper/hooks/useStepper.d.ts +4 -0
  117. package/dist/modules/Stepper/hooks/useStepper.d.ts.map +1 -1
  118. package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -1
  119. package/dist/modules/Table/Table.d.ts +1 -1
  120. package/dist/modules/Table/Table.d.ts.map +1 -1
  121. package/dist/modules/Table/components/atoms/ActionsCell.d.ts +1 -1
  122. package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
  123. package/dist/modules/Table/components/atoms/AvatarsCell.d.ts +1 -1
  124. package/dist/modules/Table/components/atoms/AvatarsCell.d.ts.map +1 -1
  125. package/dist/modules/Table/components/atoms/ButtonCell.d.ts +1 -1
  126. package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -1
  127. package/dist/modules/Table/components/atoms/CheckboxCell.d.ts +1 -1
  128. package/dist/modules/Table/components/atoms/CheckboxCell.d.ts.map +1 -1
  129. package/dist/modules/Table/components/atoms/DateCell.d.ts +34 -0
  130. package/dist/modules/Table/components/atoms/DateCell.d.ts.map +1 -0
  131. package/dist/modules/Table/components/atoms/DropdownCell.d.ts +1 -1
  132. package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -1
  133. package/dist/modules/Table/components/atoms/FilterIcon.d.ts +5 -0
  134. package/dist/modules/Table/components/atoms/FilterIcon.d.ts.map +1 -0
  135. package/dist/modules/Table/components/atoms/IconCell.d.ts +1 -1
  136. package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -1
  137. package/dist/modules/Table/components/atoms/LinkCell.d.ts +1 -1
  138. package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -1
  139. package/dist/modules/Table/components/atoms/PrimaryCell.d.ts +1 -1
  140. package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -1
  141. package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts +5 -1
  142. package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -1
  143. package/dist/modules/Table/components/atoms/SkeletonCell.d.ts +1 -1
  144. package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -1
  145. package/dist/modules/Table/components/atoms/StarsCell.d.ts +1 -1
  146. package/dist/modules/Table/components/atoms/StarsCell.d.ts.map +1 -1
  147. package/dist/modules/Table/components/atoms/StatusCell.d.ts +1 -1
  148. package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -1
  149. package/dist/modules/Table/components/atoms/TableCell.d.ts +1 -1
  150. package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -1
  151. package/dist/modules/Table/components/atoms/TagsCell.d.ts +1 -1
  152. package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -1
  153. package/dist/modules/Table/components/atoms/TextFieldCell.d.ts +1 -1
  154. package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -1
  155. package/dist/modules/Table/components/atoms/index.d.ts +1 -0
  156. package/dist/modules/Table/components/atoms/index.d.ts.map +1 -1
  157. package/dist/modules/Table/components/molecules/CellRenderer.d.ts +5 -1
  158. package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -1
  159. package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -1
  160. package/dist/modules/Table/components/molecules/HeaderCell.d.ts +1 -1
  161. package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -1
  162. package/dist/modules/Table/components/molecules/TableRow.d.ts +2 -1
  163. package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -1
  164. package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -1
  165. package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -1
  166. package/dist/modules/Table/components/organisms/TableSelectionBar.d.ts +29 -0
  167. package/dist/modules/Table/components/organisms/TableSelectionBar.d.ts.map +1 -0
  168. package/dist/modules/Table/components/organisms/TableToolbar.d.ts +1 -1
  169. package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -1
  170. package/dist/modules/Table/components/organisms/index.d.ts +1 -0
  171. package/dist/modules/Table/components/organisms/index.d.ts.map +1 -1
  172. package/dist/modules/Table/hooks/useTableConfig.d.ts +54 -0
  173. package/dist/modules/Table/hooks/useTableConfig.d.ts.map +1 -0
  174. package/dist/modules/Table/stories/Table.stories.d.ts +19 -0
  175. package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -1
  176. package/dist/modules/Table/types/filter.d.ts.map +1 -1
  177. package/dist/modules/Table/utils/cellStyles.d.ts +7 -3
  178. package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -1
  179. package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -1
  180. package/dist/modules/Table/utils/filtering.d.ts.map +1 -1
  181. package/dist/modules/Tag/index.d.ts.map +1 -1
  182. package/dist/modules/Textarea/components/organisms/Textarea.d.ts.map +1 -1
  183. package/dist/modules/Toast/components/molecules/ToastItem.d.ts.map +1 -1
  184. package/dist/modules/Toast/hooks/useToast.d.ts.map +1 -1
  185. package/dist/modules/Toast/hooks/useToastService.d.ts +0 -2
  186. package/dist/modules/Toast/hooks/useToastService.d.ts.map +1 -1
  187. package/dist/modules/Toast/index.d.ts +0 -3
  188. package/dist/modules/Toast/index.d.ts.map +1 -1
  189. package/dist/modules/Toast/stories/toast.stories.d.ts +0 -1
  190. package/dist/modules/Toast/stories/toast.stories.d.ts.map +1 -1
  191. package/dist/modules/Toggle/constants/index.d.ts +2 -2
  192. package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts +1 -170
  193. package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts.map +1 -1
  194. package/dist/modules/Visual/Index.d.ts.map +1 -1
  195. package/dist/modules/index.d.ts +0 -1
  196. package/dist/modules/index.d.ts.map +1 -1
  197. package/dist/shared/const/colors.d.ts +4 -2
  198. package/dist/shared/const/colors.d.ts.map +1 -1
  199. package/dist/shared/hooks/useDragAndDrop.d.ts.map +1 -1
  200. package/dist/shared/types/alert.d.ts +2 -4
  201. package/dist/shared/types/alert.d.ts.map +1 -1
  202. package/dist/shared/types/button.d.ts +3 -3
  203. package/dist/shared/types/button.d.ts.map +1 -1
  204. package/dist/shared/types/buttongroup.d.ts +2 -2
  205. package/dist/shared/types/buttongroup.d.ts.map +1 -1
  206. package/dist/shared/types/datepicker.d.ts +2 -0
  207. package/dist/shared/types/datepicker.d.ts.map +1 -1
  208. package/dist/shared/types/dropdown.d.ts +2 -1
  209. package/dist/shared/types/dropdown.d.ts.map +1 -1
  210. package/dist/shared/types/icon.d.ts +5 -4
  211. package/dist/shared/types/icon.d.ts.map +1 -1
  212. package/dist/shared/types/input.d.ts +3 -1
  213. package/dist/shared/types/input.d.ts.map +1 -1
  214. package/dist/shared/types/list.d.ts +2 -2
  215. package/dist/shared/types/list.d.ts.map +1 -1
  216. package/dist/shared/types/picture.d.ts +3 -2
  217. package/dist/shared/types/picture.d.ts.map +1 -1
  218. package/dist/shared/types/progressbar.d.ts +107 -6
  219. package/dist/shared/types/progressbar.d.ts.map +1 -1
  220. package/dist/shared/types/radiobutton.d.ts +1 -1
  221. package/dist/shared/types/radiobutton.d.ts.map +1 -1
  222. package/dist/shared/types/table.d.ts +93 -2
  223. package/dist/shared/types/table.d.ts.map +1 -1
  224. package/dist/shared/types/title.d.ts +2 -1
  225. package/dist/shared/types/title.d.ts.map +1 -1
  226. package/dist/shared/types/types.d.ts +8 -4
  227. package/dist/shared/types/types.d.ts.map +1 -1
  228. package/package.json +1 -1
  229. package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts +0 -60
  230. package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts.map +0 -1
  231. package/dist/modules/InnerProgressBar/components/index.d.ts +0 -2
  232. package/dist/modules/InnerProgressBar/components/index.d.ts.map +0 -1
  233. package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts +0 -3
  234. package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts.map +0 -1
  235. package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts +0 -6
  236. package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts.map +0 -1
  237. package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts +0 -6
  238. package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +0 -1
  239. package/dist/modules/InnerProgressBar/components/organisms/index.d.ts +0 -2
  240. package/dist/modules/InnerProgressBar/components/organisms/index.d.ts.map +0 -1
  241. package/dist/modules/InnerProgressBar/index.d.ts +0 -2
  242. package/dist/modules/InnerProgressBar/index.d.ts.map +0 -1
  243. package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts +0 -15
  244. package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts.map +0 -1
  245. package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts +0 -11
  246. package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts.map +0 -1
  247. package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts +0 -8
  248. package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { VisualSlotType } from '../../../../shared/types/types';
1
+ import { IconType } from '../../../../shared/types/types';
2
2
  import { default as React } from 'react';
3
3
  export interface ListUserProfileUser {
4
4
  name: string;
@@ -9,7 +9,7 @@ export interface ListUserProfileUser {
9
9
  export interface ListUserProfileMenuItem {
10
10
  id: string;
11
11
  label: string;
12
- icon?: VisualSlotType;
12
+ icon?: IconType;
13
13
  color?: 'blue' | 'red';
14
14
  iconColor?: string;
15
15
  type?: 'item' | 'toggle' | 'separator';
@@ -1 +1 @@
1
- {"version":3,"file":"ListUserProfile.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/ListUserProfile.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAA;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,WAAW,CAAA;CACvC;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,mBAAmB,CAAA;IACzB,SAAS,EAAE,uBAAuB,EAAE,CAAA;IACpC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmG1D,CAAA"}
1
+ {"version":3,"file":"ListUserProfile.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/ListUserProfile.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAkB,MAAM,sBAAsB,CAAA;AAC/D,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAA;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,WAAW,CAAA;CACvC;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,mBAAmB,CAAA;IACzB,SAAS,EAAE,uBAAuB,EAAE,CAAA;IACpC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmG1D,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ListUsersSelect.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/ListUsersSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAGvC,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,mBAAmB,EAAE,CAAA;IAC5B,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACtC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA+E1D,CAAA"}
1
+ {"version":3,"file":"ListUsersSelect.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/ListUsersSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAGvC,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,mBAAmB,EAAE,CAAA;IAC5B,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IACtC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8E1D,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ListWithToggle.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/ListWithToggle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAA;AAM7D,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,kBAAkB,EAAE,CAAA;IAC3B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IAC3D,cAAc,CAAC,EAAE,CAAC,cAAc,EAAE,kBAAkB,EAAE,KAAK,IAAI,CAAA;IAC/D,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsExD,CAAA"}
1
+ {"version":3,"file":"ListWithToggle.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/ListWithToggle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAA;AAO7D,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,kBAAkB,EAAE,CAAA;IAC3B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IAC3D,cAAc,CAAC,EAAE,CAAC,cAAc,EAAE,kBAAkB,EAAE,KAAK,IAAI,CAAA;IAC/D,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsExD,CAAA"}
@@ -1,4 +1,3 @@
1
- export * from './List';
2
1
  export * from './ListBase';
3
2
  export * from './ListDefault';
4
3
  export * from './ListWithSeparator';
@@ -11,4 +10,5 @@ export * from './ListUserProfile';
11
10
  export * from './ListAlphabetic';
12
11
  export * from './ListFilters';
13
12
  export * from './ListFiltersCheckbox';
13
+ export * from './ListBase';
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAA;AAGtB,cAAc,YAAY,CAAA;AAG1B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Lists/components/organisms/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAA;AAG1B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,uBAAuB,CAAA;AACrC,cAAc,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Modal/components/molecules/ModalHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAIvD,eAAO,MAAM,WAAW;8IAWrB,gBAAgB;;CAyFlB,CAAA"}
1
+ {"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Modal/components/molecules/ModalHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAIvD,eAAO,MAAM,WAAW;8IAWrB,gBAAgB;;CA4FlB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Pagination/components/organisms/Pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAI3D,eAAO,MAAM,UAAU,GAAI,0LAcxB,eAAe,4CAyJjB,CAAA"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Pagination/components/organisms/Pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAK3D,eAAO,MAAM,UAAU,GAAI,0LAcxB,eAAe,4CAyJjB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Picture.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Picture/components/organisms/Picture.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAErD,eAAO,MAAM,OAAO,GAAI,yEAUrB,YAAY,4CA8Dd,CAAA"}
1
+ {"version":3,"file":"Picture.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Picture/components/organisms/Picture.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAErD,eAAO,MAAM,OAAO,GAAI,yEAUrB,YAAY,4CAiEd,CAAA"}
@@ -0,0 +1,24 @@
1
+ import { ProgressBarProps } from '../../../../shared/types/progressbar';
2
+ /**
3
+ * ProgressBar - Componente de barra de progreso completo
4
+ *
5
+ * Sigue las especificaciones de Figma con dos modos:
6
+ *
7
+ * **Modo Normal (compact=false)**:
8
+ * - Header: Label | spacer | 75% (eta) [x]
9
+ * - Bar: barra de progreso completa
10
+ * - Helper text
11
+ *
12
+ * **Modo Compacto (compact=true)**:
13
+ * - Header en una línea: Label | _bar | 75% (eta) [x]
14
+ * - Helper text debajo
15
+ *
16
+ * @example
17
+ * // Modo normal
18
+ * <ProgressBar progress={75} label="archivo.zip" />
19
+ *
20
+ * // Modo compacto - barra en línea con label
21
+ * <ProgressBar progress={75} label="archivo.zip" compact />
22
+ */
23
+ export declare const ProgressBar: import('react').MemoExoticComponent<({ className, progress, label, showLabel, showProgress, eta, showCloseButton, onClose, duration, withBackground, compact, disabled, icon, showIcon, borderStyle, status, ...restProps }: ProgressBarProps) => import("react/jsx-runtime").JSX.Element>;
24
+ //# sourceMappingURL=Container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../../src/modules/ProgressBar/components/organisms/Container.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,gBAAgB,EAIjB,MAAM,4BAA4B,CAAA;AAuDnC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,WAAW,+NAmBrB,gBAAgB,6CAuHjB,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { BarProgressProps } from '../../../../../shared/types/progressbar';
2
+ export interface BarProgressExtendedProps extends BarProgressProps {
3
+ /** Estado de selección (para uso en tablas) */
4
+ selected?: boolean;
5
+ }
6
+ /**
7
+ * Componente _bar - Barra de progreso interna
8
+ *
9
+ * @example
10
+ * <BarProgress progress={75} size="sm" color="brand" />
11
+ *
12
+ * @example
13
+ * // En estado seleccionado (para tablas)
14
+ * <BarProgress progress={75} size="xxs" color="brand" selected />
15
+ */
16
+ export declare const BarProgress: import('react').MemoExoticComponent<({ progress, size, color, duration, withBackground, selected, className, }: BarProgressExtendedProps) => import("react/jsx-runtime").JSX.Element>;
17
+ //# sourceMappingURL=BarProgress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BarProgress.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ProgressBar/components/organisms/atoms/BarProgress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAqC,MAAM,4BAA4B,CAAA;AAkChG,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW,kHAQrB,wBAAwB,6CAuCzB,CAAA"}
@@ -0,0 +1,17 @@
1
+ export interface HelperTextProps {
2
+ children: React.ReactNode;
3
+ type?: 'error' | 'size' | 'custom';
4
+ className?: string;
5
+ }
6
+ /**
7
+ * HelperText - Componente atómico para mostrar textos de ayuda o descripción.
8
+ * Sigue las especificaciones de Figma: caption-xs
9
+ *
10
+ * @example
11
+ * <HelperText type="error">Algo salió mal</HelperText>
12
+ *
13
+ * @example
14
+ * <HelperText type="size">200MB de 512MB</HelperText>
15
+ */
16
+ export declare const HelperText: import('react').MemoExoticComponent<({ children, type, className }: HelperTextProps) => import("react/jsx-runtime").JSX.Element>;
17
+ //# sourceMappingURL=HelperText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelperText.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ProgressBar/components/organisms/atoms/HelperText.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAA;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,UAAU,sEAAmD,eAAe,6CASvF,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { LabelProgressProps } from '../../../../../shared/types/progressbar';
2
+ /**
3
+ * Componente de Label para el ProgressBar
4
+ * Sigue las especificaciones de Figma: type/body/xs/medium
5
+ *
6
+ * @example
7
+ * // Solo texto
8
+ * <LabelProgress label="Descargando archivo..." />
9
+ *
10
+ * // Con valor numérico
11
+ * <LabelProgress value={75} suffix="%" />
12
+ *
13
+ * // Combinado
14
+ * <LabelProgress label="200MB de 512MB" />
15
+ */
16
+ export declare const LabelProgress: import('react').MemoExoticComponent<({ label, value, suffix, className, }: LabelProgressProps) => import("react/jsx-runtime").JSX.Element | null>;
17
+ //# sourceMappingURL=LabelProgress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelProgress.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ProgressBar/components/organisms/atoms/LabelProgress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AAE/D;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,aAAa,6EAKvB,kBAAkB,oDAiCnB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from './BarProgress';
2
+ export * from './LabelProgress';
3
+ export * from './HelperText';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ProgressBar/components/organisms/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA"}
@@ -1,2 +1,2 @@
1
- export * from './ProgressBar';
1
+ export { ProgressBar } from './Container';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/ProgressBar/components/organisms/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/ProgressBar/components/organisms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA"}
@@ -1,2 +1,3 @@
1
- export * from './components';
1
+ export { ProgressBar } from './components/organisms';
2
+ export * from './components/organisms/atoms';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACpD,cAAc,8BAA8B,CAAA"}
@@ -1,6 +1,21 @@
1
- import { ProgressBar } from '../components';
2
- import { Meta } from '@storybook/react';
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { ProgressBar } from '..';
3
3
  declare const meta: Meta<typeof ProgressBar>;
4
4
  export default meta;
5
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const AtomosBarProgress: Story;
7
+ export declare const AtomosHelperText: Story;
8
+ export declare const AtomosLabelProgress: Story;
9
+ export declare const Default: Story;
10
+ export declare const ConLabel: Story;
11
+ export declare const ConETA: Story;
12
+ export declare const ConHelperText: Story;
13
+ export declare const ConBotonCerrar: Story;
14
+ export declare const Colores: Story;
15
+ export declare const Tamanos: Story;
16
+ export declare const ModoCompacto: Story;
17
+ export declare const EstadoDeshabilitado: Story;
18
+ export declare const EjemploCompleto: Story;
19
+ export declare const ConAnimacion: Story;
20
+ export declare const CompatibilidadLegacy: Story;
6
21
  //# sourceMappingURL=progressbar.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progressbar.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/ProgressBar/stories/progressbar.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,IAAI,EAAY,MAAM,kBAAkB,CAAA;AAEjD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAGlC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,eAAO,MAAM,OAAO,+CA8BnB,CAAA"}
1
+ {"version":3,"file":"progressbar.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/ProgressBar/stories/progressbar.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,IAAI,CAAA;AAIhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAUlC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAMlC,eAAO,MAAM,iBAAiB,EAAE,KA6B/B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAgB9B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,KAgBjC,CAAA;AAMD,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAatB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAapB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAwB3B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAkB5B,CAAA;AAMD,eAAO,MAAM,OAAO,EAAE,KAerB,CAAA;AAMD,eAAO,MAAM,OAAO,EAAE,KAgBrB,CAAA;AAMD,eAAO,MAAM,YAAY,EAAE,KAuD1B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,KAoBjC,CAAA;AAMD,eAAO,MAAM,eAAe,EAAE,KAqC7B,CAAA;AAMD,eAAO,MAAM,YAAY,EAAE,KAc1B,CAAA;AAMD,eAAO,MAAM,oBAAoB,EAAE,KA4BlC,CAAA"}
@@ -4,6 +4,7 @@ import { RadioButtonProps } from '../../../../shared/types/radiobutton';
4
4
  * Componente RadioButton - Átomo
5
5
  *
6
6
  * Un radio button personalizable con múltiples estados y variantes de color.
7
+ * Implementa tokens semánticos de Figma para consistencia visual.
7
8
  *
8
9
  * @example
9
10
  * ```tsx
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/modules/RadioButton/components/atoms/RadioButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAE7D;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAwFlD,CAAA"}
1
+ {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/modules/RadioButton/components/atoms/RadioButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6FlD,CAAA"}
@@ -1,15 +1,39 @@
1
+ /**
2
+ * Compound variants para los diferentes colores del RadioButton
3
+ * Basado en tokens semánticos de Figma
4
+ */
1
5
  export declare const compoundVariants: {
2
6
  color: string;
3
7
  state: string;
4
8
  class: string;
5
9
  }[];
10
+ /**
11
+ * Variantes del RadioButton usando tokens semánticos de Figma
12
+ *
13
+ * Tamaños basados en --ui-size-control-*:
14
+ * - sm: 12px (control-xs)
15
+ * - md: 16px (control-sm)
16
+ * - lg: 20px (control-md)
17
+ *
18
+ * Estados basados en tokens semánticos:
19
+ * - border: --ui-color-border-*
20
+ * - bg: --ui-color-bg-fill-*
21
+ */
6
22
  export declare const radioButtonVariants: (props?: ({
7
- size?: "sm" | "md" | "lg" | null | undefined;
23
+ size?: "xs" | "sm" | "md" | "lg" | null | undefined;
8
24
  color?: "blue" | "green" | "red" | "neutral" | "yellow" | null | undefined;
9
25
  state?: "checked" | "unchecked" | "uncheckedHover" | "checkedHover" | "uncheckedActive" | "checkedActive" | "disabledUnchecked" | "disabledChecked" | null | undefined;
10
26
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
27
+ /**
28
+ * Variantes del label usando tipografía semántica de Figma
29
+ *
30
+ * Tamaños basados en tokens de tipografía:
31
+ * - sm: body-xs
32
+ * - md: body-sm
33
+ * - lg: body-md
34
+ */
11
35
  export declare const labelVariants: (props?: ({
12
- size?: "sm" | "md" | "lg" | null | undefined;
36
+ size?: "xs" | null | undefined;
13
37
  disabled?: boolean | null | undefined;
14
38
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
15
39
  //# sourceMappingURL=radioButtonVariants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radioButtonVariants.d.ts","sourceRoot":"","sources":["../../../../../src/modules/RadioButton/components/atoms/radioButtonVariants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;GA4J5B,CAAA;AAED,eAAO,MAAM,mBAAmB;;;;8EAkC/B,CAAA;AAED,eAAO,MAAM,aAAa;;;8EAgBxB,CAAA"}
1
+ {"version":3,"file":"radioButtonVariants.d.ts","sourceRoot":"","sources":["../../../../../src/modules/RadioButton/components/atoms/radioButtonVariants.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;GA8G5B,CAAA;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB;;;;8EAiD/B,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;8EAiBzB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/RadioButton/stories/RadioButton.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAA;AAG7D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAiDlC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAEzC,eAAO,MAAM,OAAO,EAAE,KA8CrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAqEnB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KA2FpB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAqDtB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAwDxB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAkD1B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KA8F7B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAsHzB,CAAA"}
1
+ {"version":3,"file":"RadioButton.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/RadioButton/stories/RadioButton.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAA;AAG7D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAiDlC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAEzC,eAAO,MAAM,OAAO,EAAE,KA6CrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAqDnB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KA2FpB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAqDtB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAuDxB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAiD1B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KA8F7B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAsHzB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonGroup.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/RadioButton/stories/RadioButtonGroup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2DAA2D,CAAA;AAI5F,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAqDvC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAkB9C,eAAO,MAAM,OAAO,EAAE,KAmDrB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA8DxB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAuC1B,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAkFnB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KA8EpB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAqEzB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAiEtB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAqHzB,CAAA"}
1
+ {"version":3,"file":"RadioButtonGroup.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/RadioButton/stories/RadioButtonGroup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2DAA2D,CAAA;AAI5F,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAqDvC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAkB9C,eAAO,MAAM,OAAO,EAAE,KAkDrB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA4DxB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAqC1B,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KA4EnB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAwEpB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAiEzB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KA6DtB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAgHzB,CAAA"}
@@ -3,6 +3,10 @@ interface StepConnectorProps {
3
3
  colorClasses: ColorClasses;
4
4
  vertical?: boolean;
5
5
  }
6
+ /**
7
+ * StepConnector - Línea conectora entre pasos
8
+ * Color: según el color del stepper (colorClasses.line)
9
+ */
6
10
  export declare const StepConnector: ({ colorClasses, vertical }: StepConnectorProps) => import("react/jsx-runtime").JSX.Element;
7
11
  export {};
8
12
  //# sourceMappingURL=StepConnector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepConnector.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/atoms/StepConnector.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAErD,UAAU,kBAAkB;IAC1B,YAAY,EAAE,YAAY,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,aAAa,GAAI,4BAAoC,kBAAkB,4CAcnF,CAAA"}
1
+ {"version":3,"file":"StepConnector.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/atoms/StepConnector.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAErD,UAAU,kBAAkB;IAC1B,YAAY,EAAE,YAAY,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,4BAAoC,kBAAkB,4CAcnF,CAAA"}
@@ -7,6 +7,10 @@ interface StepIconProps {
7
7
  className?: string;
8
8
  classNameNumber?: string;
9
9
  }
10
+ /**
11
+ * StepIcon - Indicador circular del paso
12
+ * Usa tokens semánticos para colores
13
+ */
10
14
  export declare const StepIcon: ({ stepIndex, status, colorClasses, className, classNameNumber, }: StepIconProps) => import("react/jsx-runtime").JSX.Element | null;
11
15
  export {};
12
16
  //# sourceMappingURL=StepIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepIcon.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/atoms/StepIcon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,UAAU,aAAa;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,UAAU,CAAA;IAClB,YAAY,EAAE,YAAY,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB;AAED,eAAO,MAAM,QAAQ,GAAI,kEAMtB,aAAa,mDAiCf,CAAA"}
1
+ {"version":3,"file":"StepIcon.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/atoms/StepIcon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,UAAU,aAAa;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,UAAU,CAAA;IAClB,YAAY,EAAE,YAAY,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ,GAAI,kEAMtB,aAAa,mDAiCf,CAAA"}
@@ -5,6 +5,10 @@ interface StepLabelProps {
5
5
  className?: string;
6
6
  vertical?: boolean;
7
7
  }
8
+ /**
9
+ * StepLabel - Textos del paso (título y descripción)
10
+ * Usa tokens semánticos para tipografía y colores
11
+ */
8
12
  export declare const StepLabel: ({ step, stepIndex, className, vertical, }: StepLabelProps) => import("react/jsx-runtime").JSX.Element | null;
9
13
  export {};
10
14
  //# sourceMappingURL=StepLabel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepLabel.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/atoms/StepLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAEpD,UAAU,cAAc;IACtB,IAAI,EAAE,WAAW,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,SAAS,GAAI,2CAKvB,cAAc,mDAehB,CAAA"}
1
+ {"version":3,"file":"StepLabel.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/atoms/StepLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAEpD,UAAU,cAAc;IACtB,IAAI,EAAE,WAAW,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAI,2CAKvB,cAAc,mDAehB,CAAA"}
@@ -14,6 +14,9 @@ interface StepItemProps {
14
14
  vertical?: boolean;
15
15
  stepClickable?: boolean;
16
16
  }
17
+ /**
18
+ * StepItem - Contenedor de cada paso individual
19
+ */
17
20
  export declare const StepItem: ({ step, stepIndex, status, colorClasses, isLast, onStepClick, classNameStep, classNameStepLabel, classNameStepIcon, classNameStepNumber, vertical, stepClickable, }: StepItemProps) => import("react/jsx-runtime").JSX.Element;
18
21
  export {};
19
22
  //# sourceMappingURL=StepItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/molecules/StepItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,UAAU,aAAa;IACrB,IAAI,EAAE,WAAW,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,UAAU,CAAA;IAClB,YAAY,EAAE,YAAY,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IACxC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,QAAQ,GAAI,qKAatB,aAAa,4CAkCf,CAAA"}
1
+ {"version":3,"file":"StepItem.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/molecules/StepItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAKjD,UAAU,aAAa;IACrB,IAAI,EAAE,WAAW,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,UAAU,CAAA;IAClB,YAAY,EAAE,YAAY,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IACxC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,GAAI,qKAatB,aAAa,4CAkCf,CAAA"}
@@ -1,3 +1,11 @@
1
1
  import { StepperProps } from '../../../../shared/types/stepper';
2
+ /**
3
+ * Stepper - Componente de pasos
4
+ *
5
+ * Tokens semánticos de Figma:
6
+ * - Layout: flex, items-center
7
+ * - Orientación: horizontal (default) o vertical
8
+ * - Scroll opcional para muchos pasos
9
+ */
2
10
  export declare const Stepper: ({ steps, color, size, className, classNameStep, classNameStepLabel, classNameStepIcon, classNameStepNumber, currentStep: externalCurrentStep, onClickStep, onStepChange, withScroll, vertical, stepClickable, }: StepperProps) => import("react/jsx-runtime").JSX.Element;
3
11
  //# sourceMappingURL=Stepper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/organisms/Stepper.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AA8BrD,eAAO,MAAM,OAAO,GAAI,iNAerB,YAAY,4CAwCd,CAAA"}
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Stepper/components/organisms/Stepper.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAiCrD;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,GAAI,iNAerB,YAAY,4CA0Dd,CAAA"}
@@ -6,6 +6,10 @@ interface UseStepperProps {
6
6
  onClickStep?: (step: number) => void;
7
7
  onStepChange?: (step: number) => void;
8
8
  }
9
+ /**
10
+ * Hook para manejar la lógica del Stepper
11
+ * Usa tokens semánticos de Figma para colores
12
+ */
9
13
  export declare const useStepper: ({ steps, currentStep: externalCurrentStep, onClickStep, onStepChange, }: UseStepperProps) => {
10
14
  currentStep: number;
11
15
  getColorClasses: (color: Colors) => ColorClasses;
@@ -1 +1 @@
1
- {"version":3,"file":"useStepper.d.ts","sourceRoot":"","sources":["../../../../src/modules/Stepper/hooks/useStepper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,UAAU,eAAe;IACvB,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;CACtC;AAED,eAAO,MAAM,UAAU,GAAI,yEAKxB,eAAe;;6BAIgB,MAAM,KAAG,YAAY;iCAwEjB,MAAM;+BAYR,MAAM,KAAG,UAAU;CAYtD,CAAA"}
1
+ {"version":3,"file":"useStepper.d.ts","sourceRoot":"","sources":["../../../../src/modules/Stepper/hooks/useStepper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,UAAU,eAAe;IACvB,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;CACtC;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,yEAKxB,eAAe;;6BAWgB,MAAM,KAAG,YAAY;iCAwEjB,MAAM;+BAYR,MAAM,KAAG,UAAU;CAYtD,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"switch.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Switch/stories/switch.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAGjD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAI7B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAkBlC,eAAO,MAAM,OAAO,EAAE,KAmCrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAgEnB,CAAA"}
1
+ {"version":3,"file":"switch.stories.d.ts","sourceRoot":"","sources":["../../../../src/modules/Switch/stories/switch.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAGjD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAI7B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAkBlC,eAAO,MAAM,OAAO,EAAE,KAmCrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAiEnB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableProps } from '../../shared/types/table';
2
- export declare const Table: <T>({ columns: initialColumns, rows: initialRows, loading, empty, selection, pagination: paginationConfig, toolbar: toolbarConfig, sort: initialSort, filters: initialFilters, expandable, resizable, striped, bordered, hoverable, dense, showEditActions, className, onSort, onFilter, onColumnResize, onColumnReorder, onColumnVisibilityChange, onRowClick, onRowExpand, onHandleChange, }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const Table: <T>({ columns: initialColumns, rows: initialRows, loading, empty, selection, pagination: paginationConfig, toolbar: toolbarConfig, sort: initialSort, filters: initialFilters, expandable, resizable, striped, bordered, hoverable, dense, showEditActions, configKey, persistConfig, onConfigChange, className, onSort, onFilter, onColumnResize, onColumnReorder, onColumnVisibilityChange, onRowClick, onRowExpand, onHandleChange, }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/modules/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAgBjD,eAAO,MAAM,KAAK,GAAI,CAAC,EAAG,4XA6BvB,UAAU,CAAC,CAAC,CAAC,4CAwaf,CAAA"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/modules/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA2C,MAAM,sBAAsB,CAAA;AAoB1F,eAAO,MAAM,KAAK,GAAI,CAAC,EAAG,saAgCvB,UAAU,CAAC,CAAC,CAAC,4CA0gBf,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const ActionsCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const ActionsCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=ActionsCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ActionsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ActionsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAqB,MAAM,sBAAsB,CAAA;AA4CjF,eAAO,MAAM,WAAW,+FAOrB,uBAAuB,6CAsDxB,CAAA"}
1
+ {"version":3,"file":"ActionsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ActionsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAqB,MAAM,sBAAsB,CAAA;AA+CjF,eAAO,MAAM,WAAW,yHASrB,uBAAuB,6CAyDxB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const AvatarsCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const AvatarsCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=AvatarsCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/AvatarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAyB9D,eAAO,MAAM,WAAW,GAAI,mDAMzB,uBAAuB,4CA+CzB,CAAA"}
1
+ {"version":3,"file":"AvatarsCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/AvatarsCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAyB9D,eAAO,MAAM,WAAW,GAAI,6EAQzB,uBAAuB,4CA+CzB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const ButtonCell: ({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ButtonCell: ({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=ButtonCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ButtonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,UAAU,GAAI,wDAOxB,uBAAuB,4CAqBzB,CAAA"}
1
+ {"version":3,"file":"ButtonCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/ButtonCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,UAAU,GAAI,kFASxB,uBAAuB,4CAqBzB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const CheckboxCell: ({ value, column, state, onChange, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const CheckboxCell: ({ value, column, state, onChange, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=CheckboxCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/CheckboxCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,6DAO1B,uBAAuB,4CAezB,CAAA"}
1
+ {"version":3,"file":"CheckboxCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/CheckboxCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,YAAY,GAAI,uFAS1B,uBAAuB,4CAezB,CAAA"}
@@ -0,0 +1,34 @@
1
+ import { TableCellComponentProps } from '../../../../shared/types/table';
2
+ /**
3
+ * Formatos de fecha disponibles
4
+ * - 'short': 14/12/2025 (dd/MM/yyyy) - POR DEFECTO
5
+ * - 'long': 14 de diciembre de 2025
6
+ * - 'medium': 14 dic 2025
7
+ * - 'iso': 2025-12-14
8
+ * - 'datetime-short': 14/12/2025 14:30
9
+ * - 'datetime-long': 14 de diciembre de 2025 14:30
10
+ * - 'time': 14:30
11
+ * - 'relative': hace 2 días, ayer, hoy, mañana, etc.
12
+ * - 'month-year': diciembre 2025
13
+ * - 'day-month': 14 de diciembre
14
+ */
15
+ export type DateFormat = 'short' | 'long' | 'medium' | 'iso' | 'datetime-short' | 'datetime-long' | 'time' | 'relative' | 'month-year' | 'day-month';
16
+ export interface DateCellProps extends TableCellComponentProps {
17
+ /** Formato de fecha a usar */
18
+ dateFormat?: DateFormat;
19
+ /** Locale para formateo (por defecto: 'es-ES') */
20
+ locale?: string;
21
+ /** Texto a mostrar cuando la fecha es inválida (por defecto: '-') */
22
+ fallback?: string;
23
+ }
24
+ /**
25
+ * Parsea cualquier valor de fecha a un objeto Date válido
26
+ * Soporta: Date, string ISO, timestamp, y formatos comunes
27
+ */
28
+ export declare const parseDate: (value: unknown) => Date | null;
29
+ /**
30
+ * Formatea una fecha según el formato especificado
31
+ */
32
+ export declare const formatDate: (date: Date, format?: DateFormat, locale?: string) => string;
33
+ export declare const DateCell: import('react').MemoExoticComponent<({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, dateFormat, locale, fallback, }: DateCellProps) => import("react/jsx-runtime").JSX.Element>;
34
+ //# sourceMappingURL=DateCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DateCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,UAAU,GAClB,OAAO,GACP,MAAM,GACN,QAAQ,GACR,KAAK,GACL,gBAAgB,GAChB,eAAe,GACf,MAAM,GACN,UAAU,GACV,YAAY,GACZ,WAAW,CAAA;AAEf,MAAM,WAAW,aAAc,SAAQ,uBAAuB;IAC5D,8BAA8B;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,kDAAkD;IAClD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,qEAAqE;IACrE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,OAAO,KAAG,IAAI,GAAG,IAqDjD,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,GACrB,MAAM,IAAI,EACV,SAAQ,UAAoB,EAC5B,SAAQ,MAAgB,KACvB,MAsEF,CAAA;AA6ED,eAAO,MAAM,QAAQ,kJAWlB,aAAa,6CAyCd,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const DropdownCell: ({ value, state, onChange, className, column, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DropdownCell: ({ value, state, onChange, className, column, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=DropdownCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DropdownCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,YAAY,GAAI,6DAO1B,uBAAuB,4CAmBzB,CAAA"}
1
+ {"version":3,"file":"DropdownCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/DropdownCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,YAAY,GAAI,uFAS1B,uBAAuB,4CAmBzB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { ColumnDataType } from '../../types/filter';
2
+ export declare const FilterIcon: ({ type }: {
3
+ type: ColumnDataType;
4
+ }) => import("react/jsx-runtime").JSX.Element | null;
5
+ //# sourceMappingURL=FilterIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterIcon.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/FilterIcon.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAQnD,eAAO,MAAM,UAAU,GAAI,UAAU;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,mDAK5D,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const IconCell: ({ value, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const IconCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=IconCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/IconCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,QAAQ,GAAI,mDAMtB,uBAAuB,4CAiBzB,CAAA"}
1
+ {"version":3,"file":"IconCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/IconCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAK9D,eAAO,MAAM,QAAQ,GAAI,6EAQtB,uBAAuB,4CAiBzB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const LinkCell: ({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const LinkCell: ({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=LinkCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/LinkCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,QAAQ,GAAI,wDAOtB,uBAAuB,4CA4BzB,CAAA"}
1
+ {"version":3,"file":"LinkCell.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Table/components/atoms/LinkCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAI9D,eAAO,MAAM,QAAQ,GAAI,kFAStB,uBAAuB,4CA4BzB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import { TableCellComponentProps } from '../../../../shared/types/table';
2
- export declare const PrimaryCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const PrimaryCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>;
3
3
  //# sourceMappingURL=PrimaryCell.d.ts.map