markdown-it-any-block 3.3.1-beta1 → 3.3.1

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/index_mdit.ts CHANGED
@@ -62,7 +62,7 @@ import "../ABConverter/converter/abc_deco"
62
62
  import "../ABConverter/converter/abc_ex"
63
63
  import "../ABConverter/converter/abc_mdit_container"
64
64
  import "../ABConverter/converter/abc_plantuml" // 可选建议:
65
- import "../ABConverter/converter/abc_mermaid.min" // 可选建议:非 min 环境下 7.1MB
65
+ import "../ABConverter/converter/abc_mermaid" // 可选建议:新版无额外依赖,旧版非 min 环境下 7.1MB
66
66
  import "../ABConverter/converter/abc_markmap" // 可选建议:1.3MB
67
67
 
68
68
  interface Options {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-it-any-block",
3
- "version": "3.3.1-beta1",
3
+ "version": "3.3.1",
4
4
  "description": "```typescript\r import { ABConvertManager } from \"ABConvertManager\"",
5
5
  "types": "@types/index_mdit.d.ts",
6
6
  "type": "module",
package/styles.css CHANGED
@@ -207,6 +207,7 @@ html[data-theme=dark] #app {
207
207
  padding-right: 20px;
208
208
  font-size: 0.9em;
209
209
  font-weight: bold;
210
+ cursor: pointer;
210
211
  }
211
212
  .ab-note .ab-tab-root .ab-tab-nav .ab-tab-nav-item[is_activate=false] {
212
213
  background-color: var(--ab-tab-root-bd-color);