Commit Graph

33 Commits

Author SHA1 Message Date
straversi
03bb202e92 use kebab-case for class name 2019-01-17 17:01:45 -08:00
straversi
6fc817ae92 remove unnecessary id 2019-01-17 16:57:24 -08:00
straversi
70b4da0552 use icon-buttons instead of icons 2019-01-17 16:52:42 -08:00
straversi
5a324adfd2 address @frankiefu's feedback 2019-01-17 16:02:07 -08:00
straversi
2663c5da7b [drawer] Address demo feedback
* Confine each drawer type in iframes, for scrim containment
* Add top app bar to demos, to show interaction with navigation button
* Remove redundant css imports
2019-01-09 10:12:53 -08:00
Daniel Freedman
b305546467 Merge branch 'master' into icon-button 2018-10-16 16:05:01 -07:00
Daniel Freedman
935f4dc1a0 Implement icon-button in typescript
- icon-toggle is now icon-button, matching MDC
- If `offLabel` is not defined, button is always "on" and does not
toggle

Fixes #95
2018-10-10 16:45:41 -07:00
Daniel Freedman
31e22cc808 Use listener functions on the class
Add `@eventOptions({passive: true})` for interation handlers in
tab-scroller

Fixes #136
2018-10-09 16:44:21 -07:00
Daniel Freedman
41e470a979 Make demo publishing more consistant 2018-10-05 15:44:31 -07:00
Daniel Freedman
ac7e40d6fd remove implemented, but unpublished element demos 2018-10-04 16:08:00 -07:00
Daniel Freedman
dcb9656ebb remove demos for unpublished elements 2018-10-04 12:11:32 -07:00
Daniel Freedman
1159e10a90 Rewrite formfield as typescript
- Implement `ripple` getter on formable components for activation of
ripple directive
- Improve watcher output
2018-10-04 12:01:21 -07:00
Daniel Freedman
b9d0be5e7f Some cleanup
- Add drawer, top-app-bar, and tabs into demo index
- Remove old packages/all.js
- Remove explicit path for `lit-element` dependency in sass template
2018-10-02 15:35:21 -07:00
Steven Orvell
a33268cf26 Tabs: more demos 2018-09-26 15:30:46 -07:00
Steven Orvell
63c2ed45ab Tabs
Demo now mostly working but still WIP
2018-09-26 14:10:13 -07:00
Steven Orvell
e63a3a8ec9 Tabs: demo slightly works (wip) 2018-09-25 18:23:11 -07:00
Steven Orvell
4be6f4f4d7 Update demo
some fixes to make demo work (wip)
2018-09-25 11:59:10 -07:00
Steven Orvell
d4c9df1476 Add full page demo. 2018-09-24 18:07:12 -07:00
Steven Orvell
675788bf75 Top App Bar 2018-09-24 17:36:21 -07:00
Steven Orvell
a10e0e033e Changed to type property for modal and dismissible
Change made based on user feedback.
2018-09-24 11:23:50 -07:00
Steven Orvell
2b6c84c51d Drawer
demo now working
2018-09-24 11:03:35 -07:00
Steven Orvell
8ea9160ac2 Drawer
WIP
2018-09-21 17:13:19 -07:00
Steven Orvell
05754a4d3e Ripple in TypeScript
Updated to render using a Ripple directive.
2018-09-20 17:53:32 -07:00
Daniel Freedman
80f901b4d7 First crazy attempt at typescript conversion
Look at switch and base packages

Move sass building into scripts
2018-09-19 17:35:42 -07:00
Frankie Fu
1fb01a0628 update to lit-element#dev (currently 0.6.0-dev.5); make tests passing and demos/index.html working 2018-08-30 15:07:18 -07:00
Russell Bicknell
dda468342f button: Update stroked to outlined. 2018-05-31 13:33:56 -07:00
Russell Bicknell
98e58a4a67 fab: Add label property; tests for aria-label. 2018-05-29 16:27:28 -07:00
Daniel Freedman
2182d6478a Make demos easy to publish
- Minor changes to demo pages for rollup compat
2018-05-08 11:23:01 -07:00
Daniel Freedman
3ea397315a Merge branch 'update-deps' into prepare-shipping 2018-05-07 13:37:43 -07:00
Kevin Schaaf
c96e90010a Add viewport tag for mobile 2018-05-07 13:17:46 -07:00
Daniel Freedman
ce1fb440db Clean up for shipping a few components
- Remove compact button, dense is the new compact
- Disable chips demo until selected state icon is fixed
- Disable select demo until styling is fixed
- Disable dialog, menu, and tabs demos, rewrites coming soon
2018-05-07 12:07:22 -07:00
Steven Orvell
8310a76180 Update dependencies
* Update to webcomponents-bundle.js
* Update to LitElement 0.4.0
2018-04-30 18:10:36 -07:00
Steven Orvell
286d4733ce [first commit] lots of wip elements
These are WIP. Some known issues:
* select, chips, and textfield ripple not working
* many tests to be added
* some elements tbd, including e.g. top-app-bar and drawer
2018-04-25 19:20:55 -07:00