@patternfly/patternfly 6.0.0-alpha.5 → 6.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,30 +9,32 @@ wrapperTag: div
9
9
  ```html isFullscreen
10
10
  <div class="pf-v5-c-page" id="page-id">
11
11
  <header class="pf-v5-c-masthead" id="masthead-id">
12
- <span class="pf-v5-c-masthead__toggle">
13
- <button
14
- class="pf-v5-c-button pf-m-plain"
15
- type="button"
16
- aria-label="Global navigation"
17
- >
18
- <i class="fas fa-bars" aria-hidden="true"></i>
19
- </button>
20
- </span>
21
- <div class="pf-v5-c-masthead__main">
22
- <a class="pf-v5-c-masthead__brand" href="#">
23
- <img
24
- class="pf-v5-c-brand pf-m-light"
25
- src="/assets/images/PF-IconLogo-color.svg"
26
- style="--pf-v5-c-brand--Width: 37px;"
27
- alt="PatternFly logo"
28
- />
29
- <img
30
- class="pf-v5-c-brand pf-m-dark"
31
- src="/assets/images/PF-IconLogo-Reverse.svg"
32
- style="--pf-v5-c-brand--Width: 37px;"
33
- alt="PatternFly logo"
34
- />
35
- </a>
12
+ <div class="pf-v5-c-masthead__logo">
13
+ <span class="pf-v5-c-masthead__toggle">
14
+ <button
15
+ class="pf-v5-c-button pf-m-plain"
16
+ type="button"
17
+ aria-label="Global navigation"
18
+ >
19
+ <i class="fas fa-bars" aria-hidden="true"></i>
20
+ </button>
21
+ </span>
22
+ <div class="pf-v5-c-masthead__main">
23
+ <a class="pf-v5-c-masthead__brand" href="#">
24
+ <img
25
+ class="pf-v5-c-brand pf-m-light"
26
+ src="/assets/images/PF-IconLogo-color.svg"
27
+ style="--pf-v5-c-brand--Width: 37px;"
28
+ alt="PatternFly logo"
29
+ />
30
+ <img
31
+ class="pf-v5-c-brand pf-m-dark"
32
+ src="/assets/images/PF-IconLogo-Reverse.svg"
33
+ style="--pf-v5-c-brand--Width: 37px;"
34
+ alt="PatternFly logo"
35
+ />
36
+ </a>
37
+ </div>
36
38
  </div>
37
39
  <div class="pf-v5-c-masthead__content">
38
40
  <div class="pf-v5-c-toolbar">
@@ -84,8 +86,12 @@ wrapperTag: div
84
86
  </div>
85
87
  </header>
86
88
  <div class="pf-v5-c-page__sidebar">
87
- PatternFly Navigation
88
- <br />Product Name
89
+ <div class="pf-v5-c-page__sidebar-header">
90
+ <h2 class="pf-v5-c-page__sidebar-title">
91
+ PatternFly Navigation
92
+ <br />Product Name
93
+ </h2>
94
+ </div>
89
95
  <div class="pf-v5-c-page__sidebar-body">
90
96
  <nav class="pf-v5-c-nav" aria-label="Global">
91
97
  <section class="pf-v5-c-nav__section" aria-labelledby="grouped-title1">
@@ -143,525 +149,547 @@ wrapperTag: div
143
149
  </div>
144
150
 
145
151
  <main class="pf-v5-c-page__main" tabindex="-1" id="main-content-page-id">
146
- <section class="pf-v5-c-page__main-breadcrumb pf-m-limit-width">
147
- <div class="pf-v5-c-page__main-body">
148
- <nav class="pf-v5-c-breadcrumb" aria-label="breadcrumb">
149
- <ol class="pf-v5-c-breadcrumb__list" role="list">
150
- <li class="pf-v5-c-breadcrumb__item">
151
- <a href="#" class="pf-v5-c-breadcrumb__link">Section home</a>
152
- </li>
153
- <li class="pf-v5-c-breadcrumb__item">
154
- <span class="pf-v5-c-breadcrumb__item-divider">
155
- <i class="fas fa-angle-right" aria-hidden="true"></i>
156
- </span>
152
+ <div class="pf-v5-c-page__main-list" tabindex="-1">
153
+ <section class="pf-v5-c-page__main-breadcrumb pf-m-limit-width">
154
+ <div class="pf-v5-c-page__main-body">
155
+ <nav class="pf-v5-c-breadcrumb" aria-label="breadcrumb">
156
+ <ol class="pf-v5-c-breadcrumb__list" role="list">
157
+ <li class="pf-v5-c-breadcrumb__item">
158
+ <a href="#" class="pf-v5-c-breadcrumb__link">Section home</a>
159
+ </li>
160
+ <li class="pf-v5-c-breadcrumb__item">
161
+ <span class="pf-v5-c-breadcrumb__item-divider">
162
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
163
+ </span>
157
164
 
158
- <a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
159
- </li>
160
- <li class="pf-v5-c-breadcrumb__item">
161
- <span class="pf-v5-c-breadcrumb__item-divider">
162
- <i class="fas fa-angle-right" aria-hidden="true"></i>
163
- </span>
165
+ <a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
166
+ </li>
167
+ <li class="pf-v5-c-breadcrumb__item">
168
+ <span class="pf-v5-c-breadcrumb__item-divider">
169
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
170
+ </span>
164
171
 
165
- <a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
166
- </li>
167
- <li class="pf-v5-c-breadcrumb__item">
168
- <span class="pf-v5-c-breadcrumb__item-divider">
169
- <i class="fas fa-angle-right" aria-hidden="true"></i>
170
- </span>
172
+ <a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
173
+ </li>
174
+ <li class="pf-v5-c-breadcrumb__item">
175
+ <span class="pf-v5-c-breadcrumb__item-divider">
176
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
177
+ </span>
171
178
 
172
- <a
173
- href="#"
174
- class="pf-v5-c-breadcrumb__link pf-m-current"
175
- aria-current="page"
176
- >Section landing</a>
177
- </li>
178
- </ol>
179
- </nav>
180
- </div>
181
- </section>
182
- <section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-light">
183
- <div class="pf-v5-c-page__main-body">
184
- <div class="pf-v5-c-content">
185
- <h3>Penta Hackathon Demo Page</h3>
186
- <p>A showcase of our new tokens being applied to create a new theme.</p>
179
+ <a
180
+ href="#"
181
+ class="pf-v5-c-breadcrumb__link pf-m-current"
182
+ aria-current="page"
183
+ >Section landing</a>
184
+ </li>
185
+ </ol>
186
+ </nav>
187
187
  </div>
188
- </div>
189
- </section>
190
- <section class="pf-v5-c-page__main-section pf-m-limit-width">
191
- <div class="pf-v5-c-page__main-body">
192
- <div
193
- class="pf-v5-c-toolbar pf-m-inset-none"
194
- id="toolbar-simple-example"
195
- >
196
- <div class="pf-v5-c-toolbar__content">
197
- <div class="pf-v5-c-toolbar__content-section">
198
- <div class="pf-v5-c-toolbar__item">
199
- <button
200
- class="pf-v5-c-menu-toggle"
201
- type="button"
202
- aria-expanded="false"
203
- >
204
- <span class="pf-v5-c-menu-toggle__text">Dropdown menu</span>
205
- <span class="pf-v5-c-menu-toggle__controls">
206
- <span class="pf-v5-c-menu-toggle__toggle-icon">
207
- <i class="fas fa-angle-down" aria-hidden="true"></i>
188
+ </section>
189
+ <section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-light">
190
+ <div class="pf-v5-c-page__main-body">
191
+ <div class="pf-v5-c-content">
192
+ <h3>Penta Hackathon Demo Page</h3>
193
+ <p>A showcase of our new tokens being applied to create a new theme.</p>
194
+ </div>
195
+ </div>
196
+ </section>
197
+ <section class="pf-v5-c-page__main-section pf-m-limit-width">
198
+ <div class="pf-v5-c-page__main-body">
199
+ <div
200
+ class="pf-v5-c-toolbar pf-m-inset-none"
201
+ id="toolbar-simple-example"
202
+ >
203
+ <div class="pf-v5-c-toolbar__content">
204
+ <div class="pf-v5-c-toolbar__content-section">
205
+ <div class="pf-v5-c-toolbar__item">
206
+ <button
207
+ class="pf-v5-c-menu-toggle"
208
+ type="button"
209
+ aria-expanded="false"
210
+ >
211
+ <span class="pf-v5-c-menu-toggle__text">Dropdown menu</span>
212
+ <span class="pf-v5-c-menu-toggle__controls">
213
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
214
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
215
+ </span>
208
216
  </span>
209
- </span>
210
- </button>
211
- </div>
212
- <div class="pf-v5-c-toolbar__item">
213
- <button
214
- class="pf-v5-c-menu-toggle"
215
- type="button"
216
- aria-expanded="false"
217
- >
218
- <span class="pf-v5-c-menu-toggle__text">Another one</span>
219
- <span class="pf-v5-c-menu-toggle__controls">
220
- <span class="pf-v5-c-menu-toggle__toggle-icon">
221
- <i class="fas fa-angle-down" aria-hidden="true"></i>
217
+ </button>
218
+ </div>
219
+ <div class="pf-v5-c-toolbar__item">
220
+ <button
221
+ class="pf-v5-c-menu-toggle"
222
+ type="button"
223
+ aria-expanded="false"
224
+ >
225
+ <span class="pf-v5-c-menu-toggle__text">Another one</span>
226
+ <span class="pf-v5-c-menu-toggle__controls">
227
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
228
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
229
+ </span>
222
230
  </span>
223
- </span>
224
- </button>
225
- </div>
226
- <div class="pf-v5-c-toolbar__group pf-m-align-right">
227
- <div class="pf-v5-c-toolbar__group pf-m-icon-button-group">
228
- <div class="pf-v5-c-toolbar__item">
229
- <button
230
- class="pf-v5-c-button pf-m-plain"
231
- type="button"
232
- aria-label="Remove"
233
- >
234
- <i class="fas fa-columns" aria-hidden="true"></i>
235
- </button>
231
+ </button>
232
+ </div>
233
+ <div class="pf-v5-c-toolbar__group pf-m-align-right">
234
+ <div class="pf-v5-c-toolbar__group pf-m-icon-button-group">
235
+ <div class="pf-v5-c-toolbar__item">
236
+ <button
237
+ class="pf-v5-c-button pf-m-plain"
238
+ type="button"
239
+ aria-label="Remove"
240
+ >
241
+ <i class="fas fa-columns" aria-hidden="true"></i>
242
+ </button>
243
+ </div>
244
+ <div class="pf-v5-c-toolbar__item">
245
+ <button
246
+ class="pf-v5-c-button pf-m-plain"
247
+ type="button"
248
+ aria-label="Remove"
249
+ >
250
+ <i class="fas fa-cog" aria-hidden="true"></i>
251
+ </button>
252
+ </div>
236
253
  </div>
237
254
  <div class="pf-v5-c-toolbar__item">
238
255
  <button
239
- class="pf-v5-c-button pf-m-plain"
256
+ class="pf-v5-c-button pf-m-primary"
240
257
  type="button"
241
- aria-label="Remove"
242
- >
243
- <i class="fas fa-cog" aria-hidden="true"></i>
244
- </button>
258
+ >Primary</button>
245
259
  </div>
246
260
  </div>
247
- <div class="pf-v5-c-toolbar__item">
248
- <button
249
- class="pf-v5-c-button pf-m-primary"
250
- type="button"
251
- >Primary</button>
252
- </div>
253
261
  </div>
254
262
  </div>
255
263
  </div>
256
- </div>
257
- <table
258
- class="pf-v5-c-table pf-m-grid-md"
259
- role="grid"
260
- aria-label="This is a table with checkboxes"
261
- id="page-id-table"
262
- >
263
- <thead class="pf-v5-c-table__thead">
264
- <tr class="pf-v5-c-table__tr" role="row">
265
- <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
266
- <div class="pf-v5-c-check pf-m-standalone">
267
- <input
268
- class="pf-v5-c-check__input"
269
- type="checkbox"
270
- name="checkrow1"
271
- aria-labelledby="page-id-table-node1"
272
- />
273
- </div>
274
- </td>
275
- <th
276
- class="pf-v5-c-table__th"
277
- role="columnheader"
278
- scope="col"
279
- >Repositories</th>
280
- <th
281
- class="pf-v5-c-table__th"
282
- role="columnheader"
283
- scope="col"
284
- >Branches</th>
285
- <th
286
- class="pf-v5-c-table__th"
287
- role="columnheader"
288
- scope="col"
289
- >Pull requests</th>
290
- <th
291
- class="pf-v5-c-table__th"
292
- role="columnheader"
293
- scope="col"
294
- >Workspaces</th>
295
- <th
296
- class="pf-v5-c-table__th"
297
- role="columnheader"
298
- scope="col"
299
- >Last commit</th>
300
- <td class="pf-v5-c-table__td"></td>
301
- <td class="pf-v5-c-table__td"></td>
302
- </tr>
303
- </thead>
264
+ <table
265
+ class="pf-v5-c-table pf-m-grid-md"
266
+ role="grid"
267
+ aria-label="This is a table with checkboxes"
268
+ id="page-id-table"
269
+ >
270
+ <thead class="pf-v5-c-table__thead">
271
+ <tr class="pf-v5-c-table__tr" role="row">
272
+ <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
273
+ <div class="pf-v5-c-check pf-m-standalone">
274
+ <input
275
+ class="pf-v5-c-check__input"
276
+ type="checkbox"
277
+ name="checkrow1"
278
+ aria-labelledby="page-id-table-node1"
279
+ />
280
+ </div>
281
+ </td>
282
+ <th
283
+ class="pf-v5-c-table__th"
284
+ role="columnheader"
285
+ scope="col"
286
+ >Repositories</th>
287
+ <th
288
+ class="pf-v5-c-table__th"
289
+ role="columnheader"
290
+ scope="col"
291
+ >Branches</th>
292
+ <th
293
+ class="pf-v5-c-table__th"
294
+ role="columnheader"
295
+ scope="col"
296
+ >Pull requests</th>
297
+ <th
298
+ class="pf-v5-c-table__th"
299
+ role="columnheader"
300
+ scope="col"
301
+ >Workspaces</th>
302
+ <th
303
+ class="pf-v5-c-table__th"
304
+ role="columnheader"
305
+ scope="col"
306
+ >Last commit</th>
307
+ <td class="pf-v5-c-table__td"></td>
308
+ <td class="pf-v5-c-table__td"></td>
309
+ </tr>
310
+ </thead>
304
311
 
305
- <tbody class="pf-v5-c-table__tbody" role="rowgroup">
306
- <tr
307
- class="pf-v5-c-table__tr pf-m-clickable"
308
- role="row"
309
- tabindex="0"
310
- >
311
- <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
312
- <div class="pf-v5-c-check pf-m-standalone">
313
- <input
314
- class="pf-v5-c-check__input"
315
- type="checkbox"
316
- name="checkrow1"
317
- aria-labelledby="page-id-table-node1"
318
- />
319
- </div>
320
- </td>
321
- <th
322
- class="pf-v5-c-table__th"
323
- role="columnheader"
324
- data-label="Repository name"
312
+ <tbody class="pf-v5-c-table__tbody" role="rowgroup">
313
+ <tr
314
+ class="pf-v5-c-table__tr pf-m-clickable"
315
+ role="row"
316
+ tabindex="0"
325
317
  >
326
- <div>
327
- <div id="page-id-table-node1">Node 1</div>
328
- </div>
329
- </th>
330
- <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
331
- <div class="pf-v5-l-flex pf-m-space-items-sm">
332
- <div class="pf-v5-l-flex__item">
333
- <i class="fas fa-code-branch"></i>
318
+ <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
319
+ <div class="pf-v5-c-check pf-m-standalone">
320
+ <input
321
+ class="pf-v5-c-check__input"
322
+ type="checkbox"
323
+ name="checkrow1"
324
+ aria-labelledby="page-id-table-node1"
325
+ />
334
326
  </div>
335
- <div class="pf-v5-l-flex__item">10</div>
336
- </div>
337
- </td>
338
- <td
339
- class="pf-v5-c-table__td"
340
- role="cell"
341
- data-label="Pull requests"
342
- >
343
- <div class="pf-v5-l-flex pf-m-space-items-sm">
344
- <div class="pf-v5-l-flex__item">
345
- <i class="fas fa-code"></i>
327
+ </td>
328
+ <th
329
+ class="pf-v5-c-table__th"
330
+ role="columnheader"
331
+ data-label="Repository name"
332
+ >
333
+ <div>
334
+ <div id="page-id-table-node1">Node 1</div>
346
335
  </div>
347
- <div class="pf-v5-l-flex__item">25</div>
348
- </div>
349
- </td>
350
- <td class="pf-v5-c-table__td" role="cell" data-label="Workspaces">
351
- <div class="pf-v5-l-flex pf-m-space-items-sm">
352
- <div class="pf-v5-l-flex__item">
353
- <i class="fas fa-cube"></i>
336
+ </th>
337
+ <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
338
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
339
+ <div class="pf-v5-l-flex__item">
340
+ <i class="fas fa-code-branch"></i>
341
+ </div>
342
+ <div class="pf-v5-l-flex__item">10</div>
354
343
  </div>
355
- <div class="pf-v5-l-flex__item">5</div>
356
- </div>
357
- </td>
358
- <td
359
- class="pf-v5-c-table__td"
360
- role="cell"
361
- data-label="Last commit"
362
- >2 days ago</td>
363
- <td class="pf-v5-c-table__td" role="cell" data-label="Action">
364
- <a href="/some/path">Action link</a>
365
- </td>
366
- <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
367
- <button
368
- class="pf-v5-c-button pf-m-plain"
369
- type="button"
370
- aria-label="Remove"
344
+ </td>
345
+ <td
346
+ class="pf-v5-c-table__td"
347
+ role="cell"
348
+ data-label="Pull requests"
371
349
  >
372
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
373
- </button>
374
- </td>
375
- </tr>
350
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
351
+ <div class="pf-v5-l-flex__item">
352
+ <i class="fas fa-code"></i>
353
+ </div>
354
+ <div class="pf-v5-l-flex__item">25</div>
355
+ </div>
356
+ </td>
357
+ <td
358
+ class="pf-v5-c-table__td"
359
+ role="cell"
360
+ data-label="Workspaces"
361
+ >
362
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
363
+ <div class="pf-v5-l-flex__item">
364
+ <i class="fas fa-cube"></i>
365
+ </div>
366
+ <div class="pf-v5-l-flex__item">5</div>
367
+ </div>
368
+ </td>
369
+ <td
370
+ class="pf-v5-c-table__td"
371
+ role="cell"
372
+ data-label="Last commit"
373
+ >2 days ago</td>
374
+ <td class="pf-v5-c-table__td" role="cell" data-label="Action">
375
+ <a href="/some/path">Action link</a>
376
+ </td>
377
+ <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
378
+ <button
379
+ class="pf-v5-c-button pf-m-plain"
380
+ type="button"
381
+ aria-label="Remove"
382
+ >
383
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
384
+ </button>
385
+ </td>
386
+ </tr>
376
387
 
377
- <tr
378
- class="pf-v5-c-table__tr pf-m-clickable pf-m-selected"
379
- role="row"
380
- tabindex="0"
381
- >
382
- <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
383
- <div class="pf-v5-c-check pf-m-standalone">
384
- <input
385
- class="pf-v5-c-check__input"
386
- type="checkbox"
387
- name="checkrow2"
388
- aria-labelledby="page-id-table-node2"
389
- checked
390
- />
391
- </div>
392
- </td>
393
- <th
394
- class="pf-v5-c-table__th"
395
- role="columnheader"
396
- data-label="Repository name"
388
+ <tr
389
+ class="pf-v5-c-table__tr pf-m-clickable pf-m-selected"
390
+ role="row"
391
+ tabindex="0"
397
392
  >
398
- <div>
399
- <div id="page-id-table-node2">Node 2</div>
400
- </div>
401
- </th>
402
- <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
403
- <div class="pf-v5-l-flex pf-m-space-items-sm">
404
- <div class="pf-v5-l-flex__item">
405
- <i class="fas fa-code-branch"></i>
393
+ <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
394
+ <div class="pf-v5-c-check pf-m-standalone">
395
+ <input
396
+ class="pf-v5-c-check__input"
397
+ type="checkbox"
398
+ name="checkrow2"
399
+ aria-labelledby="page-id-table-node2"
400
+ checked
401
+ />
406
402
  </div>
407
- <div class="pf-v5-l-flex__item">8</div>
408
- </div>
409
- </td>
410
- <td
411
- class="pf-v5-c-table__td"
412
- role="cell"
413
- data-label="Pull requests"
414
- >
415
- <div class="pf-v5-l-flex pf-m-space-items-sm">
416
- <div class="pf-v5-l-flex__item">
417
- <i class="fas fa-code"></i>
403
+ </td>
404
+ <th
405
+ class="pf-v5-c-table__th"
406
+ role="columnheader"
407
+ data-label="Repository name"
408
+ >
409
+ <div>
410
+ <div id="page-id-table-node2">Node 2</div>
418
411
  </div>
419
- <div class="pf-v5-l-flex__item">30</div>
420
- </div>
421
- </td>
422
- <td class="pf-v5-c-table__td" role="cell" data-label="Workspaces">
423
- <div class="pf-v5-l-flex pf-m-space-items-sm">
424
- <div class="pf-v5-l-flex__item">
425
- <i class="fas fa-cube"></i>
412
+ </th>
413
+ <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
414
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
415
+ <div class="pf-v5-l-flex__item">
416
+ <i class="fas fa-code-branch"></i>
417
+ </div>
418
+ <div class="pf-v5-l-flex__item">8</div>
426
419
  </div>
427
- <div class="pf-v5-l-flex__item">2</div>
428
- </div>
429
- </td>
430
- <td
431
- class="pf-v5-c-table__td"
432
- role="cell"
433
- data-label="Last commit"
434
- >2 days ago</td>
435
- <td class="pf-v5-c-table__td" role="cell" data-label="Action">
436
- <a href="/some/path">Action link</a>
437
- </td>
438
- <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
439
- <button
440
- class="pf-v5-c-button pf-m-plain"
441
- type="button"
442
- aria-label="Remove"
420
+ </td>
421
+ <td
422
+ class="pf-v5-c-table__td"
423
+ role="cell"
424
+ data-label="Pull requests"
443
425
  >
444
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
445
- </button>
446
- </td>
447
- </tr>
426
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
427
+ <div class="pf-v5-l-flex__item">
428
+ <i class="fas fa-code"></i>
429
+ </div>
430
+ <div class="pf-v5-l-flex__item">30</div>
431
+ </div>
432
+ </td>
433
+ <td
434
+ class="pf-v5-c-table__td"
435
+ role="cell"
436
+ data-label="Workspaces"
437
+ >
438
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
439
+ <div class="pf-v5-l-flex__item">
440
+ <i class="fas fa-cube"></i>
441
+ </div>
442
+ <div class="pf-v5-l-flex__item">2</div>
443
+ </div>
444
+ </td>
445
+ <td
446
+ class="pf-v5-c-table__td"
447
+ role="cell"
448
+ data-label="Last commit"
449
+ >2 days ago</td>
450
+ <td class="pf-v5-c-table__td" role="cell" data-label="Action">
451
+ <a href="/some/path">Action link</a>
452
+ </td>
453
+ <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
454
+ <button
455
+ class="pf-v5-c-button pf-m-plain"
456
+ type="button"
457
+ aria-label="Remove"
458
+ >
459
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
460
+ </button>
461
+ </td>
462
+ </tr>
448
463
 
449
- <tr
450
- class="pf-v5-c-table__tr pf-m-clickable"
451
- role="row"
452
- tabindex="0"
453
- >
454
- <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
455
- <div class="pf-v5-c-check pf-m-standalone">
456
- <input
457
- class="pf-v5-c-check__input"
458
- type="checkbox"
459
- name="checkrow3"
460
- aria-labelledby="page-id-table-node3"
461
- />
462
- </div>
463
- </td>
464
- <th
465
- class="pf-v5-c-table__th"
466
- role="columnheader"
467
- data-label="Repository name"
464
+ <tr
465
+ class="pf-v5-c-table__tr pf-m-clickable"
466
+ role="row"
467
+ tabindex="0"
468
468
  >
469
- <div>
470
- <div id="page-id-table-node3">Node 3</div>
471
- </div>
472
- </th>
473
- <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
474
- <div class="pf-v5-l-flex pf-m-space-items-sm">
475
- <div class="pf-v5-l-flex__item">
476
- <i class="fas fa-code-branch"></i>
469
+ <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
470
+ <div class="pf-v5-c-check pf-m-standalone">
471
+ <input
472
+ class="pf-v5-c-check__input"
473
+ type="checkbox"
474
+ name="checkrow3"
475
+ aria-labelledby="page-id-table-node3"
476
+ />
477
477
  </div>
478
- <div class="pf-v5-l-flex__item">12</div>
479
- </div>
480
- </td>
481
- <td
482
- class="pf-v5-c-table__td"
483
- role="cell"
484
- data-label="Pull requests"
485
- >
486
- <div class="pf-v5-l-flex pf-m-space-items-sm">
487
- <div class="pf-v5-l-flex__item">
488
- <i class="fas fa-code"></i>
478
+ </td>
479
+ <th
480
+ class="pf-v5-c-table__th"
481
+ role="columnheader"
482
+ data-label="Repository name"
483
+ >
484
+ <div>
485
+ <div id="page-id-table-node3">Node 3</div>
489
486
  </div>
490
- <div class="pf-v5-l-flex__item">48</div>
491
- </div>
492
- </td>
493
- <td class="pf-v5-c-table__td" role="cell" data-label="Workspaces">
494
- <div class="pf-v5-l-flex pf-m-space-items-sm">
495
- <div class="pf-v5-l-flex__item">
496
- <i class="fas fa-cube"></i>
487
+ </th>
488
+ <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
489
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
490
+ <div class="pf-v5-l-flex__item">
491
+ <i class="fas fa-code-branch"></i>
492
+ </div>
493
+ <div class="pf-v5-l-flex__item">12</div>
497
494
  </div>
498
- <div class="pf-v5-l-flex__item">13</div>
499
- </div>
500
- </td>
501
- <td
502
- class="pf-v5-c-table__td"
503
- role="cell"
504
- data-label="Last commit"
505
- >30 days ago</td>
506
- <td class="pf-v5-c-table__td" role="cell" data-label="Action">
507
- <a href="#">Action link</a>
508
- </td>
509
- <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
510
- <button
511
- class="pf-v5-c-button pf-m-plain"
512
- type="button"
513
- aria-label="Remove"
495
+ </td>
496
+ <td
497
+ class="pf-v5-c-table__td"
498
+ role="cell"
499
+ data-label="Pull requests"
514
500
  >
515
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
516
- </button>
517
- </td>
518
- </tr>
501
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
502
+ <div class="pf-v5-l-flex__item">
503
+ <i class="fas fa-code"></i>
504
+ </div>
505
+ <div class="pf-v5-l-flex__item">48</div>
506
+ </div>
507
+ </td>
508
+ <td
509
+ class="pf-v5-c-table__td"
510
+ role="cell"
511
+ data-label="Workspaces"
512
+ >
513
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
514
+ <div class="pf-v5-l-flex__item">
515
+ <i class="fas fa-cube"></i>
516
+ </div>
517
+ <div class="pf-v5-l-flex__item">13</div>
518
+ </div>
519
+ </td>
520
+ <td
521
+ class="pf-v5-c-table__td"
522
+ role="cell"
523
+ data-label="Last commit"
524
+ >30 days ago</td>
525
+ <td class="pf-v5-c-table__td" role="cell" data-label="Action">
526
+ <a href="#">Action link</a>
527
+ </td>
528
+ <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
529
+ <button
530
+ class="pf-v5-c-button pf-m-plain"
531
+ type="button"
532
+ aria-label="Remove"
533
+ >
534
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
535
+ </button>
536
+ </td>
537
+ </tr>
519
538
 
520
- <tr
521
- class="pf-v5-c-table__tr pf-m-clickable"
522
- role="row"
523
- tabindex="0"
524
- >
525
- <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
526
- <div class="pf-v5-c-check pf-m-standalone">
527
- <input
528
- class="pf-v5-c-check__input"
529
- type="checkbox"
530
- name="checkrow4"
531
- aria-labelledby="page-id-table-node4"
532
- />
533
- </div>
534
- </td>
535
- <th
536
- class="pf-v5-c-table__th"
537
- role="columnheader"
538
- data-label="Repository name"
539
+ <tr
540
+ class="pf-v5-c-table__tr pf-m-clickable"
541
+ role="row"
542
+ tabindex="0"
539
543
  >
540
- <div>
541
- <div id="page-id-table-node4">Node 4</div>
542
- </div>
543
- </th>
544
- <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
545
- <div class="pf-v5-l-flex pf-m-space-items-sm">
546
- <div class="pf-v5-l-flex__item">
547
- <i class="fas fa-code-branch"></i>
544
+ <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
545
+ <div class="pf-v5-c-check pf-m-standalone">
546
+ <input
547
+ class="pf-v5-c-check__input"
548
+ type="checkbox"
549
+ name="checkrow4"
550
+ aria-labelledby="page-id-table-node4"
551
+ />
548
552
  </div>
549
- <div class="pf-v5-l-flex__item">3</div>
550
- </div>
551
- </td>
552
- <td
553
- class="pf-v5-c-table__td"
554
- role="cell"
555
- data-label="Pull requests"
556
- >
557
- <div class="pf-v5-l-flex pf-m-space-items-sm">
558
- <div class="pf-v5-l-flex__item">
559
- <i class="fas fa-code"></i>
553
+ </td>
554
+ <th
555
+ class="pf-v5-c-table__th"
556
+ role="columnheader"
557
+ data-label="Repository name"
558
+ >
559
+ <div>
560
+ <div id="page-id-table-node4">Node 4</div>
560
561
  </div>
561
- <div class="pf-v5-l-flex__item">8</div>
562
- </div>
563
- </td>
564
- <td class="pf-v5-c-table__td" role="cell" data-label="Workspaces">
565
- <div class="pf-v5-l-flex pf-m-space-items-sm">
566
- <div class="pf-v5-l-flex__item">
567
- <i class="fas fa-cube"></i>
562
+ </th>
563
+ <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
564
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
565
+ <div class="pf-v5-l-flex__item">
566
+ <i class="fas fa-code-branch"></i>
567
+ </div>
568
+ <div class="pf-v5-l-flex__item">3</div>
568
569
  </div>
569
- <div class="pf-v5-l-flex__item">20</div>
570
- </div>
571
- </td>
572
- <td
573
- class="pf-v5-c-table__td"
574
- role="cell"
575
- data-label="Last commit"
576
- >8 days ago</td>
577
- <td class="pf-v5-c-table__td" role="cell" data-label="Action">
578
- <a href="/some/path">Action link</a>
579
- </td>
580
- <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
581
- <button
582
- class="pf-v5-c-button pf-m-plain"
583
- type="button"
584
- aria-label="Remove"
570
+ </td>
571
+ <td
572
+ class="pf-v5-c-table__td"
573
+ role="cell"
574
+ data-label="Pull requests"
585
575
  >
586
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
587
- </button>
588
- </td>
589
- </tr>
576
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
577
+ <div class="pf-v5-l-flex__item">
578
+ <i class="fas fa-code"></i>
579
+ </div>
580
+ <div class="pf-v5-l-flex__item">8</div>
581
+ </div>
582
+ </td>
583
+ <td
584
+ class="pf-v5-c-table__td"
585
+ role="cell"
586
+ data-label="Workspaces"
587
+ >
588
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
589
+ <div class="pf-v5-l-flex__item">
590
+ <i class="fas fa-cube"></i>
591
+ </div>
592
+ <div class="pf-v5-l-flex__item">20</div>
593
+ </div>
594
+ </td>
595
+ <td
596
+ class="pf-v5-c-table__td"
597
+ role="cell"
598
+ data-label="Last commit"
599
+ >8 days ago</td>
600
+ <td class="pf-v5-c-table__td" role="cell" data-label="Action">
601
+ <a href="/some/path">Action link</a>
602
+ </td>
603
+ <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
604
+ <button
605
+ class="pf-v5-c-button pf-m-plain"
606
+ type="button"
607
+ aria-label="Remove"
608
+ >
609
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
610
+ </button>
611
+ </td>
612
+ </tr>
590
613
 
591
- <tr
592
- class="pf-v5-c-table__tr pf-m-clickable"
593
- role="row"
594
- tabindex="0"
595
- >
596
- <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
597
- <div class="pf-v5-c-check pf-m-standalone">
598
- <input
599
- class="pf-v5-c-check__input"
600
- type="checkbox"
601
- name="checkrow5"
602
- aria-labelledby="page-id-table-node5"
603
- />
604
- </div>
605
- </td>
606
- <td
607
- class="pf-v5-c-table__td"
608
- role="cell"
609
- data-label="Repository name"
614
+ <tr
615
+ class="pf-v5-c-table__tr pf-m-clickable"
616
+ role="row"
617
+ tabindex="0"
610
618
  >
611
- <div>
612
- <div id="page-id-table-node5">Node 5</div>
613
- </div>
614
- </td>
615
- <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
616
- <div class="pf-v5-l-flex pf-m-space-items-sm">
617
- <div class="pf-v5-l-flex__item">
618
- <i class="fas fa-code-branch"></i>
619
+ <td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
620
+ <div class="pf-v5-c-check pf-m-standalone">
621
+ <input
622
+ class="pf-v5-c-check__input"
623
+ type="checkbox"
624
+ name="checkrow5"
625
+ aria-labelledby="page-id-table-node5"
626
+ />
619
627
  </div>
620
- <div class="pf-v5-l-flex__item">34</div>
621
- </div>
622
- </td>
623
- <td
624
- class="pf-v5-c-table__td"
625
- role="cell"
626
- data-label="Pull requests"
627
- >
628
- <div class="pf-v5-l-flex pf-m-space-items-sm">
629
- <div class="pf-v5-l-flex__item">
630
- <i class="fas fa-code"></i>
628
+ </td>
629
+ <td
630
+ class="pf-v5-c-table__td"
631
+ role="cell"
632
+ data-label="Repository name"
633
+ >
634
+ <div>
635
+ <div id="page-id-table-node5">Node 5</div>
631
636
  </div>
632
- <div class="pf-v5-l-flex__item">21</div>
633
- </div>
634
- </td>
635
- <td class="pf-v5-c-table__td" role="cell" data-label="Workspaces">
636
- <div class="pf-v5-l-flex pf-m-space-items-sm">
637
- <div class="pf-v5-l-flex__item">
638
- <i class="fas fa-cube"></i>
637
+ </td>
638
+ <td class="pf-v5-c-table__td" role="cell" data-label="Branches">
639
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
640
+ <div class="pf-v5-l-flex__item">
641
+ <i class="fas fa-code-branch"></i>
642
+ </div>
643
+ <div class="pf-v5-l-flex__item">34</div>
639
644
  </div>
640
- <div class="pf-v5-l-flex__item">26</div>
641
- </div>
642
- </td>
643
- <td
644
- class="pf-v5-c-table__td"
645
- role="cell"
646
- data-label="Last commit"
647
- >2 days ago</td>
648
- <td class="pf-v5-c-table__td" role="cell" data-label="Action">
649
- <a href="/some/path">Action link</a>
650
- </td>
651
- <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
652
- <button
653
- class="pf-v5-c-button pf-m-plain"
654
- type="button"
655
- aria-label="Remove"
645
+ </td>
646
+ <td
647
+ class="pf-v5-c-table__td"
648
+ role="cell"
649
+ data-label="Pull requests"
656
650
  >
657
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
658
- </button>
659
- </td>
660
- </tr>
661
- </tbody>
662
- </table>
663
- </div>
664
- </section>
651
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
652
+ <div class="pf-v5-l-flex__item">
653
+ <i class="fas fa-code"></i>
654
+ </div>
655
+ <div class="pf-v5-l-flex__item">21</div>
656
+ </div>
657
+ </td>
658
+ <td
659
+ class="pf-v5-c-table__td"
660
+ role="cell"
661
+ data-label="Workspaces"
662
+ >
663
+ <div class="pf-v5-l-flex pf-m-space-items-sm">
664
+ <div class="pf-v5-l-flex__item">
665
+ <i class="fas fa-cube"></i>
666
+ </div>
667
+ <div class="pf-v5-l-flex__item">26</div>
668
+ </div>
669
+ </td>
670
+ <td
671
+ class="pf-v5-c-table__td"
672
+ role="cell"
673
+ data-label="Last commit"
674
+ >2 days ago</td>
675
+ <td class="pf-v5-c-table__td" role="cell" data-label="Action">
676
+ <a href="/some/path">Action link</a>
677
+ </td>
678
+ <td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
679
+ <button
680
+ class="pf-v5-c-button pf-m-plain"
681
+ type="button"
682
+ aria-label="Remove"
683
+ >
684
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
685
+ </button>
686
+ </td>
687
+ </tr>
688
+ </tbody>
689
+ </table>
690
+ </div>
691
+ </section>
692
+ </div>
665
693
  </main>
666
694
  </div>
667
695