Commit Graph

3581 Commits

Author SHA1 Message Date
Tessa
ecbacbaec2
Merge pull request #643 from NoRedInk/fab/checkbox
FAB/checkbox
2020-11-17 11:51:40 -08:00
Tessa Kelly
d81bc46701 Fix keyboard support section 2020-11-16 11:38:04 -08:00
Ju Liu
e50a2226a3 Fix multiline example 2020-11-16 12:46:43 +00:00
Ju Liu
7324f5508b Fix spec 2020-11-16 12:46:24 +00:00
Tessa Kelly
3fa130da65 Adds keyboard support notes 2020-11-13 14:53:01 -08:00
Tessa Kelly
bdc4a183d1 Use aria-disabled instead of disabled so that screenreaders will read the checkbox details instead of skipping it 2020-11-13 14:49:43 -08:00
Tessa Kelly
1720df51c4 Adjust the style a bit 2020-11-13 14:23:34 -08:00
Tessa Kelly
931662eaf3 Fix disabled checkbox look 2020-11-13 14:23:34 -08:00
Tessa Kelly
d3d8bb4bf6 Fix multi-line checkbox styles 2020-11-13 14:23:34 -08:00
Tessa Kelly
90daa10dba Put the image checkbox on top of the real checkbox 2020-11-13 14:23:34 -08:00
Tessa Kelly
4d0e3fbae4 try to fix the focus and all
development is so much easier when you can compile stuff locally
2020-11-13 14:23:34 -08:00
Tessa Kelly
16263306ae Hide the picture 2020-11-13 14:23:34 -08:00
Brian Hicks
a6bbdc4413
Merge pull request #649 from NoRedInk/12.10.0
bump to 12.10.0
2020-11-13 16:05:42 -06:00
Brian Hicks
f7a23e86ab bump to 12.10.0 2020-11-13 15:02:17 -06:00
Juan Edi
9f18d66838
Merge pull request #648 from NoRedInk/customize-text-input-string
allow overriding the generated ID in a text input
2020-11-13 17:48:47 -03:00
Brian Hicks
433494f621 allow overriding the generated ID in a text input 2020-11-13 10:27:18 -06:00
Tessa
217a7fb4ce
Merge pull request #642 from NoRedInk/hack-day/tessa/test-ids
Hack day/tessa/test ids
2020-11-10 15:53:47 -08:00
Tessa
1b319ddd2f
Merge branch 'master' into hack-day/tessa/test-ids 2020-11-10 10:27:47 -08:00
Brian Hicks
4388538790
Merge pull request #647 from NoRedInk/fix-netlify
add the index file to Netlify builds
2020-11-10 11:32:42 -06:00
Brian Hicks
8d88f1f6f6 add the index file to Netlify builds 2020-11-10 10:10:04 -06:00
Tessa
5f800cd2df
Merge branch 'master' into hack-day/tessa/test-ids 2020-11-09 12:22:58 -08:00
Brian Hicks
f70f66c192
Merge pull request #639 from NoRedInk/get-a-little-more-shakey
port build system to shake
2020-11-09 11:41:58 -06:00
Brian Hicks
589a5c29d6
Merge branch 'master' into get-a-little-more-shakey 2020-11-09 10:21:14 -06:00
Brian Hicks
729481d638
remove debug line 2020-11-09 09:05:12 -06:00
Juliano Solanho
d4ce490756 exec prevents the cleanup trap from hitting 2020-11-09 12:03:04 -03:00
Juliano Solanho
038f6885bb Use netcat check to wait for python 2020-11-09 11:48:03 -03:00
Tessa Kelly
c2e1257895 Remove the noOp 2020-11-06 15:57:10 -08:00
Tessa Kelly
858b1fd758 Use a fresh copy of the Radio so more invasive changes are possible 2020-11-06 15:49:56 -08:00
Tessa Kelly
a1a8eb066c Show an outline for radio buttons on selection 2020-11-06 15:44:00 -08:00
Tessa Kelly
8e00f47eb8 Fix format 2020-11-06 13:31:53 -08:00
Tessa Kelly
2448a1e53b Mark the patch changes 2020-11-06 12:41:52 -08:00
Tessa Kelly
78c332f6e2 Fix compilation 2020-11-06 12:26:32 -08:00
Tessa Kelly
e44323d4bb Optimistically try to fix unnecessary maybe 2020-11-06 12:21:01 -08:00
Tessa Kelly
16bd627b16 Adds nri-description and test-id 2020-11-06 12:21:00 -08:00
Tessa Kelly
7f5a74bc64 Adds nriDescription and test Id to text input 2020-11-06 12:21:00 -08:00
Tessa Kelly
675c504141 Fix heading compilation 2020-11-06 12:21:00 -08:00
Tessa Kelly
ea17f0f055 Fix modal compilation 2020-11-06 11:00:55 -08:00
Tessa Kelly
e877517fb8 Adds test id, etc helpers 2020-11-06 10:59:27 -08:00
Tessa Kelly
550f1b1333 Recommend against using explicitly 2020-11-06 10:57:44 -08:00
Tessa Kelly
5c917ba3f0 Add , which is more consistent with other widgets 2020-11-06 10:55:20 -08:00
Tessa Kelly
e536c34e40 Remove duped vendor prefix heleprs 2020-11-06 10:51:33 -08:00
Tessa Kelly
9b4e46145d Adds helpers to clickable test 2020-11-06 10:47:04 -08:00
Tessa Kelly
b262c1879b Adds helpers to clickable svg 2020-11-06 10:40:51 -08:00
Tessa Kelly
2ca0db9f76 Adds nri description, testid, and id to button 2020-11-06 10:39:45 -08:00
Tessa Kelly
5abcdf9d78 💀 remove delete button from the examples; use ClickableSvg for this behavior 2020-11-06 10:35:24 -08:00
Tessa Kelly
50b6a0788a Adds nri descriptions to the title, content, and footer of the modal 2020-11-06 10:34:16 -08:00
Tessa Kelly
7c988bd937 Expose testId helper in Modal 2020-11-06 10:31:55 -08:00
Tessa Kelly
0738cfeed2 Adds testId and nriDescription helpers 2020-11-06 10:31:24 -08:00
Brian Hicks
623658886e use watchexec instead of entr 2020-11-06 06:22:47 -06:00
Juliano Solanho
3c34ee5a42 Give python a chance to launch 2020-11-04 16:29:03 -03:00