@patternfly/patternfly 6.0.0-alpha.3 → 6.0.0-alpha.5
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.
- package/base/_globals.scss +0 -2
- package/base/patternfly-globals.css +0 -1
- package/base/patternfly-variables.css +15 -0
- package/base/tokens/_tokens-font.scss +29 -0
- package/components/Content/content.css +67 -67
- package/components/Content/content.scss +68 -68
- package/components/MenuToggle/menu-toggle.css +57 -73
- package/components/MenuToggle/menu-toggle.scss +60 -82
- package/components/Table/table.css +90 -89
- package/components/Table/table.scss +92 -95
- package/components/Toolbar/toolbar.css +0 -1
- package/components/Toolbar/toolbar.scss +0 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +42 -42
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -1
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +4 -4
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -3
- package/docs/demos/Drawer/examples/Drawer.md +5 -5
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -6
- package/docs/demos/Masthead/examples/Masthead.md +4 -4
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/Nav/examples/Nav.md +8 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +672 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +15 -15
- package/docs/demos/Tabs/examples/Tabs.md +6 -6
- package/docs/demos/Toolbar/examples/Toolbar.md +2 -2
- package/docs/demos/Wizard/examples/Wizard.md +9 -9
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +15 -0
- package/patternfly-base-no-globals.css +15 -0
- package/patternfly-base-theme-dark-unversioned.css +15 -1
- package/patternfly-base.css +15 -1
- package/patternfly-no-globals.css +229 -230
- package/patternfly-theme-dark-unversioned.css +229 -231
- package/patternfly.css +229 -231
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -0,0 +1,672 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: Penta example
|
|
3
|
+
section: patterns
|
|
4
|
+
wrapperTag: div
|
|
5
|
+
---## Demos
|
|
6
|
+
|
|
7
|
+
### Penta demo (in progress)
|
|
8
|
+
|
|
9
|
+
```html isFullscreen
|
|
10
|
+
<div class="pf-v5-c-page" id="page-id">
|
|
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>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="pf-v5-c-masthead__content">
|
|
38
|
+
<div class="pf-v5-c-toolbar">
|
|
39
|
+
<div class="pf-v5-c-toolbar__content">
|
|
40
|
+
<div class="pf-v5-c-toolbar__content-section">
|
|
41
|
+
<div class="pf-v5-c-toolbar__item">
|
|
42
|
+
<button
|
|
43
|
+
class="pf-v5-c-menu-toggle"
|
|
44
|
+
type="button"
|
|
45
|
+
aria-expanded="false"
|
|
46
|
+
>
|
|
47
|
+
<span class="pf-v5-c-menu-toggle__text">Context selector</span>
|
|
48
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
49
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
50
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
51
|
+
</span>
|
|
52
|
+
</span>
|
|
53
|
+
</button>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="pf-v5-c-toolbar__group pf-m-align-right">
|
|
56
|
+
<div class="pf-v5-c-toolbar__item">
|
|
57
|
+
<button
|
|
58
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
59
|
+
type="button"
|
|
60
|
+
aria-expanded="false"
|
|
61
|
+
aria-label="Actions"
|
|
62
|
+
>
|
|
63
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
64
|
+
</button>
|
|
65
|
+
</div>
|
|
66
|
+
<div class="pf-v5-c-toolbar__item">
|
|
67
|
+
<button
|
|
68
|
+
class="pf-v5-c-menu-toggle"
|
|
69
|
+
type="button"
|
|
70
|
+
aria-expanded="false"
|
|
71
|
+
>
|
|
72
|
+
<span class="pf-v5-c-menu-toggle__text">Alex dev</span>
|
|
73
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
74
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
75
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
76
|
+
</span>
|
|
77
|
+
</span>
|
|
78
|
+
</button>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
</div>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
</header>
|
|
86
|
+
<div class="pf-v5-c-page__sidebar">
|
|
87
|
+
PatternFly Navigation
|
|
88
|
+
<br />Product Name
|
|
89
|
+
<div class="pf-v5-c-page__sidebar-body">
|
|
90
|
+
<nav class="pf-v5-c-nav" aria-label="Global">
|
|
91
|
+
<section class="pf-v5-c-nav__section" aria-labelledby="grouped-title1">
|
|
92
|
+
<h2 class="pf-v5-c-nav__section-title" id="grouped-title1">Cluster</h2>
|
|
93
|
+
<ul class="pf-v5-c-nav__list" role="list">
|
|
94
|
+
<li class="pf-v5-c-nav__item">
|
|
95
|
+
<a href="#" class="pf-v5-c-nav__link">Dashboard</a>
|
|
96
|
+
</li>
|
|
97
|
+
<li class="pf-v5-c-nav__item">
|
|
98
|
+
<a href="#" class="pf-v5-c-nav__link">Builds</a>
|
|
99
|
+
</li>
|
|
100
|
+
<li class="pf-v5-c-nav__item">
|
|
101
|
+
<a href="#" class="pf-v5-c-nav__link">Compute</a>
|
|
102
|
+
</li>
|
|
103
|
+
<li class="pf-v5-c-nav__item">
|
|
104
|
+
<a href="#" class="pf-v5-c-nav__link">Networking</a>
|
|
105
|
+
</li>
|
|
106
|
+
<li class="pf-v5-c-nav__item">
|
|
107
|
+
<a href="#" class="pf-v5-c-nav__link">Observe</a>
|
|
108
|
+
</li>
|
|
109
|
+
<li class="pf-v5-c-nav__item">
|
|
110
|
+
<a href="#" class="pf-v5-c-nav__link">Operators</a>
|
|
111
|
+
</li>
|
|
112
|
+
<li class="pf-v5-c-nav__item">
|
|
113
|
+
<a
|
|
114
|
+
href="#"
|
|
115
|
+
class="pf-v5-c-nav__link pf-m-current"
|
|
116
|
+
aria-current="page"
|
|
117
|
+
>Applications</a>
|
|
118
|
+
</li>
|
|
119
|
+
<li class="pf-v5-c-nav__item">
|
|
120
|
+
<a href="#" class="pf-v5-c-nav__link">Workloads</a>
|
|
121
|
+
</li>
|
|
122
|
+
</ul>
|
|
123
|
+
</section>
|
|
124
|
+
<section class="pf-v5-c-nav__section" aria-labelledby="grouped-title2">
|
|
125
|
+
<h2 class="pf-v5-c-nav__section-title" id="grouped-title2">Settings</h2>
|
|
126
|
+
<ul class="pf-v5-c-nav__list" role="list">
|
|
127
|
+
<li class="pf-v5-c-nav__item">
|
|
128
|
+
<a href="#" class="pf-v5-c-nav__link">User Management</a>
|
|
129
|
+
</li>
|
|
130
|
+
<li class="pf-v5-c-nav__item">
|
|
131
|
+
<a href="#" class="pf-v5-c-nav__link">Administration</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="pf-v5-c-nav__item">
|
|
134
|
+
<a href="#" class="pf-v5-c-nav__link">Import YAML</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="pf-v5-c-nav__item">
|
|
137
|
+
<a href="#" class="pf-v5-c-nav__link">Help and Support</a>
|
|
138
|
+
</li>
|
|
139
|
+
</ul>
|
|
140
|
+
</section>
|
|
141
|
+
</nav>
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
|
|
145
|
+
<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>
|
|
157
|
+
|
|
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>
|
|
164
|
+
|
|
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>
|
|
171
|
+
|
|
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>
|
|
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>
|
|
208
|
+
</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>
|
|
222
|
+
</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>
|
|
236
|
+
</div>
|
|
237
|
+
<div class="pf-v5-c-toolbar__item">
|
|
238
|
+
<button
|
|
239
|
+
class="pf-v5-c-button pf-m-plain"
|
|
240
|
+
type="button"
|
|
241
|
+
aria-label="Remove"
|
|
242
|
+
>
|
|
243
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
244
|
+
</button>
|
|
245
|
+
</div>
|
|
246
|
+
</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
|
+
</div>
|
|
254
|
+
</div>
|
|
255
|
+
</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>
|
|
304
|
+
|
|
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"
|
|
325
|
+
>
|
|
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>
|
|
334
|
+
</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>
|
|
346
|
+
</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>
|
|
354
|
+
</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"
|
|
371
|
+
>
|
|
372
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
373
|
+
</button>
|
|
374
|
+
</td>
|
|
375
|
+
</tr>
|
|
376
|
+
|
|
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"
|
|
397
|
+
>
|
|
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>
|
|
406
|
+
</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>
|
|
418
|
+
</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>
|
|
426
|
+
</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"
|
|
443
|
+
>
|
|
444
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
445
|
+
</button>
|
|
446
|
+
</td>
|
|
447
|
+
</tr>
|
|
448
|
+
|
|
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"
|
|
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>
|
|
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>
|
|
489
|
+
</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>
|
|
497
|
+
</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"
|
|
514
|
+
>
|
|
515
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
516
|
+
</button>
|
|
517
|
+
</td>
|
|
518
|
+
</tr>
|
|
519
|
+
|
|
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
|
+
>
|
|
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>
|
|
548
|
+
</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>
|
|
560
|
+
</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>
|
|
568
|
+
</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"
|
|
585
|
+
>
|
|
586
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
587
|
+
</button>
|
|
588
|
+
</td>
|
|
589
|
+
</tr>
|
|
590
|
+
|
|
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"
|
|
610
|
+
>
|
|
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
|
+
</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>
|
|
631
|
+
</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>
|
|
639
|
+
</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"
|
|
656
|
+
>
|
|
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>
|
|
665
|
+
</main>
|
|
666
|
+
</div>
|
|
667
|
+
|
|
668
|
+
```
|
|
669
|
+
|
|
670
|
+
## Documentation
|
|
671
|
+
|
|
672
|
+
This demo was created at the hackathon and is temporary for testing.
|