From 2d98a9e4a2c4abfe429a8a2bbe043a5fcfc7405d Mon Sep 17 00:00:00 2001 From: Agustin Gomez Date: Fri, 4 Oct 2024 22:21:04 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9C=A8=20add=20Hypercolor=20and=20React?= =?UTF-8?q?=20Hot=20Toast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source-web/src/assets/db/colors.json | 10 ++++++++++ source-web/src/assets/db/components.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/source-web/src/assets/db/colors.json b/source-web/src/assets/db/colors.json index cb6980d..8eb3a9b 100644 --- a/source-web/src/assets/db/colors.json +++ b/source-web/src/assets/db/colors.json @@ -301,5 +301,15 @@ "tags": ["Generator", "Preview"], "license": "Apache V2.0", "licenseLink": "https://github.com/material-foundation/material-theme-builder/blob/main/LICENSE" + }, + { + "id": 41, + "order": 80, + "name": "Hypercolor", + "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/colors/hypercolor", + "link": "https://hypercolor.dev/", + "tags": ["Generator", "Gradients"], + "license": "MIT", + "licenseLink": "https://github.com/jordihales/hypercolor/blob/main/LICENSE" } ] diff --git a/source-web/src/assets/db/components.json b/source-web/src/assets/db/components.json index 727cafd..35f4741 100644 --- a/source-web/src/assets/db/components.json +++ b/source-web/src/assets/db/components.json @@ -644,5 +644,15 @@ "link": "https://www.creative-tim.com/twcomponents", "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/twcomponentsqwd", "tags": ["Tailwind", "HTML"] + }, + { + "id": 71, + "order": 80, + "name": "React Hot Toast", + "link": "https://react-hot-toast.com/", + "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/react-hot-toast", + "tags": ["React", "Toast"], + "license": "MIT", + "licenseLink": "https://github.com/timolins/react-hot-toast/blob/main/LICENSE" } ] From 1cab0fd90dcf18a4715a253fd8e9be799549b7d9 Mon Sep 17 00:00:00 2001 From: Cosmo <81999801+cosmoart@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:59:49 -0500 Subject: [PATCH 2/3] Update colors.json --- source-web/src/assets/db/colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-web/src/assets/db/colors.json b/source-web/src/assets/db/colors.json index 8eb3a9b..54ac827 100644 --- a/source-web/src/assets/db/colors.json +++ b/source-web/src/assets/db/colors.json @@ -308,7 +308,7 @@ "name": "Hypercolor", "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/colors/hypercolor", "link": "https://hypercolor.dev/", - "tags": ["Generator", "Gradients"], + "tags": ["Generator", "Gradients", "Tailwind"], "license": "MIT", "licenseLink": "https://github.com/jordihales/hypercolor/blob/main/LICENSE" } From 428e6d95cc924a8daf9da3a0caed9974147d9a28 Mon Sep 17 00:00:00 2001 From: Cosmo <81999801+cosmoart@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:02:44 -0500 Subject: [PATCH 3/3] Update components.json --- source-web/src/assets/db/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-web/src/assets/db/components.json b/source-web/src/assets/db/components.json index 35f4741..a13d0b4 100644 --- a/source-web/src/assets/db/components.json +++ b/source-web/src/assets/db/components.json @@ -647,7 +647,7 @@ }, { "id": 71, - "order": 80, + "order": 38, "name": "React Hot Toast", "link": "https://react-hot-toast.com/", "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/react-hot-toast",