Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .nx/version-plans/version-plan-1778852866762.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
gamut-illustrations: patch
gamut-patterns: patch
gamut-styles: major
gamut-icons: patch
gamut-tests: patch
gamut-kit: major
gamut: major
---

Remove deprecated colors from gamut-styles
2 changes: 1 addition & 1 deletion packages/gamut-styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Base SCSS for Codecademy
## Variables/

This folder houses all shared SCSS style variables.
It also contains a JavaScript file with color variables.
TypeScript color tokens and palettes live in `variables/colors.ts` and are exposed on themes as `theme.colors` (see `src/themes/`). Legacy `editorColors`, `platformColors`, `swatches`, and the flat deprecated `colors` map were removed from this package—use `corePalette` / `platformPalette` and theme color modes instead.

## Core/

Expand Down
155 changes: 0 additions & 155 deletions packages/gamut-styles/src/variables/deprecated-colors.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/gamut-styles/src/variables/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ export * from './responsive';
export * from './spacing';
export * from './timing';
export * from './typography';
// Deprecated variables
export * from './deprecated-colors';
8 changes: 0 additions & 8 deletions packages/gamut-styles/utils/variables/index.js

This file was deleted.

Loading