Commit graph

11 commits

Author SHA1 Message Date
Jorge del Casar
26b605939f
refactor(button): several improvements (#1019)
- remove click-area --> move styles to host::before
- reduce css so that extending styles makes sense. Merge .btn with host
- reduce the template and remove the if else construction inside the template
- hide focus styles if they're not needed, for example, when an element receives focus via the mouse.
- improve __clickDelegationHandler. Use current slotted native button instead of create new one
- fix vertical align when 2 buttons are inline and one has icon. Example included.
- add min-with to ensure target size for mobile, not only height
- add test to check event.target in all situations (inside and outside form)
2020-10-15 12:13:46 +02:00
qa46hx
8d8cb79b16 chore(tabs): improve readme for storybook 2020-06-10 10:27:27 +02:00
Joren Broekema
87740606bc chore: remove live/demos section from readmes 2020-06-03 13:49:47 +02:00
Thijs Louisse
6b1698f90f chore: updated dep versions and made compatible 2020-05-29 17:01:15 +02:00
Thomas Allmer
bcd074d1fb feat: use markdown javascript (mdjs) for documentation
Co-authored-by: CubLion <alex.ghiu@ing.com>
2020-05-29 17:01:15 +02:00
Thomas Allmer
a8fb94edca chore: remove pilot phase header 2020-04-29 10:05:06 +02:00
Thomas Allmer
89b835a799 feat: improved storybook demos
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2020-01-13 13:58:03 +01:00
qa46hx
d19ca7cc5c fix(button): fix form integration, fires only once, submit preventable
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
2019-10-21 07:58:27 +02:00
Mikhail Bashkirov
2de378391c chore: fix style of markdown files 2019-07-24 15:20:19 +02:00
Mikhail Bashkirov
738774e82b chore: fix prepublish pattern format 2019-07-23 17:03:37 +02:00
Thomas Allmer
ec8da8f12c feat: release inital public lion version
Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com>
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
2019-04-26 10:37:57 +02:00