ソースを参照

Merge branch 'main' into release

pointhalo 2 年 前
コミット
268a054906

+ 1 - 1
.github/workflows/chromatic.yml

@@ -44,4 +44,4 @@ jobs:
                   token: ${{ secrets.GITHUB_TOKEN }}
                   # 👇 Chromatic projectToken, refer to the manage page to obtain it.
                   projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
-                  buildScriptName: 'build-storybook'
+                  buildScriptName: 'build-storybook-static'

+ 3 - 2
.github/workflows/performance.yaml

@@ -15,14 +15,15 @@ jobs:
           wget https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/performance/main
           chmod +x ./main
           ./main --mode=diffComponent --component=${{ github.event.inputs.test_component_name }}
+          tar -zcvf data.tar.gz data.db
         env:
           TOS_PASSWD: ${{ secrets.TOS_PASSWD }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
       - uses: actions/upload-artifact@v3
         with:
-          name: data.db
-          path: ./data.db
+          name: data.tar.gz
+          path: ./data.tar.gz
 
       - uses: actions/upload-artifact@v3
         with:

+ 13 - 1
content/start/changelog/index-en-US.md

@@ -16,6 +16,18 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 2.43.2 (2023-09-14)
+- 【Style】
+  - When the Popconfirm icon is null, the body part does not retain the marginLeft left spacing. [#1828](https://github.com/DouyinFE/semi-design/pull/1828)
+  - Table column filter Dropdown increases the default maximum height to 290px [#1647](https://github.com/DouyinFE/semi-design/issues/1647)
+- 【Design Token】
+  - Table add new token: $height-table_column_filter_dropdown
+
+#### 2.43.1 (2023-09-11)
+- 【Fix】
+  - Fix Popover Trigger  ContextMenu dts error [#1819](https://github.com/DouyinFE/semi-design/issues/1819)
+  - fix portal not popup in React18 strict mode [#1769](https://github.com/DouyinFE/semi-design/issues/1769)
+
 #### 2.43.0 (2023-09-08)
 - 【Fix】
   - Fix the problem that Chinese input cannot be displayed normally in the Firefox browser (affecting versions 2.26.0~2.42.4)  [#1810](https://github.com/DouyinFE/semi-design/issues/1810)
@@ -24,7 +36,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 #### 🎉 2.43.0-beta.0 (2023-09-04)
 - 【Feat】
     - The renderFullLabel callback of Tree and TreeSelect adds filtered and searchWord parameters
-    - Upload new API: addOnPasting,  supports reading the pictures in the pasteboard and automatically adding to fileList [@ChuTingzj](https://github.com/ChuTingzj)  [#1612 ](https://github.com/DouyinFE/semi-design/issues/1612)
+    - Upload new API: addOnPasting,  supports reading the pictures in the pasteboard and automatically adding to fileList [@ChuTingzj](https://github.com/ChuTingzj)  [#1612](https://github.com/DouyinFE/semi-design/issues/1612)
 - 【Fix】
     - Fixed an issue where the Item click did not take effect in very few scenarios when nesting Dropdowns.
     - fixed resizable table onHeaderCell bug  [#1796](https://github.com/DouyinFE/semi-design/issues/1796)

+ 14 - 0
content/start/changelog/index.md

@@ -13,6 +13,20 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 2.43.2 (2023-09-14)
+- 【Style】
+  - Popconfirm icon 为 null 时,body部分不保留 marginLeft 左间距 [#1828](https://github.com/DouyinFE/semi-design/pull/1828)
+  - Table column filter Dropdown 增加默认最大高度 290px [#1647](https://github.com/DouyinFE/semi-design/issues/1647)
+- 【Design Token】
+  - Table 新增设计变量: $height-table_column_filter_dropdown
+
+
+#### 2.43.1 (2023-09-11)
+- 【Fix】
+  - 修复 Popover Trigger 传入 ContextMenu 类型提示错误的问题 [@boenfu](https://github.com/boenfu) [#1819](https://github.com/DouyinFE/semi-design/issues/1819) 
+  - 修复 React18 strict mode 下 portal 不弹出的问题 [#1769](https://github.com/DouyinFE/semi-design/issues/1769)
+
+
 #### 2.43.0 (2023-09-08)
 - 【Fix】
     - 修复在 Firefox 浏览器中, 中文输入无法正常显示问题(影响版本 2.26.0~2.42.4)  [#1810](https://github.com/DouyinFE/semi-design/issues/1810)

+ 1 - 1
lerna.json

@@ -1,5 +1,5 @@
 {
     "useWorkspaces": true,
     "npmClient": "yarn",
-    "version": "2.43.0"
+    "version": "2.43.1"
 }

+ 1 - 0
package.json

@@ -34,6 +34,7 @@
         "build:js": "lerna run build:js",
         "build:css": "lerna run build:css",
         "build-storybook": "sb build  -c ./.storybook/js/ -o ./storybook && cp -r storybook storybook-static",
+        "build-storybook-static": "sb build  -c ./.storybook/js/",
         "build:gatsbydoc": "lerna run build:lib --scope @douyinfe/semi-webpack-plugin --scope eslint-plugin-semi-design && cross-env NODE_ENV=production node --max_old_space_size=16384 ./node_modules/gatsby/cli.js build --prefix-paths --verbose && rimraf build && mv public build",
         "build:icon": "lerna run build:icon --scope='@douyinfe/semi-{icons,illustrations}'",
         "cypress:coverage": "npx wait-on http://127.0.0.1:6006 && ./node_modules/.bin/cypress run",

+ 3 - 3
packages/semi-animation-react/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-animation-react",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "motion library for semi-ui-react",
     "keywords": [
         "motion",
@@ -25,8 +25,8 @@
         "prepublishOnly": "npm run build:lib"
     },
     "dependencies": {
-        "@douyinfe/semi-animation": "2.43.0",
-        "@douyinfe/semi-animation-styled": "2.43.0",
+        "@douyinfe/semi-animation": "2.43.1",
+        "@douyinfe/semi-animation-styled": "2.43.1",
         "classnames": "^2.2.6"
     },
     "devDependencies": {

+ 1 - 1
packages/semi-animation-styled/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-animation-styled",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "semi styled animation",
     "keywords": [
         "semi",

+ 1 - 1
packages/semi-animation/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-animation",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "animation base library for semi-ui",
     "keywords": [
         "animation",

+ 1 - 1
packages/semi-eslint-plugin/package.json

@@ -1,6 +1,6 @@
 {
     "name": "eslint-plugin-semi-design",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "semi ui eslint plugin",
     "keywords": [
         "semi",

+ 2 - 2
packages/semi-foundation/package.json

@@ -1,13 +1,13 @@
 {
     "name": "@douyinfe/semi-foundation",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "",
     "scripts": {
         "build:lib": "node ./scripts/compileLib.js",
         "prepublishOnly": "npm run build:lib"
     },
     "dependencies": {
-        "@douyinfe/semi-animation": "2.43.0",
+        "@douyinfe/semi-animation": "2.43.1",
         "async-validator": "^3.5.0",
         "classnames": "^2.2.6",
         "date-fns": "^2.29.3",

+ 3 - 2
packages/semi-foundation/popconfirm/popconfirm.scss

@@ -46,8 +46,9 @@ $module: #{$prefix}-popconfirm;
     }
 
     &-body {
-        margin-left: $width-popconfirm-icon + $spacing-popconfirm_header_icon-marginRight;
-
+        &-withIcon {
+            margin-left: $width-popconfirm-icon + $spacing-popconfirm_header_icon-marginRight;
+        }
         color: $color-popconfirm_body-text;
 
         & > p {

+ 7 - 0
packages/semi-foundation/table/table.scss

@@ -620,4 +620,11 @@ $module: #{$prefix}-table;
     }
 }
 
+.#{$module}-column-filter-dropdown {
+    .#{$prefix}-dropdown-menu {
+        max-height: $height-table_column_filter_dropdown;
+        overflow-y: auto;
+    }
+}
+
 @import './rtl.scss';

+ 1 - 0
packages/semi-foundation/table/variables.scss

@@ -42,6 +42,7 @@ $width-table_cell_fixed_left_last: 1px; // 表格左上角单元格底部描边
 $width-table_cell_fixed_right_first: 1px; // 表格左上角单元格右侧描边宽度
 $width-table_react_resizable_handle: 9px; // 表格伸缩列调节热区宽度
 $height-table_pagination_outer_min: 60px; // 表格分页器高度
+$height-table_column_filter_dropdown: 290px; // 表格过滤筛选列表最大高度
 
 
 // Color no need to change

+ 1 - 1
packages/semi-icons/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-icons",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "semi icons",
     "keywords": [
         "semi",

+ 1 - 1
packages/semi-illustrations/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-illustrations",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "semi illustrations",
     "keywords": [
         "semi",

+ 2 - 2
packages/semi-next/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-next",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "Plugin that support Semi Design in Next.js",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",
@@ -23,7 +23,7 @@
         "typescript": "^4"
     },
     "dependencies": {
-        "@douyinfe/semi-webpack-plugin": "2.43.0"
+        "@douyinfe/semi-webpack-plugin": "2.43.1"
     },
     "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 1 - 1
packages/semi-rspack/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-rspack-plugin",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "",
     "homepage": "",
     "license": "MIT",

+ 1 - 1
packages/semi-scss-compile/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-scss-compile",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "compile semi scss to css",
     "author": "[email protected]",
     "license": "MIT",

+ 1 - 1
packages/semi-theme-default/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-theme-default",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "semi-theme-default",
     "keywords": [
         "semi-theme",

+ 7 - 7
packages/semi-ui/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-ui",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
     "main": "lib/cjs/index.js",
     "module": "lib/es/index.js",
@@ -20,12 +20,12 @@
         "@dnd-kit/core": "^6.0.8",
         "@dnd-kit/sortable": "^7.0.2",
         "@dnd-kit/utilities": "^3.2.1",
-        "@douyinfe/semi-animation": "2.43.0",
-        "@douyinfe/semi-animation-react": "2.43.0",
-        "@douyinfe/semi-foundation": "2.43.0",
-        "@douyinfe/semi-icons": "2.43.0",
-        "@douyinfe/semi-illustrations": "2.43.0",
-        "@douyinfe/semi-theme-default": "2.43.0",
+        "@douyinfe/semi-animation": "2.43.1",
+        "@douyinfe/semi-animation-react": "2.43.1",
+        "@douyinfe/semi-foundation": "2.43.1",
+        "@douyinfe/semi-icons": "2.43.1",
+        "@douyinfe/semi-illustrations": "2.43.1",
+        "@douyinfe/semi-theme-default": "2.43.1",
         "async-validator": "^3.5.0",
         "classnames": "^2.2.6",
         "copy-text-to-clipboard": "^2.1.1",

+ 8 - 4
packages/semi-ui/popconfirm/index.tsx

@@ -202,15 +202,19 @@ export default class Popconfirm extends BaseComponent<PopconfirmProps, Popconfir
         );
         const showTitle = title !== null && typeof title !== 'undefined';
         const showContent = !(content === null || typeof content === 'undefined');
+        
+        const hasIcon = React.isValidElement(icon);
+        const bodyCls = cls({
+            [`${prefixCls}-body`]: true,
+            [`${prefixCls}-body-withIcon`]: hasIcon
+        });
 
         return (
             /* eslint-disable-next-line jsx-a11y/no-static-element-interactions */
             <div className={popCardCls} onClick={this.stopImmediatePropagation} style={style}>
                 <div className={`${prefixCls}-inner`}>
                     <div className={`${prefixCls}-header`}>
-                        <i className={`${prefixCls}-header-icon`} x-semi-prop="icon">
-                            {React.isValidElement(icon) ? icon : null}
-                        </i>
+                        { hasIcon ? <i className={`${prefixCls}-header-icon`} x-semi-prop="icon">{icon}</i> : null}
                         <div className={`${prefixCls}-header-body`}>
                             {showTitle ? (
                                 <div className={`${prefixCls}-header-title`} x-semi-prop="title">
@@ -228,7 +232,7 @@ export default class Popconfirm extends BaseComponent<PopconfirmProps, Popconfir
                         />
                     </div>
                     {showContent ? (
-                        <div className={`${prefixCls}-body`} x-semi-prop="content">
+                        <div className={bodyCls} x-semi-prop="content">
                             {isFunction(content) ? content({ initialFocusRef }) : content}
                         </div>
                     ) : null}

+ 1 - 1
packages/semi-ui/table/ColumnFilter.tsx

@@ -122,7 +122,7 @@ function renderDropdown(props: RenderDropdownProps = {}, nestedElem: React.React
     }
 
     return (
-        <Dropdown {...dropdownProps} key={`Dropdown_level_${level}`}>
+        <Dropdown {...dropdownProps} key={`Dropdown_level_${level}`} className={`${cssClasses.PREFIX}-column-filter-dropdown`}>
             {nestedElem}
         </Dropdown>
     );

+ 1 - 1
packages/semi-ui/tooltip/_story/tooltip.stories.jsx

@@ -1548,7 +1548,7 @@ export const wordBreak = () => {
 
   const testContent = {
     '长hash': 'ide2d3a4e9d7b7d93fc4c3b8e4b1b4b08e4f5a9f13ed8b8d6f7c5b7c4c7e4b9e6b9e6e5d4e4c5f6e3b1e7b3a3e3e5c5f4e9c8',
-    'url测试': 'https://semi.bytedance.net/zh-CN/show/tooltip#%E4%BB%85%E5%BD%93%E5%86%85%E5%AE%B9%E5%AE%BD%E5%BA%A6%E8%B6%85%E5%87%BA%E6%97%B6%E5%B1%95%E7%A4%BA%20Tooltip',
+    'url测试': 'https://semi.design/zh-CN/show/tooltip#%E4%BB%85%E5%BD%93%E5%86%85%E5%AE%B9%E5%AE%BD%E5%BA%A6%E8%B6%85%E5%87%BA%E6%97%B6%E5%B1%95%E7%A4%BA%20Tooltip',
     '中文测试': '中文测试中文测试中文测试中文测试中文测试中文测试中文测试中文测试中文测试中文测试中文测试中文测试',
     // 以下为英文中最长的单词
     '英文测试': 'pneumonoultramicroscopicsilicovolcanoconiosis',

+ 1 - 1
packages/semi-webpack/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-webpack-plugin",
-    "version": "2.43.0",
+    "version": "2.43.1",
     "description": "",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",

+ 150 - 150
sitemap.xml

@@ -2,22 +2,22 @@
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
     <url>
         <loc>https://juejin.cn/post/7267418854124699702</loc>
-        <lastmod>2023-09-08T10:02:55.812Z</lastmod>
+        <lastmod>2023-09-11T11:32:20.890Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://medium.com/front-end-weekly/how-we-test-semi-design-component-libraries-64b854f63b65</loc>
-        <lastmod>2023-09-08T10:02:55.501Z</lastmod>
+        <lastmod>2023-09-11T11:32:09.965Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://mp.weixin.qq.com/s/noHoWRuA25PgqFNcurhIUA</loc>
-        <lastmod>2023-09-08T10:02:58.722Z</lastmod>
+        <lastmod>2023-09-11T11:32:16.269Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://mp.weixin.qq.com/s/O3js-SZDNPEOjGxh-aAkbw</loc>
-        <lastmod>2023-09-08T10:02:59.030Z</lastmod>
+        <lastmod>2023-09-11T11:32:16.087Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
@@ -790,732 +790,732 @@
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/divider</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/grid</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/icon</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/layout</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/space</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/tokens</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/basic/typography</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/banner</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/notification</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/popconfirm</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/progress</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/skeleton</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/spin</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/feedback/toast</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/autocomplete</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/button</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/cascader</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/checkbox</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/datepicker</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/form</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/input</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/inputnumber</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/radio</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/rating</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/select</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/slider</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/switch</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/taginput</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/timepicker</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/transfer</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/treeselect</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/input/upload</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/anchor</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/backtop</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/breadcrumb</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/navigation</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/pagination</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/steps</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/tabs</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/navigation/tree</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/other/configprovider</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/other/locale</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/avatar</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/badge</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/calendar</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/card</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/carousel</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/collapse</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/collapsible</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/descriptions</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/dropdown</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/empty</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/highlight</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/image</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/list</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/modal</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/overflowlist</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/popover</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/scrolllist</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/sidesheet</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/table</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/tag</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/timeline</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/show/tooltip</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/accessibility</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/changelog</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/customize-theme</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/dark-mode</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/faq</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/getting-started</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/introduction</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/overview</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/en-US/start/update-to-v2</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/divider</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/grid</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/icon</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/layout</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/space</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/tokens</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/basic/typography</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/banner</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/notification</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/popconfirm</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/progress</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/skeleton</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/spin</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/feedback/toast</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/autocomplete</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/button</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/cascader</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/checkbox</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/datepicker</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/form</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/input</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/inputnumber</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/radio</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/rating</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/select</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/slider</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/switch</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/taginput</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/timepicker</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/transfer</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/treeselect</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/input/upload</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/anchor</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/backtop</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/breadcrumb</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/navigation</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/pagination</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/steps</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/tabs</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/navigation/tree</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/other/configprovider</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/other/locale</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/avatar</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/badge</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/calendar</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/card</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/carousel</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/collapse</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/collapsible</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/descriptions</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/dropdown</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/empty</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/highlight</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/image</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/list</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/modal</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/overflowlist</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/popover</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/scrolllist</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/sidesheet</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/table</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/tag</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/timeline</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/show/tooltip</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/accessibility</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/changelog</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/customize-theme</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/dark-mode</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/faq</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/getting-started</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/introduction</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/overview</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
     <url>
         <loc>https://semi.design/zh-CN/start/update-to-v2</loc>
-        <lastmod>2023-09-08T09:56:05.000Z</lastmod>
+        <lastmod>2023-09-11T11:28:34.000Z</lastmod>
         <changefreq>weekly</changefreq>
     </url>
 </urlset>

+ 0 - 86
yarn.lock

@@ -1519,25 +1519,11 @@
     "@douyinfe/semi-animation-styled" "2.23.2"
     classnames "^2.2.6"
 
-"@douyinfe/[email protected]":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-animation-react/-/semi-animation-react-2.42.4.tgz#6a1219c473af5c96e77561525afe59b739d56976"
-  integrity sha512-oODJNx2x8ZGIT8al+yfPu+ZCLiz2C3m3fB9VQRDtm749fPBbKh6URoO3qZQaiyLGLL7HTV98v0KVnrF4uwX2sg==
-  dependencies:
-    "@douyinfe/semi-animation" "2.42.4"
-    "@douyinfe/semi-animation-styled" "2.42.4"
-    classnames "^2.2.6"
-
 "@douyinfe/[email protected]":
   version "2.23.2"
   resolved "https://registry.npmjs.org/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.23.2.tgz#f18bc074515441c297cc636ed98521e249d093c9"
   integrity sha512-cKaA1yGHPF76Rx7EZDZicj+1oX1su2wnqb/UGFOTquAwqWmkTfgQ+EKxCd/N704WH+RtmGf4xbrJKpBvvcEdSQ==
 
-"@douyinfe/[email protected]":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.42.4.tgz#0be0e69ef607a58f1ea47c96027ef544144a0f94"
-  integrity sha512-XNfTVh1nmAN/LW/jK3FaMGFijuPBX3fynoHV19VWl/qX22VZcrBQgqdXud8sDWiMcUjpHL7sgqdj+sOu1v91TA==
-
 "@douyinfe/[email protected]":
   version "2.12.0"
   resolved "https://registry.npmjs.org/@douyinfe/semi-animation/-/semi-animation-2.12.0.tgz#51fe52d3911c2591a80a6e9fe96e6809c1511f13"
@@ -1553,13 +1539,6 @@
   dependencies:
     bezier-easing "^2.1.0"
 
-"@douyinfe/[email protected]":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-animation/-/semi-animation-2.42.4.tgz#91f33bd9a85b8ff1a4ffe48fc144b967707a2803"
-  integrity sha512-TRtrZqQydslIsjSR7t3GgwXsKZHznoeNSo82/nbV9CasWtuS0EkxioVIcHXo6urBOaO0SCUwZ6MFxw8Yw2DlPA==
-  dependencies:
-    bezier-easing "^2.1.0"
-
 "@douyinfe/[email protected]":
   version "2.33.1"
   resolved "https://registry.npmjs.org/@douyinfe/semi-foundation/-/semi-foundation-2.33.1.tgz#1dfe6233e35a4ed768cb580b0c9a677d1c34ffba"
@@ -1574,20 +1553,6 @@
     memoize-one "^5.2.1"
     scroll-into-view-if-needed "^2.2.24"
 
-"@douyinfe/[email protected]":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-foundation/-/semi-foundation-2.42.4.tgz#ad4678beeea8ad36868a9f17855d8c9098a83623"
-  integrity sha512-egEFfewnJhnLFjwpW0FVjUx0VM08jkPKPVq3K2SaVMrH559Od0M3ik3vFi2LC3zFQfafc3mWwbRf3fPHyEQGKQ==
-  dependencies:
-    "@douyinfe/semi-animation" "2.42.4"
-    async-validator "^3.5.0"
-    classnames "^2.2.6"
-    date-fns "^2.29.3"
-    date-fns-tz "^1.3.8"
-    lodash "^4.17.21"
-    memoize-one "^5.2.1"
-    scroll-into-view-if-needed "^2.2.24"
-
 "@douyinfe/[email protected]", "@douyinfe/semi-icons@latest":
   version "2.33.1"
   resolved "https://registry.yarnpkg.com/@douyinfe/semi-icons/-/semi-icons-2.33.1.tgz#8e2871d9bc0ab7e12df74e3c71802d53d69b7425"
@@ -1595,23 +1560,11 @@
   dependencies:
     classnames "^2.2.6"
 
-"@douyinfe/[email protected]", "@douyinfe/semi-icons@^2.0.0":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-icons/-/semi-icons-2.42.4.tgz#76bf40b2dc3c493a295cbc5b682d33f2f56058d6"
-  integrity sha512-8Z9Hsg+CJlHUk7WHr+FFcZ6jEc5dI7NOWhfz6evu/n7FrLKETmA3JtLjZFP46bh8RB9It7mjGuk27ZwQ9NP2jQ==
-  dependencies:
-    classnames "^2.2.6"
-
 "@douyinfe/[email protected]":
   version "2.33.1"
   resolved "https://registry.npmjs.org/@douyinfe/semi-illustrations/-/semi-illustrations-2.33.1.tgz#530ab851f4dc32a52221c4067c778c800b9b55d7"
   integrity sha512-tTTUN8QwnQiF++sk4VBNzfkG87aYZ4iUeqk2ys8/ymVUmCZQ7y46ys020GO1MfPHRR47OMFPI82FVcH1WQtE3g==
 
-"@douyinfe/[email protected]":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-illustrations/-/semi-illustrations-2.42.4.tgz#70a5fadb735aec39b367511a2688a5c7cb79eb76"
-  integrity sha512-cIj2wTxIX+mjvWhFpAHSbI68HG5o0vKnubJCsLPvmGMg/3W+SjoxYYQMoGEPvN9iqQqdA42TBeNoHs/AbNWYHw==
-
 "@douyinfe/[email protected]":
   version "2.23.2"
   resolved "https://registry.npmjs.org/@douyinfe/semi-scss-compile/-/semi-scss-compile-2.23.2.tgz#30884bb194ee9ae1e81877985e5663c3297c1ced"
@@ -1685,40 +1638,6 @@
   dependencies:
     glob "^7.1.6"
 
-"@douyinfe/[email protected]":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-theme-default/-/semi-theme-default-2.42.4.tgz#6547f30eff6ad3180e4840f34ccf8e8afaecb887"
-  integrity sha512-AAR+gGTpFQhuTKJmgv60pHUplxrIqEh8Z4fCyleWYrk7rKDI5Bg0pBMM5RdagutOzkjJby3UY8RlXO6/b60SwA==
-  dependencies:
-    glob "^7.1.6"
-
-"@douyinfe/semi-ui@^2.0.0":
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/@douyinfe/semi-ui/-/semi-ui-2.42.4.tgz#60a378a7d08fcf7d897797e8dc9a169d19e47ab4"
-  integrity sha512-fcVzGq0k9oKWHtCc/MdqWONEOXAm27KCB77CEownFjJRlIk5Cc32oQ9sutxDtOeVs2gthLnacnJ5rBW3XTWM2w==
-  dependencies:
-    "@dnd-kit/core" "^6.0.8"
-    "@dnd-kit/sortable" "^7.0.2"
-    "@dnd-kit/utilities" "^3.2.1"
-    "@douyinfe/semi-animation" "2.42.4"
-    "@douyinfe/semi-animation-react" "2.42.4"
-    "@douyinfe/semi-foundation" "2.42.4"
-    "@douyinfe/semi-icons" "2.42.4"
-    "@douyinfe/semi-illustrations" "2.42.4"
-    "@douyinfe/semi-theme-default" "2.42.4"
-    async-validator "^3.5.0"
-    classnames "^2.2.6"
-    copy-text-to-clipboard "^2.1.1"
-    date-fns "^2.29.3"
-    date-fns-tz "^1.3.8"
-    lodash "^4.17.21"
-    prop-types "^15.7.2"
-    react-resizable "^3.0.5"
-    react-window "^1.8.2"
-    resize-observer-polyfill "^1.5.1"
-    scroll-into-view-if-needed "^2.2.24"
-    utility-types "^3.10.0"
-
 "@douyinfe/semi-ui@latest":
   version "2.33.1"
   resolved "https://registry.yarnpkg.com/@douyinfe/semi-ui/-/semi-ui-2.33.1.tgz#3234ca96eb3560b8299bc9750fbe59446522d9bb"
@@ -11286,11 +11205,6 @@ eslint-plugin-react@^7.20.6, eslint-plugin-react@^7.24.0:
     semver "^6.3.0"
     string.prototype.matchall "^4.0.8"
 
-eslint-plugin-semi-design@^2.33.0:
-  version "2.42.4"
-  resolved "https://registry.yarnpkg.com/eslint-plugin-semi-design/-/eslint-plugin-semi-design-2.42.4.tgz#bbf9007dc02b2a45d162ec00593c8ff0b45a2975"
-  integrity sha512-0aaOGn4I9XtqWEsuTjTky+InSzZ5LVdeYCtz8io5Jj2Naeo2gcrAuTMa7PpJEwmDCblSzg19dNZZ1bQOySRL+g==
-
 eslint-rule-composer@^0.3.0:
   version "0.3.0"
   resolved "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"