Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/expandable alertbox #741

Merged
merged 82 commits into from
Feb 23, 2024
Merged

Conversation

oscarcarlstrom
Copy link
Contributor

No description provided.

>
<Close />
</Button>
)}
{restChildren}
{isExpandable && (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bruker custom implementasjon (<details> støttes ikke godt nok av skjermlesere). Testet og evaluert med VoiceOver der denne implementasjonen kom bedre ut.

onClose,
isDismissable = false, // Assign default value to make cva variants apply correctly
isDismissed,
onDismiss,
Copy link
Contributor Author

@oscarcarlstrom oscarcarlstrom Feb 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Standardisert navngivningen på disse

@@ -23,6 +23,7 @@
"dependencies": {
"@obosbbl/grunnmuren-icons-react": "workspace:^2.0.0-canary.1",
"@react-aria/utils": "^3.23.0",
"@types/node": "^20.11.19",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lagt til @types/node for at TS skal kompilere ved bruk av process.env.NODE_ENV

alexanbj and others added 3 commits February 22, 2024 14:32
so the consumers don't need to add it themselves (because the component
uses useState)
@oscarcarlstrom oscarcarlstrom merged commit 1217ade into main Feb 23, 2024
5 checks passed
@oscarcarlstrom oscarcarlstrom deleted the feature/expandable-alertbox branch February 23, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants