@patternfly/patternfly 6.0.0 → 6.1.0-prerelease.10
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/README.md +5 -5
- package/components/Button/button.css +18 -2
- package/components/Button/button.scss +19 -3
- package/components/CodeEditor/code-editor.css +15 -0
- package/components/CodeEditor/code-editor.scss +16 -1
- package/components/Content/content.css +9 -0
- package/components/Content/content.scss +7 -0
- package/components/DataList/data-list.css +6 -0
- package/components/DataList/data-list.scss +7 -0
- package/components/Label/label-group.css +12 -0
- package/components/Label/label-group.scss +14 -0
- package/components/Label/label.css +5 -0
- package/components/Label/label.scss +5 -0
- package/components/Menu/menu.css +7 -3
- package/components/Menu/menu.scss +5 -3
- package/components/MenuToggle/menu-toggle.css +27 -11
- package/components/MenuToggle/menu-toggle.scss +24 -17
- package/components/Page/page.css +9 -1
- package/components/Page/page.scss +9 -2
- package/components/Table/table-grid.css +12 -12
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -4
- package/components/Table/table-tree-view.scss +4 -4
- package/components/Table/table.css +7 -4
- package/components/Table/table.scss +9 -5
- package/components/Title/title.css +4 -0
- package/components/Title/title.scss +7 -0
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +136 -38
- package/docs/components/Button/examples/Button.md +1 -1
- package/docs/components/CodeEditor/examples/CodeEditor.css +3 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +158 -7
- package/docs/components/Content/examples/Content.md +8 -7
- package/docs/components/DataList/examples/DataList.md +15 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -18
- package/docs/components/Label/examples/Label.css +12 -0
- package/docs/components/Label/examples/Label.md +162 -0
- package/docs/components/Menu/examples/Menu.md +24 -32
- package/docs/components/MenuToggle/examples/MenuToggle.md +1309 -533
- package/docs/components/Page/examples/Page.css +1 -1
- package/docs/components/Page/examples/Page.md +10 -7
- package/docs/components/Table/examples/Table.md +469 -2769
- package/docs/components/Tile/{examples → deprecated}/Tile.md +1 -0
- package/docs/components/Title/examples/Title.md +10 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -4
- package/docs/demos/Alert/examples/Alert.md +6 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -4
- package/docs/demos/Banner/examples/Banner.md +4 -8
- package/docs/demos/Card/examples/Card.css +4 -0
- package/docs/demos/Card/examples/Card.md +13 -21
- package/docs/demos/CardView/examples/CardView.md +2 -4
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -4
- package/docs/demos/DataList/examples/DataList.md +13 -46
- package/docs/demos/DescriptionList/examples/DescriptionList.md +11 -42
- package/docs/demos/Drawer/examples/Drawer.md +6 -12
- package/docs/demos/JumpLinks/examples/JumpLinks.md +8 -16
- package/docs/demos/Masthead/examples/Masthead.md +18 -36
- package/docs/demos/Modal/examples/Modal.md +12 -24
- package/docs/demos/Nav/examples/Nav.md +12 -24
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -20
- package/docs/demos/Page/examples/Page.md +24 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -28
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -4
- package/docs/demos/Table/examples/Table.md +191 -984
- package/docs/demos/Tabs/examples/Tabs.md +18 -60
- package/docs/demos/Toolbar/examples/Toolbar.md +16 -80
- package/docs/demos/Wizard/examples/Wizard.md +18 -36
- package/docs/layouts/Level/examples/Level.css +1 -2
- package/docs/layouts/Level/examples/Level.md +15 -3
- package/docs/layouts/Split/examples/Split.css +1 -2
- package/docs/layouts/Split/examples/Split.md +4 -4
- package/docs/layouts/Stack/examples/Stack.css +1 -2
- package/docs/layouts/Stack/examples/Stack.md +4 -4
- package/layouts/Split/split.css +1 -2
- package/layouts/Split/split.scss +4 -3
- package/layouts/Stack/stack.css +1 -2
- package/layouts/Stack/stack.scss +4 -3
- package/layouts/_index.css +2 -4
- package/package.json +6 -6
- package/patternfly-no-globals.css +138 -42
- package/patternfly.css +138 -42
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- /package/docs/components/Tile/{examples → deprecated}/Tile.css +0 -0
|
@@ -5640,37 +5640,17 @@ cssPrefix: pf-v6-c-menu
|
|
|
5640
5640
|
</span>
|
|
5641
5641
|
<span class="pf-v6-c-menu__item-description">This is a description</span>
|
|
5642
5642
|
</a>
|
|
5643
|
-
<div class="pf-v6-c-menu__item-action pf-m-favorited
|
|
5643
|
+
<div class="pf-v6-c-menu__item-action pf-m-favorited">
|
|
5644
5644
|
<button
|
|
5645
5645
|
class="pf-v6-c-button pf-m-plain"
|
|
5646
5646
|
type="button"
|
|
5647
5647
|
role="menuitem"
|
|
5648
5648
|
aria-label="Starred"
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
<li class="pf-v6-c-menu__list-item" role="none">
|
|
5653
|
-
<a
|
|
5654
|
-
class="pf-v6-c-menu__item"
|
|
5655
|
-
href="#"
|
|
5656
|
-
role="menuitem"
|
|
5657
|
-
target="_blank"
|
|
5658
|
-
>
|
|
5659
|
-
<span class="pf-v6-c-menu__item-main">
|
|
5660
|
-
<span class="pf-v6-c-menu__item-text">Item 3</span>
|
|
5661
|
-
<span class="pf-v6-c-menu__item-external-icon">
|
|
5662
|
-
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
|
5649
|
+
>
|
|
5650
|
+
<span class="pf-v6-c-button__icon">
|
|
5651
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
5663
5652
|
</span>
|
|
5664
|
-
|
|
5665
|
-
</span>
|
|
5666
|
-
</a>
|
|
5667
|
-
<div class="pf-v6-c-menu__item-action pf-m-favorite">
|
|
5668
|
-
<button
|
|
5669
|
-
class="pf-v6-c-button pf-m-plain"
|
|
5670
|
-
type="button"
|
|
5671
|
-
role="menuitem"
|
|
5672
|
-
aria-label="Not starred"
|
|
5673
|
-
></button>
|
|
5653
|
+
</button>
|
|
5674
5654
|
</div>
|
|
5675
5655
|
</li>
|
|
5676
5656
|
</ul>
|
|
@@ -5686,13 +5666,17 @@ cssPrefix: pf-v6-c-menu
|
|
|
5686
5666
|
</span>
|
|
5687
5667
|
<span class="pf-v6-c-menu__item-description">This is a description</span>
|
|
5688
5668
|
</a>
|
|
5689
|
-
<div class="pf-v6-c-menu__item-action pf-m-
|
|
5669
|
+
<div class="pf-v6-c-menu__item-action pf-m-favorited">
|
|
5690
5670
|
<button
|
|
5691
5671
|
class="pf-v6-c-button pf-m-plain"
|
|
5692
5672
|
type="button"
|
|
5693
5673
|
role="menuitem"
|
|
5694
|
-
aria-label="
|
|
5695
|
-
|
|
5674
|
+
aria-label="Starred"
|
|
5675
|
+
>
|
|
5676
|
+
<span class="pf-v6-c-button__icon">
|
|
5677
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
5678
|
+
</span>
|
|
5679
|
+
</button>
|
|
5696
5680
|
</div>
|
|
5697
5681
|
</li>
|
|
5698
5682
|
<li class="pf-v6-c-menu__list-item pf-m-disabled" role="none">
|
|
@@ -5713,14 +5697,18 @@ cssPrefix: pf-v6-c-menu
|
|
|
5713
5697
|
</span>
|
|
5714
5698
|
<span class="pf-v6-c-menu__item-description">This is a description</span>
|
|
5715
5699
|
</a>
|
|
5716
|
-
<div class="pf-v6-c-menu__item-action
|
|
5700
|
+
<div class="pf-v6-c-menu__item-action">
|
|
5717
5701
|
<button
|
|
5718
5702
|
class="pf-v6-c-button pf-m-plain"
|
|
5719
5703
|
type="button"
|
|
5720
5704
|
role="menuitem"
|
|
5721
5705
|
aria-label="Not starred"
|
|
5722
5706
|
disabled
|
|
5723
|
-
|
|
5707
|
+
>
|
|
5708
|
+
<span class="pf-v6-c-button__icon">
|
|
5709
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
5710
|
+
</span>
|
|
5711
|
+
</button>
|
|
5724
5712
|
</div>
|
|
5725
5713
|
</li>
|
|
5726
5714
|
<li class="pf-v6-c-menu__list-item" role="none">
|
|
@@ -5738,13 +5726,17 @@ cssPrefix: pf-v6-c-menu
|
|
|
5738
5726
|
<span class="pf-v6-screen-reader">(opens new window)</span>
|
|
5739
5727
|
</span>
|
|
5740
5728
|
</a>
|
|
5741
|
-
<div class="pf-v6-c-menu__item-action
|
|
5729
|
+
<div class="pf-v6-c-menu__item-action">
|
|
5742
5730
|
<button
|
|
5743
5731
|
class="pf-v6-c-button pf-m-plain"
|
|
5744
5732
|
type="button"
|
|
5745
5733
|
role="menuitem"
|
|
5746
5734
|
aria-label="Not starred"
|
|
5747
|
-
|
|
5735
|
+
>
|
|
5736
|
+
<span class="pf-v6-c-button__icon">
|
|
5737
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
5738
|
+
</span>
|
|
5739
|
+
</button>
|
|
5748
5740
|
</div>
|
|
5749
5741
|
</li>
|
|
5750
5742
|
</ul>
|