@@ -32,9 +32,6 @@ describe('Page', () => {
32
32
const { asFragment } = render (
33
33
< Page { ...props } header = { Header } sidebar = { Sidebar } >
34
34
< PageSection variant = "default" > Section with default background</ PageSection >
35
- < PageSection variant = "light" > Section with light background</ PageSection >
36
- < PageSection variant = "dark" > Section with dark background</ PageSection >
37
- < PageSection variant = "darker" > Section with darker background</ PageSection >
38
35
</ Page >
39
36
) ;
40
37
@@ -52,9 +49,6 @@ describe('Page', () => {
52
49
const { asFragment } = render (
53
50
< Page { ...props } header = { Header } sidebar = { Sidebar } >
54
51
< PageSection variant = "default" > Section with default background</ PageSection >
55
- < PageSection variant = "light" > Section with light background</ PageSection >
56
- < PageSection variant = "dark" > Section with dark background</ PageSection >
57
- < PageSection variant = "darker" > Section with darker background</ PageSection >
58
52
</ Page >
59
53
) ;
60
54
@@ -68,9 +62,6 @@ describe('Page', () => {
68
62
const { asFragment } = render (
69
63
< Page { ...props } header = { Header } sidebar = { Sidebar } >
70
64
< PageSection variant = "default" > Section with default background</ PageSection >
71
- < PageSection variant = "light" > Section with light background</ PageSection >
72
- < PageSection variant = "dark" > Section with dark background</ PageSection >
73
- < PageSection variant = "darker" > Section with darker background</ PageSection >
74
65
</ Page >
75
66
) ;
76
67
@@ -94,9 +85,6 @@ describe('Page', () => {
94
85
const { asFragment } = render (
95
86
< Page { ...props } header = { Header } sidebar = { Sidebar } breadcrumb = { < PageBreadcrumb /> } >
96
87
< PageSection variant = "default" > Section with default background</ PageSection >
97
- < PageSection variant = "light" > Section with light background</ PageSection >
98
- < PageSection variant = "dark" > Section with dark background</ PageSection >
99
- < PageSection variant = "darker" > Section with darker background</ PageSection >
100
88
</ Page >
101
89
) ;
102
90
@@ -127,9 +115,6 @@ describe('Page', () => {
127
115
breadcrumbProps = { { stickyOnBreakpoint : { sm : 'top' , md : 'top' , lg : 'top' , xl : 'top' , '2xl' : 'top' } } }
128
116
>
129
117
< PageSection variant = "default" > Section with default background</ PageSection >
130
- < PageSection variant = "light" > Section with light background</ PageSection >
131
- < PageSection variant = "dark" > Section with dark background</ PageSection >
132
- < PageSection variant = "darker" > Section with darker background</ PageSection >
133
118
</ Page >
134
119
) ;
135
120
@@ -162,9 +147,6 @@ describe('Page', () => {
162
147
} }
163
148
>
164
149
< PageSection variant = "default" > Section with default background</ PageSection >
165
- < PageSection variant = "light" > Section with light background</ PageSection >
166
- < PageSection variant = "dark" > Section with dark background</ PageSection >
167
- < PageSection variant = "darker" > Section with darker background</ PageSection >
168
150
</ Page >
169
151
) ;
170
152
@@ -189,9 +171,6 @@ describe('Page', () => {
189
171
</ Breadcrumb >
190
172
</ PageBreadcrumb >
191
173
< PageSection variant = "default" > Section with default background</ PageSection >
192
- < PageSection variant = "light" > Section with light background</ PageSection >
193
- < PageSection variant = "dark" > Section with dark background</ PageSection >
194
- < PageSection variant = "darker" > Section with darker background</ PageSection >
195
174
</ Page >
196
175
) ;
197
176
@@ -216,9 +195,6 @@ describe('Page', () => {
216
195
</ Breadcrumb >
217
196
</ PageBreadcrumb >
218
197
< PageSection variant = "default" > Section with default background</ PageSection >
219
- < PageSection variant = "light" > Section with light background</ PageSection >
220
- < PageSection variant = "dark" > Section with dark background</ PageSection >
221
- < PageSection variant = "darker" > Section with darker background</ PageSection >
222
198
</ Page >
223
199
) ;
224
200
@@ -245,9 +221,6 @@ describe('Page', () => {
245
221
</ Breadcrumb >
246
222
</ PageBreadcrumb >
247
223
< PageSection variant = "default" > Section with default background</ PageSection >
248
- < PageSection variant = "light" > Section with light background</ PageSection >
249
- < PageSection variant = "dark" > Section with dark background</ PageSection >
250
- < PageSection variant = "darker" > Section with darker background</ PageSection >
251
224
</ Page >
252
225
) ;
253
226
@@ -275,9 +248,6 @@ describe('Page', () => {
275
248
</ Nav >
276
249
</ PageNavigation >
277
250
< PageSection variant = "default" > Section with default background</ PageSection >
278
- < PageSection variant = "light" > Section with light background</ PageSection >
279
- < PageSection variant = "dark" > Section with dark background</ PageSection >
280
- < PageSection variant = "darker" > Section with darker background</ PageSection >
281
251
</ Page >
282
252
) ;
283
253
@@ -317,9 +287,6 @@ describe('Page', () => {
317
287
</ PageNavigation >
318
288
</ PageGroup >
319
289
< PageSection variant = "default" > Section with default background</ PageSection >
320
- < PageSection variant = "light" > Section with light background</ PageSection >
321
- < PageSection variant = "dark" > Section with dark background</ PageSection >
322
- < PageSection variant = "darker" > Section with darker background</ PageSection >
323
290
</ Page >
324
291
) ;
325
292
@@ -373,9 +340,6 @@ describe('Page', () => {
373
340
} }
374
341
>
375
342
< PageSection variant = "default" > Section with default background</ PageSection >
376
- < PageSection variant = "light" > Section with light background</ PageSection >
377
- < PageSection variant = "dark" > Section with dark background</ PageSection >
378
- < PageSection variant = "darker" > Section with darker background</ PageSection >
379
343
</ Page >
380
344
) ;
381
345
@@ -411,9 +375,6 @@ describe('Page', () => {
411
375
data-testid = "page-test-id"
412
376
>
413
377
< PageSection variant = "default" > Section with default background</ PageSection >
414
- < PageSection variant = "light" > Section with light background</ PageSection >
415
- < PageSection variant = "dark" > Section with dark background</ PageSection >
416
- < PageSection variant = "darker" > Section with darker background</ PageSection >
417
378
</ Page >
418
379
) ;
419
380
0 commit comments