From 5cf2ab005176f5482a6ba88ca4491b0879889641 Mon Sep 17 00:00:00 2001 From: Federico Date: Mon, 27 Apr 2026 14:06:55 +0200 Subject: [PATCH 1/2] update atlas colors --- .gitignore | 2 +- package.json | 2 +- packages/tokens/src/tokens.ts | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 40d0eeb..603d1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,5 @@ Thumbs.db *.tmp .sass-cache/ - +.env .npmrc \ No newline at end of file diff --git a/package.json b/package.json index 7b23236..48d1675 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/FAST-Computing/fast-css.git" + "url": "git+https://github.com/FAST-Computing/fast-graphics.git" }, "keywords": [ "material-ui", diff --git a/packages/tokens/src/tokens.ts b/packages/tokens/src/tokens.ts index 8afe1a9..f09d357 100644 --- a/packages/tokens/src/tokens.ts +++ b/packages/tokens/src/tokens.ts @@ -71,24 +71,24 @@ export const brandTokens: Record = { }, atlas: { - primary: '#6f42c1', - primaryDark: '#5a2d9f', - primaryLight: '#8b5cf6', - secondary: '#e83e8c', - background: '#f8f9fa', - backgroundPaper: '#ffffff', + primary: '#334C66', + primaryDark: '#203244', + primaryLight: '#507F90', + secondary: '#FABA59', + background: '#BDC7CF', + backgroundPaper: '#FFFFFF', text: { - primary: '#212529', - secondary: '#6c757d', + primary: '#203244', + secondary: '#507F90', }, - gradientPrimary: 'linear-gradient(135deg, #6f42c1 0%, #8b5cf6 100%)', - gradientHero: 'linear-gradient(135deg, #6f42c1 0%, #8b5cf6 100%)', + gradientPrimary: 'linear-gradient(135deg, #334C66 0%, #203244 100%)', + gradientHero: 'linear-gradient(135deg, #203244 0%, #334C66 50%, #507F90 100%)', fontFamily: '"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif', fontFamilyMono: '"Roboto Mono", monospace', borderRadius: 12, spacing: 8, - shadowPrimary: '0 8px 24px rgba(111, 66, 193, 0.3)', + shadowPrimary: '0 8px 24px rgba(32, 50, 68, 0.25)', shadowElevated: '0 10px 40px rgba(0, 0, 0, 0.1)', }, }; From 362f69543fd041eb065d89c90be2482943e3e3c1 Mon Sep 17 00:00:00 2001 From: Federico Date: Mon, 27 Apr 2026 14:06:59 +0200 Subject: [PATCH 2/2] 0.0.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4faf13..4c5c227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fast-computing/fast-graphics", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fast-computing/fast-graphics", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 48d1675..ac666b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fast-computing/fast-graphics", - "version": "0.0.4", + "version": "0.0.5", "main": "packages/tokens/dist/index.js", "types": "packages/tokens/dist/index.d.ts", "publishConfig": {