Skip to content

Commit cefe532

Browse files
chore: fix generate-css-vars (#4105)
* chore: fix generate-css-vars * chore: upgrade @tdesign/site-components 0.17.4 * chore: sort css var * fix: fix cr --------- Co-authored-by: anlyyao <[email protected]>
1 parent 3d9b245 commit cefe532

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/common

Submodule common updated 765 files

packages/components/popover/README.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ t-class-content | \-
4141
The component provides the following CSS variables, which can be used to customize styles.
4242
Name | Default Value | Description
4343
-- | -- | --
44-
--td-popover-padding | 24rpx | -
44+
--td-popover-padding | 24rpx | -

packages/components/popover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ t-class-content | 内容样式类
7070
组件提供了下列 CSS 变量,可用于自定义样式。
7171
名称 | 默认值 | 描述
7272
-- | -- | --
73-
--td-popover-padding | 24rpx | -
73+
--td-popover-padding | 24rpx | -

packages/components/popup/README.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ Name | Default Value | Description
5050
--td-popup-bg-color | @bg-color-container | -
5151
--td-popup-border-radius | @radius-extraLarge | -
5252
--td-popup-close-btn-color | @text-color-primary | -
53-
--td-popup-distance-top | 0) | -
53+
--td-popup-distance-top | 0 | -
5454
--td-popup-transition | all 300ms ease | -

packages/components/popup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ t-class-content | 内容样式类
8989
--td-popup-bg-color | @bg-color-container | -
9090
--td-popup-border-radius | @radius-extraLarge | -
9191
--td-popup-close-btn-color | @text-color-primary | -
92-
--td-popup-distance-top | 0) | -
92+
--td-popup-distance-top | 0 | -
9393
--td-popup-transition | all 300ms ease | -

packages/tdesign-miniprogram-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"author": "tdesign",
2424
"license": "MIT",
2525
"devDependencies": {}
26-
}
26+
}

0 commit comments

Comments
 (0)