@argusoft/medplat-app-shell 1.0.5 → 1.0.7
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/package.json +139 -141
- package/src/GlobalErrorBoundary.jsx +31 -0
- package/src/SilentErrorFallback.jsx +68 -0
- package/src/TrackingProviderWrapper.jsx +40 -0
- package/src/_tests_/__mocks__/MockTranslationProvider.jsx +21 -0
- package/src/_tests_/__mocks__/ckeditor.js +45 -0
- package/src/_tests_/__mocks__/fileMock.js +1 -0
- package/src/_tests_/__mocks__/useranalytics.js +5 -0
- package/src/_tests_/views/components/Dashboard/DashboardUI.test.jsx +137 -0
- package/src/_tests_/views/components/Dashboard/DashboardUIMock.js +877 -0
- package/src/_tests_/views/components/ForgotPassword/ForgotPassword.test.jsx +314 -0
- package/src/_tests_/views/components/LocationDirective/LocationDirective.test.jsx.disable +229 -0
- package/src/_tests_/views/components/LocationDirective/mockLocationDirective.js +810 -0
- package/src/_tests_/views/components/LocationType/MockLocationType.js +42259 -0
- package/src/_tests_/views/components/LocationType/addlocationtype.test.jsx.disable +276 -0
- package/src/_tests_/views/components/LocationType/editlocationtype.test.jsx.disable +262 -0
- package/src/_tests_/views/components/LocationType/locationtype.test.jsx.disable +148 -0
- package/src/_tests_/views/components/Profile/UpdateProfileModalData.js +4396 -0
- package/src/_tests_/views/components/Profile/updateprofilemodal.test.jsx +282 -0
- package/src/_tests_/views/components/SideBar/MockSideBar.js +1379 -0
- package/src/_tests_/views/components/SideBar/SideBar.test.jsx +98 -0
- package/src/_tests_/views/components/SystemConfig/ManageSystemConfig/AddManageSystemConfig.test.jsx.disable +164 -0
- package/src/_tests_/views/components/SystemConfig/ManageSystemConfig/UpdateManageSystemConfig.test.jsx.disable +157 -0
- package/src/_tests_/views/components/SystemConfig/MockSystemConfig.js +1280 -0
- package/src/_tests_/views/components/SystemConfig/SystemConfig.test.jsx.disable +165 -0
- package/src/_tests_/views/components/login/Login.test.jsx +276 -0
- package/src/_tests_/views/components/login/MockAuthorise.js +2414 -0
- package/src/_tests_/views/components/login/ServiceResponse.js +595 -0
- package/src/_tests_/views/components/user/MockManageUser.js +7965 -0
- package/src/_tests_/views/components/user/manageuser.test.jsx.disable +989 -0
- package/src/_tests_/views/components/user/mockUsersData.js +582 -0
- package/src/assets/img/OASISLogin.png +0 -0
- package/src/assets/img/bahaarNew.png +0 -0
- package/src/assets/img/dnhdd4K.png +0 -0
- package/src/assets/img/govtofup.png +0 -0
- package/src/assets/img/sewarural4K.png +0 -0
- package/src/assets/img/techo4K.png +0 -0
- package/src/assets/img/up4K.png +0 -0
- package/src/common/HolidayList.jsx +573 -0
- package/src/common/MalaciaousInputUtil.js +23 -0
- package/src/common/SafeHtml.jsx +17 -0
- package/src/common/VersionManager.jsx +109 -0
- package/src/common/constants/PerformanceDashboard.js +514 -0
- package/src/common/constants/app.constant.js +781 -0
- package/src/common/constants/cccVerificationConstants.js +18 -0
- package/src/common/constants/fhsrConstant.js +33 -0
- package/src/common/constants/gvk-verification.constant.js +76 -0
- package/src/common/constants/search.constant.js +23 -0
- package/src/common/constants/teleconsulatationConstant.jsx +1339 -0
- package/src/common/directives/SearchTemplate.jsx +784 -0
- package/src/common/directives/SearchTemplate.scss +14 -0
- package/src/common/dynamicView/DynamicView.jsx +353 -0
- package/src/common/dynamicView/InputFieldComponent.jsx +1501 -0
- package/src/common/dynamicView/InputViewComponent.jsx +298 -0
- package/src/common/dynamicView/InputViewComponent.scss +15 -0
- package/src/common/env.js +5 -0
- package/src/common/filters/locationNameFilter.js +26 -0
- package/src/common/fontAwesomeIcons/FontAwesomeIcons.jsx +27 -0
- package/src/common/fontAwesomeIcons/FontAwesomeIconsNames.js +1968 -0
- package/src/common/fontPreferences/fontSizeProvider.jsx +34 -0
- package/src/common/fontPreferences/fontSizeSelector.jsx +116 -0
- package/src/common/getAssignedFeature/getAssignedFeature.js +32 -0
- package/src/common/interceptors/AxiosInterceptor.js +216 -0
- package/src/common/languageTranslator/TranslationContext.js +5 -0
- package/src/common/languageTranslator/TranslationProvider.jsx +24 -0
- package/src/common/languageTranslator/i18n.js +49 -0
- package/src/common/services/AuthenticateService.js +116 -0
- package/src/common/services/DownloadFile.js +35 -0
- package/src/common/services/ForgotPassword.js +18 -0
- package/src/common/services/FormConfiguratorService.js +195 -0
- package/src/common/services/GlobalApis.js +84 -0
- package/src/common/services/InterceptorNavigationService.js +17 -0
- package/src/common/services/LocationService.js +65 -0
- package/src/common/services/LocationType.js +11 -0
- package/src/common/services/QueryBuilder.js +36 -0
- package/src/common/services/Roles.js +28 -0
- package/src/common/services/SyncWithServer.js +15 -0
- package/src/common/services/SystemConfig.js +15 -0
- package/src/common/services/TranslationService.js +70 -0
- package/src/common/services/TwoFactorService.js +7 -0
- package/src/common/services/Users.js +91 -0
- package/src/common/services/Webtasks.js +27 -0
- package/src/common/services/util/Convert-pad-data-to-API-format.jsx +167 -0
- package/src/common/services/util/Convert-to-UI-format.jsx +82 -0
- package/src/common/services/util/EmptyPrescriptionPadData.jsx +11 -0
- package/src/common/services/util/GeneralUtil.js +456 -0
- package/src/common/services/util/Prescription-pad-util.js +339 -0
- package/src/common/services/util/PrescriptionPadData.js +67 -0
- package/src/common/services/util/PrescriptionpadCommonUtil.js +96 -0
- package/src/common/services/util/ReportFieldUtil.jsx +398 -0
- package/src/common/services/util/WebSocketContext.jsx +261 -0
- package/src/common/syncWithServer/SyncWithServerDialog.jsx +170 -0
- package/src/common/syncWithServer/SyncWithServerDialogSkeleton.jsx +67 -0
- package/src/common/tests/CustomWrapper.jsx +49 -0
- package/src/common/tests/TranslationWrapper.jsx +38 -0
- package/src/common/themeProvider/ColorInputs.jsx +97 -0
- package/src/common/themeProvider/EditableColorInput.jsx +128 -0
- package/src/common/themeProvider/ThemeEditor.jsx +319 -0
- package/src/common/themeProvider/ThemeProvider.jsx +210 -0
- package/src/common/themeProvider/themeConfig.js +558 -0
- package/src/common/toaster/toaster.jsx +30 -0
- package/src/firebaseConfig.js +24 -0
- package/src/global.scss +221 -0
- package/src/hooks/.gitkeep +0 -0
- package/src/hooks/useAESEncryption.js +56 -0
- package/src/hooks/useCaching.js +43 -0
- package/src/hooks/useDebounce.js +34 -0
- package/src/hooks/useDebounceFn.js +50 -0
- package/src/hooks/useDownloadPdf.js +358 -0
- package/src/hooks/useDownloadXlsx.js +55 -0
- package/src/hooks/useListValueFieldValues.js +30 -0
- package/src/hooks/useLocationHierarchies.js +63 -0
- package/src/hooks/useLocationHierarchyTranslate.js +16 -0
- package/src/hooks/useOnline.js +27 -0
- package/src/hooks/usePagination.js +63 -0
- package/src/hooks/useRefreshToken.js +87 -0
- package/src/hooks/useScript.js +25 -0
- package/src/hooks/useStopwatch.js +75 -0
- package/src/hooks/useTrackEvent.js +22 -0
- package/src/hooks/useWebAudioRecorder.js +115 -0
- package/src/layout/LoaderComponet.jsx +22 -0
- package/src/layout/LoaderContext.jsx +29 -0
- package/src/layout/mainLayout/AdaptiveZoom.jsx +27 -0
- package/src/layout/mainLayout/Chatbot.jsx +243 -0
- package/src/layout/mainLayout/Layout.jsx +445 -0
- package/src/layout/mainLayout/Profile/UpdateProfileModal.jsx +684 -0
- package/src/layout/mainLayout/header/LogoutModal.jsx +131 -0
- package/src/layout/mainLayout/header/Navbar.jsx +1677 -0
- package/src/layout/mainLayout/header/Navbar.scss +4 -0
- package/src/layout/mainLayout/header/index.js +0 -0
- package/src/layout/mainLayout/sidebar/SideBar.jsx +1402 -0
- package/src/layout/mainLayout/sidebar/Sidebar.css +159 -0
- package/src/layout/mainLayout/sidebar/index.js +0 -0
- package/src/logo.svg +1 -0
- package/src/reportWebVitals.js +13 -0
- package/src/setupFirebaseMessaging.js +28 -0
- package/src/setupTests.js +8 -0
- package/src/store/actions/AuthenticationActions.js +0 -0
- package/src/store/actions/ReportsActions.js +0 -0
- package/src/store/actions/TranslationAction.js +0 -0
- package/src/store/index.js +8 -0
- package/src/store/reducer.js +46 -0
- package/src/store/reducers/AuthenticationReducer.js +50 -0
- package/src/store/reducers/CalendarEventReducer.js +41 -0
- package/src/store/reducers/ConditionClipboardReducer.js +45 -0
- package/src/store/reducers/FeatureReducer.js +27 -0
- package/src/store/reducers/FormConfiguratorReducer.js +38 -0
- package/src/store/reducers/LoadingReducer.js +20 -0
- package/src/store/reducers/MembersAuthenticationReducer.js +28 -0
- package/src/store/reducers/PrescriptionPadReducer.js +329 -0
- package/src/store/reducers/QuestionaireReducer.js +29 -0
- package/src/store/reducers/ReportsReducer.js +24 -0
- package/src/store/reducers/SkeletonReducer.js +20 -0
- package/src/store/reducers/ThemeReducer.js +106 -0
- package/src/store/reducers/TranslationReducer.js +126 -0
- package/src/store/reducers/dashboardEditorSlice.js +77 -0
- package/src/store/reducers/districtHealthDashboardSlice.js +58 -0
- package/src/store/reducers/immunizationSlice.js +234 -0
- package/src/store/slices/dashboardPagesSlice.js +51 -0
- package/src/utils/.gitkeep +0 -0
- package/src/utils/FormConstants.js +2629 -0
- package/src/utils/GujaratTopoChart.jsx +483 -0
- package/src/utils/UUIDgenerator.js +8 -0
- package/src/utils/appointment-utils/appointment-utils.js +123 -0
- package/src/utils/feature.js +42 -0
- package/src/utils/getThemeColor.js +12 -0
- package/src/utils/localStorageHelper.js +11 -0
- package/src/utils/notifications/enable-push-notifications.js +27 -0
- package/src/utils/resolveAppliedStyle.js +11 -0
- package/src/utils/themeConfigs.js +1483 -0
- package/src/views/custom-components/.gitkeep +0 -0
- package/src/views/custom-components/AgIconButton/RIf.jsx +14 -0
- package/src/views/custom-components/AgIconButton/button.jsx +108 -0
- package/src/views/custom-components/AgIconButton/waterDrop.jsx +95 -0
- package/src/views/custom-components/AgIconButton/waterDrop.scss +37 -0
- package/src/views/custom-components/AlertPlaceholder.jsx +32 -0
- package/src/views/custom-components/AllFaIconsSelector.jsx +56 -0
- package/src/views/custom-components/CkEditor/CkEditor.js +102 -0
- package/src/views/custom-components/CustomAccordion.jsx +72 -0
- package/src/views/custom-components/CustomActionIcons.jsx +118 -0
- package/src/views/custom-components/CustomAutoComplete.jsx +188 -0
- package/src/views/custom-components/CustomCheckBox.jsx +60 -0
- package/src/views/custom-components/CustomConfirmationModal.jsx +118 -0
- package/src/views/custom-components/CustomCountrySelect.jsx +129 -0
- package/src/views/custom-components/CustomDatePicker.jsx +122 -0
- package/src/views/custom-components/CustomDropdown.jsx +191 -0
- package/src/views/custom-components/CustomFileUpload.jsx +387 -0
- package/src/views/custom-components/CustomFullCalendar.jsx +514 -0
- package/src/views/custom-components/CustomInfiniteScroll.jsx +126 -0
- package/src/views/custom-components/CustomRadioComponent.jsx +65 -0
- package/src/views/custom-components/CustomStatsComponent.jsx +114 -0
- package/src/views/custom-components/CustomSvgUpload.jsx +170 -0
- package/src/views/custom-components/CustomSwitch.jsx +37 -0
- package/src/views/custom-components/CustomTabPanel.jsx +19 -0
- package/src/views/custom-components/CustomTextArea.jsx +62 -0
- package/src/views/custom-components/CustomTextArea.scss +27 -0
- package/src/views/custom-components/CustomTextField.jsx +116 -0
- package/src/views/custom-components/CustomToggleSwitch.jsx +138 -0
- package/src/views/custom-components/CustomTooltip.jsx +51 -0
- package/src/views/custom-components/CustomZoomImage.jsx +134 -0
- package/src/views/custom-components/CustomizedTable/CustomizedTableV2.jsx +1407 -0
- package/src/views/custom-components/CustomizedTable/VirtualizeTableBody.jsx +295 -0
- package/src/views/custom-components/CustomizedTable/helper.jsx +159 -0
- package/src/views/custom-components/CustomizedTable.jsx +532 -0
- package/src/views/custom-components/EditInputField.jsx +174 -0
- package/src/views/custom-components/FieldDescription.jsx +22 -0
- package/src/views/custom-components/FileDisplayComponent.jsx +138 -0
- package/src/views/custom-components/FormItem.jsx +53 -0
- package/src/views/custom-components/GenericChart.jsx +80 -0
- package/src/views/custom-components/InfoBadge.jsx +60 -0
- package/src/views/custom-components/PostgresEditor.jsx +801 -0
- package/src/views/custom-components/ResizableEditAutocompleteField.jsx +249 -0
- package/src/views/custom-components/ResizableEditInputField.jsx +215 -0
- package/src/views/custom-components/ResizeableEditSelectField.jsx +197 -0
- package/src/views/custom-components/SideOverlay.jsx +113 -0
- package/src/views/custom-components/SideOverlay.scss +42 -0
- package/src/views/custom-components/calendar.scss +571 -0
- package/src/views/feature-components/.gitkeep +0 -0
- package/src/views/feature-components/Dashboard/DashboardUI.jsx +1043 -0
- package/src/views/feature-components/Dashboard/DhnddModal/AshaDataQualityVerificationModal.jsx +278 -0
- package/src/views/feature-components/Dashboard/PinFeatureModal.jsx +143 -0
- package/src/views/feature-components/Dashboard/QuickLinks.jsx +163 -0
- package/src/views/feature-components/Dashboard/Taskbar.jsx +56 -0
- package/src/views/feature-components/Dashboard/WebtasksFilterForm.jsx +109 -0
- package/src/views/feature-components/Dashboard/WidgetCard.jsx +161 -0
- package/src/views/feature-components/Dashboard/actionModal.jsx +263 -0
- package/src/views/feature-components/Dashboard/ekavachModal/HealthWorkerIncorrectDetailsModal.jsx +332 -0
- package/src/views/feature-components/Dashboard/ekavachModal/MoMaternalDeathVerifcationModal.jsx +275 -0
- package/src/views/feature-components/Dashboard/ekavachModal/MoVerficationForChildScreeningMoadal.jsx +566 -0
- package/src/views/feature-components/FeatureUsageAnalytics/FeatureUsageAnalytics.jsx +989 -0
- package/src/views/feature-components/Features/NewServerManagement.jsx +217 -0
- package/src/views/feature-components/Features/ServerManagement.scss +120 -0
- package/src/views/feature-components/ForgotPassword/ForgotPassword.jsx +226 -0
- package/src/views/feature-components/LocationDirective/LocationDirective.jsx +992 -0
- package/src/views/feature-components/LocationDirective/LocationDirectiveV2.jsx +909 -0
- package/src/views/feature-components/NotFound.jsx +66 -0
- package/src/views/feature-components/Onboarding/Onboarding.jsx +1400 -0
- package/src/views/feature-components/Skeletons.js +115 -0
- package/src/views/feature-components/Unauthorized.jsx +48 -0
- package/src/views/feature-components/VerifyRoute.jsx +88 -0
- package/src/views/feature-components/YearlyRecap/YearlyRecap.jsx +357 -0
- package/src/views/feature-components/YearlyRecap/components/RecapSlide.jsx +183 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/TranslationContext.js +5 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/TranslationProvider.jsx +26 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/i18n.js +46 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/translations.json +167 -0
- package/src/views/feature-components/YearlyRecap/slides/IntroSlide.jsx +233 -0
- package/src/views/feature-components/YearlyRecap/slides/MaternalHealthSlide.jsx +146 -0
- package/src/views/feature-components/YearlyRecap/slides/MetricSlide.jsx +227 -0
- package/src/views/feature-components/YearlyRecap/slides/OutroSlide.jsx +701 -0
- package/src/views/feature-components/YearlyRecap/slides/ReachSlide.jsx +273 -0
- package/src/views/feature-components/login/Login.jsx +840 -0
- package/src/views/feature-components/login/Login.scss +154 -0
- package/src/views/feature-components/login/LoginConfigurator.jsx +1149 -0
- package/src/views/feature-components/login/TwoFactorSetupModal.jsx +411 -0
- package/src/views/feature-components/login/simplifyMenu.js +45 -0
- package/src/views/feature-components/system-config/ManageSystemConfigs.jsx +284 -0
- package/src/views/feature-components/system-config/SystemConfig.jsx +299 -0
- package/src/views/feature-components/users/ChangePasswordModal.jsx +243 -0
- package/src/views/feature-components/users/PasswordField.jsx +56 -0
- package/dist/index.css +0 -1
- package/dist/index.js +0 -32001
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1,1483 @@
|
|
|
1
|
+
const designTokens = {
|
|
2
|
+
spacing: {
|
|
3
|
+
xs: '4px',
|
|
4
|
+
sm: '8px',
|
|
5
|
+
md: '12px',
|
|
6
|
+
lg: '16px',
|
|
7
|
+
xl: '24px',
|
|
8
|
+
},
|
|
9
|
+
borderRadius: {
|
|
10
|
+
none: '0px',
|
|
11
|
+
sm: '4px',
|
|
12
|
+
md: '8px',
|
|
13
|
+
lg: '12px',
|
|
14
|
+
xl: '20px',
|
|
15
|
+
round: '50%',
|
|
16
|
+
},
|
|
17
|
+
borderWidth: {
|
|
18
|
+
none: '0px',
|
|
19
|
+
thin: '1px',
|
|
20
|
+
thick: '2px',
|
|
21
|
+
},
|
|
22
|
+
shadows: {
|
|
23
|
+
none: 'none',
|
|
24
|
+
light: '0 2px 4px rgba(0,0,0,0.1)',
|
|
25
|
+
medium: '0 4px 8px rgba(0,0,0,0.15)',
|
|
26
|
+
dark: '0 2px 6px rgba(0,0,0,0.3)',
|
|
27
|
+
soft: '0 4px 20px rgba(0,0,0,0.05)',
|
|
28
|
+
},
|
|
29
|
+
glass: {
|
|
30
|
+
backdropFilter: 'blur(10px)',
|
|
31
|
+
backgroundColor: 'rgba(255, 255, 255, 0.25)',
|
|
32
|
+
border: '1px solid rgba(255, 255, 255, 0.18)',
|
|
33
|
+
boxShadow: '0 8px 32px 0 rgba(31, 38, 135, 0.37)',
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export const themeConfigs = {
|
|
38
|
+
DEFAULT: {
|
|
39
|
+
design: {
|
|
40
|
+
...designTokens,
|
|
41
|
+
},
|
|
42
|
+
dashboard: {
|
|
43
|
+
backgroundColor: '#ffffff',
|
|
44
|
+
fontFamily: 'Roboto, sans-serif',
|
|
45
|
+
primaryColor: '#2f3e46',
|
|
46
|
+
secondaryColor: '#f50057',
|
|
47
|
+
textColor: '#333333',
|
|
48
|
+
borderColor: '#e0e0e0',
|
|
49
|
+
borderWidth: '1px',
|
|
50
|
+
borderRadius: '8px',
|
|
51
|
+
padding: '16px',
|
|
52
|
+
margin: '0px',
|
|
53
|
+
gap: '12px',
|
|
54
|
+
boxShadow: designTokens.shadows.light,
|
|
55
|
+
headerBgColor: '#f5f5f5',
|
|
56
|
+
headerTextColor: '#333333',
|
|
57
|
+
cardBgColor: '#ffffff',
|
|
58
|
+
cardTextColor: '#333333',
|
|
59
|
+
cardShadow: designTokens.shadows.light,
|
|
60
|
+
cardPadding: '16px',
|
|
61
|
+
},
|
|
62
|
+
charts: {
|
|
63
|
+
colorScheme: 'DEFAULT',
|
|
64
|
+
axis: {
|
|
65
|
+
backgroundColor: '#ffffff',
|
|
66
|
+
axisColor: '#666666',
|
|
67
|
+
gridColor: '#e0e0e0',
|
|
68
|
+
labelColor: '#333333',
|
|
69
|
+
tooltipBgColor: '#ffffff',
|
|
70
|
+
tooltipTextColor: '#333333',
|
|
71
|
+
|
|
72
|
+
fillColors: [
|
|
73
|
+
'#8884d8',
|
|
74
|
+
'#82ca9d',
|
|
75
|
+
'#ffc658',
|
|
76
|
+
'#ff8042',
|
|
77
|
+
'#d0ed57',
|
|
78
|
+
'#a4de6c',
|
|
79
|
+
'#83a6ed',
|
|
80
|
+
'#8dd1e1',
|
|
81
|
+
'#0088FE',
|
|
82
|
+
'#00C49F',
|
|
83
|
+
],
|
|
84
|
+
},
|
|
85
|
+
pie: {
|
|
86
|
+
backgroundColor: '#ffffff',
|
|
87
|
+
labelColor: '#333333',
|
|
88
|
+
tooltipBgColor: '#ffffff',
|
|
89
|
+
tooltipTextColor: '#333333',
|
|
90
|
+
fillColors: [
|
|
91
|
+
'#0088FE',
|
|
92
|
+
'#00C49F',
|
|
93
|
+
'#FFBB28',
|
|
94
|
+
'#FF8042',
|
|
95
|
+
'#8884d8',
|
|
96
|
+
'#82ca9d',
|
|
97
|
+
'#ffc658',
|
|
98
|
+
'#d0ed57',
|
|
99
|
+
'#a4de6c',
|
|
100
|
+
'#83a6ed',
|
|
101
|
+
],
|
|
102
|
+
},
|
|
103
|
+
flow: {
|
|
104
|
+
backgroundColor: '#ffffff',
|
|
105
|
+
linkColor: '#2f3e46',
|
|
106
|
+
nodeColor: '#f50057',
|
|
107
|
+
labelColor: '#333333',
|
|
108
|
+
tooltipBgColor: '#ffffff',
|
|
109
|
+
tooltipTextColor: '#333333',
|
|
110
|
+
fillColors: [
|
|
111
|
+
'#8884d8',
|
|
112
|
+
'#82ca9d',
|
|
113
|
+
'#ffc658',
|
|
114
|
+
'#ff8042',
|
|
115
|
+
'#d0ed57',
|
|
116
|
+
'#a4de6c',
|
|
117
|
+
'#83a6ed',
|
|
118
|
+
'#8dd1e1',
|
|
119
|
+
'#0088FE',
|
|
120
|
+
'#00C49F',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
drawer: {
|
|
125
|
+
bg: '#ffffff',
|
|
126
|
+
headerBg: '#ffffff',
|
|
127
|
+
headerHoverBg: '#f8fafc',
|
|
128
|
+
headerText: '#1e293b',
|
|
129
|
+
borderColor: '#e2e8f0',
|
|
130
|
+
sectionTitleColor: '#2f3e46',
|
|
131
|
+
tileBg: '#ffffff',
|
|
132
|
+
tileBorderColor: '#e2e8f0',
|
|
133
|
+
tileText: '#1e293b',
|
|
134
|
+
tileSubText: '#94a3b8',
|
|
135
|
+
tagBg: '#eff6ff',
|
|
136
|
+
tagText: '#3b82f6',
|
|
137
|
+
filterPillBg: '#ffffff',
|
|
138
|
+
filterPillBorder: '#e2e8f0',
|
|
139
|
+
filterPillText: '#475569',
|
|
140
|
+
filterPillHoverBg: '#f0fdf4',
|
|
141
|
+
filterPillHoverBorder: '#86efac',
|
|
142
|
+
filterPillHoverText: '#16a34a',
|
|
143
|
+
filterIconColor: '#94a3b8',
|
|
144
|
+
filterIconHoverColor: '#16a34a',
|
|
145
|
+
alertBg: '#eff6ff',
|
|
146
|
+
alertText: '#1d4ed8',
|
|
147
|
+
iconPalette: [
|
|
148
|
+
{ bg: '#eff6ff', color: '#3b82f6', hoverBg: '#3b82f6', hoverColor: '#ffffff' },
|
|
149
|
+
{ bg: '#eef2ff', color: '#6366f1', hoverBg: '#6366f1', hoverColor: '#ffffff' },
|
|
150
|
+
{ bg: '#faf5ff', color: '#a855f7', hoverBg: '#a855f7', hoverColor: '#ffffff' },
|
|
151
|
+
{ bg: '#fdf2f8', color: '#ec4899', hoverBg: '#ec4899', hoverColor: '#ffffff' },
|
|
152
|
+
{ bg: '#fff1f2', color: '#f43f5e', hoverBg: '#f43f5e', hoverColor: '#ffffff' },
|
|
153
|
+
{ bg: '#fff7ed', color: '#f97316', hoverBg: '#f97316', hoverColor: '#ffffff' },
|
|
154
|
+
{ bg: '#f0fdf4', color: '#22c55e', hoverBg: '#22c55e', hoverColor: '#ffffff' },
|
|
155
|
+
{ bg: '#f1f5f9', color: '#64748b', hoverBg: '#475569', hoverColor: '#ffffff' },
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
|
|
160
|
+
DARK: {
|
|
161
|
+
design: {
|
|
162
|
+
...designTokens,
|
|
163
|
+
},
|
|
164
|
+
dashboard: {
|
|
165
|
+
backgroundColor: '#0f0f13',
|
|
166
|
+
fontFamily: 'Roboto, sans-serif',
|
|
167
|
+
primaryColor: '#90caf9',
|
|
168
|
+
secondaryColor: '#f48fb1',
|
|
169
|
+
textColor: '#e0e0e0',
|
|
170
|
+
borderColor: '#424242',
|
|
171
|
+
borderWidth: '1px',
|
|
172
|
+
borderRadius: '8px',
|
|
173
|
+
padding: '16px',
|
|
174
|
+
margin: '0px',
|
|
175
|
+
gap: '12px',
|
|
176
|
+
boxShadow: designTokens.shadows.dark,
|
|
177
|
+
headerBgColor: '#1f1f1f',
|
|
178
|
+
headerTextColor: '#ffffff',
|
|
179
|
+
cardBgColor: '#1f1f1f',
|
|
180
|
+
cardTextColor: '#e0e0e0',
|
|
181
|
+
cardShadow: designTokens.shadows.medium,
|
|
182
|
+
cardPadding: '16px',
|
|
183
|
+
},
|
|
184
|
+
charts: {
|
|
185
|
+
colorScheme: 'DARK',
|
|
186
|
+
axis: {
|
|
187
|
+
backgroundColor: '#1f1f1f',
|
|
188
|
+
axisColor: '#90caf9',
|
|
189
|
+
gridColor: '#424242',
|
|
190
|
+
labelColor: '#e0e0e0',
|
|
191
|
+
tooltipBgColor: '#1e1e1e',
|
|
192
|
+
tooltipTextColor: '#ffffff',
|
|
193
|
+
|
|
194
|
+
fillColors: [
|
|
195
|
+
'#90caf9',
|
|
196
|
+
'#f48fb1',
|
|
197
|
+
'#ce93d8',
|
|
198
|
+
'#ffcc80',
|
|
199
|
+
'#81c784',
|
|
200
|
+
'#fff176',
|
|
201
|
+
'#ffb74d',
|
|
202
|
+
'#e57373',
|
|
203
|
+
'#ba68c8',
|
|
204
|
+
'#4fc3f7',
|
|
205
|
+
],
|
|
206
|
+
},
|
|
207
|
+
pie: {
|
|
208
|
+
backgroundColor: '#1f1f1f',
|
|
209
|
+
labelColor: '#e0e0e0',
|
|
210
|
+
tooltipBgColor: '#1e1e1e',
|
|
211
|
+
tooltipTextColor: '#ffffff',
|
|
212
|
+
|
|
213
|
+
fillColors: [
|
|
214
|
+
'#90caf9',
|
|
215
|
+
'#f48fb1',
|
|
216
|
+
'#ce93d8',
|
|
217
|
+
'#ffab91',
|
|
218
|
+
'#81c784',
|
|
219
|
+
'#fff176',
|
|
220
|
+
'#ffb74d',
|
|
221
|
+
'#e57373',
|
|
222
|
+
'#ba68c8',
|
|
223
|
+
'#4fc3f7',
|
|
224
|
+
],
|
|
225
|
+
},
|
|
226
|
+
flow: {
|
|
227
|
+
backgroundColor: '#1f1f1f',
|
|
228
|
+
linkColor: '#90caf9',
|
|
229
|
+
nodeColor: '#f48fb1',
|
|
230
|
+
labelColor: '#e0e0e0',
|
|
231
|
+
tooltipBgColor: '#1e1e1e',
|
|
232
|
+
tooltipTextColor: '#ffffff',
|
|
233
|
+
fillColors: [
|
|
234
|
+
'#90caf9',
|
|
235
|
+
'#f48fb1',
|
|
236
|
+
'#ce93d8',
|
|
237
|
+
'#ffcc80',
|
|
238
|
+
'#81c784',
|
|
239
|
+
'#fff176',
|
|
240
|
+
'#ffb74d',
|
|
241
|
+
'#e57373',
|
|
242
|
+
'#ba68c8',
|
|
243
|
+
'#4fc3f7',
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
},
|
|
247
|
+
drawer: {
|
|
248
|
+
bg: '#1f1f1f',
|
|
249
|
+
headerBg: '#1f1f1f',
|
|
250
|
+
headerHoverBg: '#2a2a2a',
|
|
251
|
+
headerText: '#e0e0e0',
|
|
252
|
+
borderColor: '#424242',
|
|
253
|
+
sectionTitleColor: '#90caf9',
|
|
254
|
+
tileBg: '#2a2a2a',
|
|
255
|
+
tileBorderColor: '#424242',
|
|
256
|
+
tileText: '#e0e0e0',
|
|
257
|
+
tileSubText: '#757575',
|
|
258
|
+
tagBg: 'rgba(144,202,249,0.15)',
|
|
259
|
+
tagText: '#90caf9',
|
|
260
|
+
filterPillBg: '#2a2a2a',
|
|
261
|
+
filterPillBorder: '#424242',
|
|
262
|
+
filterPillText: '#bdbdbd',
|
|
263
|
+
filterPillHoverBg: 'rgba(144,202,249,0.1)',
|
|
264
|
+
filterPillHoverBorder: '#90caf9',
|
|
265
|
+
filterPillHoverText: '#90caf9',
|
|
266
|
+
filterIconColor: '#757575',
|
|
267
|
+
filterIconHoverColor: '#90caf9',
|
|
268
|
+
alertBg: 'rgba(144,202,249,0.1)',
|
|
269
|
+
alertText: '#90caf9',
|
|
270
|
+
iconPalette: [
|
|
271
|
+
{ bg: 'rgba(144,202,249,0.15)', color: '#90caf9', hoverBg: '#90caf9', hoverColor: '#0f0f13' },
|
|
272
|
+
{ bg: 'rgba(244,143,177,0.15)', color: '#f48fb1', hoverBg: '#f48fb1', hoverColor: '#0f0f13' },
|
|
273
|
+
{ bg: 'rgba(206,147,216,0.15)', color: '#ce93d8', hoverBg: '#ce93d8', hoverColor: '#0f0f13' },
|
|
274
|
+
{ bg: 'rgba(255,204,128,0.15)', color: '#ffcc80', hoverBg: '#ffcc80', hoverColor: '#0f0f13' },
|
|
275
|
+
{ bg: 'rgba(128,203,196,0.15)', color: '#80cbc4', hoverBg: '#80cbc4', hoverColor: '#0f0f13' },
|
|
276
|
+
{ bg: 'rgba(165,214,167,0.15)', color: '#a5d6a7', hoverBg: '#a5d6a7', hoverColor: '#0f0f13' },
|
|
277
|
+
{ bg: 'rgba(239,154,154,0.15)', color: '#ef9a9a', hoverBg: '#ef9a9a', hoverColor: '#0f0f13' },
|
|
278
|
+
{ bg: 'rgba(255,255,255,0.08)', color: '#bdbdbd', hoverBg: '#616161', hoverColor: '#ffffff' },
|
|
279
|
+
],
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
|
|
283
|
+
NATURE: {
|
|
284
|
+
design: {
|
|
285
|
+
...designTokens,
|
|
286
|
+
},
|
|
287
|
+
dashboard: {
|
|
288
|
+
backgroundColor: '#e0f7fa',
|
|
289
|
+
fontFamily: 'Roboto, sans-serif',
|
|
290
|
+
primaryColor: '#00796b',
|
|
291
|
+
secondaryColor: '#004d40',
|
|
292
|
+
textColor: '#004d40',
|
|
293
|
+
borderColor: '#b2dfdb',
|
|
294
|
+
borderWidth: '1px',
|
|
295
|
+
borderRadius: '8px',
|
|
296
|
+
padding: '16px',
|
|
297
|
+
margin: '0px',
|
|
298
|
+
gap: '12px',
|
|
299
|
+
boxShadow: designTokens.shadows.light,
|
|
300
|
+
headerBgColor: '#004d40',
|
|
301
|
+
headerTextColor: '#ffffff',
|
|
302
|
+
cardBgColor: '#ffffff',
|
|
303
|
+
cardTextColor: '#004d40',
|
|
304
|
+
cardShadow: designTokens.shadows.light,
|
|
305
|
+
cardPadding: '16px',
|
|
306
|
+
},
|
|
307
|
+
charts: {
|
|
308
|
+
colorScheme: 'NATURE',
|
|
309
|
+
axis: {
|
|
310
|
+
backgroundColor: '#e0f7fa',
|
|
311
|
+
axisColor: '#00796b',
|
|
312
|
+
gridColor: '#b2dfdb',
|
|
313
|
+
labelColor: '#004d40',
|
|
314
|
+
tooltipBgColor: '#ffffff',
|
|
315
|
+
tooltipTextColor: '#004d40',
|
|
316
|
+
fillColors: [
|
|
317
|
+
'#004d40',
|
|
318
|
+
'#00695c',
|
|
319
|
+
'#00796b',
|
|
320
|
+
'#00897b',
|
|
321
|
+
'#009688',
|
|
322
|
+
'#26a69a',
|
|
323
|
+
'#4db6ac',
|
|
324
|
+
'#80cbc4',
|
|
325
|
+
'#b2dfdb',
|
|
326
|
+
'#e0f2f1',
|
|
327
|
+
],
|
|
328
|
+
},
|
|
329
|
+
pie: {
|
|
330
|
+
backgroundColor: '#e0f7fa',
|
|
331
|
+
labelColor: '#004d40',
|
|
332
|
+
tooltipBgColor: '#ffffff',
|
|
333
|
+
tooltipTextColor: '#004d40',
|
|
334
|
+
fillColors: [
|
|
335
|
+
'#004d40',
|
|
336
|
+
'#00695c',
|
|
337
|
+
'#00796b',
|
|
338
|
+
'#00897b',
|
|
339
|
+
'#009688',
|
|
340
|
+
'#26a69a',
|
|
341
|
+
'#4db6ac',
|
|
342
|
+
'#80cbc4',
|
|
343
|
+
'#b2dfdb',
|
|
344
|
+
'#e0f2f1',
|
|
345
|
+
],
|
|
346
|
+
},
|
|
347
|
+
flow: {
|
|
348
|
+
backgroundColor: '#e0f7fa',
|
|
349
|
+
linkColor: '#00796b',
|
|
350
|
+
nodeColor: '#004d40',
|
|
351
|
+
labelColor: '#004d40',
|
|
352
|
+
tooltipBgColor: '#ffffff',
|
|
353
|
+
tooltipTextColor: '#004d40',
|
|
354
|
+
fillColors: [
|
|
355
|
+
'#004d40',
|
|
356
|
+
'#00695c',
|
|
357
|
+
'#00796b',
|
|
358
|
+
'#00897b',
|
|
359
|
+
'#009688',
|
|
360
|
+
'#26a69a',
|
|
361
|
+
'#4db6ac',
|
|
362
|
+
'#80cbc4',
|
|
363
|
+
'#b2dfdb',
|
|
364
|
+
'#e0f2f1',
|
|
365
|
+
],
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
drawer: {
|
|
369
|
+
bg: '#ffffff',
|
|
370
|
+
headerBg: '#ffffff',
|
|
371
|
+
headerHoverBg: '#e0f7fa',
|
|
372
|
+
headerText: '#004d40',
|
|
373
|
+
borderColor: '#b2dfdb',
|
|
374
|
+
sectionTitleColor: '#00796b',
|
|
375
|
+
tileBg: '#ffffff',
|
|
376
|
+
tileBorderColor: '#b2dfdb',
|
|
377
|
+
tileText: '#004d40',
|
|
378
|
+
tileSubText: '#4db6ac',
|
|
379
|
+
tagBg: '#e0f2f1',
|
|
380
|
+
tagText: '#00796b',
|
|
381
|
+
filterPillBg: '#ffffff',
|
|
382
|
+
filterPillBorder: '#b2dfdb',
|
|
383
|
+
filterPillText: '#004d40',
|
|
384
|
+
filterPillHoverBg: '#e0f2f1',
|
|
385
|
+
filterPillHoverBorder: '#00796b',
|
|
386
|
+
filterPillHoverText: '#004d40',
|
|
387
|
+
filterIconColor: '#4db6ac',
|
|
388
|
+
filterIconHoverColor: '#00796b',
|
|
389
|
+
alertBg: '#e0f7fa',
|
|
390
|
+
alertText: '#004d40',
|
|
391
|
+
iconPalette: [
|
|
392
|
+
{ bg: '#e0f2f1', color: '#004d40', hoverBg: '#004d40', hoverColor: '#ffffff' },
|
|
393
|
+
{ bg: '#b2dfdb', color: '#00796b', hoverBg: '#00796b', hoverColor: '#ffffff' },
|
|
394
|
+
{ bg: '#e0f7fa', color: '#0097a7', hoverBg: '#0097a7', hoverColor: '#ffffff' },
|
|
395
|
+
{ bg: '#e8f5e9', color: '#388e3c', hoverBg: '#388e3c', hoverColor: '#ffffff' },
|
|
396
|
+
{ bg: '#f1f8e9', color: '#689f38', hoverBg: '#689f38', hoverColor: '#ffffff' },
|
|
397
|
+
{ bg: '#fff8e1', color: '#f9a825', hoverBg: '#f9a825', hoverColor: '#ffffff' },
|
|
398
|
+
{ bg: '#fce4ec', color: '#c2185b', hoverBg: '#c2185b', hoverColor: '#ffffff' },
|
|
399
|
+
{ bg: '#ede7f6', color: '#512da8', hoverBg: '#512da8', hoverColor: '#ffffff' },
|
|
400
|
+
],
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
OCEAN: {
|
|
404
|
+
design: {
|
|
405
|
+
...designTokens,
|
|
406
|
+
},
|
|
407
|
+
dashboard: {
|
|
408
|
+
backgroundColor: '#e1f5fe',
|
|
409
|
+
fontFamily: 'Roboto, sans-serif',
|
|
410
|
+
primaryColor: '#0288d1',
|
|
411
|
+
secondaryColor: '#01579b',
|
|
412
|
+
textColor: '#01579b',
|
|
413
|
+
borderColor: '#b3e5fc',
|
|
414
|
+
borderWidth: '1px',
|
|
415
|
+
borderRadius: '8px',
|
|
416
|
+
padding: '16px',
|
|
417
|
+
margin: '0px',
|
|
418
|
+
gap: '12px',
|
|
419
|
+
boxShadow: designTokens.shadows.light,
|
|
420
|
+
headerBgColor: '#01579b',
|
|
421
|
+
headerTextColor: '#ffffff',
|
|
422
|
+
cardBgColor: '#ffffff',
|
|
423
|
+
cardTextColor: '#01579b',
|
|
424
|
+
cardShadow: designTokens.shadows.light,
|
|
425
|
+
cardPadding: '16px',
|
|
426
|
+
},
|
|
427
|
+
charts: {
|
|
428
|
+
colorScheme: 'OCEAN',
|
|
429
|
+
axis: {
|
|
430
|
+
backgroundColor: '#e1f5fe',
|
|
431
|
+
axisColor: '#0288d1',
|
|
432
|
+
gridColor: '#b3e5fc',
|
|
433
|
+
labelColor: '#01579b',
|
|
434
|
+
tooltipBgColor: '#ffffff',
|
|
435
|
+
tooltipTextColor: '#01579b',
|
|
436
|
+
fillColors: [
|
|
437
|
+
'#012a4a',
|
|
438
|
+
'#013a63',
|
|
439
|
+
'#01497c',
|
|
440
|
+
'#014f86',
|
|
441
|
+
'#2a6f97',
|
|
442
|
+
'#2c7da0',
|
|
443
|
+
'#468faf',
|
|
444
|
+
'#61a5c2',
|
|
445
|
+
'#89c2d9',
|
|
446
|
+
'#a9d6e5',
|
|
447
|
+
],
|
|
448
|
+
},
|
|
449
|
+
pie: {
|
|
450
|
+
backgroundColor: '#e1f5fe',
|
|
451
|
+
labelColor: '#01579b',
|
|
452
|
+
tooltipBgColor: '#ffffff',
|
|
453
|
+
tooltipTextColor: '#01579b',
|
|
454
|
+
fillColors: [
|
|
455
|
+
'#012a4a',
|
|
456
|
+
'#013a63',
|
|
457
|
+
'#01497c',
|
|
458
|
+
'#014f86',
|
|
459
|
+
'#2a6f97',
|
|
460
|
+
'#2c7da0',
|
|
461
|
+
'#468faf',
|
|
462
|
+
'#61a5c2',
|
|
463
|
+
'#89c2d9',
|
|
464
|
+
'#a9d6e5',
|
|
465
|
+
],
|
|
466
|
+
},
|
|
467
|
+
flow: {
|
|
468
|
+
backgroundColor: '#e1f5fe',
|
|
469
|
+
linkColor: '#0288d1',
|
|
470
|
+
nodeColor: '#01579b',
|
|
471
|
+
labelColor: '#01579b',
|
|
472
|
+
tooltipBgColor: '#ffffff',
|
|
473
|
+
tooltipTextColor: '#01579b',
|
|
474
|
+
fillColors: [
|
|
475
|
+
'#012a4a',
|
|
476
|
+
'#013a63',
|
|
477
|
+
'#01497c',
|
|
478
|
+
'#014f86',
|
|
479
|
+
'#2a6f97',
|
|
480
|
+
'#2c7da0',
|
|
481
|
+
'#468faf',
|
|
482
|
+
'#61a5c2',
|
|
483
|
+
'#89c2d9',
|
|
484
|
+
'#a9d6e5',
|
|
485
|
+
],
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
drawer: {
|
|
489
|
+
bg: '#ffffff',
|
|
490
|
+
headerBg: '#ffffff',
|
|
491
|
+
headerHoverBg: '#e1f5fe',
|
|
492
|
+
headerText: '#01579b',
|
|
493
|
+
borderColor: '#b3e5fc',
|
|
494
|
+
sectionTitleColor: '#0288d1',
|
|
495
|
+
tileBg: '#ffffff',
|
|
496
|
+
tileBorderColor: '#b3e5fc',
|
|
497
|
+
tileText: '#01579b',
|
|
498
|
+
tileSubText: '#4fc3f7',
|
|
499
|
+
tagBg: '#e1f5fe',
|
|
500
|
+
tagText: '#0288d1',
|
|
501
|
+
filterPillBg: '#ffffff',
|
|
502
|
+
filterPillBorder: '#b3e5fc',
|
|
503
|
+
filterPillText: '#01579b',
|
|
504
|
+
filterPillHoverBg: '#e1f5fe',
|
|
505
|
+
filterPillHoverBorder: '#0288d1',
|
|
506
|
+
filterPillHoverText: '#01579b',
|
|
507
|
+
filterIconColor: '#4fc3f7',
|
|
508
|
+
filterIconHoverColor: '#0288d1',
|
|
509
|
+
alertBg: '#e1f5fe',
|
|
510
|
+
alertText: '#01579b',
|
|
511
|
+
iconPalette: [
|
|
512
|
+
{ bg: '#e1f5fe', color: '#0288d1', hoverBg: '#0288d1', hoverColor: '#ffffff' },
|
|
513
|
+
{ bg: '#b3e5fc', color: '#01579b', hoverBg: '#01579b', hoverColor: '#ffffff' },
|
|
514
|
+
{ bg: '#e3f2fd', color: '#1565c0', hoverBg: '#1565c0', hoverColor: '#ffffff' },
|
|
515
|
+
{ bg: '#e0f7fa', color: '#0097a7', hoverBg: '#0097a7', hoverColor: '#ffffff' },
|
|
516
|
+
{ bg: '#ede7f6', color: '#5e35b1', hoverBg: '#5e35b1', hoverColor: '#ffffff' },
|
|
517
|
+
{ bg: '#f3e5f5', color: '#7b1fa2', hoverBg: '#7b1fa2', hoverColor: '#ffffff' },
|
|
518
|
+
{ bg: '#e8eaf6', color: '#3949ab', hoverBg: '#3949ab', hoverColor: '#ffffff' },
|
|
519
|
+
{ bg: '#f1f5f9', color: '#64748b', hoverBg: '#475569', hoverColor: '#ffffff' },
|
|
520
|
+
],
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
VINTAGE: {
|
|
524
|
+
design: {
|
|
525
|
+
...designTokens,
|
|
526
|
+
},
|
|
527
|
+
dashboard: {
|
|
528
|
+
backgroundColor: '#fdf6e3',
|
|
529
|
+
fontFamily: '"Courier New", Courier, monospace',
|
|
530
|
+
primaryColor: '#cb4b16',
|
|
531
|
+
secondaryColor: '#859900',
|
|
532
|
+
textColor: '#657b83',
|
|
533
|
+
borderColor: '#d33682',
|
|
534
|
+
borderWidth: '2px',
|
|
535
|
+
borderRadius: '4px',
|
|
536
|
+
padding: '16px',
|
|
537
|
+
margin: '0px',
|
|
538
|
+
gap: '12px',
|
|
539
|
+
boxShadow: designTokens.shadows.light,
|
|
540
|
+
headerBgColor: '#eee8d5',
|
|
541
|
+
headerTextColor: '#cb4b16',
|
|
542
|
+
cardBgColor: '#fdf6e3',
|
|
543
|
+
cardTextColor: '#657b83',
|
|
544
|
+
cardShadow: '2px 2px 0px #d33682',
|
|
545
|
+
cardPadding: '16px',
|
|
546
|
+
},
|
|
547
|
+
charts: {
|
|
548
|
+
colorScheme: 'VINTAGE',
|
|
549
|
+
axis: {
|
|
550
|
+
backgroundColor: '#fdf6e3',
|
|
551
|
+
axisColor: '#657b83',
|
|
552
|
+
gridColor: '#93a1a1',
|
|
553
|
+
labelColor: '#586e75',
|
|
554
|
+
tooltipBgColor: '#eee8d5',
|
|
555
|
+
tooltipTextColor: '#657b83',
|
|
556
|
+
fillColors: [
|
|
557
|
+
'#d33682',
|
|
558
|
+
'#cb4b16',
|
|
559
|
+
'#b58900',
|
|
560
|
+
'#859900',
|
|
561
|
+
'#2aa198',
|
|
562
|
+
'#268bd2',
|
|
563
|
+
'#6c71c4',
|
|
564
|
+
'#586e75',
|
|
565
|
+
'#93a1a1',
|
|
566
|
+
'#073642',
|
|
567
|
+
],
|
|
568
|
+
},
|
|
569
|
+
pie: {
|
|
570
|
+
backgroundColor: '#fdf6e3',
|
|
571
|
+
labelColor: '#657b83',
|
|
572
|
+
tooltipBgColor: '#eee8d5',
|
|
573
|
+
tooltipTextColor: '#657b83',
|
|
574
|
+
fillColors: [
|
|
575
|
+
'#d33682',
|
|
576
|
+
'#cb4b16',
|
|
577
|
+
'#b58900',
|
|
578
|
+
'#859900',
|
|
579
|
+
'#2aa198',
|
|
580
|
+
'#268bd2',
|
|
581
|
+
'#6c71c4',
|
|
582
|
+
'#586e75',
|
|
583
|
+
'#93a1a1',
|
|
584
|
+
'#073642',
|
|
585
|
+
],
|
|
586
|
+
},
|
|
587
|
+
flow: {
|
|
588
|
+
backgroundColor: '#fdf6e3',
|
|
589
|
+
linkColor: '#d33682',
|
|
590
|
+
nodeColor: '#cb4b16',
|
|
591
|
+
labelColor: '#657b83',
|
|
592
|
+
tooltipBgColor: '#eee8d5',
|
|
593
|
+
tooltipTextColor: '#657b83',
|
|
594
|
+
fillColors: [
|
|
595
|
+
'#cb4b16',
|
|
596
|
+
'#dc322f',
|
|
597
|
+
'#d33682',
|
|
598
|
+
'#6c71c4',
|
|
599
|
+
'#268bd2',
|
|
600
|
+
'#2aa198',
|
|
601
|
+
'#859900',
|
|
602
|
+
'#b58900',
|
|
603
|
+
'#586e75',
|
|
604
|
+
'#93a1a1',
|
|
605
|
+
],
|
|
606
|
+
},
|
|
607
|
+
},
|
|
608
|
+
drawer: {
|
|
609
|
+
bg: '#fdf6e3',
|
|
610
|
+
headerBg: '#fdf6e3',
|
|
611
|
+
headerHoverBg: '#eee8d5',
|
|
612
|
+
headerText: '#657b83',
|
|
613
|
+
borderColor: '#93a1a1',
|
|
614
|
+
sectionTitleColor: '#cb4b16',
|
|
615
|
+
tileBg: '#fdf6e3',
|
|
616
|
+
tileBorderColor: '#93a1a1',
|
|
617
|
+
tileText: '#586e75',
|
|
618
|
+
tileSubText: '#93a1a1',
|
|
619
|
+
tagBg: '#eee8d5',
|
|
620
|
+
tagText: '#b58900',
|
|
621
|
+
filterPillBg: '#fdf6e3',
|
|
622
|
+
filterPillBorder: '#93a1a1',
|
|
623
|
+
filterPillText: '#657b83',
|
|
624
|
+
filterPillHoverBg: '#eee8d5',
|
|
625
|
+
filterPillHoverBorder: '#cb4b16',
|
|
626
|
+
filterPillHoverText: '#cb4b16',
|
|
627
|
+
filterIconColor: '#93a1a1',
|
|
628
|
+
filterIconHoverColor: '#cb4b16',
|
|
629
|
+
alertBg: '#eee8d5',
|
|
630
|
+
alertText: '#cb4b16',
|
|
631
|
+
iconPalette: [
|
|
632
|
+
{ bg: '#fce4ec', color: '#d33682', hoverBg: '#d33682', hoverColor: '#ffffff' },
|
|
633
|
+
{ bg: '#fff3e0', color: '#cb4b16', hoverBg: '#cb4b16', hoverColor: '#ffffff' },
|
|
634
|
+
{ bg: '#fff8e1', color: '#b58900', hoverBg: '#b58900', hoverColor: '#ffffff' },
|
|
635
|
+
{ bg: '#f1f8e9', color: '#859900', hoverBg: '#859900', hoverColor: '#ffffff' },
|
|
636
|
+
{ bg: '#e0f7fa', color: '#2aa198', hoverBg: '#2aa198', hoverColor: '#ffffff' },
|
|
637
|
+
{ bg: '#e8eaf6', color: '#6c71c4', hoverBg: '#6c71c4', hoverColor: '#ffffff' },
|
|
638
|
+
{ bg: '#e3f2fd', color: '#268bd2', hoverBg: '#268bd2', hoverColor: '#ffffff' },
|
|
639
|
+
{ bg: '#eee8d5', color: '#586e75', hoverBg: '#586e75', hoverColor: '#ffffff' },
|
|
640
|
+
],
|
|
641
|
+
},
|
|
642
|
+
},
|
|
643
|
+
CYBERPUNK: {
|
|
644
|
+
design: { ...designTokens },
|
|
645
|
+
dashboard: {
|
|
646
|
+
backgroundColor: '#0a0a0f',
|
|
647
|
+
backgroundImage: 'linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 100%)',
|
|
648
|
+
fontFamily: 'Orbitron, sans-serif',
|
|
649
|
+
primaryColor: '#00f2ff',
|
|
650
|
+
secondaryColor: '#ff00ff',
|
|
651
|
+
textColor: '#ffffff',
|
|
652
|
+
borderColor: 'rgba(0, 242, 255, 0.3)',
|
|
653
|
+
borderWidth: '1px',
|
|
654
|
+
borderRadius: '4px',
|
|
655
|
+
padding: '24px',
|
|
656
|
+
margin: '0px',
|
|
657
|
+
gap: '20px',
|
|
658
|
+
boxShadow: '0 0 15px rgba(0, 242, 255, 0.2)',
|
|
659
|
+
headerBgColor: 'rgba(26, 26, 46, 0.8)',
|
|
660
|
+
headerTextColor: '#00f2ff',
|
|
661
|
+
cardBgColor: 'rgba(26, 26, 46, 0.4)',
|
|
662
|
+
backdropFilter: 'blur(12px) brightness(1.2) saturate(150%)',
|
|
663
|
+
cardTextColor: '#ffffff',
|
|
664
|
+
cardShadow: '0 4px 20px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 242, 255, 0.1)',
|
|
665
|
+
cardPadding: '20px',
|
|
666
|
+
},
|
|
667
|
+
charts: {
|
|
668
|
+
colorScheme: 'CYBERPUNK',
|
|
669
|
+
axis: {
|
|
670
|
+
backgroundColor: 'transparent',
|
|
671
|
+
axisColor: '#00f2ff',
|
|
672
|
+
gridColor: 'rgba(0, 242, 255, 0.1)',
|
|
673
|
+
labelColor: 'rgba(255, 255, 255, 0.8)',
|
|
674
|
+
tooltipBgColor: 'rgba(10, 10, 15, 0.95)',
|
|
675
|
+
tooltipTextColor: '#00f2ff',
|
|
676
|
+
fillColors: [
|
|
677
|
+
'#00f2ff',
|
|
678
|
+
'#ff00ff',
|
|
679
|
+
'#39ff14',
|
|
680
|
+
'#ffff00',
|
|
681
|
+
'#ff4d4d',
|
|
682
|
+
'#7b2cff',
|
|
683
|
+
'#ff8c00',
|
|
684
|
+
'#00ced1',
|
|
685
|
+
'#ff1493',
|
|
686
|
+
'#adff2f',
|
|
687
|
+
],
|
|
688
|
+
},
|
|
689
|
+
pie: {
|
|
690
|
+
backgroundColor: 'transparent',
|
|
691
|
+
labelColor: '#ffffff',
|
|
692
|
+
tooltipBgColor: 'rgba(10, 10, 15, 0.95)',
|
|
693
|
+
tooltipTextColor: '#00f2ff',
|
|
694
|
+
fillColors: [
|
|
695
|
+
'#00f2ff',
|
|
696
|
+
'#ff00ff',
|
|
697
|
+
'#39ff14',
|
|
698
|
+
'#ffff00',
|
|
699
|
+
'#ff4d4d',
|
|
700
|
+
'#7b2cff',
|
|
701
|
+
'#ff8c00',
|
|
702
|
+
'#00ced1',
|
|
703
|
+
'#ff1493',
|
|
704
|
+
'#adff2f',
|
|
705
|
+
],
|
|
706
|
+
},
|
|
707
|
+
flow: {
|
|
708
|
+
backgroundColor: 'transparent',
|
|
709
|
+
linkColor: 'rgba(0, 242, 255, 0.5)',
|
|
710
|
+
nodeColor: '#ff00ff',
|
|
711
|
+
labelColor: '#ffffff',
|
|
712
|
+
tooltipBgColor: 'rgba(10, 10, 15, 0.95)',
|
|
713
|
+
tooltipTextColor: '#00f2ff',
|
|
714
|
+
fillColors: [
|
|
715
|
+
'#00f2ff',
|
|
716
|
+
'#ff00ff',
|
|
717
|
+
'#39ff14',
|
|
718
|
+
'#ffff00',
|
|
719
|
+
'#ff4d4d',
|
|
720
|
+
'#7b2cff',
|
|
721
|
+
'#ff8c00',
|
|
722
|
+
'#00ced1',
|
|
723
|
+
'#ff1493',
|
|
724
|
+
'#adff2f',
|
|
725
|
+
],
|
|
726
|
+
},
|
|
727
|
+
},
|
|
728
|
+
drawer: {
|
|
729
|
+
bg: '#0a0a0f',
|
|
730
|
+
headerBg: 'rgba(26, 26, 46, 0.8)',
|
|
731
|
+
headerHoverBg: 'rgba(26, 26, 46, 1)',
|
|
732
|
+
headerText: '#00f2ff',
|
|
733
|
+
borderColor: 'rgba(0, 242, 255, 0.3)',
|
|
734
|
+
sectionTitleColor: '#00f2ff',
|
|
735
|
+
tileBg: 'rgba(26, 26, 46, 0.6)',
|
|
736
|
+
tileBorderColor: 'rgba(0, 242, 255, 0.3)',
|
|
737
|
+
tileText: '#ffffff',
|
|
738
|
+
tileSubText: 'rgba(0, 242, 255, 0.6)',
|
|
739
|
+
tagBg: 'rgba(0, 242, 255, 0.1)',
|
|
740
|
+
tagText: '#00f2ff',
|
|
741
|
+
filterPillBg: 'rgba(26, 26, 46, 0.6)',
|
|
742
|
+
filterPillBorder: 'rgba(0, 242, 255, 0.3)',
|
|
743
|
+
filterPillText: '#ffffff',
|
|
744
|
+
filterPillHoverBg: 'rgba(0, 242, 255, 0.1)',
|
|
745
|
+
filterPillHoverBorder: '#00f2ff',
|
|
746
|
+
filterPillHoverText: '#00f2ff',
|
|
747
|
+
filterIconColor: 'rgba(0, 242, 255, 0.5)',
|
|
748
|
+
filterIconHoverColor: '#00f2ff',
|
|
749
|
+
alertBg: 'rgba(0, 242, 255, 0.05)',
|
|
750
|
+
alertText: '#00f2ff',
|
|
751
|
+
iconPalette: [
|
|
752
|
+
{ bg: 'rgba(0,242,255,0.15)', color: '#00f2ff', hoverBg: '#00f2ff', hoverColor: '#0a0a0f' },
|
|
753
|
+
{ bg: 'rgba(255,0,255,0.15)', color: '#ff00ff', hoverBg: '#ff00ff', hoverColor: '#0a0a0f' },
|
|
754
|
+
{ bg: 'rgba(57,255,20,0.15)', color: '#39ff14', hoverBg: '#39ff14', hoverColor: '#0a0a0f' },
|
|
755
|
+
{ bg: 'rgba(255,255,0,0.15)', color: '#ffff00', hoverBg: '#ffff00', hoverColor: '#0a0a0f' },
|
|
756
|
+
{ bg: 'rgba(255,77,77,0.15)', color: '#ff4d4d', hoverBg: '#ff4d4d', hoverColor: '#0a0a0f' },
|
|
757
|
+
{ bg: 'rgba(0,242,255,0.1)', color: '#80f9ff', hoverBg: '#80f9ff', hoverColor: '#0a0a0f' },
|
|
758
|
+
{ bg: 'rgba(255,0,255,0.1)', color: '#ff80ff', hoverBg: '#ff80ff', hoverColor: '#0a0a0f' },
|
|
759
|
+
{ bg: 'rgba(255,255,255,0.08)', color: '#ffffff', hoverBg: '#ffffff', hoverColor: '#0a0a0f' },
|
|
760
|
+
],
|
|
761
|
+
},
|
|
762
|
+
},
|
|
763
|
+
SUNSET: {
|
|
764
|
+
design: { ...designTokens },
|
|
765
|
+
dashboard: {
|
|
766
|
+
backgroundColor: '#2d1b2d',
|
|
767
|
+
backgroundImage: 'linear-gradient(135deg, #4b1248 0%, #f0c27b 100%)',
|
|
768
|
+
fontFamily: 'Inter, sans-serif',
|
|
769
|
+
primaryColor: '#ffffff',
|
|
770
|
+
secondaryColor: 'rgba(255, 255, 255, 0.7)',
|
|
771
|
+
textColor: '#ffffff',
|
|
772
|
+
borderColor: 'rgba(255, 255, 255, 0.2)',
|
|
773
|
+
borderWidth: '1px',
|
|
774
|
+
borderRadius: '20px',
|
|
775
|
+
padding: '24px',
|
|
776
|
+
margin: '0px',
|
|
777
|
+
gap: '24px',
|
|
778
|
+
boxShadow: 'none',
|
|
779
|
+
headerBgColor: 'rgba(75, 18, 72, 0.3)',
|
|
780
|
+
headerTextColor: '#ffffff',
|
|
781
|
+
cardBgColor: 'rgba(255, 255, 255, 0.1)',
|
|
782
|
+
backdropFilter: 'blur(20px) saturate(160%)',
|
|
783
|
+
cardTextColor: '#ffffff',
|
|
784
|
+
cardShadow: '0 8px 32px 0 rgba(75, 18, 72, 0.3)',
|
|
785
|
+
cardPadding: '20px',
|
|
786
|
+
},
|
|
787
|
+
charts: {
|
|
788
|
+
colorScheme: 'SUNSET',
|
|
789
|
+
axis: {
|
|
790
|
+
backgroundColor: 'transparent',
|
|
791
|
+
axisColor: 'rgba(255, 255, 255, 0.7)',
|
|
792
|
+
gridColor: 'rgba(255, 255, 255, 0.1)',
|
|
793
|
+
labelColor: '#ffffff',
|
|
794
|
+
tooltipBgColor: 'rgba(75, 18, 72, 0.9)',
|
|
795
|
+
tooltipTextColor: '#ffffff',
|
|
796
|
+
fillColors: [
|
|
797
|
+
'#ff9a9e',
|
|
798
|
+
'#fad0c4',
|
|
799
|
+
'#fbc2eb',
|
|
800
|
+
'#a18cd1',
|
|
801
|
+
'#ffecd2',
|
|
802
|
+
'#fcb69f',
|
|
803
|
+
'#ff7eb3',
|
|
804
|
+
'#f78ca0',
|
|
805
|
+
'#fe9a8b',
|
|
806
|
+
'#f83600',
|
|
807
|
+
],
|
|
808
|
+
},
|
|
809
|
+
pie: {
|
|
810
|
+
backgroundColor: 'transparent',
|
|
811
|
+
labelColor: '#ffffff',
|
|
812
|
+
tooltipBgColor: 'rgba(75, 18, 72, 0.9)',
|
|
813
|
+
tooltipTextColor: '#ffffff',
|
|
814
|
+
fillColors: [
|
|
815
|
+
'#ff9a9e',
|
|
816
|
+
'#fad0c4',
|
|
817
|
+
'#fbc2eb',
|
|
818
|
+
'#a18cd1',
|
|
819
|
+
'#ffecd2',
|
|
820
|
+
'#fcb69f',
|
|
821
|
+
'#ff7eb3',
|
|
822
|
+
'#f78ca0',
|
|
823
|
+
'#fe9a8b',
|
|
824
|
+
'#f83600',
|
|
825
|
+
],
|
|
826
|
+
},
|
|
827
|
+
flow: {
|
|
828
|
+
backgroundColor: 'transparent',
|
|
829
|
+
linkColor: 'rgba(255, 255, 255, 0.5)',
|
|
830
|
+
nodeColor: '#ff9a9e',
|
|
831
|
+
labelColor: '#ffffff',
|
|
832
|
+
tooltipBgColor: 'rgba(75, 18, 72, 0.9)',
|
|
833
|
+
tooltipTextColor: '#ffffff',
|
|
834
|
+
fillColors: [
|
|
835
|
+
'#ff9a9e',
|
|
836
|
+
'#fad0c4',
|
|
837
|
+
'#fbc2eb',
|
|
838
|
+
'#a18cd1',
|
|
839
|
+
'#ffecd2',
|
|
840
|
+
'#fcb69f',
|
|
841
|
+
'#ff7eb3',
|
|
842
|
+
'#f78ca0',
|
|
843
|
+
'#fe9a8b',
|
|
844
|
+
'#f83600',
|
|
845
|
+
],
|
|
846
|
+
},
|
|
847
|
+
},
|
|
848
|
+
drawer: {
|
|
849
|
+
bg: 'rgba(75, 18, 72, 0.85)',
|
|
850
|
+
headerBg: 'rgba(75, 18, 72, 0.6)',
|
|
851
|
+
headerHoverBg: 'rgba(75, 18, 72, 0.8)',
|
|
852
|
+
headerText: '#ffffff',
|
|
853
|
+
borderColor: 'rgba(255,255,255,0.2)',
|
|
854
|
+
sectionTitleColor: '#fad0c4',
|
|
855
|
+
tileBg: 'rgba(255,255,255,0.1)',
|
|
856
|
+
tileBorderColor: 'rgba(255,255,255,0.2)',
|
|
857
|
+
tileText: '#ffffff',
|
|
858
|
+
tileSubText: 'rgba(255,255,255,0.6)',
|
|
859
|
+
tagBg: 'rgba(255,154,158,0.2)',
|
|
860
|
+
tagText: '#ff9a9e',
|
|
861
|
+
filterPillBg: 'rgba(255,255,255,0.1)',
|
|
862
|
+
filterPillBorder: 'rgba(255,255,255,0.2)',
|
|
863
|
+
filterPillText: '#ffffff',
|
|
864
|
+
filterPillHoverBg: 'rgba(255,154,158,0.2)',
|
|
865
|
+
filterPillHoverBorder: '#ff9a9e',
|
|
866
|
+
filterPillHoverText: '#ff9a9e',
|
|
867
|
+
filterIconColor: 'rgba(255,255,255,0.5)',
|
|
868
|
+
filterIconHoverColor: '#ff9a9e',
|
|
869
|
+
alertBg: 'rgba(255,154,158,0.1)',
|
|
870
|
+
alertText: '#ff9a9e',
|
|
871
|
+
iconPalette: [
|
|
872
|
+
{ bg: 'rgba(255,154,158,0.2)', color: '#ff9a9e', hoverBg: '#ff9a9e', hoverColor: '#4b1248' },
|
|
873
|
+
{ bg: 'rgba(250,208,196,0.2)', color: '#fad0c4', hoverBg: '#fad0c4', hoverColor: '#4b1248' },
|
|
874
|
+
{ bg: 'rgba(251,194,235,0.2)', color: '#fbc2eb', hoverBg: '#fbc2eb', hoverColor: '#4b1248' },
|
|
875
|
+
{ bg: 'rgba(161,140,209,0.2)', color: '#a18cd1', hoverBg: '#a18cd1', hoverColor: '#4b1248' },
|
|
876
|
+
{ bg: 'rgba(255,236,210,0.2)', color: '#ffecd2', hoverBg: '#ffecd2', hoverColor: '#4b1248' },
|
|
877
|
+
{ bg: 'rgba(255,255,255,0.15)', color: '#ffffff', hoverBg: '#ffffff', hoverColor: '#4b1248' },
|
|
878
|
+
{ bg: 'rgba(255,154,158,0.15)', color: '#ffb3b6', hoverBg: '#ffb3b6', hoverColor: '#4b1248' },
|
|
879
|
+
{ bg: 'rgba(161,140,209,0.15)', color: '#c7bde8', hoverBg: '#c7bde8', hoverColor: '#4b1248' },
|
|
880
|
+
],
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
FLAT: {
|
|
884
|
+
design: { ...designTokens },
|
|
885
|
+
dashboard: {
|
|
886
|
+
backgroundColor: '#ecf0f1',
|
|
887
|
+
fontFamily: 'Roboto, sans-serif',
|
|
888
|
+
primaryColor: '#e74c3c',
|
|
889
|
+
secondaryColor: '#3498db',
|
|
890
|
+
textColor: '#2c3e50',
|
|
891
|
+
borderColor: '#bdc3c7',
|
|
892
|
+
borderWidth: '0px',
|
|
893
|
+
borderRadius: '0px',
|
|
894
|
+
padding: '20px',
|
|
895
|
+
margin: '0px',
|
|
896
|
+
gap: '20px',
|
|
897
|
+
boxShadow: 'none',
|
|
898
|
+
headerBgColor: '#34495e',
|
|
899
|
+
headerTextColor: '#ecf0f1',
|
|
900
|
+
cardBgColor: '#ffffff',
|
|
901
|
+
cardTextColor: '#2c3e50',
|
|
902
|
+
cardShadow: 'none',
|
|
903
|
+
cardPadding: '16px',
|
|
904
|
+
},
|
|
905
|
+
charts: {
|
|
906
|
+
colorScheme: 'FLAT',
|
|
907
|
+
axis: {
|
|
908
|
+
backgroundColor: '#ecf0f1',
|
|
909
|
+
axisColor: '#95a5a6',
|
|
910
|
+
gridColor: '#bdc3c7',
|
|
911
|
+
labelColor: '#7f8c8d',
|
|
912
|
+
tooltipBgColor: '#ffffff',
|
|
913
|
+
tooltipTextColor: '#2c3e50',
|
|
914
|
+
fillColors: [
|
|
915
|
+
'#e74c3c',
|
|
916
|
+
'#3498db',
|
|
917
|
+
'#f1c40f',
|
|
918
|
+
'#2ecc71',
|
|
919
|
+
'#9b59b6',
|
|
920
|
+
'#34495e',
|
|
921
|
+
'#1abc9c',
|
|
922
|
+
'#d35400',
|
|
923
|
+
'#7f8c8d',
|
|
924
|
+
'#2c3e50',
|
|
925
|
+
],
|
|
926
|
+
},
|
|
927
|
+
pie: {
|
|
928
|
+
backgroundColor: '#ecf0f1',
|
|
929
|
+
labelColor: '#2c3e50',
|
|
930
|
+
tooltipBgColor: '#ffffff',
|
|
931
|
+
tooltipTextColor: '#2c3e50',
|
|
932
|
+
fillColors: [
|
|
933
|
+
'#e74c3c',
|
|
934
|
+
'#3498db',
|
|
935
|
+
'#f1c40f',
|
|
936
|
+
'#2ecc71',
|
|
937
|
+
'#9b59b6',
|
|
938
|
+
'#34495e',
|
|
939
|
+
'#1abc9c',
|
|
940
|
+
'#d35400',
|
|
941
|
+
'#7f8c8d',
|
|
942
|
+
'#2c3e50',
|
|
943
|
+
],
|
|
944
|
+
},
|
|
945
|
+
flow: {
|
|
946
|
+
backgroundColor: '#ecf0f1',
|
|
947
|
+
linkColor: '#3498db',
|
|
948
|
+
nodeColor: '#e74c3c',
|
|
949
|
+
labelColor: '#2c3e50',
|
|
950
|
+
tooltipBgColor: '#ffffff',
|
|
951
|
+
tooltipTextColor: '#2c3e50',
|
|
952
|
+
fillColors: [
|
|
953
|
+
'#1abc9c',
|
|
954
|
+
'#3498db',
|
|
955
|
+
'#9b59b6',
|
|
956
|
+
'#34495e',
|
|
957
|
+
'#f1c40f',
|
|
958
|
+
'#e74c3c',
|
|
959
|
+
'#2ecc71',
|
|
960
|
+
'#d35400',
|
|
961
|
+
'#7f8c8d',
|
|
962
|
+
'#2c3e50',
|
|
963
|
+
],
|
|
964
|
+
},
|
|
965
|
+
},
|
|
966
|
+
drawer: {
|
|
967
|
+
bg: '#ecf0f1',
|
|
968
|
+
headerBg: '#ffffff',
|
|
969
|
+
headerHoverBg: '#ecf0f1',
|
|
970
|
+
headerText: '#2c3e50',
|
|
971
|
+
borderColor: '#bdc3c7',
|
|
972
|
+
sectionTitleColor: '#e74c3c',
|
|
973
|
+
tileBg: '#ffffff',
|
|
974
|
+
tileBorderColor: '#bdc3c7',
|
|
975
|
+
tileText: '#2c3e50',
|
|
976
|
+
tileSubText: '#95a5a6',
|
|
977
|
+
tagBg: '#eaf4fb',
|
|
978
|
+
tagText: '#2980b9',
|
|
979
|
+
filterPillBg: '#ffffff',
|
|
980
|
+
filterPillBorder: '#bdc3c7',
|
|
981
|
+
filterPillText: '#2c3e50',
|
|
982
|
+
filterPillHoverBg: '#fef9e7',
|
|
983
|
+
filterPillHoverBorder: '#f1c40f',
|
|
984
|
+
filterPillHoverText: '#d68910',
|
|
985
|
+
filterIconColor: '#95a5a6',
|
|
986
|
+
filterIconHoverColor: '#e74c3c',
|
|
987
|
+
alertBg: '#eaf4fb',
|
|
988
|
+
alertText: '#2980b9',
|
|
989
|
+
iconPalette: [
|
|
990
|
+
{ bg: '#fdecea', color: '#e74c3c', hoverBg: '#e74c3c', hoverColor: '#ffffff' },
|
|
991
|
+
{ bg: '#eaf4fb', color: '#3498db', hoverBg: '#3498db', hoverColor: '#ffffff' },
|
|
992
|
+
{ bg: '#fef9e7', color: '#f39c12', hoverBg: '#f39c12', hoverColor: '#ffffff' },
|
|
993
|
+
{ bg: '#eafaf1', color: '#2ecc71', hoverBg: '#2ecc71', hoverColor: '#ffffff' },
|
|
994
|
+
{ bg: '#f5eef8', color: '#9b59b6', hoverBg: '#9b59b6', hoverColor: '#ffffff' },
|
|
995
|
+
{ bg: '#e8f8f5', color: '#1abc9c', hoverBg: '#1abc9c', hoverColor: '#ffffff' },
|
|
996
|
+
{ bg: '#eaecee', color: '#34495e', hoverBg: '#34495e', hoverColor: '#ffffff' },
|
|
997
|
+
{ bg: '#f0f3f4', color: '#95a5a6', hoverBg: '#7f8c8d', hoverColor: '#ffffff' },
|
|
998
|
+
],
|
|
999
|
+
},
|
|
1000
|
+
},
|
|
1001
|
+
GLASS: {
|
|
1002
|
+
design: { ...designTokens },
|
|
1003
|
+
dashboard: {
|
|
1004
|
+
backgroundColor: '#2c3e50',
|
|
1005
|
+
backgroundImage: 'radial-gradient(circle at top left, #537895 0%, #09203f 100%)',
|
|
1006
|
+
fontFamily: 'Inter, sans-serif',
|
|
1007
|
+
primaryColor: '#ffffff',
|
|
1008
|
+
secondaryColor: 'rgba(255,255,255,0.7)',
|
|
1009
|
+
textColor: '#ffffff',
|
|
1010
|
+
borderColor: 'rgba(255, 255, 255, 0.2)',
|
|
1011
|
+
borderWidth: '1px',
|
|
1012
|
+
borderRadius: '16px',
|
|
1013
|
+
padding: '24px',
|
|
1014
|
+
margin: '0px',
|
|
1015
|
+
gap: '24px',
|
|
1016
|
+
boxShadow: 'none',
|
|
1017
|
+
headerBgColor: 'rgba(255, 255, 255, 0.1)',
|
|
1018
|
+
headerTextColor: '#ffffff',
|
|
1019
|
+
cardBgColor: 'rgba(255, 255, 255, 0.1)',
|
|
1020
|
+
backdropFilter: 'blur(16px) saturate(140%)',
|
|
1021
|
+
cardTextColor: '#ffffff',
|
|
1022
|
+
cardShadow: '0 8px 32px 0 rgba(0, 0, 0, 0.2)',
|
|
1023
|
+
cardPadding: '20px',
|
|
1024
|
+
},
|
|
1025
|
+
charts: {
|
|
1026
|
+
colorScheme: 'GLASS',
|
|
1027
|
+
axis: {
|
|
1028
|
+
backgroundColor: 'transparent',
|
|
1029
|
+
axisColor: 'rgba(255,255,255,0.7)',
|
|
1030
|
+
gridColor: 'rgba(255,255,255,0.15)',
|
|
1031
|
+
labelColor: 'rgba(255,255,255,0.9)',
|
|
1032
|
+
tooltipBgColor: 'rgba(20, 30, 40, 0.95)',
|
|
1033
|
+
tooltipTextColor: '#ffffff',
|
|
1034
|
+
// Vibrant palette to stand out against mid-tone blue
|
|
1035
|
+
fillColors: [
|
|
1036
|
+
'#48dbfb',
|
|
1037
|
+
'#ff9f43',
|
|
1038
|
+
'#1dd1a1',
|
|
1039
|
+
'#5f27cd',
|
|
1040
|
+
'#ff6b6b',
|
|
1041
|
+
'#c56cf0',
|
|
1042
|
+
'#7d5fff',
|
|
1043
|
+
'#32ff7e',
|
|
1044
|
+
'#ff3838',
|
|
1045
|
+
'#18dcff',
|
|
1046
|
+
],
|
|
1047
|
+
},
|
|
1048
|
+
pie: {
|
|
1049
|
+
backgroundColor: 'transparent',
|
|
1050
|
+
labelColor: 'rgba(255,255,255,0.9)',
|
|
1051
|
+
tooltipBgColor: 'rgba(20, 30, 40, 0.95)',
|
|
1052
|
+
tooltipTextColor: '#ffffff',
|
|
1053
|
+
fillColors: [
|
|
1054
|
+
'#48dbfb',
|
|
1055
|
+
'#ff9f43',
|
|
1056
|
+
'#1dd1a1',
|
|
1057
|
+
'#5f27cd',
|
|
1058
|
+
'#ff6b6b',
|
|
1059
|
+
'#c56cf0',
|
|
1060
|
+
'#7d5fff',
|
|
1061
|
+
'#32ff7e',
|
|
1062
|
+
'#ff3838',
|
|
1063
|
+
'#18dcff',
|
|
1064
|
+
],
|
|
1065
|
+
},
|
|
1066
|
+
flow: {
|
|
1067
|
+
backgroundColor: 'transparent',
|
|
1068
|
+
linkColor: 'rgba(255,255,255,0.7)',
|
|
1069
|
+
nodeColor: '#ffffff',
|
|
1070
|
+
labelColor: '#ffffff',
|
|
1071
|
+
tooltipBgColor: 'rgba(20, 30, 40, 0.95)',
|
|
1072
|
+
tooltipTextColor: '#ffffff',
|
|
1073
|
+
fillColors: [
|
|
1074
|
+
'#48dbfb',
|
|
1075
|
+
'#ff9f43',
|
|
1076
|
+
'#1dd1a1',
|
|
1077
|
+
'#5f27cd',
|
|
1078
|
+
'#ff6b6b',
|
|
1079
|
+
'#c56cf0',
|
|
1080
|
+
'#7d5fff',
|
|
1081
|
+
'#32ff7e',
|
|
1082
|
+
'#ff3838',
|
|
1083
|
+
'#18dcff',
|
|
1084
|
+
],
|
|
1085
|
+
},
|
|
1086
|
+
},
|
|
1087
|
+
drawer: {
|
|
1088
|
+
bg: 'rgba(9, 32, 63, 0.9)',
|
|
1089
|
+
headerBg: 'rgba(255,255,255,0.08)',
|
|
1090
|
+
headerHoverBg: 'rgba(255,255,255,0.13)',
|
|
1091
|
+
headerText: '#ffffff',
|
|
1092
|
+
borderColor: 'rgba(255,255,255,0.15)',
|
|
1093
|
+
sectionTitleColor: '#48dbfb',
|
|
1094
|
+
tileBg: 'rgba(255,255,255,0.08)',
|
|
1095
|
+
tileBorderColor: 'rgba(255,255,255,0.15)',
|
|
1096
|
+
tileText: '#ffffff',
|
|
1097
|
+
tileSubText: 'rgba(255,255,255,0.55)',
|
|
1098
|
+
tagBg: 'rgba(72,219,251,0.15)',
|
|
1099
|
+
tagText: '#48dbfb',
|
|
1100
|
+
filterPillBg: 'rgba(255,255,255,0.08)',
|
|
1101
|
+
filterPillBorder: 'rgba(255,255,255,0.15)',
|
|
1102
|
+
filterPillText: '#ffffff',
|
|
1103
|
+
filterPillHoverBg: 'rgba(72,219,251,0.15)',
|
|
1104
|
+
filterPillHoverBorder: '#48dbfb',
|
|
1105
|
+
filterPillHoverText: '#48dbfb',
|
|
1106
|
+
filterIconColor: 'rgba(255,255,255,0.5)',
|
|
1107
|
+
filterIconHoverColor: '#48dbfb',
|
|
1108
|
+
alertBg: 'rgba(72,219,251,0.08)',
|
|
1109
|
+
alertText: '#48dbfb',
|
|
1110
|
+
iconPalette: [
|
|
1111
|
+
{ bg: 'rgba(72,219,251,0.2)', color: '#48dbfb', hoverBg: '#48dbfb', hoverColor: '#09203f' },
|
|
1112
|
+
{ bg: 'rgba(255,159,67,0.2)', color: '#ff9f43', hoverBg: '#ff9f43', hoverColor: '#09203f' },
|
|
1113
|
+
{ bg: 'rgba(29,209,161,0.2)', color: '#1dd1a1', hoverBg: '#1dd1a1', hoverColor: '#09203f' },
|
|
1114
|
+
{ bg: 'rgba(95,39,205,0.2)', color: '#a29bfe', hoverBg: '#a29bfe', hoverColor: '#09203f' },
|
|
1115
|
+
{ bg: 'rgba(255,107,107,0.2)', color: '#ff6b6b', hoverBg: '#ff6b6b', hoverColor: '#09203f' },
|
|
1116
|
+
{ bg: 'rgba(255,255,255,0.12)', color: '#ffffff', hoverBg: '#ffffff', hoverColor: '#09203f' },
|
|
1117
|
+
{ bg: 'rgba(72,219,251,0.12)', color: '#a0eef9', hoverBg: '#a0eef9', hoverColor: '#09203f' },
|
|
1118
|
+
{ bg: 'rgba(255,159,67,0.12)', color: '#ffc68a', hoverBg: '#ffc68a', hoverColor: '#09203f' },
|
|
1119
|
+
],
|
|
1120
|
+
},
|
|
1121
|
+
},
|
|
1122
|
+
FROST: {
|
|
1123
|
+
design: { ...designTokens },
|
|
1124
|
+
dashboard: {
|
|
1125
|
+
backgroundColor: '#e0eafc',
|
|
1126
|
+
backgroundImage: 'linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%)',
|
|
1127
|
+
fontFamily: 'Inter, sans-serif',
|
|
1128
|
+
primaryColor: '#2c3e50',
|
|
1129
|
+
secondaryColor: '#34495e',
|
|
1130
|
+
textColor: '#2c3e50',
|
|
1131
|
+
borderColor: 'rgba(255, 255, 255, 0.4)',
|
|
1132
|
+
borderWidth: '1px',
|
|
1133
|
+
borderRadius: '12px',
|
|
1134
|
+
padding: '24px',
|
|
1135
|
+
margin: '0px',
|
|
1136
|
+
gap: '20px',
|
|
1137
|
+
boxShadow: 'none',
|
|
1138
|
+
headerBgColor: 'rgba(255, 255, 255, 0.5)',
|
|
1139
|
+
headerTextColor: '#2c3e50',
|
|
1140
|
+
cardBgColor: 'rgba(255, 255, 255, 0.3)',
|
|
1141
|
+
backdropFilter: 'blur(15px) saturate(120%)',
|
|
1142
|
+
cardTextColor: '#2c3e50',
|
|
1143
|
+
cardShadow: '0 4px 30px rgba(0, 0, 0, 0.05)',
|
|
1144
|
+
cardPadding: '20px',
|
|
1145
|
+
},
|
|
1146
|
+
charts: {
|
|
1147
|
+
colorScheme: 'FROST',
|
|
1148
|
+
axis: {
|
|
1149
|
+
backgroundColor: 'transparent',
|
|
1150
|
+
axisColor: '#2c3e50',
|
|
1151
|
+
gridColor: 'rgba(44, 62, 80, 0.1)',
|
|
1152
|
+
labelColor: '#2c3e50',
|
|
1153
|
+
tooltipBgColor: 'rgba(255, 255, 255, 0.95)',
|
|
1154
|
+
tooltipTextColor: '#2c3e50',
|
|
1155
|
+
fillColors: [
|
|
1156
|
+
'#4facfe',
|
|
1157
|
+
'#00f2fe',
|
|
1158
|
+
'#38f9d7',
|
|
1159
|
+
'#43e97b',
|
|
1160
|
+
'#a8edea',
|
|
1161
|
+
'#cfdef3',
|
|
1162
|
+
'#e0eafc',
|
|
1163
|
+
'#2c3e50',
|
|
1164
|
+
'#70a1ff',
|
|
1165
|
+
'#5352ed',
|
|
1166
|
+
],
|
|
1167
|
+
},
|
|
1168
|
+
pie: {
|
|
1169
|
+
backgroundColor: 'transparent',
|
|
1170
|
+
labelColor: '#2c3e50',
|
|
1171
|
+
tooltipBgColor: 'rgba(255, 255, 255, 0.95)',
|
|
1172
|
+
tooltipTextColor: '#2c3e50',
|
|
1173
|
+
fillColors: [
|
|
1174
|
+
'#4facfe',
|
|
1175
|
+
'#00f2fe',
|
|
1176
|
+
'#38f9d7',
|
|
1177
|
+
'#43e97b',
|
|
1178
|
+
'#a8edea',
|
|
1179
|
+
'#cfdef3',
|
|
1180
|
+
'#e0eafc',
|
|
1181
|
+
'#2c3e50',
|
|
1182
|
+
'#70a1ff',
|
|
1183
|
+
'#5352ed',
|
|
1184
|
+
],
|
|
1185
|
+
},
|
|
1186
|
+
flow: {
|
|
1187
|
+
backgroundColor: 'transparent',
|
|
1188
|
+
linkColor: 'rgba(44, 62, 80, 0.3)',
|
|
1189
|
+
nodeColor: '#4facfe',
|
|
1190
|
+
labelColor: '#2c3e50',
|
|
1191
|
+
tooltipBgColor: 'rgba(255, 255, 255, 0.95)',
|
|
1192
|
+
tooltipTextColor: '#2c3e50',
|
|
1193
|
+
fillColors: [
|
|
1194
|
+
'#4facfe',
|
|
1195
|
+
'#00f2fe',
|
|
1196
|
+
'#38f9d7',
|
|
1197
|
+
'#43e97b',
|
|
1198
|
+
'#a8edea',
|
|
1199
|
+
'#cfdef3',
|
|
1200
|
+
'#e0eafc',
|
|
1201
|
+
'#2c3e50',
|
|
1202
|
+
'#70a1ff',
|
|
1203
|
+
'#5352ed',
|
|
1204
|
+
],
|
|
1205
|
+
},
|
|
1206
|
+
},
|
|
1207
|
+
drawer: {
|
|
1208
|
+
bg: 'rgba(255,255,255,0.6)',
|
|
1209
|
+
headerBg: 'rgba(255,255,255,0.5)',
|
|
1210
|
+
headerHoverBg: 'rgba(255,255,255,0.7)',
|
|
1211
|
+
headerText: '#2c3e50',
|
|
1212
|
+
borderColor: 'rgba(255,255,255,0.4)',
|
|
1213
|
+
sectionTitleColor: '#2c3e50',
|
|
1214
|
+
tileBg: 'rgba(255,255,255,0.4)',
|
|
1215
|
+
tileBorderColor: 'rgba(255,255,255,0.4)',
|
|
1216
|
+
tileText: '#2c3e50',
|
|
1217
|
+
tileSubText: '#6b7c93',
|
|
1218
|
+
tagBg: 'rgba(79,172,254,0.15)',
|
|
1219
|
+
tagText: '#2c6acc',
|
|
1220
|
+
filterPillBg: 'rgba(255,255,255,0.4)',
|
|
1221
|
+
filterPillBorder: 'rgba(255,255,255,0.4)',
|
|
1222
|
+
filterPillText: '#2c3e50',
|
|
1223
|
+
filterPillHoverBg: 'rgba(79,172,254,0.15)',
|
|
1224
|
+
filterPillHoverBorder: '#4facfe',
|
|
1225
|
+
filterPillHoverText: '#2c6acc',
|
|
1226
|
+
filterIconColor: '#6b7c93',
|
|
1227
|
+
filterIconHoverColor: '#4facfe',
|
|
1228
|
+
alertBg: 'rgba(79,172,254,0.1)',
|
|
1229
|
+
alertText: '#2c6acc',
|
|
1230
|
+
iconPalette: [
|
|
1231
|
+
{ bg: 'rgba(79,172,254,0.2)', color: '#2c6acc', hoverBg: '#4facfe', hoverColor: '#ffffff' },
|
|
1232
|
+
{ bg: 'rgba(0,242,254,0.2)', color: '#0097a7', hoverBg: '#00f2fe', hoverColor: '#ffffff' },
|
|
1233
|
+
{ bg: 'rgba(56,249,215,0.2)', color: '#009688', hoverBg: '#38f9d7', hoverColor: '#ffffff' },
|
|
1234
|
+
{ bg: 'rgba(67,233,123,0.2)', color: '#2e7d32', hoverBg: '#43e97b', hoverColor: '#ffffff' },
|
|
1235
|
+
{ bg: 'rgba(168,237,234,0.2)', color: '#00838f', hoverBg: '#a8edea', hoverColor: '#ffffff' },
|
|
1236
|
+
{ bg: 'rgba(44,62,80,0.1)', color: '#2c3e50', hoverBg: '#2c3e50', hoverColor: '#ffffff' },
|
|
1237
|
+
{ bg: 'rgba(107,124,147,0.15)', color: '#546e7a', hoverBg: '#546e7a', hoverColor: '#ffffff' },
|
|
1238
|
+
{ bg: 'rgba(255,255,255,0.4)', color: '#34495e', hoverBg: '#34495e', hoverColor: '#ffffff' },
|
|
1239
|
+
],
|
|
1240
|
+
},
|
|
1241
|
+
},
|
|
1242
|
+
AURORA: {
|
|
1243
|
+
design: { ...designTokens },
|
|
1244
|
+
dashboard: {
|
|
1245
|
+
backgroundColor: '#0f172a',
|
|
1246
|
+
backgroundImage:
|
|
1247
|
+
'radial-gradient(at 0% 0%, hsla(253,16%,7%,1) 0, transparent 50%), radial-gradient(at 50% 0%, hsla(225,39%,30%,1) 0, transparent 50%), radial-gradient(at 100% 0%, hsla(339,49%,30%,1) 0, transparent 50%)',
|
|
1248
|
+
fontFamily: 'Outfit, sans-serif',
|
|
1249
|
+
primaryColor: '#ffffff',
|
|
1250
|
+
secondaryColor: 'rgba(255, 255, 255, 0.6)',
|
|
1251
|
+
textColor: '#ffffff',
|
|
1252
|
+
borderColor: 'rgba(255, 255, 255, 0.1)',
|
|
1253
|
+
borderWidth: '1px',
|
|
1254
|
+
borderRadius: '24px',
|
|
1255
|
+
padding: '24px',
|
|
1256
|
+
margin: '0px',
|
|
1257
|
+
gap: '24px',
|
|
1258
|
+
boxShadow: 'none',
|
|
1259
|
+
headerBgColor: 'rgba(15, 23, 42, 0.3)',
|
|
1260
|
+
headerTextColor: '#ffffff',
|
|
1261
|
+
cardBgColor: 'rgba(255, 255, 255, 0.03)',
|
|
1262
|
+
backdropFilter: 'blur(40px) saturate(180%)',
|
|
1263
|
+
cardTextColor: '#ffffff',
|
|
1264
|
+
cardShadow: '0 8px 32px 0 rgba(0, 0, 0, 0.3)',
|
|
1265
|
+
cardPadding: '20px',
|
|
1266
|
+
},
|
|
1267
|
+
charts: {
|
|
1268
|
+
colorScheme: 'AURORA',
|
|
1269
|
+
axis: {
|
|
1270
|
+
backgroundColor: 'transparent',
|
|
1271
|
+
axisColor: 'rgba(255, 255, 255, 0.5)',
|
|
1272
|
+
gridColor: 'rgba(255, 255, 255, 0.05)',
|
|
1273
|
+
labelColor: 'rgba(255, 255, 255, 0.8)',
|
|
1274
|
+
tooltipBgColor: 'rgba(15, 23, 42, 0.9)',
|
|
1275
|
+
tooltipTextColor: '#ffffff',
|
|
1276
|
+
fillColors: [
|
|
1277
|
+
'#a855f7',
|
|
1278
|
+
'#ec4899',
|
|
1279
|
+
'#3b82f6',
|
|
1280
|
+
'#10b981',
|
|
1281
|
+
'#f59e0b',
|
|
1282
|
+
'#ef4444',
|
|
1283
|
+
'#14b8a6',
|
|
1284
|
+
'#6366f1',
|
|
1285
|
+
'#8b5cf6',
|
|
1286
|
+
'#d946ef',
|
|
1287
|
+
],
|
|
1288
|
+
},
|
|
1289
|
+
pie: {
|
|
1290
|
+
backgroundColor: 'transparent',
|
|
1291
|
+
labelColor: '#ffffff',
|
|
1292
|
+
tooltipBgColor: 'rgba(15, 23, 42, 0.9)',
|
|
1293
|
+
tooltipTextColor: '#ffffff',
|
|
1294
|
+
fillColors: [
|
|
1295
|
+
'#a855f7',
|
|
1296
|
+
'#ec4899',
|
|
1297
|
+
'#3b82f6',
|
|
1298
|
+
'#10b981',
|
|
1299
|
+
'#f59e0b',
|
|
1300
|
+
'#ef4444',
|
|
1301
|
+
'#14b8a6',
|
|
1302
|
+
'#6366f1',
|
|
1303
|
+
'#8b5cf6',
|
|
1304
|
+
'#d946ef',
|
|
1305
|
+
],
|
|
1306
|
+
},
|
|
1307
|
+
flow: {
|
|
1308
|
+
backgroundColor: 'transparent',
|
|
1309
|
+
linkColor: 'rgba(168, 85, 247, 0.4)',
|
|
1310
|
+
nodeColor: '#a855f7',
|
|
1311
|
+
labelColor: '#ffffff',
|
|
1312
|
+
tooltipBgColor: 'rgba(15, 23, 42, 0.9)',
|
|
1313
|
+
tooltipTextColor: '#ffffff',
|
|
1314
|
+
fillColors: [
|
|
1315
|
+
'#a855f7',
|
|
1316
|
+
'#ec4899',
|
|
1317
|
+
'#3b82f6',
|
|
1318
|
+
'#10b981',
|
|
1319
|
+
'#f59e0b',
|
|
1320
|
+
'#ef4444',
|
|
1321
|
+
'#14b8a6',
|
|
1322
|
+
'#6366f1',
|
|
1323
|
+
'#8b5cf6',
|
|
1324
|
+
'#d946ef',
|
|
1325
|
+
],
|
|
1326
|
+
},
|
|
1327
|
+
},
|
|
1328
|
+
drawer: {
|
|
1329
|
+
bg: 'rgba(15, 23, 42, 0.9)',
|
|
1330
|
+
headerBg: 'rgba(15, 23, 42, 0.5)',
|
|
1331
|
+
headerHoverBg: 'rgba(15, 23, 42, 0.7)',
|
|
1332
|
+
headerText: '#ffffff',
|
|
1333
|
+
borderColor: 'rgba(255,255,255,0.1)',
|
|
1334
|
+
sectionTitleColor: '#a855f7',
|
|
1335
|
+
tileBg: 'rgba(255,255,255,0.03)',
|
|
1336
|
+
tileBorderColor: 'rgba(255,255,255,0.1)',
|
|
1337
|
+
tileText: '#ffffff',
|
|
1338
|
+
tileSubText: 'rgba(255,255,255,0.5)',
|
|
1339
|
+
tagBg: 'rgba(168,85,247,0.15)',
|
|
1340
|
+
tagText: '#a855f7',
|
|
1341
|
+
filterPillBg: 'rgba(255,255,255,0.05)',
|
|
1342
|
+
filterPillBorder: 'rgba(255,255,255,0.1)',
|
|
1343
|
+
filterPillText: '#ffffff',
|
|
1344
|
+
filterPillHoverBg: 'rgba(168,85,247,0.15)',
|
|
1345
|
+
filterPillHoverBorder: '#a855f7',
|
|
1346
|
+
filterPillHoverText: '#a855f7',
|
|
1347
|
+
filterIconColor: 'rgba(255,255,255,0.4)',
|
|
1348
|
+
filterIconHoverColor: '#a855f7',
|
|
1349
|
+
alertBg: 'rgba(168,85,247,0.08)',
|
|
1350
|
+
alertText: '#a855f7',
|
|
1351
|
+
iconPalette: [
|
|
1352
|
+
{ bg: 'rgba(168,85,247,0.2)', color: '#a855f7', hoverBg: '#a855f7', hoverColor: '#0f172a' },
|
|
1353
|
+
{ bg: 'rgba(236,72,153,0.2)', color: '#ec4899', hoverBg: '#ec4899', hoverColor: '#0f172a' },
|
|
1354
|
+
{ bg: 'rgba(59,130,246,0.2)', color: '#3b82f6', hoverBg: '#3b82f6', hoverColor: '#0f172a' },
|
|
1355
|
+
{ bg: 'rgba(16,185,129,0.2)', color: '#10b981', hoverBg: '#10b981', hoverColor: '#0f172a' },
|
|
1356
|
+
{ bg: 'rgba(245,158,11,0.2)', color: '#f59e0b', hoverBg: '#f59e0b', hoverColor: '#0f172a' },
|
|
1357
|
+
{ bg: 'rgba(239,68,68,0.2)', color: '#ef4444', hoverBg: '#ef4444', hoverColor: '#0f172a' },
|
|
1358
|
+
{ bg: 'rgba(20,184,166,0.2)', color: '#14b8a6', hoverBg: '#14b8a6', hoverColor: '#0f172a' },
|
|
1359
|
+
{ bg: 'rgba(255,255,255,0.06)', color: '#94a3b8', hoverBg: '#64748b', hoverColor: '#ffffff' },
|
|
1360
|
+
],
|
|
1361
|
+
},
|
|
1362
|
+
},
|
|
1363
|
+
EMERALD: {
|
|
1364
|
+
design: { ...designTokens },
|
|
1365
|
+
dashboard: {
|
|
1366
|
+
backgroundColor: '#064e3b',
|
|
1367
|
+
backgroundImage: 'linear-gradient(135deg, #064e3b 0%, #022c22 100%)',
|
|
1368
|
+
fontFamily: 'Inter, sans-serif',
|
|
1369
|
+
primaryColor: '#10b981',
|
|
1370
|
+
secondaryColor: '#34d399',
|
|
1371
|
+
textColor: '#ecfdf5',
|
|
1372
|
+
borderColor: 'rgba(16, 185, 129, 0.2)',
|
|
1373
|
+
borderWidth: '1px',
|
|
1374
|
+
borderRadius: '12px',
|
|
1375
|
+
padding: '24px',
|
|
1376
|
+
margin: '0px',
|
|
1377
|
+
gap: '20px',
|
|
1378
|
+
boxShadow: 'none',
|
|
1379
|
+
headerBgColor: 'rgba(2, 44, 34, 0.8)',
|
|
1380
|
+
headerTextColor: '#10b981',
|
|
1381
|
+
cardBgColor: 'rgba(6, 78, 59, 0.4)',
|
|
1382
|
+
backdropFilter: 'blur(12px)',
|
|
1383
|
+
cardTextColor: '#ecfdf5',
|
|
1384
|
+
cardShadow: '0 10px 15px -3px rgba(0, 0, 0, 0.1)',
|
|
1385
|
+
cardPadding: '20px',
|
|
1386
|
+
},
|
|
1387
|
+
charts: {
|
|
1388
|
+
colorScheme: 'EMERALD',
|
|
1389
|
+
axis: {
|
|
1390
|
+
backgroundColor: 'transparent',
|
|
1391
|
+
axisColor: '#10b981',
|
|
1392
|
+
gridColor: 'rgba(16, 185, 129, 0.1)',
|
|
1393
|
+
labelColor: '#34d399',
|
|
1394
|
+
tooltipBgColor: 'rgba(2, 44, 34, 0.95)',
|
|
1395
|
+
tooltipTextColor: '#ffffff',
|
|
1396
|
+
fillColors: [
|
|
1397
|
+
'#10b981',
|
|
1398
|
+
'#34d399',
|
|
1399
|
+
'#6ee7b7',
|
|
1400
|
+
'#a7f3d0',
|
|
1401
|
+
'#d1fae5',
|
|
1402
|
+
'#059669',
|
|
1403
|
+
'#047857',
|
|
1404
|
+
'#065f46',
|
|
1405
|
+
'#064e3b',
|
|
1406
|
+
'#ecfdf5',
|
|
1407
|
+
],
|
|
1408
|
+
},
|
|
1409
|
+
pie: {
|
|
1410
|
+
backgroundColor: 'transparent',
|
|
1411
|
+
labelColor: '#ecfdf5',
|
|
1412
|
+
tooltipBgColor: 'rgba(2, 44, 34, 0.95)',
|
|
1413
|
+
tooltipTextColor: '#ffffff',
|
|
1414
|
+
fillColors: [
|
|
1415
|
+
'#10b981',
|
|
1416
|
+
'#059669',
|
|
1417
|
+
'#047857',
|
|
1418
|
+
'#065f46',
|
|
1419
|
+
'#064e3b',
|
|
1420
|
+
'#34d399',
|
|
1421
|
+
'#6ee7b7',
|
|
1422
|
+
'#a7f3d0',
|
|
1423
|
+
'#d1fae5',
|
|
1424
|
+
'#ecfdf5',
|
|
1425
|
+
],
|
|
1426
|
+
},
|
|
1427
|
+
flow: {
|
|
1428
|
+
backgroundColor: 'transparent',
|
|
1429
|
+
linkColor: 'rgba(16, 185, 129, 0.4)',
|
|
1430
|
+
nodeColor: '#10b981',
|
|
1431
|
+
labelColor: '#ecfdf5',
|
|
1432
|
+
tooltipBgColor: 'rgba(2, 44, 34, 0.95)',
|
|
1433
|
+
tooltipTextColor: '#ffffff',
|
|
1434
|
+
fillColors: [
|
|
1435
|
+
'#10b981',
|
|
1436
|
+
'#34d399',
|
|
1437
|
+
'#6ee7b7',
|
|
1438
|
+
'#059669',
|
|
1439
|
+
'#047857',
|
|
1440
|
+
'#065f46',
|
|
1441
|
+
'#064e3b',
|
|
1442
|
+
'#a7f3d0',
|
|
1443
|
+
'#d1fae5',
|
|
1444
|
+
'#ecfdf5',
|
|
1445
|
+
],
|
|
1446
|
+
},
|
|
1447
|
+
},
|
|
1448
|
+
drawer: {
|
|
1449
|
+
bg: 'rgba(2, 44, 34, 0.95)',
|
|
1450
|
+
headerBg: 'rgba(6, 78, 59, 0.6)',
|
|
1451
|
+
headerHoverBg: 'rgba(6, 78, 59, 0.8)',
|
|
1452
|
+
headerText: '#10b981',
|
|
1453
|
+
borderColor: 'rgba(16,185,129,0.25)',
|
|
1454
|
+
sectionTitleColor: '#34d399',
|
|
1455
|
+
tileBg: 'rgba(6, 78, 59, 0.4)',
|
|
1456
|
+
tileBorderColor: 'rgba(16,185,129,0.2)',
|
|
1457
|
+
tileText: '#ecfdf5',
|
|
1458
|
+
tileSubText: '#6ee7b7',
|
|
1459
|
+
tagBg: 'rgba(16,185,129,0.15)',
|
|
1460
|
+
tagText: '#34d399',
|
|
1461
|
+
filterPillBg: 'rgba(6,78,59,0.4)',
|
|
1462
|
+
filterPillBorder: 'rgba(16,185,129,0.2)',
|
|
1463
|
+
filterPillText: '#ecfdf5',
|
|
1464
|
+
filterPillHoverBg: 'rgba(16,185,129,0.15)',
|
|
1465
|
+
filterPillHoverBorder: '#10b981',
|
|
1466
|
+
filterPillHoverText: '#10b981',
|
|
1467
|
+
filterIconColor: 'rgba(16,185,129,0.5)',
|
|
1468
|
+
filterIconHoverColor: '#10b981',
|
|
1469
|
+
alertBg: 'rgba(16,185,129,0.08)',
|
|
1470
|
+
alertText: '#34d399',
|
|
1471
|
+
iconPalette: [
|
|
1472
|
+
{ bg: 'rgba(16,185,129,0.2)', color: '#10b981', hoverBg: '#10b981', hoverColor: '#022c22' },
|
|
1473
|
+
{ bg: 'rgba(52,211,153,0.2)', color: '#34d399', hoverBg: '#34d399', hoverColor: '#022c22' },
|
|
1474
|
+
{ bg: 'rgba(110,231,183,0.2)', color: '#6ee7b7', hoverBg: '#6ee7b7', hoverColor: '#022c22' },
|
|
1475
|
+
{ bg: 'rgba(5,150,105,0.2)', color: '#059669', hoverBg: '#059669', hoverColor: '#022c22' },
|
|
1476
|
+
{ bg: 'rgba(167,243,208,0.15)', color: '#a7f3d0', hoverBg: '#a7f3d0', hoverColor: '#022c22' },
|
|
1477
|
+
{ bg: 'rgba(209,250,229,0.1)', color: '#d1fae5', hoverBg: '#d1fae5', hoverColor: '#022c22' },
|
|
1478
|
+
{ bg: 'rgba(4,120,87,0.3)', color: '#047857', hoverBg: '#047857', hoverColor: '#ecfdf5' },
|
|
1479
|
+
{ bg: 'rgba(6,95,70,0.3)', color: '#065f46', hoverBg: '#065f46', hoverColor: '#ecfdf5' },
|
|
1480
|
+
],
|
|
1481
|
+
},
|
|
1482
|
+
},
|
|
1483
|
+
};
|