@principal-ade/industry-themed-mdx-editor 0.1.12 → 0.1.13

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/dist/index.mjs CHANGED
@@ -452,7 +452,9 @@ var KNOWN_LANGUAGES = /* @__PURE__ */ new Set([
452
452
  "matlab",
453
453
  "diff",
454
454
  "text",
455
- "plaintext"
455
+ "plaintext",
456
+ "mermaid"
457
+ // For mermaid diagram syntax
456
458
  ]);
457
459
  var codeBlockLanguageTransformer = {
458
460
  name: "code-block-language",
@@ -1 +1 @@
1
- {"version":3,"file":"code-block-language.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/mdx-auto-fix/transformers/code-block-language.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,WAAW,EAAsB,MAAM,UAAU,CAAC;AA8BhE,eAAO,MAAM,4BAA4B,EAAE,WA+D1C,CAAC"}
1
+ {"version":3,"file":"code-block-language.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/mdx-auto-fix/transformers/code-block-language.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,WAAW,EAAsB,MAAM,UAAU,CAAC;AA+BhE,eAAO,MAAM,4BAA4B,EAAE,WA+D1C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/industry-themed-mdx-editor",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Industry-themed MDX editor wrapper with integrated theming",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",