Wykres commitów

1439 Commity (87286593cb594966ac1ca68833629a0bef5654fd)

Autor SHA1 Wiadomość Data
Cory LaViska f5ba173156 add breadcrumb + breadcrumb item 2021-09-01 09:06:19 -04:00
Cory LaViska 5bd7bfb4ce fix buttons on mobile 2021-08-31 07:41:53 -04:00
Cory LaViska e4413dceee update docs 2021-08-31 07:37:41 -04:00
Cory LaViska f644454080 add new typography tokens 2021-08-30 16:39:08 -04:00
Cory LaViska 16f4b485b5 fix tables 2021-08-30 16:38:53 -04:00
Cory LaViska 679dd4578c add click transition 2021-08-30 16:21:02 -04:00
Cory LaViska 00bf318ee9 prevent errors when setting controls undefined 2021-08-30 08:27:47 -04:00
Sidharth Ramesh da3415d029
Prevents error if sl-input has value undefined (#513)
The sl-input's value state being `undefined` is very common when using shoelace with frameworks. Instead of erroring out and not showing the input, this should handle it gracefully.
2021-08-30 08:25:25 -04:00
Benny Powers 147a8d2f57
docs: add themed css to getting started snippet (#512)
* docs: add themed css to getting started snippet

* docs: add instructions to force light or dark themes
2021-08-27 17:05:31 -04:00
Cory LaViska a1d354ac15 remove unused import 2021-08-27 16:45:33 -04:00
Cory LaViska 1fb0e41603 2.0.0-beta.49 2021-08-27 16:44:35 -04:00
Cory LaViska f121c119f0 update changelog 2021-08-27 16:44:01 -04:00
Cory LaViska f4c472e7de remove --focus-ring 2021-08-27 09:07:42 -04:00
Cory LaViska 719d62b670 fix spacing in select clearable 2021-08-27 09:03:10 -04:00
Cory LaViska 165306f56a remove no-fieldset; add fieldset 2021-08-27 09:00:01 -04:00
Cory LaViska 248bb32977 fix radio focus visible styles 2021-08-27 08:54:00 -04:00
Cory LaViska dfb9127052 fix checkbox/switch focus visible 2021-08-27 08:50:31 -04:00
Cory LaViska 5933e948e1 fix checkbox focus visible 2021-08-27 08:38:11 -04:00
Cory LaViska 624f6ef5a1 fix arrow keys 2021-08-27 08:26:48 -04:00
Cory LaViska 2865b546fa add --sl-focus-ring and update styles 2021-08-27 08:21:18 -04:00
Cory LaViska 9d7c3b2af9 no need to force focus 2021-08-27 08:20:26 -04:00
Cory LaViska 033896dfc2 adjust default button 2021-08-27 08:20:07 -04:00
Cory LaViska 10d95ba8e6 remove focus from resizer 2021-08-26 10:18:54 -04:00
Cory LaViska 43f74583ea rework focus-visible logic 2021-08-26 08:35:36 -04:00
Cory LaViska 36d499f253 use a pill button 2021-08-26 07:45:30 -04:00
Cory LaViska 4c6e61e6dd improve switch contrast 2021-08-25 17:57:52 -04:00
Cory LaViska 0829af77c0 fix --sl-color-neutral-0|1000 2021-08-25 17:48:37 -04:00
Cory LaViska f3281d3985 fix toggle hover 2021-08-25 17:36:46 -04:00
Cory LaViska 5cd5567292 disable ghost mode 2021-08-24 09:03:01 -04:00
Cory LaViska c0102a1658 fix dev dep 2021-08-24 08:57:02 -04:00
Cory LaViska c173d0d76e don't use hash routing in dev 2021-08-24 08:49:27 -04:00
Cory LaViska d7dd4b82da add missing component 2021-08-24 08:14:28 -04:00
Cory LaViska f9010cf3ca add date to input 2021-08-24 08:13:36 -04:00
Cory LaViska a0d2dbf685 update lit and lit-html 2021-08-23 09:17:21 -04:00
Cory LaViska d679d27043 update changelog 2021-08-23 09:12:50 -04:00
Cory LaViska 9c0641dcad fixes #508 2021-08-23 09:11:40 -04:00
Cory LaViska af852a088c improve icon color contrast 2021-08-23 09:11:27 -04:00
Cory LaViska 76f04c0b0e link to color token generator 2021-08-23 09:06:20 -04:00
Cory LaViska 27376df5f2 improve color picker 2021-08-23 08:50:18 -04:00
Cory LaViska fd285dbd6f use black for overlay color 2021-08-23 08:17:45 -04:00
Cory LaViska 76e1d4b403 adjust elevation tokens 2021-08-20 17:23:59 -04:00
Cory LaViska 51dbc1a1ee remove elevation when inline 2021-08-20 17:00:07 -04:00
Cory LaViska 7095236116 fix whitespace 2021-08-20 14:19:19 -04:00
Cory LaViska 6014c888c2 2.0.0-beta.48 2021-08-20 09:59:57 -04:00
Cory LaViska c41714c6f3 fix menu selection via type to select 2021-08-20 09:55:32 -04:00
Cory LaViska a3626e121b update changelog 2021-08-20 09:55:14 -04:00
Cory LaViska b7caba8b11 Merge branch 'gtyamamoto-fix/ctrlkeys-usability-sl-select' into next 2021-08-20 09:40:43 -04:00
Cory LaViska 0a45f446e2 Merge branch 'fix/ctrlkeys-usability-sl-select' of https://github.com/gtyamamoto/shoelace into gtyamamoto-fix/ctrlkeys-usability-sl-select 2021-08-20 09:38:57 -04:00
Cory LaViska 917dbb12da update changelog 2021-08-20 09:36:43 -04:00
gtyamamoto 767c0b3675 fix: allow ctrl/command + key when the sl-select is on focus
- doing a more simplistic approach to handle ctrlKey/metaKey values
2021-08-20 09:20:01 -03:00