@codecademy/codebytes 2.1.0-alpha.bb99f1c67.0 → 2.1.0-alpha.c433d3652.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,6 +1,6 @@
1
1
  /**
2
2
  * Deprecated Gamut Monaco syntax hexes (formerly `editorColors` in gamut-styles).
3
- * Canonical copy for the monorepo; published in `@codecademy/codebytes`.
3
+ * Internal copy for the codebytes Monaco editor.
4
4
  */
5
5
  export declare const deprecatedEditorSyntaxColors: {
6
6
  readonly blue: "#83fff5";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Deprecated Gamut Monaco syntax hexes (formerly `editorColors` in gamut-styles).
3
- * Canonical copy for the monorepo; published in `@codecademy/codebytes`.
3
+ * Internal copy for the codebytes Monaco editor.
4
4
  */
5
5
  export const deprecatedEditorSyntaxColors = {
6
6
  blue: '#83fff5',
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './codeByteEditor';
2
2
  export * from './consts';
3
- export * from './MonacoEditor/deprecatedEditorSyntaxColors';
4
3
  export * from './types';
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './codeByteEditor';
2
2
  export * from './consts';
3
- export * from './MonacoEditor/deprecatedEditorSyntaxColors';
4
3
  export * from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codecademy/codebytes",
3
- "version": "2.1.0-alpha.bb99f1c67.0",
3
+ "version": "2.1.0-alpha.c433d3652.0",
4
4
  "description": "Codebytes Editor",
5
5
  "license": "MIT",
6
6
  "repository": "git@github.com:codecademy-engineering/mono.git",