@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47
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/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +2 -2
- package/components/ExpandableSection/expandable-section.scss +2 -2
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -3
- package/components/NotificationDrawer/notification-drawer.scss +12 -5
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +2 -2
- package/components/Tabs/tabs.scss +2 -2
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +28 -20
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +52 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Icon/examples/Icon.md +91 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +1959 -339
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +349 -85
- package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
- package/docs/demos/Alert/examples/Alert.md +123 -15
- package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
- package/docs/demos/Banner/examples/Banner.md +78 -6
- package/docs/demos/Card/examples/Card.md +310 -34
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +73 -37
- package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
- package/docs/demos/Drawer/examples/Drawer.md +147 -21
- package/docs/demos/Form/examples/BasicForms.md +169 -13
- package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
- package/docs/demos/Masthead/examples/Masthead.md +370 -34
- package/docs/demos/Modal/examples/Modal.md +246 -30
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
- package/docs/demos/Page/examples/Page.md +548 -44
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +934 -73
- package/docs/demos/Tabs/examples/Tabs.md +261 -27
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
- package/docs/demos/Wizard/examples/Wizard.md +641 -92
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -20
- package/patternfly.css +28 -20
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -258,7 +258,19 @@ wrapperTag: div
|
|
|
258
258
|
</li>
|
|
259
259
|
<li class="pf-v6-c-breadcrumb__item">
|
|
260
260
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
261
|
-
<
|
|
261
|
+
<svg
|
|
262
|
+
class="pf-v6-svg"
|
|
263
|
+
viewBox="0 0 20 20"
|
|
264
|
+
fill="currentColor"
|
|
265
|
+
aria-hidden="true"
|
|
266
|
+
role="img"
|
|
267
|
+
width="1em"
|
|
268
|
+
height="1em"
|
|
269
|
+
>
|
|
270
|
+
<path
|
|
271
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
272
|
+
/>
|
|
273
|
+
</svg>
|
|
262
274
|
</span>
|
|
263
275
|
|
|
264
276
|
<a
|
|
@@ -268,7 +280,19 @@ wrapperTag: div
|
|
|
268
280
|
</li>
|
|
269
281
|
<li class="pf-v6-c-breadcrumb__item">
|
|
270
282
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
271
|
-
<
|
|
283
|
+
<svg
|
|
284
|
+
class="pf-v6-svg"
|
|
285
|
+
viewBox="0 0 20 20"
|
|
286
|
+
fill="currentColor"
|
|
287
|
+
aria-hidden="true"
|
|
288
|
+
role="img"
|
|
289
|
+
width="1em"
|
|
290
|
+
height="1em"
|
|
291
|
+
>
|
|
292
|
+
<path
|
|
293
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
294
|
+
/>
|
|
295
|
+
</svg>
|
|
272
296
|
</span>
|
|
273
297
|
|
|
274
298
|
<a
|
|
@@ -278,7 +302,19 @@ wrapperTag: div
|
|
|
278
302
|
</li>
|
|
279
303
|
<li class="pf-v6-c-breadcrumb__item">
|
|
280
304
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
281
|
-
<
|
|
305
|
+
<svg
|
|
306
|
+
class="pf-v6-svg"
|
|
307
|
+
viewBox="0 0 20 20"
|
|
308
|
+
fill="currentColor"
|
|
309
|
+
aria-hidden="true"
|
|
310
|
+
role="img"
|
|
311
|
+
width="1em"
|
|
312
|
+
height="1em"
|
|
313
|
+
>
|
|
314
|
+
<path
|
|
315
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
316
|
+
/>
|
|
317
|
+
</svg>
|
|
282
318
|
</span>
|
|
283
319
|
|
|
284
320
|
<a
|
|
@@ -360,7 +396,7 @@ wrapperTag: div
|
|
|
360
396
|
<span class="pf-v6-c-button__icon">
|
|
361
397
|
<svg
|
|
362
398
|
class="pf-v6-svg"
|
|
363
|
-
viewBox="0 0
|
|
399
|
+
viewBox="0 0 20 20"
|
|
364
400
|
fill="currentColor"
|
|
365
401
|
aria-hidden="true"
|
|
366
402
|
role="img"
|
|
@@ -368,7 +404,7 @@ wrapperTag: div
|
|
|
368
404
|
height="1em"
|
|
369
405
|
>
|
|
370
406
|
<path
|
|
371
|
-
d="
|
|
407
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
372
408
|
/>
|
|
373
409
|
</svg>
|
|
374
410
|
</span>
|
|
@@ -765,7 +801,19 @@ wrapperTag: div
|
|
|
765
801
|
</li>
|
|
766
802
|
<li class="pf-v6-c-breadcrumb__item">
|
|
767
803
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
768
|
-
<
|
|
804
|
+
<svg
|
|
805
|
+
class="pf-v6-svg"
|
|
806
|
+
viewBox="0 0 20 20"
|
|
807
|
+
fill="currentColor"
|
|
808
|
+
aria-hidden="true"
|
|
809
|
+
role="img"
|
|
810
|
+
width="1em"
|
|
811
|
+
height="1em"
|
|
812
|
+
>
|
|
813
|
+
<path
|
|
814
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
815
|
+
/>
|
|
816
|
+
</svg>
|
|
769
817
|
</span>
|
|
770
818
|
|
|
771
819
|
<a
|
|
@@ -775,7 +823,19 @@ wrapperTag: div
|
|
|
775
823
|
</li>
|
|
776
824
|
<li class="pf-v6-c-breadcrumb__item">
|
|
777
825
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
778
|
-
<
|
|
826
|
+
<svg
|
|
827
|
+
class="pf-v6-svg"
|
|
828
|
+
viewBox="0 0 20 20"
|
|
829
|
+
fill="currentColor"
|
|
830
|
+
aria-hidden="true"
|
|
831
|
+
role="img"
|
|
832
|
+
width="1em"
|
|
833
|
+
height="1em"
|
|
834
|
+
>
|
|
835
|
+
<path
|
|
836
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
837
|
+
/>
|
|
838
|
+
</svg>
|
|
779
839
|
</span>
|
|
780
840
|
|
|
781
841
|
<a
|
|
@@ -785,7 +845,19 @@ wrapperTag: div
|
|
|
785
845
|
</li>
|
|
786
846
|
<li class="pf-v6-c-breadcrumb__item">
|
|
787
847
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
788
|
-
<
|
|
848
|
+
<svg
|
|
849
|
+
class="pf-v6-svg"
|
|
850
|
+
viewBox="0 0 20 20"
|
|
851
|
+
fill="currentColor"
|
|
852
|
+
aria-hidden="true"
|
|
853
|
+
role="img"
|
|
854
|
+
width="1em"
|
|
855
|
+
height="1em"
|
|
856
|
+
>
|
|
857
|
+
<path
|
|
858
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
859
|
+
/>
|
|
860
|
+
</svg>
|
|
789
861
|
</span>
|
|
790
862
|
|
|
791
863
|
<a
|
|
@@ -1108,7 +1180,19 @@ wrapperTag: div
|
|
|
1108
1180
|
</li>
|
|
1109
1181
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1110
1182
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1111
|
-
<
|
|
1183
|
+
<svg
|
|
1184
|
+
class="pf-v6-svg"
|
|
1185
|
+
viewBox="0 0 20 20"
|
|
1186
|
+
fill="currentColor"
|
|
1187
|
+
aria-hidden="true"
|
|
1188
|
+
role="img"
|
|
1189
|
+
width="1em"
|
|
1190
|
+
height="1em"
|
|
1191
|
+
>
|
|
1192
|
+
<path
|
|
1193
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1194
|
+
/>
|
|
1195
|
+
</svg>
|
|
1112
1196
|
</span>
|
|
1113
1197
|
|
|
1114
1198
|
<a
|
|
@@ -1118,7 +1202,19 @@ wrapperTag: div
|
|
|
1118
1202
|
</li>
|
|
1119
1203
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1120
1204
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1121
|
-
<
|
|
1205
|
+
<svg
|
|
1206
|
+
class="pf-v6-svg"
|
|
1207
|
+
viewBox="0 0 20 20"
|
|
1208
|
+
fill="currentColor"
|
|
1209
|
+
aria-hidden="true"
|
|
1210
|
+
role="img"
|
|
1211
|
+
width="1em"
|
|
1212
|
+
height="1em"
|
|
1213
|
+
>
|
|
1214
|
+
<path
|
|
1215
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1216
|
+
/>
|
|
1217
|
+
</svg>
|
|
1122
1218
|
</span>
|
|
1123
1219
|
|
|
1124
1220
|
<a
|
|
@@ -1128,7 +1224,19 @@ wrapperTag: div
|
|
|
1128
1224
|
</li>
|
|
1129
1225
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1130
1226
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1131
|
-
<
|
|
1227
|
+
<svg
|
|
1228
|
+
class="pf-v6-svg"
|
|
1229
|
+
viewBox="0 0 20 20"
|
|
1230
|
+
fill="currentColor"
|
|
1231
|
+
aria-hidden="true"
|
|
1232
|
+
role="img"
|
|
1233
|
+
width="1em"
|
|
1234
|
+
height="1em"
|
|
1235
|
+
>
|
|
1236
|
+
<path
|
|
1237
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1238
|
+
/>
|
|
1239
|
+
</svg>
|
|
1132
1240
|
</span>
|
|
1133
1241
|
|
|
1134
1242
|
<a
|
|
@@ -1458,10 +1566,19 @@ wrapperTag: div
|
|
|
1458
1566
|
>
|
|
1459
1567
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1460
1568
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1461
|
-
<
|
|
1462
|
-
class="
|
|
1569
|
+
<svg
|
|
1570
|
+
class="pf-v6-svg"
|
|
1571
|
+
viewBox="0 0 20 20"
|
|
1572
|
+
fill="currentColor"
|
|
1463
1573
|
aria-hidden="true"
|
|
1464
|
-
|
|
1574
|
+
role="img"
|
|
1575
|
+
width="1em"
|
|
1576
|
+
height="1em"
|
|
1577
|
+
>
|
|
1578
|
+
<path
|
|
1579
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1580
|
+
/>
|
|
1581
|
+
</svg>
|
|
1465
1582
|
</span>
|
|
1466
1583
|
</span>
|
|
1467
1584
|
<span
|
|
@@ -1602,7 +1719,7 @@ wrapperTag: div
|
|
|
1602
1719
|
<span class="pf-v6-c-button__icon">
|
|
1603
1720
|
<svg
|
|
1604
1721
|
class="pf-v6-svg"
|
|
1605
|
-
viewBox="0 0
|
|
1722
|
+
viewBox="0 0 20 20"
|
|
1606
1723
|
fill="currentColor"
|
|
1607
1724
|
aria-hidden="true"
|
|
1608
1725
|
role="img"
|
|
@@ -1610,7 +1727,7 @@ wrapperTag: div
|
|
|
1610
1727
|
height="1em"
|
|
1611
1728
|
>
|
|
1612
1729
|
<path
|
|
1613
|
-
d="
|
|
1730
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1614
1731
|
/>
|
|
1615
1732
|
</svg>
|
|
1616
1733
|
</span>
|
|
@@ -1892,10 +2009,19 @@ wrapperTag: div
|
|
|
1892
2009
|
>
|
|
1893
2010
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1894
2011
|
<span class="pf-v6-c-jump-links__toggle-icon">
|
|
1895
|
-
<
|
|
1896
|
-
class="
|
|
2012
|
+
<svg
|
|
2013
|
+
class="pf-v6-svg"
|
|
2014
|
+
viewBox="0 0 20 20"
|
|
2015
|
+
fill="currentColor"
|
|
1897
2016
|
aria-hidden="true"
|
|
1898
|
-
|
|
2017
|
+
role="img"
|
|
2018
|
+
width="1em"
|
|
2019
|
+
height="1em"
|
|
2020
|
+
>
|
|
2021
|
+
<path
|
|
2022
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2023
|
+
/>
|
|
2024
|
+
</svg>
|
|
1899
2025
|
</span>
|
|
1900
2026
|
</span>
|
|
1901
2027
|
<span
|
|
@@ -2036,7 +2162,7 @@ wrapperTag: div
|
|
|
2036
2162
|
<span class="pf-v6-c-button__icon">
|
|
2037
2163
|
<svg
|
|
2038
2164
|
class="pf-v6-svg"
|
|
2039
|
-
viewBox="0 0
|
|
2165
|
+
viewBox="0 0 20 20"
|
|
2040
2166
|
fill="currentColor"
|
|
2041
2167
|
aria-hidden="true"
|
|
2042
2168
|
role="img"
|
|
@@ -2044,7 +2170,7 @@ wrapperTag: div
|
|
|
2044
2170
|
height="1em"
|
|
2045
2171
|
>
|
|
2046
2172
|
<path
|
|
2047
|
-
d="
|
|
2173
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2048
2174
|
/>
|
|
2049
2175
|
</svg>
|
|
2050
2176
|
</span>
|
|
@@ -1087,7 +1087,19 @@ subsection: forms
|
|
|
1087
1087
|
aria-labelledby="-label-1-button -label-1-text"
|
|
1088
1088
|
>
|
|
1089
1089
|
<span class="pf-v6-c-button__icon">
|
|
1090
|
-
|
|
1090
|
+
<svg
|
|
1091
|
+
class="pf-v6-svg"
|
|
1092
|
+
viewBox="0 0 20 20"
|
|
1093
|
+
fill="currentColor"
|
|
1094
|
+
aria-hidden="true"
|
|
1095
|
+
role="img"
|
|
1096
|
+
width="1em"
|
|
1097
|
+
height="1em"
|
|
1098
|
+
>
|
|
1099
|
+
<path
|
|
1100
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1101
|
+
/>
|
|
1102
|
+
</svg>
|
|
1091
1103
|
</span>
|
|
1092
1104
|
</button>
|
|
1093
1105
|
</span>
|
|
@@ -1110,7 +1122,19 @@ subsection: forms
|
|
|
1110
1122
|
aria-labelledby="-label-2-button -label-2-text"
|
|
1111
1123
|
>
|
|
1112
1124
|
<span class="pf-v6-c-button__icon">
|
|
1113
|
-
|
|
1125
|
+
<svg
|
|
1126
|
+
class="pf-v6-svg"
|
|
1127
|
+
viewBox="0 0 20 20"
|
|
1128
|
+
fill="currentColor"
|
|
1129
|
+
aria-hidden="true"
|
|
1130
|
+
role="img"
|
|
1131
|
+
width="1em"
|
|
1132
|
+
height="1em"
|
|
1133
|
+
>
|
|
1134
|
+
<path
|
|
1135
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1136
|
+
/>
|
|
1137
|
+
</svg>
|
|
1114
1138
|
</span>
|
|
1115
1139
|
</button>
|
|
1116
1140
|
</span>
|
|
@@ -1156,7 +1180,19 @@ subsection: forms
|
|
|
1156
1180
|
>
|
|
1157
1181
|
<span class="pf-v6-c-button__icon">
|
|
1158
1182
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1159
|
-
<
|
|
1183
|
+
<svg
|
|
1184
|
+
class="pf-v6-svg"
|
|
1185
|
+
viewBox="0 0 20 20"
|
|
1186
|
+
fill="currentColor"
|
|
1187
|
+
aria-hidden="true"
|
|
1188
|
+
role="img"
|
|
1189
|
+
width="1em"
|
|
1190
|
+
height="1em"
|
|
1191
|
+
>
|
|
1192
|
+
<path
|
|
1193
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1194
|
+
/>
|
|
1195
|
+
</svg>
|
|
1160
1196
|
</span>
|
|
1161
1197
|
</span>
|
|
1162
1198
|
</button>
|
|
@@ -1194,7 +1230,19 @@ subsection: forms
|
|
|
1194
1230
|
>
|
|
1195
1231
|
<span class="pf-v6-c-button__icon">
|
|
1196
1232
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1197
|
-
<
|
|
1233
|
+
<svg
|
|
1234
|
+
class="pf-v6-svg"
|
|
1235
|
+
viewBox="0 0 20 20"
|
|
1236
|
+
fill="currentColor"
|
|
1237
|
+
aria-hidden="true"
|
|
1238
|
+
role="img"
|
|
1239
|
+
width="1em"
|
|
1240
|
+
height="1em"
|
|
1241
|
+
>
|
|
1242
|
+
<path
|
|
1243
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1244
|
+
/>
|
|
1245
|
+
</svg>
|
|
1198
1246
|
</span>
|
|
1199
1247
|
</span>
|
|
1200
1248
|
</button>
|
|
@@ -1232,7 +1280,19 @@ subsection: forms
|
|
|
1232
1280
|
>
|
|
1233
1281
|
<span class="pf-v6-c-button__icon">
|
|
1234
1282
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1235
|
-
<
|
|
1283
|
+
<svg
|
|
1284
|
+
class="pf-v6-svg"
|
|
1285
|
+
viewBox="0 0 20 20"
|
|
1286
|
+
fill="currentColor"
|
|
1287
|
+
aria-hidden="true"
|
|
1288
|
+
role="img"
|
|
1289
|
+
width="1em"
|
|
1290
|
+
height="1em"
|
|
1291
|
+
>
|
|
1292
|
+
<path
|
|
1293
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1294
|
+
/>
|
|
1295
|
+
</svg>
|
|
1236
1296
|
</span>
|
|
1237
1297
|
</span>
|
|
1238
1298
|
</button>
|
|
@@ -1269,7 +1329,19 @@ subsection: forms
|
|
|
1269
1329
|
>
|
|
1270
1330
|
<span class="pf-v6-c-button__icon">
|
|
1271
1331
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1272
|
-
<
|
|
1332
|
+
<svg
|
|
1333
|
+
class="pf-v6-svg"
|
|
1334
|
+
viewBox="0 0 20 20"
|
|
1335
|
+
fill="currentColor"
|
|
1336
|
+
aria-hidden="true"
|
|
1337
|
+
role="img"
|
|
1338
|
+
width="1em"
|
|
1339
|
+
height="1em"
|
|
1340
|
+
>
|
|
1341
|
+
<path
|
|
1342
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1343
|
+
/>
|
|
1344
|
+
</svg>
|
|
1273
1345
|
</span>
|
|
1274
1346
|
</span>
|
|
1275
1347
|
</button>
|
|
@@ -1306,7 +1378,19 @@ subsection: forms
|
|
|
1306
1378
|
>
|
|
1307
1379
|
<span class="pf-v6-c-button__icon">
|
|
1308
1380
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1309
|
-
<
|
|
1381
|
+
<svg
|
|
1382
|
+
class="pf-v6-svg"
|
|
1383
|
+
viewBox="0 0 20 20"
|
|
1384
|
+
fill="currentColor"
|
|
1385
|
+
aria-hidden="true"
|
|
1386
|
+
role="img"
|
|
1387
|
+
width="1em"
|
|
1388
|
+
height="1em"
|
|
1389
|
+
>
|
|
1390
|
+
<path
|
|
1391
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1392
|
+
/>
|
|
1393
|
+
</svg>
|
|
1310
1394
|
</span>
|
|
1311
1395
|
</span>
|
|
1312
1396
|
</button>
|
|
@@ -1344,7 +1428,19 @@ subsection: forms
|
|
|
1344
1428
|
>
|
|
1345
1429
|
<span class="pf-v6-c-button__icon">
|
|
1346
1430
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1347
|
-
<
|
|
1431
|
+
<svg
|
|
1432
|
+
class="pf-v6-svg"
|
|
1433
|
+
viewBox="0 0 20 20"
|
|
1434
|
+
fill="currentColor"
|
|
1435
|
+
aria-hidden="true"
|
|
1436
|
+
role="img"
|
|
1437
|
+
width="1em"
|
|
1438
|
+
height="1em"
|
|
1439
|
+
>
|
|
1440
|
+
<path
|
|
1441
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1442
|
+
/>
|
|
1443
|
+
</svg>
|
|
1348
1444
|
</span>
|
|
1349
1445
|
</span>
|
|
1350
1446
|
</button>
|
|
@@ -1462,7 +1558,19 @@ subsection: forms
|
|
|
1462
1558
|
>
|
|
1463
1559
|
<span class="pf-v6-c-button__icon">
|
|
1464
1560
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1465
|
-
<
|
|
1561
|
+
<svg
|
|
1562
|
+
class="pf-v6-svg"
|
|
1563
|
+
viewBox="0 0 20 20"
|
|
1564
|
+
fill="currentColor"
|
|
1565
|
+
aria-hidden="true"
|
|
1566
|
+
role="img"
|
|
1567
|
+
width="1em"
|
|
1568
|
+
height="1em"
|
|
1569
|
+
>
|
|
1570
|
+
<path
|
|
1571
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1572
|
+
/>
|
|
1573
|
+
</svg>
|
|
1466
1574
|
</span>
|
|
1467
1575
|
</span>
|
|
1468
1576
|
</button>
|
|
@@ -1502,7 +1610,19 @@ subsection: forms
|
|
|
1502
1610
|
>
|
|
1503
1611
|
<span class="pf-v6-c-button__icon">
|
|
1504
1612
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1505
|
-
<
|
|
1613
|
+
<svg
|
|
1614
|
+
class="pf-v6-svg"
|
|
1615
|
+
viewBox="0 0 20 20"
|
|
1616
|
+
fill="currentColor"
|
|
1617
|
+
aria-hidden="true"
|
|
1618
|
+
role="img"
|
|
1619
|
+
width="1em"
|
|
1620
|
+
height="1em"
|
|
1621
|
+
>
|
|
1622
|
+
<path
|
|
1623
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1624
|
+
/>
|
|
1625
|
+
</svg>
|
|
1506
1626
|
</span>
|
|
1507
1627
|
</span>
|
|
1508
1628
|
</button>
|
|
@@ -1676,7 +1796,19 @@ subsection: forms
|
|
|
1676
1796
|
>
|
|
1677
1797
|
<span class="pf-v6-c-button__icon">
|
|
1678
1798
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1679
|
-
<
|
|
1799
|
+
<svg
|
|
1800
|
+
class="pf-v6-svg"
|
|
1801
|
+
viewBox="0 0 20 20"
|
|
1802
|
+
fill="currentColor"
|
|
1803
|
+
aria-hidden="true"
|
|
1804
|
+
role="img"
|
|
1805
|
+
width="1em"
|
|
1806
|
+
height="1em"
|
|
1807
|
+
>
|
|
1808
|
+
<path
|
|
1809
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1810
|
+
/>
|
|
1811
|
+
</svg>
|
|
1680
1812
|
</span>
|
|
1681
1813
|
</span>
|
|
1682
1814
|
</button>
|
|
@@ -1805,7 +1937,19 @@ subsection: forms
|
|
|
1805
1937
|
>
|
|
1806
1938
|
<span class="pf-v6-c-button__icon">
|
|
1807
1939
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1808
|
-
<
|
|
1940
|
+
<svg
|
|
1941
|
+
class="pf-v6-svg"
|
|
1942
|
+
viewBox="0 0 20 20"
|
|
1943
|
+
fill="currentColor"
|
|
1944
|
+
aria-hidden="true"
|
|
1945
|
+
role="img"
|
|
1946
|
+
width="1em"
|
|
1947
|
+
height="1em"
|
|
1948
|
+
>
|
|
1949
|
+
<path
|
|
1950
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
1951
|
+
/>
|
|
1952
|
+
</svg>
|
|
1809
1953
|
</span>
|
|
1810
1954
|
</span>
|
|
1811
1955
|
</button>
|
|
@@ -1845,7 +1989,19 @@ subsection: forms
|
|
|
1845
1989
|
>
|
|
1846
1990
|
<span class="pf-v6-c-button__icon">
|
|
1847
1991
|
<span class="pf-v6-c-form__field-group-toggle-icon">
|
|
1848
|
-
<
|
|
1992
|
+
<svg
|
|
1993
|
+
class="pf-v6-svg"
|
|
1994
|
+
viewBox="0 0 20 20"
|
|
1995
|
+
fill="currentColor"
|
|
1996
|
+
aria-hidden="true"
|
|
1997
|
+
role="img"
|
|
1998
|
+
width="1em"
|
|
1999
|
+
height="1em"
|
|
2000
|
+
>
|
|
2001
|
+
<path
|
|
2002
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
2003
|
+
/>
|
|
2004
|
+
</svg>
|
|
1849
2005
|
</span>
|
|
1850
2006
|
</span>
|
|
1851
2007
|
</button>
|