@mparticle/aquarium 1.33.3-chore-remove-workspace-button-override.1 → 1.33.3-chore-dependency-upgrades.3

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 (113) hide show
  1. package/dist/aquarium.js +4378 -4910
  2. package/dist/aquarium.umd.cjs +40 -40
  3. package/dist/index.d.ts +1 -0
  4. package/dist/src/components/data-display/Avatar/Avatar.d.ts +2 -3
  5. package/dist/src/components/data-display/Badge/Badge.d.ts +2 -3
  6. package/dist/src/components/data-display/Card/Card.d.ts +3 -4
  7. package/dist/src/components/data-display/Collapse/Collapse.d.ts +2 -3
  8. package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +2 -3
  9. package/dist/src/components/data-display/Empty/Empty.d.ts +3 -4
  10. package/dist/src/components/data-display/Image/Image.d.ts +2 -3
  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 +1 -2
  14. package/dist/src/components/data-display/Statistic/Statistic.d.ts +11 -0
  15. package/dist/src/components/data-display/Table/Table.d.ts +7 -7
  16. package/dist/src/components/data-display/Tabs/Tabs.d.ts +2 -3
  17. package/dist/src/components/data-display/Tag/Tag.d.ts +2 -3
  18. package/dist/src/components/{not-prod-ready → data-display}/Timeline/Timeline.d.ts +2 -3
  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 +13 -0
  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 +2 -3
  25. package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +22 -23
  26. package/dist/src/components/data-entry/Form/Form.d.ts +9 -9
  27. package/dist/src/components/data-entry/Input/Input.d.ts +2 -4
  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/{not-prod-ready → data-entry}/Slider/Slider.d.ts +1 -2
  39. package/dist/src/components/data-entry/Switch/Switch.d.ts +1 -1
  40. package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +2 -3
  41. package/dist/src/components/data-entry/Transfer/Transfer.d.ts +12 -0
  42. package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +2 -3
  43. package/dist/src/components/data-entry/Upload/Upload.d.ts +3 -4
  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 +1 -2
  47. package/dist/src/components/feedback/Message/Message.d.ts +10 -12
  48. package/dist/src/components/feedback/Modal/Modal.d.ts +8 -8
  49. package/dist/src/components/feedback/Notification/Notification.d.ts +4 -6
  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 +4 -5
  53. package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +6 -7
  54. package/dist/src/components/feedback/Spin/Spin.d.ts +2 -3
  55. package/dist/src/components/general/Button/Button.d.ts +3 -4
  56. package/dist/src/components/general/FloatButton/FloatButton.d.ts +3 -4
  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/index.d.ts +14 -13
  61. package/dist/src/components/layout/Center/Center.d.ts +1 -1
  62. package/dist/src/components/layout/Divider/Divider.d.ts +1 -1
  63. package/dist/src/components/layout/Flex/Flex.d.ts +1 -1
  64. package/dist/src/components/layout/Grid/Grid.d.ts +1 -5
  65. package/dist/src/components/layout/Layout/Layout.d.ts +5 -6
  66. package/dist/src/components/layout/Space/Space.d.ts +2 -3
  67. package/dist/src/components/navigation/Anchor/Anchor.d.ts +2 -3
  68. package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +2 -3
  69. package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +2 -3
  70. package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +3 -3
  71. package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +1 -1
  72. package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +1 -1
  73. package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +1 -1
  74. package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +3 -3
  75. package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +1 -1
  76. package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +1 -1
  77. package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +1 -1
  78. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +3 -3
  79. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +1 -1
  80. package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +1 -1
  81. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +1 -1
  82. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +2 -2
  83. package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +1 -1
  84. package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +1 -1
  85. package/dist/src/components/navigation/Menu/Menu.d.ts +6 -8
  86. package/dist/src/components/navigation/Pagination/Pagination.d.ts +1 -1
  87. package/dist/src/components/navigation/Steps/Steps.d.ts +1 -1
  88. package/dist/src/components/{not-prod-ready → other}/Affix/Affix.d.ts +1 -1
  89. package/dist/src/components/other/App/App.d.ts +7 -0
  90. package/dist/src/components/unused/Calendar/Calendar.d.ts +8 -0
  91. package/dist/src/components/{not-prod-ready → unused}/Carousel/Carousel.d.ts +1 -1
  92. package/dist/src/components/{not-prod-ready → unused}/ColorPicker/ColorPicker.d.ts +1 -1
  93. package/dist/src/components/{not-prod-ready → unused}/QRCode/QRCode.d.ts +1 -1
  94. package/dist/src/components/{not-prod-ready → unused}/Rate/Rate.d.ts +1 -1
  95. package/dist/src/components/{not-prod-ready → unused}/Watermark/Watermark.d.ts +1 -1
  96. package/dist/src/constants/Icons.d.ts +1 -1
  97. package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +1 -1
  98. package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +4 -4
  99. package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +1 -1
  100. package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +1 -1
  101. package/dist/src/services/user-preferences/models/storage-models/user-preferences.d.ts +2 -2
  102. package/dist/src/services/user-preferences/models/user-preferences/composite-user-preferences.d.ts +1 -1
  103. package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +4 -4
  104. package/dist/src/services/user-preferences/user-preferences.d.ts +5 -5
  105. package/dist/src/types/icons.d.ts +1 -2
  106. package/dist/src/utils/Cookies.d.ts +1 -1
  107. package/dist/src/utils/utils.d.ts +1 -1
  108. package/dist/style.css +1 -1
  109. package/package.json +7 -14
  110. package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +0 -9
  111. package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +0 -13
  112. package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +0 -13
  113. package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +0 -15
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- import { type TransferProps as AntTransferProps } from 'antd';
3
- export interface ITransferProps extends AntTransferProps {
4
- }
5
- export declare const Transfer: {
6
- (props: ITransferProps): import("react/jsx-runtime").JSX.Element;
7
- List: {
8
- <RecordType extends import("antd/es/transfer").KeyWiseTransferItem>(props: import("antd/es/transfer").TransferListProps<RecordType>): import("react").JSX.Element;
9
- displayName: string;
10
- };
11
- Search: import("react").FC<import("antd/es/transfer").TransferSearchProps>;
12
- Operation: import("react").FC<import("antd/es/transfer").TransferOperationProps>;
13
- };
@@ -1,15 +0,0 @@
1
- /// <reference types="react" />
2
- import { type TreeDataNode } from 'antd';
3
- import { type TreeProps as AntTreeProps } from 'antd';
4
- import type { BasicDataNode, DataNode } from 'antd/es/tree';
5
- export interface ITreeProps<T extends BasicDataNode = DataNode> extends AntTreeProps<T> {
6
- }
7
- export interface ITreeData extends TreeDataNode {
8
- }
9
- export declare const Tree: {
10
- <T extends BasicDataNode = TreeDataNode>(props: ITreeProps<T>): import("react/jsx-runtime").JSX.Element;
11
- DirectoryTree: (<T_1 extends BasicDataNode | TreeDataNode = TreeDataNode>(props: import("antd/es/tree").DirectoryTreeProps<T_1> & {
12
- children?: import("react").ReactNode;
13
- } & import("react").RefAttributes<import("rc-tree/lib/Tree").default<TreeDataNode>>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & Pick<import("react").FC<{}>, "displayName">;
14
- TreeNode: import("react").FC<import("rc-tree").TreeNodeProps<TreeDataNode>>;
15
- };