-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 3096-remove-aria-live=polite-on-textinput-wr…
…apper
- Loading branch information
Showing
191 changed files
with
4,285 additions
and
1,875 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
"@primer/react": major | ||
--- | ||
|
||
Update PRC ActionList implementation to have similar semantics to PVC. | ||
* Removes `ActionList.Group`. | ||
* Adds `ActionList.Heading` to be used for labelling children in an `ActionList`. | ||
* Adds `heading` slot to `ActionList` for adding headings that label internal lists correctly. | ||
|
||
ActionList.Groups inside an ActionList generated inaccessible markup. Previous usage: | ||
``` | ||
<ActionList> | ||
<ActionList.Group title="Actions"> | ||
<ActionList.Item>Create</ActionList.Item> | ||
<ActionList.Item>Read</ActionList.Item> | ||
<ActionList.Item>Update</ActionList.Item> | ||
<ActionList.Item>Delete</ActionList.Item> | ||
</ActionList.Group> | ||
<ActionList.Group> | ||
... | ||
</ActionList.Group> | ||
</ActionList> | ||
``` | ||
|
||
Instead, use `ActionList`s and stack them as needed. | ||
``` | ||
<div> | ||
<ActionList> | ||
<ActionList.Heading title="Actions" /> | ||
<ActionList.Item>Create</ActionList.Item> | ||
<ActionList.Item>Read</ActionList.Item> | ||
<ActionList.Item>Update</ActionList.Item> | ||
<ActionList.Item>Delete</ActionList.Item> | ||
</ActionList> | ||
<ActionList> | ||
... | ||
</ActionList> | ||
</div> | ||
``` |
This file was deleted.
Oops, something went wrong.
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
Binary file modified
BIN
+2 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-colorblind-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-8 Bytes
(100%)
...Menu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-dimmed-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(100%)
...st.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-high-contrast-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-113 Bytes
(100%)
.../ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
....test.ts-snapshots/ActionMenu-Groups-And-Descriptions-dark-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-colorblind-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...t.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-high-contrast-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
...ActionMenu.test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5 Bytes
(100%)
...test.ts-snapshots/ActionMenu-Groups-And-Descriptions-light-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.4 KB
...onMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-dark-colorblind-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.7 KB
...ActionMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-dark-dimmed-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.6 KB
...enu.test.ts-snapshots/ActionMenu-Multiple-Sections-dark-high-contrast-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.3 KB
...onents/ActionMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-dark-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.4 KB
...onMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-dark-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.2 KB
...nMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-light-colorblind-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.2 KB
...nu.test.ts-snapshots/ActionMenu-Multiple-Sections-light-high-contrast-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.1 KB
...nents/ActionMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-light-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.2 KB
...nMenu.test.ts-snapshots/ActionMenu-Multiple-Sections-light-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
...nts/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-colorblind-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
...ponents/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-dimmed-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.3 KB
.../SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-high-contrast-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.3 KB
...ots/components/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
...nts/SelectPanel.test.ts-snapshots/SelectPanel-Default-dark-tritanopia-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.3 KB
...ts/SelectPanel.test.ts-snapshots/SelectPanel-Default-light-colorblind-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
...SelectPanel.test.ts-snapshots/SelectPanel-Default-light-high-contrast-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.3 KB
...ts/components/SelectPanel.test.ts-snapshots/SelectPanel-Default-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ts/SelectPanel.test.ts-snapshots/SelectPanel-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.8 KB
...ctPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.6 KB
...SelectPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.5 KB
...anel.test.ts-snapshots/SelectPanel-External-Anchor-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.6 KB
...onents/SelectPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.8 KB
...ctPanel.test.ts-snapshots/SelectPanel-External-Anchor-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.6 KB
...tPanel.test.ts-snapshots/SelectPanel-External-Anchor-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.5 KB
...nel.test.ts-snapshots/SelectPanel-External-Anchor-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.6 KB
...nents/SelectPanel.test.ts-snapshots/SelectPanel-External-Anchor-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.6 KB
...tPanel.test.ts-snapshots/SelectPanel-External-Anchor-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+26.1 KB
...s-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.9 KB
...st.ts-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.9 KB
...napshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+25.8 KB
...anel.test.ts-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+26.1 KB
...s-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...apshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...nel.test.ts-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+26.9 KB
...-snapshots/SelectPanel-SelectPanel-Above-a-Tall-Body-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ectPanel-SelectPanel-Height-Initial-Overflowing-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
.../SelectPanel-SelectPanel-Height-Initial-Overflowing-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...Panel-SelectPanel-Height-Initial-Overflowing-Items-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...apshots/SelectPanel-SelectPanel-Height-Initial-Overflowing-Items-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ectPanel-SelectPanel-Height-Initial-Overflowing-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Height-Initial-Overflowing-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...anel-SelectPanel-Height-Initial-Overflowing-Items-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...pshots/SelectPanel-SelectPanel-Height-Initial-Overflowing-Items-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Height-Initial-Overflowing-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Height-Initial-Underflowing-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
...SelectPanel-SelectPanel-Height-Initial-Underflowing-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...anel-SelectPanel-Height-Initial-Underflowing-Items-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...pshots/SelectPanel-SelectPanel-Height-Initial-Underflowing-Items-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Height-Initial-Underflowing-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...tPanel-SelectPanel-Height-Initial-Underflowing-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...nel-SelectPanel-Height-Initial-Underflowing-Items-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...shots/SelectPanel-SelectPanel-Height-Initial-Underflowing-Items-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...tPanel-SelectPanel-Height-Initial-Underflowing-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
.../SelectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...Panel-SelectPanel-Initial-Height-Overflowing-Items-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...apshots/SelectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ectPanel-SelectPanel-Initial-Height-Overflowing-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Initial-Height-Overflowing-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...anel-SelectPanel-Initial-Height-Overflowing-Items-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...pshots/SelectPanel-SelectPanel-Initial-Height-Overflowing-Items-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Initial-Height-Overflowing-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
...SelectPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...anel-SelectPanel-Initial-Height-Underflowing-Items-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...pshots/SelectPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ctPanel-SelectPanel-Initial-Height-Underflowing-Items-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...tPanel-SelectPanel-Initial-Height-Underflowing-Items-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...nel-SelectPanel-Initial-Height-Underflowing-Items-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...shots/SelectPanel-SelectPanel-Initial-Height-Underflowing-Items-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...tPanel-SelectPanel-Initial-Height-Underflowing-Items-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...lectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
...s/SelectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...tPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...mponents/SelectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...lectPanel.test.ts-snapshots/SelectPanel-Single-Select-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ectPanel.test.ts-snapshots/SelectPanel-Single-Select-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...Panel.test.ts-snapshots/SelectPanel-Single-Select-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.2 KB
...ponents/SelectPanel.test.ts-snapshots/SelectPanel-Single-Select-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+17.3 KB
...ectPanel.test.ts-snapshots/SelectPanel-Single-Select-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.6 KB
...omponents/Truncate.test.ts-snapshots/Truncate-Default-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.57 KB
...ts/components/Truncate.test.ts-snapshots/Truncate-Default-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.46 KB
...onents/Truncate.test.ts-snapshots/Truncate-Default-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...snapshots/components/Truncate.test.ts-snapshots/Truncate-Default-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.6 KB
...omponents/Truncate.test.ts-snapshots/Truncate-Default-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...mponents/Truncate.test.ts-snapshots/Truncate-Default-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.48 KB
...nents/Truncate.test.ts-snapshots/Truncate-Default-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...napshots/components/Truncate.test.ts-snapshots/Truncate-Default-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...mponents/Truncate.test.ts-snapshots/Truncate-Default-light-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.6 KB
...onents/Truncate.test.ts-snapshots/Truncate-Playground-dark-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.57 KB
...components/Truncate.test.ts-snapshots/Truncate-Playground-dark-dimmed-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.46 KB
...nts/Truncate.test.ts-snapshots/Truncate-Playground-dark-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...pshots/components/Truncate.test.ts-snapshots/Truncate-Playground-dark-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.6 KB
...onents/Truncate.test.ts-snapshots/Truncate-Playground-dark-tritanopia-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...nents/Truncate.test.ts-snapshots/Truncate-Playground-light-colorblind-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.48 KB
...ts/Truncate.test.ts-snapshots/Truncate-Playground-light-high-contrast-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...shots/components/Truncate.test.ts-snapshots/Truncate-Playground-light-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.51 KB
...nents/Truncate.test.ts-snapshots/Truncate-Playground-light-tritanopia-linux.png
Oops, something went wrong.
Binary file modified
BIN
+40 Bytes
(100%)
...eNav-UnderlineNav-Interactions-dark-dimmed-Overflow-interaction-vrt-3-linux.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(100%)
...derlineNav-Interactions-dark-high-contrast-Overflow-interaction-vrt-3-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...-UnderlineNav-Interactions-dark-tritanopia-Overflow-interaction-vrt-3-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...UnderlineNav-Interactions-light-tritanopia-Overflow-interaction-vrt-3-linux.png
Oops, something went wrong.
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
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
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
Oops, something went wrong.