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

[NDS-1009] style: table dqa #825

Merged
merged 5 commits into from
Jul 16, 2024
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
195 changes: 114 additions & 81 deletions src/__storyshots__/Updated Components/Fields/Select-MultiSelect.snap

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

212 changes: 172 additions & 40 deletions src/__storyshots__/Updated Components/Table/Table/Columns-Sorting.snap

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,363 changes: 798 additions & 1,565 deletions src/__storyshots__/Updated Components/Table/Table/Rows and Cells-RowSelection.snap

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

29 changes: 21 additions & 8 deletions src/__storyshots__/Updated Components/Tag-ClearableTag.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-0:focus-visible {
Expand All @@ -37,6 +40,12 @@
}

.emotion-1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-2 {
width: 1rem;
height: 1rem;
display: -webkit-box;
Expand All @@ -54,12 +63,12 @@
cursor: pointer;
}

.emotion-1:hover {
.emotion-2:hover {
background: rgba(200,206,255,0.20);
border-radius: 624.9375rem;
}

.emotion-2 {
.emotion-3 {
width: 1rem;
height: 1rem;
display: -webkit-box;
Expand All @@ -69,12 +78,12 @@
cursor: pointer;
}

.emotion-3 {
.emotion-4 {
width: 1rem;
height: 1rem;
}

.emotion-3 path {
.emotion-4 path {
fill: #194DCC!important;
}

Expand All @@ -86,19 +95,23 @@
data-testid="undefined_tag_container"
tabindex="0"
>
Label
<div
aria-hidden="true"
class="emotion-1"
>
Label
</div>
<div
aria-hidden="true"
class="emotion-2"
tabindex="-1"
>
<div
class="emotion-2"
class="emotion-3"
data-testid="undefined_tag_suffix"
tabindex="0"
>
<svg
class="emotion-3"
class="emotion-4"
fill="none"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
Expand Down
15 changes: 14 additions & 1 deletion src/__storyshots__/Updated Components/Tag-Playground.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

<div>
Expand All @@ -40,7 +49,11 @@
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-1"
>
Label
</div>
</div>
</div>
</div>
78 changes: 63 additions & 15 deletions src/__storyshots__/Updated Components/Tag-ReadOnlyTag.snap
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,18 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-2 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -76,9 +85,12 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-3 {
.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -109,9 +121,12 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-4 {
.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -142,9 +157,12 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-5 {
.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -175,9 +193,12 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.emotion-6 {
.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -208,6 +229,9 @@
line-height: 1.25rem;
font-size: 0.875rem;
letter-spacing: 0.015625rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

<div>
Expand All @@ -224,7 +248,11 @@
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-2"
>
Label
</div>
</div>
</div>
<div
Expand All @@ -233,11 +261,15 @@
<div
aria-label="Label"
aria-selected="false"
class="emotion-2"
class="emotion-3"
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-2"
>
Label
</div>
</div>
</div>
<div
Expand All @@ -246,11 +278,15 @@
<div
aria-label="Label"
aria-selected="false"
class="emotion-3"
class="emotion-5"
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-2"
>
Label
</div>
</div>
</div>
<div
Expand All @@ -259,11 +295,15 @@
<div
aria-label="Label"
aria-selected="false"
class="emotion-4"
class="emotion-7"
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-2"
>
Label
</div>
</div>
</div>
<div
Expand All @@ -272,11 +312,15 @@
<div
aria-label="Label"
aria-selected="false"
class="emotion-5"
class="emotion-9"
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-2"
>
Label
</div>
</div>
</div>
<div
Expand All @@ -285,11 +329,15 @@
<div
aria-label="Label"
aria-selected="false"
class="emotion-6"
class="emotion-11"
data-testid="undefined_tag_container"
tabindex="-1"
>
Label
<div
class="emotion-2"
>
Label
</div>
</div>
</div>
</div>
Expand Down
Loading
Loading