MCS-Lite / mcs-lite

🎛 MCS Lite Common UI and Websites.
https://mcslite.netlify.com
MIT License
75 stars 9 forks source link

feat(UI): add PanelIcon, Form and remove ClickOutside #549

Closed evenchange4 closed 6 years ago

evenchange4 commented 6 years ago

Issue:

What I did

refactor(UI): remove ClickOutside [BREAKING CHANGES] feat(UI): add Form components feat(UI): add PanelIcon

How to test

evenchange4 commented 6 years ago

Deploy preview for mcslite ready!

Built with commit 71ceb61e1312f3307aaebaf1304364e51606fc31

https://deploy-preview-549--mcslite.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-introduction ready!

Built with commit 71ceb61e1312f3307aaebaf1304364e51606fc31

https://deploy-preview-549--mcs-lite-introduction.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-ui ready!

Built with commit 71ceb61e1312f3307aaebaf1304364e51606fc31

https://deploy-preview-549--mcs-lite-ui.netlify.com

michaelhsu-bot commented 6 years ago
Warnings
:warning: Please add a label to your PR.
:warning: Please assign someone to merge this PR, and optionally include people who should review.
:warning: :exclamation: Big PR
:warning: Changes were made to package.json, but not to licenses.csv - Perhaps you need to run `$ yarn run license`?

Generated by :no_entry_sign: dangerJS

codecov[bot] commented 6 years ago

Codecov Report

Merging #549 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #549      +/-   ##
==========================================
+ Coverage   86.47%   86.55%   +0.07%     
==========================================
  Files         281      284       +3     
  Lines        2403     2417      +14     
  Branches      135      134       -1     
==========================================
+ Hits         2078     2092      +14     
  Misses        278      278              
  Partials       47       47
Impacted Files Coverage Δ
packages/mcs-lite-ui/src/Overlay/Overlay.js 100% <ø> (ø) :arrow_up:
packages/mcs-lite-ui/src/Dialog/Dialog.js 100% <ø> (ø) :arrow_up:
...mobile-web/src/containers/DeviceList/DeviceList.js 91.66% <ø> (ø) :arrow_up:
packages/mcs-lite-ui/src/Form/Fieldset.js 100% <100%> (ø)
packages/mcs-lite-ui/src/Form/Form.js 100% <100%> (ø)
packages/mcs-lite-ui/src/Form/FormPanel.js 100% <100%> (ø)
packages/mcs-lite-ui/src/PanelIcon/PanelIcon.js 100% <100%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1c47569...71ceb61. Read the comment docs.