Commit Graph

5766 Commits

Author SHA1 Message Date
Mariano Abel Coca
2d44662656 Set focus on first element on dialog open 2022-11-08 11:50:56 -03:00
Mariano Abel Coca
2b7d5191fa Fix typo in tests 2022-11-08 10:23:09 -03:00
Mariano Abel Coca
a651168988 Adjust dialog doc 2022-11-08 10:22:24 -03:00
Mariano Abel Coca
f119daa0a5 Remove type alias to clean up the API 2022-11-08 10:16:35 -03:00
Mariano Abel Coca
613aacbc13 Fix examples with dialog and disclosure 2022-11-07 12:36:00 -03:00
Mariano Abel Coca
0a7b5bc83e Remove unnecessary list concat 2022-11-07 12:25:53 -03:00
Mariano Abel Coca
dc59910584 Bring disclosure back and keep alog with dialog 2022-11-07 12:24:08 -03:00
Mariano Abel Coca
0a9695073f Make the dialog behave like a dialog 2022-11-07 12:02:04 -03:00
Mariano Abel Coca
76cc60d9a5 Use proper aria attributes for Menu.dialog 2022-11-04 12:15:57 -03:00
Mariano Abel Coca
9691d97650 Rename Menu disclosure to dialog to proper reflect the desired behavior 2022-11-04 11:51:56 -03:00
Tessa
6cce516934
Merge pull request #1153 from NoRedInk/bump-for-key-fixes
Major bump for key listener fixes
2022-11-03 16:00:33 -06:00
Tessa Kelly
c2311d9b4d bump 2022-11-03 15:54:32 -06:00
Tessa
47baa36235
Merge pull request #1151 from NoRedInk/prep-for-major-release
Prep for major release
2022-11-03 15:53:33 -06:00
Tessa
602c3c4390
Merge pull request #1150 from NoRedInk/fix-peer-review-highlighter
Update accessible-html-with-css version
2022-11-03 15:53:26 -06:00
Tessa
4da9ef546a
Merge pull request #1145 from NoRedInk/bat/fix-highlighter-toolbar-type
Bat/fix highlighter toolbar type
2022-11-03 15:53:18 -06:00
Tessa
ed743058c9
Merge pull request #1152 from NoRedInk/bump-safe-ids
20.3.0
2022-11-03 15:50:47 -06:00
Tessa Kelly
309bb6b4ea bump 2022-11-03 15:22:43 -06:00
Tessa
f40cef1895
Merge pull request #1141 from NoRedInk/allow-setting-message-details
Allow setting Message codeDetails [QUE-475]
2022-11-03 12:35:08 -06:00
Tessa Kelly
a7c2a6c02f 💀 InputStyles.V3, TextArea.V4 2022-11-03 10:45:59 -06:00
Alex Perkins
e9a489382a
Merge pull request #1149 from NoRedInk/kraken/safe-html-id-strings
Adds another utility for creating safe Id strings
2022-11-03 10:45:55 -06:00
Tessa Kelly
fed3601be5 💀 Checkbox.V5 2022-11-03 10:42:49 -06:00
Tessa Kelly
37e12f99e1 💀 BreadCrumbs.V1 2022-11-03 10:41:49 -06:00
Alex Perkins
7dc1399da6
make remove punctuation remove more punctuation 2022-11-02 18:45:21 -06:00
Alex Perkins
3efc71c977
remove trailing dash 2022-11-02 18:44:46 -06:00
Alex Perkins
e4503a3160
add lots of comments and break down the regex to explain it better 2022-11-02 17:45:19 -06:00
Tessa Kelly
4b3a0e84d3 Fix CI 2022-11-02 17:02:25 -06:00
Tessa Kelly
f344a55666 💀 remove test example 2022-11-02 16:55:23 -06:00
Tessa Kelly
e4c1469910 go back to using Key helpers 2022-11-02 16:54:59 -06:00
Tessa Kelly
3f597ba3d6 Fix compilation of the style guide 2022-11-02 16:52:49 -06:00
Erik Feeley
db05f49222 Adds tests and updates implementation
One regression the safeIdString method had was that it did not collapse
when there were many dashes. This fixes that and adds some tests around
the behavior. I was hoping to figure out how to fuzz test this but was
unable to do so.
2022-11-02 17:02:09 -04:00
Tessa Kelly
a393ba9259 Naive bump for tesk9/accessible-html-with-css 2022-11-02 15:01:32 -06:00
Tessa Kelly
24935884ee Proof of concept: this fixes the underlying bug. It does turn out to be caused by elm/json issue 15 again 2022-11-02 14:17:22 -06:00
Tessa Kelly
62d285e748 🎨 rename helper for clarity 2022-11-02 13:24:10 -06:00
Tessa Kelly
f4b4dc32e0 Adds regression test 2022-11-02 13:09:20 -06:00
Tessa Kelly
40c1de852b Adds failing example
this example will be removed before the code is merged
2022-11-02 12:17:37 -06:00
Erik Feeley
4f120c2e80 add docs 2022-11-02 13:39:13 -04:00
Erik Feeley
e2ffc1ac76 did not mean to change that label 2022-11-02 13:36:35 -04:00
Erik Feeley
13d31d0b9f Adds another utility for creating safe Id strings
While implementing something with Checkboxv7 we noticed an issue where
when the id was being created from the label it would break the filter
on the svg causing the fill to be black. In this case it was due to the
label having something like "Angela's account" in it which broke the id
on the comma.
2022-11-02 13:24:45 -04:00
charbelrami
f1f2a3afd3 bump version to 20.2.1 2022-11-02 11:39:11 -03:00
Charbel
bd12d952f7
Merge pull request #1148 from NoRedInk/highlighted-class
A11-1786 Add missing highlightable and highlighted classes
2022-11-02 11:24:53 -03:00
charbelrami
34473ee0f4 use different classes for inline tags 2022-11-01 14:36:29 -03:00
charbelrami
d92095a721 add missing highlightable and highlighted classes 2022-11-01 11:40:55 -03:00
Micah Hahn
c525260493
Merge pull request #1146 from NoRedInk/bat/fix-modal-focus-trap-when-changing-final-id
Fix modal focus trap when the last id changes on the fly
2022-10-28 14:50:02 -05:00
Brian J. Cardiff
68bcbf3731
Merge pull request #1147 from NoRedInk/release-20.2.0
Bump for 20.2.0
2022-10-28 16:18:01 -03:00
Brian J. Cardiff
851f66b390 elm bump to 20.2.0 2022-10-28 16:04:01 -03:00
Brian J. Cardiff
88501ebbc1
Merge pull request #1144 from NoRedInk/kra-544-add-guidance-to-checkbox
Adds Checkbox.V7
2022-10-28 15:23:37 -03:00
Brian J. Cardiff
a4afe5265c Tweak margin top for checkbox and radiobutton guidance and errors 2022-10-28 15:14:12 -03:00
Tessa Kelly
5008a7dc33 Use Events directly 2022-10-28 10:01:50 -06:00
Brian J. Cardiff
aee174c1c5 Update puppeteer script 2022-10-28 11:05:30 -03:00
Brian J. Cardiff
44605876fe Update deprecated and forbidden 2022-10-28 10:59:03 -03:00