18 Commits

Author SHA1 Message Date
a7f1f4daa7 refactor(components): update to use shadow DOM and work with css variables
- updates components to use shadow DOM or scoped if they require css variables
- moves global styles to an external stylesheet that needs to be imported
- adds support for additional colors and removes the Sass loops to generate colors for each component
- several property renames, bug fixes, and test updates

Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com>
Co-authored-by: Adam Bradley <adambradley25@gmail.com>
Co-authored-by: Cam Wiegert <cam@camwiegert.com>
2018-07-09 12:57:21 -04:00
503636ada8 docs(): add missing property docs 2018-06-18 15:23:36 -04:00
0f5601b3ae style(loading): update the style of the code and docs 2018-06-18 11:33:58 -04:00
5ad35ccc00 docs(): update examples and usage 2018-05-31 10:56:02 -04:00
618f708bc4 fix(all): strong typing for color 2018-05-14 13:51:30 +02:00
bb809b63ed perf(all): dynamic import 2018-05-08 19:39:07 +02:00
8b1452c5c1 fix(lint): import order 2018-04-26 20:18:57 +02:00
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
ae0541a465 chore(): update dependencies 2018-04-22 20:08:02 +02:00
4ea8881f33 refactor(all): enable strictPropertyInitialization 2018-04-19 18:48:38 +02:00
a36913e9db refactor(all): data -> componentProps 2018-03-29 18:41:56 +02:00
e20f76c3b1 refactor(all): async/await 2018-03-24 03:27:27 +01:00
b49e9eb027 refactor(spinner): rename lines-sm to lines-small
also adds this spinner class to the infinite scroll to override the
color
2018-03-20 12:49:17 -04:00
c85f7483c9 refactor(keyboard): move to utils 2018-03-20 14:12:25 +01:00
d8234e90dd docs(overlay): onDidDismiss 2018-03-19 17:10:52 +01:00
6e2ca85b2a fix(overlays): OverlayController interface 2018-03-13 19:45:36 +01:00
7dcf8a5bd4 feat(overlays): adds onDidDismiss and onWillDismiss 2018-03-13 16:34:24 +01:00
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00