File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @tiny-design/react ' : patch
3+ ---
4+
5+ - Fix the AutoComplete component export issue
6+ - Some components' font family issue
Original file line number Diff line number Diff line change 1- export { default } from './auto-complete' ;
1+ import AutoComplete from './auto-complete' ;
2+
3+ export default AutoComplete ;
24export type { AutoCompleteProps , AutoCompleteOption } from './types' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ $dp: #{$prefix}-date-picker;
55.#{$dp } {
66 display : inline-flex ;
77 position : relative ;
8- font-family : $font-family ;
98 font-size : $font-size-base ;
109
1110 // ---- Input ----
Original file line number Diff line number Diff line change 22@use ' ../../style/mixins' as * ;
33
44.#{$prefix } -loader {
5- font-family : $font-family ;
65 position : relative ;
76 display : inline-block ;
87 color : var (--ty-color-primary );
2120 position : absolute ;
2221 display : block ;
2322 transform : scale (0.75 );
24- background-color : currentColor ;
23+ background-color : currentcolor ;
2524 border-radius : 50% ;
2625 transform-origin : 50% 50% ;
2726 opacity : 0.5 ;
5352
5453 & __label {
5554 margin : 5px 0 ;
56- font-family : $font-family ;
5755 user-select : none ;
5856 opacity : 0.8 ;
5957 font-size : 16px ;
133131 0% {
134132 opacity : 0.2 ;
135133 }
134+
136135 50% {
137136 opacity : 0.9 ;
138137 }
138+
139139 100% {
140140 opacity : 0.2 ;
141141 }
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ $tp: #{$prefix}-time-picker;
66 display : inline-flex ;
77 position : relative ;
88 font-size : $font-size-base ;
9- font-family : $font-family ;
109
1110 // ---- Input ----
1211 & __input {
You can’t perform that action at this time.
0 commit comments