@douyinfe/semi-theme-default 2.19.2-alpha.0 → 2.20.0-beta.0
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/package.json +2 -2
- package/scss/variables.scss +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-theme-default",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0-beta.0",
|
|
4
4
|
"description": "semi-theme-default",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semi-theme",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"sideEffects": "*.scss",
|
|
14
14
|
"author": "huangzhijing.pixel@bytedance.com",
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "9b2c94bd0f089928bff5ec1edc0e08d116324107",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"glob": "^7.1.6"
|
|
19
19
|
},
|
package/scss/variables.scss
CHANGED
|
@@ -42,6 +42,9 @@ $z-popover: 1030; // popover 组件 z-index
|
|
|
42
42
|
$z-dropdown: 1050; // dropdown 组件 z-index
|
|
43
43
|
$z-tooltip: 1060; // tooltip 组件 z-index
|
|
44
44
|
// $z-avatar-default: 100;
|
|
45
|
+
$z-image_preview: 1070; // Image 组件预览层z-index
|
|
46
|
+
$z-image_preview_header: 1; // Image 组件预览层中 header 部分 z-index
|
|
47
|
+
|
|
45
48
|
|
|
46
49
|
// font
|
|
47
50
|
$font-family-regular: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
|