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

Node version update #878

Merged
merged 25 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
16d68ad
frontend: package-lock.json
ErvinRacz Dec 8, 2024
bc377cc
frontend: react-scripts-version
ErvinRacz Dec 8, 2024
e07188a
frontend: executed tests after node version change
ErvinRacz Dec 9, 2024
45892bf
frontend: gh workflow
ErvinRacz Dec 9, 2024
15de604
frontend: component api fixes
ErvinRacz Dec 10, 2024
cf6dd00
frontend: added dev dep private property helper babel plugin
ErvinRacz Dec 10, 2024
4f3a658
frontend: prop name of justify for Grids
ErvinRacz Dec 10, 2024
e9f0ab8
frontend: code style
ErvinRacz Dec 11, 2024
98743b3
front-end: typescript version
ErvinRacz Dec 11, 2024
21d0612
frontend: storybook version
ErvinRacz Dec 16, 2024
ff966ca
frontend: api.ts
ErvinRacz Dec 16, 2024
705273f
frontend: MUI and react version
ErvinRacz Dec 17, 2024
92c008b
frontend: MUI and react version: variant-prop
ErvinRacz Dec 17, 2024
07f58b1
frontend: MUI and react version: link-underline-hover
ErvinRacz Dec 17, 2024
0e47de4
frontend: react-refresh version & MUI migration fixes
ErvinRacz Dec 17, 2024
6e9d2a4
frontend: fixed unit test
ErvinRacz Dec 18, 2024
874ef2b
frontend: fixed storybook config & updated snapshots
ErvinRacz Dec 18, 2024
aabfe8a
frontend: input field variants
ErvinRacz Dec 19, 2024
21366fd
frontend: snapshots updated
ErvinRacz Dec 19, 2024
56ff4ae
frontend: increased test coverage
ErvinRacz Dec 19, 2024
e503648
frontend: eslint config reference & ts version
ErvinRacz Dec 19, 2024
c90e91c
frontend: code cleaning
ErvinRacz Jan 3, 2025
1e74973
frontend: api query construction
ErvinRacz Jan 7, 2025
6672bb1
frontend: bg color
ErvinRacz Jan 20, 2025
3905d3d
frontend: update snapshots
ErvinRacz Jan 20, 2025
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
Prev Previous commit
Next Next commit
frontend: executed tests after node version change
updated react scripts to the latest version for compatibility with nodejs 22
  • Loading branch information
ErvinRacz committed Dec 9, 2024
commit e07188aa4e9f16d05ee5c3a69deea412e9097336
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`List Header should render correct List Header actions 1`] = `
<DocumentFragment>
<div
class="MuiGrid-root makeStyles-sectionHeader-3 MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-xs-space-between"
class="MuiGrid-root makeStyles-sectionHeader-3 MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Storyshots activity/ActivityContainer Empty 1`] = `
id="root"
>
<div
class="MuiGrid-root makeStyles-sectionHeader MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-xs-space-between"
class="MuiGrid-root makeStyles-sectionHeader MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item"
Expand Down Expand Up @@ -50,7 +50,7 @@ exports[`Storyshots activity/ActivityContainer List 1`] = `
id="root"
>
<div
class="MuiGrid-root makeStyles-sectionHeader MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-xs-space-between"
class="MuiGrid-root makeStyles-sectionHeader MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item"
Expand Down Expand Up @@ -90,7 +90,7 @@ exports[`Storyshots activity/ActivityContainer List 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -111,7 +111,7 @@ exports[`Storyshots activity/ActivityContainer List 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down Expand Up @@ -148,7 +148,7 @@ exports[`Storyshots activity/ActivityContainer List 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -169,7 +169,7 @@ exports[`Storyshots activity/ActivityContainer List 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down Expand Up @@ -318,7 +318,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
id="root"
>
<div
class="MuiGrid-root makeStyles-sectionHeader MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-xs-space-between"
class="MuiGrid-root makeStyles-sectionHeader MuiGrid-container MuiGrid-align-items-xs-flex-start MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item"
Expand Down Expand Up @@ -358,7 +358,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -379,7 +379,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down Expand Up @@ -416,7 +416,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -437,7 +437,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down Expand Up @@ -483,7 +483,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -504,7 +504,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8l-1.41-1.42z"
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8l-1.41-1.42Z"
fill="#22bb00"
/>
</svg>
Expand Down Expand Up @@ -541,7 +541,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand Down Expand Up @@ -599,7 +599,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -620,7 +620,7 @@ exports[`Storyshots activity/ActivityContainer Multiple Days 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8l-1.41-1.42z"
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8l-1.41-1.42Z"
fill="#22bb00"
/>
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Storyshots activity/ActivityItem Activity Channel Package Updated 1`] =
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -29,7 +29,7 @@ exports[`Storyshots activity/ActivityItem Activity Channel Package Updated 1`] =
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down Expand Up @@ -73,7 +73,7 @@ exports[`Storyshots activity/ActivityItem Warning 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`Storyshots activity/ActivityItemIcon Default 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand All @@ -35,7 +35,7 @@ exports[`Storyshots activity/ActivityItemIcon Error 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#F44336"
/>
</svg>
Expand All @@ -56,7 +56,7 @@ exports[`Storyshots activity/ActivityItemIcon Info 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand All @@ -77,7 +77,7 @@ exports[`Storyshots activity/ActivityItemIcon Success 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8l-1.41-1.42z"
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8l-1.41-1.42Z"
fill="#22bb00"
/>
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`Storyshots activity/ActivityList Beta List 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -37,7 +37,7 @@ exports[`Storyshots activity/ActivityList Beta List 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down Expand Up @@ -74,7 +74,7 @@ exports[`Storyshots activity/ActivityList Beta List 1`] = `
class="MuiListItem-root makeStyles-list MuiListItem-alignItemsFlexStart"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-10"
Expand All @@ -95,7 +95,7 @@ exports[`Storyshots activity/ActivityList Beta List 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8z"
d="M11 15h2v2h-2v-2m0-8h2v6h-2V7m1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8Z"
fill="#00d3ff"
/>
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ exports[`Storyshots applications/ApplicationItem Application 1`] = `
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12"
>
<div
class="MuiGrid-root makeStyles-gridHeader MuiGrid-container MuiGrid-justify-xs-space-between"
class="MuiGrid-root makeStyles-gridHeader MuiGrid-container MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-1 MuiGrid-item MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-1 MuiGrid-item MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12"
Expand Down Expand Up @@ -228,7 +228,7 @@ exports[`Storyshots applications/ApplicationItem Application 1`] = `
class="MuiGrid-root MuiGrid-item"
>
<div
class="MuiAvatar-root MuiAvatar-circle makeStyles-colorAvatar makeStyles-colorAvatar MuiAvatar-colorDefault"
class="MuiAvatar-root MuiAvatar-circular makeStyles-colorAvatar makeStyles-colorAvatar MuiAvatar-colorDefault"
/>
</div>
<div
Expand Down Expand Up @@ -315,10 +315,10 @@ exports[`Storyshots applications/ApplicationItem No Groups 1`] = `
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12"
>
<div
class="MuiGrid-root makeStyles-gridHeader MuiGrid-container MuiGrid-justify-xs-space-between"
class="MuiGrid-root makeStyles-gridHeader MuiGrid-container MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-1 MuiGrid-item MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-1 MuiGrid-item MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12"
Expand Down
Loading