Commit Graph

4224 Commits

Author SHA1 Message Date
Tessa Kelly
9425ab5de6 adds role img and hide decorative svgs 2022-01-05 16:09:12 -08:00
Tessa
70bcfcc85e
Merge pull request #800 from NoRedInk/bump-for-release
SideNav, PremiumCheckbox, RadioButton improvements
2021-12-15 13:16:19 -08:00
Tessa Kelly
cbef112414 new version 2021-12-15 13:13:09 -08:00
Alex Perkins
33629e8b3b
Merge pull request #799 from NoRedInk/kraken/radio-styling
Kraken/radio styling
2021-12-13 16:09:28 -05:00
Liz Krane
d38c27b120
Merge pull request #797 from NoRedInk/kraken/input-positioning
Kraken/input positioning
2021-12-10 12:45:32 -08:00
Tessa Kelly
a96bcb581b Don't use aria-controls
it seems like aria-controls is causing a bug where VoiceOver thinks there are 3 radio inputs
2021-12-09 15:03:41 -08:00
Tessa Kelly
2705aa3186 Move padding extras on to container 2021-12-09 14:35:09 -08:00
Tessa Kelly
8438caec9f Keep radio icon vertically aligned with center of content,including non-label content 2021-12-09 13:28:38 -08:00
Tessa Kelly
5f1013887b Move the left indent on to the radio container 2021-12-09 13:21:10 -08:00
Tessa Kelly
6e88fc906b Use a list for the aria-controls elements 2021-12-09 13:17:29 -08:00
Tessa Kelly
603deb90c7 Prevent the example code from shoving the disclosure styles over 2021-12-09 12:29:31 -08:00
Tessa
524dd55301
Merge pull request #794 from NoRedInk/hack-day/tessa/sidebar
Adds general sidenav component
2021-12-09 11:02:21 -08:00
Tessa Kelly
0d5aabecd3 Fix CI 2021-12-09 10:19:29 -08:00
Tessa Kelly
2867c20e67 Adds disabled and enabled helpers 2021-12-07 12:09:56 -08:00
Tessa Kelly
e7a5aeed63 Re-adds selection support 2021-12-07 12:04:40 -08:00
Tessa Kelly
4900f94b65 Begin switching to list-based API 2021-12-07 11:59:57 -08:00
Tessa Kelly
d15a4af23e shake ci and elm json 2021-12-07 11:35:46 -08:00
Tessa Kelly
d7b8db9387 Left-align the premium checkboxes 2021-12-07 10:58:32 -08:00
Tessa Kelly
9d3c509615 Adds Checkbox V7 with the icon on the left 2021-12-07 10:55:52 -08:00
Tessa
eef326415d
Merge pull request #796 from NoRedInk/kraken/bump-label
Minor bump for RadioButton.labelCss
2021-12-07 10:11:47 -08:00
Tessa Kelly
43de0925e4 bump 2021-12-07 09:52:52 -08:00
Tessa
b4e693fed4
Merge pull request #793 from NoRedInk/kraken/internal-radio-cleanup
💀 remove unused bool from internal radio button config
2021-12-06 08:21:33 -08:00
Liz Krane
f353ced329
Merge pull request #792 from NoRedInk/tessa/minor-styleguide-fixes
RadioButton preview
2021-12-03 15:41:14 -08:00
Tessa Kelly
ca55e1da5e 🎨 cleanup nav setup 2021-12-03 13:34:32 -08:00
Tessa Kelly
79957b0c87 Expose a helper for entry with children 2021-12-03 13:33:38 -08:00
Tessa Kelly
7c10606ee8 Style feedback 2021-12-03 13:11:02 -08:00
Tessa Kelly
27261307d3 Fix mobile styles 2021-12-03 12:10:49 -08:00
Tessa Kelly
66245759b1 💀 remove locked and create your own content 2021-12-03 12:04:21 -08:00
Tessa Kelly
a88dbae84c Allow custom html content
a future version of the sidebar should probably remove this, but for a first version, i think this will help to get all the views using the same base component
2021-12-03 12:03:43 -08:00
Tessa Kelly
c569498f19 Expose SideNav 2021-12-03 11:46:22 -08:00
Tessa Kelly
a31da1772e Restrict page width 2021-12-03 11:41:51 -08:00
Tessa Kelly
434ba3cc91 Attach locked event 2021-12-03 11:37:58 -08:00
Tessa Kelly
a56a4a3b75 fix locked styles 2021-12-03 11:33:11 -08:00
Tessa Kelly
5b086b5d9e Support external links 2021-12-03 11:31:29 -08:00
Tessa Kelly
57c4358822 Thread the route through once 2021-12-03 11:25:47 -08:00
Tessa Kelly
8876c5be32 Generalize ClickableAttributes to improve the routing links 2021-12-03 11:10:15 -08:00
Tessa Kelly
de8903eeee Use ClickableAttribute helpers 2021-12-03 10:47:40 -08:00
Tessa Kelly
5d1dbdb367 link -> entry 2021-12-03 10:00:26 -08:00
Tessa Kelly
925c4ea64a Remove external link 2021-12-03 09:40:45 -08:00
Tessa Kelly
e012dc1f91 Adds the All section back in the way it should be 2021-12-03 09:22:25 -08:00
Tessa Kelly
caa28bd23c Get closer to the existing styleguide styles 2021-12-03 09:22:04 -08:00
Tessa Kelly
ce44a68f70 Fix left alignment of sub-nav links 2021-12-03 08:45:06 -08:00
Tessa Kelly
24ab7a8fac Use clickable text for the skip link 2021-12-03 08:38:10 -08:00
Tessa Kelly
ae1b769d27 Adds the skip link back in 2021-12-03 08:32:21 -08:00
Tessa Kelly
b1d9432a9b Begin using the sidenav for the styleguide 2021-12-03 08:16:38 -08:00
Tessa Kelly
8b7e3924ab Extract SideNav from AL, with some light modifications 2021-12-02 17:34:55 -08:00
Alex Perkins
dfd7962981
Merge pull request #791 from NoRedInk/kraken/radio-label-css
Adds RadioButton.labelCss
2021-12-02 18:56:40 -05:00
Tessa Kelly
52eac4b7f5 💀 remove unused bool from internal radio button config 2021-12-02 10:36:12 -08:00
Tessa Kelly
af9db025f0 Adds premium to preview 2021-12-02 10:13:49 -08:00
Tessa Kelly
6f3e6193c0 Adds RadioButton preview 2021-12-02 10:12:17 -08:00