Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 71 additions & 50 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/react-dom": "19.1.6",
"@types/swagger-ui-dist": "^3.30.5",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/coverage-v8": "^3.2.0",
"@vitest/coverage-v8": "^3.2.3",
"autoprefixer": "^10.4.21",
"browserslist-to-esbuild": "^2.1.1",
"graphql": "^16.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`<OAuth2ClientDetail> > renders client details 1`] = `
</h4>
<div
aria-orientation="horizontal"
class="_separator_162edc _section_162edc -mt-4"
class="_separator_59a6a1 _section_59a6a1 -mt-4"
role="separator"
/>
<ul
Expand Down Expand Up @@ -56,7 +56,7 @@ exports[`<OAuth2ClientDetail> > renders client details 1`] = `
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50 text-ellipsis overflow-hidden"
>
<a
class="_link_1v5rz_8 _externalLink_a97355"
class="_link_1v5rz_8 _externalLink_94c115"
data-kind="primary"
data-size="medium"
href="https://client.org/tos"
Expand All @@ -79,7 +79,7 @@ exports[`<OAuth2ClientDetail> > renders client details 1`] = `
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50 text-ellipsis overflow-hidden"
>
<a
class="_link_1v5rz_8 _externalLink_a97355"
class="_link_1v5rz_8 _externalLink_94c115"
data-kind="primary"
data-size="medium"
href="https://client.org/policy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
exports[`LoadingScreen > render <LoadingScreen /> 1`] = `
<DocumentFragment>
<main
class="_loadingScreen_0642c6"
class="_loadingScreen_5dc073"
>
<div
aria-busy="true"
class=""
role="alert"
>
<svg
class="_loadingSpinnerInner_0c7436"
class="_loadingSpinnerInner_14d3fe"
fill="none"
role="img"
viewBox="0 0 100 101"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`<ClientAvatar /> > renders client logo 1`] = `
<div>
<img
alt="Test Client"
class="_avatar_39aee3"
class="_avatar_d3cd4c"
referrerpolicy="no-referrer"
src="https://www.testclient.com/logo.png"
style="--mas-avatar-size: 10px;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`<DeviceTypeIcon /> > renders mobile device type 1`] = `
<div>
<svg
aria-label="Mobile"
class="_deviceTypeIcon_e677aa"
class="_deviceTypeIcon_261d75"
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
Expand All @@ -22,7 +22,7 @@ exports[`<DeviceTypeIcon /> > renders pc device type 1`] = `
<div>
<svg
aria-label="Computer"
class="_deviceTypeIcon_e677aa"
class="_deviceTypeIcon_261d75"
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
Expand All @@ -40,7 +40,7 @@ exports[`<DeviceTypeIcon /> > renders tablet device type 1`] = `
<div>
<svg
aria-label="Tablet"
class="_deviceTypeIcon_e677aa"
class="_deviceTypeIcon_261d75"
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
Expand All @@ -58,7 +58,7 @@ exports[`<DeviceTypeIcon /> > renders unknown device type 1`] = `
<div>
<svg
aria-label="Unknown device type"
class="_deviceTypeIcon_e677aa"
class="_deviceTypeIcon_261d75"
fill="currentColor"
height="1em"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`<LastActive > renders a relative timestamp 1`] = `
exports[`<LastActive > renders an 'active now' timestamp 1`] = `
<div>
<span
class="_active_04756f"
class="_active_f381d7"
title="Mon, 18 Sept 2023, 01:12"
>
Active now
Expand Down
Loading
Loading