@muraldevkit/ui-toolkit 2.77.1-dev-7hT9.1 → 2.78.0-dev-b0Ku.1

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 (64) hide show
  1. package/dist/components/button/MrlAnimatedIconButton/MrlAnimatedIconButton.d.ts +2 -2
  2. package/dist/components/button/MrlButton/MrlButton.d.ts +1 -1
  3. package/dist/components/button/MrlIconButton/MrlIconButton.d.ts +7 -7
  4. package/dist/components/callout/MrlCallout/MrlCallout.d.ts +1 -1
  5. package/dist/components/container/MrlContainer/MrlContainer.d.ts +1 -1
  6. package/dist/components/error-boundary/MrlErrorBoundary.d.ts +1 -1
  7. package/dist/components/form/checkbox/MrlCheckbox/MrlCheckbox.d.ts +1 -1
  8. package/dist/components/form/constants.d.ts +1 -1
  9. package/dist/components/form/fieldset/MrlFieldset/MrlFieldset.d.ts +1 -1
  10. package/dist/components/form/label/MrlLabel/MrlLabel.d.ts +1 -1
  11. package/dist/components/form/label/MrlLabelWithDescription/MrlLabelWithDescription.d.ts +1 -1
  12. package/dist/components/form/text-input/MrlEditableTextInput/MrlEditableTextInput.d.ts +2 -2
  13. package/dist/components/form/text-input/MrlEditableTextInput/MrlEditableTextInputRightIcon.d.ts +1 -1
  14. package/dist/components/form/text-input/MrlTextInput/MrlTextInput.d.ts +1 -1
  15. package/dist/components/form/text-input/MrlTextInput/MrlTextInputRightIcon.d.ts +1 -1
  16. package/dist/components/form/textarea/MrlEditableTextarea/MrlEditableTextarea.d.ts +2 -2
  17. package/dist/components/form/textarea/MrlEditableTextarea/MrlEditableTextareaRightButton.d.ts +1 -1
  18. package/dist/components/form/textarea/MrlTextarea/MrlTextarea.d.ts +3 -1
  19. package/dist/components/layout/context/LayoutContext.d.ts +2 -2
  20. package/dist/components/menu/MrlMenu/MrlMenu.d.ts +2 -2
  21. package/dist/components/menu/MrlMenuItem/MrlMenuItem.d.ts +5 -5
  22. package/dist/components/menu/MrlMenuItemLink/MrlMenuItemLink.d.ts +1 -1
  23. package/dist/components/menu/context/MrlMenuContext.d.ts +1 -1
  24. package/dist/components/modal/MrlModal/MrlModal.d.ts +2 -2
  25. package/dist/components/modal/MrlModalContent/MrlModalContent.d.ts +1 -1
  26. package/dist/components/modal/MrlModalFooter/MrlModalFooter.d.ts +1 -1
  27. package/dist/components/modal/MrlModalHeader/MrlModalHeader.d.ts +1 -1
  28. package/dist/components/modal/MrlModalHeaderNative/MrlModalHeaderNative.d.ts +1 -1
  29. package/dist/components/navigation-sidebar/MrlSidebarNavGroup/MrlSidebarNavGroup.d.ts +1 -1
  30. package/dist/components/navigation-sidebar/MrlSidebarNavItem/MrlSidebarNavItem.d.ts +1 -1
  31. package/dist/components/notification/MrlBlockNotification/MrlBlockNotification.d.ts +4 -4
  32. package/dist/components/notification/MrlInlineNotification/MrlInlineNotification.d.ts +37 -0
  33. package/dist/components/notification/MrlInlineNotification/index.d.ts +1 -0
  34. package/dist/components/notification/MrlToast/MrlToast.d.ts +1 -1
  35. package/dist/components/notification/index.d.ts +1 -0
  36. package/dist/components/pagination/MrlPagination/MrlPagination.d.ts +1 -1
  37. package/dist/components/pagination/MrlPaginationButton/MrlPaginationButton.d.ts +1 -1
  38. package/dist/components/panel/MrlPanel/MrlPanel.d.ts +4 -4
  39. package/dist/components/panel/MrlPanelFooter/MrlPanelFooter.d.ts +3 -3
  40. package/dist/components/panel/MrlPanelStickyHeader/MrlPanelStickyHeader.d.ts +3 -3
  41. package/dist/components/popover/MrlPopover/MrlPopover.d.ts +2 -2
  42. package/dist/components/portal/MrlPortal.d.ts +1 -1
  43. package/dist/components/skeleton/MrlSkeleton/MrlSkeleton.d.ts +1 -1
  44. package/dist/components/skeleton/MrlSkeletonText/MrlSkeletonText.d.ts +1 -1
  45. package/dist/components/svg/MrlSvg/MrlSvg.d.ts +1 -1
  46. package/dist/components/svg/MrlSvgAnimate/MrlSvgAnimate.d.ts +1 -1
  47. package/dist/components/svg/config.d.ts +1 -1
  48. package/dist/components/tabs/MrlTab/MrlTab.d.ts +1 -1
  49. package/dist/components/tabs/MrlTabContent/MrlTabContent.d.ts +1 -1
  50. package/dist/components/tabs/MrlTabGroup/MrlTabGroup.d.ts +1 -1
  51. package/dist/components/tabs/MrlTabs/MrlTabs.d.ts +1 -1
  52. package/dist/components/text/MrlText/MrlText.d.ts +1 -1
  53. package/dist/components/text/MrlTextHeading/MrlTextHeading.d.ts +1 -1
  54. package/dist/components/toolbar/MrlToolbar/MrlToolbar.d.ts +3 -3
  55. package/dist/components/toolbar/MrlToolbarButton/MrlToolbarButton.d.ts +3 -3
  56. package/dist/components/tooltip/MrlTooltip/MrlTooltip.d.ts +2 -2
  57. package/dist/components/tooltip/MrlTooltip/utilities.d.ts +1 -1
  58. package/dist/components/tooltip/MrlTooltipContent/MrlTooltipContent.d.ts +2 -2
  59. package/dist/contexts/MrlDeviceProvider/MrlDeviceProvider.d.ts +1 -1
  60. package/dist/hooks/useAutoClose/useAutoClose.d.ts +1 -1
  61. package/dist/index.js +1 -1
  62. package/dist/styles/MrlInlineNotification/module.scss +34 -0
  63. package/dist/styles/MrlTextarea/module.scss +6 -0
  64. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import { MouseEvent, ReactElement } from 'react';
2
2
  import { MrlIconButtonProps, MrlMenuItemProps } from '../../../';
3
3
  /**
4
4
  * Props for the MrlToolbarButton component.
@@ -9,7 +9,7 @@ export interface MrlToolbarButtonProps {
9
9
  /**
10
10
  * The icon that will be rendered.
11
11
  */
12
- icon: React.ReactElement;
12
+ icon: ReactElement;
13
13
  includeInRoving?: boolean;
14
14
  /**
15
15
  * A prop used to set a toolbar button to never move into the menu.
@@ -18,7 +18,7 @@ export interface MrlToolbarButtonProps {
18
18
  /**
19
19
  * onClick event for the button.
20
20
  */
21
- onClick?: (e?: React.MouseEvent<HTMLButtonElement>) => void;
21
+ onClick?: (e?: MouseEvent<HTMLButtonElement>) => void;
22
22
  /**
23
23
  * Props used to control the display of the button in the menu.
24
24
  */
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React, { ReactElement } from 'react';
2
2
  import { AttrsObject } from '../../../utils';
3
3
  import { MrlTooltipAnchor, MrlTooltipPosition, MrlTooltipVariant } from '../constants';
4
4
  import '../../../styles/shared/a11y-helpers/a11y.global.scss';
@@ -52,5 +52,5 @@ Pointing devices that can hover, but for which doing so is inconvenient and not
52
52
  * @param {MrlTooltipProps} props - The props of the component
53
53
  * @returns {HTMLElement} a configured Tooltip component
54
54
  */
55
- export declare const MrlTooltip: React.MemoExoticComponent<(props: MrlTooltipProps) => React.ReactElement>;
55
+ export declare const MrlTooltip: React.MemoExoticComponent<(props: MrlTooltipProps) => ReactElement>;
56
56
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  /**
3
3
  * Function to recursively extract all text content from children
4
4
  *
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import { ReactElement } from 'react';
2
2
  import { AttrsObject } from '../../../utils';
3
3
  import { MrlTooltipAnchor, MrlTooltipPosition, MrlTooltipVariant } from '../constants';
4
4
  import './MrlTooltipContent.global.scss';
@@ -37,5 +37,5 @@ interface MrlTooltipContentProps {
37
37
  * @param {MrlTooltipContentProps} props - the props of the tooltip content
38
38
  * @returns {HTMLElement} a configured Tooltip Content component
39
39
  */
40
- export declare const MrlTooltipContent: (props: MrlTooltipContentProps) => React.ReactElement;
40
+ export declare const MrlTooltipContent: (props: MrlTooltipContentProps) => ReactElement;
41
41
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  /**
3
3
  * browser: mobile and desktop browsers
4
4
  * native: native app running on tablets and phones
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  export type useAutoClose = (shouldAutoClose?: boolean, closeAfterMs?: number, onClose?: () => unknown) => [boolean, React.Dispatch<React.SetStateAction<boolean>>];
3
3
  /**
4
4
  * Hook that exposes a piece of state that allows components to close themselves after a delay