@m4l/components 9.5.1 → 9.5.2-beta-improvement-606-typography-leveling.0

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 (112) hide show
  1. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +1 -1
  2. package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +20 -20
  3. package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +1 -1
  4. package/components/ActionsGroup/subcomponents/ActionIconButton/ActionIconButton.js +6 -6
  5. package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
  6. package/components/CheckableList/CheckableList.js +1 -1
  7. package/components/CheckableList/hooks/useCheckableListRender.js +2 -2
  8. package/components/CheckableList/slots/styled.d.ts +4 -4
  9. package/components/Chip/Chip.js +21 -21
  10. package/components/Chip/slots/ChipSlots.d.ts +1 -1
  11. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
  12. package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
  13. package/components/CommonActions/components/ActionFormSubmitProgrammatic/slots/ActionFormSubmitProgrammaticSlots.d.ts +1 -1
  14. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
  15. package/components/DaysOfMonthPicker/DaysOfMonthPicker.styles.js +1 -1
  16. package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +1 -1
  17. package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +1 -1
  18. package/components/DynamicFilter/DynamicFilter.styles.js +3 -3
  19. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
  20. package/components/DynamicSort/DynamicSort.styles.js +1 -1
  21. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
  22. package/components/EditLabel/slots/EditLabelSlots.d.ts +2 -2
  23. package/components/HelperError/HelperError.js +1 -1
  24. package/components/HelperError/HelperError.styles.js +6 -6
  25. package/components/ImageText/ImageText.js +9 -9
  26. package/components/Label/Label.js +18 -18
  27. package/components/LoadingError/LoadingError.js +14 -14
  28. package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
  29. package/components/NumberInput/NumberInput.styles.js +6 -6
  30. package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
  31. package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +1 -1
  32. package/components/Pager/subcomponents/CustomTablePagination/CustomTablePagination.js +17 -17
  33. package/components/Pager/subcomponents/PagerActions/PagerActions.js +11 -11
  34. package/components/PrintingSystem/PrintingSystem.js +8 -8
  35. package/components/PrintingSystem/PrintingSystem.styles.js +6 -6
  36. package/components/PrintingSystem/types.d.ts +1 -1
  37. package/components/PrintingSystem/types.d.ts.map +1 -1
  38. package/components/PropertyValue/PropertyValue.js +1 -1
  39. package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +1 -1
  40. package/components/SettingsLayout/subcomponents/SettingDirection/SettingDirection.js +9 -9
  41. package/components/SettingsLayout/subcomponents/SettingMode/SettingMode.js +11 -11
  42. package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
  43. package/components/SideBar/subcomponents/ContentComponent/style.js +1 -1
  44. package/components/Stepper/subcomponents/ContentArea/subcomponents/WrapperTitle/index.js +5 -5
  45. package/components/Stepper/subcomponents/StepArea/index.js +7 -7
  46. package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +8 -8
  47. package/components/TabsNavigator/subcomponents/TabNavigatorClusterComponent/TabNavigatorClusterComponent.js +22 -22
  48. package/components/TabsNavigator/subcomponents/TabNavigatorComponent/TabNavigatorComponent.js +16 -16
  49. package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
  50. package/components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js +8 -8
  51. package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +23 -23
  52. package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +2 -2
  53. package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +2 -2
  54. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +7 -7
  55. package/components/datagrids/Datagrid.styles.js +6 -6
  56. package/components/datagrids/slots/DataGridSlot.d.ts +1 -1
  57. package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +3 -3
  58. package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +21 -21
  59. package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +22 -22
  60. package/components/datagrids/views/ListView/hooks/useListContent/useListContent.js +11 -11
  61. package/components/datagrids/views/ListView/subcomponents/ListDetail/ListDetail.js +16 -16
  62. package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts +1 -1
  63. package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.d.ts +1 -1
  64. package/components/extended/mui/Autocomplete/subcomponents/LoadingText/LoadingText.js +3 -3
  65. package/components/extended/mui/Autocomplete/subcomponents/NoOptionsText/NoOptionsText.js +3 -3
  66. package/components/extended/mui/Avatar/styles.js +4 -4
  67. package/components/extended/mui/Badge/Badge.styles.js +1 -1
  68. package/components/extended/mui/Button/slots/ButtonSlots.d.ts +1 -1
  69. package/components/extended/mui/CheckBox/CheckBox.js +6 -6
  70. package/components/extended/mui/DatePicker/DatePicker.styles.js +4 -4
  71. package/components/extended/mui/DatePicker/slots/DatePickerSlots.d.ts +1 -1
  72. package/components/extended/mui/DateTimePicker/DateTimePicker.styles.js +256 -256
  73. package/components/extended/mui/DateTimePicker/slots/DateTimePickerSlots.d.ts +2 -2
  74. package/components/extended/mui/IconButton/slots/IconButtonSlots.d.ts +1 -1
  75. package/components/extended/mui/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
  76. package/components/extended/mui/MenuItem/MenuItem.js +11 -11
  77. package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts +1 -1
  78. package/components/extended/mui/NavLink/NavLink.styles.js +20 -20
  79. package/components/extended/mui/Radio/Radio.js +14 -14
  80. package/components/extended/mui/Select/Select.js +22 -22
  81. package/components/extended/mui/Select/slots/SelectSlots.d.ts +1 -1
  82. package/components/extended/mui/Tab/Slots/TabSlots.d.ts +1 -1
  83. package/components/extended/mui/Tab/Tab.js +12 -12
  84. package/components/extended/mui/Tabs/slots/TabsSlots.d.ts +1 -1
  85. package/components/extended/mui/TextField/TextField.js +3 -3
  86. package/components/extended/mui/TextField/TextField.styles.js +5 -5
  87. package/components/extended/mui/TimePicker/slots/TimePickerSlots.d.ts +1 -1
  88. package/components/extended/mui/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
  89. package/components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  90. package/components/extended/mui/Tooltip/Tooltip.styles.js +3 -3
  91. package/components/extended/mui/Typography/Typography.js +7 -7
  92. package/components/extended/mui/Typography/types.d.ts +18 -19
  93. package/components/extended/mui/Typography/types.d.ts.map +1 -1
  94. package/components/extended/mui/Typography/typography.styles.d.ts.map +1 -1
  95. package/components/extended/mui/Typography/typography.styles.js +24 -17
  96. package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.js +1 -1
  97. package/components/formatters/ImageFormatter/ImageFormatter.js +17 -17
  98. package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
  99. package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
  100. package/components/hook-form/RHFDatePicker/RHFDatePicker.styles.js +4 -4
  101. package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +1 -1
  102. package/components/hook-form/RHFRadioGroup/RHFRadioGroup.js +7 -7
  103. package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +1 -1
  104. package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +2 -2
  105. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/UploadImage.js +22 -22
  106. package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +2 -2
  107. package/components/hook-form/RHFUpload/RHFUploadSingleFile/subcomponents/BlockContent/BlockContent.js +1 -1
  108. package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +1 -1
  109. package/package.json +6 -6
  110. package/utils/getTypographyStyles.d.ts +6 -9
  111. package/utils/getTypographyStyles.d.ts.map +1 -1
  112. package/utils/getTypographyStyles.js +5 -2
@@ -34,7 +34,7 @@ export declare const ContainerAdornmentIconStyled: import('@emotion/styled').Sty
34
34
  export declare const BackgroundAdornmentIconStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
35
35
  ownerState?: (Partial<import('../types').SideBarOwnerState> & Record<string, unknown>) | undefined;
36
36
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
37
- export declare const ButtonAnchoredStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "src" | "sx" | "form" | "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" | "name" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
37
+ export declare const ButtonAnchoredStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "action" | "content" | "translate" | "className" | "style" | "classes" | "children" | "src" | "sx" | "form" | "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" | "name" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
38
38
  ownerState?: (Partial<import('../types').SideBarOwnerState> & Record<string, unknown>) | undefined;
39
39
  }, {}, {}>;
40
40
  export declare const ContainerFooterStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
@@ -62,7 +62,7 @@ const M = {
62
62
  ...i(
63
63
  e.generalSettings.isMobile,
64
64
  r?.size || "medium",
65
- "caption"
65
+ "captionStandard"
66
66
  )
67
67
  }
68
68
  }
@@ -1,4 +1,4 @@
1
- import { jsxs as p, jsx as r } from "@emotion/react/jsx-runtime";
1
+ import { jsxs as p, jsx as e } from "@emotion/react/jsx-runtime";
2
2
  import { useMemo as o } from "react";
3
3
  import { useStepper as s } from "../../../../hooks/useStepper/index.js";
4
4
  import { WrapperTitleStyled as l, TitleStyled as c, TitleTextStyled as d, DescriptionStyled as u } from "../../../../slots/StepperSlot.js";
@@ -6,10 +6,10 @@ function h() {
6
6
  const { steps: t, currentStep: i } = s((n) => ({
7
7
  steps: n.steps,
8
8
  currentStep: n.currentStep
9
- })), e = o(() => t[i], [t, i]);
10
- return e ? /* @__PURE__ */ p(l, { children: [
11
- /* @__PURE__ */ r(c, { variant: "paragraphDens", children: /* @__PURE__ */ r(d, { children: e.title }) }),
12
- e.description && /* @__PURE__ */ r(u, { variant: "body", children: e.description })
9
+ })), r = o(() => t[i], [t, i]);
10
+ return r ? /* @__PURE__ */ p(l, { children: [
11
+ /* @__PURE__ */ e(c, { variant: "paragraphDens", children: /* @__PURE__ */ e(d, { children: r.title }) }),
12
+ r.description && /* @__PURE__ */ e(u, { variant: "bodyStandard", children: r.description })
13
13
  ] }) : null;
14
14
  }
15
15
  export {
@@ -4,12 +4,12 @@ import { Indicator as u } from "./subcomponents/Inidicator/index.js";
4
4
  import { useStepArea as x } from "./hooks/useStepArea.js";
5
5
  import { useVisibileSteps as k } from "./hooks/useVisibileSteps.js";
6
6
  function j() {
7
- const { visibleSteps: t } = k(), { handleStepClick: a, visibleTitle: s, orientation: l, steps: d, currentStep: n } = x({ visibleSteps: t }), o = {
7
+ const { visibleSteps: t } = k(), { handleStepClick: a, visibleTitle: s, orientation: S, steps: d, currentStep: n } = x({ visibleSteps: t }), o = {
8
8
  visibleTitle: s,
9
- orientation: l,
9
+ orientation: S,
10
10
  totalSteps: t.length
11
11
  };
12
- return /* @__PURE__ */ r(y, { ownerState: o, children: d.map((i, S) => {
12
+ return /* @__PURE__ */ r(y, { ownerState: o, children: d.map((i, l) => {
13
13
  const e = t.findIndex((c) => c.key === i.key), p = e !== -1;
14
14
  return /* @__PURE__ */ m(
15
15
  b,
@@ -28,15 +28,15 @@ function j() {
28
28
  s && /* @__PURE__ */ r(
29
29
  f,
30
30
  {
31
- variant: "body",
31
+ variant: "bodyStandard",
32
32
  ownerState: {
33
33
  ...o,
34
34
  currentStep: n,
35
35
  step: e,
36
- originalStepIndex: S,
36
+ originalStepIndex: l,
37
37
  isStepVisible: p
38
38
  },
39
- children: /* @__PURE__ */ r(h, { ownerState: { orientation: l }, children: i.title })
39
+ children: /* @__PURE__ */ r(h, { ownerState: { orientation: S }, children: i.title })
40
40
  }
41
41
  ),
42
42
  /* @__PURE__ */ r(
@@ -45,7 +45,7 @@ function j() {
45
45
  currentStep: n,
46
46
  step: e,
47
47
  totalSteps: t.length,
48
- originalStepIndex: S
48
+ originalStepIndex: l
49
49
  }
50
50
  )
51
51
  ]
@@ -17,7 +17,7 @@ function J($) {
17
17
  stepValidationStatus: o.stepValidationStatus
18
18
  }),
19
19
  w
20
- ), { host_static_assets: c, environment_assets: l } = _(), { currentSize: b } = B(T), p = M(), u = z(() => p ? "dot" : s, [p, s]), { isCompleted: S, isValidStep: d, hasBeenValidated: f } = z(() => {
20
+ ), { host_static_assets: c, environment_assets: d } = _(), { currentSize: b } = B(T), p = M(), u = z(() => p ? "dot" : s, [p, s]), { isCompleted: S, isValidStep: l, hasBeenValidated: f } = z(() => {
21
21
  const o = e > t, y = a[t];
22
22
  return {
23
23
  isCompleted: o,
@@ -35,38 +35,38 @@ function J($) {
35
35
  originalStepIndex: t,
36
36
  isCompleted: S,
37
37
  isCurrent: e === t,
38
- isValidStep: d,
38
+ isValidStep: l,
39
39
  hasBeenValidated: f
40
40
  };
41
- return /* @__PURE__ */ i(I, { ownerState: v, children: f && !d ? (
41
+ return /* @__PURE__ */ i(I, { ownerState: v, children: f && !l ? (
42
42
  // Mostrar error solo si ha sido validado y es inválido
43
43
  /* @__PURE__ */ i(
44
44
  m,
45
45
  {
46
- src: `${c}/${l}/${r.circleError}`,
46
+ src: `${c}/${d}/${r.circleError}`,
47
47
  size: "small",
48
48
  color: "error.contrastText"
49
49
  }
50
50
  )
51
- ) : S && d ? (
51
+ ) : S && l ? (
52
52
  // Mostrar completado solo si está completado Y es válido
53
53
  /* @__PURE__ */ i(
54
54
  m,
55
55
  {
56
- src: `${c}/${l}/${u === "number" ? r.circleCheck : r.dotOutline}`,
56
+ src: `${c}/${d}/${u === "number" ? r.circleCheck : r.dotOutline}`,
57
57
  size: "small",
58
58
  color: "primary.semanticText"
59
59
  }
60
60
  )
61
61
  ) : (
62
62
  // Mostrar estado normal (número o dot) para pasos no validados o actuales
63
- /* @__PURE__ */ i(V, { variant: "body", ownerState: v, children: u === "number" ? (
63
+ /* @__PURE__ */ i(V, { variant: "bodyStandard", ownerState: v, children: u === "number" ? (
64
64
  // Solo mostrar número si el step es visible (step >= 0)
65
65
  n >= 0 ? n + 1 : ""
66
66
  ) : /* @__PURE__ */ i(
67
67
  m,
68
68
  {
69
- src: `${c}/${l}/${e === t ? r.dotSelected : r.dotOutline}`,
69
+ src: `${c}/${d}/${e === t ? r.dotSelected : r.dotOutline}`,
70
70
  size: "small",
71
71
  color: e === t ? "primary.semanticText" : "text.disabled"
72
72
  }
@@ -1,37 +1,37 @@
1
- import { jsx as o, jsxs as b, Fragment as T } from "@emotion/react/jsx-runtime";
1
+ import { jsx as t, jsxs as b, Fragment as T } from "@emotion/react/jsx-runtime";
2
2
  import x from "clsx";
3
3
  import { TabNavigatorContainerStyled as I, TabNavigatorPositionedContainerStyled as O, TabNavigatorIconContainerStyled as P, TabNavigatorIconStyled as k, PopoverStyled as E, ContentPopoverStyled as _ } from "../../slots/TabsNavigatorSlots.js";
4
4
  import { useState as w, useRef as A, useMemo as g } from "react";
5
5
  import { TabNavigatorComponent as D } from "../TabNavigatorComponent/TabNavigatorComponent.js";
6
6
  import { useEnvironment as M } from "@m4l/core";
7
- import { TABS_NAVIGATOR_CLASSES as t } from "../../constants.js";
7
+ import { TABS_NAVIGATOR_CLASSES as o } from "../../constants.js";
8
8
  import { useTheme as R } from "@mui/material/styles";
9
9
  import { TextMarquee as $ } from "../TextMarquee/TextMarquee.js";
10
10
  import { useComponentSize as j } from "../../../../hooks/useComponentSize/useComponentSize.js";
11
11
  const U = (f) => {
12
- const { label: u, icon: C, children: r, selectedId: c, onChangeSelectedId: p, variant: a, maxColumnsPopover: d = 3 } = f, [n, i] = w(!1), v = A(null), { host_static_assets: S, environment_assets: N } = M(), { currentSize: m } = j(), s = r.some((e) => e.id === c), l = g(() => ({
12
+ const { label: u, icon: C, children: a, selectedId: c, onChangeSelectedId: d, variant: r, maxColumnsPopover: p = 3 } = f, [n, i] = w(!1), v = A(null), { host_static_assets: S, environment_assets: N } = M(), { currentSize: m } = j(), s = a.some((e) => e.id === c), l = g(() => ({
13
13
  selected: s,
14
- variant: a,
14
+ variant: r,
15
15
  size: m,
16
- maxColumnsPopover: d,
17
- totalTabs: r.length
18
- }), [s, a, m, d, r.length]), h = R(), y = (e) => {
16
+ maxColumnsPopover: p,
17
+ totalTabs: a.length
18
+ }), [s, r, m, p, a.length]), h = R(), y = (e) => {
19
19
  (e.key === "Enter" || e.key === " ") && i(!n);
20
- }, z = g(() => r.map((e) => /* @__PURE__ */ o(
20
+ }, z = g(() => a.map((e) => /* @__PURE__ */ t(
21
21
  D,
22
22
  {
23
23
  ...e,
24
24
  type: "cluster",
25
25
  selectedId: c,
26
- onChangeSelectedId: p,
26
+ onChangeSelectedId: d,
27
27
  onClick: () => {
28
28
  e.onClick?.(), i(!1);
29
29
  }
30
30
  },
31
31
  e.id
32
- )), [r, c, p]);
32
+ )), [a, c, d]);
33
33
  return /* @__PURE__ */ b(T, { children: [
34
- /* @__PURE__ */ o(
34
+ /* @__PURE__ */ t(
35
35
  I,
36
36
  {
37
37
  tabIndex: 0,
@@ -40,7 +40,7 @@ const U = (f) => {
40
40
  "aria-label": "cluster tabs",
41
41
  "aria-expanded": n,
42
42
  "aria-haspopup": "menu",
43
- className: t.tabNavigatorContainer,
43
+ className: o.tabNavigatorContainer,
44
44
  onClick: () => i(!n),
45
45
  onKeyDown: y,
46
46
  ownerState: l,
@@ -48,16 +48,16 @@ const U = (f) => {
48
48
  O,
49
49
  {
50
50
  className: x(
51
- t.tabNavigatorPositionedContainer,
52
- t.normal
51
+ o.tabNavigatorPositionedContainer,
52
+ o.normal
53
53
  ),
54
54
  children: [
55
- /* @__PURE__ */ o(P, { ref: v, className: t.tabNavigatorIconContainer, ownerState: l, children: /* @__PURE__ */ o(k, { className: t.tabNavigatorIcon, src: `${S}/${N}/${C}`, ownerState: l }) }),
56
- /* @__PURE__ */ o(
55
+ /* @__PURE__ */ t(P, { ref: v, className: o.tabNavigatorIconContainer, ownerState: l, children: /* @__PURE__ */ t(k, { className: o.tabNavigatorIcon, src: `${S}/${N}/${C}`, ownerState: l }) }),
56
+ /* @__PURE__ */ t(
57
57
  $,
58
58
  {
59
59
  speed: 3,
60
- variant: s ? "bodyDens" : "body",
60
+ variant: s ? "bodyDens" : "bodyStandard",
61
61
  size: m,
62
62
  children: u
63
63
  }
@@ -67,17 +67,17 @@ const U = (f) => {
67
67
  )
68
68
  }
69
69
  ),
70
- /* @__PURE__ */ o(
70
+ /* @__PURE__ */ t(
71
71
  E,
72
72
  {
73
73
  open: n,
74
74
  onClose: () => i(!1),
75
75
  anchorEl: v.current,
76
76
  sx: {
77
- ml: a === "vertical" ? h.vars.size.baseSpacings.sp6 : 0,
78
- mb: a === "horizontal" ? h.vars.size.baseSpacings.sp6 : 0
77
+ ml: r === "vertical" ? h.vars.size.baseSpacings.sp6 : 0,
78
+ mb: r === "horizontal" ? h.vars.size.baseSpacings.sp6 : 0
79
79
  },
80
- ...a === "vertical" ? {
80
+ ...r === "vertical" ? {
81
81
  anchorOrigin: {
82
82
  vertical: "center",
83
83
  horizontal: "right"
@@ -96,7 +96,7 @@ const U = (f) => {
96
96
  horizontal: "center"
97
97
  }
98
98
  },
99
- children: /* @__PURE__ */ o(_, { variant: "flex-wrap", className: t.contentPopover, ownerState: l, children: z })
99
+ children: /* @__PURE__ */ t(_, { variant: "flex-wrap", className: o.contentPopover, ownerState: l, children: z })
100
100
  }
101
101
  )
102
102
  ] });
@@ -1,7 +1,7 @@
1
1
  import { jsx as o, jsxs as C } from "@emotion/react/jsx-runtime";
2
2
  import g from "clsx";
3
3
  import { TabNavigatorContainerStyled as p, TabNavigatorPositionedContainerStyled as v, TabNavigatorIconContainerStyled as T, TabNavigatorIconStyled as h, TabNavigatorLabelStyled as I } from "../../slots/TabsNavigatorSlots.js";
4
- import { TABS_NAVIGATOR_CLASSES as e } from "../../constants.js";
4
+ import { TABS_NAVIGATOR_CLASSES as a } from "../../constants.js";
5
5
  import { useComponentSize as f } from "../../../../hooks/useComponentSize/useComponentSize.js";
6
6
  import { TextMarquee as u } from "../TextMarquee/TextMarquee.js";
7
7
  const L = (d) => {
@@ -11,50 +11,50 @@ const L = (d) => {
11
11
  icon: m,
12
12
  onClick: b,
13
13
  selectedId: N,
14
- onChangeSelectedId: y,
14
+ onChangeSelectedId: S,
15
15
  type: s = "normal"
16
- } = d, { currentSize: t } = f(), a = r === N, n = {
16
+ } = d, { currentSize: t } = f(), e = r === N, n = {
17
17
  size: t,
18
- selected: a
18
+ selected: e
19
19
  }, l = () => {
20
- y?.(r), b?.();
21
- }, S = (c) => {
20
+ S?.(r), b?.();
21
+ }, y = (c) => {
22
22
  (c.key === "Enter" || c.key === " ") && l();
23
23
  };
24
24
  return /* @__PURE__ */ o(
25
25
  p,
26
26
  {
27
27
  tabIndex: 0,
28
- "aria-selected": a,
29
- className: e.tabNavigatorContainer,
28
+ "aria-selected": e,
29
+ className: a.tabNavigatorContainer,
30
30
  onClick: l,
31
- onKeyDown: S,
32
- ownerState: { selected: a },
31
+ onKeyDown: y,
32
+ ownerState: { selected: e },
33
33
  children: /* @__PURE__ */ C(
34
34
  v,
35
35
  {
36
36
  className: g(
37
- e.tabNavigatorPositionedContainer,
38
- s === "normal" ? e.normal : e.cluster
37
+ a.tabNavigatorPositionedContainer,
38
+ s === "normal" ? a.normal : a.cluster
39
39
  ),
40
40
  children: [
41
- /* @__PURE__ */ o(T, { className: e.tabNavigatorIconContainer, ownerState: n, children: /* @__PURE__ */ o(h, { className: e.tabNavigatorIcon, src: m, ownerState: n }) }),
41
+ /* @__PURE__ */ o(T, { className: a.tabNavigatorIconContainer, ownerState: n, children: /* @__PURE__ */ o(h, { className: a.tabNavigatorIcon, src: m, ownerState: n }) }),
42
42
  s === "normal" ? /* @__PURE__ */ o(
43
43
  u,
44
44
  {
45
45
  speed: 3,
46
- variant: a ? "bodyDens" : "body",
46
+ variant: e ? "bodyDens" : "bodyStandard",
47
47
  size: t,
48
48
  children: i
49
49
  }
50
50
  ) : /* @__PURE__ */ o(
51
51
  I,
52
52
  {
53
- variant: a ? "bodyDens" : "body",
53
+ variant: e ? "bodyDens" : "bodyStandard",
54
54
  size: t,
55
55
  ellipsis: !0,
56
56
  ownerState: n,
57
- className: e.tabNavigatorLabel,
57
+ className: a.tabNavigatorLabel,
58
58
  children: i
59
59
  }
60
60
  )
@@ -22,10 +22,10 @@ export declare const MessageDescriptionStyled: import('@emotion/styled').StyledC
22
22
  export declare const MessageIconStyled: import('@emotion/styled').StyledComponent<Pick<import('../..').IconProps, "src" | "icon" | keyof import('../..').IconBaseProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown> & {
23
23
  ownerState: Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown>;
24
24
  }, {}, {}>;
25
- export declare const MessageCloseButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "src" | "sx" | "form" | "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" | "name" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown> & {
25
+ export declare const MessageCloseButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "action" | "content" | "translate" | "className" | "style" | "classes" | "children" | "src" | "sx" | "form" | "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" | "name" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown> & {
26
26
  ownerState: Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown>;
27
27
  }, {}, {}>;
28
- export declare const MessagePinButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "src" | "sx" | "form" | "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" | "name" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown> & {
28
+ export declare const MessagePinButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "action" | "content" | "translate" | "className" | "style" | "classes" | "children" | "src" | "sx" | "form" | "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" | "name" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown> & {
29
29
  ownerState: Partial<import('../types').ToastContainerOwnerState> & Record<string, unknown>;
30
30
  }, {}, {}>;
31
31
  //# sourceMappingURL=toastContainerSlots.d.ts.map
@@ -1,14 +1,14 @@
1
- import { jsxs as t, jsx as s } from "@emotion/react/jsx-runtime";
1
+ import { jsxs as o, jsx as s } from "@emotion/react/jsx-runtime";
2
2
  import { TOAST_KEY_COMPONENT as r } from "../../constants.js";
3
3
  import { useToastMessage as h } from "./useToastMessage.js";
4
4
  import { MessageRootStyled as T, MessageHeaderStyled as m, ContainedHeaderStyled as p, MessageIconRootStyled as C, MessageIconStyled as P, MessageTitleStyled as b, MessagePinButtonStyled as u, MessageCloseButtonStyled as f, MessageDescriptionStyled as z } from "../../slots/toastContainerSlots.js";
5
5
  const v = (i) => {
6
- const { title: a, description: n, closeToast: c } = i, { pinToast: d, isPinned: l, ownerState: e, iconPinPath: y, iconTypePath: S, iconClosePath: M, currentSize: o, iconColor: g } = h(i);
7
- return /* @__PURE__ */ t(T, { ownerState: e, children: [
8
- /* @__PURE__ */ t(m, { ownerState: e, children: [
9
- /* @__PURE__ */ t(p, { ownerState: e, children: [
10
- /* @__PURE__ */ s(C, { ownerState: e, children: /* @__PURE__ */ s(P, { src: S, ownerState: e, size: o, color: g }) }),
11
- /* @__PURE__ */ s(b, { ownerState: e, size: o, variant: "bodyDens", children: a })
6
+ const { title: a, description: n, closeToast: c } = i, { pinToast: d, isPinned: l, ownerState: e, iconPinPath: y, iconTypePath: S, iconClosePath: M, currentSize: t, iconColor: g } = h(i);
7
+ return /* @__PURE__ */ o(T, { ownerState: e, children: [
8
+ /* @__PURE__ */ o(m, { ownerState: e, children: [
9
+ /* @__PURE__ */ o(p, { ownerState: e, children: [
10
+ /* @__PURE__ */ s(C, { ownerState: e, children: /* @__PURE__ */ s(P, { src: S, ownerState: e, size: t, color: g }) }),
11
+ /* @__PURE__ */ s(b, { ownerState: e, size: t, variant: "bodyDens", children: a })
12
12
  ] }),
13
13
  !l && /* @__PURE__ */ s(
14
14
  u,
@@ -29,7 +29,7 @@ const v = (i) => {
29
29
  }
30
30
  )
31
31
  ] }),
32
- n && /* @__PURE__ */ s(z, { ownerState: e, size: o, variant: "body", children: n })
32
+ n && /* @__PURE__ */ s(z, { ownerState: e, size: t, variant: "bodyStandard", children: n })
33
33
  ] });
34
34
  };
35
35
  export {
@@ -23,27 +23,27 @@ const ue = (N) => {
23
23
  buildTime: f,
24
24
  variant: E,
25
25
  actions: r = [],
26
- collapsed: g,
26
+ collapsed: S,
27
27
  emergeType: a,
28
- draggable: I
29
- } = N, { host_static_assets: l, environment_assets: c } = H(), { dateFormatter: h } = P(), [O, R] = b(() => r.filter((t) => t.place === "left")), [x, z] = b(() => r.filter((t) => t.place === "right")), [S, v] = b(() => r.filter((t) => t.place === "inside"));
28
+ draggable: g
29
+ } = N, { host_static_assets: l, environment_assets: c } = H(), { dateFormatter: h } = P(), [O, R] = b(() => r.filter((t) => t.place === "left")), [x, z] = b(() => r.filter((t) => t.place === "right")), [I, v] = b(() => r.filter((t) => t.place === "inside"));
30
30
  F(() => {
31
31
  const t = r.reduce(
32
- (e, n) => (e[n.place]?.push(n), e),
32
+ (e, o) => (e[o.place]?.push(o), e),
33
33
  { left: [], right: [], inside: [] }
34
34
  );
35
35
  R((e) => w(e, t.left) ? e : t.left), z((e) => w(e, t.right) ? e : t.right), v((e) => w(e, t.inside) ? e : t.inside);
36
36
  }, [r]);
37
37
  const $ = M(() => {
38
38
  const t = [
39
- ...S.map((e) => e.type === "groupActions" ? e.actions.map((n) => ({
39
+ ...I.map((e) => e.type === "groupActions" ? e.actions.map((o) => ({
40
40
  type: "menuItem",
41
- startIcon: n.iconUrl,
42
- label: n.label,
43
- onClick: n.onClick,
44
- disabled: n.disabled,
41
+ startIcon: o.iconUrl,
42
+ label: o.label,
43
+ onClick: o.onClick,
44
+ disabled: o.disabled,
45
45
  checkable: !0,
46
- checked: n.key === e.selectedActionKey
46
+ checked: o.key === e.selectedActionKey
47
47
  })) : {
48
48
  type: "menuItem",
49
49
  startIcon: e.iconUrl,
@@ -64,29 +64,29 @@ const ue = (N) => {
64
64
  color: "default"
65
65
  //className: 'version-action',
66
66
  }), t;
67
- }, [S, d, l, c, f, h]), o = {
67
+ }, [I, d, l, c, f, h]), n = {
68
68
  selected: B,
69
69
  maximized: _,
70
70
  variant: E,
71
71
  size: i,
72
72
  emergeType: a,
73
- collapsed: g,
74
- draggable: I
73
+ collapsed: S,
74
+ draggable: g
75
75
  }, D = W(O), L = W(x);
76
- return /* @__PURE__ */ m(U, { className: Z(I && A.draggableHandle, k.headerWindowComponent), ownerState: o, children: [
77
- /* @__PURE__ */ m(j, { ownerState: o, className: k.headerContentWindowBase, children: [
78
- C && /* @__PURE__ */ s(V, { size: i, ownerState: o, src: C, "aria-label": "main icon" }),
79
- /* @__PURE__ */ m(q, { size: i, ownerState: o, children: [
80
- /* @__PURE__ */ s(K, { variant: a === "popup" || a === "modal" ? "body" : "captionDens", size: i, skeletonWidth: 100, ownerState: o, children: T }),
76
+ return /* @__PURE__ */ m(U, { className: Z(g && A.draggableHandle, k.headerWindowComponent), ownerState: n, children: [
77
+ /* @__PURE__ */ m(j, { ownerState: n, className: k.headerContentWindowBase, children: [
78
+ C && /* @__PURE__ */ s(V, { size: i, ownerState: n, src: C, "aria-label": "main icon" }),
79
+ /* @__PURE__ */ m(q, { size: i, ownerState: n, children: [
80
+ /* @__PURE__ */ s(K, { variant: a === "popup" || a === "modal" ? "bodyStandard" : "captionDens", size: i, skeletonWidth: 100, ownerState: n, children: T }),
81
81
  u && /* @__PURE__ */ s(
82
82
  G,
83
83
  {
84
84
  src: `${l}/${c}/frontend/components/window_base/assets/icons/${p.POINT}`,
85
85
  size: i,
86
- ownerState: o
86
+ ownerState: n
87
87
  }
88
88
  ),
89
- u && /* @__PURE__ */ s(J, { variant: a === "popup" || a === "modal" ? "body" : "captionDens", size: i, skeletonWidth: 100, ownerState: o, children: u })
89
+ u && /* @__PURE__ */ s(J, { variant: a === "popup" || a === "modal" ? "bodyStandard" : "captionDens", size: i, skeletonWidth: 100, ownerState: n, children: u })
90
90
  ] })
91
91
  ] }),
92
92
  /* @__PURE__ */ m(
@@ -94,14 +94,14 @@ const ue = (N) => {
94
94
  {
95
95
  id: "icons-wrapper",
96
96
  className: A.draggableCancel,
97
- ownerState: o,
97
+ ownerState: n,
98
98
  children: [
99
- /* @__PURE__ */ s(X, { ownerState: { collapsed: g }, children: D }),
99
+ /* @__PURE__ */ s(X, { ownerState: { collapsed: S }, children: D }),
100
100
  $.length > 0 && /* @__PURE__ */ s(
101
101
  Y,
102
102
  {
103
103
  type: "menuItem",
104
- ownerState: o,
104
+ ownerState: n,
105
105
  icon: `${l}/${c}/frontend/components/window_base/assets/icons/${p.MORE_VERTICAL}`,
106
106
  arrowType: "no-arrow",
107
107
  iconButtonClassName: "window-actions",