@dao42/d42paas-front 0.9.177 → 0.9.178

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/dist/DaoPaaS.d.ts CHANGED
@@ -286,6 +286,12 @@ export type GlobalConfig = {
286
286
  fontSize?: string;
287
287
  editorIndentMode?: EditorIndentMode;
288
288
  openDiagnostic?: boolean;
289
+
290
+ markdownPreview?: {
291
+ isBlank?: boolean;
292
+ iframeWidth?: string;
293
+ iframeHeight?: string;
294
+ };
289
295
  };
290
296
 
291
297
  export type Config = {
@@ -1,28 +1,28 @@
1
1
  :root {
2
2
  --light-hl-0: #000000;
3
- --dark-hl-0: #D4D4D4;
4
- --light-hl-1: #0000FF;
5
- --dark-hl-1: #569CD6;
6
- --light-hl-2: #0070C1;
7
- --dark-hl-2: #4FC1FF;
8
- --light-hl-3: #795E26;
9
- --dark-hl-3: #DCDCAA;
10
- --light-hl-4: #001080;
11
- --dark-hl-4: #9CDCFE;
12
- --light-hl-5: #A31515;
13
- --dark-hl-5: #CE9178;
14
- --light-hl-6: #008000;
15
- --dark-hl-6: #6A9955;
16
- --light-hl-7: #811F3F;
17
- --dark-hl-7: #D16969;
18
- --light-hl-8: #EE0000;
19
- --dark-hl-8: #D7BA7D;
20
- --light-hl-9: #D16969;
21
- --dark-hl-9: #CE9178;
22
- --light-hl-10: #000000;
23
- --dark-hl-10: #D7BA7D;
3
+ --dark-hl-0: #C8C8C8;
4
+ --light-hl-1: #000000;
5
+ --dark-hl-1: #D4D4D4;
6
+ --light-hl-2: #A31515;
7
+ --dark-hl-2: #CE9178;
8
+ --light-hl-3: #008000;
9
+ --dark-hl-3: #6A9955;
10
+ --light-hl-4: #0000FF;
11
+ --dark-hl-4: #569CD6;
12
+ --light-hl-5: #0070C1;
13
+ --dark-hl-5: #4FC1FF;
14
+ --light-hl-6: #795E26;
15
+ --dark-hl-6: #DCDCAA;
16
+ --light-hl-7: #001080;
17
+ --dark-hl-7: #9CDCFE;
18
+ --light-hl-8: #811F3F;
19
+ --dark-hl-8: #D16969;
20
+ --light-hl-9: #EE0000;
21
+ --dark-hl-9: #D7BA7D;
22
+ --light-hl-10: #D16969;
23
+ --dark-hl-10: #CE9178;
24
24
  --light-hl-11: #000000;
25
- --dark-hl-11: #C8C8C8;
25
+ --dark-hl-11: #D7BA7D;
26
26
  --light-hl-12: #800000;
27
27
  --dark-hl-12: #D7BA7D;
28
28
  --light-hl-13: #FF0000;