@mparticle/aquarium 1.61.0-operation-prism-shift.1 → 1.61.0-operation-prism-shift.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aquarium.js +27036 -0
- package/dist/aquarium.umd.cjs +252 -0
- package/dist/index.d.ts +1 -0
- package/dist/src/components/UXPatterns/MoreActionsButton/MoreActionsButton.d.ts +18 -0
- package/dist/src/components/UXPatterns/UnauthorizedTooltip/UnauthorizedTooltip.d.ts +9 -0
- package/dist/src/components/data-display/Avatar/Avatar.d.ts +11 -0
- package/dist/src/components/data-display/Badge/Badge.d.ts +11 -0
- package/dist/src/components/data-display/Card/Card.d.ts +12 -0
- package/dist/src/components/data-display/Collapse/Collapse.d.ts +10 -0
- package/dist/src/components/data-display/Descriptions/Descriptions.d.ts +11 -0
- package/dist/src/components/data-display/Empty/Empty.d.ts +36 -0
- package/dist/src/components/data-display/Image/Image.d.ts +11 -0
- package/dist/src/components/data-display/List/List.d.ts +9 -0
- package/dist/src/components/data-display/Popover/Popover.d.ts +5 -0
- package/dist/src/components/data-display/Segmented/Segmented.d.ts +7 -0
- package/dist/src/components/data-display/Table/Table.d.ts +21 -0
- package/dist/src/components/data-display/Tabs/Tabs.d.ts +10 -0
- package/dist/src/components/data-display/Tag/Tag.d.ts +13 -0
- package/dist/src/components/data-display/Tooltip/Tooltip.d.ts +5 -0
- package/dist/src/components/data-display/Tour/Tour.d.ts +5 -0
- package/dist/src/components/data-entry/AutoComplete/AutoComplete.d.ts +5 -0
- package/dist/src/components/data-entry/Cascader/Cascader.d.ts +11 -0
- package/dist/src/components/data-entry/Checkbox/Checkbox.d.ts +11 -0
- package/dist/src/components/data-entry/DatePicker/DatePicker.d.ts +78 -0
- package/dist/src/components/data-entry/Form/Form.d.ts +28 -0
- package/dist/src/components/data-entry/Input/Input.d.ts +14 -0
- package/dist/src/components/data-entry/InputNumber/InputNumber.d.ts +5 -0
- package/dist/src/components/data-entry/QueryItem/Action.d.ts +10 -0
- package/dist/src/components/data-entry/QueryItem/Cascader.d.ts +27 -0
- package/dist/src/components/data-entry/QueryItem/NumberInput.d.ts +16 -0
- package/dist/src/components/data-entry/QueryItem/Qualifier.d.ts +16 -0
- package/dist/src/components/data-entry/QueryItem/QueryItem.d.ts +17 -0
- package/dist/src/components/data-entry/QueryItem/Text.d.ts +11 -0
- package/dist/src/components/data-entry/QueryItem/TextInput.d.ts +10 -0
- package/dist/src/components/data-entry/QueryItem/ValueSelector.d.ts +11 -0
- package/dist/src/components/data-entry/Radio/Radio.d.ts +11 -0
- package/dist/src/components/data-entry/Radio/RadioButton.d.ts +5 -0
- package/dist/src/components/data-entry/Radio/RadioGroup.d.ts +5 -0
- package/dist/src/components/data-entry/Select/Select.d.ts +14 -0
- package/dist/src/components/data-entry/Switch/Switch.d.ts +5 -0
- package/dist/src/components/data-entry/TimePicker/TimePicker.d.ts +11 -0
- package/dist/src/components/data-entry/TreeSelect/TreeSelect.d.ts +14 -0
- package/dist/src/components/data-entry/Upload/Upload.d.ts +16 -0
- package/dist/src/components/feedback/Alert/Alert.d.ts +13 -0
- package/dist/src/components/feedback/Drawer/Drawer.d.ts +5 -0
- package/dist/src/components/feedback/LoadingModal/LoadingModal.d.ts +8 -0
- package/dist/src/components/feedback/Message/Message.d.ts +23 -0
- package/dist/src/components/feedback/Modal/DeleteConfirmModal/DeleteConfirmModal.d.ts +14 -0
- package/dist/src/components/feedback/Modal/ErrorModal/ErrorModal.d.ts +9 -0
- package/dist/src/components/feedback/Modal/Modal.d.ts +16 -0
- package/dist/src/components/feedback/Notification/Notification.d.ts +22 -0
- package/dist/src/components/feedback/Popconfirm/Popconfirm.d.ts +5 -0
- package/dist/src/components/feedback/Progress/Progress.d.ts +5 -0
- package/dist/src/components/feedback/Result/Result.d.ts +17 -0
- package/dist/src/components/feedback/Skeleton/Skeleton.d.ts +19 -0
- package/dist/src/components/feedback/Spin/Spin.d.ts +10 -0
- package/dist/src/components/general/Button/Button.d.ts +18 -0
- package/dist/src/components/general/FloatButton/FloatButton.d.ts +12 -0
- package/dist/src/components/general/Icon/ErrorStateIcon/ErrorStateIcon.d.ts +9 -0
- package/dist/src/components/general/Icon/Icon.d.ts +12 -0
- package/dist/src/components/general/Icon/SuccessStateIcon/SuccessStateIcon.d.ts +9 -0
- package/dist/src/components/general/Icon/WarningStateIcon/WarningStateIcon.d.ts +9 -0
- package/dist/src/components/general/Typography/Typography.d.ts +35 -0
- package/dist/src/components/general/Typography/colors.d.ts +3 -0
- package/dist/src/components/icons/index.d.ts +140 -0
- package/dist/src/components/index.d.ts +99 -0
- package/dist/src/components/layout/Center/Center.d.ts +3 -0
- package/dist/src/components/layout/Divider/Divider.d.ts +5 -0
- package/dist/src/components/layout/Flex/Flex.d.ts +5 -0
- package/dist/src/components/layout/Grid/Grid.d.ts +6 -0
- package/dist/src/components/layout/Layout/Layout.d.ts +13 -0
- package/dist/src/components/layout/Space/Space.d.ts +11 -0
- package/dist/src/components/layout/Splitter/Splitter.d.ts +23 -0
- package/dist/src/components/navigation/Anchor/Anchor.d.ts +10 -0
- package/dist/src/components/navigation/Breadcrumb/Breadcrumb.d.ts +12 -0
- package/dist/src/components/navigation/Dropdown/Dropdown.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/GlobalNavigation.d.ts +46 -0
- package/dist/src/components/navigation/GlobalNavigation/HomeButton.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationButtonItem.d.ts +9 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationCreate.d.ts +20 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationIcon.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationItem.d.ts +15 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationList.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationMenu.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NavigationSearch.d.ts +6 -0
- package/dist/src/components/navigation/GlobalNavigation/NotificationCenter.d.ts +9 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteLogo.d.ts +7 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelector.d.ts +11 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorContent.d.ts +5 -0
- package/dist/src/components/navigation/GlobalNavigation/SuiteSelector/SuiteSelectorSuiteLink.d.ts +10 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceNoResults.d.ts +2 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelector.d.ts +12 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContent.d.ts +18 -0
- package/dist/src/components/navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorContentItems.d.ts +7 -0
- package/dist/src/components/navigation/GlobalNavigation/stories-utils.d.ts +2 -0
- package/dist/src/components/navigation/Menu/Menu.d.ts +24 -0
- package/dist/src/components/navigation/Pagination/Pagination.d.ts +5 -0
- package/dist/src/components/navigation/Steps/Steps.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Affix/Affix.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Calendar/Calendar.d.ts +13 -0
- package/dist/src/components/not-prod-ready/Carousel/Carousel.d.ts +5 -0
- package/dist/src/components/not-prod-ready/ColorPicker/ColorPicker.d.ts +5 -0
- package/dist/src/components/not-prod-ready/QRCode/QRCode.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Rate/Rate.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Slider/Slider.d.ts +5 -0
- package/dist/src/components/not-prod-ready/Statistic/Statistic.d.ts +15 -0
- package/dist/src/components/not-prod-ready/Timeline/Timeline.d.ts +10 -0
- package/dist/src/components/not-prod-ready/Transfer/Transfer.d.ts +16 -0
- package/dist/src/components/not-prod-ready/Tree/Tree.d.ts +19 -0
- package/dist/src/components/not-prod-ready/Watermark/Watermark.d.ts +5 -0
- package/dist/src/constants/ChartColors.d.ts +1 -0
- package/dist/src/constants/ChartConfig.d.ts +8 -0
- package/dist/src/constants/Icons.d.ts +2 -0
- package/dist/src/hooks/NewExperienceReminder/useNewExperienceReminder.d.ts +14 -0
- package/dist/src/hooks/useInitData.d.ts +1 -0
- package/dist/src/hooks/useMount.d.ts +1 -0
- package/dist/src/hooks/useUnMount.d.ts +1 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.d.ts +9 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/composite-user-preferences-service.spec.d.ts +1 -0
- package/dist/src/services/user-preferences/composite-user-preferences-service/index.d.ts +1 -0
- package/dist/src/services/user-preferences/index.d.ts +1 -0
- package/dist/src/services/user-preferences/models/definitions/index.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-definition.d.ts +5 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-definitions.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-per-scope.d.ts +4 -0
- package/dist/src/services/user-preferences/models/definitions/user-preference-scope-type.d.ts +6 -0
- package/dist/src/services/user-preferences/models/storage-models/index.d.ts +1 -0
- package/dist/src/services/user-preferences/models/storage-models/user-preference-scope.d.ts +8 -0
- package/dist/src/services/user-preferences/user-preferences-service.d.ts +19 -0
- package/dist/src/services/user-preferences/user-preferences-service.spec.d.ts +26 -0
- package/dist/src/shared/Operation.d.ts +178 -0
- package/dist/src/shared/Paths.d.ts +146 -0
- package/dist/src/shared/Suite.d.ts +9 -0
- package/dist/src/shared/UserPreferences.d.ts +12 -0
- package/dist/src/shared/Utils.d.ts +4 -0
- package/dist/src/shared/services/AudiencePermissionsService.d.ts +9 -0
- package/dist/src/shared/services/AuthorizationsService.d.ts +6 -0
- package/dist/src/shared/services/FeatureFlagsService.d.ts +54 -0
- package/dist/src/shared/services/InitializationService.d.ts +4 -0
- package/dist/src/shared/services/NavigationItemsService.d.ts +55 -0
- package/dist/src/shared/services/RoutesAuthorizationsService.d.ts +12 -0
- package/dist/src/shared/services/routeAuthorizations/anaytics-authorizations.d.ts +6 -0
- package/dist/src/shared/services/routeAuthorizations/base-routes-authorizations.d.ts +7 -0
- package/dist/src/shared/services/routeAuthorizations/customer-360-authorizations.d.ts +11 -0
- package/dist/src/shared/services/routeAuthorizations/data-platform-authorizations.d.ts +22 -0
- package/dist/src/shared/services/routeAuthorizations/data-warehouse-authorizations.d.ts +10 -0
- package/dist/src/shared/services/routeAuthorizations/oversight-authorizations.d.ts +13 -0
- package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +10 -0
- package/dist/src/shared/services/routeAuthorizations/segmentation-authorizations.d.ts +10 -0
- package/dist/src/styles/style.d.ts +425 -0
- package/dist/src/types/icons.d.ts +14 -0
- package/dist/src/utils/Cookies.d.ts +15 -0
- package/dist/src/utils/ExampleStory.d.ts +9 -0
- package/dist/src/utils/GetGlobalToken.d.ts +2 -0
- package/dist/src/utils/debounce.d.ts +1 -0
- package/dist/src/utils/svg-prettifier/SvgPrettifier.d.ts +2 -0
- package/dist/src/utils/utils.d.ts +16 -0
- package/dist/src/utils/utils.spec.d.ts +1 -0
- package/dist/style.css +1 -0
- package/dist/style.ts +437 -0
- package/package.json +1 -1
package/dist/style.ts
ADDED
|
@@ -0,0 +1,437 @@
|
|
|
1
|
+
export const Blue = "#1677FF";
|
|
2
|
+
export const Purple = "#722ED1";
|
|
3
|
+
export const Cyan = "#13C2C2";
|
|
4
|
+
export const Green = "#52C41A";
|
|
5
|
+
export const Magenta = "#EB2F96";
|
|
6
|
+
export const Pink = "#EB2F96";
|
|
7
|
+
export const Red = "#F5222D";
|
|
8
|
+
export const Orange = "#FA8C16";
|
|
9
|
+
export const Yellow = "#FADB14";
|
|
10
|
+
export const Volcano = "#FA541C";
|
|
11
|
+
export const Geekblue = "#2F54EB";
|
|
12
|
+
export const Gold = "#FAAD14";
|
|
13
|
+
export const Lime = "#A0D911";
|
|
14
|
+
export const ColorPrimary = "#a10863";
|
|
15
|
+
export const ColorSuccess = "#52c41a";
|
|
16
|
+
export const ColorWarning = "#faad14";
|
|
17
|
+
export const ColorError = "#ff4d4f";
|
|
18
|
+
export const ColorInfo = "#a10863";
|
|
19
|
+
export const ColorLink = "#a10863";
|
|
20
|
+
export const ColorTextBase = "#000";
|
|
21
|
+
export const ColorBgBase = "#fff";
|
|
22
|
+
export const FontFamily = "'GT America', -system-ui, sans-serif";
|
|
23
|
+
export const FontFamilyCode = "‘Roboto Mono’, monospace";
|
|
24
|
+
export const FontSize = "14px";
|
|
25
|
+
export const LineWidth = "1px";
|
|
26
|
+
export const LineType = "solid";
|
|
27
|
+
export const MotionUnit = 0.1;
|
|
28
|
+
export const MotionBase = 0;
|
|
29
|
+
export const MotionEaseOutCirc = "cubic-bezier(0.08, 0.82, 0.17, 1)";
|
|
30
|
+
export const MotionEaseInOutCirc = "cubic-bezier(0.78, 0.14, 0.15, 0.86)";
|
|
31
|
+
export const MotionEaseOut = "cubic-bezier(0.215, 0.61, 0.355, 1)";
|
|
32
|
+
export const MotionEaseInOut = "cubic-bezier(0.645, 0.045, 0.355, 1)";
|
|
33
|
+
export const MotionEaseOutBack = "cubic-bezier(0.12, 0.4, 0.29, 1.46)";
|
|
34
|
+
export const MotionEaseInBack = "cubic-bezier(0.71, -0.46, 0.88, 0.6)";
|
|
35
|
+
export const MotionEaseInQuint = "cubic-bezier(0.755, 0.05, 0.855, 0.06)";
|
|
36
|
+
export const MotionEaseOutQuint = "cubic-bezier(0.23, 1, 0.32, 1)";
|
|
37
|
+
export const BorderRadius = "6px";
|
|
38
|
+
export const SizeUnit = "4px";
|
|
39
|
+
export const SizeStep = "4px";
|
|
40
|
+
export const SizePopupArrow = "16px";
|
|
41
|
+
export const ControlHeight = "32px";
|
|
42
|
+
export const ZIndexBase = 0;
|
|
43
|
+
export const ZIndexPopupBase = 1000;
|
|
44
|
+
export const OpacityImage = 1;
|
|
45
|
+
export const Wireframe = false;
|
|
46
|
+
export const Motion = true;
|
|
47
|
+
export const ColorText = "rgba(0, 0, 0, 0.95)";
|
|
48
|
+
export const ColorTextSecondary = "rgba(0, 0, 0, 0.75)";
|
|
49
|
+
export const ColorTextTertiary = "rgba(0, 0, 0, 0.55)";
|
|
50
|
+
export const ColorTextQuaternary = "rgba(0, 0, 0, 0.4)";
|
|
51
|
+
export const ColorBorder = "#ef76bf";
|
|
52
|
+
export const ColorBorderSecondary = "#eceae9";
|
|
53
|
+
export const ColorFill = "rgba(100, 12, 65, 0.15)";
|
|
54
|
+
export const ColorFillSecondary = "rgba(100, 12, 65, 0.06)";
|
|
55
|
+
export const ColorFillTertiary = "rgba(100, 12, 65, 0.04)";
|
|
56
|
+
export const ColorFillQuaternary = "rgba(100, 12, 65, 0.02)";
|
|
57
|
+
export const ColorInfoBg = "#fcf3f8";
|
|
58
|
+
export const ColorInfoBgHover = "#f7d9eb";
|
|
59
|
+
export const ColorInfoBorder = "#ef76bf";
|
|
60
|
+
export const ColorInfoBorderHover = "#f03da8";
|
|
61
|
+
export const ColorInfoHover = "#c20075";
|
|
62
|
+
export const ColorInfoActive = "#800a51";
|
|
63
|
+
export const ColorInfoTextHover = "#c20075";
|
|
64
|
+
export const ColorInfoText = "#800a51";
|
|
65
|
+
export const ColorInfoTextActive = "#640c41";
|
|
66
|
+
export const ColorPrimaryBg = "#fcf3f8";
|
|
67
|
+
export const ColorPrimaryBgHover = "#f7d9eb";
|
|
68
|
+
export const ColorPrimaryBorder = "#ef76bf";
|
|
69
|
+
export const ColorPrimaryBorderHover = "#f03da8";
|
|
70
|
+
export const ColorPrimaryHover = "#c20075";
|
|
71
|
+
export const ColorPrimaryActive = "#800a51";
|
|
72
|
+
export const ColorPrimaryTextHover = "#c20075";
|
|
73
|
+
export const ColorPrimaryText = "#800a51";
|
|
74
|
+
export const ColorPrimaryTextActive = "#640c41";
|
|
75
|
+
export const ControlOutline = "rgba(161, 8, 99, 0.1)";
|
|
76
|
+
export const FontWeightStrong = 500;
|
|
77
|
+
export const ColorFillAlterSolid = "#fcf3f8";
|
|
78
|
+
export const ColorFilledHandleBg = "#f7d9eb";
|
|
79
|
+
export const MpBrandPrimary1 = "#fcf3f8";
|
|
80
|
+
export const MpBrandPrimary2 = "#f7d9eb";
|
|
81
|
+
export const MpBrandPrimary3 = "#f1acd6";
|
|
82
|
+
export const MpBrandPrimary4 = "#ef76bf";
|
|
83
|
+
export const MpBrandPrimary5 = "#f03da8";
|
|
84
|
+
export const MpBrandPrimary6 = "#ef0b94";
|
|
85
|
+
export const MpBrandPrimary7 = "#c20075";
|
|
86
|
+
export const MpBrandPrimary8 = "#a10863";
|
|
87
|
+
export const MpBrandPrimary9 = "#800a51";
|
|
88
|
+
export const MpBrandPrimary10 = "#640c41";
|
|
89
|
+
export const MpBrandSecondary1 = "#ffffff";
|
|
90
|
+
export const MpBrandSecondary2 = "#faf9f8";
|
|
91
|
+
export const MpBrandSecondary3 = "#eceae9";
|
|
92
|
+
export const MpBrandSecondary4 = "#dcdcd8";
|
|
93
|
+
export const MpBrandSecondary5 = "#babbb5";
|
|
94
|
+
export const MpBrandSecondary6 = "#717368";
|
|
95
|
+
export const MpBrandSecondary7 = "#505249";
|
|
96
|
+
export const MpBrandSecondary8 = "#2c2d2b";
|
|
97
|
+
export const MpBrandSecondary9 = "#212020";
|
|
98
|
+
export const MpBrandSecondary10 = "#0f0e0e";
|
|
99
|
+
export const MpColorIconStrong = "#0f0e0e";
|
|
100
|
+
export const MpColorIconBrand = "#640c41";
|
|
101
|
+
export const MpColorBorderDisabled = "#dcdcd8";
|
|
102
|
+
export const MpIconSizeXs = "12px";
|
|
103
|
+
export const MpIconSizeSm = "16px";
|
|
104
|
+
export const MpIconSizeMd = "20px";
|
|
105
|
+
export const MpIconSizeLg = "24px";
|
|
106
|
+
export const MpIconSizeXl = "28px";
|
|
107
|
+
export const MpIconSizeXxl = "32px";
|
|
108
|
+
export const MpIconSizeXxxl = "40px";
|
|
109
|
+
export const MpIconSizeXxxxl = "48px";
|
|
110
|
+
export const MpQueryItemHeight = "32px";
|
|
111
|
+
export const MpQueryItemPadding = "4px";
|
|
112
|
+
export const MpQueryItemGap = "4px";
|
|
113
|
+
export const MpQueryItemBorderWidth = "0 0 1px 0";
|
|
114
|
+
export const MpQueryItemBorderWidthActive = "0 0 2px 0";
|
|
115
|
+
export const MpQueryItemBorderRadius = "2px";
|
|
116
|
+
export const MpQueryItemBorderColor = "#ef76bf";
|
|
117
|
+
export const MpQueryItemBorderColorFocus = "#a10863";
|
|
118
|
+
export const MpQueryItemBorderColorHover = "#a10863";
|
|
119
|
+
export const MpQueryItemBorderColorActive = "#a10863";
|
|
120
|
+
export const MpQueryItemBorderColorDisabled = "#dcdcd8";
|
|
121
|
+
export const MpQueryItemBorderColorError = "#ff4d4f";
|
|
122
|
+
export const MpQueryItemBgColor = "#ffffff";
|
|
123
|
+
export const MpQueryItemBgColorHover = "#fcf3f8";
|
|
124
|
+
export const MpQueryItemBgColorActive = "#f7d9eb";
|
|
125
|
+
export const MpQueryItemBgColorDisabled = "rgba(15, 14, 14, 0.04)";
|
|
126
|
+
export const MpQueryItemColorDisabled = "rgba(0, 0, 0, 0.4)";
|
|
127
|
+
export const MpQueryItemShadow = "none";
|
|
128
|
+
export const MpQueryItemShadowFocus = "0 0 0 2px rgba(161, 8, 99, 0.1)";
|
|
129
|
+
export const MpQueryItemShadowActive = "0 0 0 2px rgba(161, 8, 99, 0.1)";
|
|
130
|
+
export const MpQueryItemValueSelectorFontWeight = "500";
|
|
131
|
+
export const MpQueryItemValueSelectorColor = "#640c41";
|
|
132
|
+
export const MpQueryItemActionPrimaryColor = "#a10863";
|
|
133
|
+
export const MpQueryItemActionSecondaryColor = "rgba(0, 0, 0, 0.55)";
|
|
134
|
+
export const MpQueryItemActionFontWeight = "400";
|
|
135
|
+
export const Blue1 = "#e6f4ff";
|
|
136
|
+
export const Blue2 = "#bae0ff";
|
|
137
|
+
export const Blue3 = "#91caff";
|
|
138
|
+
export const Blue4 = "#69b1ff";
|
|
139
|
+
export const Blue5 = "#4096ff";
|
|
140
|
+
export const Blue6 = "#1677ff";
|
|
141
|
+
export const Blue7 = "#0958d9";
|
|
142
|
+
export const Blue8 = "#003eb3";
|
|
143
|
+
export const Blue9 = "#002c8c";
|
|
144
|
+
export const Blue10 = "#001d66";
|
|
145
|
+
export const Purple1 = "#f9f0ff";
|
|
146
|
+
export const Purple2 = "#efdbff";
|
|
147
|
+
export const Purple3 = "#d3adf7";
|
|
148
|
+
export const Purple4 = "#b37feb";
|
|
149
|
+
export const Purple5 = "#9254de";
|
|
150
|
+
export const Purple6 = "#722ed1";
|
|
151
|
+
export const Purple7 = "#531dab";
|
|
152
|
+
export const Purple8 = "#391085";
|
|
153
|
+
export const Purple9 = "#22075e";
|
|
154
|
+
export const Purple10 = "#120338";
|
|
155
|
+
export const Cyan1 = "#e6fffb";
|
|
156
|
+
export const Cyan2 = "#b5f5ec";
|
|
157
|
+
export const Cyan3 = "#87e8de";
|
|
158
|
+
export const Cyan4 = "#5cdbd3";
|
|
159
|
+
export const Cyan5 = "#36cfc9";
|
|
160
|
+
export const Cyan6 = "#13c2c2";
|
|
161
|
+
export const Cyan7 = "#08979c";
|
|
162
|
+
export const Cyan8 = "#006d75";
|
|
163
|
+
export const Cyan9 = "#00474f";
|
|
164
|
+
export const Cyan10 = "#002329";
|
|
165
|
+
export const Green1 = "#f6ffed";
|
|
166
|
+
export const Green2 = "#d9f7be";
|
|
167
|
+
export const Green3 = "#b7eb8f";
|
|
168
|
+
export const Green4 = "#95de64";
|
|
169
|
+
export const Green5 = "#73d13d";
|
|
170
|
+
export const Green6 = "#52c41a";
|
|
171
|
+
export const Green7 = "#389e0d";
|
|
172
|
+
export const Green8 = "#237804";
|
|
173
|
+
export const Green9 = "#135200";
|
|
174
|
+
export const Green10 = "#092b00";
|
|
175
|
+
export const Magenta1 = "#fff0f6";
|
|
176
|
+
export const Magenta2 = "#ffd6e7";
|
|
177
|
+
export const Magenta3 = "#ffadd2";
|
|
178
|
+
export const Magenta4 = "#ff85c0";
|
|
179
|
+
export const Magenta5 = "#f759ab";
|
|
180
|
+
export const Magenta6 = "#eb2f96";
|
|
181
|
+
export const Magenta7 = "#c41d7f";
|
|
182
|
+
export const Magenta8 = "#9e1068";
|
|
183
|
+
export const Magenta9 = "#780650";
|
|
184
|
+
export const Magenta10 = "#520339";
|
|
185
|
+
export const Pink1 = "#fff0f6";
|
|
186
|
+
export const Pink2 = "#ffd6e7";
|
|
187
|
+
export const Pink3 = "#ffadd2";
|
|
188
|
+
export const Pink4 = "#ff85c0";
|
|
189
|
+
export const Pink5 = "#f759ab";
|
|
190
|
+
export const Pink6 = "#eb2f96";
|
|
191
|
+
export const Pink7 = "#c41d7f";
|
|
192
|
+
export const Pink8 = "#9e1068";
|
|
193
|
+
export const Pink9 = "#780650";
|
|
194
|
+
export const Pink10 = "#520339";
|
|
195
|
+
export const Red1 = "#fff1f0";
|
|
196
|
+
export const Red2 = "#ffccc7";
|
|
197
|
+
export const Red3 = "#ffa39e";
|
|
198
|
+
export const Red4 = "#ff7875";
|
|
199
|
+
export const Red5 = "#ff4d4f";
|
|
200
|
+
export const Red6 = "#f5222d";
|
|
201
|
+
export const Red7 = "#cf1322";
|
|
202
|
+
export const Red8 = "#a8071a";
|
|
203
|
+
export const Red9 = "#820014";
|
|
204
|
+
export const Red10 = "#5c0011";
|
|
205
|
+
export const Orange1 = "#fff7e6";
|
|
206
|
+
export const Orange2 = "#ffe7ba";
|
|
207
|
+
export const Orange3 = "#ffd591";
|
|
208
|
+
export const Orange4 = "#ffc069";
|
|
209
|
+
export const Orange5 = "#ffa940";
|
|
210
|
+
export const Orange6 = "#fa8c16";
|
|
211
|
+
export const Orange7 = "#d46b08";
|
|
212
|
+
export const Orange8 = "#ad4e00";
|
|
213
|
+
export const Orange9 = "#873800";
|
|
214
|
+
export const Orange10 = "#612500";
|
|
215
|
+
export const Yellow1 = "#feffe6";
|
|
216
|
+
export const Yellow2 = "#ffffb8";
|
|
217
|
+
export const Yellow3 = "#fffb8f";
|
|
218
|
+
export const Yellow4 = "#fff566";
|
|
219
|
+
export const Yellow5 = "#ffec3d";
|
|
220
|
+
export const Yellow6 = "#fadb14";
|
|
221
|
+
export const Yellow7 = "#d4b106";
|
|
222
|
+
export const Yellow8 = "#ad8b00";
|
|
223
|
+
export const Yellow9 = "#876800";
|
|
224
|
+
export const Yellow10 = "#614700";
|
|
225
|
+
export const Volcano1 = "#fff2e8";
|
|
226
|
+
export const Volcano2 = "#ffd8bf";
|
|
227
|
+
export const Volcano3 = "#ffbb96";
|
|
228
|
+
export const Volcano4 = "#ff9c6e";
|
|
229
|
+
export const Volcano5 = "#ff7a45";
|
|
230
|
+
export const Volcano6 = "#fa541c";
|
|
231
|
+
export const Volcano7 = "#d4380d";
|
|
232
|
+
export const Volcano8 = "#ad2102";
|
|
233
|
+
export const Volcano9 = "#871400";
|
|
234
|
+
export const Volcano10 = "#610b00";
|
|
235
|
+
export const Geekblue1 = "#f0f5ff";
|
|
236
|
+
export const Geekblue2 = "#d6e4ff";
|
|
237
|
+
export const Geekblue3 = "#adc6ff";
|
|
238
|
+
export const Geekblue4 = "#85a5ff";
|
|
239
|
+
export const Geekblue5 = "#597ef7";
|
|
240
|
+
export const Geekblue6 = "#2f54eb";
|
|
241
|
+
export const Geekblue7 = "#1d39c4";
|
|
242
|
+
export const Geekblue8 = "#10239e";
|
|
243
|
+
export const Geekblue9 = "#061178";
|
|
244
|
+
export const Geekblue10 = "#030852";
|
|
245
|
+
export const Gold1 = "#fffbe6";
|
|
246
|
+
export const Gold2 = "#fff1b8";
|
|
247
|
+
export const Gold3 = "#ffe58f";
|
|
248
|
+
export const Gold4 = "#ffd666";
|
|
249
|
+
export const Gold5 = "#ffc53d";
|
|
250
|
+
export const Gold6 = "#faad14";
|
|
251
|
+
export const Gold7 = "#d48806";
|
|
252
|
+
export const Gold8 = "#ad6800";
|
|
253
|
+
export const Gold9 = "#874d00";
|
|
254
|
+
export const Gold10 = "#613400";
|
|
255
|
+
export const Lime1 = "#fcffe6";
|
|
256
|
+
export const Lime2 = "#f4ffb8";
|
|
257
|
+
export const Lime3 = "#eaff8f";
|
|
258
|
+
export const Lime4 = "#d3f261";
|
|
259
|
+
export const Lime5 = "#bae637";
|
|
260
|
+
export const Lime6 = "#a0d911";
|
|
261
|
+
export const Lime7 = "#7cb305";
|
|
262
|
+
export const Lime8 = "#5b8c00";
|
|
263
|
+
export const Lime9 = "#3f6600";
|
|
264
|
+
export const Lime10 = "#254000";
|
|
265
|
+
export const ColorBgLayout = "#f5f5f5";
|
|
266
|
+
export const ColorBgContainer = "#ffffff";
|
|
267
|
+
export const ColorBgElevated = "#ffffff";
|
|
268
|
+
export const ColorBgSpotlight = "rgba(0, 0, 0, 0.85)";
|
|
269
|
+
export const ColorBgBlur = "transparent";
|
|
270
|
+
export const ColorSuccessBg = "#f6ffed";
|
|
271
|
+
export const ColorSuccessBgHover = "#d9f7be";
|
|
272
|
+
export const ColorSuccessBorder = "#b7eb8f";
|
|
273
|
+
export const ColorSuccessBorderHover = "#95de64";
|
|
274
|
+
export const ColorSuccessHover = "#95de64";
|
|
275
|
+
export const ColorSuccessActive = "#389e0d";
|
|
276
|
+
export const ColorSuccessTextHover = "#73d13d";
|
|
277
|
+
export const ColorSuccessText = "#52c41a";
|
|
278
|
+
export const ColorSuccessTextActive = "#389e0d";
|
|
279
|
+
export const ColorErrorBg = "#fff2f0";
|
|
280
|
+
export const ColorErrorBgHover = "#fff1f0";
|
|
281
|
+
export const ColorErrorBgActive = "#ffccc7";
|
|
282
|
+
export const ColorErrorBorder = "#ffccc7";
|
|
283
|
+
export const ColorErrorBorderHover = "#ffa39e";
|
|
284
|
+
export const ColorErrorHover = "#ff7875";
|
|
285
|
+
export const ColorErrorActive = "#d9363e";
|
|
286
|
+
export const ColorErrorTextHover = "#ff7875";
|
|
287
|
+
export const ColorErrorText = "#ff4d4f";
|
|
288
|
+
export const ColorErrorTextActive = "#d9363e";
|
|
289
|
+
export const ColorWarningBg = "#fffbe6";
|
|
290
|
+
export const ColorWarningBgHover = "#fff1b8";
|
|
291
|
+
export const ColorWarningBorder = "#ffe58f";
|
|
292
|
+
export const ColorWarningBorderHover = "#ffd666";
|
|
293
|
+
export const ColorWarningHover = "#ffd666";
|
|
294
|
+
export const ColorWarningActive = "#d48806";
|
|
295
|
+
export const ColorWarningTextHover = "#ffc53d";
|
|
296
|
+
export const ColorWarningText = "#faad14";
|
|
297
|
+
export const ColorWarningTextActive = "#d48806";
|
|
298
|
+
export const ColorLinkHover = "#d444f1";
|
|
299
|
+
export const ColorLinkActive = "#800a51";
|
|
300
|
+
export const ColorBgMask = "rgba(0, 0, 0, 0.45)";
|
|
301
|
+
export const ColorWhite = "#fff";
|
|
302
|
+
export const FontSizeSm = "12px";
|
|
303
|
+
export const FontSizeLg = "16px";
|
|
304
|
+
export const FontSizeXl = "20px";
|
|
305
|
+
export const FontSizeHeading1 = "38px";
|
|
306
|
+
export const FontSizeHeading2 = "30px";
|
|
307
|
+
export const FontSizeHeading3 = "24px";
|
|
308
|
+
export const FontSizeHeading4 = "20px";
|
|
309
|
+
export const FontSizeHeading5 = "16px";
|
|
310
|
+
export const LineHeight = 1.5714285714285714;
|
|
311
|
+
export const LineHeightLg = 1.5;
|
|
312
|
+
export const LineHeightSm = 1.6666666666666667;
|
|
313
|
+
export const FontHeight = "22px";
|
|
314
|
+
export const FontHeightLg = "24px";
|
|
315
|
+
export const FontHeightSm = "20px";
|
|
316
|
+
export const LineHeightHeading1 = 1.2105263157894737;
|
|
317
|
+
export const LineHeightHeading2 = 1.2666666666666666;
|
|
318
|
+
export const LineHeightHeading3 = 1.3333333333333333;
|
|
319
|
+
export const LineHeightHeading4 = 1.4;
|
|
320
|
+
export const LineHeightHeading5 = 1.5;
|
|
321
|
+
export const SizeXxl = "48px";
|
|
322
|
+
export const SizeXl = "32px";
|
|
323
|
+
export const SizeLg = "24px";
|
|
324
|
+
export const SizeMd = "20px";
|
|
325
|
+
export const SizeMs = "16px";
|
|
326
|
+
export const Size = "16px";
|
|
327
|
+
export const SizeSm = "12px";
|
|
328
|
+
export const SizeXs = "8px";
|
|
329
|
+
export const SizeXxs = "4px";
|
|
330
|
+
export const ControlHeightSm = "24px";
|
|
331
|
+
export const ControlHeightXs = "16px";
|
|
332
|
+
export const ControlHeightLg = "40px";
|
|
333
|
+
export const MotionDurationFast = "0.1s";
|
|
334
|
+
export const MotionDurationMid = "0.2s";
|
|
335
|
+
export const MotionDurationSlow = "0.3s";
|
|
336
|
+
export const LineWidthBold = "2px";
|
|
337
|
+
export const BorderRadiusXs = "2px";
|
|
338
|
+
export const BorderRadiusSm = "4px";
|
|
339
|
+
export const BorderRadiusLg = "8px";
|
|
340
|
+
export const BorderRadiusOuter = "4px";
|
|
341
|
+
export const ColorFillContent = "rgba(100, 12, 65, 0.06)";
|
|
342
|
+
export const ColorFillContentHover = "rgba(100, 12, 65, 0.15)";
|
|
343
|
+
export const ColorFillAlter = "rgba(100, 12, 65, 0.02)";
|
|
344
|
+
export const ColorBgContainerDisabled = "rgba(100, 12, 65, 0.04)";
|
|
345
|
+
export const ColorBorderBg = "#ffffff";
|
|
346
|
+
export const ColorSplit = "rgba(44, 22, 11, 0.09)";
|
|
347
|
+
export const ColorTextPlaceholder = "rgba(0, 0, 0, 0.4)";
|
|
348
|
+
export const ColorTextDisabled = "rgba(0, 0, 0, 0.4)";
|
|
349
|
+
export const ColorTextHeading = "rgba(0, 0, 0, 0.95)";
|
|
350
|
+
export const ColorTextLabel = "rgba(0, 0, 0, 0.75)";
|
|
351
|
+
export const ColorTextDescription = "rgba(0, 0, 0, 0.55)";
|
|
352
|
+
export const ColorTextLightSolid = "#fff";
|
|
353
|
+
export const ColorHighlight = "#ff4d4f";
|
|
354
|
+
export const ColorBgTextHover = "rgba(100, 12, 65, 0.06)";
|
|
355
|
+
export const ColorBgTextActive = "rgba(100, 12, 65, 0.15)";
|
|
356
|
+
export const ColorIcon = "rgba(0, 0, 0, 0.55)";
|
|
357
|
+
export const ColorIconHover = "rgba(0, 0, 0, 0.95)";
|
|
358
|
+
export const ColorErrorOutline = "rgba(255, 38, 5, 0.06)";
|
|
359
|
+
export const ColorWarningOutline = "rgba(255, 215, 5, 0.1)";
|
|
360
|
+
export const FontSizeIcon = "12px";
|
|
361
|
+
export const LineWidthFocus = "4px";
|
|
362
|
+
export const ControlOutlineWidth = "2px";
|
|
363
|
+
export const ControlInteractiveSize = "16px";
|
|
364
|
+
export const ControlItemBgHover = "rgba(100, 12, 65, 0.04)";
|
|
365
|
+
export const ControlItemBgActive = "#fcf3f8";
|
|
366
|
+
export const ControlItemBgActiveHover = "#f7d9eb";
|
|
367
|
+
export const ControlItemBgActiveDisabled = "rgba(100, 12, 65, 0.15)";
|
|
368
|
+
export const ControlTmpOutline = "rgba(100, 12, 65, 0.02)";
|
|
369
|
+
export const OpacityLoading = 0.65;
|
|
370
|
+
export const LinkDecoration = "none";
|
|
371
|
+
export const LinkHoverDecoration = "none";
|
|
372
|
+
export const LinkFocusDecoration = "none";
|
|
373
|
+
export const ControlPaddingHorizontal = "12px";
|
|
374
|
+
export const ControlPaddingHorizontalSm = "8px";
|
|
375
|
+
export const PaddingXxs = "4px";
|
|
376
|
+
export const PaddingXs = "8px";
|
|
377
|
+
export const PaddingSm = "12px";
|
|
378
|
+
export const Padding = "16px";
|
|
379
|
+
export const PaddingMd = "20px";
|
|
380
|
+
export const PaddingLg = "24px";
|
|
381
|
+
export const PaddingXl = "32px";
|
|
382
|
+
export const PaddingContentHorizontalLg = "24px";
|
|
383
|
+
export const PaddingContentVerticalLg = "16px";
|
|
384
|
+
export const PaddingContentHorizontal = "16px";
|
|
385
|
+
export const PaddingContentVertical = "12px";
|
|
386
|
+
export const PaddingContentHorizontalSm = "16px";
|
|
387
|
+
export const PaddingContentVerticalSm = "8px";
|
|
388
|
+
export const MarginXxs = "4px";
|
|
389
|
+
export const MarginXs = "8px";
|
|
390
|
+
export const MarginSm = "12px";
|
|
391
|
+
export const Margin = "16px";
|
|
392
|
+
export const MarginMd = "20px";
|
|
393
|
+
export const MarginLg = "24px";
|
|
394
|
+
export const MarginXl = "32px";
|
|
395
|
+
export const MarginXxl = "48px";
|
|
396
|
+
export const BoxShadow =
|
|
397
|
+
" 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
398
|
+
export const BoxShadowSecondary =
|
|
399
|
+
" 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
400
|
+
export const BoxShadowTertiary =
|
|
401
|
+
" 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02) ";
|
|
402
|
+
export const ScreenXs = "480px";
|
|
403
|
+
export const ScreenXsMin = "480px";
|
|
404
|
+
export const ScreenXsMax = "575px";
|
|
405
|
+
export const ScreenSm = "576px";
|
|
406
|
+
export const ScreenSmMin = "576px";
|
|
407
|
+
export const ScreenSmMax = "767px";
|
|
408
|
+
export const ScreenMd = "768px";
|
|
409
|
+
export const ScreenMdMin = "768px";
|
|
410
|
+
export const ScreenMdMax = "991px";
|
|
411
|
+
export const ScreenLg = "992px";
|
|
412
|
+
export const ScreenLgMin = "992px";
|
|
413
|
+
export const ScreenLgMax = "1199px";
|
|
414
|
+
export const ScreenXl = "1200px";
|
|
415
|
+
export const ScreenXlMin = "1200px";
|
|
416
|
+
export const ScreenXlMax = "1599px";
|
|
417
|
+
export const ScreenXxl = "1600px";
|
|
418
|
+
export const ScreenXxlMin = "1600px";
|
|
419
|
+
export const BoxShadowPopoverArrow = "2px 2px 5px rgba(0, 0, 0, 0.05)";
|
|
420
|
+
export const BoxShadowCard =
|
|
421
|
+
" 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09) ";
|
|
422
|
+
export const BoxShadowDrawerRight =
|
|
423
|
+
" -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
424
|
+
export const BoxShadowDrawerLeft =
|
|
425
|
+
" 6px 0 16px 0 rgba(0, 0, 0, 0.08), 3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
426
|
+
export const BoxShadowDrawerUp =
|
|
427
|
+
" 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
428
|
+
export const BoxShadowDrawerDown =
|
|
429
|
+
" 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05) ";
|
|
430
|
+
export const BoxShadowTabsOverflowLeft =
|
|
431
|
+
"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)";
|
|
432
|
+
export const BoxShadowTabsOverflowRight =
|
|
433
|
+
"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)";
|
|
434
|
+
export const BoxShadowTabsOverflowTop =
|
|
435
|
+
"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)";
|
|
436
|
+
export const BoxShadowTabsOverflowBottom =
|
|
437
|
+
"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)";
|