@patternfly/patternfly 6.5.0-prerelease.46 → 6.5.0-prerelease.48
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/Alert/alert.css +2 -1
- package/components/Alert/alert.scss +2 -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 +1 -1
- package/components/NotificationDrawer/notification-drawer.scss +1 -1
- 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 +20 -19
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/Alert/examples/Alert.md +494 -38
- 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/DualListSelector/examples/DualListSelector.md +169 -13
- 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 +26 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +39 -3
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +321 -213
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +323 -59
- package/docs/demos/AboutModal/examples/AboutModal.md +39 -3
- package/docs/demos/Alert/examples/Alert.md +182 -14
- 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 +242 -29
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +71 -35
- package/docs/demos/Dashboard/examples/Dashboard.md +104 -8
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +117 -9
- package/docs/demos/Drawer/examples/Drawer.md +141 -15
- package/docs/demos/Form/examples/BasicForms.md +143 -11
- package/docs/demos/JumpLinks/examples/JumpLinks.md +216 -27
- package/docs/demos/Masthead/examples/Masthead.md +355 -31
- package/docs/demos/Modal/examples/Modal.md +234 -18
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +247 -19
- package/docs/demos/Page/examples/Page.md +546 -42
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +281 -29
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +702 -54
- package/docs/demos/Tabs/examples/Tabs.md +238 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +78 -6
- package/docs/demos/Wizard/examples/Wizard.md +621 -72
- package/package.json +1 -1
- package/patternfly-no-globals.css +20 -19
- package/patternfly.css +20 -19
- 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">
|
|
@@ -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">
|
|
@@ -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">
|