Commit Graph

3576 Commits

Author SHA1 Message Date
Brian Hicks
5869e28b03 update npm packages 2021-04-06 15:47:28 -05:00
Tessa Kelly
91f016b194 Fix missing disabled styles 2021-03-18 10:40:27 -07:00
Tessa Kelly
ab92b6af35 Adds tab/tab-back behavior 2021-03-18 10:35:46 -07:00
Tessa Kelly
a066b6377f Un-comment the other example 2021-03-18 10:31:40 -07:00
Tessa Kelly
bfafa67d5c Fix group behavior 2021-03-04 15:22:22 -08:00
Tessa Kelly
40d6a27f09 Fix the arrow implementation for singular entries (groups are broken) 2021-03-04 13:47:18 -08:00
Tessa Kelly
ebf809918b Combine the focus and toggle message handlers 2021-03-04 11:22:50 -08:00
Tessa Kelly
b5636a23b3 Adds down ids
Note wrapping does not work right, because the lengths of the 3 mapped lists don't match up
2021-03-04 11:22:50 -08:00
Tessa Kelly
a473aa0f8a Adds the Up id focus behavior 2021-03-04 11:22:50 -08:00
Tessa Kelly
7afd09942d Fold the dropdown code back into the main view helper 2021-03-04 11:22:50 -08:00
Tessa Kelly
2a9d576ed8 Implement the very first bit of the focus behavior: arrow down to get into the menu, and then no interior nav with tabs 2021-03-04 11:22:50 -08:00
Tessa Kelly
d186fbac68 Adds menu item ids 2021-03-04 11:22:50 -08:00
Tessa Kelly
8baa5c364e 💀 remove helper that's only used once and that complicates the content 2021-03-04 11:22:50 -08:00
Tessa Kelly
869623f9ad Finish width todo 2021-03-04 11:22:50 -08:00
Tessa Kelly
cbd3ef12e6 Separate the types for the menu configuration 2021-03-04 11:22:50 -08:00
Tessa Kelly
c5155ca408 Make the menu more generic: move the tooltip and clickable svg stuff to an example 2021-03-04 11:22:50 -08:00
Tessa Kelly
e702bd1a3c Move the click handling to the shared location 2021-03-04 11:22:50 -08:00
Tessa Kelly
a88f1fb155 Share the code that can be shared between the two discrete menu implementations 2021-03-04 11:22:50 -08:00
Tessa Kelly
ba86a258ed 💀 unused code 2021-03-04 11:22:50 -08:00
Tessa Kelly
7edbd4fd49 Adjust the id behavior 2021-03-04 11:22:50 -08:00
Tessa Kelly
d309b391cf Use ClickableSvg and Tooltip.V2 for the menu 2021-03-04 11:22:50 -08:00
Tessa Kelly
8da3a2dd4d Inline reusable helper for easy refactoring 2021-03-04 11:22:50 -08:00
Tessa Kelly
fa3c5f9c5f 💀 remove iconLink and iconButton 2021-03-04 11:22:50 -08:00
Tessa Kelly
ec54e767f9 Close the main menu on escape 2021-03-04 11:22:50 -08:00
Tessa Kelly
643d0a0bc4 onToggle -> toggle 2021-03-04 11:22:50 -08:00
Tessa Kelly
06242c36f2 Adds focus helper 2021-03-04 11:22:50 -08:00
Tessa Kelly
c5c7a24c99 copy V1 to V2 2021-03-04 11:22:50 -08:00
Tessa Kelly
4937f69c04 Adds aspirational menu interaction notes 2021-03-04 11:22:50 -08:00
Tessa
d28dfa1d5c
Merge pull request #682 from NoRedInk/bump-for-null
Bump version
2021-03-02 14:42:37 -08:00
Tessa Kelly
1b91c898b9 Bump version 2021-03-02 14:38:39 -08:00
Tessa
3bc65cbf61
Merge pull request #681 from NoRedInk/kraken/adds-icons
Kraken/adds icons
2021-02-23 16:52:06 -08:00
Tessa Kelly
e32f91f621 🎨 Scope the imports 2021-02-23 11:24:48 -08:00
Tessa Kelly
71f66e80fe Rearrange the examples a bit 2021-02-23 11:21:03 -08:00
Tessa Kelly
2b76c45f07 Adds minimally edited null 2021-02-23 11:20:26 -08:00
Tessa Kelly
ac3a2e4afb Fix the current color 2021-02-23 11:16:09 -08:00
Tessa Kelly
05a637f152 Adds minimally edited openBooks 2021-02-23 11:13:53 -08:00
Ju Liu
5fec427c19
Merge pull request #677 from NoRedInk/12.16.2-bump
Bump to 12.16.2
2021-02-10 11:16:22 +00:00
Ju Liu
543d3c5185 Bump to 12.16.2 2021-02-10 11:11:48 +00:00
Ju Liu
ef285da8e7 Switch from http to https 2021-02-10 11:10:48 +00:00
Ju Liu
ae44c803ae
Merge pull request #676 from NoRedInk/checkbox/more-padding
Increase label left padding on checkboxes
2021-02-10 11:07:08 +00:00
Ju Liu
b67ab7dad6 Increase label left padding on checkboxes 2021-02-09 18:52:19 +00:00
Ju Liu
3128658c8c
Merge pull request #675 from NoRedInk/12.16.1-bump
bump to 12.16.1
2021-02-04 16:19:14 +00:00
Juan Edi
e957723371 bump to 12.16.1 2021-02-03 11:22:00 -03:00
Ju Liu
401e0eeb1b
Merge pull request #673 from NoRedInk/raven/label-for-switch
add "for" attribute to the switch's label
2021-02-03 09:41:22 +00:00
Juan Edi
c1c660073c add "for" attribute to the switch's label
this will associate the label with the input, giving us some nice things such
as:
  - screen readers will read the label when the input is focused
  - clicking on the label toggles the switch
  - toggling the switch with elm-program-test is now possible without manually
  simulating dom events
2021-02-02 16:26:48 -03:00
Tessa
fd995cbcb1
Merge pull request #672 from NoRedInk/kraken/fix-message-example
Fix version
2021-01-26 14:54:05 -08:00
Tessa Kelly
ce46c58689 Fix version 2021-01-25 12:04:39 -08:00
Tessa
cd84aa6f1d
Merge pull request #671 from NoRedInk/kraken/message-v3-release
Message.V3 and prefers-reduced-motion Confetti
2021-01-25 11:18:52 -08:00
Tessa Kelly
45a0868b92 bump 2021-01-25 11:13:07 -08:00
Tessa
0a9a882937
Merge pull request #670 from NoRedInk/raven/reduced-motion-support-3
Raven/reduced motion support 3
2021-01-25 10:53:57 -08:00