Commit Graph

49 Commits

Author SHA1 Message Date
Tessa Kelly
854bce9e62 Adds extra import to fix compilation 2022-04-12 17:32:46 -07:00
Tessa Kelly
4918939201 Make a compilable code example for Accordion 2022-04-12 17:08:59 -07:00
Tessa Kelly
f1761e7302 Merge remote-tracking branch 'origin/master' into decode-example-links 2022-03-29 10:41:37 -07:00
Tessa Kelly
2ef33bde50 Thread the ellie package dependencies through 2022-03-29 10:19:32 -07:00
Tessa Kelly
d692b93d90 Merge remote-tracking branch 'origin/master' into bat/menu-example-code 2022-03-28 14:19:21 -07:00
Tessa Kelly
960ed59a57 Customize the code gen for the standard button 2022-03-24 14:36:18 -07:00
Tessa Kelly
909a5fee50 Customize the code gen for the custom button 2022-03-24 14:30:13 -07:00
Tessa Kelly
141a2a84e6 Start writing the generated Menu code 2022-03-24 14:26:42 -07:00
Tessa Kelly
935d4ca950 Better example headings 2022-03-24 13:44:36 -07:00
Tessa Kelly
e03f4dd24f Simplify the custom example as much as possible 2022-03-24 13:43:57 -07:00
Tessa Kelly
199e115627 Use icon common control for rendering
the arrow left looks pretty bad on this view, but one thing at a time
2022-03-24 13:41:31 -07:00
Tessa Kelly
ef010f8967 Move the button wrapping to an attribute list 2022-03-24 13:37:16 -07:00
Tessa Kelly
6c4048d040 Move the button width to an attribute list 2022-03-24 13:34:39 -07:00
Tessa Kelly
7eaf196659 Move the border setting to an attribute list 2022-03-24 13:31:34 -07:00
Tessa Kelly
4c9e678ba7 Adds menu width to list
it doesn't seem like this does anything -- is this broken?
2022-03-24 13:22:20 -07:00
Tessa Kelly
5f0d1feb70 Move isdisabled to a shared value
this illustrates a problem with the custom button dropdown, where it won't automatically get the disabled attr applied
2022-03-24 13:17:13 -07:00
Tessa Kelly
07c1a12917 Begin sharing attribute code 2022-03-24 13:14:21 -07:00
Tessa Kelly
394eb3da18 Use viewExamples helper 2022-03-24 13:06:40 -07:00
Tessa Kelly
8aca13a2fb Begin switching to Debug.Control.View for examples 2022-03-24 13:05:08 -07:00
Ju Liu
efaee1b7af Apply elm-review in styleguide app 2022-03-15 18:06:13 +00:00
Tessa Kelly
93fe288d39 💀 remove Widgets category 2021-11-11 14:54:56 -08:00
Tessa Kelly
52dd34abc2 Adds to example record 2021-11-05 11:19:08 -07:00
Stoeffel
32f7102d04 Simplify examples 2021-08-31 06:56:20 +02:00
Juan Wajnerman
db13976770
Updated styleguide for Menu.V3 2021-08-27 18:56:17 -03:00
Tessa Kelly
83946a6b0e 💀 remove atomic design elements 2021-05-27 18:30:31 -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
d186fbac68 Adds menu item ids 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
a88f1fb155 Share the code that can be shared between the two discrete menu implementations 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
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 Kelly
e431f736ce Adds separate version field 2020-09-09 11:43:10 -07:00
Tessa Kelly
3ca51afde0 Rename from 'shortcuts' to 'support' -- not about providing shortcuts, about providing access 2020-06-19 14:45:32 -07:00
Tessa Kelly
a84f0b9665 Wire in keyboard shortcuts section to the examples 2020-06-19 14:35:53 -07:00
Tessa Kelly
87ff24e8f0 Remove namespacing 2020-06-19 14:16:10 -07:00
Tessa Kelly
68ea678d7c Adds atomic design tags 2020-06-19 13:41:28 -07:00
Tessa Kelly
5af663cada 💀 remove nri menu approach to clickable svgs 2020-06-09 13:51:27 -07:00
Tessa Kelly
73cc6c6add Remove checkbox from examples
the checkboxes fail the accessibility checker due to the svgs including filters that operate by ids, and i don't think it's worth dealing with here
2020-05-07 14:12:37 -07:00
Tessa Kelly
d9f7249796 Adds control helper 2020-05-07 13:32:30 -07:00
Tessa Kelly
bfe9413dc3 Import the example implemntation from the monolith 2020-05-07 13:26:33 -07:00
Tessa Kelly
fa8fd2003e Begins adding styleguide example 2020-05-07 12:46:21 -07:00