File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "presets" : [
3- " react" ,
4- " env" ,
5- " stage-0"
6- ]
7- }
2+ "presets" : [
3+ " react" ,
4+ " env" ,
5+ " stage-0"
6+ ]
7+ }
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $SM-tagBackgroundColor: $SM-focusColor;
7373$SM-tagCloseColor: $SM-textColor;
7474$SM-tagCloseBackgroundColor: $SM-lightGrey;
7575
76- // DropDown
76+ // DropDown Arrow
7777$SM-dropDownArrowColor: $SM-mutedColor;
7878$SM-dropDownActiveArrowColor: $SM-lightBlue;
7979
Original file line number Diff line number Diff line change 11{
22 "name" : " react-sm-select" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " React Multi/Single Select Component" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./es/index.js" ,
77 "scripts" : {
88 "start" : " run-p scss:w catalog-start" ,
9- "es" : " babel src -d es -D" ,
9+ "es" : " babel src -d es -D --ignore '**/*.test.js' " ,
1010 "build" : " npm run scss && webpack --mode production && npm run es" ,
1111 "prepublish" : " rm -rf dist es && npm run build" ,
1212 "scss" : " node-sass src/styles.scss src/styles.css && postcss src/styles.css -u autoprefixer -o src/styles.css" ,
You can’t perform that action at this time.
0 commit comments