@mparticle/aquarium 1.63.0-aquarium-2-upgrade.2 → 1.63.0-new-fonts.2

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 (132) hide show
  1. package/dist/aquarium.js +24811 -3264
  2. package/dist/aquarium.umd.cjs +252 -1
  3. package/dist/index.d.ts +0 -1
  4. package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +2 -2
  5. package/dist/src/components/UXPatterns/PermissionsRestrictions/UnauthorizedTooltip.d.ts +3 -3
  6. package/dist/src/components/UXPatterns/StatisticsCard/StatisticsCard.d.ts +2 -1
  7. package/dist/src/components/data-display/Avatar/Avatar.d.ts +7 -4
  8. package/dist/src/components/data-display/Badge/Badge.d.ts +5 -3
  9. package/dist/src/components/data-display/Card/Card.d.ts +5 -3
  10. package/dist/src/components/data-display/Collapse/Collapse.d.ts +5 -3
  11. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +6 -4
  12. package/dist/src/components/data-display/Empty/Empty.d.ts +4 -3
  13. package/dist/src/components/data-display/Image/Image.d.ts +6 -4
  14. package/dist/src/components/data-display/List/List.d.ts +5 -3
  15. package/dist/src/components/data-display/Popover/Popover.d.ts +3 -2
  16. package/dist/src/components/data-display/Segmented/Segmented.d.ts +4 -2
  17. package/dist/src/components/data-display/Table/Table.d.ts +10 -15
  18. package/dist/src/components/data-display/Tabs/Tabs.d.ts +4 -2
  19. package/dist/src/components/data-display/Tag/Tag.d.ts +6 -4
  20. package/dist/src/components/data-display/Tooltip/IconWithTooltip.d.ts +6 -5
  21. package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +4 -3
  22. package/dist/src/components/data-display/Tour/Tour.d.ts +3 -2
  23. package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +3 -2
  24. package/dist/src/components/data-entry/Cascader/Cascader.d.ts +6 -5
  25. package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +9 -6
  26. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +55 -59
  27. package/dist/src/components/data-entry/Form/Form.d.ts +15 -15
  28. package/dist/src/components/data-entry/Input/Input.d.ts +4 -2
  29. package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +3 -2
  30. package/dist/src/components/data-entry/QueryItem/Action.d.ts +3 -2
  31. package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +7 -6
  32. package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +3 -2
  33. package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +3 -2
  34. package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +12 -11
  35. package/dist/src/components/data-entry/QueryItem/Text.d.ts +2 -1
  36. package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +2 -1
  37. package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +7 -6
  38. package/dist/src/components/data-entry/Radio/Radio.d.ts +6 -5
  39. package/dist/src/components/data-entry/Radio/RadioButton.d.ts +3 -2
  40. package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +3 -2
  41. package/dist/src/components/data-entry/RadioCard/RadioCard.d.ts +3 -2
  42. package/dist/src/components/data-entry/Select/Select.d.ts +6 -5
  43. package/dist/src/components/data-entry/Switch/Switch.d.ts +3 -2
  44. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +6 -4
  45. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +5 -3
  46. package/dist/src/components/data-entry/Upload/Upload.d.ts +6 -4
  47. package/dist/src/components/feedback/Alert/Alert.d.ts +6 -5
  48. package/dist/src/components/feedback/Drawer/Drawer.d.ts +3 -2
  49. package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +4 -2
  50. package/dist/src/components/feedback/Message/Message.d.ts +9 -5
  51. package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +4 -3
  52. package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +2 -2
  53. package/dist/src/components/feedback/Modal/Modal.d.ts +6 -5
  54. package/dist/src/components/feedback/Notification/Notification.d.ts +9 -5
  55. package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +3 -2
  56. package/dist/src/components/feedback/Progress/Progress.d.ts +3 -2
  57. package/dist/src/components/feedback/Result/Result.d.ts +4 -2
  58. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +9 -8
  59. package/dist/src/components/feedback/Spin/Spin.d.ts +6 -3
  60. package/dist/src/components/general/Button/Button.d.ts +6 -4
  61. package/dist/src/components/general/FloatButton/FloatButton.d.ts +7 -5
  62. package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +1 -1
  63. package/dist/src/components/general/Icon/Icon.d.ts +2 -2
  64. package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +1 -1
  65. package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +1 -1
  66. package/dist/src/components/general/Typography/Typography.d.ts +12 -11
  67. package/dist/src/components/icons/index.d.ts +140 -140
  68. package/dist/src/components/layout/Center/Center.d.ts +3 -2
  69. package/dist/src/components/layout/Divider/Divider.d.ts +3 -2
  70. package/dist/src/components/layout/Flex/Flex.d.ts +3 -2
  71. package/dist/src/components/layout/Grid/Grid.d.ts +5 -1
  72. package/dist/src/components/layout/Layout/Layout.d.ts +5 -3
  73. package/dist/src/components/layout/Space/Space.d.ts +5 -3
  74. package/dist/src/components/layout/Splitter/Splitter.d.ts +6 -5
  75. package/dist/src/components/navigation/Anchor/Anchor.d.ts +4 -2
  76. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +7 -3
  77. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +5 -3
  78. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +5 -4
  79. package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +2 -1
  80. package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
  81. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +3 -2
  82. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +3 -2
  83. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +5 -4
  84. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +3 -2
  85. package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +3 -2
  86. package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +2 -1
  87. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +3 -2
  88. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +3 -2
  89. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +5 -4
  90. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +3 -2
  91. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +3 -2
  92. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +2 -1
  93. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +3 -2
  94. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +5 -4
  95. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +3 -2
  96. package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
  97. package/dist/src/components/navigation/Menu/Menu.d.ts +10 -7
  98. package/dist/src/components/navigation/Pagination/Pagination.d.ts +3 -2
  99. package/dist/src/components/navigation/Steps/Steps.d.ts +3 -2
  100. package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +3 -2
  101. package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +8 -5
  102. package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +3 -2
  103. package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +3 -2
  104. package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +3 -2
  105. package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +3 -2
  106. package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +4 -2
  107. package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +6 -3
  108. package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +4 -2
  109. package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +6 -4
  110. package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +13 -7
  111. package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +3 -2
  112. package/dist/src/constants/ChartConfig.d.ts +2 -2
  113. package/dist/src/constants/Icons.d.ts +1 -1
  114. package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
  115. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +3 -3
  116. package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
  117. package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
  118. package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +1 -1
  119. package/dist/src/services/user-preferences/user-preferences-service.d.ts +3 -3
  120. package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
  121. package/dist/src/styles/style.d.ts +54 -42
  122. package/dist/src/types/icons.d.ts +2 -1
  123. package/dist/src/utils/Cookies.d.ts +1 -1
  124. package/dist/src/utils/ExampleStory.d.ts +3 -1
  125. package/dist/src/utils/GetGlobalToken.d.ts +1 -0
  126. package/dist/src/utils/debounce.d.ts +1 -1
  127. package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +2 -1
  128. package/dist/src/utils/utils.d.ts +2 -2
  129. package/dist/style.css +427 -1
  130. package/dist/style.ts +56 -42
  131. package/package.json +70 -61
  132. package/dist/src/components/other/ConfigProvider/ConfigProvider.d.ts +0 -11
@@ -1,4 +1,5 @@
1
- import { ISuiteSelectorOptions } from '../GlobalNavigationItems';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type ISuiteSelectorOptions } from '../GlobalNavigationItems';
2
3
  type ISuiteSelectorContentProps = ISuiteSelectorOptions;
3
- export declare function SuiteSelectorContent(props: ISuiteSelectorContentProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function SuiteSelectorContent(props: ISuiteSelectorContentProps): JSX.Element;
4
5
  export {};
@@ -1,9 +1,10 @@
1
- import { SuiteLink, SuiteLinks } from '../GlobalNavigationItems';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type SuiteLink, type SuiteLinks } from '../GlobalNavigationItems';
2
3
  interface ISuiteSelectorSuiteLinkProps {
3
4
  link: SuiteLink;
4
5
  onLinkClick: (link: SuiteLink) => void;
5
6
  unauthorizedLinks?: SuiteLinks[];
6
7
  activeLink: SuiteLinks;
7
8
  }
8
- export declare function SuiteSelectorSuiteLink(props: ISuiteSelectorSuiteLinkProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function SuiteSelectorSuiteLink(props: ISuiteSelectorSuiteLinkProps): JSX.Element;
9
10
  export {};
@@ -1 +1,2 @@
1
- export declare const WorkspaceNoResults: () => import("react/jsx-runtime").JSX.Element;
1
+ import { JSX } from 'react/jsx-runtime';
2
+ export declare const WorkspaceNoResults: () => JSX.Element;
@@ -1,4 +1,5 @@
1
- import { IAvatarProps, INavigationOrg } from '../../..';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type IAvatarProps, type INavigationOrg } from '../../..';
2
3
  export interface IWorkspaceSelectorProps {
3
4
  orgs: INavigationOrg[];
4
5
  avatarOptions?: IAvatarProps;
@@ -8,4 +9,4 @@ export interface IWorkspaceSelectorProps {
8
9
  withoutContainer?: boolean;
9
10
  };
10
11
  }
11
- export declare function WorkspaceSelector(props: IWorkspaceSelectorProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function WorkspaceSelector(props: IWorkspaceSelectorProps): JSX.Element;
@@ -1,10 +1,11 @@
1
- import { ChangeEvent, RefObject } from 'react';
2
- import { InputRef, IWorkspaceSelectorDisplayItem } from '../../..';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type ChangeEvent, type RefObject } from 'react';
3
+ import { type InputRef, type IWorkspaceSelectorDisplayItem } from '../../..';
3
4
  type WorkspaceSelectorContentProps = {
4
5
  onSearch: (e: ChangeEvent<HTMLInputElement>) => void;
5
6
  searchTerm: string;
6
7
  hasSearchInput: boolean;
7
- inputRef: RefObject<InputRef | null>;
8
+ inputRef: RefObject<InputRef>;
8
9
  hasNoResults: boolean;
9
10
  menuItems: IWorkspaceSelectorDisplayItem[];
10
11
  navigationButtonItemOptions?: {
@@ -13,5 +14,5 @@ type WorkspaceSelectorContentProps = {
13
14
  withoutContainer?: boolean;
14
15
  };
15
16
  };
16
- export declare function WorkspaceSelectorContent(props: WorkspaceSelectorContentProps): import("react/jsx-runtime").JSX.Element;
17
+ export declare function WorkspaceSelectorContent(props: WorkspaceSelectorContentProps): JSX.Element;
17
18
  export {};
@@ -1,6 +1,7 @@
1
- import { IWorkspaceSelectorDisplayItem } from '../../..';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type IWorkspaceSelectorDisplayItem } from '../../..';
2
3
  type WorkspaceSelectorContentItemsProps = {
3
4
  menuItems: IWorkspaceSelectorDisplayItem[];
4
5
  };
5
- export declare function WorkspaceSelectorContentItems({ menuItems }: WorkspaceSelectorContentItemsProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function WorkspaceSelectorContentItems({ menuItems }: WorkspaceSelectorContentItemsProps): JSX.Element;
6
7
  export {};
@@ -1,2 +1,2 @@
1
- import { INavigationOrg } from '../..';
1
+ import { type INavigationOrg } from '../..';
2
2
  export declare function generateOrgs(orgs: number, accounts: number, workspaces: number): INavigationOrg[];
@@ -1,8 +1,11 @@
1
- import { MenuProps, MenuProps as AntMenuProps, SubMenuProps, MenuItemProps } from 'antd';
2
- import { MenuInfo as RCMenuInfo } from '@rc-component/menu/lib/interface';
3
- import { FC, FunctionComponent, ForwardRefExoticComponent, RefAttributes } from 'react';
4
- import { MenuItemGroupProps } from '@rc-component/menu';
5
1
  import { MenuDividerProps } from 'antd/es/menu';
2
+ import { MenuItemGroupProps } from 'rc-menu';
3
+ import { FC, FunctionComponent, ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
4
+ import { JSX } from 'react/jsx-runtime';
5
+ /// <reference types="react" />
6
+ import { SubMenuProps, MenuItemProps, type MenuProps } from 'antd';
7
+ import { type MenuProps as AntMenuProps } from 'antd';
8
+ import { type MenuInfo as RCMenuInfo } from 'rc-menu/lib/interface';
6
9
  type AntDMenuItemType = Required<MenuProps>['items'][number];
7
10
  type AntDMenuItemGroupType = Required<MenuProps>['items'][number];
8
11
  type AntDMenuDividerType = Required<MenuProps>['items'][number];
@@ -13,9 +16,9 @@ export interface IMenuInfo extends RCMenuInfo {
13
16
  }
14
17
  export { type AntDMenuItemType as MenuItemType, type AntDMenuItemGroupType as MenuItemGroupType, type AntDMenuDividerType as MenuDividerType, type AntDSubMenuType as SubMenuType, };
15
18
  export declare const Menu: {
16
- (props: IMenuProps): import("react/jsx-runtime").JSX.Element;
19
+ (props: IMenuProps): JSX.Element;
17
20
  SubMenu: FC<SubMenuProps>;
18
- Item: Omit< FunctionComponent<MenuItemProps>, ""> & (<T extends MenuItemProps>(props: T extends infer U extends MenuItemProps ? unknown extends U ? MenuItemProps : U : MenuItemProps) => ReturnType< FunctionComponent<MenuItemProps>>);
19
- ItemGroup: ForwardRefExoticComponent<Omit< MenuItemGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
21
+ Item: Omit<FunctionComponent<MenuItemProps>, ""> & (<T extends MenuItemProps>(props: T extends infer U extends MenuItemProps ? unknown extends U ? MenuItemProps : U : MenuItemProps, deprecatedLegacyContext?: any) => ReactNode);
22
+ ItemGroup: ForwardRefExoticComponent<Omit<MenuItemGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
20
23
  Divider: FC<MenuDividerProps>;
21
24
  };
@@ -1,4 +1,5 @@
1
- import { PaginationProps as AntPaginationProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type PaginationProps as AntPaginationProps } from 'antd';
2
3
  export interface IPaginationProps extends AntPaginationProps {
3
4
  }
4
- export declare const Pagination: (props: IPaginationProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Pagination: (props: IPaginationProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
- import { StepsProps as AntStepsProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type StepsProps as AntStepsProps } from 'antd';
2
3
  export interface IStepsProps extends AntStepsProps {
3
4
  }
4
- export declare const Steps: (props: IStepsProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Steps: (props: IStepsProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
- import { AffixProps as AntAffixProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type AffixProps as AntAffixProps } from 'antd';
2
3
  export interface IAffixProps extends AntAffixProps {
3
4
  }
4
- export declare const Affix: (props: IAffixProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Affix: (props: IAffixProps) => JSX.Element;
@@ -1,10 +1,13 @@
1
- import { CalendarProps as AntCalendarProps } from 'antd';
2
- import { Dayjs } from 'dayjs';
1
+ import { FC } from 'react';
2
+ import { GenerateConfig } from 'rc-picker/lib/generate';
3
3
  import { AnyObject } from 'antd/es/_util/type';
4
- import { GenerateConfig } from '@rc-component/picker/generate';
4
+ import { JSX } from 'react/jsx-runtime';
5
+ /// <reference types="react" />
6
+ import { type CalendarProps as AntCalendarProps } from 'antd';
7
+ import { type Dayjs } from 'dayjs';
5
8
  export interface ICalendarProps extends AntCalendarProps<Dayjs> {
6
9
  }
7
10
  export declare const Calendar: {
8
- (props: ICalendarProps): import("react/jsx-runtime").JSX.Element;
9
- generateCalendar: <DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>) => React.FC<Readonly<AntCalendarProps<DateType>>>;
11
+ (props: ICalendarProps): JSX.Element;
12
+ generateCalendar: <DateType extends AnyObject>(generateConfig: GenerateConfig<DateType>) => FC<Readonly<AntCalendarProps<DateType>>>;
10
13
  };
@@ -1,4 +1,5 @@
1
- import { CarouselProps as AntCarouselProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type CarouselProps as AntCarouselProps } from 'antd';
2
3
  export interface ICarouselProps extends AntCarouselProps {
3
4
  }
4
- export declare const Carousel: (props: ICarouselProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Carousel: (props: ICarouselProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
- import { ColorPickerProps as AntColorPickerProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import type { ColorPickerProps as AntColorPickerProps } from 'antd';
2
3
  export interface IColorPickerProps extends AntColorPickerProps {
3
4
  }
4
- export declare const ColorPicker: (props: IColorPickerProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const ColorPicker: (props: IColorPickerProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
- import { QRCodeProps as AntQRCodeProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type QRCodeProps as AntQRCodeProps } from 'antd';
2
3
  export interface IQRCodeProps extends AntQRCodeProps {
3
4
  }
4
- export declare const QRCode: (props: IQRCodeProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const QRCode: (props: IQRCodeProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
- import { RateProps as AntRateProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import type { RateProps as AntRateProps } from 'antd';
2
3
  export interface IRateProps extends AntRateProps {
3
4
  }
4
- export declare const Rate: (props: IRateProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Rate: (props: IRateProps) => JSX.Element;
@@ -1,3 +1,5 @@
1
- import { SliderRangeProps, SliderSingleProps } from 'antd/es/slider';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import { type SliderRangeProps } from 'antd/es/slider';
3
+ import { type SliderSingleProps } from 'antd/es/slider';
2
4
  export type ISliderProps = SliderSingleProps | SliderRangeProps;
3
- export declare const Slider: (props: ISliderProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Slider: (props: ISliderProps) => JSX.Element;
@@ -1,12 +1,15 @@
1
- import { StatisticProps as AntStatisticProps, CountdownProps as AntCountdownProps } from 'antd';
2
- import { valueType as AntValueType } from 'antd/es/statistic/utils';
3
1
  import { NamedExoticComponent } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
3
+ /// <reference types="react" />
4
+ import { type StatisticProps as AntStatisticProps } from 'antd';
5
+ import { type CountdownProps as AntCountdownProps } from 'antd';
6
+ import { type valueType as AntValueType } from 'antd/es/statistic/utils';
4
7
  export interface IStatisticProps extends AntStatisticProps {
5
8
  }
6
9
  export interface ICountdownProps extends AntCountdownProps {
7
10
  }
8
11
  export type valueType = AntValueType;
9
12
  export declare const Statistic: {
10
- (props: IStatisticProps): import("react/jsx-runtime").JSX.Element;
13
+ (props: IStatisticProps): JSX.Element;
11
14
  Countdown: NamedExoticComponent<AntCountdownProps>;
12
15
  };
@@ -1,8 +1,10 @@
1
- import { TimelineProps as AntTimelineProps, TimelineItemProps } from 'antd';
2
1
  import { FC } from 'react';
2
+ import { JSX } from 'react/jsx-runtime';
3
+ /// <reference types="react" />
4
+ import { TimelineItemProps, type TimelineProps as AntTimelineProps } from 'antd';
3
5
  export interface ITimelineProps extends AntTimelineProps {
4
6
  }
5
7
  export declare const Timeline: {
6
- (props: ITimelineProps): import("react/jsx-runtime").JSX.Element;
8
+ (props: ITimelineProps): JSX.Element;
7
9
  Item: FC<TimelineItemProps>;
8
10
  };
@@ -1,12 +1,14 @@
1
- import { TransferProps as AntTransferProps } from 'antd';
1
+ import { JSX, FC } from 'react';
2
2
  import { KeyWiseTransferItem, TransferListProps, TransferSearchProps, TransferOperationProps } from 'antd/es/transfer';
3
- import { FC } from 'react';
3
+ import { JSX } from 'react/jsx-runtime';
4
+ /// <reference types="react" />
5
+ import { type TransferProps as AntTransferProps } from 'antd';
4
6
  export interface ITransferProps extends AntTransferProps {
5
7
  }
6
8
  export declare const Transfer: {
7
- (props: ITransferProps): import("react/jsx-runtime").JSX.Element;
9
+ (props: ITransferProps): JSX.Element;
8
10
  List: {
9
- <RecordType extends KeyWiseTransferItem>(props: TransferListProps<RecordType>): React.JSX.Element;
11
+ <RecordType extends KeyWiseTransferItem>(props: TransferListProps<RecordType>): JSX.Element;
10
12
  displayName: string;
11
13
  };
12
14
  Search: FC<TransferSearchProps>;
@@ -1,13 +1,19 @@
1
- import { TreeDataNode, TreeProps as AntTreeProps } from 'antd';
2
- import { BasicDataNode, DataNode, DirectoryTreeProps } from 'antd/es/tree';
3
- import { default as __DTS_DEFAULT_0__, TreeNodeProps } from '@rc-component/tree';
4
- import { FC } from 'react';
1
+ import { TreeNodeProps } from 'rc-tree';
2
+ import { default as __DTS_1__ } from 'rc-tree/lib/Tree';
3
+ import { ReactNode, RefAttributes, ReactElement, JSXElementConstructor, FC } from 'react';
4
+ import { JSX } from 'react/jsx-runtime';
5
+ /// <reference types="react" />
6
+ import { type TreeDataNode } from 'antd';
7
+ import { type TreeProps as AntTreeProps } from 'antd';
8
+ import { DirectoryTreeProps, BasicDataNode, DataNode } from 'antd/es/tree';
5
9
  export interface ITreeProps<T extends BasicDataNode = DataNode> extends AntTreeProps<T> {
6
10
  }
7
11
  export interface ITreeData extends TreeDataNode {
8
12
  }
9
13
  export declare const Tree: {
10
- <T extends BasicDataNode = TreeDataNode>(props: ITreeProps<T>): import("react/jsx-runtime").JSX.Element;
11
- DirectoryTree: (<T extends BasicDataNode | DataNode = TreeDataNode>(props: React.PropsWithChildren< DirectoryTreeProps<T>> & React.RefAttributes< __DTS_DEFAULT_0__>) => React.ReactElement) & Pick< FC<{}>, "displayName">;
12
- TreeNode: FC<Readonly< TreeNodeProps<TreeDataNode>>>;
14
+ <T extends BasicDataNode = TreeDataNode>(props: ITreeProps<T>): JSX.Element;
15
+ DirectoryTree: (<T_1 extends BasicDataNode | TreeDataNode = TreeDataNode>(props: DirectoryTreeProps<T_1> & {
16
+ children?: ReactNode;
17
+ } & RefAttributes<__DTS_1__<TreeDataNode>>) => ReactElement<any, string | JSXElementConstructor<any>>) & Pick<FC<{}>, "displayName">;
18
+ TreeNode: FC<Readonly<TreeNodeProps<TreeDataNode>>>;
13
19
  };
@@ -1,4 +1,5 @@
1
- import { WatermarkProps as AntWatermarkProps } from 'antd';
1
+ import { JSX } from 'react/jsx-runtime';
2
+ import type { WatermarkProps as AntWatermarkProps } from 'antd';
2
3
  export interface IWatermarkProps extends AntWatermarkProps {
3
4
  }
4
- export declare const Watermark: (props: IWatermarkProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Watermark: (props: IWatermarkProps) => JSX.Element;
@@ -1,6 +1,6 @@
1
- import { Options } from 'highcharts';
1
+ import { type Options } from 'highcharts';
2
2
  export declare const ChartAxisStyle: {
3
- readonly 'font-family': "'GT America', Helvetica, Arial, sans-serif";
3
+ readonly 'font-family': "'Inter', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif";
4
4
  readonly 'font-size': ".9em";
5
5
  readonly 'font-weight': "initial";
6
6
  readonly color: "rgba(56, 60, 67, 0.7)";
@@ -1,2 +1,2 @@
1
- import { IconOptions, IconNames } from '../types/icons';
1
+ import { type IconOptions, type IconNames } from '../types/icons';
2
2
  export declare const Icons: Record<IconNames, IconOptions>;
@@ -1,4 +1,4 @@
1
- import { ReactNode } from 'react';
1
+ import { type ReactNode } from 'react';
2
2
  export interface INewExperienceReminderOptions {
3
3
  onClose: () => void;
4
4
  onRemindMeLater: () => void;
@@ -1,6 +1,6 @@
1
- import { UserPreferenceScopeType, UserPreferenceDefinitions } from '../models/definitions';
2
- import { UserPreferenceScope } from '../models/storage-models';
3
- import { UserPreferencesPerScope } from '../models/definitions/user-preference-per-scope';
1
+ import { UserPreferenceScopeType, type UserPreferenceDefinitions } from '../models/definitions';
2
+ import { type UserPreferenceScope } from '../models/storage-models';
3
+ import { type UserPreferencesPerScope } from '../models/definitions/user-preference-per-scope';
4
4
  export declare class CompositeUserPreferencesService<T extends Record<string, unknown>> {
5
5
  getScopedUserPreferences(userPreferencesPerScope: UserPreferencesPerScope<T>, currentScope: UserPreferenceScope, definitions: UserPreferenceDefinitions<T>): T;
6
6
  getUpdatedUserPreferenceStorageObject<TKey extends keyof T>(userPreferenceKey: TKey, value: T[TKey], currentScope: UserPreferenceScope, currentPreferences: UserPreferencesPerScope<T>, allowedScope: UserPreferenceScopeType): UserPreferencesPerScope<T>;
@@ -1,4 +1,4 @@
1
- import { UserPreferenceScopeType } from './user-preference-scope-type';
1
+ import { type UserPreferenceScopeType } from './user-preference-scope-type';
2
2
  export type UserPreferenceDefinition<T> = {
3
3
  allowedScope: UserPreferenceScopeType;
4
4
  defaultValue: T;
@@ -1,4 +1,4 @@
1
- import { UserPreferenceDefinition } from './user-preference-definition';
1
+ import { type UserPreferenceDefinition } from './user-preference-definition';
2
2
  export type UserPreferenceDefinitions<T> = {
3
3
  [P in keyof T]: UserPreferenceDefinition<T[P]>;
4
4
  };
@@ -1,4 +1,4 @@
1
- import { UserPreferenceScope } from '../storage-models';
1
+ import { type UserPreferenceScope } from '../storage-models';
2
2
  export type UserPreferencesPerScope<T> = {
3
3
  [K in UserPreferenceScope]?: T;
4
4
  };
@@ -1,6 +1,6 @@
1
- import { UserPreferenceScope } from './models/storage-models';
2
- import { CookieOptions } from '../../utils/Cookies';
3
- import { UserPreferenceDefinitions } from '../../components';
1
+ import { type UserPreferenceScope } from './models/storage-models';
2
+ import { type CookieOptions } from '../../utils/Cookies';
3
+ import { type UserPreferenceDefinitions } from '../../components';
4
4
  export declare class UserPreferencesService<T extends Record<string, unknown>> {
5
5
  private readonly definitions;
6
6
  private readonly currentScope;
@@ -1,8 +1,8 @@
1
- import { UserPreferenceScope } from './models/storage-models/user-preference-scope';
1
+ import { type UserPreferenceScope } from './models/storage-models/user-preference-scope';
2
2
  import { UserPreferenceScopeType } from './models/definitions/user-preference-scope-type';
3
- import { Sync } from 'factory.ts';
4
- import { UserPreferenceDefinitions } from '../../components';
5
- import { UserPreferencesPerScope } from './models/definitions/user-preference-per-scope';
3
+ import { type Sync } from 'factory.ts';
4
+ import { type UserPreferenceDefinitions } from '../../components';
5
+ import { type UserPreferencesPerScope } from './models/definitions/user-preference-per-scope';
6
6
  export type TestType = {
7
7
  Default: {
8
8
  isOptedIn: boolean;
@@ -11,16 +11,16 @@ export declare const Volcano = "#FA541C";
11
11
  export declare const Geekblue = "#2F54EB";
12
12
  export declare const Gold = "#FAAD14";
13
13
  export declare const Lime = "#A0D911";
14
- export declare const ColorPrimary = "#3600d1";
14
+ export declare const ColorPrimary = "#a10863";
15
15
  export declare const ColorSuccess = "#52c41a";
16
16
  export declare const ColorWarning = "#faad14";
17
17
  export declare const ColorError = "#ff4d4f";
18
- export declare const ColorInfo = "#3600d1";
19
- export declare const ColorLink = "#3600d1";
18
+ export declare const ColorInfo = "#a10863";
19
+ export declare const ColorLink = "#a10863";
20
20
  export declare const ColorTextBase = "#000";
21
21
  export declare const ColorBgBase = "#fff";
22
- export declare const FontFamily = "'GT America', -system-ui, sans-serif";
23
- export declare const FontFamilyCode = "\u2018Roboto Mono\u2019, monospace";
22
+ export declare const FontFamily = "'Inter', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif";
23
+ export declare const FontFamilyCode = "ui-monospace, 'Roboto Mono', SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace";
24
24
  export declare const FontSize = "14px";
25
25
  export declare const LineWidth = "1px";
26
26
  export declare const LineType = "solid";
@@ -48,34 +48,46 @@ export declare const ColorText = "rgba(0, 0, 0, 0.95)";
48
48
  export declare const ColorTextSecondary = "rgba(0, 0, 0, 0.75)";
49
49
  export declare const ColorTextTertiary = "rgba(0, 0, 0, 0.55)";
50
50
  export declare const ColorTextQuaternary = "rgba(0, 0, 0, 0.4)";
51
- export declare const ColorBorder = "#c3aeff";
51
+ export declare const ColorBorder = "#f7d9eb";
52
52
  export declare const ColorBorderSecondary = "#eceae9";
53
- export declare const ColorFill = "rgba(32, 0, 122, 0.15)";
54
- export declare const ColorFillSecondary = "rgba(32, 0, 122, 0.06)";
55
- export declare const ColorFillTertiary = "rgba(32, 0, 122, 0.04)";
56
- export declare const ColorFillQuaternary = "rgba(32, 0, 122, 0.02)";
57
- export declare const ColorInfoBg = "#f8f6fb";
58
- export declare const ColorInfoBgHover = "#ebe8f8";
59
- export declare const ColorInfoBorder = "#c3aeff";
60
- export declare const ColorInfoBorderHover = "#ab8eff";
61
- export declare const ColorInfoHover = "#5f29f8";
62
- export declare const ColorInfoActive = "#2c00aa";
63
- export declare const ColorInfoTextHover = "#5f29f8";
64
- export declare const ColorInfoText = "#2c00aa";
65
- export declare const ColorInfoTextActive = "#20007a";
66
- export declare const ColorPrimaryBg = "#f8f6fb";
67
- export declare const ColorPrimaryBgHover = "#ebe8f8";
68
- export declare const ColorPrimaryBorder = "#c3aeff";
69
- export declare const ColorPrimaryBorderHover = "#ab8eff";
70
- export declare const ColorPrimaryHover = "#5f29f8";
71
- export declare const ColorPrimaryActive = "#2c00aa";
72
- export declare const ColorPrimaryTextHover = "#5f29f8";
73
- export declare const ColorPrimaryText = "#2c00aa";
74
- export declare const ColorPrimaryTextActive = "#20007a";
75
- export declare const ControlOutline = "rgba(54, 0, 209, 0.1)";
53
+ export declare const ColorFill = "rgba(161, 8, 99, 0.15)";
54
+ export declare const ColorFillSecondary = "rgba(161, 8, 99, 0.06)";
55
+ export declare const ColorFillTertiary = "rgba(161, 8, 99, 0.04)";
56
+ export declare const ColorFillQuaternary = "rgba(161, 8, 99, 0.02)";
57
+ export declare const ColorInfoBg = "#fcf3f8";
58
+ export declare const ColorInfoBgHover = "#f7d9eb";
59
+ export declare const ColorInfoBorder = "#f7d9eb";
60
+ export declare const ColorInfoBorderHover = "#f1acd6";
61
+ export declare const ColorInfoHover = "#c20075";
62
+ export declare const ColorInfoActive = "#800a51";
63
+ export declare const ColorInfoTextHover = "#a10863";
64
+ export declare const ColorInfoText = "#640c41";
65
+ export declare const ColorInfoTextActive = "#530e37";
66
+ export declare const ColorPrimaryBg = "#fcf3f8";
67
+ export declare const ColorPrimaryBgHover = "#f7d9eb";
68
+ export declare const ColorPrimaryBorder = "#f7d9eb";
69
+ export declare const ColorPrimaryBorderHover = "#f1acd6";
70
+ export declare const ColorPrimaryHover = "#c20075";
71
+ export declare const ColorPrimaryActive = "#800a51";
72
+ export declare const ColorPrimaryTextHover = "#a10863";
73
+ export declare const ColorPrimaryText = "#640c41";
74
+ export declare const ColorPrimaryTextActive = "#530e37";
75
+ export declare const ControlOutline = "rgba(161, 8, 99, 0.1)";
76
76
  export declare const FontWeightStrong = 500;
77
- export declare const ColorFillAlterSolid = "#f8f6fb";
78
- export declare const ColorFilledHandleBg = "#ebe8f8";
77
+ export declare const ColorFillAlterSolid = "#fcf3f8";
78
+ export declare const ColorFilledHandleBg = "#f7d9eb";
79
+ export declare const RoktBrand25 = "#fffafd";
80
+ export declare const RoktBrand50 = "#fcf3f8";
81
+ export declare const RoktBrand100 = "#f7d9eb";
82
+ export declare const RoktBrand200 = "#f1acd6";
83
+ export declare const RoktBrand300 = "#ef76bf";
84
+ export declare const RoktBrand400 = "#f03da8";
85
+ export declare const RoktBrand500 = "#ef0b94";
86
+ export declare const RoktBrand600 = "#c20075";
87
+ export declare const RoktBrand700 = "#a10863";
88
+ export declare const RoktBrand800 = "#800a51";
89
+ export declare const RoktBrand900 = "#640c41";
90
+ export declare const RoktBrand950 = "#530e37";
79
91
  export declare const MpBrandPrimary1 = "#f8f6fb";
80
92
  export declare const MpBrandPrimary2 = "#ebe8f8";
81
93
  export declare const MpBrandPrimary3 = "#dbceff";
@@ -338,10 +350,10 @@ export declare const BorderRadiusXs = "2px";
338
350
  export declare const BorderRadiusSm = "4px";
339
351
  export declare const BorderRadiusLg = "8px";
340
352
  export declare const BorderRadiusOuter = "4px";
341
- export declare const ColorFillContent = "rgba(32, 0, 122, 0.06)";
342
- export declare const ColorFillContentHover = "rgba(32, 0, 122, 0.15)";
343
- export declare const ColorFillAlter = "rgba(32, 0, 122, 0.02)";
344
- export declare const ColorBgContainerDisabled = "rgba(32, 0, 122, 0.04)";
353
+ export declare const ColorFillContent = "rgba(161, 8, 99, 0.06)";
354
+ export declare const ColorFillContentHover = "rgba(161, 8, 99, 0.15)";
355
+ export declare const ColorFillAlter = "rgba(161, 8, 99, 0.02)";
356
+ export declare const ColorBgContainerDisabled = "rgba(0, 0, 0, 0.05)";
345
357
  export declare const ColorBorderBg = "#ffffff";
346
358
  export declare const ColorSplit = "rgba(44, 22, 11, 0.09)";
347
359
  export declare const ColorTextPlaceholder = "rgba(0, 0, 0, 0.4)";
@@ -351,8 +363,8 @@ export declare const ColorTextLabel = "rgba(0, 0, 0, 0.75)";
351
363
  export declare const ColorTextDescription = "rgba(0, 0, 0, 0.55)";
352
364
  export declare const ColorTextLightSolid = "#fff";
353
365
  export declare const ColorHighlight = "#ff4d4f";
354
- export declare const ColorBgTextHover = "rgba(32, 0, 122, 0.06)";
355
- export declare const ColorBgTextActive = "rgba(32, 0, 122, 0.15)";
366
+ export declare const ColorBgTextHover = "rgba(161, 8, 99, 0.06)";
367
+ export declare const ColorBgTextActive = "rgba(161, 8, 99, 0.15)";
356
368
  export declare const ColorIcon = "rgba(0, 0, 0, 0.55)";
357
369
  export declare const ColorIconHover = "rgba(0, 0, 0, 0.95)";
358
370
  export declare const ColorErrorOutline = "rgba(255, 38, 5, 0.06)";
@@ -361,11 +373,11 @@ export declare const FontSizeIcon = "12px";
361
373
  export declare const LineWidthFocus = "4px";
362
374
  export declare const ControlOutlineWidth = "2px";
363
375
  export declare const ControlInteractiveSize = "16px";
364
- export declare const ControlItemBgHover = "rgba(32, 0, 122, 0.04)";
365
- export declare const ControlItemBgActive = "#f8f6fb";
366
- export declare const ControlItemBgActiveHover = "#ebe8f8";
367
- export declare const ControlItemBgActiveDisabled = "rgba(32, 0, 122, 0.15)";
368
- export declare const ControlTmpOutline = "rgba(32, 0, 122, 0.02)";
376
+ export declare const ControlItemBgHover = "rgba(161, 8, 99, 0.04)";
377
+ export declare const ControlItemBgActive = "#fcf3f8";
378
+ export declare const ControlItemBgActiveHover = "#f7d9eb";
379
+ export declare const ControlItemBgActiveDisabled = "rgba(161, 8, 99, 0.15)";
380
+ export declare const ControlTmpOutline = "rgba(161, 8, 99, 0.02)";
369
381
  export declare const OpacityLoading = 0.65;
370
382
  export declare const LinkDecoration = "none";
371
383
  export declare const LinkHoverDecoration = "none";
@@ -1,4 +1,5 @@
1
- import { RequireAtLeastOne } from 'type-fest';
1
+ /// <reference types="react" />
2
+ import type { RequireAtLeastOne } from 'type-fest';
2
3
  export declare const ICON_VARIANTS: {
3
4
  readonly LIGHT: "light";
4
5
  readonly DUO_TONE: "duo-tone";
@@ -1,4 +1,4 @@
1
- import { RequireOneOrNone } from 'type-fest';
1
+ import { type RequireOneOrNone } from 'type-fest';
2
2
  export declare function get(key: string): string | null;
3
3
  export declare function getAll(): Record<string, string>;
4
4
  export declare function getObject(key: string): string | null;
@@ -1,7 +1,9 @@
1
+ import { JSX } from 'react/jsx-runtime';
2
+ /// <reference types="react" />
1
3
  interface IExampleStoryProps {
2
4
  children: React.ReactNode;
3
5
  title: React.ReactNode;
4
6
  description?: React.ReactNode;
5
7
  }
6
- export declare function ExampleStory(props: IExampleStoryProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function ExampleStory(props: IExampleStoryProps): JSX.Element;
7
9
  export {};
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function GetGlobalToken(): React.ReactNode;
@@ -1 +1 @@
1
- export declare const debounce: (callback: (...args: unknown[]) => void, wait: number) => ((...args: unknown[]) => void);
1
+ export declare const debounce: (callback: (...args: unknown[]) => void, wait: number) => (...args: unknown[]) => void;
@@ -1 +1,2 @@
1
- export declare const SVGPrettifier: () => import("react/jsx-runtime").JSX.Element;
1
+ import { JSX } from 'react/jsx-runtime';
2
+ export declare const SVGPrettifier: () => JSX.Element;
@@ -1,6 +1,6 @@
1
- import { ReactNode } from 'react';
1
+ import { type ReactNode } from 'react';
2
2
  export declare function getInitials(str?: string): string;
3
- export declare const debounce: (callback: (...args: any[]) => void, wait: number) => ((...args: unknown[]) => void);
3
+ export declare const debounce: (callback: (...args: any[]) => void, wait: number) => (...args: unknown[]) => void;
4
4
  type OSNames = 'Windows' | 'Macintosh' | 'Linux' | 'Android' | 'iOS' | 'Unknown OS';
5
5
  export declare const getOS: () => OSNames;
6
6
  export declare function hasImageAtSrc(src: string, hasImageSetter?: (hasImage: boolean) => void): Promise<boolean>;