@douyinfe/semi-foundation 2.41.2 → 2.41.3

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.
@@ -436,6 +436,7 @@
436
436
  padding-bottom: 8px;
437
437
  cursor: not-allowed;
438
438
  height: 20px;
439
+ box-sizing: content-box;
439
440
  }
440
441
 
441
442
  .semi-select-borderless:not(:focus-within):not(:hover) {
@@ -470,6 +470,7 @@ $overflowList: #{$prefix}-overflow-list;
470
470
  cursor: not-allowed;
471
471
  // make sure that spin align vertical, no need to make 20px as a spacing token here
472
472
  height: 20px;
473
+ box-sizing: content-box;
473
474
  }
474
475
 
475
476
 
@@ -436,6 +436,7 @@
436
436
  padding-bottom: 8px;
437
437
  cursor: not-allowed;
438
438
  height: 20px;
439
+ box-sizing: content-box;
439
440
  }
440
441
 
441
442
  .semi-select-borderless:not(:focus-within):not(:hover) {
@@ -470,6 +470,7 @@ $overflowList: #{$prefix}-overflow-list;
470
470
  cursor: not-allowed;
471
471
  // make sure that spin align vertical, no need to make 20px as a spacing token here
472
472
  height: 20px;
473
+ box-sizing: content-box;
473
474
  }
474
475
 
475
476
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.41.2",
3
+ "version": "2.41.3",
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.41.2",
10
+ "@douyinfe/semi-animation": "2.41.3",
11
11
  "async-validator": "^3.5.0",
12
12
  "classnames": "^2.2.6",
13
13
  "date-fns": "^2.29.3",
@@ -23,7 +23,7 @@
23
23
  "*.scss",
24
24
  "*.css"
25
25
  ],
26
- "gitHead": "63e24c001dfdb899bd705e60e56f08e1cb66929b",
26
+ "gitHead": "6f625c7c2e4f68a9c4e5c60270f7618bedcdeaa1",
27
27
  "devDependencies": {
28
28
  "@babel/plugin-transform-runtime": "^7.15.8",
29
29
  "@babel/preset-env": "^7.15.8",
@@ -470,6 +470,7 @@ $overflowList: #{$prefix}-overflow-list;
470
470
  cursor: not-allowed;
471
471
  // make sure that spin align vertical, no need to make 20px as a spacing token here
472
472
  height: 20px;
473
+ box-sizing: content-box;
473
474
  }
474
475
 
475
476