@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.
@@ -1,3 +1,5 @@
1
+ @import './variables.scss';
2
+
1
3
  $module: #{$prefix}-resizable;
2
4
 
3
5
  .#{$module} {
@@ -36,4 +38,4 @@ $module: #{$prefix}-resizable;
36
38
  background-color: var(--semi-color-fill-0);
37
39
  opacity: 1;
38
40
  }
39
- }
41
+ }
@@ -0,0 +1 @@
1
+ $z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index
@@ -1,3 +1,5 @@
1
+ @import './variables.scss';
2
+
1
3
  $module: #{$prefix}-resizable;
2
4
 
3
5
  .#{$module} {
@@ -36,4 +38,4 @@ $module: #{$prefix}-resizable;
36
38
  background-color: var(--semi-color-fill-0);
37
39
  opacity: 1;
38
40
  }
39
- }
41
+ }
@@ -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.1",
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.1",
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": "607dfe2ca97d955df459627a26d7fac370e234c8",
31
+ "gitHead": "7fe4e6d5a7d7b30a16e8c4b10ce5f4cf547c41e8",
32
32
  "devDependencies": {
33
33
  "@babel/plugin-transform-runtime": "^7.15.8",
34
34
  "@babel/preset-env": "^7.15.8",
@@ -1,3 +1,5 @@
1
+ @import './variables.scss';
2
+
1
3
  $module: #{$prefix}-resizable;
2
4
 
3
5
  .#{$module} {
@@ -36,4 +38,4 @@ $module: #{$prefix}-resizable;
36
38
  background-color: var(--semi-color-fill-0);
37
39
  opacity: 1;
38
40
  }
39
- }
41
+ }
@@ -0,0 +1 @@
1
+ $z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index