@douyinfe/semi-foundation 2.68.1 → 2.68.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.68.
|
|
3
|
+
"version": "2.68.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
7
7
|
"prepublishOnly": "npm run build:lib"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@douyinfe/semi-animation": "2.68.
|
|
10
|
+
"@douyinfe/semi-animation": "2.68.2",
|
|
11
11
|
"@mdx-js/mdx": "^3.0.1",
|
|
12
12
|
"async-validator": "^3.5.0",
|
|
13
13
|
"classnames": "^2.2.6",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"*.scss",
|
|
29
29
|
"*.css"
|
|
30
30
|
],
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "7fe4e6d5a7d7b30a16e8c4b10ce5f4cf547c41e8",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
34
34
|
"@babel/preset-env": "^7.15.8",
|
package/resizable/resizable.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index
|