Skip to content

Commit bb48e00

Browse files
committed
update snapshots due to style changes in the dependency
1 parent 50b518c commit bb48e00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/react-code-editor/src/components/CodeEditor/__test__/__snapshots__/CodeEditor.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ exports[`Matches snapshot with control buttons enabled 1`] = `
125125
class="pf-v6-c-code-editor__upload"
126126
>
127127
<input
128-
style="display: none;"
128+
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
129129
tabindex="-1"
130130
type="file"
131131
/>

packages/react-core/src/components/FileUpload/__tests__/__snapshots__/FileUpload.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ exports[`simple fileupload 1`] = `
8787
</span>
8888
</div>
8989
<input
90-
style="display: none;"
90+
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
9191
tabindex="-1"
9292
type="file"
9393
/>

packages/react-core/src/components/MultipleFileUpload/__tests__/__snapshots__/MultipleFileUpload.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exports[`MultipleFileUpload renders custom class names 1`] = `
99
>
1010
<input
1111
multiple=""
12-
style="display: none;"
12+
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
1313
tabindex="-1"
1414
type="file"
1515
/>
@@ -27,7 +27,7 @@ exports[`MultipleFileUpload renders with expected class names when horizontal 1`
2727
>
2828
<input
2929
multiple=""
30-
style="display: none;"
30+
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
3131
tabindex="-1"
3232
type="file"
3333
/>
@@ -45,7 +45,7 @@ exports[`MultipleFileUpload renders with expected class names when not horizonta
4545
>
4646
<input
4747
multiple=""
48-
style="display: none;"
48+
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
4949
tabindex="-1"
5050
type="file"
5151
/>

0 commit comments

Comments
 (0)