Skip to content

Commit 523d88d

Browse files
authored
chore(submodule): update common (#851)
* chore(submodule): update common * docs: update css vars
1 parent cd57b86 commit 523d88d

File tree

17 files changed

+27
-33
lines changed

17 files changed

+27
-33
lines changed

src/_common

Submodule _common updated 762 files

src/action-sheet/action-sheet.en-US.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ Name | Default Value | Description
3030
-- | -- | --
3131
--td-action-sheet-border-color | @component-stroke | -
3232
--td-action-sheet-border-radius | @radius-extraLarge | -
33-
--td-action-sheet-cancel-height | 48px | -
33+
--td-action-sheet-cancel-color | @text-color-primary | -
3434
--td-action-sheet-color | @text-color-primary | -
3535
--td-action-sheet-description-color | @text-color-placeholder | -
3636
--td-action-sheet-description-font | @font-body-medium | -
37+
--td-action-sheet-disabled-color | @text-color-disabled | -
3738
--td-action-sheet-dot-active-color | @brand-color | -
3839
--td-action-sheet-dot-color | @text-color-disabled | -
3940
--td-action-sheet-dot-size | 8px | -
40-
--td-action-sheet-gap-color | var(--td-bg-color-page, @component-stroke) | -
41-
--td-action-sheet-list-item-disabled-color | @text-color-disabled | -
42-
--td-action-sheet-list-item-height | 56px | -
43-
--td-action-sheet-text-align | center | -
44-
--td-action-sheet-text-weight | 400 | -
41+
--td-action-sheet-gap-color | @bg-color-page | -

src/action-sheet/action-sheet.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ onSelected | Function | | TS 类型:`(selected: ActionSheetItem \| string, in
3030
-- | -- | --
3131
--td-action-sheet-border-color | @component-stroke | -
3232
--td-action-sheet-border-radius | @radius-extraLarge | -
33-
--td-action-sheet-cancel-height | 48px | -
33+
--td-action-sheet-cancel-color | @text-color-primary | -
3434
--td-action-sheet-color | @text-color-primary | -
3535
--td-action-sheet-description-color | @text-color-placeholder | -
3636
--td-action-sheet-description-font | @font-body-medium | -
37+
--td-action-sheet-disabled-color | @text-color-disabled | -
3738
--td-action-sheet-dot-active-color | @brand-color | -
3839
--td-action-sheet-dot-color | @text-color-disabled | -
3940
--td-action-sheet-dot-size | 8px | -
40-
--td-action-sheet-gap-color | var(--td-bg-color-page, @component-stroke) | -
41-
--td-action-sheet-list-item-disabled-color | @text-color-disabled | -
42-
--td-action-sheet-list-item-height | 56px | -
43-
--td-action-sheet-text-align | center | -
44-
--td-action-sheet-text-weight | 400 | -
41+
--td-action-sheet-gap-color | @bg-color-page | -

src/count-down/count-down.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ onFinish | Function | | Typescript:`() => void`<br/> | N
2525
The component provides the following CSS variables, which can be used to customize styles.
2626
Name | Default Value | Description
2727
-- | -- | --
28+
--td-countdown-bg-color | @error-color-6 | -
2829
--td-countdown-default-color | @text-color-primary | -
2930
--td-countdown-round-border-radius | @radius-circle | -
30-
--td-countdown-square-border-radius | @radius-small | -
31-
--td-countdown-bg-color | @error-color-6 | -
3231
--td-countdown-round-color | @text-color-anti | -
32+
--td-countdown-square-border-radius | @radius-small | -

src/count-down/count-down.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ onFinish | Function | | TS 类型:`() => void`<br/>倒计时结束时触发 |
2525
组件提供了下列 CSS 变量,可用于自定义样式。
2626
名称 | 默认值 | 描述
2727
-- | -- | --
28+
--td-countdown-bg-color | @error-color-6 | -
2829
--td-countdown-default-color | @text-color-primary | -
2930
--td-countdown-round-border-radius | @radius-circle | -
30-
--td-countdown-square-border-radius | @radius-small | -
31-
--td-countdown-bg-color | @error-color-6 | -
3231
--td-countdown-round-color | @text-color-anti | -
32+
--td-countdown-square-border-radius | @radius-small | -

src/navbar/navbar.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ onRightClick | Function | | Typescript:`() => void`<br/> | N
2727
The component provides the following CSS variables, which can be used to customize styles.
2828
Name | Default Value | Description
2929
-- | -- | --
30+
--td-navbar-right | 95px | -
3031
--td-navbar-bg-color | @bg-color-container | -
3132
--td-navbar-capsule-border-color | #e3e6ea | -
3233
--td-navbar-capsule-border-radius | 16px | -
@@ -36,5 +37,4 @@ Name | Default Value | Description
3637
--td-navbar-height | 48px | -
3738
--td-navbar-left-arrow-size | 24px | -
3839
--td-navbar-padding-top | 0 | -
39-
--td-navbar-right | 95px | -
4040
--td-navbar-title-font | @font-title-large | -

src/navbar/navbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ onRightClick | Function | | TS 类型:`() => void`<br/>点击右侧区域时
2525
组件提供了下列 CSS 变量,可用于自定义样式。
2626
名称 | 默认值 | 描述
2727
-- | -- | --
28+
--td-navbar-right | 95px | -
2829
--td-navbar-bg-color | @bg-color-container | -
2930
--td-navbar-capsule-border-color | #e3e6ea | -
3031
--td-navbar-capsule-border-radius | 16px | -
@@ -34,5 +35,4 @@ onRightClick | Function | | TS 类型:`() => void`<br/>点击右侧区域时
3435
--td-navbar-height | 48px | -
3536
--td-navbar-left-arrow-size | 24px | -
3637
--td-navbar-padding-top | 0 | -
37-
--td-navbar-right | 95px | -
3838
--td-navbar-title-font | @font-title-large | -

src/picker/picker.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Name | Default Value | Description
4343
--td-picker-item-color | @text-color-secondary | -
4444
--td-picker-item-disabled-color | @text-color-disabled | -
4545
--td-picker-item-height | 40px | -
46-
--td-picker-mask-color-bottom | hsla(0, 0%, 100%, .4) | -
47-
--td-picker-mask-color-top | hsla(0, 0%, 100%, .92) | -
46+
--td-picker-mask-color-bottom | hsla(0, 0%, 100%, 0.4) | -
47+
--td-picker-mask-color-top | hsla(0, 0%, 100%, 0.92) | -
4848
--td-picker-title-color | @text-color-primary | -
4949
--td-picker-title-font | @font-title-large | -
5050
--td-picker-toolbar-height | 58px | -

src/picker/picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ onPick | Function | | TS 类型:`(value: Array<PickerValue>,context: PickerCo
4343
--td-picker-item-color | @text-color-secondary | -
4444
--td-picker-item-disabled-color | @text-color-disabled | -
4545
--td-picker-item-height | 40px | -
46-
--td-picker-mask-color-bottom | hsla(0, 0%, 100%, .4) | -
47-
--td-picker-mask-color-top | hsla(0, 0%, 100%, .92) | -
46+
--td-picker-mask-color-bottom | hsla(0, 0%, 100%, 0.4) | -
47+
--td-picker-mask-color-top | hsla(0, 0%, 100%, 0.92) | -
4848
--td-picker-title-color | @text-color-primary | -
4949
--td-picker-title-font | @font-title-large | -
5050
--td-picker-toolbar-height | 58px | -

src/side-bar/side-bar.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ value | String / Number | - | \- | N
3232
The component provides the following CSS variables, which can be used to customize styles.
3333
Name | Default Value | Description
3434
-- | -- | --
35-
--td-side-bar-disabled-color | @text-color-disabled | -
36-
--td-side-bar-prefix-bg-color | @bg-color-container | -
3735
--td-side-bar-active-color | @brand-color | -
3836
--td-side-bar-bg-color | @bg-color-secondarycontainer | -
3937
--td-side-bar-border-radius | 9px | -
4038
--td-side-bar-color | @text-color-primary | -
39+
--td-side-bar-disabled-color | @text-color-disabled | -
4140
--td-side-bar-font | @font-body-large | -
4241
--td-side-bar-height | 100% | -
4342
--td-side-bar-icon-size | 20px | -
4443
--td-side-bar-item-height | 56px | -
4544
--td-side-bar-item-padding | @spacer-2 | -
45+
--td-side-bar-prefix-bg-color | @bg-color-container | -
4646
--td-side-bar-width | 103px | -

0 commit comments

Comments
 (0)