mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Polish businesses list: EN owner name, new themes, overflow actions menu.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
c33cab40fe
commit
6771d75fae
@@ -6,6 +6,10 @@ export const BUSINESS_PRIMARY_COLOR_IDS = [
|
||||
'purple',
|
||||
'light-blue',
|
||||
'dark-blue',
|
||||
'brown',
|
||||
'navy',
|
||||
'dark-green',
|
||||
'orange',
|
||||
] as const
|
||||
|
||||
export type BusinessPrimaryColorId = (typeof BUSINESS_PRIMARY_COLOR_IDS)[number]
|
||||
@@ -106,7 +110,7 @@ export const BUSINESS_PRIMARY_COLOR_PALETTE: Record<
|
||||
...CYAN_ACCENT,
|
||||
},
|
||||
'dark-blue': {
|
||||
label: 'Dark Blue',
|
||||
label: 'Blue',
|
||||
primary: '#3b82f6',
|
||||
primaryDark: '#2563eb',
|
||||
primaryLight: '#dbeafe',
|
||||
@@ -115,6 +119,46 @@ export const BUSINESS_PRIMARY_COLOR_PALETTE: Record<
|
||||
primaryDarkRgb: '37 99 235',
|
||||
...CYAN_ACCENT,
|
||||
},
|
||||
brown: {
|
||||
label: 'Brown',
|
||||
primary: '#8b5e3c',
|
||||
primaryDark: '#6f4a2f',
|
||||
primaryLight: '#faf6f0',
|
||||
primaryGlow: '#a67c52',
|
||||
primaryRgb: '139 94 60',
|
||||
primaryDarkRgb: '111 74 47',
|
||||
...CYAN_ACCENT,
|
||||
},
|
||||
navy: {
|
||||
label: 'Dark Blue',
|
||||
primary: '#1e3a8a',
|
||||
primaryDark: '#172554',
|
||||
primaryLight: '#e0e7ff',
|
||||
primaryGlow: '#1e40af',
|
||||
primaryRgb: '30 58 138',
|
||||
primaryDarkRgb: '23 37 84',
|
||||
...CYAN_ACCENT,
|
||||
},
|
||||
'dark-green': {
|
||||
label: 'Dark Green',
|
||||
primary: '#166534',
|
||||
primaryDark: '#14532d',
|
||||
primaryLight: '#dcfce7',
|
||||
primaryGlow: '#15803d',
|
||||
primaryRgb: '22 101 52',
|
||||
primaryDarkRgb: '20 83 45',
|
||||
...CYAN_ACCENT,
|
||||
},
|
||||
orange: {
|
||||
label: 'Orange',
|
||||
primary: '#ea580c',
|
||||
primaryDark: '#c2410c',
|
||||
primaryLight: '#ffedd5',
|
||||
primaryGlow: '#f97316',
|
||||
primaryRgb: '234 88 12',
|
||||
primaryDarkRgb: '194 65 12',
|
||||
...PURPLE_ACCENT,
|
||||
},
|
||||
}
|
||||
|
||||
export function normalizeBusinessPrimaryColorId(value: unknown): BusinessPrimaryColorId {
|
||||
|
||||
Reference in New Issue
Block a user