@adminforth/markdown 1.10.8 → 1.10.10

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/build.log CHANGED
@@ -14,5 +14,5 @@ custom/tsconfig.json
14
14
  custom/utils/
15
15
  custom/utils/monacoMarkdownToggle.ts
16
16
 
17
- sent 45,831 bytes received 180 bytes 92,022.00 bytes/sec
18
- total size is 45,139 speedup is 0.98
17
+ sent 46,182 bytes received 180 bytes 92,724.00 bytes/sec
18
+ total size is 45,490 speedup is 0.98
@@ -11,8 +11,14 @@
11
11
  prose-pre:my-0
12
12
  prose-hr:my-1
13
13
  leading-tight
14
- "
15
- ></div>
14
+ dark: dark:text-gray-300
15
+ dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
16
+ dark:[&_a]:text-white dark:[&_a:hover]:text-white
17
+ dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
18
+ dark:[&_strong]:text-white
19
+ dark:[&_em]:text-gray-400
20
+ dark:[&_del]:text-gray-600">
21
+ </div>
16
22
  </template>
17
23
 
18
24
  <script setup lang="ts">
@@ -11,8 +11,14 @@
11
11
  prose-pre:my-0
12
12
  prose-hr:my-1
13
13
  leading-tight
14
- "
15
- ></div>
14
+ dark: dark:text-gray-300
15
+ dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
16
+ dark:[&_a]:text-white dark:[&_a:hover]:text-white
17
+ dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
18
+ dark:[&_strong]:text-white
19
+ dark:[&_em]:text-gray-400
20
+ dark:[&_del]:text-gray-600">
21
+ </div>
16
22
  </template>
17
23
 
18
24
  <script setup lang="ts">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.10.8",
3
+ "version": "1.10.10",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -54,5 +54,8 @@
54
54
  "prerelease": true
55
55
  }
56
56
  ]
57
+ },
58
+ "dependencies": {
59
+ "@iconify-prerendered/vue-heroicons": "^0.28.1721921294"
57
60
  }
58
61
  }