adopted-ember-addons / ember-paper

The Ember approach to Material Design.
https://ember-paper.netlify.app/
MIT License
888 stars 333 forks source link

Whiteframe #447

Open dustinfarris opened 8 years ago

dustinfarris commented 8 years ago

We should port whiteframes to ember-paper.

https://material.angularjs.org/latest/demo/whiteframe

Using angular-scss-filter and replacing md- prefix with paper- prefix.

/cc @miguelcobain

miguelcobain commented 8 years ago

To be more precise, whiteframe classes are already there as md-whiteframe-Xdp and can be used However, for consistency, we should just consider them public as paper-whiteframe-1dp.

miguelcobain commented 8 years ago

@mellatone @xomaczar @ibarrick in the context of our discussion, another possibility would be to only replace md-* with paper-* for public css classes. I think this would lead to consistency in our public API while avoiding to mess up with a lot of internal md- tags. Also, angular material changed to private _md- classes at some point in the 1.0.X releases (later than 1.0.6). So, it might be a good distinction, i.e we should convert public md- classes to paper-, keeping internal _md- and md- tags.