Skip to content

Commit 1ee99f7

Browse files
committed
snaps
1 parent 6bcda0b commit 1ee99f7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/__tests__/__snapshots__/CheckboxOrRadioGroup.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exports[`CheckboxOrRadioGroup renders consistently 1`] = `
8383
place-content: center;
8484
position: relative;
8585
width: var(--base-size-16,16px);
86-
border-radius: var(--primer-borderRadius-full,100vh);
86+
border-radius: var(--borderRadius-full,100vh);
8787
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
8888
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
8989
}

src/__tests__/__snapshots__/Radio.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`Radio renders consistently 1`] = `
1616
place-content: center;
1717
position: relative;
1818
width: var(--base-size-16,16px);
19-
border-radius: var(--primer-borderRadius-full,100vh);
19+
border-radius: var(--borderRadius-full,100vh);
2020
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
2121
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
2222
}

src/__tests__/__snapshots__/RadioGroup.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exports[`RadioGroup renders consistently 1`] = `
8383
place-content: center;
8484
position: relative;
8585
width: var(--base-size-16,16px);
86-
border-radius: var(--primer-borderRadius-full,100vh);
86+
border-radius: var(--borderRadius-full,100vh);
8787
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
8888
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
8989
}

src/__tests__/deprecated/__snapshots__/ChoiceFieldset.test.tsx.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ exports[`ChoiceFieldset renders a disabled list 1`] = `
6666
place-content: center;
6767
position: relative;
6868
width: var(--base-size-16,16px);
69-
border-radius: var(--primer-borderRadius-full,100vh);
69+
border-radius: var(--borderRadius-full,100vh);
7070
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
7171
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
7272
}
@@ -288,7 +288,7 @@ exports[`ChoiceFieldset renders a fieldset with a description 1`] = `
288288
place-content: center;
289289
position: relative;
290290
width: var(--base-size-16,16px);
291-
border-radius: var(--primer-borderRadius-full,100vh);
291+
border-radius: var(--borderRadius-full,100vh);
292292
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
293293
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
294294
}
@@ -531,7 +531,7 @@ exports[`ChoiceFieldset renders a list of items with leading visuals and caption
531531
place-content: center;
532532
position: relative;
533533
width: var(--base-size-16,16px);
534-
border-radius: var(--primer-borderRadius-full,100vh);
534+
border-radius: var(--borderRadius-full,100vh);
535535
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
536536
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
537537
}
@@ -1132,7 +1132,7 @@ exports[`ChoiceFieldset renders a required fieldset 1`] = `
11321132
place-content: center;
11331133
position: relative;
11341134
width: var(--base-size-16,16px);
1135-
border-radius: var(--primer-borderRadius-full,100vh);
1135+
border-radius: var(--borderRadius-full,100vh);
11361136
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
11371137
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
11381138
}
@@ -1360,7 +1360,7 @@ exports[`ChoiceFieldset renders default 1`] = `
13601360
place-content: center;
13611361
position: relative;
13621362
width: var(--base-size-16,16px);
1363-
border-radius: var(--primer-borderRadius-full,100vh);
1363+
border-radius: var(--borderRadius-full,100vh);
13641364
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
13651365
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
13661366
}
@@ -1575,7 +1575,7 @@ exports[`ChoiceFieldset renders with a custom name and id passed 1`] = `
15751575
place-content: center;
15761576
position: relative;
15771577
width: var(--base-size-16,16px);
1578-
border-radius: var(--primer-borderRadius-full,100vh);
1578+
border-radius: var(--borderRadius-full,100vh);
15791579
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
15801580
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
15811581
}
@@ -1794,7 +1794,7 @@ exports[`ChoiceFieldset renders with a hidden legend 1`] = `
17941794
place-content: center;
17951795
position: relative;
17961796
width: var(--base-size-16,16px);
1797-
border-radius: var(--primer-borderRadius-full,100vh);
1797+
border-radius: var(--borderRadius-full,100vh);
17981798
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
17991799
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
18001800
}
@@ -2050,7 +2050,7 @@ exports[`ChoiceFieldset renders with a success validation message 1`] = `
20502050
place-content: center;
20512051
position: relative;
20522052
width: var(--base-size-16,16px);
2053-
border-radius: var(--primer-borderRadius-full,100vh);
2053+
border-radius: var(--borderRadius-full,100vh);
20542054
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
20552055
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
20562056
}
@@ -2344,7 +2344,7 @@ exports[`ChoiceFieldset renders with an error validation message 1`] = `
23442344
place-content: center;
23452345
position: relative;
23462346
width: var(--base-size-16,16px);
2347-
border-radius: var(--primer-borderRadius-full,100vh);
2347+
border-radius: var(--borderRadius-full,100vh);
23482348
-webkit-transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
23492349
transition: background-color,border-color 80ms cubic-bezier(0.33,1,0.68,1);
23502350
}

0 commit comments

Comments
 (0)