|
@@ -60,7 +60,12 @@ const theme = {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
panelColor: Colors.neutral[0],
|
|
panelColor: Colors.neutral[0],
|
|
- headingStyles: {
|
|
|
|
|
|
+ breadcrumb: Colors.neutral[30],
|
|
|
|
+ connectEditWarning: Colors.yellow[10],
|
|
|
|
+ dropdown: {
|
|
|
|
+ color: Colors.red[50],
|
|
|
|
+ },
|
|
|
|
+ heading: {
|
|
h1: {
|
|
h1: {
|
|
color: Colors.neutral[90],
|
|
color: Colors.neutral[90],
|
|
},
|
|
},
|
|
@@ -86,7 +91,7 @@ const theme = {
|
|
info: Colors.neutral[10],
|
|
info: Colors.neutral[10],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- buttonStyles: {
|
|
|
|
|
|
+ button: {
|
|
primary: {
|
|
primary: {
|
|
backgroundColor: {
|
|
backgroundColor: {
|
|
normal: Colors.brand[50],
|
|
normal: Colors.brand[50],
|
|
@@ -123,8 +128,13 @@ const theme = {
|
|
M: '14px',
|
|
M: '14px',
|
|
L: '16px',
|
|
L: '16px',
|
|
},
|
|
},
|
|
|
|
+ border: {
|
|
|
|
+ normal: Colors.neutral[50],
|
|
|
|
+ hover: Colors.neutral[70],
|
|
|
|
+ active: Colors.neutral[90],
|
|
|
|
+ },
|
|
},
|
|
},
|
|
- menuStyles: {
|
|
|
|
|
|
+ menu: {
|
|
backgroundColor: {
|
|
backgroundColor: {
|
|
normal: Colors.neutral[0],
|
|
normal: Colors.neutral[0],
|
|
hover: Colors.neutral[5],
|
|
hover: Colors.neutral[5],
|
|
@@ -141,20 +151,52 @@ const theme = {
|
|
},
|
|
},
|
|
chevronIconColor: Colors.neutral[50],
|
|
chevronIconColor: Colors.neutral[50],
|
|
},
|
|
},
|
|
- thStyles: {
|
|
|
|
|
|
+ schema: {
|
|
backgroundColor: {
|
|
backgroundColor: {
|
|
- normal: Colors.neutral[0],
|
|
|
|
|
|
+ tr: Colors.neutral[5],
|
|
|
|
+ div: Colors.neutral[0],
|
|
},
|
|
},
|
|
- color: {
|
|
|
|
- normal: Colors.neutral[50],
|
|
|
|
- hover: Colors.brand[50],
|
|
|
|
- active: Colors.brand[50],
|
|
|
|
|
|
+ },
|
|
|
|
+ modal: {
|
|
|
|
+ backgroundColor: Colors.neutral[0],
|
|
|
|
+ border: {
|
|
|
|
+ top: Colors.neutral[5],
|
|
|
|
+ bottom: Colors.neutral[5],
|
|
|
|
+ },
|
|
|
|
+ overlay: Colors.transparency[10],
|
|
|
|
+ shadow: Colors.transparency[20],
|
|
|
|
+ },
|
|
|
|
+ table: {
|
|
|
|
+ th: {
|
|
|
|
+ backgroundColor: {
|
|
|
|
+ normal: Colors.neutral[0],
|
|
|
|
+ },
|
|
|
|
+ color: {
|
|
|
|
+ normal: Colors.neutral[50],
|
|
|
|
+ hover: Colors.brand[50],
|
|
|
|
+ active: Colors.brand[50],
|
|
|
|
+ },
|
|
|
|
+ previewColor: {
|
|
|
|
+ normal: Colors.brand[50],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ td: {
|
|
|
|
+ color: {
|
|
|
|
+ normal: Colors.neutral[90],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ tr: {
|
|
|
|
+ backgroundColor: {
|
|
|
|
+ hover: Colors.neutral[5],
|
|
|
|
+ },
|
|
},
|
|
},
|
|
- previewColor: {
|
|
|
|
- normal: Colors.brand[50],
|
|
|
|
|
|
+ link: {
|
|
|
|
+ color: {
|
|
|
|
+ normal: Colors.neutral[90],
|
|
|
|
+ },
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- primaryTabStyles: {
|
|
|
|
|
|
+ primaryTab: {
|
|
color: {
|
|
color: {
|
|
normal: Colors.neutral[50],
|
|
normal: Colors.neutral[50],
|
|
hover: Colors.neutral[90],
|
|
hover: Colors.neutral[90],
|
|
@@ -164,9 +206,10 @@ const theme = {
|
|
normal: 'transparent',
|
|
normal: 'transparent',
|
|
hover: 'transparent',
|
|
hover: 'transparent',
|
|
active: Colors.brand[50],
|
|
active: Colors.brand[50],
|
|
|
|
+ nav: Colors.neutral[10],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- secondaryTabStyles: {
|
|
|
|
|
|
+ secondaryTab: {
|
|
backgroundColor: {
|
|
backgroundColor: {
|
|
normal: Colors.neutral[0],
|
|
normal: Colors.neutral[0],
|
|
hover: Colors.neutral[5],
|
|
hover: Colors.neutral[5],
|
|
@@ -178,7 +221,7 @@ const theme = {
|
|
active: Colors.neutral[90],
|
|
active: Colors.neutral[90],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- selectStyles: {
|
|
|
|
|
|
+ select: {
|
|
backgroundColor: {
|
|
backgroundColor: {
|
|
normal: Colors.neutral[0],
|
|
normal: Colors.neutral[0],
|
|
hover: Colors.neutral[10],
|
|
hover: Colors.neutral[10],
|
|
@@ -197,7 +240,55 @@ const theme = {
|
|
disabled: Colors.neutral[10],
|
|
disabled: Colors.neutral[10],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- tagStyles: {
|
|
|
|
|
|
+ input: {
|
|
|
|
+ borderColor: {
|
|
|
|
+ normal: Colors.neutral[30],
|
|
|
|
+ hover: Colors.neutral[50],
|
|
|
|
+ focus: Colors.neutral[70],
|
|
|
|
+ disabled: Colors.neutral[10],
|
|
|
|
+ },
|
|
|
|
+ color: {
|
|
|
|
+ placeholder: {
|
|
|
|
+ normal: Colors.neutral[30],
|
|
|
|
+ readOnly: Colors.neutral[30],
|
|
|
|
+ },
|
|
|
|
+ disabled: Colors.neutral[30],
|
|
|
|
+ readOnly: Colors.neutral[90],
|
|
|
|
+ },
|
|
|
|
+ backgroundColor: {
|
|
|
|
+ readOnly: Colors.neutral[5],
|
|
|
|
+ },
|
|
|
|
+ error: Colors.red[50],
|
|
|
|
+ icon: {
|
|
|
|
+ color: Colors.neutral[70],
|
|
|
|
+ },
|
|
|
|
+ label: {
|
|
|
|
+ color: Colors.neutral[70],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ textArea: {
|
|
|
|
+ borderColor: {
|
|
|
|
+ normal: Colors.neutral[30],
|
|
|
|
+ hover: Colors.neutral[50],
|
|
|
|
+ focus: Colors.neutral[70],
|
|
|
|
+ disabled: Colors.neutral[10],
|
|
|
|
+ },
|
|
|
|
+ color: {
|
|
|
|
+ placeholder: {
|
|
|
|
+ normal: Colors.neutral[30],
|
|
|
|
+ focus: {
|
|
|
|
+ normal: 'transparent',
|
|
|
|
+ readOnly: Colors.neutral[30],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ disabled: Colors.neutral[30],
|
|
|
|
+ readOnly: Colors.neutral[90],
|
|
|
|
+ },
|
|
|
|
+ backgroundColor: {
|
|
|
|
+ readOnly: Colors.neutral[5],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ tag: {
|
|
backgroundColor: {
|
|
backgroundColor: {
|
|
green: Colors.green[10],
|
|
green: Colors.green[10],
|
|
gray: Colors.neutral[5],
|
|
gray: Colors.neutral[5],
|
|
@@ -208,7 +299,7 @@ const theme = {
|
|
},
|
|
},
|
|
color: Colors.neutral[90],
|
|
color: Colors.neutral[90],
|
|
},
|
|
},
|
|
- paginationStyles: {
|
|
|
|
|
|
+ pagination: {
|
|
backgroundColor: Colors.neutral[0],
|
|
backgroundColor: Colors.neutral[0],
|
|
currentPage: Colors.neutral[10],
|
|
currentPage: Colors.neutral[10],
|
|
borderColor: {
|
|
borderColor: {
|
|
@@ -241,6 +332,12 @@ const theme = {
|
|
warningTextColor: Colors.red[50],
|
|
warningTextColor: Colors.red[50],
|
|
lightTextColor: Colors.neutral[30],
|
|
lightTextColor: Colors.neutral[30],
|
|
},
|
|
},
|
|
|
|
+ filters: {
|
|
|
|
+ color: {
|
|
|
|
+ icon: Colors.neutral[90],
|
|
|
|
+ normal: Colors.neutral[50],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
},
|
|
},
|
|
scrollbar: {
|
|
scrollbar: {
|
|
trackColor: {
|
|
trackColor: {
|
|
@@ -252,9 +349,37 @@ const theme = {
|
|
active: Colors.neutral[50],
|
|
active: Colors.neutral[50],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- confirmationModal: {
|
|
|
|
- overlay: Colors.transparency[10],
|
|
|
|
- shadow: Colors.transparency[20],
|
|
|
|
|
|
+ consumerTopicContent: {
|
|
|
|
+ backgroundColor: Colors.neutral[5],
|
|
|
|
+ },
|
|
|
|
+ topicFormLabel: {
|
|
|
|
+ color: Colors.neutral[50],
|
|
|
|
+ },
|
|
|
|
+ topicMetaData: {
|
|
|
|
+ backgroundColor: Colors.neutral[5],
|
|
|
|
+ color: {
|
|
|
|
+ label: Colors.neutral[50],
|
|
|
|
+ value: Colors.neutral[80],
|
|
|
|
+ meta: Colors.neutral[30],
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ dangerZone: {
|
|
|
|
+ borderColor: Colors.neutral[10],
|
|
|
|
+ color: Colors.red[50],
|
|
|
|
+ },
|
|
|
|
+ configList: {
|
|
|
|
+ color: Colors.neutral[30],
|
|
|
|
+ },
|
|
|
|
+ topicsList: {
|
|
|
|
+ color: {
|
|
|
|
+ normal: Colors.neutral[90],
|
|
|
|
+ hover: Colors.neutral[50],
|
|
|
|
+ active: Colors.neutral[90],
|
|
|
|
+ },
|
|
|
|
+ backgroundColor: {
|
|
|
|
+ hover: Colors.neutral[5],
|
|
|
|
+ active: Colors.neutral[10],
|
|
|
|
+ },
|
|
},
|
|
},
|
|
icons: {
|
|
icons: {
|
|
closeIcon: Colors.neutral[30],
|
|
closeIcon: Colors.neutral[30],
|
|
@@ -269,9 +394,6 @@ const theme = {
|
|
viewer: {
|
|
viewer: {
|
|
wrapper: Colors.neutral[3],
|
|
wrapper: Colors.neutral[3],
|
|
},
|
|
},
|
|
- textarea: {
|
|
|
|
- focus: 'transparent',
|
|
|
|
- },
|
|
|
|
};
|
|
};
|
|
|
|
|
|
export type ThemeType = typeof theme;
|
|
export type ThemeType = typeof theme;
|