@adminforth/markdown 1.12.2 → 1.12.4
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 +2 -2
- package/custom/MarkdownRenderer.vue +22 -7
- package/dist/custom/MarkdownRenderer.vue +22 -7
- package/package.json +3 -2
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
|
|
18
|
-
total size is 55,
|
|
17
|
+
sent 56,400 bytes received 180 bytes 113,160.00 bytes/sec
|
|
18
|
+
total size is 55,718 speedup is 0.98
|
|
@@ -19,17 +19,32 @@
|
|
|
19
19
|
prose-table:my-0
|
|
20
20
|
leading-[1.5]
|
|
21
21
|
dark: dark:text-gray-300
|
|
22
|
-
dark:[&_th]:text-
|
|
23
|
-
dark:[&_td]:text-
|
|
22
|
+
dark:[&_th]:text-darkShowTableBodyText
|
|
23
|
+
dark:[&_td]:text-darkShowTableBodyText
|
|
24
24
|
dark:[&_thead]:border-b-gray-600
|
|
25
|
-
dark:[&_code]:text-
|
|
26
|
-
dark:[&_h1]:text-
|
|
27
|
-
dark:[&
|
|
28
|
-
dark:[&
|
|
25
|
+
dark:[&_code]:text-darkShowTableBodyText
|
|
26
|
+
dark:[&_h1]:text-darkShowTableBodyText
|
|
27
|
+
dark:[&_h2]:text-darkShowTableBodyText
|
|
28
|
+
dark:[&_h3]:text-darkShowTableBodyText
|
|
29
|
+
dark:[&_strong]:text-darkShowTableBodyText
|
|
30
|
+
dark:[&_a]:text-white
|
|
31
|
+
dark:[&_a:hover]:text-white
|
|
32
|
+
dark:[&_pre]:bg-black
|
|
33
|
+
dark:[&_pre]:border
|
|
34
|
+
dark:[&_border-slate-800]
|
|
29
35
|
dark:[&_strong]:text-white
|
|
30
36
|
dark:[&_em]:text-gray-400
|
|
31
37
|
dark:[&_del]:text-gray-600
|
|
32
|
-
|
|
38
|
+
prose-h1:text-lightShowTableBodyText
|
|
39
|
+
prose-h2:text-lightShowTableBodyText
|
|
40
|
+
prose-h3:text-lightShowTableBodyText
|
|
41
|
+
prose-ul:text-lightShowTableBodyText
|
|
42
|
+
prose-ol:text-lightShowTableBodyText
|
|
43
|
+
prose-th:text-lightShowTableBodyText
|
|
44
|
+
prose-td:text-lightShowTableBodyText
|
|
45
|
+
prose-thead:border-b-lightShowTableBodyText
|
|
46
|
+
prose-strong:text-lightShowTableBodyText
|
|
47
|
+
prose-hr:leading-none
|
|
33
48
|
text-lightShowTableBodyText
|
|
34
49
|
dark:text-darkShowTableBodyText
|
|
35
50
|
prose-p:text-lightShowTableBodyText
|
|
@@ -19,17 +19,32 @@
|
|
|
19
19
|
prose-table:my-0
|
|
20
20
|
leading-[1.5]
|
|
21
21
|
dark: dark:text-gray-300
|
|
22
|
-
dark:[&_th]:text-
|
|
23
|
-
dark:[&_td]:text-
|
|
22
|
+
dark:[&_th]:text-darkShowTableBodyText
|
|
23
|
+
dark:[&_td]:text-darkShowTableBodyText
|
|
24
24
|
dark:[&_thead]:border-b-gray-600
|
|
25
|
-
dark:[&_code]:text-
|
|
26
|
-
dark:[&_h1]:text-
|
|
27
|
-
dark:[&
|
|
28
|
-
dark:[&
|
|
25
|
+
dark:[&_code]:text-darkShowTableBodyText
|
|
26
|
+
dark:[&_h1]:text-darkShowTableBodyText
|
|
27
|
+
dark:[&_h2]:text-darkShowTableBodyText
|
|
28
|
+
dark:[&_h3]:text-darkShowTableBodyText
|
|
29
|
+
dark:[&_strong]:text-darkShowTableBodyText
|
|
30
|
+
dark:[&_a]:text-white
|
|
31
|
+
dark:[&_a:hover]:text-white
|
|
32
|
+
dark:[&_pre]:bg-black
|
|
33
|
+
dark:[&_pre]:border
|
|
34
|
+
dark:[&_border-slate-800]
|
|
29
35
|
dark:[&_strong]:text-white
|
|
30
36
|
dark:[&_em]:text-gray-400
|
|
31
37
|
dark:[&_del]:text-gray-600
|
|
32
|
-
|
|
38
|
+
prose-h1:text-lightShowTableBodyText
|
|
39
|
+
prose-h2:text-lightShowTableBodyText
|
|
40
|
+
prose-h3:text-lightShowTableBodyText
|
|
41
|
+
prose-ul:text-lightShowTableBodyText
|
|
42
|
+
prose-ol:text-lightShowTableBodyText
|
|
43
|
+
prose-th:text-lightShowTableBodyText
|
|
44
|
+
prose-td:text-lightShowTableBodyText
|
|
45
|
+
prose-thead:border-b-lightShowTableBodyText
|
|
46
|
+
prose-strong:text-lightShowTableBodyText
|
|
47
|
+
prose-hr:leading-none
|
|
33
48
|
text-lightShowTableBodyText
|
|
34
49
|
dark:text-darkShowTableBodyText
|
|
35
50
|
prose-p:text-lightShowTableBodyText
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/markdown",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4",
|
|
4
4
|
"description": "Markdown plugin for adminforth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^22.10.7",
|
|
22
|
+
"adminforth": "^2.35.0",
|
|
22
23
|
"semantic-release": "^24.2.1",
|
|
23
24
|
"semantic-release-slack-bot": "^4.0.2",
|
|
24
25
|
"typescript": "^5.7.3"
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"url": "https://github.com/devforth/adminforth-markdown.git"
|
|
29
30
|
},
|
|
30
31
|
"peerDependencies": {
|
|
31
|
-
"adminforth": "^2.
|
|
32
|
+
"adminforth": "^2.35.0"
|
|
32
33
|
},
|
|
33
34
|
"release": {
|
|
34
35
|
"plugins": [
|