Skip to content

Commit

Permalink
feat: storyshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Oct 9, 2023
1 parent 1e11d81 commit d9086e2
Show file tree
Hide file tree
Showing 2 changed files with 988 additions and 378 deletions.
92 changes: 68 additions & 24 deletions src/components/Table/__snapshots__/Table.stories.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -3242,25 +3242,29 @@ exports[`Storyshots Design System/Table Regular Table with sorting and tooltips
}

.emotion-9 {
background: transparent;
background-color: #1B214F;
border: 0.0625rem solid rgba(84,94,255,0);
box-shadow: 0rem 0.25rem 0.5rem 0rem #10306612;
}

.emotion-9 .tippy-content {
color: white;
background-color: #0f0f17;
background-color: #1B214F;
max-width: 16rem;
padding: 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
color: #ffffff;
font-family: Roboto;
font-weight: 400;
line-height: 110%;
border-radius: 0.5rem;
line-height: 1rem;
font-size: 0.75rem;
letter-spacing: 0.015625rem;
text-align: start;
white-space: pre-wrap;
word-break: break-word;
}

.emotion-9 .tippy-arrow {
color: #0f0f17;
.emotion-9 .tippy-arrow::before {
color: #1B214F;
}

.emotion-10 {
Expand Down Expand Up @@ -3425,9 +3429,15 @@ exports[`Storyshots Design System/Table Regular Table with sorting and tooltips
className="emotion-8"
>
<div
arrow={true}
className="emotion-9"
delay={
Array [
500,
500,
]
}
interactive={false}
interactiveDebounce={100}
placement="bottom"
>
<span
Expand Down Expand Up @@ -3492,10 +3502,16 @@ exports[`Storyshots Design System/Table Regular Table with sorting and tooltips
className="emotion-8"
>
<div
arrow={true}
className="emotion-9"
delay={
Array [
500,
500,
]
}
interactive={false}
interactiveDebounce={100}
placement="top"
placement="right"
>
<span
className="emotion-10"
Expand Down Expand Up @@ -3548,9 +3564,15 @@ exports[`Storyshots Design System/Table Regular Table with sorting and tooltips
className="emotion-8"
>
<div
arrow={true}
className="emotion-9"
delay={
Array [
500,
500,
]
}
interactive={false}
interactiveDebounce={100}
placement="right"
>
<span
Expand Down Expand Up @@ -23682,25 +23704,29 @@ exports[`Storyshots Design System/Table Table with expandable rows and sortDir 1
}

.emotion-21 {
background: transparent;
background-color: #1B214F;
border: 0.0625rem solid rgba(84,94,255,0);
box-shadow: 0rem 0.25rem 0.5rem 0rem #10306612;
}

.emotion-21 .tippy-content {
color: white;
background-color: #0f0f17;
background-color: #1B214F;
max-width: 16rem;
padding: 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
color: #ffffff;
font-family: Roboto;
font-weight: 400;
line-height: 110%;
border-radius: 0.5rem;
line-height: 1rem;
font-size: 0.75rem;
letter-spacing: 0.015625rem;
text-align: start;
white-space: pre-wrap;
word-break: break-word;
}

.emotion-21 .tippy-arrow {
color: #0f0f17;
.emotion-21 .tippy-arrow::before {
color: #1B214F;
}

.emotion-23 {
Expand Down Expand Up @@ -24050,9 +24076,15 @@ exports[`Storyshots Design System/Table Table with expandable rows and sortDir 1
className="emotion-20"
>
<div
arrow={true}
className="emotion-21"
delay={
Array [
500,
500,
]
}
interactive={false}
interactiveDebounce={100}
placement="bottom"
>
<span
Expand Down Expand Up @@ -24117,10 +24149,16 @@ exports[`Storyshots Design System/Table Table with expandable rows and sortDir 1
className="emotion-20"
>
<div
arrow={true}
className="emotion-21"
delay={
Array [
500,
500,
]
}
interactive={false}
interactiveDebounce={100}
placement="top"
placement="right"
>
<span
className="emotion-9"
Expand Down Expand Up @@ -24173,9 +24211,15 @@ exports[`Storyshots Design System/Table Table with expandable rows and sortDir 1
className="emotion-20"
>
<div
arrow={true}
className="emotion-21"
delay={
Array [
500,
500,
]
}
interactive={false}
interactiveDebounce={100}
placement="right"
>
<span
Expand Down
Loading

0 comments on commit d9086e2

Please sign in to comment.