File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " dls-tooling " ,
2+ "name" : " light-dls " ,
33 "version" : " 0.0.0" ,
4- "description" : " Tools for Baidu DLS." ,
4+ "description" : " Tooling for Baidu Light DLS." ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
77 "install" : " lerna bootstrap" ,
Original file line number Diff line number Diff line change 11> ⚠️ - Breaking Changes
22
3+ ## 1.0.0-beta.2
4+
5+ - Add Cascader variables.
6+ - Fix spacing for DatePicker.
7+
38## 1.0.0-beta.1
49
510- Roll back interpolation check for ` dls check ` as it's non-trivial to make compilation always work and also very time consuming.
Original file line number Diff line number Diff line change 11{
22 "name" : " less-plugin-dls" ,
3- "version" : " 1.0.0-beta.1 " ,
3+ "version" : " 1.0.0-beta.2 " ,
44 "description" : " Less plugin for Baidu Light DLS." ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1818 -dls-date-picker-header-padding-y : 8px ;
1919 -dls-date-picker-header-pagination-spacing : 12px ;
2020 -dls-date-picker-header-icon-aux-spacing : 8px ;
21- -dls-date-picker-day-body-padding-top : 8 px ;
22- -dls-date-picker-day-body-padding-bottom : 16 px ;
21+ -dls-date-picker-day-body-padding-top : 4 px ;
22+ -dls-date-picker-day-body-padding-bottom : 12 px ;
2323 -dls-date-picker-weekdays-spacing-after : 12px ;
2424 -dls-date-picker-month-body-padding-top : 24px ;
2525 -dls-date-picker-year-body-padding-top : 24px ;
Original file line number Diff line number Diff line change 6363 * DatePicker body,
6464 * including weekdays, day/month/year body
6565 */
66- @dls-date-picker-day-body-padding-top : @dls-padding-unit * 2 ;
67- @dls-date-picker-day-body-padding-bottom : @dls-padding-unit * 4 ;
66+ @dls-date-picker-day-body-padding-top : @dls-padding-unit * 1 ;
67+ @dls-date-picker-day-body-padding-bottom : @dls-padding-unit * 3 ;
6868@dls-date-picker-weekdays-spacing-after : @dls-padding-unit * 3 ;
6969@dls-date-picker-month-body-padding-top : @dls-padding-unit * 6 ;
7070@dls-date-picker-year-body-padding-top : @dls-padding-unit * 6 ;
You can’t perform that action at this time.
0 commit comments