Skip to content

Commit ca227a7

Browse files
committed
feat(data-table): add counter style variables and update data table surface background
1 parent cb70129 commit ca227a7

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

packages/varlet-ui/types/styleVars.d.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,21 @@ interface BaseStyleVars {
268268
'--count-to-text-font-size'?: string
269269
'--countdown-text-color'?: string
270270
'--countdown-text-font-size'?: string
271+
'--counter-padding'?: string
272+
'--counter-font-color'?: string
273+
'--counter-background'?: string
274+
'--counter-input-width'?: string
275+
'--counter-input-margin'?: string
276+
'--counter-input-font-size'?: string
277+
'--counter-button-size'?: string
278+
'--counter-button-text-color'?: string
279+
'--counter-button-icon-size'?: string
280+
'--counter-disabled-color'?: string
281+
'--counter-disabled-opacity'?: string
282+
'--counter-error-color'?: string
271283
'--data-table-background'?: string
272-
'--data-table-surface-low-background'?: string
273284
'--data-table-header-cell-background'?: string
285+
'--data-table-surface-low-background'?: string
274286
'--data-table-header-cell-text-color'?: string
275287
'--data-table-body-cell-text-color'?: string
276288
'--data-table-border-color'?: string
@@ -294,18 +306,6 @@ interface BaseStyleVars {
294306
'--data-table-row-large-height'?: string
295307
'--data-table-footer-padding'?: string
296308
'--data-table-empty-padding'?: string
297-
'--counter-padding'?: string
298-
'--counter-font-color'?: string
299-
'--counter-background'?: string
300-
'--counter-input-width'?: string
301-
'--counter-input-margin'?: string
302-
'--counter-input-font-size'?: string
303-
'--counter-button-size'?: string
304-
'--counter-button-text-color'?: string
305-
'--counter-button-icon-size'?: string
306-
'--counter-disabled-color'?: string
307-
'--counter-disabled-opacity'?: string
308-
'--counter-error-color'?: string
309309
'--date-picker-border-radius'?: string
310310
'--date-picker-font-size'?: string
311311
'--date-picker-min-width'?: string
@@ -776,15 +776,15 @@ interface BaseStyleVars {
776776
'--switch-variant-ripple-active-left'?: string
777777
'--table-background'?: string
778778
'--table-surface-low-background'?: string
779+
'--table-surface-low-row-hover-background'?: string
780+
'--table-plain-row-hover-background'?: string
779781
'--table-border-radius'?: string
780782
'--table-thead-border-bottom'?: string
781783
'--table-thead-th-text-color'?: string
782784
'--table-thead-th-text-align'?: string
783785
'--table-thead-th-font-size'?: string
784786
'--table-thead-tr-border-bottom'?: string
785787
'--table-tbody-tr-hover-background'?: string
786-
'--table-surface-low-row-hover-background'?: string
787-
'--table-plain-row-hover-background'?: string
788788
'--table-tbody-tr-border-bottom'?: string
789789
'--table-tbody-td-text-color'?: string
790790
'--table-tbody-td-font-size'?: string
@@ -991,4 +991,4 @@ interface BaseStyleVars {
991991
[key: PropertyKey]: string
992992
}
993993

994-
export interface StyleVars extends FormatStyleVars<BaseStyleVars> {}
994+
export interface StyleVars extends FormatStyleVars<BaseStyleVars> {}

0 commit comments

Comments
 (0)