@m4l/components 9.5.4-beta-feature-701-create-extended-library.0 → 9.5.4

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 (301) hide show
  1. package/@types/types.d.ts +1 -1
  2. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +5 -5
  3. package/components/AccountPopover/slots/AccountPopoverSlots.js +38 -37
  4. package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +3 -3
  5. package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts.map +1 -1
  6. package/components/ActionsGroup/slots/ActionsGroupSlots.js +13 -12
  7. package/components/ActionsGroup/subcomponents/ActionIconButton/ActionIconButton.js +1 -1
  8. package/components/AppBar/AppBar.d.ts +9 -9
  9. package/components/AppBar/AppBar.d.ts.map +1 -1
  10. package/components/AppBar/AppBar.js +21 -23
  11. package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
  12. package/components/CheckableList/CheckableList.js +28 -28
  13. package/components/CheckableList/slots/styled.d.ts +9 -9
  14. package/components/CheckableList/slots/styled.js +1 -1
  15. package/components/Chip/slots/ChipSlots.d.ts +4 -4
  16. package/components/Chip/slots/ChipSlots.d.ts.map +1 -1
  17. package/components/Chip/slots/ChipSlots.js +21 -20
  18. package/components/Color/Color.d.ts +3 -1
  19. package/components/Color/Color.d.ts.map +1 -1
  20. package/components/Color/Color.js +9 -9
  21. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
  22. package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
  23. package/components/CommonActions/components/ActionFormSubmitProgrammatic/slots/ActionFormSubmitProgrammaticSlots.d.ts +1 -1
  24. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
  25. package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +1 -1
  26. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +1 -1
  27. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
  28. package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +1 -1
  29. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
  30. package/components/DynamicSort/subcomponents/FieldTypes/StringSort/index.js +1 -1
  31. package/components/DynamicSort/subcomponents/InputSort/InputSort.js +1 -1
  32. package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +1 -1
  33. package/components/EditLabel/slots/EditLabelSlots.d.ts +4 -4
  34. package/components/HelperError/slots/HelperErrorSlots.d.ts +1 -1
  35. package/components/HelperError/slots/HelperErrorSlots.js +1 -1
  36. package/components/HelperError/types.d.ts +1 -1
  37. package/components/HelperError/types.d.ts.map +1 -1
  38. package/components/Icon/Icon.d.ts +6 -3
  39. package/components/Icon/Icon.d.ts.map +1 -1
  40. package/components/Icon/Icon.js +99 -3
  41. package/components/Icon/Icon.styles.d.ts +3 -0
  42. package/components/Icon/Icon.styles.d.ts.map +1 -0
  43. package/components/Icon/Icon.styles.js +92 -0
  44. package/components/Icon/constants.d.ts +4 -0
  45. package/components/Icon/constants.d.ts.map +1 -0
  46. package/components/Icon/constants.js +8 -0
  47. package/components/Icon/index.d.ts +2 -3
  48. package/components/Icon/index.d.ts.map +1 -1
  49. package/components/Icon/slots/IconEnum.d.ts +7 -0
  50. package/components/Icon/slots/IconEnum.d.ts.map +1 -0
  51. package/components/Icon/slots/IconEnum.js +4 -0
  52. package/components/Icon/slots/IconSlots.d.ts +13 -0
  53. package/components/Icon/slots/IconSlots.d.ts.map +1 -0
  54. package/components/Icon/slots/IconSlots.js +25 -0
  55. package/components/Icon/slots/index.d.ts +3 -0
  56. package/components/Icon/slots/index.d.ts.map +1 -0
  57. package/components/Icon/types.d.ts +109 -0
  58. package/components/Icon/types.d.ts.map +1 -0
  59. package/components/ImageText/slots/ImageTextSlots.d.ts +2 -2
  60. package/components/ImageText/slots/ImageTextSlots.js +1 -1
  61. package/components/Label/slots/LabelSlots.d.ts +3 -3
  62. package/components/Label/slots/LabelSlots.d.ts.map +1 -1
  63. package/components/Label/slots/LabelSlots.js +10 -9
  64. package/components/Label/types.d.ts +17 -19
  65. package/components/Label/types.d.ts.map +1 -1
  66. package/components/LoadingError/LoadingError.js +6 -6
  67. package/components/LoadingError/slots/LoadingErrorSlots.d.ts +1 -1
  68. package/components/LoadingError/slots/LoadingErrorSlots.d.ts.map +1 -1
  69. package/components/LoadingError/slots/LoadingErrorSlots.js +6 -6
  70. package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
  71. package/components/ModalDialog/slots/ModalDialogSlots.d.ts +1 -1
  72. package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
  73. package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +4 -4
  74. package/components/ObjectLogs/slots/ObjectLogsSlots.js +19 -18
  75. package/components/Pager/slots/PagerSlots.d.ts +3 -3
  76. package/components/Pager/slots/PagerSlots.d.ts.map +1 -1
  77. package/components/Pager/slots/PagerSlots.js +1 -1
  78. package/components/PaperForm/slots/PaperFormSlots.d.ts +2 -2
  79. package/components/PaperForm/slots/PaperFormSlots.js +10 -9
  80. package/components/PropertyValue/PropertyValue.js +14 -14
  81. package/components/PropertyValue/slots/PropertyValueSlots.d.ts +1 -1
  82. package/components/PropertyValue/slots/PropertyValueSlots.js +1 -1
  83. package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +5 -5
  84. package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts.map +1 -1
  85. package/components/SettingsLayout/slots/SettingsLayoutSlots.js +26 -25
  86. package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.d.ts.map +1 -1
  87. package/components/SettingsLayout/subcomponents/SettingColorPresets/SettingColorPresets.js +18 -17
  88. package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.d.ts.map +1 -1
  89. package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.js +14 -13
  90. package/components/SettingsLayout/subcomponents/SettingFullscreen/SettingFullscreen.js +1 -1
  91. package/components/SettingsLayout/subcomponents/SettingItem/SettingItem.js +4 -4
  92. package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.d.ts.map +1 -1
  93. package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.js +20 -19
  94. package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
  95. package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/AdormentIcon/AdormentIcon.js +3 -3
  96. package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/index.js +1 -1
  97. package/components/Stepper/slots/StepperSlot.d.ts +5 -5
  98. package/components/Stepper/slots/StepperSlot.d.ts.map +1 -1
  99. package/components/Stepper/slots/StepperSlot.js +42 -41
  100. package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +1 -1
  101. package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +3 -3
  102. package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts.map +1 -1
  103. package/components/TabsNavigator/slots/TabsNavigatorSlots.js +22 -21
  104. package/components/TabsNavigator/subcomponents/TextMarquee/types.d.ts +1 -1
  105. package/components/TabsNavigator/subcomponents/TextMarquee/types.d.ts.map +1 -1
  106. package/components/ToastContainer/slots/toastContainerSlots.d.ts +5 -5
  107. package/components/ToastContainer/slots/toastContainerSlots.d.ts.map +1 -1
  108. package/components/ToastContainer/slots/toastContainerSlots.js +18 -17
  109. package/components/ToastContainer/types.d.ts +1 -1
  110. package/components/ToastContainer/types.d.ts.map +1 -1
  111. package/components/WindowBase/slots/WindowBaseSlots.d.ts +4 -4
  112. package/components/WindowBase/slots/WindowBaseSlots.d.ts.map +1 -1
  113. package/components/WindowBase/slots/WindowBaseSlots.js +68 -67
  114. package/components/WindowBase/subcomponents/EditionInfo/EditionInfo.js +6 -6
  115. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +1 -1
  116. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts.map +1 -1
  117. package/components/WindowBase/types.d.ts +2 -1
  118. package/components/WindowBase/types.d.ts.map +1 -1
  119. package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +4 -4
  120. package/components/WindowConfirm/slots/WindowConfirmSlots.js +1 -1
  121. package/components/animate/variants/background.d.ts +9 -9
  122. package/components/animate/variants/bounce.d.ts +9 -9
  123. package/components/animate/variants/fade.d.ts +20 -20
  124. package/components/animate/variants/flip.d.ts +6 -6
  125. package/components/animate/variants/rotate.d.ts +3 -3
  126. package/components/animate/variants/scale.d.ts +6 -6
  127. package/components/animate/variants/slide.d.ts +16 -16
  128. package/components/animate/variants/transition.d.ts +3 -3
  129. package/components/animate/variants/zoom.d.ts +15 -15
  130. package/components/areas/components/AreasAdmin/AreasAdmin.js +8 -8
  131. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +3 -3
  132. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.js +4 -4
  133. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +22 -22
  134. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +10 -10
  135. package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/subcomponents/ArrowIcon/index.js +1 -1
  136. package/components/datagrids/components/BaseDataGrid/BaseDataGrid.d.ts +2 -2
  137. package/components/datagrids/formatters/ColumnIconFormatter/types.d.ts +1 -1
  138. package/components/datagrids/formatters/ColumnIconFormatter/types.d.ts.map +1 -1
  139. package/components/datagrids/slots/DataGridSlot.d.ts +6 -6
  140. package/components/datagrids/slots/DataGridSlot.d.ts.map +1 -1
  141. package/components/datagrids/slots/DataGridSlot.js +112 -111
  142. package/components/datagrids/subcomponents/HeaderActions/subcomponents/Density/Density.js +1 -1
  143. package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +1 -1
  144. package/components/datagrids/tests/helpers/useCustomCardExample.d.ts.map +1 -1
  145. package/components/datagrids/views/TableView/hooks/useHeaderMenuActions/useHeaderMenuActions.js +4 -4
  146. package/components/datagrids/views/TableView/subcomponents/CheckboxFormatter/subcomponents/CustomIcons/CustomIcons.js +8 -8
  147. package/components/datagrids/views/TableView/subcomponents/DraggableHeaderRenderer/DraggableHeaderRenderer.js +1 -1
  148. package/components/datagrids/views/TableView/subcomponents/RenderGroupCell/RenderGroupCell.js +1 -1
  149. package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.js +3 -3
  150. package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +1 -1
  151. package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.js +1 -1
  152. package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts +3 -3
  153. package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts.map +1 -1
  154. package/components/extended/mui/Accordion/slots/AccordionSlots.js +12 -11
  155. package/components/extended/mui/Autocomplete/constants.d.ts +1 -1
  156. package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.d.ts +5 -5
  157. package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.js +1 -1
  158. package/components/extended/mui/Autocomplete/subcomponents/LoadingText/LoadingText.js +4 -4
  159. package/components/extended/mui/Autocomplete/subcomponents/NoOptionsText/NoOptionsText.js +4 -4
  160. package/components/extended/mui/Autocomplete/subcomponents/RenderAdornment/RenderAdornment.js +4 -4
  161. package/components/extended/mui/Badge/slots/BadgeSlots.d.ts +1 -1
  162. package/components/extended/mui/Button/slots/ButtonSlots.d.ts +2 -2
  163. package/components/extended/mui/Button/slots/ButtonSlots.js +11 -10
  164. package/components/extended/mui/CheckBox/slots/CheckBoxSlots.d.ts +3 -3
  165. package/components/extended/mui/CheckBox/slots/CheckBoxSlots.js +12 -11
  166. package/components/extended/mui/DatePicker/slots/DatePickerSlots.d.ts +2 -2
  167. package/components/extended/mui/DateTimePicker/slots/DateTimePickerSlots.d.ts +2 -2
  168. package/components/extended/mui/IconButton/IconButton.js +9 -9
  169. package/components/extended/mui/IconButton/helpers/evalIconColor.d.ts +1 -1
  170. package/components/extended/mui/IconButton/helpers/evalIconColor.d.ts.map +1 -1
  171. package/components/extended/mui/IconButton/slots/IconButtonSlots.d.ts +1 -1
  172. package/components/extended/mui/IconButton/slots/IconButtonSlots.js +1 -1
  173. package/components/extended/mui/IconButton/types.d.ts +2 -1
  174. package/components/extended/mui/IconButton/types.d.ts.map +1 -1
  175. package/components/extended/mui/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
  176. package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts +4 -4
  177. package/components/extended/mui/MenuItem/slots/MenuItemSlots.js +18 -17
  178. package/components/extended/mui/MenuItem/types.d.ts +1 -1
  179. package/components/extended/mui/MenuItem/types.d.ts.map +1 -1
  180. package/components/extended/mui/NavLink/slots/NavLinkSlots.d.ts +1 -1
  181. package/components/extended/mui/NavLink/slots/NavLinkSlots.js +4 -4
  182. package/components/extended/mui/NavLink/types.d.ts +1 -1
  183. package/components/extended/mui/NavLink/types.d.ts.map +1 -1
  184. package/components/extended/mui/Popper/slots/PopperStlots.d.ts +1 -1
  185. package/components/extended/mui/Radio/Radio.js +1 -1
  186. package/components/extended/mui/Radio/slots/styled.d.ts +1 -1
  187. package/components/extended/mui/Radio/slots/styled.js +1 -1
  188. package/components/extended/mui/Select/slots/SelectSlots.d.ts +6 -6
  189. package/components/extended/mui/Select/slots/SelectSlots.d.ts.map +1 -1
  190. package/components/extended/mui/Select/slots/SelectSlots.js +22 -21
  191. package/components/extended/mui/Tab/Slots/TabSlots.d.ts +4 -4
  192. package/components/extended/mui/Tab/Slots/TabSlots.d.ts.map +1 -1
  193. package/components/extended/mui/Tab/Slots/TabSlots.js +12 -11
  194. package/components/extended/mui/TextField/slots/TextFieldSlots.d.ts +3 -3
  195. package/components/extended/mui/TextField/slots/TextFieldSlots.js +1 -1
  196. package/components/extended/mui/TimePicker/slots/TimePickerSlots.d.ts +2 -2
  197. package/components/extended/mui/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
  198. package/components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  199. package/components/extended/mui/Tooltip/Tooltip.d.ts +3 -3
  200. package/components/extended/mui/Tooltip/Tooltip.d.ts.map +1 -1
  201. package/components/extended/mui/Tooltip/Tooltip.js +32 -3
  202. package/components/extended/mui/Tooltip/Tooltip.styles.d.ts +3 -0
  203. package/components/extended/mui/Tooltip/Tooltip.styles.d.ts.map +1 -0
  204. package/components/extended/mui/Tooltip/Tooltip.styles.js +65 -0
  205. package/components/extended/mui/Tooltip/constants.d.ts +10 -0
  206. package/components/extended/mui/Tooltip/constants.d.ts.map +1 -0
  207. package/components/extended/mui/Tooltip/constants.js +8 -0
  208. package/components/extended/mui/Tooltip/index.d.ts +1 -0
  209. package/components/extended/mui/Tooltip/index.d.ts.map +1 -1
  210. package/components/extended/mui/Tooltip/slots/TooltipEnum.d.ts +6 -0
  211. package/components/extended/mui/Tooltip/slots/TooltipEnum.d.ts.map +1 -0
  212. package/components/extended/mui/Tooltip/slots/TooltipEnum.js +4 -0
  213. package/components/extended/mui/Tooltip/slots/TooltipSlots.d.ts +10 -0
  214. package/components/extended/mui/Tooltip/slots/TooltipSlots.d.ts.map +1 -0
  215. package/components/extended/mui/Tooltip/slots/TooltipSlots.js +20 -0
  216. package/components/extended/mui/Tooltip/slots/index.d.ts +3 -0
  217. package/components/extended/mui/Tooltip/slots/index.d.ts.map +1 -0
  218. package/components/extended/mui/Tooltip/types.d.ts +28 -0
  219. package/components/extended/mui/Tooltip/types.d.ts.map +1 -0
  220. package/components/extended/mui/Typography/Typography.d.ts +19 -3
  221. package/components/extended/mui/Typography/Typography.d.ts.map +1 -1
  222. package/components/extended/mui/Typography/Typography.js +56 -3
  223. package/components/extended/mui/Typography/constants.d.ts +18 -0
  224. package/components/extended/mui/Typography/constants.d.ts.map +1 -0
  225. package/components/extended/mui/Typography/constants.js +8 -0
  226. package/components/extended/mui/Typography/index.d.ts +1 -2
  227. package/components/extended/mui/Typography/index.d.ts.map +1 -1
  228. package/components/extended/mui/Typography/slots/typographyEnum.d.ts +8 -0
  229. package/components/extended/mui/Typography/slots/typographyEnum.d.ts.map +1 -0
  230. package/components/extended/mui/Typography/slots/typographyEnum.js +4 -0
  231. package/components/extended/mui/Typography/slots/typographySlots.d.ts +13 -0
  232. package/components/extended/mui/Typography/slots/typographySlots.d.ts.map +1 -0
  233. package/components/extended/mui/Typography/slots/typographySlots.js +17 -0
  234. package/components/extended/mui/Typography/types.d.ts +79 -0
  235. package/components/extended/mui/Typography/types.d.ts.map +1 -0
  236. package/components/extended/mui/Typography/typography.styles.d.ts +3 -0
  237. package/components/extended/mui/Typography/typography.styles.d.ts.map +1 -0
  238. package/components/extended/mui/Typography/typography.styles.js +59 -0
  239. package/components/extended/rsuite/DateRangePicker/DateRangePicker.js +1 -1
  240. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +3 -3
  241. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +17 -16
  242. package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts +1 -1
  243. package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts.map +1 -1
  244. package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.js +1 -1
  245. package/components/formatters/ConcatenatedFormatter/types.d.ts +1 -1
  246. package/components/formatters/ConcatenatedFormatter/types.d.ts.map +1 -1
  247. package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts +1 -1
  248. package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts.map +1 -1
  249. package/components/formatters/DateFormatter/slots/DateFormatterSlots.js +1 -1
  250. package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +1 -1
  251. package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.js +1 -1
  252. package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.d.ts +2 -2
  253. package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.js +1 -1
  254. package/components/formatters/IconsFormatter/types.d.ts +1 -1
  255. package/components/formatters/IconsFormatter/types.d.ts.map +1 -1
  256. package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.d.ts +1 -1
  257. package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.js +1 -1
  258. package/components/formatters/NestedFormatter/slots/NestedFormatterSlots.d.ts +1 -1
  259. package/components/formatters/NestedFormatter/slots/NestedFormatterSlots.d.ts.map +1 -1
  260. package/components/formatters/NestedFormatter/slots/NestedFormatterSlots.js +4 -4
  261. package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts +1 -1
  262. package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts.map +1 -1
  263. package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.js +1 -1
  264. package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts +1 -1
  265. package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts.map +1 -1
  266. package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.js +1 -1
  267. package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts +1 -1
  268. package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts.map +1 -1
  269. package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.js +8 -8
  270. package/components/formatters/PriceFormatter/types.d.ts +1 -1
  271. package/components/formatters/PriceFormatter/types.d.ts.map +1 -1
  272. package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts +1 -1
  273. package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts.map +1 -1
  274. package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.js +8 -8
  275. package/components/formatters/UncertaintyFormatter/types.d.ts +1 -1
  276. package/components/formatters/UncertaintyFormatter/types.d.ts.map +1 -1
  277. package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
  278. package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
  279. package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +2 -2
  280. package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +1 -1
  281. package/components/hook-form/RHFPeriod/subcomponents/Period/Period.js +9 -9
  282. package/components/hook-form/RHFRadioGroup/formatters/OptionIconLabelFormatter/index.d.ts.map +1 -1
  283. package/components/hook-form/RHFRadioGroup/slots/styled.d.ts +1 -1
  284. package/components/hook-form/RHFRadioGroup/slots/styled.d.ts.map +1 -1
  285. package/components/hook-form/RHFRadioGroup/slots/styled.js +1 -1
  286. package/components/hook-form/RHFRadioGroup/subcomponents/RenderOptionStartAdornment/RenderOptionStartAdornment.js +6 -6
  287. package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
  288. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  289. package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
  290. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +3 -3
  291. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.js +1 -1
  292. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +14 -14
  293. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +7 -7
  294. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.js +1 -1
  295. package/components/hook-form/RHFUpload/components/UploadComponents/BlockContent.d.ts.map +1 -1
  296. package/components/hook-form/RHFUpload/components/UploadComponents/RejectionFiles.d.ts.map +1 -1
  297. package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +1 -1
  298. package/index.js +476 -484
  299. package/package.json +6 -7
  300. package/utils/getIconColor.d.ts +1 -1
  301. package/utils/getIconColor.d.ts.map +1 -1
@@ -1,6 +1,9 @@
1
+ import { IconProps } from './types';
1
2
  /**
2
- * @deprecated Import `Icon` or `BaseIcon` from `@m4l/base` instead of importing `Icon` from `@m4l/components`. This compatibility alias will be removed from this package in a future release.
3
+ * Provee de un medio por el cual se carga un icono svg en la plataforma web, aporta su versión provisional de carga en red.
4
+ * Soporta dos estrategias:
5
+ * - Estrategia src (URL): Usa CSS mask para aplicar colores al icono SVG desde una URL
6
+ * - Estrategia type element: Usa componentes SVG de @m4l/icons directamente mediante src (ReactNode)
3
7
  */
4
- declare const Icon: (props: import('@m4l/base').IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
- export { Icon };
8
+ export declare const Icon: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
9
  //# sourceMappingURL=Icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/Icon.tsx"],"names":[],"mappings":"AACA;;GAEG;AACH,QAAA,MAAM,IAAI,4FAAW,CAAC;AAEtB,OAAO,EAAE,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAkB,SAAS,EAA0C,MAAM,SAAS,CAAC;AAiB5F;;;;;GAKG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,SAAS,qDAmJpC,CAAC"}
@@ -1,5 +1,101 @@
1
- import { Icon as o } from "@m4l/base";
2
- const n = o;
1
+ import { jsxs as M, Fragment as C, jsx as o } from "@emotion/react/jsx-runtime";
2
+ import { useModuleSkeleton as P } from "@m4l/core";
3
+ import S from "clsx";
4
+ import { isValidElement as n, cloneElement as T } from "react";
5
+ import { getPropDataTestId as f } from "../../test/getNameDataTestId.js";
6
+ import { ICON_PREFIX as u, ICON_CLASSES as i } from "./constants.js";
7
+ import { useComponentSize as A } from "../../hooks/useComponentSize/useComponentSize.js";
8
+ import { IconSlots as g } from "./slots/IconEnum.js";
9
+ import { TooltipStyled as D, RootStyled as x, IconSkeletonStyled as F, IconStyled as L } from "./slots/IconSlots.js";
10
+ function O(t) {
11
+ return "src" in t && typeof t.src == "string" || "icon" in t && typeof t.icon == "string";
12
+ }
13
+ function _(t) {
14
+ return "src" in t && t.src !== void 0 && n(t.src) || "icon" in t && t.icon !== void 0 && n(t.icon);
15
+ }
16
+ const W = (t) => {
17
+ const {
18
+ size: N = "medium",
19
+ rotationAngle: l,
20
+ tooltipContent: y,
21
+ color: w = "text.primary",
22
+ className: I,
23
+ placement: R = "bottom",
24
+ instaceDataTestId: a,
25
+ disabled: s,
26
+ selected: E,
27
+ enabledSelected: j,
28
+ onClick: v,
29
+ ariaLabel: m
30
+ } = t;
31
+ let e;
32
+ O(t) ? e = "src" in t && typeof t.src == "string" ? t.src : "icon" in t && typeof t.icon == "string" ? t.icon : void 0 : _(t) && (e = "src" in t && t.src !== void 0 && n(t.src) ? t.src : "icon" in t && t.icon !== void 0 && n(t.icon) ? t.icon : void 0);
33
+ const { currentSize: d } = A(N), c = d === "small" || d === "medium" ? d : "medium", z = P(), r = {
34
+ size: c,
35
+ color: w,
36
+ src: e,
37
+ disabled: s,
38
+ rotationAngle: l,
39
+ selected: E,
40
+ enabledSelected: j,
41
+ isSkeleton: z,
42
+ isMaskStrategy: e !== void 0 ? typeof e == "string" : void 0
43
+ }, b = typeof v == "function" && !s, k = {
44
+ className: S(I, i.root),
45
+ ownerState: { ...r },
46
+ onClick: b ? v : void 0,
47
+ tabIndex: b ? 0 : -1,
48
+ "aria-disabled": s,
49
+ ...f(u, g.root, a)
50
+ }, h = () => e && typeof e == "string" ? /* @__PURE__ */ o(
51
+ L,
52
+ {
53
+ className: S(i.icon, i.root),
54
+ role: "icon",
55
+ ownerState: { ...r },
56
+ ...f(u, g.icon, a),
57
+ "aria-label": m || "icon"
58
+ }
59
+ ) : e && n(e) ? /* @__PURE__ */ o(C, { children: T(
60
+ e,
61
+ {
62
+ sx: {
63
+ fontSize: c === "small" ? "small" : "medium",
64
+ ...l && {
65
+ transform: `rotate(${l}deg)`
66
+ },
67
+ width: "100%",
68
+ height: "100%"
69
+ },
70
+ "aria-label": m || "icon"
71
+ }
72
+ ) }) : null;
73
+ return /* @__PURE__ */ M(C, { children: [
74
+ y ? /* @__PURE__ */ o(
75
+ D,
76
+ {
77
+ className: I || i.tooltip,
78
+ title: y,
79
+ ownerState: { ...r },
80
+ placement: R,
81
+ size: c,
82
+ ...f(u, g.tooltip, a),
83
+ children: /* @__PURE__ */ o(x, { ...k, children: h() })
84
+ }
85
+ ) : /* @__PURE__ */ o(x, { ...k, children: h() }),
86
+ z && /* @__PURE__ */ o(
87
+ F,
88
+ {
89
+ className: S(i.iconSkeleton, i.root),
90
+ role: "icon-skeleton",
91
+ size: c,
92
+ variant: "rectangular",
93
+ ownerState: { ...r },
94
+ "aria-label": m || "icon"
95
+ }
96
+ )
97
+ ] });
98
+ };
3
99
  export {
4
- n as Icon
100
+ W as Icon
5
101
  };
@@ -0,0 +1,3 @@
1
+ import { IconStyles } from '../Icon/types';
2
+ export declare const iconStyles: IconStyles;
3
+ //# sourceMappingURL=Icon.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/Icon.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,eAAO,MAAM,UAAU,EAAE,UAmGxB,CAAC"}
@@ -0,0 +1,92 @@
1
+ import { getSizeStyles as s } from "../../utils/getSizeStyles/getSizeStyles.js";
2
+ import { getPropertyByString as o } from "@m4l/core";
3
+ import { ICON_CLASSES as n } from "./constants.js";
4
+ const d = {
5
+ /**
6
+ * Slot root: Contiene los estilos para el contenedor principal del ícono.
7
+ * Este slot es responsable de definir el layout del ícono dentro de su contenedor,
8
+ * incluyendo propiedades de flexbox para centrar su contenido, y el tamaño
9
+ * dinámico basado en el dispositivo (móvil o desktop) y el tamaño del ícono
10
+ * ('small' o 'medium'). También incluye animaciones como la transición
11
+ * suave de transformación.
12
+ */
13
+ root: ({ theme: i, ownerState: e }) => {
14
+ const t = e?.disabled ? i.vars.palette.text.disabled : e?.selected && e?.enabledSelected ? `${i.vars.palette.primary.enabled}` : o(i.vars.palette, String(e?.color), "text.primary");
15
+ return {
16
+ display: e?.isSkeleton ? "none" : "flex",
17
+ justifyContent: "center",
18
+ alignItems: "center",
19
+ width: "fit-content",
20
+ transition: "transform 0.5s ease-in-out",
21
+ ...s(i, e?.size ?? "medium", "base", (r) => ({
22
+ width: r,
23
+ height: r
24
+ })),
25
+ // Solo aplicar estilos de mask si se usa estrategia mask (src es string)
26
+ // Si no es mask (src es React element) o no hay src, aplicar estilos para componente SVG
27
+ ...e?.isMaskStrategy === !1 && {
28
+ "& .MuiSvgIcon-root": {
29
+ width: "inherit",
30
+ height: "inherit",
31
+ display: "flex",
32
+ alignItems: "center",
33
+ justifyContent: "center",
34
+ "& svg, & path, & rect, & circle, & ellipse, & polygon, & polyline, & line, & g, & text, & tspan, & use": {
35
+ fill: t
36
+ }
37
+ }
38
+ },
39
+ // Solo aplicar estilos de mask si se usa estrategia mask (src es string)
40
+ ...e?.isMaskStrategy === !0 && {
41
+ [`& .${n.icon}`]: {
42
+ maskPosition: "center",
43
+ maskRepeat: "no-repeat",
44
+ maskSize: "cover",
45
+ WebkitMaskRepeat: "no-repeat",
46
+ mask: `url(${e?.src})`,
47
+ WebkitMask: `url(${e?.src})`,
48
+ WebkitMaskSize: "cover",
49
+ ...e?.rotationAngle && {
50
+ transform: `rotate(${e?.rotationAngle}deg)`
51
+ },
52
+ backgroundColor: e?.isMaskStrategy ? t : "transparent"
53
+ }
54
+ }
55
+ };
56
+ },
57
+ /**
58
+ * Slot icon: Define los estilos para el ícono que se carga dinámicamente.
59
+ * Este slot gestiona cómo se carga y muestra el recurso gráfico en formato de máscara,
60
+ * incluyendo su posición, repetición y ajuste de tamaño. También controla la rotación
61
+ * del ícono basada en el ángulo de rotación proporcionado, y el color de fondo que
62
+ * se ajusta de acuerdo con el estado de deshabilitación o no del ícono.
63
+ */
64
+ icon: () => ({
65
+ width: "inherit",
66
+ height: "inherit"
67
+ }),
68
+ /**
69
+ * Slot iconSkeleton: Define los estilos para el esqueleto del ícono.
70
+ * Se utiliza cuando el ícono aún no está completamente cargado, proporcionando
71
+ * un contorno visible para indicar que la carga está en progreso. Incluye un
72
+ * borde redondeado y tamaño del ícono.
73
+ */
74
+ iconSkeleton: ({ theme: i, ownerState: e }) => ({
75
+ "&.M4lclassCssSpecificity": {
76
+ borderRadius: i.size.borderRadius.r1,
77
+ ...s(i, e?.size ?? "medium", "base", (t) => ({
78
+ width: t,
79
+ height: t
80
+ }))
81
+ }
82
+ }),
83
+ /**
84
+ * Slot tooltip: Define los estilos para el tooltip asociado al ícono.
85
+ * Este slot permite agregar una descripción emergente cuando el ícono es
86
+ * hovereado o enfocado.
87
+ */
88
+ tooltip: {}
89
+ };
90
+ export {
91
+ d as iconStyles
92
+ };
@@ -0,0 +1,4 @@
1
+ export declare const ICON_KEY_COMPONENT = "M4LIcon";
2
+ export declare const ICON_PREFIX = "Icon";
3
+ export declare const ICON_CLASSES: Record<"root" | "tooltip" | "icon" | "iconSkeleton", string>;
4
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,YAAY,CAAC;AAE5C,eAAO,MAAM,WAAW,SAAS,CAAC;AAElC,eAAO,MAAM,YAAY,8DAAqD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { getComponentClasses as o } from "../../utils/getComponentSlotRoot.js";
2
+ import { IconSlots as t } from "./slots/IconEnum.js";
3
+ const n = "M4LIcon", I = "Icon", c = o(n, t);
4
+ export {
5
+ c as ICON_CLASSES,
6
+ n as ICON_KEY_COMPONENT,
7
+ I as ICON_PREFIX
8
+ };
@@ -1,4 +1,3 @@
1
- export { Icon } from './Icon';
2
- export { ICON_CLASSES, ICON_KEY_COMPONENT, ICON_PREFIX, } from '@m4l/base';
3
- export type { IconBaseProps, IconColorDeep, IconOwnerState, IconProps, IconResourceComponent, IconResourceSrc, IconSlotsType, IconStyles, } from '@m4l/base';
1
+ export * from './Icon';
2
+ export * from './types';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,WAAW,GACZ,MAAM,WAAW,CAAC;AACnB,YAAY,EACV,aAAa,EACb,aAAa,EACb,cAAc,EACd,SAAS,EACT,qBAAqB,EACrB,eAAe,EACf,aAAa,EACb,UAAU,GACX,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/index.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare enum IconSlots {
2
+ root = "root",
3
+ tooltip = "tooltip",
4
+ icon = "icon",
5
+ iconSkeleton = "iconSkeleton"
6
+ }
7
+ //# sourceMappingURL=IconEnum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Icon/slots/IconEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,YAAY,iBAAiB;CAC9B"}
@@ -0,0 +1,4 @@
1
+ var t = /* @__PURE__ */ ((o) => (o.root = "root", o.tooltip = "tooltip", o.icon = "icon", o.iconSkeleton = "iconSkeleton", o))(t || {});
2
+ export {
3
+ t as IconSlots
4
+ };
@@ -0,0 +1,13 @@
1
+ export declare const RootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('..').IconOwnerState> & Record<string, unknown> & {
2
+ ownerState: Partial<import('..').IconOwnerState> & Record<string, unknown>;
3
+ }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
4
+ export declare const TooltipStyled: import('@emotion/styled').StyledComponent<Pick<import('../..').TooltipProps, keyof import('../..').TooltipProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('..').IconOwnerState> & Record<string, unknown> & {
5
+ ownerState: Partial<import('..').IconOwnerState> & Record<string, unknown>;
6
+ }, {}, {}>;
7
+ export declare const IconStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('..').IconOwnerState> & Record<string, unknown> & {
8
+ ownerState: Partial<import('..').IconOwnerState> & Record<string, unknown>;
9
+ }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
10
+ export declare const IconSkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../extended/mui/Skeleton/types').SkeletonProps, keyof import('../../extended/mui/Skeleton/types').SkeletonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('..').IconOwnerState> & Record<string, unknown> & {
11
+ ownerState: Partial<import('..').IconOwnerState> & Record<string, unknown>;
12
+ }, {}, {}>;
13
+ //# sourceMappingURL=IconSlots.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Icon/slots/IconSlots.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU;;6NAGH,CAAC;AACrB,eAAO,MAAM,aAAa;;UAGH,CAAC;AACxB,eAAO,MAAM,UAAU;;6NAGH,CAAC;AACrB,eAAO,MAAM,kBAAkB;;UAGH,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { styled as o } from "@mui/material/styles";
2
+ import { IconSlots as t } from "./IconEnum.js";
3
+ import { ICON_KEY_COMPONENT as n } from "../constants.js";
4
+ import { iconStyles as e } from "../Icon.styles.js";
5
+ import { Tooltip as l } from "../../extended/mui/Tooltip/Tooltip.js";
6
+ import { Skeleton as i } from "../../extended/mui/Skeleton/Skeleton.js";
7
+ const d = o("div", {
8
+ name: n,
9
+ slot: t.root
10
+ })(e?.root), f = o(l, {
11
+ name: n,
12
+ slot: t.tooltip
13
+ })(e?.tooltip), y = o("div", {
14
+ name: n,
15
+ slot: t.icon
16
+ })(e?.icon), a = o(i, {
17
+ name: n,
18
+ slot: t.iconSkeleton
19
+ })(e?.iconSkeleton);
20
+ export {
21
+ a as IconSkeletonStyled,
22
+ y as IconStyled,
23
+ d as RootStyled,
24
+ f as TooltipStyled
25
+ };
@@ -0,0 +1,3 @@
1
+ export * from './IconEnum';
2
+ export * from './IconSlots';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Icon/slots/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,109 @@
1
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
2
+ import { IconSlots } from './slots';
3
+ import { Theme } from '@mui/material';
4
+ import { ICON_KEY_COMPONENT } from './constants';
5
+ import { Sizes } from '@m4l/styles';
6
+ import { ReactElement, ReactNode } from 'react';
7
+ import { TooltipProps } from '../extended/mui/Tooltip/types';
8
+ import { DeepKeyOf } from '../../utils/types';
9
+ /**
10
+ * Define la lista de posibles colores que se pueden aplicar al componente icono.
11
+ */
12
+ export type IconColorDeep = DeepKeyOf<Theme['vars']['palette']> | string;
13
+ export interface IconBaseProps extends Pick<TooltipProps, 'placement'> {
14
+ /**
15
+ * Tamaño del componente, puede ser uno de los valores definidos en 'small' , 'medium' , 'large'.
16
+ */
17
+ size?: Extract<Sizes, 'small' | 'medium'>;
18
+ /**
19
+ * Ángulo de rotación de la imagen en grados.
20
+ */
21
+ rotationAngle?: number;
22
+ /**
23
+ * Nombre del tooltip que se mostrará al pasar el cursor sobre el componente.
24
+ */
25
+ tooltipContent?: ReactNode;
26
+ /**
27
+ * Esquema de color a aplicar al componente de los valores definidos en 'ColorSchemeComponent'.
28
+ */
29
+ color?: IconColorDeep;
30
+ /**
31
+ * Clase externa
32
+ */
33
+ className?: string;
34
+ /**
35
+ * Propiedad que sirve para complementar el nombre del data-testid, aporta un identificador único del elemento html en toda aplicación.
36
+ * Es útil para realizar pruebas unitarias y de integración.
37
+ */
38
+ instaceDataTestId?: string;
39
+ /**
40
+ * Valor que en caso de ser verdadero debe de pintar el svg con color text disabled.
41
+ */
42
+ disabled?: boolean;
43
+ /**
44
+ * Valor que define si el icono debe de estar seleccionado pero depende de la propiedad enableSelected.
45
+ */
46
+ selected?: boolean;
47
+ /**
48
+ * Valor que define si el icono debe de estar seleccionado pero depende de la propiedad selected.
49
+ */
50
+ enabledSelected?: boolean;
51
+ /**
52
+ * Funcion que se ejecuta al hacer clic en el icono.
53
+ */
54
+ onClick?: (event: React.MouseEvent<any, MouseEvent>) => void;
55
+ /**
56
+ * Aria label for the icon component.
57
+ */
58
+ ariaLabel?: string;
59
+ }
60
+ export type IconResourceSrc = IconBaseProps & ({
61
+ /**
62
+ * URL o ruta de la imagen que se va a mostrar (estrategia src con mask).
63
+ */
64
+ src: string;
65
+ /**
66
+ * URL o ruta de la imagen que se va a mostrar (estrategia src con mask). alternativa a src.
67
+ */
68
+ icon?: never;
69
+ } | {
70
+ /**
71
+ * URL o ruta de la imagen que se va a mostrar (estrategia src con mask).
72
+ */
73
+ src?: never;
74
+ /**
75
+ * URL o ruta de la imagen que se va a mostrar (estrategia src con mask). alternativa a src.
76
+ */
77
+ icon: string;
78
+ });
79
+ export type IconResourceComponent = IconBaseProps & ({
80
+ /**
81
+ * Componente m4l/icon que se va a mostrar (tipo element).
82
+ */
83
+ src: ReactElement;
84
+ /**
85
+ * Icono que se va a mostrar (tipo element). alternativa a src.
86
+ */
87
+ icon?: never;
88
+ } | {
89
+ /**
90
+ * Componente m4l/icon que se va a mostrar (tipo element).
91
+ */
92
+ src?: never;
93
+ /**
94
+ * Icono que se va a mostrar (tipo element). alternativa a src.
95
+ */
96
+ icon: ReactElement;
97
+ });
98
+ export type IconProps = IconResourceSrc | IconResourceComponent;
99
+ /**
100
+ * Define las las propiedades usadas para estilizar el componente desde el css.
101
+ */
102
+ export interface IconOwnerState extends Pick<IconBaseProps, 'selected' | 'enabledSelected' | 'size' | 'rotationAngle' | 'color' | 'disabled'> {
103
+ src?: string | ReactNode;
104
+ isSkeleton: boolean;
105
+ isMaskStrategy?: boolean;
106
+ }
107
+ export type IconSlotsType = keyof typeof IconSlots;
108
+ export type IconStyles = Partial<OverridesStyleRules<IconSlotsType, typeof ICON_KEY_COMPONENT, Theme> | undefined> | undefined;
109
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C;;GAEG;AAEH,MAAM,MAAM,aAAa,GAAG,SAAS,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,GAAG,MAAM,CAAA;AAcxE,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC;IACpE;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IAC7D;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,eAAe,GAAG,aAAa,GAAG,CAC1C;IACA;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GACC;IACA;;OAEG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,aAAa,GAAG,CAChD;IACA;;OAEG;IACH,GAAG,EAAE,YAAY,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GACC;IACA;;OAEG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,YAAY,CAAC;CACpB,CACF,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG,qBAAqB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,iBAAiB,GAAG,MAAM,GAAG,eAAe,GAAG,OAAO,GAAG,UAAU,CAAC;IAC3I,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AACD,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,SAAS,CAAC;AACnD,MAAM,MAAM,UAAU,GAClB,OAAO,CAAC,mBAAmB,CAAC,aAAa,EAAE,OAAO,kBAAkB,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,GACzF,SAAS,CAAC"}
@@ -10,10 +10,10 @@ export declare const ImgStyled: import('@emotion/styled').StyledComponent<Pick<i
10
10
  export declare const WrapperTitleMessageStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
11
11
  ownerState?: (Partial<import('../types').ImageTextOwnerState> & Record<string, unknown>) | undefined;
12
12
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
13
- export declare const TypographyTitleStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('@m4l/base').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "skeletonWidth" | "ellipsis" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonRows" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
13
+ export declare const TypographyTitleStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonWidth" | "skeletonRows" | "htmlFor" | "ellipsis" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
14
14
  ownerState?: (Partial<import('../types').ImageTextOwnerState> & Record<string, unknown>) | undefined;
15
15
  }, {}, {}>;
16
- export declare const TypographyMessageStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('@m4l/base').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "skeletonWidth" | "ellipsis" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonRows" | "htmlFor" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
16
+ export declare const TypographyMessageStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonWidth" | "skeletonRows" | "htmlFor" | "ellipsis" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
17
17
  ownerState?: (Partial<import('../types').ImageTextOwnerState> & Record<string, unknown>) | undefined;
18
18
  }, {}, {}>;
19
19
  //# sourceMappingURL=ImageTextSlots.d.ts.map
@@ -2,8 +2,8 @@ import { styled as e } from "@mui/material/styles";
2
2
  import { IMAGE_TEXT_KEY_COMPONENT as t } from "../constants.js";
3
3
  import { ImageTextSlots as o } from "./ImageTextEnum.js";
4
4
  import { imageTextContainerStyles as a } from "../ImageText.styles.js";
5
- import { Typography as m } from "@m4l/base";
6
5
  import { Image as r } from "../../Image/Image.js";
6
+ import { Typography as m } from "../../extended/mui/Typography/Typography.js";
7
7
  const y = e("div", {
8
8
  name: t,
9
9
  slot: o.root