CAAPIM / themer

Framework agnostic utility to make generic JavaScript components themeable and extensible.
MIT License
1 stars 1 forks source link

feat: expose mapThemeProps #17

Closed alebiavati closed 7 years ago

alebiavati commented 7 years ago

Status

READY

Description

Expose mapThemeProps to allow all themer-based decorators to apply theme and variants props consistently (like in ca-ui-react-themer).

Impacted Areas in Application

codecov-io commented 7 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #17   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines          87     86    -1     
=====================================
- Hits           87     86    -1
Impacted Files Coverage Δ
src/index.js 100% <ø> (ø) :white_check_mark:
src/decorator/index.js 100% <100%> (ø) :white_check_mark:
src/utils/index.js 100% <100%> (ø) :white_check_mark:

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 ecd4b3d...91ef19a. Read the comment docs.