@codecademy/codebytes 2.1.0-alpha.c478c480b.0 → 2.1.0-alpha.d45bb6b38.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
|
-
*
|
|
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
|
-
*
|
|
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
package/dist/index.js
CHANGED
package/package.json
CHANGED