Commit Graph

2874 Commits

Author SHA1 Message Date
Ju Liu
be9c2e42c5 Implement Modal.V10
Which allows an easier way to customize the modal styling
2020-08-12 15:18:21 +01:00
Tessa
f00a76bbaf
Merge pull request #571 from NoRedInk/tessa/bump-segmented-control-and-deletions
Version 11
2020-08-06 09:30:08 -07:00
Tessa Kelly
09f1012ab2 Version 11 2020-08-06 09:25:38 -07:00
Tessa
7be8e70d34
Merge pull request #570 from NoRedInk/axe/segmented-control-and-tabs
Axe/segmented control and tabs
2020-08-06 09:19:20 -07:00
Tessa Kelly
beda1eaa3f Fix Percy diff 2020-08-05 16:32:43 -07:00
Tessa Kelly
6a9ebcd980 Adds misisng legend 2020-08-05 16:22:33 -07:00
Tessa Kelly
ca714c5775 Update the keyboard support notes 2020-08-05 15:58:40 -07:00
Tessa Kelly
814fc0cc51 Adds focusability to tabpanel 2020-08-05 15:58:29 -07:00
Tessa Kelly
46b181f0f4 Show the focus state 2020-08-05 15:53:22 -07:00
Tessa Kelly
d7b6d9fdf0 🎨 make the API consistent 2020-08-05 15:25:26 -07:00
Tessa Kelly
f815a4bb13 Use TabsInternal for Segmentedcontrol 2020-08-05 15:19:09 -07:00
Tessa Kelly
bcd3135c39 Begin basing segmented control off of tabsinternal 2020-08-05 15:03:22 -07:00
Tessa Kelly
e91c39ffe7 🎨 tidy tabs imports 2020-08-05 14:52:38 -07:00
Tessa Kelly
c277a30578 Switch tabs v6 over to tabsinternal 2020-08-05 14:50:50 -07:00
Tessa Kelly
f2b361f66d Begin switching to tabsinternal in tabs 2020-08-05 14:48:40 -07:00
Tessa Kelly
f5cc9d889d Introduce Tabs Internal (extracted from Tabs.V6) 2020-08-05 14:44:13 -07:00
Tessa Kelly
a30bb6153d Copy V5 tabs to V6 2020-08-05 14:18:03 -07:00
Tessa Kelly
47a248a302 Add additional goal 2020-08-05 14:16:44 -07:00
Tessa Kelly
a9d64e7cbb Use radio button under the hood 2020-08-05 14:04:49 -07:00
Tessa Kelly
a7b3ed779c Do renames for radio group 2020-08-05 13:20:48 -07:00
Tessa Kelly
f566c49e6e 📝 document intended changes 2020-08-05 13:20:36 -07:00
Tessa Kelly
b6b41109e5 cp SegmentedControl/V10.elm SegmentedControl/V11.elm 2020-08-05 13:15:57 -07:00
Tessa
5b86c61228
Merge pull request #569 from NoRedInk/lab/stickyable-segmented-control
Lab/stickyable segmented control
2020-08-05 09:58:23 -07:00
Tessa Kelly
435164136c 📝 address doc comments 2020-08-05 09:30:28 -07:00
Tessa
ef6ee0ab21
Merge branch 'master' into lab/stickyable-segmented-control 2020-08-04 21:44:47 -07:00
Tessa
eb24ee5758
Merge pull request #565 from NoRedInk/tessa/kill-sortable-table-v1
Tessa/kill sortable table v1
2020-08-04 21:44:26 -07:00
Tessa Kelly
9601ab46ac Fix json files -- no idea how I messed this up 2020-08-04 21:42:26 -07:00
Tessa Kelly
e9631d95f2 Show icons by default cause icons are adorable 2020-08-04 21:36:15 -07:00
Tessa Kelly
f4e5467cff Add long content example 2020-08-04 21:35:10 -07:00
Tessa Kelly
437f37d135 🎨 remove other map2 2020-08-04 21:28:01 -07:00
Tessa Kelly
bdb8f7260f Remove option map2 2020-08-04 19:30:24 -07:00
Tessa Kelly
a8f5b3c33a 🎨 flatten the view tab implementation a bit 2020-08-04 19:15:32 -07:00
Tessa Kelly
c3a7311b89 Move the viewTab helper into the main view helper 2020-08-04 19:10:45 -07:00
Tessa Kelly
cd7a382881 Use keyed nodes 2020-08-04 19:08:27 -07:00
Tessa Kelly
8a32a17772 Move the content into the Option 2020-08-04 19:06:28 -07:00
Tessa Kelly
c35939fb2d Separate Option and SelectOption 2020-08-04 18:40:31 -07:00
Tessa Kelly
d385e932d5 🎨 separate out the radio implementation from the tabpanel implementation 2020-08-04 18:38:47 -07:00
Tessa Kelly
e337ef69fb Extract getStyles helper 2020-08-04 18:33:54 -07:00
Tessa Kelly
ddd9ad0fb2 🎨 extract icon 2020-08-04 18:32:25 -07:00
Tessa Kelly
0233fbf682 Add some more info on difference between view and viewSelect 2020-08-04 18:30:25 -07:00
Tessa Kelly
d4d5796151 Fix overflow issue 2020-08-04 18:27:41 -07:00
Tessa Kelly
3eaea56a92 Open up the type for the attributes for each option 2020-08-04 18:25:41 -07:00
Tessa Kelly
16be3804d5 🎨 flatten out the attributes 2020-08-04 18:23:17 -07:00
Tessa Kelly
91be20d660 🐛 prevent changes in css styles from causing out-of-order class name issues 2020-08-04 18:21:32 -07:00
Tessa Kelly
a326999f84 Begin passing through attributes 2020-08-04 18:17:24 -07:00
Tessa Kelly
3878f190ed Move the aria role into the segment config 2020-08-04 18:14:26 -07:00
Tessa Kelly
011e80835c 🎨 maybeToUrl -> toUrl for consistency 2020-08-04 18:09:56 -07:00
Tessa Kelly
2f20f05bff 💀 remove the useSpa control 2020-08-04 18:08:16 -07:00
Tessa Kelly
3a4d3d6faa Adds another goal 2020-08-04 18:07:33 -07:00
Tessa Kelly
249285e52d Remove the segmented control from the inputs section 2020-08-04 18:00:58 -07:00