diff --git a/.dumi/pages/index/components/Theme/index.tsx b/.dumi/pages/index/components/Theme/index.tsx index 0f699775a5..f398cac4d8 100644 --- a/.dumi/pages/index/components/Theme/index.tsx +++ b/.dumi/pages/index/components/Theme/index.tsx @@ -500,7 +500,7 @@ const Theme: React.FC = () => { className={classNames(styles.transBg)} selectedKeys={['Themes']} openKeys={['Design']} - style={{ height: '100%', borderRight: 0 }} + style={{ height: '100%', borderInlineEnd: 0 }} items={sideMenuItems} expandIcon={false} /> diff --git a/.dumi/theme/builtins/TokenCompare/index.tsx b/.dumi/theme/builtins/TokenCompare/index.tsx index 079b6fa7a7..37e626fe6a 100644 --- a/.dumi/theme/builtins/TokenCompare/index.tsx +++ b/.dumi/theme/builtins/TokenCompare/index.tsx @@ -31,7 +31,7 @@ const useStyle = createStyles(({ token, css }) => { align-items: center; justify-content: center; color: rgba(0, 0, 0, 0.88); - border-right: 1px solid rgba(0, 0, 0, 0.1); + border-inline-end: 1px solid rgba(0, 0, 0, 0.1); `, colDark: css` diff --git a/.dumi/theme/common/SemanticPreview.tsx b/.dumi/theme/common/SemanticPreview.tsx index 4fd766f23e..06b32009a0 100644 --- a/.dumi/theme/common/SemanticPreview.tsx +++ b/.dumi/theme/common/SemanticPreview.tsx @@ -18,7 +18,7 @@ const useStyle = createStyles(({ token }) => ({ position: relative; `, colWrap: css` - border-right: 1px solid ${token.colorBorderSecondary}; + border-inline-end: 1px solid ${token.colorBorderSecondary}; display: flex; justify-content: center; align-items: center; diff --git a/.dumi/theme/common/styles/NProgress.tsx b/.dumi/theme/common/styles/NProgress.tsx index 04ebc61524..e1caf0bd8e 100644 --- a/.dumi/theme/common/styles/NProgress.tsx +++ b/.dumi/theme/common/styles/NProgress.tsx @@ -20,7 +20,7 @@ export default () => { .spinner-icon { border-top-color: ${token.colorPrimary}; - border-left-color: ${token.colorPrimary}; + border-inline-start-color: ${token.colorPrimary}; } } `} diff --git a/.dumi/theme/common/styles/Responsive.tsx b/.dumi/theme/common/styles/Responsive.tsx index 7b20571d45..ae1a412b76 100644 --- a/.dumi/theme/common/styles/Responsive.tsx +++ b/.dumi/theme/common/styles/Responsive.tsx @@ -66,7 +66,7 @@ export default () => { float: none; width: auto; padding-bottom: 30px; - border-right: 0; + border-inline-end: 0; } .ant-row-rtl { diff --git a/components/drawer/__tests__/__snapshots__/demo-extend.test.tsx.snap b/components/drawer/__tests__/__snapshots__/demo-extend.test.tsx.snap index 3956f5b27e..f1efb23720 100644 --- a/components/drawer/__tests__/__snapshots__/demo-extend.test.tsx.snap +++ b/components/drawer/__tests__/__snapshots__/demo-extend.test.tsx.snap @@ -1,4 +1,4 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`renders components/drawer/demo/basic-right.tsx extend context correctly 1`] = ` Array [ @@ -147,7 +147,7 @@ Array [ >