@atlaskit/code 17.2.6 → 17.2.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
package/dist/cjs/constants.js
CHANGED
package/dist/es2019/constants.js
CHANGED
package/dist/esm/constants.js
CHANGED
|
@@ -334,6 +334,10 @@ export declare const SUPPORTED_LANGUAGES: readonly [{
|
|
|
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
|
export { CODE_BLOCK_SELECTOR } from './internal/theme/constants';
|
|
339
343
|
export type Language = (typeof SUPPORTED_LANGUAGES)[number];
|
|
@@ -670,6 +670,13 @@ export declare const SUPPORTED_LANGUAGES: readonly [
|
|
|
670
670
|
"abap"
|
|
671
671
|
];
|
|
672
672
|
readonly value: "abap";
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
readonly name: "Markdown";
|
|
676
|
+
readonly alias: readonly [
|
|
677
|
+
"markdown"
|
|
678
|
+
];
|
|
679
|
+
readonly value: "markdown";
|
|
673
680
|
}
|
|
674
681
|
];
|
|
675
682
|
export { CODE_BLOCK_SELECTOR } from './internal/theme/constants';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/code",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.7",
|
|
4
4
|
"description": "Code highlights short strings of code snippets inline with body text.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@af/accessibility-testing": "workspace:^",
|
|
47
47
|
"@af/integration-testing": "workspace:^",
|
|
48
48
|
"@af/visual-regression": "workspace:^",
|
|
49
|
-
"@atlaskit/button": "^23.
|
|
49
|
+
"@atlaskit/button": "^23.5.0",
|
|
50
50
|
"@atlaskit/docs": "^11.1.0",
|
|
51
51
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
52
52
|
"@atlaskit/form": "^14.2.0",
|