@adminforth/markdown 1.12.1 → 1.12.2

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 55,455 bytes received 180 bytes 111,270.00 bytes/sec
18
- total size is 54,773 speedup is 0.98
17
+ sent 55,756 bytes received 180 bytes 111,872.00 bytes/sec
18
+ total size is 55,074 speedup is 0.98
@@ -17,7 +17,7 @@
17
17
  prose-pre:my-0
18
18
  prose-hr:my-1
19
19
  prose-table:my-0
20
- leading-none
20
+ leading-[1.5]
21
21
  dark: dark:text-gray-300
22
22
  dark:[&_th]:text-white
23
23
  dark:[&_td]:text-white
@@ -28,7 +28,13 @@
28
28
  dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
29
29
  dark:[&_strong]:text-white
30
30
  dark:[&_em]:text-gray-400
31
- dark:[&_del]:text-gray-600"
31
+ dark:[&_del]:text-gray-600
32
+ proose-hr:leading-none
33
+ text-lightShowTableBodyText
34
+ dark:text-darkShowTableBodyText
35
+ prose-p:text-lightShowTableBodyText
36
+ dark:prose-p:text-darkShowTableBodyText
37
+ "
32
38
  :class="compactPreviewStyles"
33
39
  ></div>
34
40
  </div>
@@ -63,12 +69,15 @@ import DOMPurify from "dompurify";
63
69
  prose-ul:leading-[0.2]
64
70
  prose-ol:leading-[0.2]
65
71
  prose-li:leading-[1]
66
- prose-h1:leading-none
67
- prose-h2:leading-none
68
- prose-h3:leading-none
69
- prose-h1:text-[1.3rem]
70
- prose-h2:text-[1.2rem]
71
- prose-h3:text-[1.1rem]
72
+ prose-h1:leading-[1]
73
+ prose-h2:leading-[1]
74
+ prose-h3:leading-[1]
75
+ prose-h1:text-[1.2rem]
76
+ prose-h2:text-[1.1rem]
77
+ prose-h3:text-[1rem]
78
+ prose-p:text-sm
79
+ prose-p:leading-[1.5]
80
+ prose-ul:text-sm
72
81
  prose-blockquote:my-0
73
82
  `
74
83
  } else {
@@ -17,7 +17,7 @@
17
17
  prose-pre:my-0
18
18
  prose-hr:my-1
19
19
  prose-table:my-0
20
- leading-none
20
+ leading-[1.5]
21
21
  dark: dark:text-gray-300
22
22
  dark:[&_th]:text-white
23
23
  dark:[&_td]:text-white
@@ -28,7 +28,13 @@
28
28
  dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
29
29
  dark:[&_strong]:text-white
30
30
  dark:[&_em]:text-gray-400
31
- dark:[&_del]:text-gray-600"
31
+ dark:[&_del]:text-gray-600
32
+ proose-hr:leading-none
33
+ text-lightShowTableBodyText
34
+ dark:text-darkShowTableBodyText
35
+ prose-p:text-lightShowTableBodyText
36
+ dark:prose-p:text-darkShowTableBodyText
37
+ "
32
38
  :class="compactPreviewStyles"
33
39
  ></div>
34
40
  </div>
@@ -63,12 +69,15 @@ import DOMPurify from "dompurify";
63
69
  prose-ul:leading-[0.2]
64
70
  prose-ol:leading-[0.2]
65
71
  prose-li:leading-[1]
66
- prose-h1:leading-none
67
- prose-h2:leading-none
68
- prose-h3:leading-none
69
- prose-h1:text-[1.3rem]
70
- prose-h2:text-[1.2rem]
71
- prose-h3:text-[1.1rem]
72
+ prose-h1:leading-[1]
73
+ prose-h2:leading-[1]
74
+ prose-h3:leading-[1]
75
+ prose-h1:text-[1.2rem]
76
+ prose-h2:text-[1.1rem]
77
+ prose-h3:text-[1rem]
78
+ prose-p:text-sm
79
+ prose-p:leading-[1.5]
80
+ prose-ul:text-sm
72
81
  prose-blockquote:my-0
73
82
  `
74
83
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",