@mparticle/aquarium 1.8.3-dev.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 +589 -28591
- package/dist/aquarium.umd.cjs +2 -300
- package/dist/index.d.ts +257 -40
- package/dist/style.css +1 -1
- package/dist/style.ts +1 -1
- package/package.json +11 -16
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,20 +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';
|
|
103
|
-
import {
|
|
132
|
+
import { MenuItemGroup } from 'rc-menu';
|
|
104
133
|
import { MenuItemGroupType } from 'antd/es/menu/hooks/useItems';
|
|
134
|
+
import { MenuItemProps } from 'antd';
|
|
105
135
|
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
106
136
|
import { MenuProps } from 'antd';
|
|
137
|
+
import { message } from 'antd';
|
|
107
138
|
import { MessageArgsProps } from 'antd';
|
|
108
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';
|
|
109
143
|
import { ModalProps } from 'antd';
|
|
110
144
|
import MpLogoIcon from '../../../../../../../../src/assets/svg/mpLogo.svg?react';
|
|
145
|
+
import { NamedExoticComponent } from 'react';
|
|
146
|
+
import { notification } from 'antd';
|
|
111
147
|
import { NotificationArgsProps } from 'antd';
|
|
148
|
+
import { OptionFC } from 'rc-select/lib/Option';
|
|
149
|
+
import { OptionGroupFC } from 'rc-select/lib/OptGroup';
|
|
112
150
|
import { PaginationProps } from 'antd';
|
|
113
151
|
import { PasswordProps } from 'antd/es/input';
|
|
114
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';
|
|
115
157
|
import { PopconfirmProps } from 'antd';
|
|
116
158
|
import { PopoverProps } from 'antd';
|
|
117
159
|
import { ProgressProps } from 'antd';
|
|
@@ -119,6 +161,7 @@ import { QRCodeProps } from 'antd';
|
|
|
119
161
|
import { RadioButtonProps } from 'antd/es/radio/radioButton';
|
|
120
162
|
import { RadioGroupProps } from 'antd';
|
|
121
163
|
import { RadioProps } from 'antd';
|
|
164
|
+
import { RangePickerProps } from 'rc-picker';
|
|
122
165
|
import { RateProps } from 'antd';
|
|
123
166
|
import { ReactElement } from 'react';
|
|
124
167
|
import { ReactNode } from 'react';
|
|
@@ -133,31 +176,48 @@ import { SelectProps } from 'antd';
|
|
|
133
176
|
import ShieldKeyholeIcon from '../../../../../../../../src/assets/svg/shield-keyhole.svg?react';
|
|
134
177
|
import { SiderProps } from 'antd';
|
|
135
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';
|
|
136
183
|
import { SkeletonProps } from 'antd';
|
|
137
184
|
import { SliderRangeProps } from 'antd/es/slider';
|
|
138
185
|
import { SliderSingleProps } from 'antd/es/slider';
|
|
186
|
+
import { SpaceCompactProps } from 'antd/es/space/Compact';
|
|
139
187
|
import { SpaceProps } from 'antd';
|
|
140
188
|
import SparklesIcon from '../../../../../../../../src/assets/svg/sparkles.svg?react';
|
|
141
189
|
import { SpinProps } from 'antd';
|
|
142
190
|
import SplitIcon from '../../../../../../../../src/assets/svg/split.svg?react';
|
|
143
191
|
import { StatisticProps } from 'antd';
|
|
144
192
|
import { StepsProps } from 'antd';
|
|
193
|
+
import { SubMenuProps } from 'antd';
|
|
145
194
|
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
146
195
|
import { SwitchProps } from 'antd';
|
|
147
196
|
import { TableProps } from 'antd';
|
|
197
|
+
import { TabPaneProps } from 'antd';
|
|
148
198
|
import { TabsProps } from 'antd';
|
|
149
199
|
import { TagProps } from 'antd';
|
|
150
200
|
import { TextAreaProps } from 'antd/es/input';
|
|
151
201
|
import { TextAreaRef } from 'antd/es/input/TextArea';
|
|
202
|
+
import { TimelineItemProps } from 'antd';
|
|
152
203
|
import { TimelineProps } from 'antd';
|
|
153
204
|
import { TimePickerProps } from 'antd';
|
|
205
|
+
import { TimeRangePickerProps } from 'antd';
|
|
154
206
|
import { TooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
155
207
|
import { TourProps } from 'antd';
|
|
208
|
+
import { TransferListProps } from 'antd/es/transfer';
|
|
209
|
+
import { TransferOperationProps } from 'antd/es/transfer';
|
|
156
210
|
import { TransferProps } from 'antd';
|
|
211
|
+
import { TransferSearchProps } from 'antd/es/transfer';
|
|
157
212
|
import { TreeDataNode } from 'antd';
|
|
213
|
+
import { TreeNodeProps } from 'rc-tree-select/lib/TreeNode';
|
|
214
|
+
import { TreeNodeProps as TreeNodeProps_2 } from 'rc-tree';
|
|
158
215
|
import { TreeProps } from 'antd';
|
|
159
216
|
import { TreeSelectProps } from 'antd';
|
|
217
|
+
import { TypeOpen } from 'antd/es/message/interface';
|
|
160
218
|
import { UploadProps } from 'antd';
|
|
219
|
+
import { UploadRef } from 'antd/es/upload/Upload';
|
|
220
|
+
import { useAppProps } from 'antd/es/app/context';
|
|
161
221
|
import { useForm } from 'antd/es/form/Form';
|
|
162
222
|
import UsersIcon from '../../../../../../../../src/assets/svg/users.svg?react';
|
|
163
223
|
import { WatermarkProps } from 'antd';
|
|
@@ -169,18 +229,24 @@ export declare const Affix: (props: IAffixProps) => JSX_2.Element;
|
|
|
169
229
|
|
|
170
230
|
export declare const Alert: {
|
|
171
231
|
(props: IAlertProps): JSX_2.Element;
|
|
172
|
-
ErrorBoundary: typeof
|
|
232
|
+
ErrorBoundary: typeof default_12;
|
|
173
233
|
};
|
|
174
234
|
|
|
175
235
|
export { AlicornIcon }
|
|
176
236
|
|
|
177
237
|
export { AnalyticsIcon }
|
|
178
238
|
|
|
179
|
-
export declare const Anchor:
|
|
239
|
+
export declare const Anchor: {
|
|
240
|
+
(props: IAnchorProps): JSX_2.Element;
|
|
241
|
+
Link: FC<AnchorLinkProps>;
|
|
242
|
+
};
|
|
180
243
|
|
|
181
244
|
declare type AntDatePickerProps = PickerDateProps<Dayjs>;
|
|
182
245
|
|
|
183
|
-
export declare const App:
|
|
246
|
+
export declare const App: {
|
|
247
|
+
(props: IAppProps): JSX_2.Element;
|
|
248
|
+
useApp: () => useAppProps;
|
|
249
|
+
};
|
|
184
250
|
|
|
185
251
|
export declare const AutoComplete: (props: IAutoCompleteProps) => JSX_2.Element;
|
|
186
252
|
|
|
@@ -206,7 +272,10 @@ export declare const Button: {
|
|
|
206
272
|
Group: FC<ButtonGroupProps>;
|
|
207
273
|
};
|
|
208
274
|
|
|
209
|
-
export declare const Calendar:
|
|
275
|
+
export declare const Calendar: {
|
|
276
|
+
(props: ICalendarProps): JSX_2.Element;
|
|
277
|
+
generateCalendar: typeof default_5;
|
|
278
|
+
};
|
|
210
279
|
|
|
211
280
|
export declare const Card: {
|
|
212
281
|
(props: ICardProps): JSX_2.Element;
|
|
@@ -244,17 +313,50 @@ export { CloudIcon }
|
|
|
244
313
|
|
|
245
314
|
export { Col }
|
|
246
315
|
|
|
247
|
-
export declare const Collapse:
|
|
316
|
+
export declare const Collapse: {
|
|
317
|
+
(props: ICollapseProps): JSX_2.Element;
|
|
318
|
+
Panel: ForwardRefExoticComponent<CollapsePanelProps & RefAttributes<HTMLDivElement>>;
|
|
319
|
+
};
|
|
248
320
|
|
|
249
321
|
export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
250
322
|
|
|
251
|
-
export
|
|
323
|
+
export { ConfigProvider }
|
|
252
324
|
|
|
253
325
|
export { ConnectionsIcon }
|
|
254
326
|
|
|
255
327
|
export { DatabaseIcon }
|
|
256
328
|
|
|
257
|
-
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
|
+
};
|
|
258
360
|
|
|
259
361
|
export declare const Descriptions: {
|
|
260
362
|
(props: IDescriptionsProps): JSX_2.Element;
|
|
@@ -278,7 +380,11 @@ export declare const Empty: {
|
|
|
278
380
|
|
|
279
381
|
export declare const Flex: (props: IFlexProps) => JSX_2.Element;
|
|
280
382
|
|
|
281
|
-
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
|
+
};
|
|
282
388
|
|
|
283
389
|
export { FolderClosedIcon }
|
|
284
390
|
|
|
@@ -295,7 +401,6 @@ export declare const Form: {
|
|
|
295
401
|
};
|
|
296
402
|
};
|
|
297
403
|
List: FC<FormListProps>;
|
|
298
|
-
displayName: string | undefined;
|
|
299
404
|
Provider: FC<FormProviderProps>;
|
|
300
405
|
ErrorList: FC<ErrorListProps>;
|
|
301
406
|
};
|
|
@@ -363,8 +468,7 @@ export declare interface IColorPickerProps extends ColorPickerProps {
|
|
|
363
468
|
|
|
364
469
|
export { IColProps }
|
|
365
470
|
|
|
366
|
-
export
|
|
367
|
-
}
|
|
471
|
+
export { IConfigProviderProps }
|
|
368
472
|
|
|
369
473
|
export declare interface IDatePickerProps extends AntDatePickerProps {
|
|
370
474
|
}
|
|
@@ -429,7 +533,7 @@ export declare interface IInputProps extends InputProps {
|
|
|
429
533
|
export declare interface ILayoutProps extends LayoutProps {
|
|
430
534
|
}
|
|
431
535
|
|
|
432
|
-
export declare interface IListProps extends ListProps {
|
|
536
|
+
export declare interface IListProps<T> extends ListProps<T> {
|
|
433
537
|
}
|
|
434
538
|
|
|
435
539
|
export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'children'> {
|
|
@@ -437,7 +541,10 @@ export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'c
|
|
|
437
541
|
children: (initData: Data) => React.ReactNode;
|
|
438
542
|
}
|
|
439
543
|
|
|
440
|
-
declare const Image_2:
|
|
544
|
+
declare const Image_2: {
|
|
545
|
+
(props: IImageProps): JSX_2.Element;
|
|
546
|
+
PreviewGroup: FC<GroupConsumerProps>;
|
|
547
|
+
};
|
|
441
548
|
export { Image_2 as Image }
|
|
442
549
|
|
|
443
550
|
export { IMentionsProps }
|
|
@@ -600,10 +707,11 @@ export declare const Layout: {
|
|
|
600
707
|
|
|
601
708
|
export { LightBulbIcon }
|
|
602
709
|
|
|
603
|
-
export declare
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
710
|
+
export declare function List<T>(props: IListProps<T>): JSX_2.Element;
|
|
711
|
+
|
|
712
|
+
export declare namespace List {
|
|
713
|
+
var Item: ListItemTypeProps;
|
|
714
|
+
}
|
|
607
715
|
|
|
608
716
|
export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX_2.Element;
|
|
609
717
|
|
|
@@ -611,25 +719,64 @@ export { LockIcon }
|
|
|
611
719
|
|
|
612
720
|
export { Mentions }
|
|
613
721
|
|
|
614
|
-
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
|
+
};
|
|
615
729
|
|
|
616
730
|
export { MenuDividerType }
|
|
617
731
|
|
|
618
|
-
export { MenuItem }
|
|
619
|
-
|
|
620
732
|
export { MenuItemGroupType }
|
|
621
733
|
|
|
622
734
|
export { MenuItemType }
|
|
623
735
|
|
|
624
|
-
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 }
|
|
625
750
|
|
|
626
751
|
export { MessageQuestionIcon }
|
|
627
752
|
|
|
628
|
-
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
|
+
};
|
|
629
764
|
|
|
630
765
|
export { MpLogoIcon }
|
|
631
766
|
|
|
632
|
-
|
|
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
|
+
};
|
|
633
780
|
export { Notification_2 as Notification }
|
|
634
781
|
|
|
635
782
|
export declare const Pagination: (props: IPaginationProps) => JSX_2.Element;
|
|
@@ -650,7 +797,12 @@ export declare const Radio: {
|
|
|
650
797
|
|
|
651
798
|
export declare const Rate: (props: IRateProps) => JSX_2.Element;
|
|
652
799
|
|
|
653
|
-
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
|
+
};
|
|
654
806
|
|
|
655
807
|
export { Row }
|
|
656
808
|
|
|
@@ -658,25 +810,45 @@ export { SearchIcon }
|
|
|
658
810
|
|
|
659
811
|
export declare const Segmented: (props: ISegmentedProps) => JSX_2.Element;
|
|
660
812
|
|
|
661
|
-
export declare const Select:
|
|
813
|
+
export declare const Select: {
|
|
814
|
+
(props: ISelectProps): JSX_2.Element;
|
|
815
|
+
Option: OptionFC;
|
|
816
|
+
OptGroup: OptionGroupFC;
|
|
817
|
+
};
|
|
662
818
|
|
|
663
819
|
export { ShieldKeyholeIcon }
|
|
664
820
|
|
|
665
821
|
export { SiteMapIcon }
|
|
666
822
|
|
|
667
|
-
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
|
+
};
|
|
668
831
|
|
|
669
832
|
export declare const Slider: (props: ISliderProps) => JSX_2.Element;
|
|
670
833
|
|
|
671
|
-
export declare const Space:
|
|
834
|
+
export declare const Space: {
|
|
835
|
+
(props: ISpaceProps): JSX_2.Element;
|
|
836
|
+
Compact: FC<SpaceCompactProps>;
|
|
837
|
+
};
|
|
672
838
|
|
|
673
839
|
export { SparklesIcon }
|
|
674
840
|
|
|
675
|
-
export declare const Spin:
|
|
841
|
+
export declare const Spin: {
|
|
842
|
+
(props: ISpinProps): JSX_2.Element;
|
|
843
|
+
setDefaultIndicator: (indicator: ReactNode) => void;
|
|
844
|
+
};
|
|
676
845
|
|
|
677
846
|
export { SplitIcon }
|
|
678
847
|
|
|
679
|
-
export declare const Statistic:
|
|
848
|
+
export declare const Statistic: {
|
|
849
|
+
(props: IStatisticProps): JSX_2.Element;
|
|
850
|
+
Countdown: NamedExoticComponent<CountdownProps>;
|
|
851
|
+
};
|
|
680
852
|
|
|
681
853
|
export declare const Steps: (props: IStepsProps) => JSX_2.Element;
|
|
682
854
|
|
|
@@ -686,30 +858,75 @@ export declare function SuiteLogo(props: IGlobalNavigationLogo_3): JSX_2.Element
|
|
|
686
858
|
|
|
687
859
|
export declare const Switch: (props: ISwitchProps) => JSX_2.Element;
|
|
688
860
|
|
|
689
|
-
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
|
+
};
|
|
690
872
|
|
|
691
|
-
export declare const Tabs:
|
|
873
|
+
export declare const Tabs: {
|
|
874
|
+
(props: ITabsProps): JSX_2.Element;
|
|
875
|
+
TabPane: FC<TabPaneProps>;
|
|
876
|
+
};
|
|
692
877
|
|
|
693
878
|
export declare const Tag: {
|
|
694
879
|
(props: ITagProps): JSX_2.Element;
|
|
695
880
|
CheckableTag: (props: CheckableTagProps) => JSX_2.Element;
|
|
696
881
|
};
|
|
697
882
|
|
|
698
|
-
export declare const Timeline:
|
|
883
|
+
export declare const Timeline: {
|
|
884
|
+
(props: ITimelineProps): JSX_2.Element;
|
|
885
|
+
Item: FC<TimelineItemProps>;
|
|
886
|
+
};
|
|
699
887
|
|
|
700
|
-
export declare const TimePicker:
|
|
888
|
+
export declare const TimePicker: {
|
|
889
|
+
(props: ITimePickerProps): JSX_2.Element;
|
|
890
|
+
RangePicker: ForwardRefExoticComponent<TimeRangePickerProps & RefAttributes<any>>;
|
|
891
|
+
};
|
|
701
892
|
|
|
702
893
|
export declare const Tooltip: (props: ITooltipProps) => JSX_2.Element;
|
|
703
894
|
|
|
704
895
|
export declare const Tour: (props: ITourProps) => JSX_2.Element;
|
|
705
896
|
|
|
706
|
-
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
|
+
};
|
|
707
906
|
|
|
708
|
-
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
|
+
};
|
|
709
914
|
|
|
710
|
-
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
|
+
};
|
|
711
922
|
|
|
712
|
-
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
|
+
};
|
|
713
930
|
|
|
714
931
|
export { UsersIcon }
|
|
715
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%}
|