@codecademy/codebytes 2.2.0-alpha.f563099c4.0 → 2.3.0-alpha.18489c7d8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,3 @@
1
- /**
2
- * Deprecated Gamut Monaco syntax hexes (formerly `editorColors` in gamut-styles).
3
- * Keep `deprecatedEditorSyntaxColors` in sync with: libs/le-shared/libs/src/monaco/theme/colorsDark.ts and libs/ui/components/src/CodeBlocks/ColorizedBlock/theme.tsx
4
- */
5
- export declare const deprecatedEditorSyntaxColors: {
6
- readonly blue: "#83fff5";
7
- readonly deepPurple: "#cc7bc2";
8
- readonly gray: "#939598";
9
- readonly green: "#b4d353";
10
- readonly orange: "#ff8973";
11
- readonly purple: "#b3ccff";
12
- readonly red: "#ea6c8b";
13
- readonly yellow: "#ffe083";
14
- };
15
1
  export declare const syntax: {
16
2
  attribute: "#b4d353";
17
3
  annotation: "#ea6c8b";
@@ -9,7 +9,7 @@ import { trueColors } from '@codecademy/gamut-styles';
9
9
  * Deprecated Gamut Monaco syntax hexes (formerly `editorColors` in gamut-styles).
10
10
  * Keep `deprecatedEditorSyntaxColors` in sync with: libs/le-shared/libs/src/monaco/theme/colorsDark.ts and libs/ui/components/src/CodeBlocks/ColorizedBlock/theme.tsx
11
11
  */
12
- export const deprecatedEditorSyntaxColors = {
12
+ const deprecatedEditorSyntaxColors = {
13
13
  blue: '#83fff5',
14
14
  deepPurple: '#cc7bc2',
15
15
  gray: '#939598',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codecademy/codebytes",
3
- "version": "2.2.0-alpha.f563099c4.0",
3
+ "version": "2.3.0-alpha.18489c7d8.0",
4
4
  "description": "Codebytes Editor",
5
5
  "license": "MIT",
6
6
  "repository": "git@github.com:codecademy-engineering/mono.git",