@mparticle/aquarium 1.8.3 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aquarium.js +491 -368
- package/dist/aquarium.umd.cjs +2 -2
- package/dist/index.d.ts +257 -37
- package/dist/style.css +1 -1
- package/dist/style.ts +1 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,16 +3,21 @@ import { AffixProps } from 'antd';
|
|
|
3
3
|
import { AlertProps } from 'antd';
|
|
4
4
|
import AlicornIcon from '../../../../../../../../src/assets/svg/alicorn.svg?react';
|
|
5
5
|
import AnalyticsIcon from '../../../../../../../../src/assets/svg/analytics.svg?react';
|
|
6
|
+
import { AnchorLinkProps } from 'antd';
|
|
6
7
|
import { AnchorProps } from 'antd';
|
|
7
8
|
import { AppProps } from 'antd';
|
|
8
9
|
import { AutoCompleteProps } from 'antd';
|
|
9
10
|
import { AvatarProps } from 'antd';
|
|
11
|
+
import { AvatarProps as AvatarProps_2 } from 'antd/es/skeleton/Avatar';
|
|
12
|
+
import { BackTopProps } from 'antd/es/float-button/interface';
|
|
10
13
|
import { BadgeProps } from 'antd';
|
|
11
14
|
import { BaseOptionType } from 'antd/es/select';
|
|
15
|
+
import { BasicDataNode } from 'rc-tree';
|
|
12
16
|
import { BreadcrumbItemProps } from 'antd';
|
|
13
17
|
import { BreadcrumbProps } from 'antd';
|
|
14
18
|
import { ButtonGroupProps } from 'antd/es/button';
|
|
15
19
|
import { ButtonProps } from 'antd';
|
|
20
|
+
import { ButtonSize } from 'antd/es/button';
|
|
16
21
|
import { CalendarProps } from 'antd';
|
|
17
22
|
import { CardGridProps } from 'antd/es/card';
|
|
18
23
|
import { CardMetaProps } from 'antd/es/card';
|
|
@@ -31,18 +36,32 @@ import CheckIcon from '../../../../../../../../src/assets/svg/check.svg?react';
|
|
|
31
36
|
import CircleNodesIcon from '../../../../../../../../src/assets/svg/circle-nodes.svg?react';
|
|
32
37
|
import CloudIcon from '../../../../../../../../src/assets/svg/cloud.svg?react';
|
|
33
38
|
import { Col } from 'antd';
|
|
39
|
+
import { CollapsePanelProps } from 'antd';
|
|
34
40
|
import { CollapseProps } from 'antd';
|
|
35
41
|
import { ColorPickerProps } from 'antd';
|
|
36
|
-
import {
|
|
42
|
+
import { ConfigOptions } from 'antd/es/message/interface';
|
|
43
|
+
import { ConfigProvider } from './other/ConfigProvider/ConfigProvider';
|
|
37
44
|
import ConnectionsIcon from '../../../../../../../../src/assets/svg/connections.svg?react';
|
|
45
|
+
import { CountdownProps } from 'antd';
|
|
46
|
+
import { CSSProperties } from 'react';
|
|
38
47
|
import DatabaseIcon from '../../../../../../../../src/assets/svg/database.svg?react';
|
|
39
48
|
import { Dayjs } from 'dayjs';
|
|
49
|
+
import { default as default_10 } from 'antd/es/modal/useModal';
|
|
50
|
+
import { default as default_11 } from 'antd/es/notification/useNotification';
|
|
51
|
+
import { default as default_12 } from 'antd/es/alert/ErrorBoundary';
|
|
52
|
+
import { default as default_13 } from 'antd/es/message/useMessage';
|
|
40
53
|
import { default as default_2 } from 'rc-field-form/es/useWatch';
|
|
41
54
|
import { default as default_3 } from 'antd/es/form/hooks/useFormInstance';
|
|
42
|
-
import { default as default_4 } from 'antd/es/
|
|
55
|
+
import { default as default_4 } from 'antd/es/date-picker/generatePicker';
|
|
56
|
+
import { default as default_5 } from 'antd/es/calendar/generateCalendar';
|
|
57
|
+
import { default as default_6 } from 'rc-tree/lib/Tree';
|
|
58
|
+
import { default as default_7 } from 'antd/es/table/Column';
|
|
59
|
+
import { default as default_8 } from 'antd/es/table/ColumnGroup';
|
|
60
|
+
import { default as default_9 } from 'rc-table/lib/Footer/Summary';
|
|
43
61
|
import { DefaultOptionType } from 'antd/es/select';
|
|
44
62
|
import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
|
|
45
63
|
import { DescriptionsProps } from 'antd';
|
|
64
|
+
import { DirectoryTreeProps } from 'antd/es/tree';
|
|
46
65
|
import { DividerProps } from 'antd';
|
|
47
66
|
import { DrawerProps } from 'antd';
|
|
48
67
|
import { DropdownButtonProps } from 'antd/es/dropdown';
|
|
@@ -51,22 +70,28 @@ import { EmptyProps } from 'antd';
|
|
|
51
70
|
import { ErrorListProps } from 'antd/es/form';
|
|
52
71
|
import { FC } from 'react';
|
|
53
72
|
import { FlexProps } from 'antd';
|
|
73
|
+
import { FloatButtonGroupProps } from 'antd';
|
|
54
74
|
import { FloatButtonProps } from 'antd';
|
|
75
|
+
import { FloatButtonRef } from 'antd';
|
|
55
76
|
import FolderClosedIcon from '../../../../../../../../src/assets/svg/folder-closed.svg?react';
|
|
56
77
|
import { FormItemProps } from 'antd';
|
|
57
78
|
import { FormListProps } from 'antd/es/form';
|
|
58
79
|
import { FormProps } from 'antd';
|
|
59
80
|
import { FormProviderProps } from 'antd/es/form/context';
|
|
60
81
|
import { ForwardRefExoticComponent } from 'react';
|
|
82
|
+
import { FunctionComponent } from 'react';
|
|
61
83
|
import GearIcon from '../../../../../../../../src/assets/svg/gear.svg?react';
|
|
84
|
+
import { GlobalConfigProps } from 'antd/es/notification/interface';
|
|
62
85
|
import { Grid } from 'antd';
|
|
63
86
|
import GridIcon from '../../../../../../../../src/assets/svg/grid.svg?react';
|
|
87
|
+
import { GroupConsumerProps } from 'rc-image/lib/PreviewGroup';
|
|
64
88
|
import { GroupProps } from 'antd/es/input';
|
|
65
89
|
import { GroupProps as GroupProps_2 } from 'antd/es/avatar';
|
|
66
90
|
import HeartIcon from '../../../../../../../../src/assets/svg/heart.svg?react';
|
|
67
91
|
import { IAvatarProps as IAvatarProps_2 } from '../../../../../../../../../src/components';
|
|
68
92
|
import { IBaseGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
69
93
|
import { ColProps as IColProps } from 'antd';
|
|
94
|
+
import { IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
|
|
70
95
|
import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
71
96
|
import { IGlobalNavigationLogo } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
72
97
|
import { IGlobalNavigationLogo as IGlobalNavigationLogo_2 } from '../../../../../../../../../src/components';
|
|
@@ -90,7 +115,10 @@ import { RowProps as IRowProps } from 'antd';
|
|
|
90
115
|
import { IWorkspaceSelectorDisplayItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
91
116
|
import { IWorkspaceSelectorItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
92
117
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
118
|
+
import { JSX as JSX_3 } from 'react';
|
|
93
119
|
import { JSXElementConstructor } from 'react';
|
|
120
|
+
import { Key } from 'react';
|
|
121
|
+
import { KeyWiseTransferItem } from 'antd/es/transfer';
|
|
94
122
|
import { LayoutProps } from 'antd';
|
|
95
123
|
import LightBulbIcon from '../../../../../../../../src/assets/svg/lightbulb.svg?react';
|
|
96
124
|
import { ListItemTypeProps } from 'antd/es/list/Item';
|
|
@@ -98,19 +126,34 @@ import { ListProps } from 'antd';
|
|
|
98
126
|
import LockIcon from '../../../../../../../../src/assets/svg/lock.svg?react';
|
|
99
127
|
import { MemoExoticComponent } from 'react';
|
|
100
128
|
import { Mentions } from './data-entry/Mentions/Mentions';
|
|
129
|
+
import { MenuDividerProps } from 'antd/es/menu';
|
|
101
130
|
import { MenuDividerType } from 'antd/es/menu/hooks/useItems';
|
|
102
131
|
import { MenuInfo } from 'rc-menu/lib/interface';
|
|
132
|
+
import { MenuItemGroup } from 'rc-menu';
|
|
103
133
|
import { MenuItemGroupType } from 'antd/es/menu/hooks/useItems';
|
|
134
|
+
import { MenuItemProps } from 'antd';
|
|
104
135
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
105
136
|
import { MenuProps } from 'antd';
|
|
137
|
+
import { message } from 'antd';
|
|
106
138
|
import { MessageArgsProps } from 'antd';
|
|
107
139
|
import MessageQuestionIcon from '../../../../../../../../src/assets/svg/message-question.svg?react';
|
|
140
|
+
import { MessageType } from 'antd/es/message/interface';
|
|
141
|
+
import { ModalFunc } from 'antd/es/modal/confirm';
|
|
142
|
+
import { modalGlobalConfig } from 'antd/es/modal/confirm';
|
|
108
143
|
import { ModalProps } from 'antd';
|
|
109
144
|
import MpLogoIcon from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
|
|
145
|
+
import { NamedExoticComponent } from 'react';
|
|
146
|
+
import { notification } from 'antd';
|
|
110
147
|
import { NotificationArgsProps } from 'antd';
|
|
148
|
+
import { OptionFC } from 'rc-select/lib/Option';
|
|
149
|
+
import { OptionGroupFC } from 'rc-select/lib/OptGroup';
|
|
111
150
|
import { PaginationProps } from 'antd';
|
|
112
151
|
import { PasswordProps } from 'antd/es/input';
|
|
113
152
|
import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
|
|
153
|
+
import { PickerLocale } from 'antd/es/date-picker/generatePicker';
|
|
154
|
+
import { PickerProps } from 'antd/es/date-picker/generatePicker';
|
|
155
|
+
import { PickerPropsWithMultiple } from 'antd/es/date-picker/generatePicker/interface';
|
|
156
|
+
import { PickerRef } from 'rc-picker';
|
|
114
157
|
import { PopconfirmProps } from 'antd';
|
|
115
158
|
import { PopoverProps } from 'antd';
|
|
116
159
|
import { ProgressProps } from 'antd';
|
|
@@ -118,6 +161,7 @@ import { QRCodeProps } from 'antd';
|
|
|
118
161
|
import { RadioButtonProps } from 'antd/es/radio/radioButton';
|
|
119
162
|
import { RadioGroupProps } from 'antd';
|
|
120
163
|
import { RadioProps } from 'antd';
|
|
164
|
+
import { RangePickerProps } from 'rc-picker';
|
|
121
165
|
import { RateProps } from 'antd';
|
|
122
166
|
import { ReactElement } from 'react';
|
|
123
167
|
import { ReactNode } from 'react';
|
|
@@ -132,31 +176,48 @@ import { SelectProps } from 'antd';
|
|
|
132
176
|
import ShieldKeyholeIcon from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
|
|
133
177
|
import { SiderProps } from 'antd';
|
|
134
178
|
import SiteMapIcon from '../../../../../../../../src/assets/svg/sitemap.svg?react';
|
|
179
|
+
import { SkeletonButtonProps } from 'antd/es/skeleton/Button';
|
|
180
|
+
import { SkeletonImageProps } from 'antd/es/skeleton/Image';
|
|
181
|
+
import { SkeletonInputProps } from 'antd/es/skeleton/Input';
|
|
182
|
+
import { SkeletonNodeProps } from 'antd/es/skeleton/Node';
|
|
135
183
|
import { SkeletonProps } from 'antd';
|
|
136
184
|
import { SliderRangeProps } from 'antd/es/slider';
|
|
137
185
|
import { SliderSingleProps } from 'antd/es/slider';
|
|
186
|
+
import { SpaceCompactProps } from 'antd/es/space/Compact';
|
|
138
187
|
import { SpaceProps } from 'antd';
|
|
139
188
|
import SparklesIcon from '../../../../../../../../src/assets/svg/sparkles.svg?react';
|
|
140
189
|
import { SpinProps } from 'antd';
|
|
141
190
|
import SplitIcon from '../../../../../../../../src/assets/svg/split.svg?react';
|
|
142
191
|
import { StatisticProps } from 'antd';
|
|
143
192
|
import { StepsProps } from 'antd';
|
|
193
|
+
import { SubMenuProps } from 'antd';
|
|
144
194
|
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
145
195
|
import { SwitchProps } from 'antd';
|
|
146
196
|
import { TableProps } from 'antd';
|
|
197
|
+
import { TabPaneProps } from 'antd';
|
|
147
198
|
import { TabsProps } from 'antd';
|
|
148
199
|
import { TagProps } from 'antd';
|
|
149
200
|
import { TextAreaProps } from 'antd/es/input';
|
|
150
201
|
import { TextAreaRef } from 'antd/es/input/TextArea';
|
|
202
|
+
import { TimelineItemProps } from 'antd';
|
|
151
203
|
import { TimelineProps } from 'antd';
|
|
152
204
|
import { TimePickerProps } from 'antd';
|
|
205
|
+
import { TimeRangePickerProps } from 'antd';
|
|
153
206
|
import { TooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
154
207
|
import { TourProps } from 'antd';
|
|
208
|
+
import { TransferListProps } from 'antd/es/transfer';
|
|
209
|
+
import { TransferOperationProps } from 'antd/es/transfer';
|
|
155
210
|
import { TransferProps } from 'antd';
|
|
211
|
+
import { TransferSearchProps } from 'antd/es/transfer';
|
|
156
212
|
import { TreeDataNode } from 'antd';
|
|
213
|
+
import { TreeNodeProps } from 'rc-tree-select/lib/TreeNode';
|
|
214
|
+
import { TreeNodeProps as TreeNodeProps_2 } from 'rc-tree';
|
|
157
215
|
import { TreeProps } from 'antd';
|
|
158
216
|
import { TreeSelectProps } from 'antd';
|
|
217
|
+
import { TypeOpen } from 'antd/es/message/interface';
|
|
159
218
|
import { UploadProps } from 'antd';
|
|
219
|
+
import { UploadRef } from 'antd/es/upload/Upload';
|
|
220
|
+
import { useAppProps } from 'antd/es/app/context';
|
|
160
221
|
import { useForm } from 'antd/es/form/Form';
|
|
161
222
|
import UsersIcon from '../../../../../../../../src/assets/svg/users.svg?react';
|
|
162
223
|
import { WatermarkProps } from 'antd';
|
|
@@ -168,18 +229,24 @@ export declare const Affix: (props: IAffixProps) => JSX_2.Element;
|
|
|
168
229
|
|
|
169
230
|
export declare const Alert: {
|
|
170
231
|
(props: IAlertProps): JSX_2.Element;
|
|
171
|
-
ErrorBoundary: typeof
|
|
232
|
+
ErrorBoundary: typeof default_12;
|
|
172
233
|
};
|
|
173
234
|
|
|
174
235
|
export { AlicornIcon }
|
|
175
236
|
|
|
176
237
|
export { AnalyticsIcon }
|
|
177
238
|
|
|
178
|
-
export declare const Anchor:
|
|
239
|
+
export declare const Anchor: {
|
|
240
|
+
(props: IAnchorProps): JSX_2.Element;
|
|
241
|
+
Link: FC<AnchorLinkProps>;
|
|
242
|
+
};
|
|
179
243
|
|
|
180
244
|
declare type AntDatePickerProps = PickerDateProps<Dayjs>;
|
|
181
245
|
|
|
182
|
-
export declare const App:
|
|
246
|
+
export declare const App: {
|
|
247
|
+
(props: IAppProps): JSX_2.Element;
|
|
248
|
+
useApp: () => useAppProps;
|
|
249
|
+
};
|
|
183
250
|
|
|
184
251
|
export declare const AutoComplete: (props: IAutoCompleteProps) => JSX_2.Element;
|
|
185
252
|
|
|
@@ -205,7 +272,10 @@ export declare const Button: {
|
|
|
205
272
|
Group: FC<ButtonGroupProps>;
|
|
206
273
|
};
|
|
207
274
|
|
|
208
|
-
export declare const Calendar:
|
|
275
|
+
export declare const Calendar: {
|
|
276
|
+
(props: ICalendarProps): JSX_2.Element;
|
|
277
|
+
generateCalendar: typeof default_5;
|
|
278
|
+
};
|
|
209
279
|
|
|
210
280
|
export declare const Card: {
|
|
211
281
|
(props: ICardProps): JSX_2.Element;
|
|
@@ -243,17 +313,50 @@ export { CloudIcon }
|
|
|
243
313
|
|
|
244
314
|
export { Col }
|
|
245
315
|
|
|
246
|
-
export declare const Collapse:
|
|
316
|
+
export declare const Collapse: {
|
|
317
|
+
(props: ICollapseProps): JSX_2.Element;
|
|
318
|
+
Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
|
|
319
|
+
};
|
|
247
320
|
|
|
248
321
|
export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
249
322
|
|
|
250
|
-
export
|
|
323
|
+
export { ConfigProvider }
|
|
251
324
|
|
|
252
325
|
export { ConnectionsIcon }
|
|
253
326
|
|
|
254
327
|
export { DatabaseIcon }
|
|
255
328
|
|
|
256
|
-
export declare const DatePicker:
|
|
329
|
+
export declare const DatePicker: {
|
|
330
|
+
(props: IDatePickerProps): JSX_2.Element;
|
|
331
|
+
generatePicker: typeof default_4;
|
|
332
|
+
QuarterPicker: (<ValueType_2 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<Omit<PickerProps<Dayjs>, "showTime" | "picker">, "picker">, ValueType_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
333
|
+
displayName?: string | undefined;
|
|
334
|
+
};
|
|
335
|
+
MonthPicker: (<ValueType_1 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
336
|
+
displayName?: string | undefined;
|
|
337
|
+
};
|
|
338
|
+
RangePicker: ForwardRefExoticComponent<Omit<RangePickerProps<Dayjs>, "locale" | "generateConfig" | "hideHeader"> & {
|
|
339
|
+
locale?: PickerLocale | undefined;
|
|
340
|
+
size?: ButtonSize;
|
|
341
|
+
placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | undefined;
|
|
342
|
+
bordered?: boolean | undefined;
|
|
343
|
+
status?: "" | "warning" | "error" | undefined;
|
|
344
|
+
variant?: "outlined" | "borderless" | "filled" | undefined;
|
|
345
|
+
dropdownClassName?: string | undefined;
|
|
346
|
+
popupClassName?: string | undefined;
|
|
347
|
+
rootClassName?: string | undefined;
|
|
348
|
+
popupStyle?: CSSProperties | undefined;
|
|
349
|
+
} & RefAttributes<PickerRef>>;
|
|
350
|
+
TimePicker: (<ValueType_2_1 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<Omit<PickerProps<Dayjs>, "showTime" | "picker">, "picker">, ValueType_2_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
351
|
+
displayName?: string | undefined;
|
|
352
|
+
};
|
|
353
|
+
WeekPicker: (<ValueType_1_1 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_1_1>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
354
|
+
displayName?: string | undefined;
|
|
355
|
+
};
|
|
356
|
+
YearPicker: (<ValueType_1_2 = Dayjs>(props: PickerPropsWithMultiple<Dayjs, Omit<PickerProps<Dayjs>, "picker">, ValueType_1_2>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
357
|
+
displayName?: string | undefined;
|
|
358
|
+
};
|
|
359
|
+
};
|
|
257
360
|
|
|
258
361
|
export declare const Descriptions: {
|
|
259
362
|
(props: IDescriptionsProps): JSX_2.Element;
|
|
@@ -277,7 +380,11 @@ export declare const Empty: {
|
|
|
277
380
|
|
|
278
381
|
export declare const Flex: (props: IFlexProps) => JSX_2.Element;
|
|
279
382
|
|
|
280
|
-
export declare const FloatButton:
|
|
383
|
+
export declare const FloatButton: {
|
|
384
|
+
(props: IFloatButtonProps): JSX_2.Element;
|
|
385
|
+
BackTop: ForwardRefExoticComponent<BackTopProps & RefAttributes<FloatButtonRef>>;
|
|
386
|
+
Group: NamedExoticComponent<FloatButtonGroupProps>;
|
|
387
|
+
};
|
|
281
388
|
|
|
282
389
|
export { FolderClosedIcon }
|
|
283
390
|
|
|
@@ -294,7 +401,6 @@ export declare const Form: {
|
|
|
294
401
|
};
|
|
295
402
|
};
|
|
296
403
|
List: FC<FormListProps>;
|
|
297
|
-
displayName: string | undefined;
|
|
298
404
|
Provider: FC<FormProviderProps>;
|
|
299
405
|
ErrorList: FC<ErrorListProps>;
|
|
300
406
|
};
|
|
@@ -362,8 +468,7 @@ export declare interface IColorPickerProps extends ColorPickerProps {
|
|
|
362
468
|
|
|
363
469
|
export { IColProps }
|
|
364
470
|
|
|
365
|
-
export
|
|
366
|
-
}
|
|
471
|
+
export { IConfigProviderProps }
|
|
367
472
|
|
|
368
473
|
export declare interface IDatePickerProps extends AntDatePickerProps {
|
|
369
474
|
}
|
|
@@ -428,7 +533,7 @@ export declare interface IInputProps extends InputProps {
|
|
|
428
533
|
export declare interface ILayoutProps extends LayoutProps {
|
|
429
534
|
}
|
|
430
535
|
|
|
431
|
-
export declare interface IListProps extends ListProps {
|
|
536
|
+
export declare interface IListProps<T> extends ListProps<T> {
|
|
432
537
|
}
|
|
433
538
|
|
|
434
539
|
export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'children'> {
|
|
@@ -436,7 +541,10 @@ export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'c
|
|
|
436
541
|
children: (initData: Data) => React.ReactNode;
|
|
437
542
|
}
|
|
438
543
|
|
|
439
|
-
declare const Image_2:
|
|
544
|
+
declare const Image_2: {
|
|
545
|
+
(props: IImageProps): JSX_2.Element;
|
|
546
|
+
PreviewGroup: FC<GroupConsumerProps>;
|
|
547
|
+
};
|
|
440
548
|
export { Image_2 as Image }
|
|
441
549
|
|
|
442
550
|
export { IMentionsProps }
|
|
@@ -599,10 +707,11 @@ export declare const Layout: {
|
|
|
599
707
|
|
|
600
708
|
export { LightBulbIcon }
|
|
601
709
|
|
|
602
|
-
export declare
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
710
|
+
export declare function List<T>(props: IListProps<T>): JSX_2.Element;
|
|
711
|
+
|
|
712
|
+
export declare namespace List {
|
|
713
|
+
var Item: ListItemTypeProps;
|
|
714
|
+
}
|
|
606
715
|
|
|
607
716
|
export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX_2.Element;
|
|
608
717
|
|
|
@@ -610,7 +719,13 @@ export { LockIcon }
|
|
|
610
719
|
|
|
611
720
|
export { Mentions }
|
|
612
721
|
|
|
613
|
-
export declare const Menu:
|
|
722
|
+
export declare const Menu: {
|
|
723
|
+
(props: IMenuProps): JSX_2.Element;
|
|
724
|
+
SubMenu: FC<SubMenuProps>;
|
|
725
|
+
Item: Omit<FunctionComponent<MenuItemProps>, ""> & (<T extends MenuItemProps>(props: T extends infer U extends MenuItemProps ? unknown extends U ? MenuItemProps : U : MenuItemProps, context?: any) => ReactNode);
|
|
726
|
+
ItemGroup: typeof MenuItemGroup;
|
|
727
|
+
Divider: FC<MenuDividerProps>;
|
|
728
|
+
};
|
|
614
729
|
|
|
615
730
|
export { MenuDividerType }
|
|
616
731
|
|
|
@@ -618,15 +733,50 @@ export { MenuItemGroupType }
|
|
|
618
733
|
|
|
619
734
|
export { MenuItemType }
|
|
620
735
|
|
|
621
|
-
export declare const Message:
|
|
736
|
+
export declare const Message: {
|
|
737
|
+
(props: IMessageProps): JSX_2.Element;
|
|
738
|
+
useMessage: typeof default_13;
|
|
739
|
+
info: TypeOpen;
|
|
740
|
+
error: TypeOpen;
|
|
741
|
+
destroy: (key?: Key | undefined) => void;
|
|
742
|
+
config: (config: ConfigOptions) => void;
|
|
743
|
+
success: TypeOpen;
|
|
744
|
+
open: (config: MessageArgsProps) => MessageType;
|
|
745
|
+
loading: TypeOpen;
|
|
746
|
+
warning: TypeOpen;
|
|
747
|
+
};
|
|
748
|
+
|
|
749
|
+
export { message }
|
|
622
750
|
|
|
623
751
|
export { MessageQuestionIcon }
|
|
624
752
|
|
|
625
|
-
export declare const Modal:
|
|
753
|
+
export declare const Modal: {
|
|
754
|
+
(props: IModalProps): JSX_2.Element;
|
|
755
|
+
info: ModalFunc;
|
|
756
|
+
success: ModalFunc;
|
|
757
|
+
confirm: ModalFunc;
|
|
758
|
+
warning: ModalFunc;
|
|
759
|
+
error: ModalFunc;
|
|
760
|
+
config: typeof modalGlobalConfig;
|
|
761
|
+
destroyAll: () => void;
|
|
762
|
+
useModal: typeof default_10;
|
|
763
|
+
};
|
|
626
764
|
|
|
627
765
|
export { MpLogoIcon }
|
|
628
766
|
|
|
629
|
-
|
|
767
|
+
export { notification }
|
|
768
|
+
|
|
769
|
+
declare const Notification_2: {
|
|
770
|
+
(props: INotificationProps): JSX_2.Element;
|
|
771
|
+
useNotification: typeof default_11;
|
|
772
|
+
warning: (config: NotificationArgsProps) => void;
|
|
773
|
+
open: (config: NotificationArgsProps) => void;
|
|
774
|
+
info: (config: NotificationArgsProps) => void;
|
|
775
|
+
config: (config: GlobalConfigProps) => void;
|
|
776
|
+
destroy: (key?: Key | undefined) => void;
|
|
777
|
+
error: (config: NotificationArgsProps) => void;
|
|
778
|
+
success: (config: NotificationArgsProps) => void;
|
|
779
|
+
};
|
|
630
780
|
export { Notification_2 as Notification }
|
|
631
781
|
|
|
632
782
|
export declare const Pagination: (props: IPaginationProps) => JSX_2.Element;
|
|
@@ -647,7 +797,12 @@ export declare const Radio: {
|
|
|
647
797
|
|
|
648
798
|
export declare const Rate: (props: IRateProps) => JSX_2.Element;
|
|
649
799
|
|
|
650
|
-
export declare const Result:
|
|
800
|
+
export declare const Result: {
|
|
801
|
+
(props: IResultProps): JSX_2.Element;
|
|
802
|
+
PRESENTED_IMAGE_403: FC<{}>;
|
|
803
|
+
PRESENTED_IMAGE_404: FC<{}>;
|
|
804
|
+
PRESENTED_IMAGE_500: FC<{}>;
|
|
805
|
+
};
|
|
651
806
|
|
|
652
807
|
export { Row }
|
|
653
808
|
|
|
@@ -655,25 +810,45 @@ export { SearchIcon }
|
|
|
655
810
|
|
|
656
811
|
export declare const Segmented: (props: ISegmentedProps) => JSX_2.Element;
|
|
657
812
|
|
|
658
|
-
export declare const Select:
|
|
813
|
+
export declare const Select: {
|
|
814
|
+
(props: ISelectProps): JSX_2.Element;
|
|
815
|
+
Option: OptionFC;
|
|
816
|
+
OptGroup: OptionGroupFC;
|
|
817
|
+
};
|
|
659
818
|
|
|
660
819
|
export { ShieldKeyholeIcon }
|
|
661
820
|
|
|
662
821
|
export { SiteMapIcon }
|
|
663
822
|
|
|
664
|
-
export declare const Skeleton:
|
|
823
|
+
export declare const Skeleton: {
|
|
824
|
+
(props: ISkeletonProps): JSX_2.Element;
|
|
825
|
+
Avatar: FC<AvatarProps_2>;
|
|
826
|
+
Button: FC<SkeletonButtonProps>;
|
|
827
|
+
Node: FC<SkeletonNodeProps>;
|
|
828
|
+
Image: FC<SkeletonImageProps>;
|
|
829
|
+
Input: FC<SkeletonInputProps>;
|
|
830
|
+
};
|
|
665
831
|
|
|
666
832
|
export declare const Slider: (props: ISliderProps) => JSX_2.Element;
|
|
667
833
|
|
|
668
|
-
export declare const Space:
|
|
834
|
+
export declare const Space: {
|
|
835
|
+
(props: ISpaceProps): JSX_2.Element;
|
|
836
|
+
Compact: FC<SpaceCompactProps>;
|
|
837
|
+
};
|
|
669
838
|
|
|
670
839
|
export { SparklesIcon }
|
|
671
840
|
|
|
672
|
-
export declare const Spin:
|
|
841
|
+
export declare const Spin: {
|
|
842
|
+
(props: ISpinProps): JSX_2.Element;
|
|
843
|
+
setDefaultIndicator: (indicator: ReactNode) => void;
|
|
844
|
+
};
|
|
673
845
|
|
|
674
846
|
export { SplitIcon }
|
|
675
847
|
|
|
676
|
-
export declare const Statistic:
|
|
848
|
+
export declare const Statistic: {
|
|
849
|
+
(props: IStatisticProps): JSX_2.Element;
|
|
850
|
+
Countdown: NamedExoticComponent<CountdownProps>;
|
|
851
|
+
};
|
|
677
852
|
|
|
678
853
|
export declare const Steps: (props: IStepsProps) => JSX_2.Element;
|
|
679
854
|
|
|
@@ -683,30 +858,75 @@ export declare function SuiteLogo(props: IGlobalNavigationLogo_3): JSX_2.Element
|
|
|
683
858
|
|
|
684
859
|
export declare const Switch: (props: ISwitchProps) => JSX_2.Element;
|
|
685
860
|
|
|
686
|
-
export declare const Table:
|
|
861
|
+
export declare const Table: {
|
|
862
|
+
(props: ITableProps): JSX_2.Element;
|
|
863
|
+
Column: typeof default_7;
|
|
864
|
+
ColumnGroup: typeof default_8;
|
|
865
|
+
Summary: typeof default_9;
|
|
866
|
+
EXPAND_COLUMN: {};
|
|
867
|
+
SELECTION_NONE: "SELECT_NONE";
|
|
868
|
+
SELECTION_ALL: "SELECT_ALL";
|
|
869
|
+
SELECTION_INVERT: "SELECT_INVERT";
|
|
870
|
+
SELECTION_COLUMN: {};
|
|
871
|
+
};
|
|
687
872
|
|
|
688
|
-
export declare const Tabs:
|
|
873
|
+
export declare const Tabs: {
|
|
874
|
+
(props: ITabsProps): JSX_2.Element;
|
|
875
|
+
TabPane: FC<TabPaneProps>;
|
|
876
|
+
};
|
|
689
877
|
|
|
690
878
|
export declare const Tag: {
|
|
691
879
|
(props: ITagProps): JSX_2.Element;
|
|
692
880
|
CheckableTag: (props: CheckableTagProps) => JSX_2.Element;
|
|
693
881
|
};
|
|
694
882
|
|
|
695
|
-
export declare const Timeline:
|
|
883
|
+
export declare const Timeline: {
|
|
884
|
+
(props: ITimelineProps): JSX_2.Element;
|
|
885
|
+
Item: FC<TimelineItemProps>;
|
|
886
|
+
};
|
|
696
887
|
|
|
697
|
-
export declare const TimePicker:
|
|
888
|
+
export declare const TimePicker: {
|
|
889
|
+
(props: ITimePickerProps): JSX_2.Element;
|
|
890
|
+
RangePicker: ForwardRefExoticComponent<TimeRangePickerProps & RefAttributes<any>>;
|
|
891
|
+
};
|
|
698
892
|
|
|
699
893
|
export declare const Tooltip: (props: ITooltipProps) => JSX_2.Element;
|
|
700
894
|
|
|
701
895
|
export declare const Tour: (props: ITourProps) => JSX_2.Element;
|
|
702
896
|
|
|
703
|
-
export declare const Transfer:
|
|
897
|
+
export declare const Transfer: {
|
|
898
|
+
(props: ITransferProps): JSX_3.Element;
|
|
899
|
+
List: {
|
|
900
|
+
<RecordType_1 extends KeyWiseTransferItem>(props: TransferListProps<RecordType_1>): JSX_3.Element;
|
|
901
|
+
displayName: string;
|
|
902
|
+
};
|
|
903
|
+
Search: FC<TransferSearchProps>;
|
|
904
|
+
Operation: FC<TransferOperationProps>;
|
|
905
|
+
};
|
|
704
906
|
|
|
705
|
-
export declare const Tree:
|
|
907
|
+
export declare const Tree: {
|
|
908
|
+
(props: ITreeProps): JSX_2.Element;
|
|
909
|
+
DirectoryTree: (<T extends BasicDataNode | TreeDataNode = TreeDataNode>(props: DirectoryTreeProps<T> & {
|
|
910
|
+
children?: ReactNode;
|
|
911
|
+
} & RefAttributes<default_6<TreeDataNode>>) => ReactElement<any, string | JSXElementConstructor<any>>) & Pick<FC<{}>, "displayName">;
|
|
912
|
+
TreeNode: FC<TreeNodeProps_2<TreeDataNode>>;
|
|
913
|
+
};
|
|
706
914
|
|
|
707
|
-
export declare const TreeSelect:
|
|
915
|
+
export declare const TreeSelect: {
|
|
916
|
+
(props: ITreeSelectProps): JSX_2.Element;
|
|
917
|
+
TreeNode: FC<TreeNodeProps>;
|
|
918
|
+
SHOW_ALL: "SHOW_ALL";
|
|
919
|
+
SHOW_CHILD: "SHOW_CHILD";
|
|
920
|
+
SHOW_PARENT: "SHOW_PARENT";
|
|
921
|
+
};
|
|
708
922
|
|
|
709
|
-
export declare const Upload:
|
|
923
|
+
export declare const Upload: {
|
|
924
|
+
(props: IUploadProps): JSX_2.Element;
|
|
925
|
+
Dragger: ForwardRefExoticComponent<UploadProps<any> & {
|
|
926
|
+
height?: number | undefined;
|
|
927
|
+
} & RefAttributes<UploadRef<any>>>;
|
|
928
|
+
LIST_IGNORE: string;
|
|
929
|
+
};
|
|
710
930
|
|
|
711
931
|
export { UsersIcon }
|
|
712
932
|
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--blue: #1677ff;--purple: #722ED1;--cyan: #13C2C2;--green: #52C41A;--magenta: #EB2F96;--pink: #eb2f96;--red: #F5222D;--orange: #FA8C16;--yellow: #FADB14;--volcano: #FA541C;--geekblue: #2F54EB;--gold: #FAAD14;--lime: #A0D911;--color-primary: #3600d1;--color-success: #52c41a;--color-warning: #faad14;--color-error: #f5222d;--color-info: #1677ff;--color-link: #1677ff;--color-text-base: #0f0e0e;--color-bg-base: #fff;--font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-code: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--font-size: 14px;--line-width: 1px;--line-type: solid;--motion-unit: .1;--motion-base: 0;--motion-ease-out-circ: cubic-bezier(.08, .82, .17, 1);--motion-ease-in-out-circ: cubic-bezier(.78, .14, .15, .86);--motion-ease-out: cubic-bezier(.215, .61, .355, 1);--motion-ease-in-out: cubic-bezier(.645, .045, .355, 1);--motion-ease-out-back: cubic-bezier(.12, .4, .29, 1.46);--motion-ease-in-back: cubic-bezier(.71, -.46, .88, .6);--motion-ease-in-quint: cubic-bezier(.755, .05, .855, .06);--motion-ease-out-quint: cubic-bezier(.23, 1, .32, 1);--border-radius: 8px;--size-unit: 4px;--size-step: 4px;--size-popup-arrow: 16px;--control-height: 32px;--z-index-base: 0;--z-index-popup-base: 1000;--opacity-image: 1;--wireframe: false;--motion: true;--color-link-hover: #ab8eff;--control-outline: rgba(.21176470816135406, 0, .8196078538894653, .10000000149011612);--color-warning-outline: #fffbe6;--color-error-outline: #fff1f0;--control-item-bg-hover: #f8f6fb;--control-item-bg-active: #ebe8f8;--control-item-bg-active-hover: #c3aeff;--color-text: #0f0e0e;--color-text-secondary: #212020;--color-text-tertiary: #2c2d2b;--color-text-quaternary: #505249;--color-fill: #dcdcd8;--color-fill-secondary: #ebe8f8;--color-fill-tertiary: #faf9f8;--color-fill-quaternary: #f8f6fb;--color-bg-layout: #fff;--color-bg-spotlight: #2c2d2b;--color-border: #c3aeff;--color-border-secondary: #eceae9;--color-split: #eceae9;--color-primary-bg: #f8f6fb;--color-primary-bg-hover: #ebe8f8;--color-primary-border: #c3aeff;--color-primary-border-hover: #ab8eff;--color-primary-hover: #ab8eff;--color-primary-active: #8255ff;--color-primary-text-hover: #5f29f8;--color-primary-text: #2c00aa;--color-primary-text-active: #20007a;--color-success-hover: #73d13d;--color-success-text-hover: #237804;--color-success-text: #135200;--color-success-text-active: #092b00;--color-warning-hover: #ffc53d;--color-warning-text-hover: #ad6800;--color-warning-text: #874d00;--color-warning-text-active: #613400;--color-error-bg: #fff1f0;--color-error-bg-hover: #ffccc7;--color-error-border: #ffa39e;--color-error-border-hover: #ff7875;--color-error-hover: #ff4d4f;--color-error-active: #cf1322;--color-error-text-hover: #a8071a;--color-error-text: #820014;--color-error-text-active: #5c0011;--color-bg-mask: #babbb5;--border-radius-lg: 16px;--mp-brand-primary-1: #f8f6fb;--mp-brand-primary-2: #ebe8f8;--mp-brand-primary-3: #dbceff;--mp-brand-primary-4: #c3aeff;--mp-brand-primary-5: #ab8eff;--mp-brand-primary-6: #8255ff;--mp-brand-primary-7: #5f29f8;--mp-brand-primary-8: #3600d1;--mp-brand-primary-9: #2c00aa;--mp-brand-primary-10: #20007a;--mp-brand-secondary-1: #fff;--mp-brand-secondary-2: #faf9f8;--mp-brand-secondary-3: #eceae9;--mp-brand-secondary-4: #dcdcd8;--mp-brand-secondary-5: #babbb5;--mp-brand-secondary-6: #717368;--mp-brand-secondary-7: #505249;--mp-brand-secondary-8: #2c2d2b;--mp-brand-secondary-9: #212020;--mp-brand-secondary-10: #0f0e0e;--mp-color-border-disabled: #dcdcd8;--blue1: #e6f4ff;--blue2: #bae0ff;--blue3: #91caff;--blue4: #69b1ff;--blue5: #4096ff;--blue6: #1677ff;--blue7: #0958d9;--blue8: #003eb3;--blue9: #002c8c;--blue10: #001d66;--purple1: #f9f0ff;--purple2: #efdbff;--purple3: #d3adf7;--purple4: #b37feb;--purple5: #9254de;--purple6: #722ed1;--purple7: #531dab;--purple8: #391085;--purple9: #22075e;--purple10: #120338;--cyan1: #e6fffb;--cyan2: #b5f5ec;--cyan3: #87e8de;--cyan4: #5cdbd3;--cyan5: #36cfc9;--cyan6: #13c2c2;--cyan7: #08979c;--cyan8: #006d75;--cyan9: #00474f;--cyan10: #002329;--green1: #f6ffed;--green2: #d9f7be;--green3: #b7eb8f;--green4: #95de64;--green5: #73d13d;--green6: #52c41a;--green7: #389e0d;--green8: #237804;--green9: #135200;--green10: #092b00;--magenta1: #fff0f6;--magenta2: #ffd6e7;--magenta3: #ffadd2;--magenta4: #ff85c0;--magenta5: #f759ab;--magenta6: #eb2f96;--magenta7: #c41d7f;--magenta8: #9e1068;--magenta9: #780650;--magenta10: #520339;--pink1: #fff0f6;--pink2: #ffd6e7;--pink3: #ffadd2;--pink4: #ff85c0;--pink5: #f759ab;--pink6: #eb2f96;--pink7: #c41d7f;--pink8: #9e1068;--pink9: #780650;--pink10: #520339;--red1: #fff1f0;--red2: #ffccc7;--red3: #ffa39e;--red4: #ff7875;--red5: #ff4d4f;--red6: #f5222d;--red7: #cf1322;--red8: #a8071a;--red9: #820014;--red10: #5c0011;--orange1: #fff7e6;--orange2: #ffe7ba;--orange3: #ffd591;--orange4: #ffc069;--orange5: #ffa940;--orange6: #fa8c16;--orange7: #d46b08;--orange8: #ad4e00;--orange9: #873800;--orange10: #612500;--yellow1: #feffe6;--yellow2: #ffffb8;--yellow3: #fffb8f;--yellow4: #fff566;--yellow5: #ffec3d;--yellow6: #fadb14;--yellow7: #d4b106;--yellow8: #ad8b00;--yellow9: #876800;--yellow10: #614700;--volcano1: #fff2e8;--volcano2: #ffd8bf;--volcano3: #ffbb96;--volcano4: #ff9c6e;--volcano5: #ff7a45;--volcano6: #fa541c;--volcano7: #d4380d;--volcano8: #ad2102;--volcano9: #871400;--volcano10: #610b00;--geekblue1: #f0f5ff;--geekblue2: #d6e4ff;--geekblue3: #adc6ff;--geekblue4: #85a5ff;--geekblue5: #597ef7;--geekblue6: #2f54eb;--geekblue7: #1d39c4;--geekblue8: #10239e;--geekblue9: #061178;--geekblue10: #030852;--gold1: #fffbe6;--gold2: #fff1b8;--gold3: #ffe58f;--gold4: #ffd666;--gold5: #ffc53d;--gold6: #faad14;--gold7: #d48806;--gold8: #ad6800;--gold9: #874d00;--gold10: #613400;--lime1: #fcffe6;--lime2: #f4ffb8;--lime3: #eaff8f;--lime4: #d3f261;--lime5: #bae637;--lime6: #a0d911;--lime7: #7cb305;--lime8: #5b8c00;--lime9: #3f6600;--lime10: #254000;--color-bg-container: #ffffff;--color-bg-elevated: #ffffff;--color-bg-blur: transparent;--color-success-bg: #f6ffed;--color-success-bg-hover: #d9f7be;--color-success-border: #b7eb8f;--color-success-border-hover: #95de64;--color-success-active: #389e0d;--color-warning-bg: #fffbe6;--color-warning-bg-hover: #fff1b8;--color-warning-border: #ffe58f;--color-warning-border-hover: #ffd666;--color-warning-active: #d48806;--color-info-bg: #e6f4ff;--color-info-bg-hover: #bae0ff;--color-info-border: #91caff;--color-info-border-hover: #69b1ff;--color-info-hover: #69b1ff;--color-info-active: #0958d9;--color-info-text-hover: #4096ff;--color-info-text: #1677ff;--color-info-text-active: #0958d9;--color-link-active: #0958d9;--color-white: #fff;--font-size-sm: 12px;--font-size-lg: 16px;--font-size-xl: 20px;--font-size-heading1: 38px;--font-size-heading2: 30px;--font-size-heading3: 24px;--font-size-heading4: 20px;--font-size-heading5: 16px;--line-height: 1.5714285714285714;--line-height-lg: 1.5;--line-height-sm: 1.6666666666666667;--font-height: 22px;--font-height-lg: 24px;--font-height-sm: 20px;--line-height-heading1: 1.2105263157894737;--line-height-heading2: 1.2666666666666666;--line-height-heading3: 1.3333333333333333;--line-height-heading4: 1.4;--line-height-heading5: 1.5;--size-xxl: 48px;--size-xl: 32px;--size-lg: 24px;--size-md: 20px;--size-ms: 16px;--size: 16rem;--size-sm: 12px;--size-xs: 8px;--size-xxs: 4px;--control-height-sm: 24px;--control-height-xs: 16px;--control-height-lg: 40px;--motion-duration-fast: .1s;--motion-duration-mid: .2s;--motion-duration-slow: .3s;--line-width-bold: 2px;--border-radius-xs: 2px;--border-radius-sm: 6px;--border-radius-outer: 6px;--color-fill-content: #ebe8f8;--color-fill-content-hover: #dcdcd8;--color-fill-alter: #f8f6fb;--color-bg-container-disabled: #faf9f8;--color-border-bg: #ffffff;--color-text-placeholder: #505249;--color-text-disabled: #505249;--color-text-heading: #0f0e0e;--color-text-label: #212020;--color-text-description: #2c2d2b;--color-text-light-solid: #fff;--color-highlight: #f5222d;--color-bg-text-hover: #ebe8f8;--color-bg-text-active: #dcdcd8;--color-icon: #2c2d2b;--color-icon-hover: #0f0e0e;--font-size-icon: 12px;--line-width-focus: 4px;--control-outline-width: 2px;--control-interactive-size: 16px;--control-item-bg-active-disabled: #dcdcd8;--control-tmp-outline: #f8f6fb;--font-weight-strong: 600;--opacity-loading: .65;--link-decoration: none;--link-hover-decoration: none;--link-focus-decoration: none;--control-padding-horizontal: 12px;--control-padding-horizontal-sm: 8px;--padding-xxs: 4px;--padding-xs: 8px;--padding-sm: 12px;--padding: 16px;--padding-md: 20px;--padding-lg: 24px;--padding-xl: 32px;--padding-content-horizontal-lg: 24px;--padding-content-vertical-lg: 16px;--padding-content-horizontal: 16px;--padding-content-vertical: 12px;--padding-content-horizontal-sm: 16px;--padding-content-vertical-sm: 8px;--margin-xxs: 4px;--margin-xs: 8px;--margin-sm: 12px;--margin: 16px;--margin-md: 20px;--margin-lg: 24px;--margin-xl: 32px;--margin-xxl: 48px;--box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02) ;--screen-xs: 480px;--screen-xs-min: 480px;--screen-xs-max: 575px;--screen-sm: 576px;--screen-sm-min: 576px;--screen-sm-max: 767px;--screen-md: 768px;--screen-md-min: 768px;--screen-md-max: 991px;--screen-lg: 992px;--screen-lg-min: 992px;--screen-lg-max: 1199px;--screen-xl: 1200px;--screen-xl-min: 1200px;--screen-xl-max: 1599px;--screen-xxl: 1600px;--screen-xxl-min: 1600px;--box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, .05);--box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09) ;--box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, .08), -3px 0 6px -4px rgba(0, 0, 0, .12), -9px 0 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, .08), 3px 0 6px -4px rgba(0, 0, 0, .12), 9px 0 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, .08), 0 -3px 6px -4px rgba(0, 0, 0, .12), 0 -9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, .08);--box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, .08);--box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, .08);--box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, .08)}:root{--nav-item-height: 56px;--nav-item-width: 82px;--nav-width: 90px;--suite-logo-height: 82px}.globalNavigation{width:var(--nav-width);min-height:100%;background-color:#fff!important;border-right:1px solid var(--color-border-secondary);box-shadow:0 2px 4px #00000005,0 1px 6px -1px #00000005,0 1px 2px #00000008;position:absolute;top:0;bottom:0;overflow:hidden auto}.globalNavigation__sider{min-height:100%;background-color:#fff!important}.globalNavigation__item{height:var(--nav-item-height)!important;width:var(--nav-width);margin:0;padding:0;gap:var(--margin-xxs);border-radius:0!important;border-left:solid 3px transparent;border-right:solid 3px transparent;cursor:pointer;transition:none!important}.globalNavigation__item:hover{background-color:var(--control-item-bg-hover)!important}.globalNavigation__item:focus,.globalNavigation__item:active{background-color:var(--control-item-bg-active)}.globalNavigation__item .ant-menu-submenu-title{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:var(--nav-item-height)!important;padding:0!important;margin:0!important;background-color:transparent!important}.globalNavigation__item .ant-menu-title-content{text-wrap:normal;margin-inline-start:0!important;opacity:1!important}.globalNavigation__item.globalNavigation__item--workspaceSelector:hover{background-color:initial}.globalNavigation__item.globalNavigation__item--createNew{border:none!important}.globalNavigation__item.globalNavigation__item--createNew:hover{background-color:initial!important}.globalNavigation__item.globalNavigation__item--createNew .ant-menu-item-icon{pointer-events:initial!important}.globalNavigation__item.globalNavigation__item--createNew .ant-button:hover{border-color:var(--color-primary-hover)!important}.globalNavigation__item.globalNavigation__item--active{border-left-color:var(--color-primary);background-color:var(--color-bg-text-hover)}.globalNavigation__search{width:100%}.globalNavigation__searchButtonWrapper,.navigationCreate__popupButtonWrapper{height:var(--nav-item-height)}.globalNavigation__searchButton,.navigationCreate__popupButton{box-shadow:0 2px #3600d11a}.navigationCreate__popupIcon,.globalNavigation__searchIcon{width:var(--size-lg)!important;height:var(--size-lg)!important}.navigationCreate__lockIcon{margin-left:var(--padding-xs);width:var(--size-sm)!important;height:var(--size-sm)!important}.globalNavigation__searchButton{padding-inline:var(--padding-xs) var(--padding-xs)!important}.globalNavigation__popup .ant-menu-item-group-title{margin:0 var(--margin-xxs)!important;padding:var(--padding-xs) var(--padding) 0!important;user-select:none;color:var(--color-primary-text)!important;font-size:12px!important;font-weight:500;line-height:20px}.globalNavigation__popup.globalNavigation__popup--navigationCreate{width:290px!important}.globalNavigation__popup.globalNavigation__popup--navigationCreate .ant-menu-item-group-title{border-top:1px solid var(--color-border-secondary);color:var(--color-primary-text)!important}.navigationCreate__item{height:100%!important;min-height:100%!important;padding:var(--padding-xxs) 0}.navigationCreate__item .ant-flex{gap:0}.navigationCreate__item.navigationCreate__item--disabled{cursor:default!important}.navigationCreate__item.navigationCreate__item--disabled:hover{background-color:initial!important}.navigationCreate__item.navigationCreate__item--disabled .navigationCreate__itemTitle,.navigationCreate__item.navigationCreate__item--disabled .navigationCreate__itemDescription{color:var(--color-text-disabled)!important}.navigationCreate__itemTitle{color:var(--color-text-heading);font-size:14px;font-weight:400;line-height:22px}.navigationCreate__itemDescription{color:var(--color-text-description);font-size:12px;line-height:20px;white-space:normal!important;padding:var(--padding-xs) 0}.navigationCreate__itemLoading,.navigationCreate__itemLock{padding-left:var(--padding-sm)}.navigationCreate__itemLock{width:var(--size-sm);height:var(--size-sm)}.globalNavigation__menu{height:var(--nav-item-height)!important;width:100%;border-inline-end:initial!important}.globalNavigation__menu .globalNavigation__icon{height:100%;width:20px}.globalNavigation__icon.globalNavigation__icon--suiteLogo{padding-bottom:var(--padding-xxs)}.globalNavigation__icon.globalNavigation__icon--suiteLogo svg{width:20px;height:20px}.globalNavigation__menu .globalNavigation__iconLabel{margin-top:var(--margin-xxs)}.globalNavigation__iconLabel{color:var(--color-text);font-size:10px}.globalNavigation__badge{border:solid 1px var(--color-border);border-radius:var(--border-radius-sm);padding:1px var(--padding-content-vertical-sm);box-shadow:none!important}.globalNavigation__badge .ant-badge-count{color:var(--color-text)!important;background:transparent!important;box-shadow:none!important}.ant-badge-color-red{color:var(--color-error)!important;background:var(--color-error)!important}.ant-menu-item-selected{background-color:revert!important;color:revert!important}.globalNavigation__headerItem{width:var(--control-height-lg);height:var(--control-height-lg)!important;padding:0 var(--padding-sm);border-radius:var(--border-radius-lg);border:1px solid var(--color-border, #c3aeff)}.globalNavigation__suiteLogo{min-height:var(--suite-logo-height);min-width:var(--nav-width);padding:var(--padding-md) 0;color:#000;font-size:var(--font-size-sm);font-weight:400;cursor:pointer}.globalNavigation__divider{border-bottom:1px solid var(--color-border-secondary);margin-right:var(--margin-sm);margin-left:var(--margin-sm);margin-bottom:var(--margin-md)}.globalNavigation__mpHome{padding:var(--padding-lg, 20px);margin-top:var(--margin-xs);width:var(--nav-width);height:var(--nav-item-height);background-color:#000;color:#fff;cursor:pointer}.globalNavigation__mpSvg{width:28px;height:var(--size-lg)}.u-display-none{display:none!important}:root{--workspace-selector-height: 400px;--workspace-selector-search-height: 36px;--workspace-selector-signout-height: 40px;--workspace-selector-items-height: calc( var(--workspace-selector-height) - var(--workspace-selector-search-height) - var(--workspace-selector-signout-height) )}.workspaceSelector__search{position:sticky!important;bottom:var(--workspace-selector-search-height);z-index:1;width:100%!important;background-color:#fff!important;margin-bottom:var(--margin-xxs)}.workspaceSelector__noResults{height:var(--workspace-selector-items-height);pointer-events:none}.workspaceSelector__noResults .ant-result-title{font-size:var(--font-size)}.workspaceSelector__menuItem{display:flex;justify-content:center;align-items:center}.workspaceSelector__avatar{color:#fff!important}.workspaceSelector__popover{padding:var(--padding-xxs)!important}.workspaceSelector__popoverContent{height:var(--workspace-selector-height);width:200px}.workspaceSelector__itemsList{list-style:none;padding-left:0;margin-left:0;margin-block-start:0;overflow:auto;height:var(--workspace-selector-items-height);margin-bottom:var(--margin-xxs)}.workspaceSelector__orgName{color:var(--color-primary);pointer-events:none;padding:var(--padding-xs) var(--padding) 0;font-weight:var(--font-weight-strong)}.workspaceSelector__orgName:not(:first-child){border-top:1px solid var(--color-border-secondary)}.workspaceSelector__accountName{pointer-events:none;padding:var(--padding-xs) var(--padding-xs) var(--padding-xs) var(--padding)}.workspaceSelector__workspaceName{padding-top:var(--padding-xs);padding-bottom:var(--padding-xs);padding-left:calc(var(--padding-sm) + var(--padding))!important;border-radius:var(--border-radius-sm);cursor:pointer}.workspaceSelector__workspaceName:hover{background-color:var(--control-item-bg-hover)}.workspaceSelector__workspaceName.workspaceSelector__workspaceName--active,.workspaceSelector__workspaceName:active{background:var(--control-item-bg-active)!important}.workspaceSelector__activeIcon{margin-right:var(--margin);margin-left:var(--margin-xs);width:var(--size-sm);min-width:var(--size-sm);height:var(--size-sm)}.workspaceSelector__orgName,.workspaceSelector__accountName{pointer-events:none}.workspaceSelector__orgName,.workspaceSelector__accountName,.workspaceSelector__workspaceName{margin-top:0!important;margin-bottom:0!important;overflow-wrap:anywhere}.workspaceSelector__signout{position:sticky!important;bottom:0;width:100%!important;padding:0 var(--padding-xxs)!important;margin:0!important;background-color:#fff!important;height:var(--workspace-selector-signout-height)}.workspaceSelector__signoutButtonContainer{width:calc(100% - var(--padding-xs));position:absolute;bottom:0;left:0;padding:var(--padding-xxs)}.workspaceSelector__signoutButton{width:100%}
|
|
1
|
+
:root{--blue: #1677ff;--purple: #722ED1;--cyan: #13C2C2;--green: #52C41A;--magenta: #EB2F96;--pink: #eb2f96;--red: #F5222D;--orange: #FA8C16;--yellow: #FADB14;--volcano: #FA541C;--geekblue: #2F54EB;--gold: #FAAD14;--lime: #A0D911;--color-primary: #3600d1;--color-success: #52c41a;--color-warning: #faad14;--color-error: #f5222d;--color-info: #1677ff;--color-link: #1677ff;--color-text-base: #0f0e0e;--color-bg-base: #fff;--font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-code: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;--font-size: 14px;--line-width: 1px;--line-type: solid;--motion-unit: .1;--motion-base: 0;--motion-ease-out-circ: cubic-bezier(.08, .82, .17, 1);--motion-ease-in-out-circ: cubic-bezier(.78, .14, .15, .86);--motion-ease-out: cubic-bezier(.215, .61, .355, 1);--motion-ease-in-out: cubic-bezier(.645, .045, .355, 1);--motion-ease-out-back: cubic-bezier(.12, .4, .29, 1.46);--motion-ease-in-back: cubic-bezier(.71, -.46, .88, .6);--motion-ease-in-quint: cubic-bezier(.755, .05, .855, .06);--motion-ease-out-quint: cubic-bezier(.23, 1, .32, 1);--border-radius: 8px;--size-unit: 4px;--size-step: 4px;--size-popup-arrow: 16px;--control-height: 32px;--z-index-base: 0;--z-index-popup-base: 1000;--opacity-image: 1;--wireframe: false;--motion: true;--color-link-hover: #ab8eff;--control-outline: rgba(.21176470816135406, 0, .8196078538894653, .1);--color-warning-outline: #fffbe6;--color-error-outline: #fff1f0;--control-item-bg-hover: #f8f6fb;--control-item-bg-active: #ebe8f8;--control-item-bg-active-hover: #c3aeff;--color-text: #0f0e0e;--color-text-secondary: #212020;--color-text-tertiary: #2c2d2b;--color-text-quaternary: #505249;--color-fill: #dcdcd8;--color-fill-secondary: #ebe8f8;--color-fill-tertiary: #faf9f8;--color-fill-quaternary: #f8f6fb;--color-bg-layout: #fff;--color-bg-spotlight: #2c2d2b;--color-border: #c3aeff;--color-border-secondary: #eceae9;--color-split: #eceae9;--color-primary-bg: #f8f6fb;--color-primary-bg-hover: #ebe8f8;--color-primary-border: #c3aeff;--color-primary-border-hover: #ab8eff;--color-primary-hover: #ab8eff;--color-primary-active: #8255ff;--color-primary-text-hover: #5f29f8;--color-primary-text: #2c00aa;--color-primary-text-active: #20007a;--color-success-hover: #73d13d;--color-success-text-hover: #237804;--color-success-text: #135200;--color-success-text-active: #092b00;--color-warning-hover: #ffc53d;--color-warning-text-hover: #ad6800;--color-warning-text: #874d00;--color-warning-text-active: #613400;--color-error-bg: #fff1f0;--color-error-bg-hover: #ffccc7;--color-error-border: #ffa39e;--color-error-border-hover: #ff7875;--color-error-hover: #ff4d4f;--color-error-active: #cf1322;--color-error-text-hover: #a8071a;--color-error-text: #820014;--color-error-text-active: #5c0011;--color-bg-mask: #babbb5;--border-radius-lg: 16px;--mp-brand-primary-1: #f8f6fb;--mp-brand-primary-2: #ebe8f8;--mp-brand-primary-3: #dbceff;--mp-brand-primary-4: #c3aeff;--mp-brand-primary-5: #ab8eff;--mp-brand-primary-6: #8255ff;--mp-brand-primary-7: #5f29f8;--mp-brand-primary-8: #3600d1;--mp-brand-primary-9: #2c00aa;--mp-brand-primary-10: #20007a;--mp-brand-secondary-1: #fff;--mp-brand-secondary-2: #faf9f8;--mp-brand-secondary-3: #eceae9;--mp-brand-secondary-4: #dcdcd8;--mp-brand-secondary-5: #babbb5;--mp-brand-secondary-6: #717368;--mp-brand-secondary-7: #505249;--mp-brand-secondary-8: #2c2d2b;--mp-brand-secondary-9: #212020;--mp-brand-secondary-10: #0f0e0e;--mp-color-border-disabled: #dcdcd8;--blue1: #e6f4ff;--blue2: #bae0ff;--blue3: #91caff;--blue4: #69b1ff;--blue5: #4096ff;--blue6: #1677ff;--blue7: #0958d9;--blue8: #003eb3;--blue9: #002c8c;--blue10: #001d66;--purple1: #f9f0ff;--purple2: #efdbff;--purple3: #d3adf7;--purple4: #b37feb;--purple5: #9254de;--purple6: #722ed1;--purple7: #531dab;--purple8: #391085;--purple9: #22075e;--purple10: #120338;--cyan1: #e6fffb;--cyan2: #b5f5ec;--cyan3: #87e8de;--cyan4: #5cdbd3;--cyan5: #36cfc9;--cyan6: #13c2c2;--cyan7: #08979c;--cyan8: #006d75;--cyan9: #00474f;--cyan10: #002329;--green1: #f6ffed;--green2: #d9f7be;--green3: #b7eb8f;--green4: #95de64;--green5: #73d13d;--green6: #52c41a;--green7: #389e0d;--green8: #237804;--green9: #135200;--green10: #092b00;--magenta1: #fff0f6;--magenta2: #ffd6e7;--magenta3: #ffadd2;--magenta4: #ff85c0;--magenta5: #f759ab;--magenta6: #eb2f96;--magenta7: #c41d7f;--magenta8: #9e1068;--magenta9: #780650;--magenta10: #520339;--pink1: #fff0f6;--pink2: #ffd6e7;--pink3: #ffadd2;--pink4: #ff85c0;--pink5: #f759ab;--pink6: #eb2f96;--pink7: #c41d7f;--pink8: #9e1068;--pink9: #780650;--pink10: #520339;--red1: #fff1f0;--red2: #ffccc7;--red3: #ffa39e;--red4: #ff7875;--red5: #ff4d4f;--red6: #f5222d;--red7: #cf1322;--red8: #a8071a;--red9: #820014;--red10: #5c0011;--orange1: #fff7e6;--orange2: #ffe7ba;--orange3: #ffd591;--orange4: #ffc069;--orange5: #ffa940;--orange6: #fa8c16;--orange7: #d46b08;--orange8: #ad4e00;--orange9: #873800;--orange10: #612500;--yellow1: #feffe6;--yellow2: #ffffb8;--yellow3: #fffb8f;--yellow4: #fff566;--yellow5: #ffec3d;--yellow6: #fadb14;--yellow7: #d4b106;--yellow8: #ad8b00;--yellow9: #876800;--yellow10: #614700;--volcano1: #fff2e8;--volcano2: #ffd8bf;--volcano3: #ffbb96;--volcano4: #ff9c6e;--volcano5: #ff7a45;--volcano6: #fa541c;--volcano7: #d4380d;--volcano8: #ad2102;--volcano9: #871400;--volcano10: #610b00;--geekblue1: #f0f5ff;--geekblue2: #d6e4ff;--geekblue3: #adc6ff;--geekblue4: #85a5ff;--geekblue5: #597ef7;--geekblue6: #2f54eb;--geekblue7: #1d39c4;--geekblue8: #10239e;--geekblue9: #061178;--geekblue10: #030852;--gold1: #fffbe6;--gold2: #fff1b8;--gold3: #ffe58f;--gold4: #ffd666;--gold5: #ffc53d;--gold6: #faad14;--gold7: #d48806;--gold8: #ad6800;--gold9: #874d00;--gold10: #613400;--lime1: #fcffe6;--lime2: #f4ffb8;--lime3: #eaff8f;--lime4: #d3f261;--lime5: #bae637;--lime6: #a0d911;--lime7: #7cb305;--lime8: #5b8c00;--lime9: #3f6600;--lime10: #254000;--color-bg-container: #ffffff;--color-bg-elevated: #ffffff;--color-bg-blur: transparent;--color-success-bg: #f6ffed;--color-success-bg-hover: #d9f7be;--color-success-border: #b7eb8f;--color-success-border-hover: #95de64;--color-success-active: #389e0d;--color-warning-bg: #fffbe6;--color-warning-bg-hover: #fff1b8;--color-warning-border: #ffe58f;--color-warning-border-hover: #ffd666;--color-warning-active: #d48806;--color-info-bg: #e6f4ff;--color-info-bg-hover: #bae0ff;--color-info-border: #91caff;--color-info-border-hover: #69b1ff;--color-info-hover: #69b1ff;--color-info-active: #0958d9;--color-info-text-hover: #4096ff;--color-info-text: #1677ff;--color-info-text-active: #0958d9;--color-link-active: #0958d9;--color-white: #fff;--font-size-sm: 12px;--font-size-lg: 16px;--font-size-xl: 20px;--font-size-heading1: 38px;--font-size-heading2: 30px;--font-size-heading3: 24px;--font-size-heading4: 20px;--font-size-heading5: 16px;--line-height: 1.5714285714285714;--line-height-lg: 1.5;--line-height-sm: 1.6666666666666667;--font-height: 22px;--font-height-lg: 24px;--font-height-sm: 20px;--line-height-heading1: 1.2105263157894737;--line-height-heading2: 1.2666666666666666;--line-height-heading3: 1.3333333333333333;--line-height-heading4: 1.4;--line-height-heading5: 1.5;--size-xxl: 48px;--size-xl: 32px;--size-lg: 24px;--size-md: 20px;--size-ms: 16px;--size: 16rem;--size-sm: 12px;--size-xs: 8px;--size-xxs: 4px;--control-height-sm: 24px;--control-height-xs: 16px;--control-height-lg: 40px;--motion-duration-fast: .1s;--motion-duration-mid: .2s;--motion-duration-slow: .3s;--line-width-bold: 2px;--border-radius-xs: 2px;--border-radius-sm: 6px;--border-radius-outer: 6px;--color-fill-content: #ebe8f8;--color-fill-content-hover: #dcdcd8;--color-fill-alter: #f8f6fb;--color-bg-container-disabled: #faf9f8;--color-border-bg: #ffffff;--color-text-placeholder: #505249;--color-text-disabled: #505249;--color-text-heading: #0f0e0e;--color-text-label: #212020;--color-text-description: #2c2d2b;--color-text-light-solid: #fff;--color-highlight: #f5222d;--color-bg-text-hover: #ebe8f8;--color-bg-text-active: #dcdcd8;--color-icon: #2c2d2b;--color-icon-hover: #0f0e0e;--font-size-icon: 12px;--line-width-focus: 4px;--control-outline-width: 2px;--control-interactive-size: 16px;--control-item-bg-active-disabled: #dcdcd8;--control-tmp-outline: #f8f6fb;--font-weight-strong: 600;--opacity-loading: .65;--link-decoration: none;--link-hover-decoration: none;--link-focus-decoration: none;--control-padding-horizontal: 12px;--control-padding-horizontal-sm: 8px;--padding-xxs: 4px;--padding-xs: 8px;--padding-sm: 12px;--padding: 16px;--padding-md: 20px;--padding-lg: 24px;--padding-xl: 32px;--padding-content-horizontal-lg: 24px;--padding-content-vertical-lg: 16px;--padding-content-horizontal: 16px;--padding-content-vertical: 12px;--padding-content-horizontal-sm: 16px;--padding-content-vertical-sm: 8px;--margin-xxs: 4px;--margin-xs: 8px;--margin-sm: 12px;--margin: 16px;--margin-md: 20px;--margin-lg: 24px;--margin-xl: 32px;--margin-xxl: 48px;--box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02) ;--screen-xs: 480px;--screen-xs-min: 480px;--screen-xs-max: 575px;--screen-sm: 576px;--screen-sm-min: 576px;--screen-sm-max: 767px;--screen-md: 768px;--screen-md-min: 768px;--screen-md-max: 991px;--screen-lg: 992px;--screen-lg-min: 992px;--screen-lg-max: 1199px;--screen-xl: 1200px;--screen-xl-min: 1200px;--screen-xl-max: 1599px;--screen-xxl: 1600px;--screen-xxl-min: 1600px;--box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, .05);--box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09) ;--box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, .08), -3px 0 6px -4px rgba(0, 0, 0, .12), -9px 0 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, .08), 3px 0 6px -4px rgba(0, 0, 0, .12), 9px 0 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, .08), 0 -3px 6px -4px rgba(0, 0, 0, .12), 0 -9px 28px 8px rgba(0, 0, 0, .05) ;--box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, .08);--box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, .08);--box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, .08);--box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, .08)}:root{--nav-item-height: 56px;--nav-item-width: 82px;--nav-width: 90px;--suite-logo-height: 82px}.globalNavigation{width:var(--nav-width);min-height:100%;background-color:#fff!important;border-right:1px solid var(--color-border-secondary);box-shadow:0 2px 4px #00000005,0 1px 6px -1px #00000005,0 1px 2px #00000008;position:absolute;top:0;bottom:0;overflow:hidden auto}.globalNavigation__sider{min-height:100%;background-color:#fff!important}.globalNavigation__item{height:var(--nav-item-height)!important;width:var(--nav-width);margin:0;padding:0;gap:var(--margin-xxs);border-radius:0!important;border-left:solid 3px transparent;border-right:solid 3px transparent;cursor:pointer;transition:none!important}.globalNavigation__item:hover{background-color:var(--control-item-bg-hover)!important}.globalNavigation__item:focus,.globalNavigation__item:active{background-color:var(--control-item-bg-active)}.globalNavigation__item .ant-menu-submenu-title{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:var(--nav-item-height)!important;padding:0!important;margin:0!important;background-color:transparent!important}.globalNavigation__item .ant-menu-title-content{text-wrap:normal;margin-inline-start:0!important;opacity:1!important}.globalNavigation__item.globalNavigation__item--workspaceSelector:hover{background-color:initial}.globalNavigation__item.globalNavigation__item--createNew{border:none!important}.globalNavigation__item.globalNavigation__item--createNew:hover{background-color:initial!important}.globalNavigation__item.globalNavigation__item--createNew .ant-menu-item-icon{pointer-events:initial!important}.globalNavigation__item.globalNavigation__item--createNew .ant-button:hover{border-color:var(--color-primary-hover)!important}.globalNavigation__item.globalNavigation__item--active{border-left-color:var(--color-primary);background-color:var(--color-bg-text-hover)}.globalNavigation__search{width:100%}.globalNavigation__searchButtonWrapper,.navigationCreate__popupButtonWrapper{height:var(--nav-item-height)}.globalNavigation__searchButton,.navigationCreate__popupButton{box-shadow:0 2px #3600d11a}.navigationCreate__popupIcon,.globalNavigation__searchIcon{width:var(--size-lg)!important;height:var(--size-lg)!important}.navigationCreate__lockIcon{margin-left:var(--padding-xs);width:var(--size-sm)!important;height:var(--size-sm)!important}.globalNavigation__searchButton{padding-inline:var(--padding-xs) var(--padding-xs)!important}.globalNavigation__popup .ant-menu-item-group-title{margin:0 var(--margin-xxs)!important;padding:var(--padding-xs) var(--padding) 0!important;user-select:none;color:var(--color-primary-text)!important;font-size:12px!important;font-weight:500;line-height:20px}.globalNavigation__popup.globalNavigation__popup--navigationCreate{width:290px!important}.globalNavigation__popup.globalNavigation__popup--navigationCreate .ant-menu-item-group-title{border-top:1px solid var(--color-border-secondary);color:var(--color-primary-text)!important}.navigationCreate__item{height:100%!important;min-height:100%!important;padding:var(--padding-xxs) 0}.navigationCreate__item .ant-flex{gap:0}.navigationCreate__item.navigationCreate__item--disabled{cursor:default!important}.navigationCreate__item.navigationCreate__item--disabled:hover{background-color:initial!important}.navigationCreate__item.navigationCreate__item--disabled .navigationCreate__itemTitle,.navigationCreate__item.navigationCreate__item--disabled .navigationCreate__itemDescription{color:var(--color-text-disabled)!important}.navigationCreate__itemTitle{color:var(--color-text-heading);font-size:14px;font-weight:400;line-height:22px}.navigationCreate__itemDescription{color:var(--color-text-description);font-size:12px;line-height:20px;white-space:normal!important;padding:var(--padding-xs) 0}.navigationCreate__itemLoading,.navigationCreate__itemLock{padding-left:var(--padding-sm)}.navigationCreate__itemLock{width:var(--size-sm);height:var(--size-sm)}.globalNavigation__menu{height:var(--nav-item-height)!important;width:100%;border-inline-end:initial!important}.globalNavigation__menu .globalNavigation__icon{height:100%;width:20px}.globalNavigation__icon.globalNavigation__icon--suiteLogo{padding-bottom:var(--padding-xxs)}.globalNavigation__icon.globalNavigation__icon--suiteLogo svg{width:20px;height:20px}.globalNavigation__menu .globalNavigation__iconLabel{margin-top:var(--margin-xxs)}.globalNavigation__iconLabel{color:var(--color-text);font-size:10px}.globalNavigation__badge{border:solid 1px var(--color-border);border-radius:var(--border-radius-sm);padding:1px var(--padding-content-vertical-sm);box-shadow:none!important}.globalNavigation__badge .ant-badge-count{color:var(--color-text)!important;background:transparent!important;box-shadow:none!important}.ant-badge-color-red{color:var(--color-error)!important;background:var(--color-error)!important}.ant-menu-item-selected{background-color:revert!important;color:revert!important}.globalNavigation__headerItem{width:var(--control-height-lg);height:var(--control-height-lg)!important;padding:0 var(--padding-sm);border-radius:var(--border-radius-lg);border:1px solid var(--color-border, #c3aeff)}.globalNavigation__suiteLogo{min-height:var(--suite-logo-height);min-width:var(--nav-width);padding:var(--padding-md) 0;color:#000;font-size:var(--font-size-sm);font-weight:400;cursor:pointer}.globalNavigation__divider{border-bottom:1px solid var(--color-border-secondary);margin-right:var(--margin-sm);margin-left:var(--margin-sm);margin-bottom:var(--margin-md)}.globalNavigation__mpHome{padding:var(--padding-lg, 20px);margin-top:var(--margin-xs);width:var(--nav-width);height:var(--nav-item-height);background-color:#000;color:#fff;cursor:pointer}.globalNavigation__mpSvg{width:28px;height:var(--size-lg)}.u-display-none{display:none!important}:root{--workspace-selector-height: 400px;--workspace-selector-search-height: 36px;--workspace-selector-signout-height: 40px;--workspace-selector-items-height: calc( var(--workspace-selector-height) - var(--workspace-selector-search-height) - var(--workspace-selector-signout-height) )}.workspaceSelector__search{position:sticky!important;bottom:var(--workspace-selector-search-height);z-index:1;width:100%!important;background-color:#fff!important;margin-bottom:var(--margin-xxs)}.workspaceSelector__noResults{height:var(--workspace-selector-items-height);pointer-events:none}.workspaceSelector__noResults .ant-result-title{font-size:var(--font-size)}.workspaceSelector__menuItem{display:flex;justify-content:center;align-items:center}.workspaceSelector__avatar{color:#fff!important}.workspaceSelector__popover{padding:var(--padding-xxs)!important}.workspaceSelector__popoverContent{height:var(--workspace-selector-height);width:200px}.workspaceSelector__itemsList{list-style:none;padding-left:0;margin-left:0;margin-block-start:0;overflow:auto;height:var(--workspace-selector-items-height);margin-bottom:var(--margin-xxs)}.workspaceSelector__orgName{color:var(--color-primary);pointer-events:none;padding:var(--padding-xs) var(--padding) 0;font-weight:var(--font-weight-strong)}.workspaceSelector__orgName:not(:first-child){border-top:1px solid var(--color-border-secondary)}.workspaceSelector__accountName{pointer-events:none;padding:var(--padding-xs) var(--padding-xs) var(--padding-xs) var(--padding)}.workspaceSelector__workspaceName{padding-top:var(--padding-xs);padding-bottom:var(--padding-xs);padding-left:calc(var(--padding-sm) + var(--padding))!important;border-radius:var(--border-radius-sm);cursor:pointer}.workspaceSelector__workspaceName:hover{background-color:var(--control-item-bg-hover)}.workspaceSelector__workspaceName.workspaceSelector__workspaceName--active,.workspaceSelector__workspaceName:active{background:var(--control-item-bg-active)!important}.workspaceSelector__activeIcon{margin-right:var(--margin);margin-left:var(--margin-xs);width:var(--size-sm);min-width:var(--size-sm);height:var(--size-sm)}.workspaceSelector__orgName,.workspaceSelector__accountName{pointer-events:none}.workspaceSelector__orgName,.workspaceSelector__accountName,.workspaceSelector__workspaceName{margin-top:0!important;margin-bottom:0!important;overflow-wrap:anywhere}.workspaceSelector__signout{position:sticky!important;bottom:0;width:100%!important;padding:0 var(--padding-xxs)!important;margin:0!important;background-color:#fff!important;height:var(--workspace-selector-signout-height)}.workspaceSelector__signoutButtonContainer{width:calc(100% - var(--padding-xs));position:absolute;bottom:0;left:0;padding:var(--padding-xxs)}.workspaceSelector__signoutButton{width:100%}
|