-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add a11y attributes for to define steps in more accessible way (#…
…140)
- Loading branch information
1 parent
7c4889a
commit 47af229
Showing
7 changed files
with
139 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/*eslint-disable*/export const messages=JSON.parse("{\"steps.aria.emptyCircle\":\"Empty circle\",\"steps.aria.active\":\"Step indicator active circle\",\"steps.aria.completed\":\"Step indicator completed circle\"}"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
msgid "" | ||
msgstr "" | ||
"POT-Creation-Date: 2023-10-24 09:48+0200\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: @lingui/cli\n" | ||
"Language: en\n" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. Empty circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:25 | ||
msgid "steps.aria.emptyCircle" | ||
msgstr "Empty circle" | ||
|
||
#. Active circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:18 | ||
msgid "steps.aria.active" | ||
msgstr "Step indicator active circle" | ||
|
||
#. Completed circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:11 | ||
msgid "steps.aria.completed" | ||
msgstr "Step indicator completed circle" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
msgid "" | ||
msgstr "" | ||
"POT-Creation-Date: 2023-10-24 09:48+0200\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: @lingui/cli\n" | ||
"Language: fi\n" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. Empty circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:25 | ||
msgid "steps.aria.emptyCircle" | ||
msgstr "" | ||
|
||
#. Active circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:18 | ||
msgid "steps.aria.active" | ||
msgstr "" | ||
|
||
#. Completed circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:11 | ||
msgid "steps.aria.completed" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
msgid "" | ||
msgstr "" | ||
"POT-Creation-Date: 2023-10-24 09:48+0200\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: @lingui/cli\n" | ||
"Language: nb\n" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. Empty circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:25 | ||
msgid "steps.aria.emptyCircle" | ||
msgstr "" | ||
|
||
#. Active circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:18 | ||
msgid "steps.aria.active" | ||
msgstr "" | ||
|
||
#. Completed circle | ||
#. js-lingui-explicit-id | ||
#: packages/steps/src/step.tsx:11 | ||
msgid "steps.aria.completed" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters