@adminforth/markdown 1.10.11 → 1.10.12

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 52,817 bytes received 180 bytes 105,994.00 bytes/sec
18
- total size is 52,125 speedup is 0.98
17
+ sent 52,957 bytes received 180 bytes 106,274.00 bytes/sec
18
+ total size is 52,265 speedup is 0.98
@@ -12,6 +12,10 @@
12
12
  prose-hr:my-1
13
13
  leading-tight
14
14
  dark: dark:text-gray-300
15
+ dark:[&_th]:text-white
16
+ dark:[&_td]:text-white
17
+ dark:[&_thead]:border-b-gray-600
18
+ dark:[&_code]:text-white
15
19
  dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
16
20
  dark:[&_a]:text-white dark:[&_a:hover]:text-white
17
21
  dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
@@ -12,6 +12,10 @@
12
12
  prose-hr:my-1
13
13
  leading-tight
14
14
  dark: dark:text-gray-300
15
+ dark:[&_th]:text-white
16
+ dark:[&_td]:text-white
17
+ dark:[&_thead]:border-b-gray-600
18
+ dark:[&_code]:text-white
15
19
  dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
16
20
  dark:[&_a]:text-white dark:[&_a:hover]:text-white
17
21
  dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.10.11",
3
+ "version": "1.10.12",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",