@douyinfe/semi-foundation 2.12.0-beta.2 → 2.12.0-beta.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.
|
@@ -18,7 +18,7 @@ var _from = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stabl
|
|
|
18
18
|
|
|
19
19
|
var _without2 = _interopRequireDefault(require("lodash/without"));
|
|
20
20
|
|
|
21
|
-
var _dom = require("
|
|
21
|
+
var _dom = require("./dom");
|
|
22
22
|
|
|
23
23
|
/*
|
|
24
24
|
* Usage:
|
|
@@ -2,7 +2,7 @@ import _without from "lodash/without";
|
|
|
2
2
|
import _Object$freeze from "@babel/runtime-corejs3/core-js-stable/object/freeze";
|
|
3
3
|
import _Array$isArray from "@babel/runtime-corejs3/core-js-stable/array/is-array";
|
|
4
4
|
import _Array$from from "@babel/runtime-corejs3/core-js-stable/array/from";
|
|
5
|
-
import { isHTMLElement } from "
|
|
5
|
+
import { isHTMLElement } from "./dom";
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
8
|
* Usage:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-foundation",
|
|
3
|
-
"version": "2.12.0-beta.
|
|
3
|
+
"version": "2.12.0-beta.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build:lib": "node ./scripts/compileLib.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@babel/runtime-corejs3": "^7.15.4",
|
|
11
|
-
"@douyinfe/semi-animation": "2.12.0-beta.
|
|
11
|
+
"@douyinfe/semi-animation": "2.12.0-beta.3",
|
|
12
12
|
"async-validator": "^3.5.0",
|
|
13
13
|
"classnames": "^2.2.6",
|
|
14
14
|
"date-fns": "^2.9.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"*.scss",
|
|
25
25
|
"*.css"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "7805b163ebe4eb859b6cd31946c58617356aab91",
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
|
30
30
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
package/utils/FocusHandle.ts
CHANGED