From 40918129b95cd8a1b15acbc74f4de91f7c9c772a Mon Sep 17 00:00:00 2001 From: Divya Bhatt Date: Fri, 18 Oct 2024 14:51:28 +0100 Subject: [PATCH 1/2] Add items to palatte --- fronts-client/src/constants/feastPalettes.ts | 150 +++++++++++++++++-- 1 file changed, 135 insertions(+), 15 deletions(-) diff --git a/fronts-client/src/constants/feastPalettes.ts b/fronts-client/src/constants/feastPalettes.ts index a36f8527c9..65dd1f0814 100644 --- a/fronts-client/src/constants/feastPalettes.ts +++ b/fronts-client/src/constants/feastPalettes.ts @@ -81,6 +81,21 @@ export const chefPalettes: PaletteOption[] = [ ]; export const feastCollectionPalettes: PaletteOption[] = [ + { + id: 'apples_pears', + name: 'Apples pears', + palettes: { + light: { + foregroundHex: '#697431', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#E1E5B8', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Apples_pears.png', + }, { id: 'autumn', name: 'Autumn', @@ -231,6 +246,21 @@ export const feastCollectionPalettes: PaletteOption[] = [ }, imageURL: 'https://uploads.guim.co.uk/2024/10/15/Cheeses.png', }, + { + id: 'coffee_donuts', + name: 'Coffee donuts', + palettes: { + light: { + foregroundHex: '#BB3C81', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#FCF0F6', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Coffee_donuts.png', + }, { id: 'chicken', name: 'Chicken', @@ -366,6 +396,36 @@ export const feastCollectionPalettes: PaletteOption[] = [ }, imageURL: 'https://uploads.guim.co.uk/2024/10/15/Fruits.png', }, + { + id: 'halloween', + name: 'Halloween', + palettes: { + light: { + foregroundHex: '#DA2B27', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#FDF1F0', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Halloween.png', + }, + { + id: 'hot_chocolate', + name: 'Hot chocolate', + palettes: { + light: { + foregroundHex: '#603D30', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#F0C5B5', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Hot-chocolate.png', + }, { id: 'meals for one', name: 'Meals for One', @@ -502,49 +562,49 @@ export const feastCollectionPalettes: PaletteOption[] = [ imageURL: 'https://uploads.guim.co.uk/2024/03/21/Picnic.png', }, { - id: 'potatos', - name: 'Potatos', + id: 'pizza', + name: 'Pizza', palettes: { light: { - foregroundHex: '#99614B', + foregroundHex: '#80191A', backgroundHex: '#F9F9F5', }, dark: { - foregroundHex: '#F0C5B4', + foregroundHex: '#FDF1F0', backgroundHex: '#363632', }, }, - imageURL: 'https://uploads.guim.co.uk/2024/03/21/Potatos.png', + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Pizza.png', }, { - id: 'rice', - name: 'Rice', + id: 'potatos', + name: 'Potatos', palettes: { light: { - foregroundHex: '#68773C', + foregroundHex: '#99614B', backgroundHex: '#F9F9F5', }, dark: { - foregroundHex: '#DAE5B8', + foregroundHex: '#F0C5B4', backgroundHex: '#363632', }, }, - imageURL: 'https://uploads.guim.co.uk/2024/03/21/Rice.png', + imageURL: 'https://uploads.guim.co.uk/2024/03/21/Potatos.png', }, { - id: 'salads', - name: 'Salads', + id: 'pumpkin_pie', + name: 'Pumpkin pie', palettes: { light: { - foregroundHex: '#697311', + foregroundHex: '#9A2020', backgroundHex: '#F9F9F5', }, dark: { - foregroundHex: '#E1E5B8', + foregroundHex: '#EFBAB4', backgroundHex: '#363632', }, }, - imageURL: 'https://uploads.guim.co.uk/2024/03/21/Salads.png', + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Pumpkin_pie.png', }, { id: 'quick meals', @@ -561,6 +621,36 @@ export const feastCollectionPalettes: PaletteOption[] = [ }, imageURL: 'https://uploads.guim.co.uk/2024/03/21/QuickmealsV2-01.png', }, + { + id: 'rice', + name: 'Rice', + palettes: { + light: { + foregroundHex: '#68773C', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#DAE5B8', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/03/21/Rice.png', + }, + { + id: 'salads', + name: 'Salads', + palettes: { + light: { + foregroundHex: '#697311', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#E1E5B8', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/03/21/Salads.png', + }, { id: 'soup', name: 'Soup', @@ -636,6 +726,21 @@ export const feastCollectionPalettes: PaletteOption[] = [ }, imageURL: 'https://uploads.guim.co.uk/2024/03/21/Tacos.png', }, + { + id: 'thanksgiving', + name: 'Thanksgiving', + palettes: { + light: { + foregroundHex: '#C15627', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#F0CDB5', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Thanksgiving.png', + }, { id: 'tins', name: 'Tins', @@ -666,6 +771,21 @@ export const feastCollectionPalettes: PaletteOption[] = [ }, imageURL: 'https://uploads.guim.co.uk/2024/03/21/Traybake.png', }, + { + id: 'Turkey', + name: 'Turkey', + palettes: { + light: { + foregroundHex: '#C15627', + backgroundHex: '#F9F9F5', + }, + dark: { + foregroundHex: '#F0CDB5', + backgroundHex: '#363632', + }, + }, + imageURL: 'https://uploads.guim.co.uk/2024/10/18/Turkey.png', + }, { id: 'tv snacks', name: 'TV snacks', From 150cefda4c68a7347d3bf01fcdb973dbcd6512ff Mon Sep 17 00:00:00 2001 From: Divya Bhatt Date: Mon, 21 Oct 2024 10:16:02 +0100 Subject: [PATCH 2/2] spelling corrections --- fronts-client/src/constants/feastPalettes.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fronts-client/src/constants/feastPalettes.ts b/fronts-client/src/constants/feastPalettes.ts index 65dd1f0814..8a80dcd493 100644 --- a/fronts-client/src/constants/feastPalettes.ts +++ b/fronts-client/src/constants/feastPalettes.ts @@ -83,7 +83,7 @@ export const chefPalettes: PaletteOption[] = [ export const feastCollectionPalettes: PaletteOption[] = [ { id: 'apples_pears', - name: 'Apples pears', + name: 'Apples & pears', palettes: { light: { foregroundHex: '#697431', @@ -248,7 +248,7 @@ export const feastCollectionPalettes: PaletteOption[] = [ }, { id: 'coffee_donuts', - name: 'Coffee donuts', + name: 'Coffee & donuts', palettes: { light: { foregroundHex: '#BB3C81', @@ -577,8 +577,8 @@ export const feastCollectionPalettes: PaletteOption[] = [ imageURL: 'https://uploads.guim.co.uk/2024/10/18/Pizza.png', }, { - id: 'potatos', - name: 'Potatos', + id: 'potatoes', + name: 'Potatoes', palettes: { light: { foregroundHex: '#99614B',