@mparticle/aquarium 1.33.3-chore-dependency-upgrades.1 → 1.33.3-fix-github-release-error.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 (107) hide show
  1. package/dist/aquarium.js +5278 -4745
  2. package/dist/aquarium.umd.cjs +40 -40
  3. package/dist/index.d.ts +0 -1
  4. package/dist/src/components/data-display/Avatar/Avatar.d.ts +3 -2
  5. package/dist/src/components/data-display/Badge/Badge.d.ts +3 -2
  6. package/dist/src/components/data-display/Card/Card.d.ts +4 -3
  7. package/dist/src/components/data-display/Collapse/Collapse.d.ts +3 -2
  8. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +3 -2
  9. package/dist/src/components/data-display/Empty/Empty.d.ts +4 -3
  10. package/dist/src/components/data-display/Image/Image.d.ts +3 -2
  11. package/dist/src/components/data-display/List/List.d.ts +1 -1
  12. package/dist/src/components/data-display/Popover/Popover.d.ts +1 -1
  13. package/dist/src/components/data-display/Segmented/Segmented.d.ts +2 -1
  14. package/dist/src/components/data-display/Statistic/Statistic.d.ts +5 -3
  15. package/dist/src/components/data-display/Table/Table.d.ts +7 -7
  16. package/dist/src/components/data-display/Tabs/Tabs.d.ts +3 -2
  17. package/dist/src/components/data-display/Tag/Tag.d.ts +3 -2
  18. package/dist/src/components/data-display/Timeline/Timeline.d.ts +3 -2
  19. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +1 -1
  20. package/dist/src/components/data-display/Tour/Tour.d.ts +1 -1
  21. package/dist/src/components/data-display/Tree/Tree.d.ts +8 -6
  22. package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +1 -1
  23. package/dist/src/components/data-entry/Cascader/Cascader.d.ts +3 -3
  24. package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +3 -2
  25. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +23 -22
  26. package/dist/src/components/data-entry/Form/Form.d.ts +9 -9
  27. package/dist/src/components/data-entry/Input/Input.d.ts +4 -2
  28. package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +1 -1
  29. package/dist/src/components/data-entry/QueryItem/Action.d.ts +1 -1
  30. package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +4 -4
  31. package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +1 -1
  32. package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +1 -1
  33. package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +3 -3
  34. package/dist/src/components/data-entry/Radio/Radio.d.ts +3 -3
  35. package/dist/src/components/data-entry/Radio/RadioButton.d.ts +1 -1
  36. package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +1 -1
  37. package/dist/src/components/data-entry/Select/Select.d.ts +4 -4
  38. package/dist/src/components/data-entry/Slider/Slider.d.ts +2 -1
  39. package/dist/src/components/data-entry/Switch/Switch.d.ts +1 -1
  40. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +3 -2
  41. package/dist/src/components/data-entry/Transfer/Transfer.d.ts +5 -4
  42. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +3 -2
  43. package/dist/src/components/data-entry/Upload/Upload.d.ts +4 -3
  44. package/dist/src/components/feedback/Alert/Alert.d.ts +2 -2
  45. package/dist/src/components/feedback/Drawer/Drawer.d.ts +1 -1
  46. package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +2 -1
  47. package/dist/src/components/feedback/Message/Message.d.ts +12 -10
  48. package/dist/src/components/feedback/Modal/Modal.d.ts +8 -8
  49. package/dist/src/components/feedback/Notification/Notification.d.ts +6 -4
  50. package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +1 -1
  51. package/dist/src/components/feedback/Progress/Progress.d.ts +1 -1
  52. package/dist/src/components/feedback/Result/Result.d.ts +5 -4
  53. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +7 -6
  54. package/dist/src/components/feedback/Spin/Spin.d.ts +3 -2
  55. package/dist/src/components/general/Button/Button.d.ts +4 -3
  56. package/dist/src/components/general/FloatButton/FloatButton.d.ts +4 -3
  57. package/dist/src/components/general/Icon/Icon.d.ts +2 -2
  58. package/dist/src/components/general/Typography/Typography.d.ts +6 -6
  59. package/dist/src/components/icons/index.d.ts +87 -87
  60. package/dist/src/components/layout/Center/Center.d.ts +1 -1
  61. package/dist/src/components/layout/Divider/Divider.d.ts +1 -1
  62. package/dist/src/components/layout/Flex/Flex.d.ts +1 -1
  63. package/dist/src/components/layout/Grid/Grid.d.ts +5 -1
  64. package/dist/src/components/layout/Layout/Layout.d.ts +6 -5
  65. package/dist/src/components/layout/Space/Space.d.ts +3 -2
  66. package/dist/src/components/navigation/Anchor/Anchor.d.ts +3 -2
  67. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +3 -2
  68. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +3 -2
  69. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +3 -3
  70. package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
  71. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +1 -1
  72. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +1 -1
  73. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +3 -3
  74. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +1 -1
  75. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +1 -1
  76. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +1 -1
  77. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +3 -3
  78. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +1 -1
  79. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +1 -1
  80. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +1 -1
  81. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +2 -2
  82. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +1 -1
  83. package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
  84. package/dist/src/components/navigation/Menu/Menu.d.ts +8 -6
  85. package/dist/src/components/navigation/Pagination/Pagination.d.ts +1 -1
  86. package/dist/src/components/navigation/Steps/Steps.d.ts +1 -1
  87. package/dist/src/components/other/Affix/Affix.d.ts +1 -1
  88. package/dist/src/components/other/App/App.d.ts +2 -2
  89. package/dist/src/components/unused/Calendar/Calendar.d.ts +4 -3
  90. package/dist/src/components/unused/Carousel/Carousel.d.ts +1 -1
  91. package/dist/src/components/unused/ColorPicker/ColorPicker.d.ts +1 -1
  92. package/dist/src/components/unused/QRCode/QRCode.d.ts +1 -1
  93. package/dist/src/components/unused/Rate/Rate.d.ts +1 -1
  94. package/dist/src/components/unused/Watermark/Watermark.d.ts +1 -1
  95. package/dist/src/constants/Icons.d.ts +1 -1
  96. package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
  97. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +4 -4
  98. package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
  99. package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
  100. package/dist/src/services/user-preferences/models/storage-models/user-preferences.d.ts +2 -2
  101. package/dist/src/services/user-preferences/models/user-preferences/composite-user-preferences.d.ts +1 -1
  102. package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
  103. package/dist/src/services/user-preferences/user-preferences.d.ts +5 -5
  104. package/dist/src/types/icons.d.ts +2 -1
  105. package/dist/src/utils/Cookies.d.ts +1 -1
  106. package/dist/src/utils/utils.d.ts +1 -1
  107. package/package.json +24 -20
@@ -1,12 +1,13 @@
1
- import { UploadProps as AntUploadProps, UploadFile as AntUploadFile } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type UploadProps as AntUploadProps, type UploadFile as AntUploadFile } from 'antd';
2
3
  export interface IUploadFileProps extends AntUploadFile {
3
4
  }
4
5
  export interface IUploadProps extends AntUploadProps {
5
6
  }
6
7
  export declare const Upload: {
7
8
  (props: IUploadProps): import("react/jsx-runtime").JSX.Element;
8
- Dragger: import('react').ForwardRefExoticComponent<AntUploadProps<any> & {
9
+ Dragger: import("react").ForwardRefExoticComponent<AntUploadProps<any> & {
9
10
  height?: number | undefined;
10
- } & import('react').RefAttributes<import('antd/es/upload/Upload').UploadRef<any>>>;
11
+ } & import("react").RefAttributes<import("antd/es/upload/Upload").UploadRef<any>>>;
11
12
  LIST_IGNORE: string;
12
13
  };
@@ -1,7 +1,7 @@
1
- import { AlertProps as AntAlertProps } from 'antd';
1
+ import { type AlertProps as AntAlertProps } from 'antd';
2
2
  export interface IAlertProps extends AntAlertProps {
3
3
  }
4
4
  export declare const Alert: {
5
5
  (props: IAlertProps): import("react/jsx-runtime").JSX.Element;
6
- ErrorBoundary: typeof import('antd/es/alert/ErrorBoundary').default;
6
+ ErrorBoundary: typeof import("antd/es/alert/ErrorBoundary").default;
7
7
  };
@@ -1,4 +1,4 @@
1
- import { DrawerProps as AntDrawerProps } from 'antd';
1
+ import { type DrawerProps as AntDrawerProps } from 'antd';
2
2
  export interface IDrawerProps extends AntDrawerProps {
3
3
  }
4
4
  export declare const Drawer: (props: IDrawerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import { IModalProps } from '../../../../../../../../../src/components/feedback/Modal/Modal';
1
+ /// <reference types="react" />
2
+ import { type IModalProps } from '../../../../../../../../../src/components/feedback/Modal/Modal';
2
3
  export interface ILoadingModalProps<Data> extends Omit<IModalProps, 'children'> {
3
4
  fetchData: () => Promise<Data>;
4
5
  children: (initData: Data) => React.ReactNode;
@@ -1,17 +1,19 @@
1
- import { message as AntMessage, MessageArgsProps as AntMessageArgsProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { message as AntMessage } from 'antd';
3
+ import { type MessageArgsProps as AntMessageArgsProps } from 'antd';
2
4
  export interface IMessageProps extends AntMessageArgsProps {
3
5
  children: React.ReactNode;
4
6
  }
5
7
  export { AntMessage as message };
6
8
  export declare const Message: {
7
9
  (props: IMessageProps): import("react/jsx-runtime").JSX.Element;
8
- useMessage: typeof import('antd/es/message/useMessage').default;
9
- info: import('antd/es/message/interface').TypeOpen;
10
- error: import('antd/es/message/interface').TypeOpen;
11
- destroy: (key?: import('react').Key | undefined) => void;
12
- config: (config: import('antd/es/message/interface').ConfigOptions) => void;
13
- success: import('antd/es/message/interface').TypeOpen;
14
- open: (config: AntMessageArgsProps) => import('antd/es/message/interface').MessageType;
15
- loading: import('antd/es/message/interface').TypeOpen;
16
- warning: import('antd/es/message/interface').TypeOpen;
10
+ useMessage: typeof import("antd/es/message/useMessage").default;
11
+ info: import("antd/es/message/interface").TypeOpen;
12
+ error: import("antd/es/message/interface").TypeOpen;
13
+ destroy: (key?: import("react").Key | undefined) => void;
14
+ config: (config: import("antd/es/message/interface").ConfigOptions) => void;
15
+ success: import("antd/es/message/interface").TypeOpen;
16
+ open: (config: AntMessageArgsProps) => import("antd/es/message/interface").MessageType;
17
+ loading: import("antd/es/message/interface").TypeOpen;
18
+ warning: import("antd/es/message/interface").TypeOpen;
17
19
  };
@@ -1,14 +1,14 @@
1
- import { ModalProps as AntModalProps } from 'antd';
1
+ import { type ModalProps as AntModalProps } from 'antd';
2
2
  export interface IModalProps extends AntModalProps {
3
3
  }
4
4
  export declare const Modal: {
5
5
  (props: IModalProps): import("react/jsx-runtime").JSX.Element;
6
- info: import('antd/es/modal/confirm').ModalFunc;
7
- success: import('antd/es/modal/confirm').ModalFunc;
8
- confirm: import('antd/es/modal/confirm').ModalFunc;
9
- warning: import('antd/es/modal/confirm').ModalFunc;
10
- error: import('antd/es/modal/confirm').ModalFunc;
11
- config: typeof import('antd/es/modal/confirm').modalGlobalConfig;
6
+ info: import("antd/es/modal/confirm").ModalFunc;
7
+ success: import("antd/es/modal/confirm").ModalFunc;
8
+ confirm: import("antd/es/modal/confirm").ModalFunc;
9
+ warning: import("antd/es/modal/confirm").ModalFunc;
10
+ error: import("antd/es/modal/confirm").ModalFunc;
11
+ config: typeof import("antd/es/modal/confirm").modalGlobalConfig;
12
12
  destroyAll: () => void;
13
- useModal: typeof import('antd/es/modal/useModal').default;
13
+ useModal: typeof import("antd/es/modal/useModal").default;
14
14
  };
@@ -1,16 +1,18 @@
1
- import { notification as AntNotification, NotificationArgsProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { notification as AntNotification } from 'antd';
3
+ import { type NotificationArgsProps } from 'antd';
2
4
  export interface INotificationProps extends NotificationArgsProps {
3
5
  children: React.ReactNode;
4
6
  }
5
7
  export { AntNotification as notification };
6
8
  export declare const Notification: {
7
9
  (props: INotificationProps): import("react/jsx-runtime").JSX.Element;
8
- useNotification: typeof import('antd/es/notification/useNotification').default;
10
+ useNotification: typeof import("antd/es/notification/useNotification").default;
9
11
  warning: (config: NotificationArgsProps) => void;
10
12
  open: (config: NotificationArgsProps) => void;
11
13
  info: (config: NotificationArgsProps) => void;
12
- config: (config: import('antd/es/notification/interface').GlobalConfigProps) => void;
13
- destroy: (key?: import('react').Key | undefined) => void;
14
+ config: (config: import("antd/es/notification/interface").GlobalConfigProps) => void;
15
+ destroy: (key?: import("react").Key | undefined) => void;
14
16
  error: (config: NotificationArgsProps) => void;
15
17
  success: (config: NotificationArgsProps) => void;
16
18
  };
@@ -1,4 +1,4 @@
1
- import { PopconfirmProps as AntPopconfirmProps } from 'antd';
1
+ import { type PopconfirmProps as AntPopconfirmProps } from 'antd';
2
2
  export interface IPopconfirmProps extends AntPopconfirmProps {
3
3
  }
4
4
  export declare const Popconfirm: (props: IPopconfirmProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { ProgressProps as AntProgressProps } from 'antd';
1
+ import { type ProgressProps as AntProgressProps } from 'antd';
2
2
  export interface IProgressProps extends AntProgressProps {
3
3
  }
4
4
  export declare const Progress: (props: IProgressProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,10 @@
1
- import { ResultProps as AntResultProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type ResultProps as AntResultProps } from 'antd';
2
3
  export interface IResultProps extends AntResultProps {
3
4
  }
4
5
  export declare const Result: {
5
6
  (props: IResultProps): import("react/jsx-runtime").JSX.Element;
6
- PRESENTED_IMAGE_403: import('react').FC<{}>;
7
- PRESENTED_IMAGE_404: import('react').FC<{}>;
8
- PRESENTED_IMAGE_500: import('react').FC<{}>;
7
+ PRESENTED_IMAGE_403: import("react").FC<{}>;
8
+ PRESENTED_IMAGE_404: import("react").FC<{}>;
9
+ PRESENTED_IMAGE_500: import("react").FC<{}>;
9
10
  };
@@ -1,11 +1,12 @@
1
- import { SkeletonProps as AntSkeletonProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type SkeletonProps as AntSkeletonProps } from 'antd';
2
3
  export interface ISkeletonProps extends Omit<AntSkeletonProps, 'active'> {
3
4
  }
4
5
  export declare const Skeleton: {
5
6
  (props: ISkeletonProps): import("react/jsx-runtime").JSX.Element;
6
- Avatar: import('react').FC<import('antd/es/skeleton/Avatar').AvatarProps>;
7
- Button: import('react').FC<import('antd/es/skeleton/Button').SkeletonButtonProps>;
8
- Node: import('react').FC<import('antd/es/skeleton/Node').SkeletonNodeProps>;
9
- Image: import('react').FC<import('antd/es/skeleton/Image').SkeletonImageProps>;
10
- Input: import('react').FC<import('antd/es/skeleton/Input').SkeletonInputProps>;
7
+ Avatar: import("react").FC<import("antd/es/skeleton/Avatar").AvatarProps>;
8
+ Button: import("react").FC<import("antd/es/skeleton/Button").SkeletonButtonProps>;
9
+ Node: import("react").FC<import("antd/es/skeleton/Node").SkeletonNodeProps>;
10
+ Image: import("react").FC<import("antd/es/skeleton/Image").SkeletonImageProps>;
11
+ Input: import("react").FC<import("antd/es/skeleton/Input").SkeletonInputProps>;
11
12
  };
@@ -1,7 +1,8 @@
1
- import { SpinProps as AntSpinProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type SpinProps as AntSpinProps } from 'antd';
2
3
  export interface ISpinProps extends AntSpinProps {
3
4
  }
4
5
  export declare const Spin: {
5
6
  (props: ISpinProps): import("react/jsx-runtime").JSX.Element;
6
- setDefaultIndicator: (indicator: import('react').ReactNode) => void;
7
+ setDefaultIndicator: (indicator: import("react").ReactNode) => void;
7
8
  };
@@ -1,5 +1,6 @@
1
- import { default as React, ReactNode } from 'react';
2
- import { ButtonProps as AntButtonProps } from 'antd';
1
+ import React from 'react';
2
+ import { type ButtonProps as AntButtonProps } from 'antd';
3
+ import { type ReactNode } from 'react';
3
4
  export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
4
5
  /**
5
6
  * @deprecated This variant is a temporary fix for new icons.
@@ -11,5 +12,5 @@ export interface IButtonProps extends Omit<AntButtonProps, 'variant'> {
11
12
  }
12
13
  export declare const Button: {
13
14
  (props: IButtonProps): import("react/jsx-runtime").JSX.Element;
14
- Group: React.FC<import('antd/es/button').ButtonGroupProps>;
15
+ Group: React.FC<import("antd/es/button").ButtonGroupProps>;
15
16
  };
@@ -1,8 +1,9 @@
1
- import { FloatButtonProps as AntFloatButtonProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type FloatButtonProps as AntFloatButtonProps } from 'antd';
2
3
  export interface IFloatButtonProps extends AntFloatButtonProps {
3
4
  }
4
5
  export declare const FloatButton: {
5
6
  (props: IFloatButtonProps): import("react/jsx-runtime").JSX.Element;
6
- BackTop: import('react').ForwardRefExoticComponent<import('antd/es/float-button/interface').BackTopProps & import('react').RefAttributes<import('antd').FloatButtonRef>>;
7
- Group: import('react').NamedExoticComponent<import('antd').FloatButtonGroupProps>;
7
+ BackTop: import("react").ForwardRefExoticComponent<import("antd/es/float-button/interface").BackTopProps & import("react").RefAttributes<import("antd").FloatButtonRef>>;
8
+ Group: import("react").NamedExoticComponent<import("antd").FloatButtonGroupProps>;
8
9
  };
@@ -1,5 +1,5 @@
1
- import { default as React } from 'react';
2
- import { IconVariant, IconNames } from '../../../../../../../../../src/types/icons';
1
+ import React from 'react';
2
+ import type { IconVariant, IconNames } from '../../../../../../../../../src/types/icons';
3
3
  type IconSize = 'xxxxl' | 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
4
4
  export type IconColor = 'default' | 'primary' | 'success' | 'warning' | 'error' | 'info' | 'white' | 'black' | 'text' | 'strong' | 'brand' | 'inherit';
5
5
  export interface IIconProps {
@@ -1,9 +1,9 @@
1
- import { TypographyProps as AntTypographyProps } from 'antd';
2
- import { ReactNode } from 'react';
3
- import { TextProps as AntTextProps } from 'antd/es/typography/Text';
4
- import { TitleProps as AntTitleProps } from 'antd/es/typography/Title';
5
- import { LinkProps as AntLinkProps } from 'antd/es/typography/Link';
6
- import { ParagraphProps as AntParagraphProps } from 'antd/es/typography/Paragraph';
1
+ import { type TypographyProps as AntTypographyProps } from 'antd';
2
+ import { type ReactNode } from 'react';
3
+ import { type TextProps as AntTextProps } from 'antd/es/typography/Text';
4
+ import { type TitleProps as AntTitleProps } from 'antd/es/typography/Title';
5
+ import { type LinkProps as AntLinkProps } from 'antd/es/typography/Link';
6
+ import { type ParagraphProps as AntParagraphProps } from 'antd/es/typography/Paragraph';
7
7
  export interface ITypographyProps extends AntTypographyProps {
8
8
  children: ReactNode;
9
9
  }
@@ -1,88 +1,88 @@
1
- import { default as AddIcon } from '../../../../../../../../src/assets/svg/add.svg?react';
2
- import { default as AlicornIcon } from '../../../../../../../../src/assets/svg/alicorn.svg?react';
3
- import { default as AnalyticsIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_analytics.svg?react';
4
- import { default as C360IconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_c360.svg?react';
5
- import { default as CatalogIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_catalog.svg?react';
6
- import { default as ChartColumnIcon } from '../../../../../../../../src/assets/svg/chart-column.svg?react';
7
- import { default as ChartLineIcon } from '../../../../../../../../src/assets/svg/chart-line.svg?react';
8
- import { default as CheckIcon } from '../../../../../../../../src/assets/svg/check.svg?react';
9
- import { default as CircleNodesIcon } from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
10
- import { default as CloudIcon } from '../../../../../../../../src/assets/svg/cloud.svg?react';
11
- import { default as ConnectionsIcon } from '../../../../../../../../src/assets/svg/connections.svg?react';
12
- import { default as DataPlatformIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_data-platform.svg?react';
13
- import { default as DatabaseIcon } from '../../../../../../../../src/assets/svg/database.svg?react';
14
- import { default as DsrIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_dsr.svg?react';
15
- import { default as EmptyIcon } from '../../../../../../../../src/assets/svg/empty.svg?react';
16
- import { default as EnrichmentIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_enrichment.svg?react';
17
- import { default as EventAttributeIcon } from '../../../../../../../../src/assets/svg/event-attribute.svg?react';
18
- import { default as EventIcon } from '../../../../../../../../src/assets/svg/event.svg?react';
19
- import { default as FitToScreen } from '../../../../../../../../src/assets/svg/mp_act_lt_fit-to-screen.svg?react';
20
- import { default as FolderClosedIcon } from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
21
- import { default as ForwardingIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_forwarding.svg?react';
22
- import { default as GearIcon } from '../../../../../../../../src/assets/svg/gear.svg?react';
23
- import { default as GridIcon } from '../../../../../../../../src/assets/svg/grid.svg?react';
24
- import { default as HeartIcon } from '../../../../../../../../src/assets/svg/heart.svg?react';
25
- import { default as HelpIcon } from '../../../../../../../../src/assets/svg/help.svg?react';
26
- import { default as IdentityIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_identity.svg?react';
27
- import { default as JumpToIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_jump-to.svg?react';
28
- import { default as LightBulbIcon } from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
29
- import { default as LiveStreamIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_live-stream.svg?react';
30
- import { default as PaywallIcon } from '../../../../../../../../src/assets/svg/paywall.svg?react';
31
- import { default as MessageQuestionIcon } from '../../../../../../../../src/assets/svg/message-question.svg?react';
32
- import { default as MpLogoIcon } from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
33
- import { default as ObservabilityIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_observability.svg?react';
34
- import { default as OversightIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_oversight.svg?react';
35
- import { default as PredictionsIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_predictions.svg?react';
36
- import { default as PredictionsIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_predictions.svg?react';
37
- import { default as RemoveIcon } from '../../../../../../../../src/assets/svg/remove.svg?react';
38
- import { default as SearchIcon } from '../../../../../../../../src/assets/svg/search.svg?react';
39
- import { default as SegmentationIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_segmentation.svg?react';
40
- import { default as ShieldKeyholeIcon } from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
41
- import { default as SignoutIcon } from '../../../../../../../../src/assets/svg/signout.svg?react';
42
- import { default as SplitIcon } from '../../../../../../../../src/assets/svg/split.svg?react';
43
- import { default as SystemAlertsIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_system-alerts.svg?react';
44
- import { default as TransformationsIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_transformations.svg?react';
45
- import { default as UploadIcon } from '../../../../../../../../src/assets/svg/mp_act_it_upload.svg?react';
46
- import { default as UserAttributeIcon } from '../../../../../../../../src/assets/svg/user-attribute.svg?react';
47
- import { default as UserProfilesIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_userprofiles.svg?react';
48
- import { default as UsersIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_users.svg?react';
49
- import { default as WrenchIcon } from '../../../../../../../../src/assets/svg/wrench.svg?react';
50
- import { default as ZoomIn } from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-in.svg?react';
51
- import { default as ZoomOut } from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-out.svg?react';
52
- import { default as PremiumIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_premium.svg?react';
53
- import { default as ConversionIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_conversion.svg?react';
54
- import { default as HelpVideoIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_help-video.svg?react';
55
- import { default as NextIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_next.svg?react';
56
- import { default as OpenTabIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_open-tab.svg?react';
57
- import { default as PreviousIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_previous.svg?react';
58
- import { default as DirectoryIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_directory.svg?react';
59
- import { default as LockIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_lock.svg?react';
60
- import { default as UnlockIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_unlock.svg?react';
61
- import { default as NotificationIcon } from '../../../../../../../../src/assets/svg/mp_pm_lt_notification.svg?react';
62
- import { default as PremiumIconDt } from '../../../../../../../../src/assets/svg/mp_info_dt_premium.svg?react';
63
- import { default as OverviewIconDt } from '../../../../../../../../src/assets/svg/mp_pm_dt_overview.svg?react';
64
- import { default as FilterIcon } from '../../../../../../../../src/assets/svg/mp_act_lt_filter.svg?react';
65
- import { default as ActiveIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_active.svg?react';
66
- import { default as LinkIcon } from '../../../../../../../../src/assets/svg/mp_info_link.svg?react';
67
- import { default as InfoIcon } from '../../../../../../../../src/assets/svg/mp_info_lt_info.svg?react';
68
- import { default as Placeholder } from '../../../../../../../../src/assets/svg/mp_info_lt_placeholder.svg?react';
69
- import { default as Organization } from '../../../../../../../../src/assets/svg/mp_pm_lt_organization.svg?react';
70
- import { default as JourneyAnalysis } from '../../../../../../../../src/assets/svg/mp_pm_lt_journey-analysis.svg?react';
71
- import { default as Dashboard } from '../../../../../../../../src/assets/svg/mp_pm_lt_dashboard.svg?react';
72
- import { default as Account } from '../../../../../../../../src/assets/svg/mp_pm_lt_account.svg?react';
73
- import { default as TextWidget } from '../../../../../../../../src/assets/svg/mp_info_lt_text-widget.svg?react';
74
- import { default as RefreshFrequency } from '../../../../../../../../src/assets/svg/mp_info_lt_refresh-frequency.svg?react';
75
- import { default as Privileges } from '../../../../../../../../src/assets/svg/mp_info_lt_privileges.svg?react';
76
- import { default as Funnel } from '../../../../../../../../src/assets/svg/mp_info_lt_funnel.svg?react';
77
- import { default as Cohort } from '../../../../../../../../src/assets/svg/mp_info_lt_cohort.svg?react';
78
- import { default as Annotation } from '../../../../../../../../src/assets/svg/mp_info_lt_annotation.svg?react';
79
- import { default as Delete } from '../../../../../../../../src/assets/svg/mp_act_lt_delete.svg?react';
80
- import { default as DropdownClose } from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-close.svg?react';
81
- import { default as DropdownOpen } from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-open.svg?react';
82
- import { default as SegmentationAnalysis } from '../../../../../../../../src/assets/svg/mp_pm_lt_segmentation-analysis.svg?react';
83
- import { default as ScheduledReport } from '../../../../../../../../src/assets/svg/mp_pm_lt_scheduled-report.svg?react';
84
- import { default as FullScreen } from '../../../../../../../../src/assets/svg/mp_act_lt_full-screen.svg?react';
85
- import { default as Edit } from '../../../../../../../../src/assets/svg/mp_act_lt_edit.svg?react';
86
- import { default as Copy } from '../../../../../../../../src/assets/svg/mp_act_lt_copy.svg?react';
87
- import { default as MoreActions } from '../../../../../../../../src/assets/svg/mp_act_lt_more-actions.svg?react';
1
+ import AddIcon from '../../../../../../../../src/assets/svg/add.svg?react';
2
+ import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
3
+ import AnalyticsIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_analytics.svg?react';
4
+ import C360IconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_c360.svg?react';
5
+ import CatalogIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_catalog.svg?react';
6
+ import ChartColumnIcon from '../../../../../../../../src/assets/svg/chart-column.svg?react';
7
+ import ChartLineIcon from '../../../../../../../../src/assets/svg/chart-line.svg?react';
8
+ import CheckIcon from '../../../../../../../../src/assets/svg/check.svg?react';
9
+ import CircleNodesIcon from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
10
+ import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
11
+ import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
12
+ import DataPlatformIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_data-platform.svg?react';
13
+ import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
14
+ import DsrIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_dsr.svg?react';
15
+ import EmptyIcon from '../../../../../../../../src/assets/svg/empty.svg?react';
16
+ import EnrichmentIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_enrichment.svg?react';
17
+ import EventAttributeIcon from '../../../../../../../../src/assets/svg/event-attribute.svg?react';
18
+ import EventIcon from '../../../../../../../../src/assets/svg/event.svg?react';
19
+ import FitToScreen from '../../../../../../../../src/assets/svg/mp_act_lt_fit-to-screen.svg?react';
20
+ import FolderClosedIcon from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
21
+ import ForwardingIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_forwarding.svg?react';
22
+ import GearIcon from '../../../../../../../../src/assets/svg/gear.svg?react';
23
+ import GridIcon from '../../../../../../../../src/assets/svg/grid.svg?react';
24
+ import HeartIcon from '../../../../../../../../src/assets/svg/heart.svg?react';
25
+ import HelpIcon from '../../../../../../../../src/assets/svg/help.svg?react';
26
+ import IdentityIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_identity.svg?react';
27
+ import JumpToIcon from '../../../../../../../../src/assets/svg/mp_act_lt_jump-to.svg?react';
28
+ import LightBulbIcon from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
29
+ import LiveStreamIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_live-stream.svg?react';
30
+ import PaywallIcon from '../../../../../../../../src/assets/svg/paywall.svg?react';
31
+ import MessageQuestionIcon from '../../../../../../../../src/assets/svg/message-question.svg?react';
32
+ import MpLogoIcon from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
33
+ import ObservabilityIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_observability.svg?react';
34
+ import OversightIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_oversight.svg?react';
35
+ import PredictionsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_predictions.svg?react';
36
+ import PredictionsIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_predictions.svg?react';
37
+ import RemoveIcon from '../../../../../../../../src/assets/svg/remove.svg?react';
38
+ import SearchIcon from '../../../../../../../../src/assets/svg/search.svg?react';
39
+ import SegmentationIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_segmentation.svg?react';
40
+ import ShieldKeyholeIcon from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
41
+ import SignoutIcon from '../../../../../../../../src/assets/svg/signout.svg?react';
42
+ import SplitIcon from '../../../../../../../../src/assets/svg/split.svg?react';
43
+ import SystemAlertsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_system-alerts.svg?react';
44
+ import TransformationsIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_transformations.svg?react';
45
+ import UploadIcon from '../../../../../../../../src/assets/svg/mp_act_it_upload.svg?react';
46
+ import UserAttributeIcon from '../../../../../../../../src/assets/svg/user-attribute.svg?react';
47
+ import UserProfilesIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_userprofiles.svg?react';
48
+ import UsersIcon from '../../../../../../../../src/assets/svg/mp_info_lt_users.svg?react';
49
+ import WrenchIcon from '../../../../../../../../src/assets/svg/wrench.svg?react';
50
+ import ZoomIn from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-in.svg?react';
51
+ import ZoomOut from '../../../../../../../../src/assets/svg/mp_act_lt_zoom-out.svg?react';
52
+ import PremiumIcon from '../../../../../../../../src/assets/svg/mp_info_lt_premium.svg?react';
53
+ import ConversionIcon from '../../../../../../../../src/assets/svg/mp_info_lt_conversion.svg?react';
54
+ import HelpVideoIcon from '../../../../../../../../src/assets/svg/mp_info_lt_help-video.svg?react';
55
+ import NextIcon from '../../../../../../../../src/assets/svg/mp_act_lt_next.svg?react';
56
+ import OpenTabIcon from '../../../../../../../../src/assets/svg/mp_act_lt_open-tab.svg?react';
57
+ import PreviousIcon from '../../../../../../../../src/assets/svg/mp_act_lt_previous.svg?react';
58
+ import DirectoryIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_directory.svg?react';
59
+ import LockIcon from '../../../../../../../../src/assets/svg/mp_act_lt_lock.svg?react';
60
+ import UnlockIcon from '../../../../../../../../src/assets/svg/mp_act_lt_unlock.svg?react';
61
+ import NotificationIcon from '../../../../../../../../src/assets/svg/mp_pm_lt_notification.svg?react';
62
+ import PremiumIconDt from '../../../../../../../../src/assets/svg/mp_info_dt_premium.svg?react';
63
+ import OverviewIconDt from '../../../../../../../../src/assets/svg/mp_pm_dt_overview.svg?react';
64
+ import FilterIcon from '../../../../../../../../src/assets/svg/mp_act_lt_filter.svg?react';
65
+ import ActiveIcon from '../../../../../../../../src/assets/svg/mp_info_lt_active.svg?react';
66
+ import LinkIcon from '../../../../../../../../src/assets/svg/mp_info_link.svg?react';
67
+ import InfoIcon from '../../../../../../../../src/assets/svg/mp_info_lt_info.svg?react';
68
+ import Placeholder from '../../../../../../../../src/assets/svg/mp_info_lt_placeholder.svg?react';
69
+ import Organization from '../../../../../../../../src/assets/svg/mp_pm_lt_organization.svg?react';
70
+ import JourneyAnalysis from '../../../../../../../../src/assets/svg/mp_pm_lt_journey-analysis.svg?react';
71
+ import Dashboard from '../../../../../../../../src/assets/svg/mp_pm_lt_dashboard.svg?react';
72
+ import Account from '../../../../../../../../src/assets/svg/mp_pm_lt_account.svg?react';
73
+ import TextWidget from '../../../../../../../../src/assets/svg/mp_info_lt_text-widget.svg?react';
74
+ import RefreshFrequency from '../../../../../../../../src/assets/svg/mp_info_lt_refresh-frequency.svg?react';
75
+ import Privileges from '../../../../../../../../src/assets/svg/mp_info_lt_privileges.svg?react';
76
+ import Funnel from '../../../../../../../../src/assets/svg/mp_info_lt_funnel.svg?react';
77
+ import Cohort from '../../../../../../../../src/assets/svg/mp_info_lt_cohort.svg?react';
78
+ import Annotation from '../../../../../../../../src/assets/svg/mp_info_lt_annotation.svg?react';
79
+ import Delete from '../../../../../../../../src/assets/svg/mp_act_lt_delete.svg?react';
80
+ import DropdownClose from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-close.svg?react';
81
+ import DropdownOpen from '../../../../../../../../src/assets/svg/mp_act_lt_dropdown-open.svg?react';
82
+ import SegmentationAnalysis from '../../../../../../../../src/assets/svg/mp_pm_lt_segmentation-analysis.svg?react';
83
+ import ScheduledReport from '../../../../../../../../src/assets/svg/mp_pm_lt_scheduled-report.svg?react';
84
+ import FullScreen from '../../../../../../../../src/assets/svg/mp_act_lt_full-screen.svg?react';
85
+ import Edit from '../../../../../../../../src/assets/svg/mp_act_lt_edit.svg?react';
86
+ import Copy from '../../../../../../../../src/assets/svg/mp_act_lt_copy.svg?react';
87
+ import MoreActions from '../../../../../../../../src/assets/svg/mp_act_lt_more-actions.svg?react';
88
88
  export { AddIcon, AlicornIcon, AnalyticsIconDt, C360IconDt, CatalogIcon, ChartColumnIcon, ChartLineIcon, CheckIcon, CircleNodesIcon, CloudIcon, ConnectionsIcon, DataPlatformIconDt, DatabaseIcon, DsrIcon, EmptyIcon, EnrichmentIcon, EventAttributeIcon, EventIcon, FitToScreen, FolderClosedIcon, ForwardingIcon, GearIcon, GridIcon, HeartIcon, HelpIcon, HelpVideoIcon, IdentityIcon, JumpToIcon, LightBulbIcon, LiveStreamIcon, PaywallIcon, MessageQuestionIcon, MpLogoIcon, ObservabilityIcon, OversightIconDt, PredictionsIconDt, PredictionsIcon, RemoveIcon, SearchIcon, SegmentationIconDt, ShieldKeyholeIcon, SignoutIcon, SplitIcon, SystemAlertsIcon, TransformationsIcon, UploadIcon, UserAttributeIcon, UserProfilesIcon, UsersIcon, WrenchIcon, ZoomIn, ZoomOut, OpenTabIcon, ConversionIcon, PremiumIcon, NextIcon, PreviousIcon, DirectoryIcon, LockIcon, UnlockIcon, NotificationIcon, PremiumIconDt, OverviewIconDt, FilterIcon, LinkIcon, ActiveIcon, InfoIcon, Placeholder, Organization, JourneyAnalysis, Dashboard, Account, TextWidget, RefreshFrequency, Privileges, Funnel, Cohort, Annotation, Delete, DropdownClose, DropdownOpen, SegmentationAnalysis, ScheduledReport, FullScreen, Edit, Copy, MoreActions, };
@@ -1,2 +1,2 @@
1
- import { IFlexProps } from '../../../../../../../../../src/components/layout/Flex/Flex';
1
+ import { type IFlexProps } from '../../../../../../../../../src/components/layout/Flex/Flex';
2
2
  export declare const Center: (props: Omit<IFlexProps, 'justify' | 'align'>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { DividerProps as AntDividerProps } from 'antd';
1
+ import { type DividerProps as AntDividerProps } from 'antd';
2
2
  export interface IDividerProps extends AntDividerProps {
3
3
  }
4
4
  export declare const Divider: (props: IDividerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { FlexProps as AntFlexProps } from 'antd';
1
+ import { type FlexProps as AntFlexProps } from 'antd';
2
2
  export interface IFlexProps extends AntFlexProps {
3
3
  }
4
4
  export declare const Flex: (props: IFlexProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,6 @@
1
- import { Grid as AntGrid, Col as AntCol, Row as AntRow, RowProps as AntRowProps, ColProps as AntColProps } from 'antd';
1
+ import { Grid as AntGrid } from 'antd';
2
+ import { Col as AntCol } from 'antd';
3
+ import { Row as AntRow } from 'antd';
4
+ import { type RowProps as AntRowProps } from 'antd';
5
+ import { type ColProps as AntColProps } from 'antd';
2
6
  export { AntGrid as Grid, AntCol as Col, type AntColProps as IColProps, AntRow as Row, type AntRowProps as IRowProps };
@@ -1,10 +1,11 @@
1
- import { LayoutProps as AntLayoutProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type LayoutProps as AntLayoutProps } from 'antd';
2
3
  export interface ILayoutProps extends AntLayoutProps {
3
4
  }
4
5
  export declare const Layout: {
5
6
  (props: ILayoutProps): import("react/jsx-runtime").JSX.Element;
6
- Sider: import('react').ForwardRefExoticComponent<import('antd').SiderProps & import('react').RefAttributes<HTMLDivElement>>;
7
- Footer: import('react').ForwardRefExoticComponent<AntLayoutProps & import('react').RefAttributes<HTMLElement>>;
8
- Content: import('react').ForwardRefExoticComponent<AntLayoutProps & import('react').RefAttributes<HTMLElement>>;
9
- Header: import('react').ForwardRefExoticComponent<AntLayoutProps & import('react').RefAttributes<HTMLElement>>;
7
+ Sider: import("react").ForwardRefExoticComponent<import("antd").SiderProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ Footer: import("react").ForwardRefExoticComponent<AntLayoutProps & import("react").RefAttributes<HTMLElement>>;
9
+ Content: import("react").ForwardRefExoticComponent<AntLayoutProps & import("react").RefAttributes<HTMLElement>>;
10
+ Header: import("react").ForwardRefExoticComponent<AntLayoutProps & import("react").RefAttributes<HTMLElement>>;
10
11
  };
@@ -1,7 +1,8 @@
1
- import { SpaceProps as AntSpaceProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type SpaceProps as AntSpaceProps } from 'antd';
2
3
  export interface ISpaceProps extends AntSpaceProps {
3
4
  }
4
5
  export declare const Space: {
5
6
  (props: ISpaceProps): import("react/jsx-runtime").JSX.Element;
6
- Compact: import('react').FC<import('antd/es/space/Compact').SpaceCompactProps>;
7
+ Compact: import("react").FC<import("antd/es/space/Compact").SpaceCompactProps>;
7
8
  };
@@ -1,7 +1,8 @@
1
- import { AnchorProps as AntAnchorProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type AnchorProps as AntAnchorProps } from 'antd';
2
3
  export interface IAnchorProps extends AntAnchorProps {
3
4
  }
4
5
  export declare const Anchor: {
5
6
  (props: IAnchorProps): import("react/jsx-runtime").JSX.Element;
6
- Link: import('react').FC<import('antd').AnchorLinkProps>;
7
+ Link: import("react").FC<import("antd").AnchorLinkProps>;
7
8
  };
@@ -1,9 +1,10 @@
1
- import { BreadcrumbProps as AntBreadcrumbProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type BreadcrumbProps as AntBreadcrumbProps } from 'antd';
2
3
  export interface IBreadcrumbProps extends AntBreadcrumbProps {
3
4
  }
4
5
  export declare const Breadcrumb: {
5
6
  (props: IBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
6
- Item: import('react').FC<import('antd').BreadcrumbItemProps> & {
7
+ Item: import("react").FC<import("antd").BreadcrumbItemProps> & {
7
8
  __ANT_BREADCRUMB_ITEM: boolean;
8
9
  };
9
10
  };
@@ -1,4 +1,5 @@
1
- import { DropdownProps as AntDropdownProps } from 'antd';
1
+ /// <reference types="react" />
2
+ import { type DropdownProps as AntDropdownProps } from 'antd';
2
3
  export interface IDropdownProps extends AntDropdownProps {
3
4
  }
4
5
  /**
@@ -8,5 +9,5 @@ export interface IDropdownProps extends AntDropdownProps {
8
9
  */
9
10
  export declare const Dropdown: {
10
11
  (props: IDropdownProps): import("react/jsx-runtime").JSX.Element;
11
- Button: import('react').FC<import('antd/es/dropdown').DropdownButtonProps>;
12
+ Button: import("react").FC<import("antd/es/dropdown").DropdownButtonProps>;
12
13
  };
@@ -1,6 +1,6 @@
1
- import { IGlobalNavigationLogo, INavigationOrg, INavigationCreateProps, IAvatarProps } from '../../../../../../../../../src/components';
2
- import { IGlobalNavigationItem, ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
3
- import { INotificationCenterProps } from '../../../../../../../../../src/components/navigation/GlobalNavigation/NotificationCenter';
1
+ import { type IGlobalNavigationLogo, type INavigationOrg, type INavigationCreateProps, type IAvatarProps } from '../../../../../../../../../src/components';
2
+ import { type IGlobalNavigationItem, type ISuiteSelectorOptions } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
3
+ import { type INotificationCenterProps } from '../../../../../../../../../src/components/navigation/GlobalNavigation/NotificationCenter';
4
4
  export interface NotificationActions {
5
5
  onClose?: () => void;
6
6
  onPreferencesClick?: () => void;
@@ -1,4 +1,4 @@
1
- import { default as React, ReactNode } from 'react';
1
+ import React, { type ReactNode } from 'react';
2
2
  export interface INavigationButtonItemProps {
3
3
  label: ReactNode;
4
4
  onClick?: () => void;
@@ -1,4 +1,4 @@
1
- import { MenuItemGroupType, MenuItemType } from '../../../../../../../../../src/components';
1
+ import { type MenuItemGroupType, type MenuItemType } from '../../../../../../../../../src/components';
2
2
  export interface INavigationCreateProps {
3
3
  createItems: Array<INavigationCreateItem | INavigationCreateGroup>;
4
4
  }