@patternfly/patternfly 6.5.0-prerelease.54 → 6.5.0-prerelease.56
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/assets/images/compass--hero-bg.png +0 -0
- package/assets/images/compass--wallpaper-dark.jpg +0 -0
- package/assets/images/compass--wallpaper-light.jpg +0 -0
- package/assets/images/glass-brand-dark.jpg +0 -0
- package/assets/images/glass-brand-dark.png +0 -0
- package/assets/images/glass-brand-light.jpg +0 -0
- package/assets/images/glass-brand-light.png +0 -0
- package/base/patternfly-variables.css +772 -690
- package/base/patternfly-variables.scss +23 -21
- package/base/tokens/tokens-dark.scss +18 -18
- package/base/tokens/tokens-default.scss +18 -17
- package/base/tokens/tokens-glass-dark.scss +21 -4
- package/base/tokens/tokens-glass.scss +17 -4
- package/base/tokens/tokens-local.scss +4 -3
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-dark.scss +9 -2
- package/base/tokens/tokens-redhat-glass-dark.scss +28 -4
- package/base/tokens/tokens-redhat-glass.scss +19 -4
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +7 -4
- package/base/tokens/tokens-redhat-highcontrast.scss +4 -3
- package/base/tokens/tokens-redhat.scss +1 -1
- package/components/Accordion/accordion.css +10 -0
- package/components/Accordion/accordion.scss +11 -0
- package/components/Button/button.css +2 -16
- package/components/Button/button.scss +3 -17
- package/components/Card/card.css +13 -0
- package/components/Card/card.scss +20 -0
- package/components/Compass/compass.css +6 -6
- package/components/Compass/compass.scss +6 -6
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -0
- package/components/Drawer/drawer.css +11 -6
- package/components/Drawer/drawer.scss +24 -11
- package/components/Login/login.css +7 -3
- package/components/Login/login.scss +7 -3
- package/components/Masthead/masthead.css +11 -3
- package/components/Masthead/masthead.scss +14 -4
- package/components/MenuToggle/menu-toggle.css +1 -2
- package/components/MenuToggle/menu-toggle.scss +2 -3
- package/components/Nav/nav.scss +1 -1
- package/components/Page/page.css +115 -8
- package/components/Page/page.scss +123 -11
- package/components/Panel/panel.css +14 -0
- package/components/Panel/panel.scss +18 -0
- package/components/Table/table-grid.css +4 -4
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table.css +12 -7
- package/components/Table/table.scss +13 -9
- package/components/_index.css +207 -56
- package/docs/components/Accordion/examples/Accordion.md +1 -0
- package/docs/components/Card/examples/Card.md +1 -0
- package/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/docs/components/Page/examples/Page.md +47 -37
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +40 -38
- package/docs/demos/Alert/examples/Alert.md +120 -114
- package/docs/demos/BackToTop/examples/BackToTop.md +40 -38
- package/docs/demos/Banner/examples/Banner.md +80 -76
- package/docs/demos/CardView/examples/CardView.md +297 -271
- package/docs/demos/Compass/examples/Compass.md +1409 -2732
- package/docs/demos/Dashboard/examples/Dashboard.md +40 -38
- package/docs/demos/DataList/examples/DataList.md +160 -152
- package/docs/demos/DescriptionList/examples/DescriptionList.md +120 -114
- package/docs/demos/Drawer/examples/Drawer.md +200 -190
- package/docs/demos/JumpLinks/examples/JumpLinks.md +240 -228
- package/docs/demos/Masthead/examples/Masthead.md +320 -304
- package/docs/demos/Modal/examples/Modal.md +240 -228
- package/docs/demos/Nav/examples/Nav.md +2302 -600
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +180 -170
- package/docs/demos/Page/examples/Page.md +606 -568
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +280 -266
- package/docs/demos/Skeleton/examples/Skeleton.md +40 -38
- package/docs/demos/Table/examples/Table.md +640 -604
- package/docs/demos/Tabs/examples/Tabs.md +240 -228
- package/docs/demos/Toolbar/examples/Toolbar.md +80 -76
- package/docs/demos/Wizard/examples/Wizard.md +360 -342
- package/package.json +2 -2
- package/patternfly-base-no-globals.css +772 -690
- package/patternfly-base.css +772 -690
- package/patternfly-no-globals.css +931 -681
- package/patternfly.css +931 -681
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +27 -0
- package/sass-utilities/scss-variables.scss +1 -1
|
@@ -195,44 +195,46 @@ section: components
|
|
|
195
195
|
</div>
|
|
196
196
|
</header>
|
|
197
197
|
<div class="pf-v6-c-page__sidebar">
|
|
198
|
-
<div class="pf-v6-c-page__sidebar-
|
|
199
|
-
<
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
<
|
|
206
|
-
<
|
|
207
|
-
<
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
<
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
<
|
|
221
|
-
<
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<
|
|
226
|
-
<
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
<
|
|
231
|
-
<
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
198
|
+
<div class="pf-v6-c-page__sidebar-main">
|
|
199
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
200
|
+
<nav
|
|
201
|
+
class="pf-v6-c-nav"
|
|
202
|
+
id="skeleton-basic-example-primary-nav"
|
|
203
|
+
aria-label="Global"
|
|
204
|
+
>
|
|
205
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
206
|
+
<li class="pf-v6-c-nav__item">
|
|
207
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
208
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
209
|
+
</a>
|
|
210
|
+
</li>
|
|
211
|
+
<li class="pf-v6-c-nav__item">
|
|
212
|
+
<a
|
|
213
|
+
href="#"
|
|
214
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
215
|
+
aria-current="page"
|
|
216
|
+
>
|
|
217
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
218
|
+
</a>
|
|
219
|
+
</li>
|
|
220
|
+
<li class="pf-v6-c-nav__item">
|
|
221
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
222
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
223
|
+
</a>
|
|
224
|
+
</li>
|
|
225
|
+
<li class="pf-v6-c-nav__item">
|
|
226
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
227
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
228
|
+
</a>
|
|
229
|
+
</li>
|
|
230
|
+
<li class="pf-v6-c-nav__item">
|
|
231
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
232
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
233
|
+
</a>
|
|
234
|
+
</li>
|
|
235
|
+
</ul>
|
|
236
|
+
</nav>
|
|
237
|
+
</div>
|
|
236
238
|
</div>
|
|
237
239
|
</div>
|
|
238
240
|
<div class="pf-v6-c-page__main-container" tabindex="-1">
|