Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Dec 19, 2024
1 parent 786bbac commit 995d29f
Show file tree
Hide file tree
Showing 6 changed files with 693 additions and 512 deletions.
14 changes: 4 additions & 10 deletions packages/react/src/NavList/__snapshots__/NavList.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1363,14 +1363,11 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
>
<svg
aria-hidden="true"
class="octicon octicon-chevron-down c9"
display="inline-block"
class="c9"
fill="currentColor"
focusable="false"
height="16"
overflow="visible"
style="vertical-align: text-bottom;"
sx="[object Object]"
style="display: inline-block; user-select: none; vertical-align: text-bottom; overflow: visible;"
viewBox="0 0 16 16"
width="16"
>
Expand Down Expand Up @@ -1887,14 +1884,11 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
>
<svg
aria-hidden="true"
class="octicon octicon-chevron-down c9"
display="inline-block"
class="c9"
fill="currentColor"
focusable="false"
height="16"
overflow="visible"
style="vertical-align: text-bottom;"
sx="[object Object]"
style="display: inline-block; user-select: none; vertical-align: text-bottom; overflow: visible;"
viewBox="0 0 16 16"
width="16"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,19 @@ exports[`StateLabel renders children 1`] = `
>
<svg
aria-label="Issue"
className="octicon octicon-issue-opened c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -99,23 +95,19 @@ exports[`StateLabel respects the status prop 1`] = `
>
<svg
aria-label="Issue"
className="octicon octicon-issue-opened c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -163,23 +155,19 @@ exports[`StateLabel respects the status prop 2`] = `
>
<svg
aria-label="Issue"
className="octicon octicon-issue-closed c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -227,23 +215,19 @@ exports[`StateLabel respects the status prop 3`] = `
>
<svg
aria-label="Issue, not planned"
className="octicon octicon-skip c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -288,23 +272,19 @@ exports[`StateLabel respects the status prop 4`] = `
>
<svg
aria-label="Pull request"
className="octicon octicon-git-merge c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -349,23 +329,19 @@ exports[`StateLabel respects the status prop 5`] = `
>
<svg
aria-label="Pull request"
className="octicon octicon-git-merge-queue c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -410,23 +386,19 @@ exports[`StateLabel respects the variant prop 1`] = `
>
<svg
aria-label="Issue"
className="octicon octicon-issue-opened c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down Expand Up @@ -474,23 +446,19 @@ exports[`StateLabel respects the variant prop 2`] = `
>
<svg
aria-label="Issue"
className="octicon octicon-issue-opened c1"
display="inline-block"
className="c1"
fill="currentColor"
focusable="false"
height={16}
overflow="visible"
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
sx={
{
"mr": 1,
}
}
viewBox="0 0 16 16"
width={16}
>
Expand Down
Loading

0 comments on commit 995d29f

Please sign in to comment.