Commit Graph

373 Commits

Author SHA1 Message Date
Elliott Marquez
3cdcf1acd5 fixed lint issues in new code 2019-08-26 14:26:39 -07:00
Elliott Marquez
0aa5f250d3 run formatter 2019-08-26 14:26:39 -07:00
Elliott Marquez
14cd92b472 readme for textarea 2019-08-26 14:26:39 -07:00
Elliott Marquez
080f1df21e more readme changes 2019-08-26 14:26:39 -07:00
Elliott Marquez
bdc09d189c simple readme changes 2019-08-26 14:26:39 -07:00
Elliott Marquez
71f21f9ddd validity docs and validator -> validityTransform 2019-08-26 14:26:39 -07:00
Elliott Marquez
594bfd21ac validate on first render 2019-08-26 14:26:39 -07:00
Elliott Marquez
14675dc02d fix notched outline color on invalid hover 2019-08-26 14:26:39 -07:00
Elliott Marquez
9ec9cab98b first pass at textfield readme 2019-08-26 14:26:39 -07:00
Elliott Marquez
d40ef9062d initial validation implementation 2019-08-26 14:26:39 -07:00
Elliott Marquez
1e40cc9c55 revert icon toggle modifcations and remove tests 2019-08-23 17:23:17 -07:00
Elliott Marquez
26cf5756cb change to TDD 2019-08-23 17:23:17 -07:00
Elliott Marquez
292d68620f fix focus and blur on textfield 2019-08-23 17:23:16 -07:00
Elliott Marquez
21a7d5d886 fix mwc-icon-button*.test.ts pass 2019-08-23 17:22:59 -07:00
Daniel Freedman
ac77dbb3a3 Address review feedback
- Add `centerTitle` property to README
- Remove reflection from centerTitle
- Add examples to demo
2019-08-23 16:27:16 -07:00
Daniel Freedman
985ed42f2e Re-implement centerTitle for MWC Top App Bar
- Updated CHANGELOG
- Added screenshots
- Fixed `<mwc-top-app-bar centerTitlie dense prominent>` styling
2019-08-23 15:11:45 -07:00
Daniel Freedman
3d02c80414
Merge pull request #379 from material-components/refactor-top-app-bar
Refactor top-app-bar into top-app-bar, top-app-bar-fixed, and top-app…
2019-08-22 11:08:38 -07:00
Alexander Marks
958d1db222
Make inner button element stretch to width of host. (#408)
This regressed in the button README PR (https://github.com/material-components/material-components-web-components/pull/366).

Found because it broke our internal screenshot test which checks that
the button grows when the user sets host width.
2019-08-22 10:57:41 -07:00
Daniel Freedman
a02727b7e8 fix short gif and screenshots 2019-08-22 10:41:08 -07:00
Daniel Freedman
f6d52ee587 fix "fixed" gif and screenshots 2019-08-22 10:38:03 -07:00
Peter Burns
dc41c21ecd
Nit: typo 2019-08-22 10:19:13 -07:00
Alexander Marks
0fd2793ca4
Fall back to msMatchesSelector in findAssignedElement util (#396)
* Fall back to msMatchesSelector in findAssignedElement util
* Add explicit dependencies on @material/dom
2019-08-21 18:14:25 -07:00
Alexander Marks
df0bbe8cc5
Fix lit-analyzer warning about property without attribute data. (#407)
Node properties should be attribute:false anyway.
2019-08-21 18:08:33 -07:00
Daniel Freedman
0c927ed43c Add gifs of behavior
Fix images in READMEs to just be the bar, 480px wide
2019-08-21 18:06:52 -07:00
Daniel Freedman
1d12913155 fix readmes 2019-08-21 16:39:43 -07:00
Daniel Freedman
f86b5daf1a More feedback 2019-08-21 15:58:21 -07:00
Daniel Freedman
d64705f42a fix lint errors 2019-08-21 14:17:24 -07:00
Daniel Freedman
e162ec90be Merge branch 'master' into refactor-top-app-bar 2019-08-21 14:02:46 -07:00
Elliott Marquez
b1d1640c9c ran formatter & fixed lint 2019-08-21 11:28:34 -07:00
Daniel Freedman
2c32b52d29 Merge branch 'master' into refactor-top-app-bar 2019-08-21 10:46:42 -07:00
Elliott Marquez
7475be232c fix tsconfig build order 2019-08-20 16:44:26 -07:00
Daniel Freedman
7fab6d7f82 Finish refactoring fixed and short variants
- Full README
- Short variant has a modified MDC foundation to fix
  https://github.com/material-components/material-components-web/issues/4928,
  upstreamed as https://github.com/material-components/material-components-web/pull/5009
2019-08-19 20:57:17 -07:00
Elliott Marquez
c47155f842 add css custom props table to readme 2019-08-16 18:57:04 -07:00
Elliott Marquez
867732cab8 more fixes for PR 2019-08-16 18:49:40 -07:00
Elliott Marquez
eebd72d893 implement suggestions 2019-08-16 18:49:40 -07:00
Elliott Marquez
19c19bf2d6 implement PR suggestions 2019-08-16 18:49:40 -07:00
Elliott Marquez
757496dc91 deleted package changelogs 2019-08-16 18:49:40 -07:00
Elliott Marquez
3aed5843db update other readmes to indicate they are internal 2019-08-16 18:49:40 -07:00
Elliott Marquez
6e2a7e4897 update images for textfield readme 2019-08-16 18:49:40 -07:00
Elliott Marquez
c6a72a0436 no bg fill on fullwidth 2019-08-16 18:49:40 -07:00
Elliott Marquez
2509c5dcb3 do not allow sizing on textfield 2019-08-16 18:49:40 -07:00
Elliott Marquez
7f7c15a291 fix readme cmd+r 2019-08-16 18:49:40 -07:00
Elliott Marquez
ddc127d1f6 create textarea readme 2019-08-16 18:49:40 -07:00
Elliott Marquez
40efd6826a forgot to add package json changes 2019-08-16 18:49:40 -07:00
Elliott Marquez
6cd6c2a3c2 implement textarea-filled 2019-08-16 18:49:40 -07:00
Elliott Marquez
cc8d9b4af4 remove extraneous as any 2019-08-16 18:49:40 -07:00
Elliott Marquez
23fa93d6e1 HTMLInputElementType -> TypeKeyword 2019-08-16 18:49:40 -07:00
Elliott Marquez
4d72135626 inital textfield separation 2019-08-16 18:49:40 -07:00
Elliott Marquez
84e54ac128 undo stupid selectors 2019-08-16 18:49:40 -07:00
Elliott Marquez
22df91a5a8 initial pass at change requests 2019-08-16 18:49:40 -07:00