@douyinfe/semi-foundation 2.59.0-alpha.4 → 2.59.0-alpha.6
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/lib/cjs/markdownRender/markdownRender.css +4 -0
- package/lib/cjs/markdownRender/markdownRender.scss +5 -0
- package/lib/cjs/markdownRender/variables.scss +2 -1
- package/lib/cjs/overflowList/constants.d.ts +1 -1
- package/lib/cjs/upload/constants.d.ts +1 -1
- package/lib/es/markdownRender/markdownRender.css +4 -0
- package/lib/es/markdownRender/markdownRender.scss +5 -0
- package/lib/es/markdownRender/variables.scss +2 -1
- package/lib/es/overflowList/constants.d.ts +1 -1
- package/lib/es/upload/constants.d.ts +1 -1
- package/markdownRender/markdownRender.scss +5 -0
- package/markdownRender/variables.scss +2 -1
- package/package.json +2 -2
|
@@ -10,6 +10,7 @@ $spacing-markdownRender_component_image_alt-marginTop: 8px;
|
|
|
10
10
|
$spacing-markdownRender_component_header-marginTop: 16px;
|
|
11
11
|
$spacing-markdownRender_component_header-marginBottom: 16px;
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
$color-markdownRender_simpleCode-bg: var(--semi-color-fill-0);
|
|
14
|
+
$color-markdownRender_simpleCode-text: var(--semi-color-text-1);
|
|
14
15
|
$color-markdownRender_component_list: var(--semi-color-text-0);
|
|
15
16
|
$color-markdownRender_component_image_alt: var(--semi-color-tertiary);
|
|
@@ -18,7 +18,7 @@ declare const strings: {
|
|
|
18
18
|
DRAG_AREA_ILLEGAL: string;
|
|
19
19
|
TRIGGER_AUTO: "auto";
|
|
20
20
|
TRIGGER_CUSTOM: "custom";
|
|
21
|
-
UPLOAD_TRIGGER: ("
|
|
21
|
+
UPLOAD_TRIGGER: ("custom" | "auto")[];
|
|
22
22
|
VALIDATE_STATUS: readonly ["default", "error", "warning", "success"];
|
|
23
23
|
PROMPT_POSITION: readonly ["left", "right", "bottom"];
|
|
24
24
|
};
|
|
@@ -10,6 +10,7 @@ $spacing-markdownRender_component_image_alt-marginTop: 8px;
|
|
|
10
10
|
$spacing-markdownRender_component_header-marginTop: 16px;
|
|
11
11
|
$spacing-markdownRender_component_header-marginBottom: 16px;
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
$color-markdownRender_simpleCode-bg: var(--semi-color-fill-0);
|
|
14
|
+
$color-markdownRender_simpleCode-text: var(--semi-color-text-1);
|
|
14
15
|
$color-markdownRender_component_list: var(--semi-color-text-0);
|
|
15
16
|
$color-markdownRender_component_image_alt: var(--semi-color-tertiary);
|
|
@@ -18,7 +18,7 @@ declare const strings: {
|
|
|
18
18
|
DRAG_AREA_ILLEGAL: string;
|
|
19
19
|
TRIGGER_AUTO: "auto";
|
|
20
20
|
TRIGGER_CUSTOM: "custom";
|
|
21
|
-
UPLOAD_TRIGGER: ("
|
|
21
|
+
UPLOAD_TRIGGER: ("custom" | "auto")[];
|
|
22
22
|
VALIDATE_STATUS: readonly ["default", "error", "warning", "success"];
|
|
23
23
|
PROMPT_POSITION: readonly ["left", "right", "bottom"];
|
|
24
24
|
};
|
|
@@ -10,6 +10,7 @@ $spacing-markdownRender_component_image_alt-marginTop: 8px;
|
|
|
10
10
|
$spacing-markdownRender_component_header-marginTop: 16px;
|
|
11
11
|
$spacing-markdownRender_component_header-marginBottom: 16px;
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
$color-markdownRender_simpleCode-bg: var(--semi-color-fill-0);
|
|
14
|
+
$color-markdownRender_simpleCode-text: var(--semi-color-text-1);
|
|
14
15
|
$color-markdownRender_component_list: var(--semi-color-text-0);
|
|
15
16
|
$color-markdownRender_component_image_alt: var(--semi-color-tertiary);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.59.0-alpha.
|
|
3
|
+
"version": "2.59.0-alpha.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"*.scss",
|
|
28
28
|
"*.css"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "35cabe0a246704876eba8deabbabac7fb9fe2862",
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
33
33
|
"@babel/preset-env": "^7.15.8",
|