@patternfly/patternfly 6.0.0-alpha.176 → 6.0.0-alpha.178
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/icons/iconUnicodes.json +6 -0
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +36 -0
- package/base/patternfly-pf-icons.css +25 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +2 -5
- package/components/Alert/alert.scss +2 -4
- package/components/Drawer/drawer.css +6 -6
- package/components/Drawer/drawer.scss +6 -6
- package/components/EmptyState/empty-state.css +3 -3
- package/components/EmptyState/empty-state.scss +3 -3
- package/components/InlineEdit/inline-edit.css +2 -2
- package/components/InlineEdit/inline-edit.scss +2 -2
- package/components/MenuToggle/menu-toggle.css +0 -28
- package/components/MenuToggle/menu-toggle.scss +0 -32
- package/components/ModalBox/modal-box.css +2 -0
- package/components/ModalBox/modal-box.scss +2 -0
- package/components/Page/page.css +6 -0
- package/components/Page/page.scss +7 -0
- package/components/_index.css +22 -45
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +0 -30
- package/docs/demos/Alert/examples/Alert.md +0 -90
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -30
- package/docs/demos/Banner/examples/Banner.md +0 -60
- package/docs/demos/CardView/examples/CardView.md +0 -30
- package/docs/demos/Dashboard/examples/Dashboard.md +0 -30
- package/docs/demos/DataList/examples/DataList.md +0 -120
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -90
- package/docs/demos/Drawer/examples/Drawer.md +1 -151
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -180
- package/docs/demos/Masthead/examples/Masthead.md +0 -60
- package/docs/demos/Modal/examples/Modal.md +0 -180
- package/docs/demos/Nav/examples/Nav.md +0 -180
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +0 -150
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +671 -271
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -210
- package/docs/demos/Skeleton/examples/Skeleton.md +0 -30
- package/docs/demos/Table/examples/Table.md +0 -450
- package/docs/demos/Tabs/examples/Tabs.md +0 -180
- package/docs/demos/Toolbar/examples/Toolbar.md +0 -60
- package/docs/demos/Wizard/examples/Wizard.md +0 -270
- package/icons/pficons.mjs +6 -0
- package/package.json +3 -2
- package/patternfly-base-no-globals.css +25 -1
- package/patternfly-base.css +25 -1
- package/patternfly-no-globals.css +47 -46
- package/patternfly.css +47 -46
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -112,36 +112,6 @@ wrapperTag: div
|
|
|
112
112
|
>
|
|
113
113
|
<div class="pf-v6-c-toolbar__content">
|
|
114
114
|
<div class="pf-v6-c-toolbar__content-section">
|
|
115
|
-
<div class="pf-v6-c-toolbar__item">
|
|
116
|
-
<button
|
|
117
|
-
class="pf-v6-c-menu-toggle"
|
|
118
|
-
type="button"
|
|
119
|
-
aria-expanded="false"
|
|
120
|
-
>
|
|
121
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
122
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
123
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
124
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
125
|
-
</span>
|
|
126
|
-
</span>
|
|
127
|
-
</button>
|
|
128
|
-
</div>
|
|
129
|
-
|
|
130
|
-
<div class="pf-v6-c-toolbar__item">
|
|
131
|
-
<button
|
|
132
|
-
class="pf-v6-c-menu-toggle"
|
|
133
|
-
type="button"
|
|
134
|
-
aria-expanded="false"
|
|
135
|
-
>
|
|
136
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
137
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
138
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
139
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
140
|
-
</span>
|
|
141
|
-
</span>
|
|
142
|
-
</button>
|
|
143
|
-
</div>
|
|
144
|
-
|
|
145
115
|
<div
|
|
146
116
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
147
117
|
>
|
|
@@ -1269,36 +1239,6 @@ wrapperTag: div
|
|
|
1269
1239
|
>
|
|
1270
1240
|
<div class="pf-v6-c-toolbar__content">
|
|
1271
1241
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1272
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1273
|
-
<button
|
|
1274
|
-
class="pf-v6-c-menu-toggle"
|
|
1275
|
-
type="button"
|
|
1276
|
-
aria-expanded="false"
|
|
1277
|
-
>
|
|
1278
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1279
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1280
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1281
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1282
|
-
</span>
|
|
1283
|
-
</span>
|
|
1284
|
-
</button>
|
|
1285
|
-
</div>
|
|
1286
|
-
|
|
1287
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1288
|
-
<button
|
|
1289
|
-
class="pf-v6-c-menu-toggle"
|
|
1290
|
-
type="button"
|
|
1291
|
-
aria-expanded="false"
|
|
1292
|
-
>
|
|
1293
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1294
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1295
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1296
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1297
|
-
</span>
|
|
1298
|
-
</span>
|
|
1299
|
-
</button>
|
|
1300
|
-
</div>
|
|
1301
|
-
|
|
1302
1242
|
<div
|
|
1303
1243
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1304
1244
|
>
|
|
@@ -2345,36 +2285,6 @@ wrapperTag: div
|
|
|
2345
2285
|
>
|
|
2346
2286
|
<div class="pf-v6-c-toolbar__content">
|
|
2347
2287
|
<div class="pf-v6-c-toolbar__content-section">
|
|
2348
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2349
|
-
<button
|
|
2350
|
-
class="pf-v6-c-menu-toggle"
|
|
2351
|
-
type="button"
|
|
2352
|
-
aria-expanded="false"
|
|
2353
|
-
>
|
|
2354
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
2355
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2356
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2357
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2358
|
-
</span>
|
|
2359
|
-
</span>
|
|
2360
|
-
</button>
|
|
2361
|
-
</div>
|
|
2362
|
-
|
|
2363
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2364
|
-
<button
|
|
2365
|
-
class="pf-v6-c-menu-toggle"
|
|
2366
|
-
type="button"
|
|
2367
|
-
aria-expanded="false"
|
|
2368
|
-
>
|
|
2369
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
2370
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2371
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2372
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2373
|
-
</span>
|
|
2374
|
-
</span>
|
|
2375
|
-
</button>
|
|
2376
|
-
</div>
|
|
2377
|
-
|
|
2378
2288
|
<div
|
|
2379
2289
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2380
2290
|
>
|
|
@@ -3365,36 +3275,6 @@ wrapperTag: div
|
|
|
3365
3275
|
>
|
|
3366
3276
|
<div class="pf-v6-c-toolbar__content">
|
|
3367
3277
|
<div class="pf-v6-c-toolbar__content-section">
|
|
3368
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3369
|
-
<button
|
|
3370
|
-
class="pf-v6-c-menu-toggle"
|
|
3371
|
-
type="button"
|
|
3372
|
-
aria-expanded="false"
|
|
3373
|
-
>
|
|
3374
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
3375
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
3376
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3377
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3378
|
-
</span>
|
|
3379
|
-
</span>
|
|
3380
|
-
</button>
|
|
3381
|
-
</div>
|
|
3382
|
-
|
|
3383
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3384
|
-
<button
|
|
3385
|
-
class="pf-v6-c-menu-toggle"
|
|
3386
|
-
type="button"
|
|
3387
|
-
aria-expanded="false"
|
|
3388
|
-
>
|
|
3389
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
3390
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
3391
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
3392
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3393
|
-
</span>
|
|
3394
|
-
</span>
|
|
3395
|
-
</button>
|
|
3396
|
-
</div>
|
|
3397
|
-
|
|
3398
3278
|
<div
|
|
3399
3279
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3400
3280
|
>
|
|
@@ -4500,36 +4380,6 @@ wrapperTag: div
|
|
|
4500
4380
|
>
|
|
4501
4381
|
<div class="pf-v6-c-toolbar__content">
|
|
4502
4382
|
<div class="pf-v6-c-toolbar__content-section">
|
|
4503
|
-
<div class="pf-v6-c-toolbar__item">
|
|
4504
|
-
<button
|
|
4505
|
-
class="pf-v6-c-menu-toggle"
|
|
4506
|
-
type="button"
|
|
4507
|
-
aria-expanded="false"
|
|
4508
|
-
>
|
|
4509
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
4510
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
4511
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
4512
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4513
|
-
</span>
|
|
4514
|
-
</span>
|
|
4515
|
-
</button>
|
|
4516
|
-
</div>
|
|
4517
|
-
|
|
4518
|
-
<div class="pf-v6-c-toolbar__item">
|
|
4519
|
-
<button
|
|
4520
|
-
class="pf-v6-c-menu-toggle"
|
|
4521
|
-
type="button"
|
|
4522
|
-
aria-expanded="false"
|
|
4523
|
-
>
|
|
4524
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
4525
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
4526
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
4527
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4528
|
-
</span>
|
|
4529
|
-
</span>
|
|
4530
|
-
</button>
|
|
4531
|
-
</div>
|
|
4532
|
-
|
|
4533
4383
|
<div
|
|
4534
4384
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
4535
4385
|
>
|
|
@@ -4987,36 +4837,6 @@ wrapperTag: div
|
|
|
4987
4837
|
>
|
|
4988
4838
|
<div class="pf-v6-c-toolbar__content">
|
|
4989
4839
|
<div class="pf-v6-c-toolbar__content-section">
|
|
4990
|
-
<div class="pf-v6-c-toolbar__item">
|
|
4991
|
-
<button
|
|
4992
|
-
class="pf-v6-c-menu-toggle"
|
|
4993
|
-
type="button"
|
|
4994
|
-
aria-expanded="false"
|
|
4995
|
-
>
|
|
4996
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
4997
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
4998
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
4999
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5000
|
-
</span>
|
|
5001
|
-
</span>
|
|
5002
|
-
</button>
|
|
5003
|
-
</div>
|
|
5004
|
-
|
|
5005
|
-
<div class="pf-v6-c-toolbar__item">
|
|
5006
|
-
<button
|
|
5007
|
-
class="pf-v6-c-menu-toggle"
|
|
5008
|
-
type="button"
|
|
5009
|
-
aria-expanded="false"
|
|
5010
|
-
>
|
|
5011
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
5012
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
5013
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
5014
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5015
|
-
</span>
|
|
5016
|
-
</span>
|
|
5017
|
-
</button>
|
|
5018
|
-
</div>
|
|
5019
|
-
|
|
5020
4840
|
<div
|
|
5021
4841
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
5022
4842
|
>
|
|
@@ -5634,36 +5454,6 @@ wrapperTag: div
|
|
|
5634
5454
|
>
|
|
5635
5455
|
<div class="pf-v6-c-toolbar__content">
|
|
5636
5456
|
<div class="pf-v6-c-toolbar__content-section">
|
|
5637
|
-
<div class="pf-v6-c-toolbar__item">
|
|
5638
|
-
<button
|
|
5639
|
-
class="pf-v6-c-menu-toggle"
|
|
5640
|
-
type="button"
|
|
5641
|
-
aria-expanded="false"
|
|
5642
|
-
>
|
|
5643
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
5644
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
5645
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
5646
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5647
|
-
</span>
|
|
5648
|
-
</span>
|
|
5649
|
-
</button>
|
|
5650
|
-
</div>
|
|
5651
|
-
|
|
5652
|
-
<div class="pf-v6-c-toolbar__item">
|
|
5653
|
-
<button
|
|
5654
|
-
class="pf-v6-c-menu-toggle"
|
|
5655
|
-
type="button"
|
|
5656
|
-
aria-expanded="false"
|
|
5657
|
-
>
|
|
5658
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
5659
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
5660
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
5661
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5662
|
-
</span>
|
|
5663
|
-
</span>
|
|
5664
|
-
</button>
|
|
5665
|
-
</div>
|
|
5666
|
-
|
|
5667
5457
|
<div
|
|
5668
5458
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
5669
5459
|
>
|
|
@@ -108,36 +108,6 @@ section: components
|
|
|
108
108
|
>
|
|
109
109
|
<div class="pf-v6-c-toolbar__content">
|
|
110
110
|
<div class="pf-v6-c-toolbar__content-section">
|
|
111
|
-
<div class="pf-v6-c-toolbar__item">
|
|
112
|
-
<button
|
|
113
|
-
class="pf-v6-c-menu-toggle"
|
|
114
|
-
type="button"
|
|
115
|
-
aria-expanded="false"
|
|
116
|
-
>
|
|
117
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
118
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
119
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
120
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
121
|
-
</span>
|
|
122
|
-
</span>
|
|
123
|
-
</button>
|
|
124
|
-
</div>
|
|
125
|
-
|
|
126
|
-
<div class="pf-v6-c-toolbar__item">
|
|
127
|
-
<button
|
|
128
|
-
class="pf-v6-c-menu-toggle"
|
|
129
|
-
type="button"
|
|
130
|
-
aria-expanded="false"
|
|
131
|
-
>
|
|
132
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
133
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
134
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
135
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
136
|
-
</span>
|
|
137
|
-
</span>
|
|
138
|
-
</button>
|
|
139
|
-
</div>
|
|
140
|
-
|
|
141
111
|
<div
|
|
142
112
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
143
113
|
>
|