@patternfly/patternfly 6.0.0-alpha.165 → 6.0.0-alpha.166
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/components/Button/button.css +33 -14
- package/components/Button/button.scss +36 -14
- package/components/_index.css +33 -14
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/ActionList/examples/ActionList.md +60 -20
- package/docs/components/Alert/examples/Alert.md +106 -62
- package/docs/components/BackToTop/examples/BackToTop.md +5 -3
- package/docs/components/Banner/examples/Banner.md +9 -3
- package/docs/components/Button/examples/Button.md +536 -367
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +43 -29
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +75 -33
- package/docs/components/CodeBlock/examples/CodeBlock.md +18 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +44 -22
- package/docs/components/ContextSelector/deprecated/context-selector.md +6 -8
- package/docs/components/DataList/examples/DataList.md +121 -63
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +125 -75
- package/docs/components/Drawer/examples/Drawer.md +57 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +204 -100
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +53 -19
- package/docs/components/Hint/examples/Hint.md +9 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +78 -26
- package/docs/components/InputGroup/examples/InputGroup.md +27 -9
- package/docs/components/JumpLinks/examples/JumpLinks.md +188 -68
- package/docs/components/Label/examples/Label.md +651 -217
- package/docs/components/LogViewer/examples/LogViewer.md +218 -86
- package/docs/components/Login/examples/Login.md +346 -282
- package/docs/components/Masthead/examples/masthead.md +27 -9
- package/docs/components/Menu/examples/Menu.md +35 -25
- package/docs/components/MenuToggle/examples/MenuToggle.md +3 -1
- package/docs/components/ModalBox/examples/ModalBox.md +48 -16
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +48 -16
- package/docs/components/Nav/examples/Navigation.md +12 -4
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +78 -42
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +6 -2
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.md +48 -16
- package/docs/components/Page/examples/Page.md +21 -7
- package/docs/components/Pagination/examples/Pagination.md +132 -44
- package/docs/components/Popover/examples/Popover.md +45 -15
- package/docs/components/Select/deprecated/Select.md +111 -55
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +12 -4
- package/docs/components/Table/examples/Table.md +363 -208
- package/docs/components/Tabs/examples/Tabs.md +1230 -574
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +132 -44
- package/docs/components/Toolbar/examples/Toolbar.md +120 -64
- package/docs/components/TreeView/examples/TreeView.md +12 -4
- package/docs/components/Wizard/examples/Wizard.md +105 -38
- package/docs/demos/AboutModal/examples/AboutModal.md +9 -3
- package/docs/demos/Alert/examples/Alert.md +39 -25
- package/docs/demos/BackToTop/examples/BackToTop.md +11 -5
- package/docs/demos/Banner/examples/Banner.md +12 -4
- package/docs/demos/Button/examples/Button.md +7 -7
- package/docs/demos/Card/examples/Card.md +106 -57
- package/docs/demos/CardView/examples/CardView.md +30 -13
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -8
- package/docs/demos/Dashboard/examples/Dashboard.md +43 -28
- package/docs/demos/DataList/examples/DataList.md +255 -149
- package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -7
- package/docs/demos/Drawer/examples/Drawer.md +89 -43
- package/docs/demos/Form/examples/BasicForms.md +141 -59
- package/docs/demos/JumpLinks/examples/JumpLinks.md +222 -109
- package/docs/demos/Masthead/examples/Masthead.md +63 -21
- package/docs/demos/Modal/examples/Modal.md +99 -37
- package/docs/demos/Nav/examples/Nav.md +45 -15
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +58 -43
- package/docs/demos/Page/examples/Page.md +54 -21
- package/docs/demos/Page/examples/Penta.md +9 -6
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +12 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +306 -133
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -2
- package/docs/demos/Table/examples/Table.md +474 -210
- package/docs/demos/Tabs/examples/Tabs.md +60 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +123 -72
- package/docs/demos/Wizard/examples/Wizard.md +179 -110
- package/package.json +1 -1
- package/patternfly-no-globals.css +33 -14
- package/patternfly.css +33 -14
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -93,7 +93,9 @@ wrapperTag: div
|
|
|
93
93
|
<button
|
|
94
94
|
class="pf-v6-c-button pf-m-primary pf-m-block"
|
|
95
95
|
type="submit"
|
|
96
|
-
>
|
|
96
|
+
>
|
|
97
|
+
<span class="pf-v6-c-button__text">Log in</span>
|
|
98
|
+
</button>
|
|
97
99
|
</div>
|
|
98
100
|
</form>
|
|
99
101
|
</div>
|
|
@@ -105,17 +107,19 @@ wrapperTag: div
|
|
|
105
107
|
type="button"
|
|
106
108
|
aria-label="Log in with Google"
|
|
107
109
|
>
|
|
108
|
-
<
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
110
|
+
<span class="pf-v6-c-button__text">
|
|
111
|
+
<svg
|
|
112
|
+
aria-hidden="true"
|
|
113
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
114
|
+
fill="currentColor"
|
|
115
|
+
viewBox="0 0 488 512"
|
|
116
|
+
class="pf-v6-svg"
|
|
117
|
+
>
|
|
118
|
+
<path
|
|
119
|
+
d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"
|
|
120
|
+
/>
|
|
121
|
+
</svg>
|
|
122
|
+
</span>
|
|
119
123
|
</button>
|
|
120
124
|
</li>
|
|
121
125
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -124,17 +128,19 @@ wrapperTag: div
|
|
|
124
128
|
type="button"
|
|
125
129
|
aria-label="Log in with Github"
|
|
126
130
|
>
|
|
127
|
-
<
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
131
|
+
<span class="pf-v6-c-button__text">
|
|
132
|
+
<svg
|
|
133
|
+
aria-hidden="true"
|
|
134
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
135
|
+
fill="currentColor"
|
|
136
|
+
viewBox="0 0 496 512"
|
|
137
|
+
class="pf-v6-svg"
|
|
138
|
+
>
|
|
139
|
+
<path
|
|
140
|
+
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
|
|
141
|
+
/>
|
|
142
|
+
</svg>
|
|
143
|
+
</span>
|
|
138
144
|
</button>
|
|
139
145
|
</li>
|
|
140
146
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -143,17 +149,19 @@ wrapperTag: div
|
|
|
143
149
|
type="button"
|
|
144
150
|
aria-label="Log in with Dropbox"
|
|
145
151
|
>
|
|
146
|
-
<
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
152
|
+
<span class="pf-v6-c-button__text">
|
|
153
|
+
<svg
|
|
154
|
+
aria-hidden="true"
|
|
155
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
156
|
+
fill="currentColor"
|
|
157
|
+
viewBox="0 0 528 512"
|
|
158
|
+
class="pf-v6-svg"
|
|
159
|
+
>
|
|
160
|
+
<path
|
|
161
|
+
d="M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"
|
|
162
|
+
/>
|
|
163
|
+
</svg>
|
|
164
|
+
</span>
|
|
157
165
|
</button>
|
|
158
166
|
</li>
|
|
159
167
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -162,17 +170,19 @@ wrapperTag: div
|
|
|
162
170
|
type="button"
|
|
163
171
|
aria-label="Log in with Facebook"
|
|
164
172
|
>
|
|
165
|
-
<
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
173
|
+
<span class="pf-v6-c-button__text">
|
|
174
|
+
<svg
|
|
175
|
+
aria-hidden="true"
|
|
176
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
177
|
+
fill="currentColor"
|
|
178
|
+
viewBox="0 0 448 512"
|
|
179
|
+
class="pf-v6-svg"
|
|
180
|
+
>
|
|
181
|
+
<path
|
|
182
|
+
d="M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"
|
|
183
|
+
/>
|
|
184
|
+
</svg>
|
|
185
|
+
</span>
|
|
176
186
|
</button>
|
|
177
187
|
</li>
|
|
178
188
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -181,17 +191,19 @@ wrapperTag: div
|
|
|
181
191
|
type="button"
|
|
182
192
|
aria-label="Log in with Gitlab"
|
|
183
193
|
>
|
|
184
|
-
<
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
194
|
+
<span class="pf-v6-c-button__text">
|
|
195
|
+
<svg
|
|
196
|
+
aria-hidden="true"
|
|
197
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
198
|
+
fill="currentColor"
|
|
199
|
+
viewBox="0 0 512 512"
|
|
200
|
+
class="pf-v6-svg"
|
|
201
|
+
>
|
|
202
|
+
<path
|
|
203
|
+
d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"
|
|
204
|
+
/>
|
|
205
|
+
</svg>
|
|
206
|
+
</span>
|
|
195
207
|
</button>
|
|
196
208
|
</li>
|
|
197
209
|
</ul>
|
|
@@ -330,7 +342,9 @@ wrapperTag: div
|
|
|
330
342
|
<button
|
|
331
343
|
class="pf-v6-c-button pf-m-primary pf-m-block"
|
|
332
344
|
type="submit"
|
|
333
|
-
>
|
|
345
|
+
>
|
|
346
|
+
<span class="pf-v6-c-button__text">Log in</span>
|
|
347
|
+
</button>
|
|
334
348
|
</div>
|
|
335
349
|
</form>
|
|
336
350
|
</div>
|
|
@@ -342,17 +356,19 @@ wrapperTag: div
|
|
|
342
356
|
type="button"
|
|
343
357
|
aria-label="Log in with Google"
|
|
344
358
|
>
|
|
345
|
-
<
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
359
|
+
<span class="pf-v6-c-button__text">
|
|
360
|
+
<svg
|
|
361
|
+
aria-hidden="true"
|
|
362
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
363
|
+
fill="currentColor"
|
|
364
|
+
viewBox="0 0 488 512"
|
|
365
|
+
class="pf-v6-svg"
|
|
366
|
+
>
|
|
367
|
+
<path
|
|
368
|
+
d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"
|
|
369
|
+
/>
|
|
370
|
+
</svg>
|
|
371
|
+
</span>
|
|
356
372
|
</button>
|
|
357
373
|
</li>
|
|
358
374
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -361,17 +377,19 @@ wrapperTag: div
|
|
|
361
377
|
type="button"
|
|
362
378
|
aria-label="Log in with Github"
|
|
363
379
|
>
|
|
364
|
-
<
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
380
|
+
<span class="pf-v6-c-button__text">
|
|
381
|
+
<svg
|
|
382
|
+
aria-hidden="true"
|
|
383
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
384
|
+
fill="currentColor"
|
|
385
|
+
viewBox="0 0 496 512"
|
|
386
|
+
class="pf-v6-svg"
|
|
387
|
+
>
|
|
388
|
+
<path
|
|
389
|
+
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
|
|
390
|
+
/>
|
|
391
|
+
</svg>
|
|
392
|
+
</span>
|
|
375
393
|
</button>
|
|
376
394
|
</li>
|
|
377
395
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -380,17 +398,19 @@ wrapperTag: div
|
|
|
380
398
|
type="button"
|
|
381
399
|
aria-label="Log in with Dropbox"
|
|
382
400
|
>
|
|
383
|
-
<
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
401
|
+
<span class="pf-v6-c-button__text">
|
|
402
|
+
<svg
|
|
403
|
+
aria-hidden="true"
|
|
404
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
405
|
+
fill="currentColor"
|
|
406
|
+
viewBox="0 0 528 512"
|
|
407
|
+
class="pf-v6-svg"
|
|
408
|
+
>
|
|
409
|
+
<path
|
|
410
|
+
d="M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"
|
|
411
|
+
/>
|
|
412
|
+
</svg>
|
|
413
|
+
</span>
|
|
394
414
|
</button>
|
|
395
415
|
</li>
|
|
396
416
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -399,17 +419,19 @@ wrapperTag: div
|
|
|
399
419
|
type="button"
|
|
400
420
|
aria-label="Log in with Facebook"
|
|
401
421
|
>
|
|
402
|
-
<
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
422
|
+
<span class="pf-v6-c-button__text">
|
|
423
|
+
<svg
|
|
424
|
+
aria-hidden="true"
|
|
425
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
426
|
+
fill="currentColor"
|
|
427
|
+
viewBox="0 0 448 512"
|
|
428
|
+
class="pf-v6-svg"
|
|
429
|
+
>
|
|
430
|
+
<path
|
|
431
|
+
d="M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"
|
|
432
|
+
/>
|
|
433
|
+
</svg>
|
|
434
|
+
</span>
|
|
413
435
|
</button>
|
|
414
436
|
</li>
|
|
415
437
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -418,17 +440,19 @@ wrapperTag: div
|
|
|
418
440
|
type="button"
|
|
419
441
|
aria-label="Log in with Gitlab"
|
|
420
442
|
>
|
|
421
|
-
<
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
443
|
+
<span class="pf-v6-c-button__text">
|
|
444
|
+
<svg
|
|
445
|
+
aria-hidden="true"
|
|
446
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
447
|
+
fill="currentColor"
|
|
448
|
+
viewBox="0 0 512 512"
|
|
449
|
+
class="pf-v6-svg"
|
|
450
|
+
>
|
|
451
|
+
<path
|
|
452
|
+
d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"
|
|
453
|
+
/>
|
|
454
|
+
</svg>
|
|
455
|
+
</span>
|
|
432
456
|
</button>
|
|
433
457
|
</li>
|
|
434
458
|
</ul>
|
|
@@ -537,7 +561,9 @@ wrapperTag: div
|
|
|
537
561
|
type="button"
|
|
538
562
|
aria-label="Show password"
|
|
539
563
|
>
|
|
540
|
-
<
|
|
564
|
+
<span class="pf-v6-c-button__text">
|
|
565
|
+
<i class="fas fa-eye" aria-hidden="true"></i>
|
|
566
|
+
</span>
|
|
541
567
|
</button>
|
|
542
568
|
</div>
|
|
543
569
|
</div>
|
|
@@ -560,7 +586,9 @@ wrapperTag: div
|
|
|
560
586
|
<button
|
|
561
587
|
class="pf-v6-c-button pf-m-primary pf-m-block"
|
|
562
588
|
type="submit"
|
|
563
|
-
>
|
|
589
|
+
>
|
|
590
|
+
<span class="pf-v6-c-button__text">Log in</span>
|
|
591
|
+
</button>
|
|
564
592
|
</div>
|
|
565
593
|
</form>
|
|
566
594
|
</div>
|
|
@@ -572,17 +600,19 @@ wrapperTag: div
|
|
|
572
600
|
type="button"
|
|
573
601
|
aria-label="Log in with Google"
|
|
574
602
|
>
|
|
575
|
-
<
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
603
|
+
<span class="pf-v6-c-button__text">
|
|
604
|
+
<svg
|
|
605
|
+
aria-hidden="true"
|
|
606
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
607
|
+
fill="currentColor"
|
|
608
|
+
viewBox="0 0 488 512"
|
|
609
|
+
class="pf-v6-svg"
|
|
610
|
+
>
|
|
611
|
+
<path
|
|
612
|
+
d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"
|
|
613
|
+
/>
|
|
614
|
+
</svg>
|
|
615
|
+
</span>
|
|
586
616
|
</button>
|
|
587
617
|
</li>
|
|
588
618
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -591,17 +621,19 @@ wrapperTag: div
|
|
|
591
621
|
type="button"
|
|
592
622
|
aria-label="Log in with Github"
|
|
593
623
|
>
|
|
594
|
-
<
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
624
|
+
<span class="pf-v6-c-button__text">
|
|
625
|
+
<svg
|
|
626
|
+
aria-hidden="true"
|
|
627
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
628
|
+
fill="currentColor"
|
|
629
|
+
viewBox="0 0 496 512"
|
|
630
|
+
class="pf-v6-svg"
|
|
631
|
+
>
|
|
632
|
+
<path
|
|
633
|
+
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
|
|
634
|
+
/>
|
|
635
|
+
</svg>
|
|
636
|
+
</span>
|
|
605
637
|
</button>
|
|
606
638
|
</li>
|
|
607
639
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -610,17 +642,19 @@ wrapperTag: div
|
|
|
610
642
|
type="button"
|
|
611
643
|
aria-label="Log in with Dropbox"
|
|
612
644
|
>
|
|
613
|
-
<
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
645
|
+
<span class="pf-v6-c-button__text">
|
|
646
|
+
<svg
|
|
647
|
+
aria-hidden="true"
|
|
648
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
649
|
+
fill="currentColor"
|
|
650
|
+
viewBox="0 0 528 512"
|
|
651
|
+
class="pf-v6-svg"
|
|
652
|
+
>
|
|
653
|
+
<path
|
|
654
|
+
d="M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"
|
|
655
|
+
/>
|
|
656
|
+
</svg>
|
|
657
|
+
</span>
|
|
624
658
|
</button>
|
|
625
659
|
</li>
|
|
626
660
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -629,17 +663,19 @@ wrapperTag: div
|
|
|
629
663
|
type="button"
|
|
630
664
|
aria-label="Log in with Facebook"
|
|
631
665
|
>
|
|
632
|
-
<
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
666
|
+
<span class="pf-v6-c-button__text">
|
|
667
|
+
<svg
|
|
668
|
+
aria-hidden="true"
|
|
669
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
670
|
+
fill="currentColor"
|
|
671
|
+
viewBox="0 0 448 512"
|
|
672
|
+
class="pf-v6-svg"
|
|
673
|
+
>
|
|
674
|
+
<path
|
|
675
|
+
d="M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"
|
|
676
|
+
/>
|
|
677
|
+
</svg>
|
|
678
|
+
</span>
|
|
643
679
|
</button>
|
|
644
680
|
</li>
|
|
645
681
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -648,17 +684,19 @@ wrapperTag: div
|
|
|
648
684
|
type="button"
|
|
649
685
|
aria-label="Log in with Gitlab"
|
|
650
686
|
>
|
|
651
|
-
<
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
687
|
+
<span class="pf-v6-c-button__text">
|
|
688
|
+
<svg
|
|
689
|
+
aria-hidden="true"
|
|
690
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
691
|
+
fill="currentColor"
|
|
692
|
+
viewBox="0 0 512 512"
|
|
693
|
+
class="pf-v6-svg"
|
|
694
|
+
>
|
|
695
|
+
<path
|
|
696
|
+
d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"
|
|
697
|
+
/>
|
|
698
|
+
</svg>
|
|
699
|
+
</span>
|
|
662
700
|
</button>
|
|
663
701
|
</li>
|
|
664
702
|
</ul>
|
|
@@ -774,7 +812,9 @@ wrapperTag: div
|
|
|
774
812
|
type="button"
|
|
775
813
|
aria-label="Hide password"
|
|
776
814
|
>
|
|
777
|
-
<
|
|
815
|
+
<span class="pf-v6-c-button__text">
|
|
816
|
+
<i class="fas fa-eye-slash" aria-hidden="true"></i>
|
|
817
|
+
</span>
|
|
778
818
|
</button>
|
|
779
819
|
</div>
|
|
780
820
|
</div>
|
|
@@ -797,7 +837,9 @@ wrapperTag: div
|
|
|
797
837
|
<button
|
|
798
838
|
class="pf-v6-c-button pf-m-primary pf-m-block"
|
|
799
839
|
type="submit"
|
|
800
|
-
>
|
|
840
|
+
>
|
|
841
|
+
<span class="pf-v6-c-button__text">Log in</span>
|
|
842
|
+
</button>
|
|
801
843
|
</div>
|
|
802
844
|
</form>
|
|
803
845
|
</div>
|
|
@@ -809,17 +851,19 @@ wrapperTag: div
|
|
|
809
851
|
type="button"
|
|
810
852
|
aria-label="Log in with Google"
|
|
811
853
|
>
|
|
812
|
-
<
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
854
|
+
<span class="pf-v6-c-button__text">
|
|
855
|
+
<svg
|
|
856
|
+
aria-hidden="true"
|
|
857
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
858
|
+
fill="currentColor"
|
|
859
|
+
viewBox="0 0 488 512"
|
|
860
|
+
class="pf-v6-svg"
|
|
861
|
+
>
|
|
862
|
+
<path
|
|
863
|
+
d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"
|
|
864
|
+
/>
|
|
865
|
+
</svg>
|
|
866
|
+
</span>
|
|
823
867
|
</button>
|
|
824
868
|
</li>
|
|
825
869
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -828,17 +872,19 @@ wrapperTag: div
|
|
|
828
872
|
type="button"
|
|
829
873
|
aria-label="Log in with Github"
|
|
830
874
|
>
|
|
831
|
-
<
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
875
|
+
<span class="pf-v6-c-button__text">
|
|
876
|
+
<svg
|
|
877
|
+
aria-hidden="true"
|
|
878
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
879
|
+
fill="currentColor"
|
|
880
|
+
viewBox="0 0 496 512"
|
|
881
|
+
class="pf-v6-svg"
|
|
882
|
+
>
|
|
883
|
+
<path
|
|
884
|
+
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
|
|
885
|
+
/>
|
|
886
|
+
</svg>
|
|
887
|
+
</span>
|
|
842
888
|
</button>
|
|
843
889
|
</li>
|
|
844
890
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -847,17 +893,19 @@ wrapperTag: div
|
|
|
847
893
|
type="button"
|
|
848
894
|
aria-label="Log in with Dropbox"
|
|
849
895
|
>
|
|
850
|
-
<
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
896
|
+
<span class="pf-v6-c-button__text">
|
|
897
|
+
<svg
|
|
898
|
+
aria-hidden="true"
|
|
899
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
900
|
+
fill="currentColor"
|
|
901
|
+
viewBox="0 0 528 512"
|
|
902
|
+
class="pf-v6-svg"
|
|
903
|
+
>
|
|
904
|
+
<path
|
|
905
|
+
d="M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"
|
|
906
|
+
/>
|
|
907
|
+
</svg>
|
|
908
|
+
</span>
|
|
861
909
|
</button>
|
|
862
910
|
</li>
|
|
863
911
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -866,17 +914,19 @@ wrapperTag: div
|
|
|
866
914
|
type="button"
|
|
867
915
|
aria-label="Log in with Facebook"
|
|
868
916
|
>
|
|
869
|
-
<
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
917
|
+
<span class="pf-v6-c-button__text">
|
|
918
|
+
<svg
|
|
919
|
+
aria-hidden="true"
|
|
920
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
921
|
+
fill="currentColor"
|
|
922
|
+
viewBox="0 0 448 512"
|
|
923
|
+
class="pf-v6-svg"
|
|
924
|
+
>
|
|
925
|
+
<path
|
|
926
|
+
d="M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"
|
|
927
|
+
/>
|
|
928
|
+
</svg>
|
|
929
|
+
</span>
|
|
880
930
|
</button>
|
|
881
931
|
</li>
|
|
882
932
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -885,17 +935,19 @@ wrapperTag: div
|
|
|
885
935
|
type="button"
|
|
886
936
|
aria-label="Log in with Gitlab"
|
|
887
937
|
>
|
|
888
|
-
<
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
938
|
+
<span class="pf-v6-c-button__text">
|
|
939
|
+
<svg
|
|
940
|
+
aria-hidden="true"
|
|
941
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
942
|
+
fill="currentColor"
|
|
943
|
+
viewBox="0 0 512 512"
|
|
944
|
+
class="pf-v6-svg"
|
|
945
|
+
>
|
|
946
|
+
<path
|
|
947
|
+
d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"
|
|
948
|
+
/>
|
|
949
|
+
</svg>
|
|
950
|
+
</span>
|
|
899
951
|
</button>
|
|
900
952
|
</li>
|
|
901
953
|
</ul>
|
|
@@ -1062,7 +1114,9 @@ wrapperTag: div
|
|
|
1062
1114
|
<button
|
|
1063
1115
|
class="pf-v6-c-button pf-m-primary pf-m-block"
|
|
1064
1116
|
type="submit"
|
|
1065
|
-
>
|
|
1117
|
+
>
|
|
1118
|
+
<span class="pf-v6-c-button__text">Log in</span>
|
|
1119
|
+
</button>
|
|
1066
1120
|
</div>
|
|
1067
1121
|
</form>
|
|
1068
1122
|
</div>
|
|
@@ -1074,17 +1128,19 @@ wrapperTag: div
|
|
|
1074
1128
|
type="button"
|
|
1075
1129
|
aria-label="Log in with Google"
|
|
1076
1130
|
>
|
|
1077
|
-
<
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1131
|
+
<span class="pf-v6-c-button__text">
|
|
1132
|
+
<svg
|
|
1133
|
+
aria-hidden="true"
|
|
1134
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1135
|
+
fill="currentColor"
|
|
1136
|
+
viewBox="0 0 488 512"
|
|
1137
|
+
class="pf-v6-svg"
|
|
1138
|
+
>
|
|
1139
|
+
<path
|
|
1140
|
+
d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"
|
|
1141
|
+
/>
|
|
1142
|
+
</svg>
|
|
1143
|
+
</span>
|
|
1088
1144
|
</button>
|
|
1089
1145
|
</li>
|
|
1090
1146
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -1093,17 +1149,19 @@ wrapperTag: div
|
|
|
1093
1149
|
type="button"
|
|
1094
1150
|
aria-label="Log in with Github"
|
|
1095
1151
|
>
|
|
1096
|
-
<
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1152
|
+
<span class="pf-v6-c-button__text">
|
|
1153
|
+
<svg
|
|
1154
|
+
aria-hidden="true"
|
|
1155
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1156
|
+
fill="currentColor"
|
|
1157
|
+
viewBox="0 0 496 512"
|
|
1158
|
+
class="pf-v6-svg"
|
|
1159
|
+
>
|
|
1160
|
+
<path
|
|
1161
|
+
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
|
|
1162
|
+
/>
|
|
1163
|
+
</svg>
|
|
1164
|
+
</span>
|
|
1107
1165
|
</button>
|
|
1108
1166
|
</li>
|
|
1109
1167
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -1112,17 +1170,19 @@ wrapperTag: div
|
|
|
1112
1170
|
type="button"
|
|
1113
1171
|
aria-label="Log in with Dropbox"
|
|
1114
1172
|
>
|
|
1115
|
-
<
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1173
|
+
<span class="pf-v6-c-button__text">
|
|
1174
|
+
<svg
|
|
1175
|
+
aria-hidden="true"
|
|
1176
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1177
|
+
fill="currentColor"
|
|
1178
|
+
viewBox="0 0 528 512"
|
|
1179
|
+
class="pf-v6-svg"
|
|
1180
|
+
>
|
|
1181
|
+
<path
|
|
1182
|
+
d="M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"
|
|
1183
|
+
/>
|
|
1184
|
+
</svg>
|
|
1185
|
+
</span>
|
|
1126
1186
|
</button>
|
|
1127
1187
|
</li>
|
|
1128
1188
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -1131,17 +1191,19 @@ wrapperTag: div
|
|
|
1131
1191
|
type="button"
|
|
1132
1192
|
aria-label="Log in with Facebook"
|
|
1133
1193
|
>
|
|
1134
|
-
<
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1194
|
+
<span class="pf-v6-c-button__text">
|
|
1195
|
+
<svg
|
|
1196
|
+
aria-hidden="true"
|
|
1197
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1198
|
+
fill="currentColor"
|
|
1199
|
+
viewBox="0 0 448 512"
|
|
1200
|
+
class="pf-v6-svg"
|
|
1201
|
+
>
|
|
1202
|
+
<path
|
|
1203
|
+
d="M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"
|
|
1204
|
+
/>
|
|
1205
|
+
</svg>
|
|
1206
|
+
</span>
|
|
1145
1207
|
</button>
|
|
1146
1208
|
</li>
|
|
1147
1209
|
<li class="pf-v6-c-login__main-footer-links-item">
|
|
@@ -1150,17 +1212,19 @@ wrapperTag: div
|
|
|
1150
1212
|
type="button"
|
|
1151
1213
|
aria-label="Log in with Gitlab"
|
|
1152
1214
|
>
|
|
1153
|
-
<
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1215
|
+
<span class="pf-v6-c-button__text">
|
|
1216
|
+
<svg
|
|
1217
|
+
aria-hidden="true"
|
|
1218
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1219
|
+
fill="currentColor"
|
|
1220
|
+
viewBox="0 0 512 512"
|
|
1221
|
+
class="pf-v6-svg"
|
|
1222
|
+
>
|
|
1223
|
+
<path
|
|
1224
|
+
d="M29.782 199.732L256 493.714 8.074 309.699c-6.856-5.142-9.712-13.996-7.141-21.993l28.849-87.974zm75.405-174.806c-3.142-8.854-15.709-8.854-18.851 0L29.782 199.732h131.961L105.187 24.926zm56.556 174.806L256 493.714l94.257-293.982H161.743zm349.324 87.974l-28.849-87.974L256 493.714l247.926-184.015c6.855-5.142 9.711-13.996 7.141-21.993zm-85.404-262.78c-3.142-8.854-15.709-8.854-18.851 0l-56.555 174.806h131.961L425.663 24.926z"
|
|
1225
|
+
/>
|
|
1226
|
+
</svg>
|
|
1227
|
+
</span>
|
|
1164
1228
|
</button>
|
|
1165
1229
|
</li>
|
|
1166
1230
|
</ul>
|