mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-21 01:13:16 +08:00
7e5caad596
* fix(NUC-270): fix data-table hover background * fix(NUC-275): fix message pop-up font color * fix(NUC-278): fix button group radius * fix(NUC-327): fix progress linearGradient and dark mode font color * fix(NUC-275): fix message dark mode pop-up font color * fix(NUC-326): change autosize input size * fix(NUC-278): button recover demo * ix(NUC-326): recover autosize input size * fixed: recover button group demo * fix(NUC-327): reduce !important * fix(NUC-327): reduce !important both light and dark * fix(NUC-282): fix tag default style and hover style * fix(NUC-325): fix current style * fix(NUC-272): fix dropdown hover background * fix(NUC-285): fix resiable textarea slider position * fix(NUC-324): change timer picker selected background-color * fix(NUC-323): fix pop select style<hover width and border> * fix(NUC-320): fix dropdown menu button distance * fix(NUC-319): fix switch style * fix(date-picker): remove current color * fix(NUC-296): fix switch color style * fix(NUC-300): remove controlled green backgroundcolor * fix(NUC-290): fix transfer gap arrow style * fix(NUC-272): fix transfer gap width * fix(NUC-273): fix select icon arrow style * fix(NUC-311): fix tabs underline style * fix(NUC-319): set rail overflow hidden * Update package.json * fix(NUC-328): fix button padding * fix(NUC-329): remove start end background * fix(NUC-330): set title margin-top * fix(NUC-331): change message pop color * fix(NUC-331): change warning color * fix(NUC-333): change table borderColor * fix(NUC-332): change layout bgc * fix(NUC-334): remove thead border * fix(NUC-272): fix hover style * fix(NUC-270): fix tr hover color * fix(NUC-269): no border tabke add border-radius * feat(data-table):make icon color configurable * fix(NUC-284): change button height * fix(NUC-290): fix spacing,font color and bgc * fix(NUC-314): fix expand rows align * fix(NUC-336): fix card icon size * fix(NUC-272): fix select & popselect selected style * fix(NUC-319): fix button linear-gradient color and overflow * fix(NUC-338): number align center * fix(NUC-337):change empty table bgc * fix(TsConfigProvider): fix change unconfigable when change mode * fix(NUC-339):make icon color configable * fix(NUC-320): fiix button spacing * fix(data-table):remove light empty table bgc * fix(NUC-290):fix transfer spacing and icon color * fix(NUC-331): fix warning text color * fix(NUC-330): change dialog title spacing * fix(NUC-329): fix left and right of date range selected * fix(NUC-272): fix dropdown backgroung overflow * fix(popselect): menu overflow hidden * fix(progress): dark mode color reverse * fix(dynamic tags): fix dynamic tags minwidth * fix(data-table): Unbordered & single Line border-radius * fix(NUC-325): fix style when both current and selected * fix(data-table):fix empty table bgc * fix(message): fix success message font color * fix(NUC-269,NUC-332): fix dark layout bgc and card bgc * fix: remove layout bgc * fix(NUC-284):fix tag_close icon size * fix(NUC-290): fix button color * fix(NUC-323): remove selected bgc * fix(NUC-330): fix content spacing * fix(NUC-320): change spacing between button 12px * fix(switch): fix diabled switch color * fix(transfer): fix hover style on arrow * fix(table): add all table border-radius * fix(select, popselect): fix selected style when hover * fix: fix card icon size and dark select * fix(NUC-339): change light icon color * fix: change tag close icon size * fix(NUC-270): reduce one hover of two * fix(switch): fix disabled color * fix(data-table): fix wrong transparenz expression * fix(switch): fix disabled active style * fix(switch): reduce box-shadow of disabled button * fix(date-picker): fix disabled font color when current * fix(date-picker): fix dark selected color * fix(switch): change opacityDisabled * fix(data-table): fix Expand rows * chore: Code standardisieren * fix(demo): change demo card bgc * fix(demo): change demo card bgc * fix(Tre-Select): remove padding * fix(ts-dara-table): icon vertical center * fix(dropdown and popselect):unite padding and option height * fix(cascader):unite padding and option height * fix(Breadcrumb): change font color * fix(Pagination): fix item hover color * fix(Popover): change padding * fix(Button): fix hover color when dark * fix(Radio): fix radio color * fix(Checkbox)" change disabled color * fix(theme): change dark theme color * fix(steps): change drak indicatorTextColorProcess color * fix(upload): change bin delete color * fix(popover): change padding * fix(tooltip): change padding of pop * fix(Slider): fix color of TS theme * fix(Radio): fix dark checked color * chore: recover variables * fix(demp-style): fix demo card style * chore: update tusimple theme Co-authored-by: qhy <bjfuchin@gmail.com> Co-authored-by: coder-chin <79465534+coder-chin@users.noreply.github.com> Co-authored-by: Chin <“1277180540@qq.com”> Co-authored-by: Jiwen Bai <56228105@qq.com>
16 lines
253 B
JSON
16 lines
253 B
JSON
{
|
|
"name": "@naive-ui/tusimple-theme",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"version": "0.2.0",
|
|
"peerDependencies": {
|
|
"naive-ui": "^2.24.6"
|
|
},
|
|
"author": "07akioni",
|
|
"license": "MIT",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
]
|
|
}
|