@atlaskit/editor-plugin-code-block 8.0.5 → 8.0.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-code-block
2
2
 
3
+ ## 8.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.5
4
16
 
5
17
  ### Patch Changes
@@ -334,6 +334,10 @@ export declare const DEFAULT_LANGUAGES: ({
334
334
  readonly name: "ABAP";
335
335
  readonly alias: readonly ["abap"];
336
336
  readonly value: "abap";
337
+ } | {
338
+ readonly name: "Markdown";
339
+ readonly alias: readonly ["markdown"];
340
+ readonly value: "markdown";
337
341
  } | {
338
342
  name: string;
339
343
  alias: string[];
@@ -676,6 +680,10 @@ export declare function findMatchedLanguage(supportedLanguages: Language[], lang
676
680
  readonly name: "ABAP";
677
681
  readonly alias: readonly ["abap"];
678
682
  readonly value: "abap";
683
+ } | {
684
+ readonly name: "Markdown";
685
+ readonly alias: readonly ["markdown"];
686
+ readonly value: "markdown";
679
687
  } | {
680
688
  name: string;
681
689
  alias: string[];
@@ -1019,6 +1027,10 @@ export declare function createLanguageList(supportedLanguages: Language[]): ({
1019
1027
  readonly name: "ABAP";
1020
1028
  readonly alias: readonly ["abap"];
1021
1029
  readonly value: "abap";
1030
+ } | {
1031
+ readonly name: "Markdown";
1032
+ readonly alias: readonly ["markdown"];
1033
+ readonly value: "markdown";
1022
1034
  } | {
1023
1035
  name: string;
1024
1036
  alias: string[];
@@ -586,6 +586,12 @@ export declare const DEFAULT_LANGUAGES: ({
586
586
  "abap"
587
587
  ];
588
588
  readonly value: "abap";
589
+ } | {
590
+ readonly name: "Markdown";
591
+ readonly alias: readonly [
592
+ "markdown"
593
+ ];
594
+ readonly value: "markdown";
589
595
  } | {
590
596
  name: string;
591
597
  alias: string[];
@@ -1180,6 +1186,12 @@ export declare function findMatchedLanguage(supportedLanguages: Language[], lang
1180
1186
  "abap"
1181
1187
  ];
1182
1188
  readonly value: "abap";
1189
+ } | {
1190
+ readonly name: "Markdown";
1191
+ readonly alias: readonly [
1192
+ "markdown"
1193
+ ];
1194
+ readonly value: "markdown";
1183
1195
  } | {
1184
1196
  name: string;
1185
1197
  alias: string[];
@@ -1775,6 +1787,12 @@ export declare function createLanguageList(supportedLanguages: Language[]): ({
1775
1787
  "abap"
1776
1788
  ];
1777
1789
  readonly value: "abap";
1790
+ } | {
1791
+ readonly name: "Markdown";
1792
+ readonly alias: readonly [
1793
+ "markdown"
1794
+ ];
1795
+ readonly value: "markdown";
1778
1796
  } | {
1779
1797
  name: string;
1780
1798
  alias: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-code-block",
3
- "version": "8.0.5",
3
+ "version": "8.0.7",
4
4
  "description": "Code block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,13 +37,13 @@
37
37
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
38
38
  "@atlaskit/editor-plugin-interaction": "^8.0.0",
39
39
  "@atlaskit/editor-plugin-selection": "^6.0.0",
40
- "@atlaskit/editor-plugin-toolbar": "^3.0.0",
40
+ "@atlaskit/editor-plugin-toolbar": "^3.1.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
- "@atlaskit/editor-toolbar": "^0.12.0",
43
- "@atlaskit/icon": "^28.3.0",
42
+ "@atlaskit/editor-toolbar": "^0.14.0",
43
+ "@atlaskit/icon": "^28.4.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
46
- "@atlaskit/tmp-editor-statsig": "^13.1.0",
46
+ "@atlaskit/tmp-editor-statsig": "^13.2.0",
47
47
  "@babel/runtime": "^7.0.0"
48
48
  },
49
49
  "peerDependencies": {