Skip to content

Commit e3bbb4d

Browse files
committed
Update snapshots
1 parent 461b040 commit e3bbb4d

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

packages/react/src/PageLayout/__snapshots__/PageLayout.test.tsx.snap

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`PageLayout renders condensed layout 1`] = `
44
<div>
55
<div
66
class="PageLayoutRoot"
7-
style="--sticky-pane-height: 100vh; --spacing: var(--spacing-condensed);"
7+
style="--spacing: var(--spacing-condensed);"
88
>
99
<div
1010
class="PageLayoutWrapper"
@@ -33,15 +33,13 @@ exports[`PageLayout renders condensed layout 1`] = `
3333
class="ContentWrapper"
3434
data-is-hidden="false"
3535
>
36-
<div />
3736
<div
3837
class="Content"
3938
data-width="full"
4039
style="--spacing: var(--spacing-none);"
4140
>
4241
Content
4342
</div>
44-
<div />
4543
</main>
4644
<div
4745
class="PaneWrapper"
@@ -94,7 +92,7 @@ exports[`PageLayout renders default layout 1`] = `
9492
<div>
9593
<div
9694
class="PageLayoutRoot"
97-
style="--sticky-pane-height: 100vh; --spacing: var(--spacing-normal);"
95+
style="--spacing: var(--spacing-normal);"
9896
>
9997
<div
10098
class="PageLayoutWrapper"
@@ -123,15 +121,13 @@ exports[`PageLayout renders default layout 1`] = `
123121
class="ContentWrapper"
124122
data-is-hidden="false"
125123
>
126-
<div />
127124
<div
128125
class="Content"
129126
data-width="full"
130127
style="--spacing: var(--spacing-none);"
131128
>
132129
Content
133130
</div>
134-
<div />
135131
</main>
136132
<div
137133
class="PaneWrapper"
@@ -184,7 +180,7 @@ exports[`PageLayout renders pane in different position when narrow 1`] = `
184180
<div>
185181
<div
186182
class="PageLayoutRoot"
187-
style="--sticky-pane-height: 100vh; --spacing: var(--spacing-normal);"
183+
style="--spacing: var(--spacing-normal);"
188184
>
189185
<div
190186
class="PageLayoutWrapper"
@@ -213,15 +209,13 @@ exports[`PageLayout renders pane in different position when narrow 1`] = `
213209
class="ContentWrapper"
214210
data-is-hidden="false"
215211
>
216-
<div />
217212
<div
218213
class="Content"
219214
data-width="full"
220215
style="--spacing: var(--spacing-none);"
221216
>
222217
Content
223218
</div>
224-
<div />
225219
</main>
226220
<div
227221
class="PaneWrapper"
@@ -274,7 +268,7 @@ exports[`PageLayout renders with dividers 1`] = `
274268
<div>
275269
<div
276270
class="PageLayoutRoot"
277-
style="--sticky-pane-height: 100vh; --spacing: var(--spacing-normal);"
271+
style="--spacing: var(--spacing-normal);"
278272
>
279273
<div
280274
class="PageLayoutWrapper"
@@ -303,15 +297,13 @@ exports[`PageLayout renders with dividers 1`] = `
303297
class="ContentWrapper"
304298
data-is-hidden="false"
305299
>
306-
<div />
307300
<div
308301
class="Content"
309302
data-width="full"
310303
style="--spacing: var(--spacing-none);"
311304
>
312305
Content
313306
</div>
314-
<div />
315307
</main>
316308
<div
317309
class="PaneWrapper"

packages/react/src/SplitPageLayout/__snapshots__/SplitPageLayout.test.tsx.snap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`SplitPageLayout renders default layout 1`] = `
44
<div>
55
<div
66
class="PageLayoutRoot"
7-
style="--sticky-pane-height: 100vh; --spacing: var(--spacing-none);"
7+
style="--spacing: var(--spacing-none);"
88
>
99
<div
1010
class="PageLayoutWrapper"
@@ -33,15 +33,13 @@ exports[`SplitPageLayout renders default layout 1`] = `
3333
class="ContentWrapper"
3434
data-is-hidden="false"
3535
>
36-
<div />
3736
<div
3837
class="Content"
3938
data-width="large"
4039
style="--spacing: var(--spacing-normal);"
4140
>
4241
Content
4342
</div>
44-
<div />
4543
</main>
4644
<div
4745
class="PaneWrapper"

0 commit comments

Comments
 (0)