@mparticle/aquarium 1.11.1 → 1.13.0-ups-utils.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aquarium.js +1626 -574
- package/dist/aquarium.umd.cjs +1 -1
- package/dist/index.d.ts +79 -1
- package/dist/style.css +1 -1
- package/package.json +7 -1
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ import { Col } from 'antd';
|
|
|
31
31
|
import { CollapsePanelProps } from 'antd';
|
|
32
32
|
import { CollapseProps } from 'antd';
|
|
33
33
|
import { ColorPickerProps } from 'antd';
|
|
34
|
+
import { CompositeUserPreferences } from '../services/user-preferences/models/user-preferences/composite-user-preferences';
|
|
35
|
+
import { CompositeUserPreferencesService } from '../services/user-preferences/composite-user-preferences-service';
|
|
34
36
|
import { ConfigOptions } from 'antd/es/message/interface';
|
|
35
37
|
import { ConfigProvider } from './other/ConfigProvider/ConfigProvider';
|
|
36
38
|
import { CountdownProps } from 'antd';
|
|
@@ -98,6 +100,7 @@ import { InputNumberProps } from 'antd';
|
|
|
98
100
|
import { InputProps } from 'antd';
|
|
99
101
|
import { InputRef } from 'antd';
|
|
100
102
|
import { RowProps as IRowProps } from 'antd';
|
|
103
|
+
import { ISuitesReminderOptions } from '../../../../../../../../../src/hooks/SuitesReminder/useSuitesReminder';
|
|
101
104
|
import { IWorkspaceSelectorDisplayItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
102
105
|
import { IWorkspaceSelectorItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
103
106
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
@@ -106,6 +109,7 @@ import { JSXElementConstructor } from 'react';
|
|
|
106
109
|
import { Key } from 'react';
|
|
107
110
|
import { KeyWiseTransferItem } from 'antd/es/transfer';
|
|
108
111
|
import { LayoutProps } from 'antd';
|
|
112
|
+
import { LinkProps } from 'antd/es/typography/Link';
|
|
109
113
|
import { ListItemTypeProps } from 'antd/es/list/Item';
|
|
110
114
|
import { ListProps } from 'antd';
|
|
111
115
|
import { MemoExoticComponent } from 'react';
|
|
@@ -130,6 +134,7 @@ import { NotificationArgsProps } from 'antd';
|
|
|
130
134
|
import { OptionFC } from 'rc-select/lib/Option';
|
|
131
135
|
import { OptionGroupFC } from 'rc-select/lib/OptGroup';
|
|
132
136
|
import { PaginationProps } from 'antd';
|
|
137
|
+
import { ParagraphProps } from 'antd/es/typography/Paragraph';
|
|
133
138
|
import { PickerLocale } from 'antd/es/date-picker/generatePicker';
|
|
134
139
|
import { PickerProps } from 'antd/es/date-picker/generatePicker';
|
|
135
140
|
import { PickerPropsWithMultiple } from 'antd/es/date-picker/generatePicker/interface';
|
|
@@ -138,6 +143,7 @@ import { PopconfirmProps } from 'antd';
|
|
|
138
143
|
import { PopoverProps } from 'antd';
|
|
139
144
|
import { ProgressProps } from 'antd';
|
|
140
145
|
import { QRCodeProps } from 'antd';
|
|
146
|
+
import { QueryItem } from './data-entry/QueryItem/QueryItem';
|
|
141
147
|
import { RadioButtonProps } from 'antd/es/radio/radioButton';
|
|
142
148
|
import { RadioGroupProps } from 'antd';
|
|
143
149
|
import { RadioProps } from 'antd';
|
|
@@ -166,15 +172,18 @@ import { StatisticProps } from 'antd';
|
|
|
166
172
|
import { StepsProps } from 'antd';
|
|
167
173
|
import { SubMenuProps } from 'antd';
|
|
168
174
|
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
175
|
+
import { SuitesReminderHook } from '../../../../../../../../../src/hooks/SuitesReminder/useSuitesReminder';
|
|
169
176
|
import { SwitchProps } from 'antd';
|
|
170
177
|
import { TableProps } from 'antd';
|
|
171
178
|
import { TabPaneProps } from 'antd';
|
|
172
179
|
import { TabsProps } from 'antd';
|
|
173
180
|
import { TagProps } from 'antd';
|
|
181
|
+
import { TextProps } from 'antd/es/typography/Text';
|
|
174
182
|
import { TimelineItemProps } from 'antd';
|
|
175
183
|
import { TimelineProps } from 'antd';
|
|
176
184
|
import { TimePickerProps } from 'antd';
|
|
177
185
|
import { TimeRangePickerProps } from 'antd';
|
|
186
|
+
import { TitleProps } from 'antd/es/typography/Title';
|
|
178
187
|
import { TooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
179
188
|
import { TourProps } from 'antd';
|
|
180
189
|
import { TransferListProps } from 'antd/es/transfer';
|
|
@@ -187,10 +196,20 @@ import { TreeNodeProps as TreeNodeProps_2 } from 'rc-tree';
|
|
|
187
196
|
import { TreeProps } from 'antd';
|
|
188
197
|
import { TreeSelectProps } from 'antd';
|
|
189
198
|
import { TypeOpen } from 'antd/es/message/interface';
|
|
199
|
+
import { TypographyProps } from 'antd';
|
|
190
200
|
import { UploadProps } from 'antd';
|
|
191
201
|
import { UploadRef } from 'antd/es/upload/Upload';
|
|
192
202
|
import { useAppProps } from 'antd/es/app/context';
|
|
193
203
|
import { useForm } from 'antd/es/form/Form';
|
|
204
|
+
import { USER_PREFERENCE_SCOPE_SEPARATOR } from '../services/user-preferences/models/storage-models';
|
|
205
|
+
import { UserPreference } from '../services/user-preferences/models/storage-models';
|
|
206
|
+
import { UserPreferenceDefinition } from '../services/user-preferences/models/definitions';
|
|
207
|
+
import { UserPreferenceDefinitions } from '../services/user-preferences/models/definitions';
|
|
208
|
+
import { UserPreferenceGlobalScope } from '../services/user-preferences/models/storage-models';
|
|
209
|
+
import { UserPreferences } from '../services/user-preferences/models/storage-models';
|
|
210
|
+
import { UserPreferenceScope } from '../services/user-preferences/models/storage-models';
|
|
211
|
+
import { UserPreferenceScopeType } from '../services/user-preferences/models/definitions';
|
|
212
|
+
import { UserPreferencesService } from '../services/user-preferences/user-preferences';
|
|
194
213
|
import { WatermarkProps } from 'antd';
|
|
195
214
|
|
|
196
215
|
export declare const Affix: (props: IAffixProps) => JSX_2.Element;
|
|
@@ -272,6 +291,10 @@ export declare const Collapse: {
|
|
|
272
291
|
|
|
273
292
|
export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
274
293
|
|
|
294
|
+
export { CompositeUserPreferences }
|
|
295
|
+
|
|
296
|
+
export { CompositeUserPreferencesService }
|
|
297
|
+
|
|
275
298
|
declare type CompoundedComponent = ForwardRefExoticComponent<IInputProps & RefAttributes<InputRef>> & {
|
|
276
299
|
Group: typeof Input_2.Group;
|
|
277
300
|
Search: typeof Input_2.Search;
|
|
@@ -358,7 +381,10 @@ export declare const Form: {
|
|
|
358
381
|
ErrorList: FC<ErrorListProps>;
|
|
359
382
|
};
|
|
360
383
|
|
|
361
|
-
export declare const GlobalNavigation:
|
|
384
|
+
export declare const GlobalNavigation: {
|
|
385
|
+
(props: IGlobalNavigationProps): JSX_2.Element;
|
|
386
|
+
useSuitesReminder: (options: ISuitesReminderOptions) => SuitesReminderHook;
|
|
387
|
+
};
|
|
362
388
|
|
|
363
389
|
export declare const GlobalNavWidth: 90;
|
|
364
390
|
|
|
@@ -477,6 +503,9 @@ export declare interface IGlobalNavigationProps {
|
|
|
477
503
|
onClick: () => void;
|
|
478
504
|
withoutContainer?: boolean;
|
|
479
505
|
};
|
|
506
|
+
minimapOptions: {
|
|
507
|
+
href: string;
|
|
508
|
+
};
|
|
480
509
|
}
|
|
481
510
|
|
|
482
511
|
export declare interface IIconProps {
|
|
@@ -497,6 +526,10 @@ export declare interface IInputProps extends InputProps {
|
|
|
497
526
|
export declare interface ILayoutProps extends LayoutProps {
|
|
498
527
|
}
|
|
499
528
|
|
|
529
|
+
declare interface ILinkProps extends LinkProps {
|
|
530
|
+
children: ReactNode;
|
|
531
|
+
}
|
|
532
|
+
|
|
500
533
|
export declare interface IListProps<T> extends ListProps<T> {
|
|
501
534
|
}
|
|
502
535
|
|
|
@@ -564,6 +597,10 @@ export { InputRef }
|
|
|
564
597
|
export declare interface IPaginationProps extends PaginationProps {
|
|
565
598
|
}
|
|
566
599
|
|
|
600
|
+
declare interface IParagraphProps extends ParagraphProps {
|
|
601
|
+
children: ReactNode;
|
|
602
|
+
}
|
|
603
|
+
|
|
567
604
|
export declare interface IPopconfirmProps extends PopconfirmProps {
|
|
568
605
|
}
|
|
569
606
|
|
|
@@ -576,6 +613,8 @@ export declare interface IProgressProps extends ProgressProps {
|
|
|
576
613
|
export declare interface IQRCodeProps extends QRCodeProps {
|
|
577
614
|
}
|
|
578
615
|
|
|
616
|
+
export declare type IQueryItemQualifierOption = DefaultOptionType;
|
|
617
|
+
|
|
579
618
|
export declare interface IRadioProps extends RadioProps {
|
|
580
619
|
}
|
|
581
620
|
|
|
@@ -623,12 +662,19 @@ export declare interface ITabsProps extends TabsProps {
|
|
|
623
662
|
export declare interface ITagProps extends TagProps {
|
|
624
663
|
}
|
|
625
664
|
|
|
665
|
+
declare interface ITextProps extends TextProps {
|
|
666
|
+
}
|
|
667
|
+
|
|
626
668
|
export declare interface ITimelineProps extends TimelineProps {
|
|
627
669
|
}
|
|
628
670
|
|
|
629
671
|
export declare interface ITimePickerProps extends TimePickerProps {
|
|
630
672
|
}
|
|
631
673
|
|
|
674
|
+
declare interface ITitleProps extends TitleProps {
|
|
675
|
+
children: ReactNode;
|
|
676
|
+
}
|
|
677
|
+
|
|
632
678
|
export declare interface ITooltipProps extends TooltipPropsWithTitle {
|
|
633
679
|
}
|
|
634
680
|
|
|
@@ -647,6 +693,10 @@ export declare interface ITreeProps extends TreeProps {
|
|
|
647
693
|
export declare interface ITreeSelectProps extends TreeSelectProps {
|
|
648
694
|
}
|
|
649
695
|
|
|
696
|
+
declare interface ITypographyProps extends TypographyProps {
|
|
697
|
+
children: ReactNode;
|
|
698
|
+
}
|
|
699
|
+
|
|
650
700
|
export declare interface IUploadProps extends UploadProps {
|
|
651
701
|
}
|
|
652
702
|
|
|
@@ -741,6 +791,8 @@ export declare const Progress: (props: IProgressProps) => JSX_2.Element;
|
|
|
741
791
|
|
|
742
792
|
export declare const QRCode: (props: IQRCodeProps) => JSX_2.Element;
|
|
743
793
|
|
|
794
|
+
export { QueryItem }
|
|
795
|
+
|
|
744
796
|
export declare const Radio: {
|
|
745
797
|
(props: IRadioProps): JSX_2.Element;
|
|
746
798
|
Group: MemoExoticComponent<ForwardRefExoticComponent<RadioGroupProps & RefAttributes<HTMLDivElement>>>;
|
|
@@ -862,6 +914,14 @@ export declare const TreeSelect: {
|
|
|
862
914
|
SHOW_PARENT: "SHOW_PARENT";
|
|
863
915
|
};
|
|
864
916
|
|
|
917
|
+
export declare const Typography: {
|
|
918
|
+
(props: ITypographyProps): JSX_2.Element;
|
|
919
|
+
Text: (props: ITextProps) => JSX_2.Element;
|
|
920
|
+
Title: (props: ITitleProps) => JSX_2.Element;
|
|
921
|
+
Link: (props: ILinkProps) => JSX_2.Element;
|
|
922
|
+
Paragraph: (props: IParagraphProps) => JSX_2.Element;
|
|
923
|
+
};
|
|
924
|
+
|
|
865
925
|
export declare const Upload: {
|
|
866
926
|
(props: IUploadProps): JSX_2.Element;
|
|
867
927
|
Dragger: ForwardRefExoticComponent<UploadProps<any> & {
|
|
@@ -870,6 +930,24 @@ export declare const Upload: {
|
|
|
870
930
|
LIST_IGNORE: string;
|
|
871
931
|
};
|
|
872
932
|
|
|
933
|
+
export { USER_PREFERENCE_SCOPE_SEPARATOR }
|
|
934
|
+
|
|
935
|
+
export { UserPreference }
|
|
936
|
+
|
|
937
|
+
export { UserPreferenceDefinition }
|
|
938
|
+
|
|
939
|
+
export { UserPreferenceDefinitions }
|
|
940
|
+
|
|
941
|
+
export { UserPreferenceGlobalScope }
|
|
942
|
+
|
|
943
|
+
export { UserPreferences }
|
|
944
|
+
|
|
945
|
+
export { UserPreferenceScope }
|
|
946
|
+
|
|
947
|
+
export { UserPreferenceScopeType }
|
|
948
|
+
|
|
949
|
+
export { UserPreferencesService }
|
|
950
|
+
|
|
873
951
|
export declare const Watermark: (props: IWatermarkProps) => JSX_2.Element;
|
|
874
952
|
|
|
875
953
|
export { }
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.icon-size-xxl{width:var(--size-xxl);min-width:var(--size-xxl);height:var(--size-xxl)}.icon-size-xl{width:var(--size-xl);min-width:var(--size-xl);height:var(--size-xl)}.icon-size-lg{width:var(--size-lg);min-width:var(--size-lg);height:var(--size-lg)}.icon-size-md{width:var(--size-md);min-width:var(--size-md);height:var(--size-md)}.icon-size-ms{width:var(--size-ms);min-width:var(--size-ms);height:var(--size-ms)}.icon-size-sm{width:var(--size-sm);min-width:var(--size-sm);height:var(--size-sm)}.icon-size-xs{width:var(--size-xs);min-width:var(--size-xs);height:var(--size-xs)}.icon-size-xxs{width:var(--size-xxs);min-width:var(--size-xxs);height:var(--size-xxs)}.icon-color-primary{color:var(--color-primary)}.icon-color-success{color:var(--color-success)}.icon-color-warning{color:var(--color-warning)}.icon-color-error{color:var(--color-error)}.icon-color-info{color:var(--color-info)}.icon-color-text{color:var(--color-text)}.icon-color-default{color:var(--color-icon)}.icon-color-white{color:#fff}.icon-color-black{color:#000}: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;--color-scrollbar-handle: rgb(0 0 0 / 15%);--color-scrollbar-track: transparent;--size-scrollbar-handle: 6px}.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}@supports (scrollbar-color: auto){.globalNavigation{scrollbar-color:var(--color-scrollbar-handle) var(--color-scrollbar-track);scrollbar-width:thin}}.globalNavigation::-webkit-scrollbar{-webkit-appearance:none;width:var(--size-scrollbar-handle);height:var(--size-scrollbar-handle)}.globalNavigation::-webkit-scrollbar-track{background-color:var(--color-scrollbar-track)}.globalNavigation::-webkit-scrollbar-thumb{background-color:var(--color-scrollbar-handle)}.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;transition:none!important}.globalNavigation__item.globalNavigation__link{cursor:pointer}.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;cursor:revert!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%}.navigationCreate__popupButton{cursor:default!important}.globalNavigation__searchButtonWrapper,.navigationCreate__popupButtonWrapper{height:var(--nav-item-height)}.globalNavigation__searchButton,.navigationCreate__popupButton{box-shadow:0 2px #3600d11a}.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}.globalNavigation__buttonItem{padding:0!important;margin:0 auto!important;color:var(--mp-brand-secondary-1)!important}.globalNavigation__buttonItem:hover{background-color:transparent!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{display:flex;align-items:center;gap:var(--size-xxs);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:36px;height:36px}.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;svg{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;padding-right:var(--padding)}.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
|
+
.icon-size-xxl{width:var(--size-xxl);min-width:var(--size-xxl);height:var(--size-xxl)}.icon-size-xl{width:var(--size-xl);min-width:var(--size-xl);height:var(--size-xl)}.icon-size-lg{width:var(--size-lg);min-width:var(--size-lg);height:var(--size-lg)}.icon-size-md{width:var(--size-md);min-width:var(--size-md);height:var(--size-md)}.icon-size-ms{width:var(--size-ms);min-width:var(--size-ms);height:var(--size-ms)}.icon-size-sm{width:var(--size-sm);min-width:var(--size-sm);height:var(--size-sm)}.icon-size-xs{width:var(--size-xs);min-width:var(--size-xs);height:var(--size-xs)}.icon-size-xxs{width:var(--size-xxs);min-width:var(--size-xxs);height:var(--size-xxs)}.icon-color-primary{color:var(--color-primary)}.icon-color-success{color:var(--color-success)}.icon-color-warning{color:var(--color-warning)}.icon-color-error{color:var(--color-error)}.icon-color-info{color:var(--color-info)}.icon-color-text{color:var(--color-text)}.icon-color-default{color:var(--color-icon)}.icon-color-white{color:#fff}.icon-color-black{color:#000}.query-item{border-width:var(--mp-query-item-border-width)!important;border-color:var(--mp-query-item-border-color)!important;border-radius:var(--mp-query-item-border-radius);background-color:var(--mp-query-item-bg-color)!important;padding:var(--mp-query-item-padding)!important;height:var(--mp-query-item-height)!important;display:flex;justify-content:center;align-items:center;box-shadow:none;border-style:solid}.query-item:hover{border-color:var(--mp-query-item-border-color-active)!important;background-color:var(--mp-query-item-bg-color-hover)!important}.query-item:focus{border-color:var(--mp-query-item-border-color-active)!important;box-shadow:var(--mp-query-item-shadow-focus);background-color:var(--mp-query-item-bg-color)!important}.query-item:active{border-color:var(--mp-query-item-border-color-active)!important;border-width:var(--mp-query-item-border-width-active)!important;background-color:var(--mp-query-item-bg-color-active)!important;box-shadow:var(--mp-query-item-shadow-active)}.query-item[disabled]{color:var(--mp-query-item-color-disabled)!important;background-color:var(--mp-query-item-bg-color)!important;border-color:var(--mp-query-item-border-color-disabled)!important}.query-item.query-item--input-text{color:var(--mp-query-item-value-selector-color);font-weight:var(--mp-query-item-value-selector-font-weight)}.query-item.query-item--input-text::placeholder{font-weight:400}.query-item.query-item--action{color:var(--mp-query-item-action-primary-color)!important;gap:var(--mp-query-item-gap)}.query-item.query-item--secondary{color:var(--mp-query-item-action-secondary-color)!important}.query-item.query-item--secondary:hover{background-color:var(--mp-query-item-bg-color-hover)!important}.query-item.query-item--secondary:active{border-width:var(--mp-query-item-border-width-active);background-color:var(--mp-query-item-bg-color-active)!important}.query-item.query-item--disabled{color:var(--mp-query-item-action-secondary-color)!important}.query-item.query-item--disabled:hover{background-color:var(--mp-query-item-bg-color)!important}.query-item.query-item--disabled:active{border-width:var(--mp-query-item-border-width)!important;background-color:var(--mp-query-item-bg-color)!important;box-shadow:none!important}.query-item.query-item--selected>input{color:var(--mp-query-item-value-selector-color)!important;font-weight:var(--mp-query-item-value-selector-font-weight)!important}.query-item.query-item--error{border-color:var(--mp-query-item-border-color-error)!important}.query-item.query-item--open{border-color:var(--mp-query-item-border-color-active)!important;border-width:var(--mp-query-item-border-width-active)!important;background-color:var(--mp-query-item-bg-color-active)!important}.query-item .ant-select-selector{padding:0!important}.query-item__search-highlight{color:var(--mp-query-item-action-primary-color)}.query-item__icon{height:16px;width:16px}.query-item__dropdown{display:flex;padding:8px;flex-direction:column;align-items:flex-start;gap:8px}.query-item__input-search .ant-input-outlined{height:var(--control-height)}: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: #ffffff;--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;--mp-query-item-border-width: 0 0 1px 0;--mp-query-item-border-color: #c3aeff;--mp-query-item-border-color-active: #3600d1;--mp-query-item-border-color-disabled: #dcdcd8;--mp-query-item-border-color-error: #f5222d;--mp-query-item-bg-color: #ffffff;--mp-query-item-bg-color-hover: #f8f6fb;--mp-query-item-bg-color-active: #ebe8f8;--mp-query-item-bg-color-disabled: #faf9f8;--mp-query-item-border-width-active: 0 0 2px 0;--mp-query-item-shadow-focus: 0 0 0 2px rgba(54, 0, 209, .1);--mp-query-item-color-disabled: #505249;--mp-query-item-value-selector-font-weight: 500;--mp-query-item-value-selector-color: #20007a;--mp-query-item-padding: 4px;--mp-query-item-gap: 4px;--mp-query-item-height: 32px;--mp-query-item-border-radius: 2px;--mp-query-item-action-primary-color: #3600d1;--mp-query-item-action-secondary-color: #505249;--mp-query-item-action-font-weight: 400;--mp-query-item-shadow-active: 0 0 0 2px rgba(54, 0, 209, .1);--mp-query-item-shadow: none;--mp-query-item-border-color-focus: #3600d1;--mp-query-item-border-color-hover: #3600d1;--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;--color-scrollbar-handle: rgb(0 0 0 / 15%);--color-scrollbar-track: transparent;--size-scrollbar-handle: 6px}.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}@supports (scrollbar-color: auto){.globalNavigation{scrollbar-color:var(--color-scrollbar-handle) var(--color-scrollbar-track);scrollbar-width:thin}}.globalNavigation::-webkit-scrollbar{-webkit-appearance:none;width:var(--size-scrollbar-handle);height:var(--size-scrollbar-handle)}.globalNavigation::-webkit-scrollbar-track{background-color:var(--color-scrollbar-track)}.globalNavigation::-webkit-scrollbar-thumb{background-color:var(--color-scrollbar-handle)}.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;transition:none!important}.globalNavigation__item.globalNavigation__link{cursor:pointer}.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;cursor:revert!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%}.navigationCreate__popupButton{cursor:default!important}.globalNavigation__searchButtonWrapper,.navigationCreate__popupButtonWrapper{height:var(--nav-item-height)}.globalNavigation__searchButton,.navigationCreate__popupButton{box-shadow:0 2px #3600d11a}.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}.globalNavigation__buttonItem{padding:0!important;margin:0 auto!important;color:var(--mp-brand-secondary-1)!important}.globalNavigation__buttonItem:hover{background-color:transparent!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{display:flex;align-items:center;gap:var(--size-xxs);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:36px;height:36px}.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;svg{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;padding-right:var(--padding)}.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%}.globalNavigation__suitesReminder.globalNavigation__suitesReminder-bottomLeft{left:calc(var(--nav-width) + var(--margin-xs))!important}.minimap_container{padding:var(--padding-sm)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0-ups-utils.1",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@commitlint/cli": "19.2.1",
|
|
33
33
|
"@commitlint/config-conventional": "19.1.0",
|
|
34
|
+
"@faker-js/faker": "8.4.1",
|
|
34
35
|
"@semantic-release/changelog": "6.0.3",
|
|
35
36
|
"@semantic-release/git": "10.0.1",
|
|
36
37
|
"@storybook/addon-essentials": "8.0.0",
|
|
@@ -54,8 +55,10 @@
|
|
|
54
55
|
"eslint-plugin-promise": "6.1.1",
|
|
55
56
|
"eslint-plugin-react": "7.33.2",
|
|
56
57
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
58
|
+
"factory.ts": "1.4.1",
|
|
57
59
|
"http-server": "14.1.1",
|
|
58
60
|
"husky": "8.0.3",
|
|
61
|
+
"jsdom": "24.0.0",
|
|
59
62
|
"prettier": "3.1.1",
|
|
60
63
|
"storybook": "8.0.0",
|
|
61
64
|
"stylelint": "16.2.0",
|
|
@@ -100,5 +103,8 @@
|
|
|
100
103
|
"commitizen": {
|
|
101
104
|
"path": "./node_modules/cz-conventional-changelog"
|
|
102
105
|
}
|
|
106
|
+
},
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"lodash.clonedeep": "4.5.0"
|
|
103
109
|
}
|
|
104
110
|
}
|