@douyinfe/semi-foundation 2.8.0-beta.0 → 2.8.0-beta.1

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.
@@ -182,7 +182,7 @@ const fillInChunks = _ref3 => {
182
182
 
183
183
  const findAll = _ref4 => {
184
184
  let {
185
- autoEscape,
185
+ autoEscape = true,
186
186
  caseSensitive = false,
187
187
  searchWords,
188
188
  sourceString
@@ -168,7 +168,7 @@ const fillInChunks = _ref3 => {
168
168
 
169
169
  const findAll = _ref4 => {
170
170
  let {
171
- autoEscape,
171
+ autoEscape = true,
172
172
  caseSensitive = false,
173
173
  searchWords,
174
174
  sourceString
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.8.0-beta.0",
3
+ "version": "2.8.0-beta.1",
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.8.0-beta.0",
11
+ "@douyinfe/semi-animation": "2.8.0-beta.1",
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": "05140034ad843d6a8d3a4a205e71f02b429f78fe",
27
+ "gitHead": "1d03945ec34f2ebd37ab7cc67c4b11786b46cb1f",
28
28
  "devDependencies": {
29
29
  "@babel/plugin-proposal-decorators": "^7.15.8",
30
30
  "@babel/plugin-transform-runtime": "^7.15.8",
@@ -152,7 +152,7 @@ const fillInChunks = ({ chunksToHighlight, totalLength }: { chunksToHighlight: C
152
152
  */
153
153
 
154
154
  const findAll = ({
155
- autoEscape,
155
+ autoEscape = true,
156
156
  caseSensitive = false,
157
157
  searchWords,
158
158
  sourceString