From 8c0899d9ef34c8c918924e56887debdd05d956c7 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 15 May 2025 03:52:08 +0800 Subject: [PATCH] style: remove unused theme vars --- .../src/styles/themes.css | 12 ----- apps/stage-tamagotchi/src/styles/themes.css | 12 ----- .../components/Backgrounds/CrossBlocks.vue | 46 ------------------- apps/stage-web/src/styles/themes.css | 12 ----- packages/stage-ui/stories/themes.css | 12 ----- 5 files changed, 94 deletions(-) delete mode 100644 apps/stage-web/src/components/Backgrounds/CrossBlocks.vue diff --git a/apps/playground-prompt-engineering/src/styles/themes.css b/apps/playground-prompt-engineering/src/styles/themes.css index 748f8c30d..3be3e36e1 100644 --- a/apps/playground-prompt-engineering/src/styles/themes.css +++ b/apps/playground-prompt-engineering/src/styles/themes.css @@ -1,16 +1,4 @@ :root { - --airi-theme-primary-50: #fff0f2; - --airi-theme-primary-100: #ffe3e6; - --airi-theme-primary-200: #ffcad4; - --airi-theme-primary-300: #ff9fb0; - --airi-theme-primary-400: #ff6988; - --airi-theme-primary-500: #fe456e; - --airi-theme-primary-600: #ec124d; - --airi-theme-primary-700: #c70941; - --airi-theme-primary-800: #a70a3e; - --airi-theme-primary-900: #8e0d3b; - --airi-theme-primary-950: #50011b; - --theme-colors-hue: 220.31; --theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04)); --theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3); diff --git a/apps/stage-tamagotchi/src/styles/themes.css b/apps/stage-tamagotchi/src/styles/themes.css index 47b046667..bca939f75 100644 --- a/apps/stage-tamagotchi/src/styles/themes.css +++ b/apps/stage-tamagotchi/src/styles/themes.css @@ -1,16 +1,4 @@ :root { - --airi-theme-primary-50: #fff0f2; - --airi-theme-primary-100: #ffe3e6; - --airi-theme-primary-200: #ffcad4; - --airi-theme-primary-300: #ff9fb0; - --airi-theme-primary-400: #ff6988; - --airi-theme-primary-500: #fe456e; - --airi-theme-primary-600: #ec124d; - --airi-theme-primary-700: #c70941; - --airi-theme-primary-800: #a70a3e; - --airi-theme-primary-900: #8e0d3b; - --airi-theme-primary-950: #50011b; - --theme-colors-hue: 220.44; --theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04)); --theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3); diff --git a/apps/stage-web/src/components/Backgrounds/CrossBlocks.vue b/apps/stage-web/src/components/Backgrounds/CrossBlocks.vue deleted file mode 100644 index 924e565bc..000000000 --- a/apps/stage-web/src/components/Backgrounds/CrossBlocks.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - diff --git a/apps/stage-web/src/styles/themes.css b/apps/stage-web/src/styles/themes.css index 47b046667..bca939f75 100644 --- a/apps/stage-web/src/styles/themes.css +++ b/apps/stage-web/src/styles/themes.css @@ -1,16 +1,4 @@ :root { - --airi-theme-primary-50: #fff0f2; - --airi-theme-primary-100: #ffe3e6; - --airi-theme-primary-200: #ffcad4; - --airi-theme-primary-300: #ff9fb0; - --airi-theme-primary-400: #ff6988; - --airi-theme-primary-500: #fe456e; - --airi-theme-primary-600: #ec124d; - --airi-theme-primary-700: #c70941; - --airi-theme-primary-800: #a70a3e; - --airi-theme-primary-900: #8e0d3b; - --airi-theme-primary-950: #50011b; - --theme-colors-hue: 220.44; --theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04)); --theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3); diff --git a/packages/stage-ui/stories/themes.css b/packages/stage-ui/stories/themes.css index 347677a47..3e4af0dff 100644 --- a/packages/stage-ui/stories/themes.css +++ b/packages/stage-ui/stories/themes.css @@ -1,16 +1,4 @@ :root { - --airi-theme-primary-50: #fff0f2; - --airi-theme-primary-100: #ffe3e6; - --airi-theme-primary-200: #ffcad4; - --airi-theme-primary-300: #ff9fb0; - --airi-theme-primary-400: #ff6988; - --airi-theme-primary-500: #fe456e; - --airi-theme-primary-600: #ec124d; - --airi-theme-primary-700: #c70941; - --airi-theme-primary-800: #a70a3e; - --airi-theme-primary-900: #8e0d3b; - --airi-theme-primary-950: #50011b; - --theme-colors-hue: 220.44; --theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04)); --theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3);