Commit Graph

2557 Commits

Author SHA1 Message Date
07akioni
29416b8dec doc(change-log): 1.3.0 2020-06-01 13:09:24 +08:00
07akioni
382caf8b52 fix: update demo card code font-family 2020-06-01 13:04:44 +08:00
07akioni
8240af8d5a fix: import correct fonts in production index 2020-06-01 13:02:22 +08:00
07akioni
3006954b2b styles(fonts): refactor the implementation of default font 2020-06-01 13:01:32 +08:00
07akioni
9e629189c7 doc(get-started): how to add fonts 2020-06-01 12:54:51 +08:00
07akioni
d47342af8b style: remove font files in default css index bundle 2020-06-01 12:38:10 +08:00
07akioni
86f2b5cfb6 styles: refine typography depth & spacing 2020-06-01 01:04:54 +08:00
07akioni
2cc0d85ac7 doc(start): refine caveat 2020-06-01 01:01:13 +08:00
07akioni
204c8a4be4 doc(readme): feat introduction 2020-05-31 19:36:11 +08:00
07akioni
528e35221b fix(data-picker): time-picker's icon not hidden 2020-05-31 16:18:48 +08:00
07akioni
5bb656d202 style(menu): refactor item active background area 2020-05-31 16:18:19 +08:00
07akioni
db5d80cc5c doc: refine type annotation 2020-05-31 14:33:44 +08:00
07akioni
7b14362207 doc: refine type annotations 2020-05-31 14:30:05 +08:00
07akioni
30820db527 doc: refine some demos & styles 2020-05-31 14:21:09 +08:00
07akioni
72f0188507 doc: refine the visual effect of the some docs 2020-05-31 13:38:35 +08:00
07akioni
7c88a57a0d chores 2020-05-31 12:34:24 +08:00
07akioni
23aa383c77 doc(input): reorder api 2020-05-31 12:34:03 +08:00
07akioni
097425deab refactor(time-picker): add icon 2020-05-31 12:33:15 +08:00
07akioni
7226a83705 feat(input): private attr-size prop 2020-05-31 12:32:44 +08:00
07akioni
dd108ec550 feat(button): icon-depth 2020-05-31 11:56:16 +08:00
07akioni
4e1cb98451 doc: remove border of the demo buttons 2020-05-31 11:56:00 +08:00
07akioni
c1c228ec75 refactor: change all round button to rect button 2020-05-31 00:58:18 +08:00
07akioni
8cd5abe766 doc: change edit on github button icon 2020-05-31 00:57:47 +08:00
07akioni
0e08f16a0a style(card): fix padding top & bottom 2020-05-31 00:57:19 +08:00
07akioni
39cc61f571 doc(think) 2020-05-30 22:42:50 +08:00
07akioni
95298ad1db fix(data-table): max-height related & box-shadow-related
max-height: max-height should only be applied when it's set. Or it will trigger a wired bug which I can't reproduce...
box-shadow: table-header's box-shadow don't overlap with its border. It needs 1px's offset.
2020-05-30 22:35:14 +08:00
07akioni
619ca2999b chores 2020-05-30 21:41:10 +08:00
07akioni
a9279924d7 style: change color depth vars of light theme 2020-05-30 21:40:55 +08:00
07akioni
12bb548cfb style: change default font to lato, again= = 2020-05-30 21:32:27 +08:00
07akioni
9f7a9d9554 style(menu): set margin among items 2020-05-30 21:30:01 +08:00
07akioni
9c8380854f fix(form-item): feedback animation not triggered when it existed at first. 2020-05-30 21:29:40 +08:00
07akioni
37feb27e98 doc: style changes 2020-05-30 21:11:46 +08:00
07akioni
3099412be6 refactor(date-picker): use a new calendar icon 2020-05-30 20:28:52 +08:00
07akioni
72fd1f64cc chores 2020-05-30 20:15:04 +08:00
07akioni
de04e5d4fc style(confirm): use global border-radius & use rect button 2020-05-30 20:14:52 +08:00
07akioni
03853c58b2 style(alert): make bg color lighter in light theme 2020-05-30 20:04:27 +08:00
07akioni
d3b6ecd41b style(time-picker): pending overlay color & transform debounce 2020-05-30 20:03:54 +08:00
07akioni
a7c7c1a6d6 style(icon): lack opacity transition 2020-05-30 19:50:09 +08:00
07akioni
25b89a5d9c style(a): text-decoration-color has no transition 2020-05-30 19:49:51 +08:00
07akioni
a8f32de527 style(pagination): use global border-radius & remove bg color of active action 2020-05-30 19:41:13 +08:00
07akioni
0f528bc3d9 doc(grid): use green as primary color 2020-05-30 19:40:31 +08:00
07akioni
7b9416ee15 doc(steps): change default state to process 2020-05-30 19:15:10 +08:00
07akioni
b9f0c7684e style(steps): optimize styles of different status 2020-05-30 19:11:40 +08:00
07akioni
46040ed954 style(typography): elavate depth of text color of strong text 2020-05-30 18:10:21 +08:00
07akioni
3baa323e8b doc: fix some type annotations 2020-05-30 17:23:48 +08:00
07akioni
ce60bd832f doc(alert): reorder api 2020-05-30 17:22:35 +08:00
07akioni
4d1a9e93bd doc: fix some type annotations 2020-05-30 17:20:27 +08:00
07akioni
c250e3f8b4 doc(layout): themed style 2020-05-30 17:18:16 +08:00
07akioni
cbb77b97e3 fix: set postcss.options.cssnano.colormin to false
Since on development, the sass file will pass colormin, its color may be transfrom by cssnano. In that case, some colors in the color scheme won't be accessible by ui itself. But it can be turned on in production mode, because at that time the color scheme file won't pass the sass loader but a naive rollup plugin, the color won't be changed anymore.
2020-05-30 16:43:28 +08:00
07akioni
722e67356e feat(utils/color): support more formats on read 2020-05-30 16:39:33 +08:00