@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
|
@@ -147,7 +147,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
147
147
|
>
|
|
148
148
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
149
149
|
<span class="pf-v6-c-expandable-section__toggle-icon">
|
|
150
|
-
<
|
|
150
|
+
<svg
|
|
151
|
+
class="pf-v6-svg"
|
|
152
|
+
viewBox="0 0 20 20"
|
|
153
|
+
fill="currentColor"
|
|
154
|
+
aria-hidden="true"
|
|
155
|
+
role="img"
|
|
156
|
+
width="1em"
|
|
157
|
+
height="1em"
|
|
158
|
+
>
|
|
159
|
+
<path
|
|
160
|
+
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"
|
|
161
|
+
/>
|
|
162
|
+
</svg>
|
|
151
163
|
</span>
|
|
152
164
|
</span>
|
|
153
165
|
<span class="pf-v6-c-button__text">
|
|
@@ -218,7 +230,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
218
230
|
<span class="pf-v6-c-button__icon">
|
|
219
231
|
<svg
|
|
220
232
|
class="pf-v6-svg"
|
|
221
|
-
viewBox="0 0
|
|
233
|
+
viewBox="0 0 20 20"
|
|
222
234
|
fill="currentColor"
|
|
223
235
|
aria-hidden="true"
|
|
224
236
|
role="img"
|
|
@@ -226,7 +238,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
226
238
|
height="1em"
|
|
227
239
|
>
|
|
228
240
|
<path
|
|
229
|
-
d="
|
|
241
|
+
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"
|
|
230
242
|
/>
|
|
231
243
|
</svg>
|
|
232
244
|
</span>
|
|
@@ -281,7 +293,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
281
293
|
<span class="pf-v6-c-button__icon">
|
|
282
294
|
<svg
|
|
283
295
|
class="pf-v6-svg"
|
|
284
|
-
viewBox="0 0
|
|
296
|
+
viewBox="0 0 20 20"
|
|
285
297
|
fill="currentColor"
|
|
286
298
|
aria-hidden="true"
|
|
287
299
|
role="img"
|
|
@@ -289,7 +301,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
289
301
|
height="1em"
|
|
290
302
|
>
|
|
291
303
|
<path
|
|
292
|
-
d="
|
|
304
|
+
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"
|
|
293
305
|
/>
|
|
294
306
|
</svg>
|
|
295
307
|
</span>
|
|
@@ -344,7 +356,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
344
356
|
<span class="pf-v6-c-button__icon">
|
|
345
357
|
<svg
|
|
346
358
|
class="pf-v6-svg"
|
|
347
|
-
viewBox="0 0
|
|
359
|
+
viewBox="0 0 20 20"
|
|
348
360
|
fill="currentColor"
|
|
349
361
|
aria-hidden="true"
|
|
350
362
|
role="img"
|
|
@@ -352,7 +364,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
352
364
|
height="1em"
|
|
353
365
|
>
|
|
354
366
|
<path
|
|
355
|
-
d="
|
|
367
|
+
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"
|
|
356
368
|
/>
|
|
357
369
|
</svg>
|
|
358
370
|
</span>
|
|
@@ -401,7 +413,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
401
413
|
>
|
|
402
414
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
403
415
|
<span class="pf-v6-c-expandable-section__toggle-icon">
|
|
404
|
-
<
|
|
416
|
+
<svg
|
|
417
|
+
class="pf-v6-svg"
|
|
418
|
+
viewBox="0 0 20 20"
|
|
419
|
+
fill="currentColor"
|
|
420
|
+
aria-hidden="true"
|
|
421
|
+
role="img"
|
|
422
|
+
width="1em"
|
|
423
|
+
height="1em"
|
|
424
|
+
>
|
|
425
|
+
<path
|
|
426
|
+
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"
|
|
427
|
+
/>
|
|
428
|
+
</svg>
|
|
405
429
|
</span>
|
|
406
430
|
</span>
|
|
407
431
|
<span class="pf-v6-c-button__text">
|
|
@@ -471,7 +495,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
471
495
|
<span class="pf-v6-c-button__icon">
|
|
472
496
|
<svg
|
|
473
497
|
class="pf-v6-svg"
|
|
474
|
-
viewBox="0 0
|
|
498
|
+
viewBox="0 0 20 20"
|
|
475
499
|
fill="currentColor"
|
|
476
500
|
aria-hidden="true"
|
|
477
501
|
role="img"
|
|
@@ -479,7 +503,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
479
503
|
height="1em"
|
|
480
504
|
>
|
|
481
505
|
<path
|
|
482
|
-
d="
|
|
506
|
+
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"
|
|
483
507
|
/>
|
|
484
508
|
</svg>
|
|
485
509
|
</span>
|
|
@@ -534,7 +558,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
534
558
|
<span class="pf-v6-c-button__icon">
|
|
535
559
|
<svg
|
|
536
560
|
class="pf-v6-svg"
|
|
537
|
-
viewBox="0 0
|
|
561
|
+
viewBox="0 0 20 20"
|
|
538
562
|
fill="currentColor"
|
|
539
563
|
aria-hidden="true"
|
|
540
564
|
role="img"
|
|
@@ -542,7 +566,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
542
566
|
height="1em"
|
|
543
567
|
>
|
|
544
568
|
<path
|
|
545
|
-
d="
|
|
569
|
+
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"
|
|
546
570
|
/>
|
|
547
571
|
</svg>
|
|
548
572
|
</span>
|
|
@@ -597,7 +621,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
597
621
|
<span class="pf-v6-c-button__icon">
|
|
598
622
|
<svg
|
|
599
623
|
class="pf-v6-svg"
|
|
600
|
-
viewBox="0 0
|
|
624
|
+
viewBox="0 0 20 20"
|
|
601
625
|
fill="currentColor"
|
|
602
626
|
aria-hidden="true"
|
|
603
627
|
role="img"
|
|
@@ -605,7 +629,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
605
629
|
height="1em"
|
|
606
630
|
>
|
|
607
631
|
<path
|
|
608
|
-
d="
|
|
632
|
+
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"
|
|
609
633
|
/>
|
|
610
634
|
</svg>
|
|
611
635
|
</span>
|
|
@@ -654,7 +678,19 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
654
678
|
>
|
|
655
679
|
<span class="pf-v6-c-button__icon pf-m-start">
|
|
656
680
|
<span class="pf-v6-c-expandable-section__toggle-icon">
|
|
657
|
-
<
|
|
681
|
+
<svg
|
|
682
|
+
class="pf-v6-svg"
|
|
683
|
+
viewBox="0 0 20 20"
|
|
684
|
+
fill="currentColor"
|
|
685
|
+
aria-hidden="true"
|
|
686
|
+
role="img"
|
|
687
|
+
width="1em"
|
|
688
|
+
height="1em"
|
|
689
|
+
>
|
|
690
|
+
<path
|
|
691
|
+
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"
|
|
692
|
+
/>
|
|
693
|
+
</svg>
|
|
658
694
|
</span>
|
|
659
695
|
</span>
|
|
660
696
|
<span class="pf-v6-c-button__text">
|
|
@@ -724,7 +760,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
724
760
|
<span class="pf-v6-c-button__icon">
|
|
725
761
|
<svg
|
|
726
762
|
class="pf-v6-svg"
|
|
727
|
-
viewBox="0 0
|
|
763
|
+
viewBox="0 0 20 20"
|
|
728
764
|
fill="currentColor"
|
|
729
765
|
aria-hidden="true"
|
|
730
766
|
role="img"
|
|
@@ -732,7 +768,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
732
768
|
height="1em"
|
|
733
769
|
>
|
|
734
770
|
<path
|
|
735
|
-
d="
|
|
771
|
+
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"
|
|
736
772
|
/>
|
|
737
773
|
</svg>
|
|
738
774
|
</span>
|
|
@@ -787,7 +823,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
787
823
|
<span class="pf-v6-c-button__icon">
|
|
788
824
|
<svg
|
|
789
825
|
class="pf-v6-svg"
|
|
790
|
-
viewBox="0 0
|
|
826
|
+
viewBox="0 0 20 20"
|
|
791
827
|
fill="currentColor"
|
|
792
828
|
aria-hidden="true"
|
|
793
829
|
role="img"
|
|
@@ -795,7 +831,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
795
831
|
height="1em"
|
|
796
832
|
>
|
|
797
833
|
<path
|
|
798
|
-
d="
|
|
834
|
+
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"
|
|
799
835
|
/>
|
|
800
836
|
</svg>
|
|
801
837
|
</span>
|
|
@@ -850,7 +886,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
850
886
|
<span class="pf-v6-c-button__icon">
|
|
851
887
|
<svg
|
|
852
888
|
class="pf-v6-svg"
|
|
853
|
-
viewBox="0 0
|
|
889
|
+
viewBox="0 0 20 20"
|
|
854
890
|
fill="currentColor"
|
|
855
891
|
aria-hidden="true"
|
|
856
892
|
role="img"
|
|
@@ -858,7 +894,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
|
|
|
858
894
|
height="1em"
|
|
859
895
|
>
|
|
860
896
|
<path
|
|
861
|
-
d="
|
|
897
|
+
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"
|
|
862
898
|
/>
|
|
863
899
|
</svg>
|
|
864
900
|
</span>
|