2021-08-31 22:00:56 -07:00
|
|
|
// TODO(Gabe): integrate this w/ the theme
|
|
|
|
export const REDESIGN_COLORS = {
|
|
|
|
GREY: '#e5e5e5',
|
|
|
|
BLUE: '#1890FF',
|
|
|
|
};
|
|
|
|
|
|
|
|
export const ANTD_GRAY = {
|
|
|
|
1: '#FFFFFF',
|
|
|
|
2: '#FAFAFA',
|
|
|
|
3: '#F5F5F5',
|
|
|
|
4: '#F0F0F0',
|
|
|
|
4.5: '#E9E9E9',
|
|
|
|
5: '#D9D9D9',
|
|
|
|
6: '#BFBFBF',
|
|
|
|
7: '#8C8C8C',
|
|
|
|
8: '#595959',
|
|
|
|
9: '#434343',
|
|
|
|
};
|
|
|
|
|
|
|
|
export const EMPTY_MESSAGES = {
|
|
|
|
documentation: {
|
2021-09-28 10:30:37 -07:00
|
|
|
title: 'No documentation yet',
|
|
|
|
description: 'Share your knowledge by adding documentation and links to helpful resources.',
|
2021-08-31 22:00:56 -07:00
|
|
|
},
|
|
|
|
tags: {
|
|
|
|
title: 'No tags added yet',
|
|
|
|
description: 'Tag entities to help make them more discoverable and call out their most important attributes.',
|
|
|
|
},
|
2021-09-16 12:33:24 -07:00
|
|
|
terms: {
|
|
|
|
title: 'No terms added yet',
|
|
|
|
description: 'Apply glossary terms to entities to classify their data.',
|
|
|
|
},
|
2021-08-31 22:00:56 -07:00
|
|
|
owners: {
|
|
|
|
title: 'No owners added yet',
|
2021-09-28 10:30:37 -07:00
|
|
|
description: 'Adding owners helps you keep track of who is responsible for this data.',
|
2021-08-31 22:00:56 -07:00
|
|
|
},
|
|
|
|
properties: {
|
|
|
|
title: 'No properties',
|
|
|
|
description: 'Properties will appear here if they exist in your data source.',
|
|
|
|
},
|
|
|
|
queries: {
|
|
|
|
title: 'No queries',
|
|
|
|
description: 'Recent queries made to this dataset will appear here.',
|
|
|
|
},
|
2022-01-27 22:02:41 -08:00
|
|
|
domain: {
|
|
|
|
title: 'No domain set',
|
|
|
|
description: 'Group related entities based on your organizational structure using by adding them to a Domain.',
|
|
|
|
},
|
2021-08-31 22:00:56 -07:00
|
|
|
};
|