@patternfly/patternfly 4.179.3 → 4.181.0
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/status-icon-sprite.svg +38 -0
- package/components/Dropdown/dropdown.css +4 -2
- package/components/Dropdown/dropdown.scss +4 -2
- package/components/FormControl/form-control.css +26 -0
- package/components/FormControl/form-control.scss +33 -1
- package/components/Menu/menu.css +10 -0
- package/components/Menu/menu.scss +14 -0
- package/components/MenuToggle/menu-toggle.css +10 -7
- package/components/MenuToggle/menu-toggle.scss +11 -9
- package/components/SearchInput/search-input.css +1 -0
- package/components/SearchInput/search-input.scss +1 -0
- package/docs/components/AppLauncher/examples/application-launcher.md +15 -8
- package/docs/components/ContextSelector/examples/context-selector.md +84 -102
- package/docs/components/DualListSelector/examples/DualListSelector.md +240 -112
- package/docs/components/FormControl/examples/FormControl.md +151 -11
- package/docs/components/InputGroup/examples/InputGroup.md +6 -22
- package/docs/components/Menu/examples/Menu.md +127 -30
- package/docs/components/MenuToggle/examples/MenuToggle.md +77 -44
- package/docs/components/Page/examples/Page.md +11 -2
- package/docs/components/Select/examples/Select.md +30 -14
- package/docs/components/Table/examples/Table.md +8 -0
- package/docs/components/Toolbar/examples/Toolbar.md +300 -180
- package/docs/components/TreeView/examples/TreeView.md +15 -7
- package/docs/components/Wizard/examples/Wizard.md +6 -6
- package/docs/demos/Alert/examples/Alert.md +20 -40
- package/docs/demos/BackToTop/examples/BackToTop.md +149 -249
- package/docs/demos/ContextSelector/examples/ContextSelector.md +247 -276
- package/docs/demos/DataList/examples/DataList.md +159 -114
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3358 -0
- package/docs/demos/Drawer/examples/Drawer.md +60 -120
- package/docs/demos/JumpLinks/examples/JumpLinks.md +80 -31
- package/docs/demos/Masthead/examples/Masthead.md +426 -449
- package/docs/demos/Nav/examples/Nav.md +203 -343
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +100 -200
- package/docs/demos/Page/examples/Page.md +834 -1235
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +207 -126
- package/docs/demos/Table/examples/Table.md +1189 -652
- package/docs/demos/Tabs/examples/Tabs.md +11 -19
- package/docs/demos/Toolbar/examples/Toolbar.md +55 -55
- package/docs/demos/Wizard/examples/Wizard.md +6 -2
- package/package.json +1 -1
- package/patternfly-no-reset.css +51 -9
- package/patternfly.css +51 -9
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -24,23 +24,20 @@ cssPrefix: pf-c-context-selector
|
|
|
24
24
|
</button>
|
|
25
25
|
<div class="pf-c-context-selector__menu" hidden>
|
|
26
26
|
<div class="pf-c-context-selector__menu-search">
|
|
27
|
-
<div class="pf-c-input
|
|
28
|
-
<
|
|
29
|
-
class="pf-c-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
>
|
|
42
|
-
<i class="fas fa-search" aria-hidden="true"></i>
|
|
43
|
-
</button>
|
|
27
|
+
<div class="pf-c-search-input">
|
|
28
|
+
<div class="pf-c-search-input__bar">
|
|
29
|
+
<span class="pf-c-search-input__text">
|
|
30
|
+
<span class="pf-c-search-input__icon">
|
|
31
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
32
|
+
</span>
|
|
33
|
+
<input
|
|
34
|
+
class="pf-c-search-input__text-input"
|
|
35
|
+
type="text"
|
|
36
|
+
placeholder="Search"
|
|
37
|
+
aria-label="Search"
|
|
38
|
+
/>
|
|
39
|
+
</span>
|
|
40
|
+
</div>
|
|
44
41
|
</div>
|
|
45
42
|
</div>
|
|
46
43
|
<ul class="pf-c-context-selector__menu-list">
|
|
@@ -141,23 +138,20 @@ cssPrefix: pf-c-context-selector
|
|
|
141
138
|
</button>
|
|
142
139
|
<div class="pf-c-context-selector__menu">
|
|
143
140
|
<div class="pf-c-context-selector__menu-search">
|
|
144
|
-
<div class="pf-c-input
|
|
145
|
-
<
|
|
146
|
-
class="pf-c-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
>
|
|
159
|
-
<i class="fas fa-search" aria-hidden="true"></i>
|
|
160
|
-
</button>
|
|
141
|
+
<div class="pf-c-search-input">
|
|
142
|
+
<div class="pf-c-search-input__bar">
|
|
143
|
+
<span class="pf-c-search-input__text">
|
|
144
|
+
<span class="pf-c-search-input__icon">
|
|
145
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
146
|
+
</span>
|
|
147
|
+
<input
|
|
148
|
+
class="pf-c-search-input__text-input"
|
|
149
|
+
type="text"
|
|
150
|
+
placeholder="Search"
|
|
151
|
+
aria-label="Search"
|
|
152
|
+
/>
|
|
153
|
+
</span>
|
|
154
|
+
</div>
|
|
161
155
|
</div>
|
|
162
156
|
</div>
|
|
163
157
|
<ul class="pf-c-context-selector__menu-list">
|
|
@@ -266,23 +260,20 @@ cssPrefix: pf-c-context-selector
|
|
|
266
260
|
</button>
|
|
267
261
|
<div class="pf-c-context-selector__menu" hidden>
|
|
268
262
|
<div class="pf-c-context-selector__menu-search">
|
|
269
|
-
<div class="pf-c-input
|
|
270
|
-
<
|
|
271
|
-
class="pf-c-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
>
|
|
284
|
-
<i class="fas fa-search" aria-hidden="true"></i>
|
|
285
|
-
</button>
|
|
263
|
+
<div class="pf-c-search-input">
|
|
264
|
+
<div class="pf-c-search-input__bar">
|
|
265
|
+
<span class="pf-c-search-input__text">
|
|
266
|
+
<span class="pf-c-search-input__icon">
|
|
267
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
268
|
+
</span>
|
|
269
|
+
<input
|
|
270
|
+
class="pf-c-search-input__text-input"
|
|
271
|
+
type="text"
|
|
272
|
+
placeholder="Search"
|
|
273
|
+
aria-label="Search"
|
|
274
|
+
/>
|
|
275
|
+
</span>
|
|
276
|
+
</div>
|
|
286
277
|
</div>
|
|
287
278
|
</div>
|
|
288
279
|
<ul class="pf-c-context-selector__menu-list">
|
|
@@ -386,23 +377,20 @@ cssPrefix: pf-c-context-selector
|
|
|
386
377
|
</button>
|
|
387
378
|
<div class="pf-c-context-selector__menu">
|
|
388
379
|
<div class="pf-c-context-selector__menu-search">
|
|
389
|
-
<div class="pf-c-input
|
|
390
|
-
<
|
|
391
|
-
class="pf-c-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
>
|
|
404
|
-
<i class="fas fa-search" aria-hidden="true"></i>
|
|
405
|
-
</button>
|
|
380
|
+
<div class="pf-c-search-input">
|
|
381
|
+
<div class="pf-c-search-input__bar">
|
|
382
|
+
<span class="pf-c-search-input__text">
|
|
383
|
+
<span class="pf-c-search-input__icon">
|
|
384
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
385
|
+
</span>
|
|
386
|
+
<input
|
|
387
|
+
class="pf-c-search-input__text-input"
|
|
388
|
+
type="text"
|
|
389
|
+
placeholder="Search"
|
|
390
|
+
aria-label="Search"
|
|
391
|
+
/>
|
|
392
|
+
</span>
|
|
393
|
+
</div>
|
|
406
394
|
</div>
|
|
407
395
|
</div>
|
|
408
396
|
<ul class="pf-c-context-selector__menu-list">
|
|
@@ -508,23 +496,20 @@ cssPrefix: pf-c-context-selector
|
|
|
508
496
|
</button>
|
|
509
497
|
<div class="pf-c-context-selector__menu">
|
|
510
498
|
<div class="pf-c-context-selector__menu-search">
|
|
511
|
-
<div class="pf-c-input
|
|
512
|
-
<
|
|
513
|
-
class="pf-c-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
>
|
|
526
|
-
<i class="fas fa-search" aria-hidden="true"></i>
|
|
527
|
-
</button>
|
|
499
|
+
<div class="pf-c-search-input">
|
|
500
|
+
<div class="pf-c-search-input__bar">
|
|
501
|
+
<span class="pf-c-search-input__text">
|
|
502
|
+
<span class="pf-c-search-input__icon">
|
|
503
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
504
|
+
</span>
|
|
505
|
+
<input
|
|
506
|
+
class="pf-c-search-input__text-input"
|
|
507
|
+
type="text"
|
|
508
|
+
placeholder="Search"
|
|
509
|
+
aria-label="Search"
|
|
510
|
+
/>
|
|
511
|
+
</span>
|
|
512
|
+
</div>
|
|
528
513
|
</div>
|
|
529
514
|
</div>
|
|
530
515
|
<ul class="pf-c-context-selector__menu-list">
|
|
@@ -632,23 +617,20 @@ cssPrefix: pf-c-context-selector
|
|
|
632
617
|
</button>
|
|
633
618
|
<div class="pf-c-context-selector__menu">
|
|
634
619
|
<div class="pf-c-context-selector__menu-search">
|
|
635
|
-
<div class="pf-c-input
|
|
636
|
-
<
|
|
637
|
-
class="pf-c-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
>
|
|
650
|
-
<i class="fas fa-search" aria-hidden="true"></i>
|
|
651
|
-
</button>
|
|
620
|
+
<div class="pf-c-search-input">
|
|
621
|
+
<div class="pf-c-search-input__bar">
|
|
622
|
+
<span class="pf-c-search-input__text">
|
|
623
|
+
<span class="pf-c-search-input__icon">
|
|
624
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
625
|
+
</span>
|
|
626
|
+
<input
|
|
627
|
+
class="pf-c-search-input__text-input"
|
|
628
|
+
type="text"
|
|
629
|
+
placeholder="Search"
|
|
630
|
+
aria-label="Search"
|
|
631
|
+
/>
|
|
632
|
+
</span>
|
|
633
|
+
</div>
|
|
652
634
|
</div>
|
|
653
635
|
</div>
|
|
654
636
|
<ul class="pf-c-context-selector__menu-list">
|