@patternfly/patternfly 6.0.0-alpha.118 → 6.0.0-alpha.119
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/docs/components/Select/deprecated/Select.md +291 -263
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +434 -392
- package/docs/components/Toolbar/examples/Toolbar.md +420 -378
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -4
- package/docs/demos/Toolbar/examples/Toolbar.css +1 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +140 -126
- package/package.json +4 -4
|
@@ -874,11 +874,13 @@ cssPrefix: pf-d-description-list
|
|
|
874
874
|
</dt>
|
|
875
875
|
<dd class="pf-v6-c-description-list__description">
|
|
876
876
|
<div class="pf-v6-c-description-list__text">
|
|
877
|
-
<
|
|
878
|
-
<span class="pf-v6-c-
|
|
879
|
-
<span class="pf-v6-c-
|
|
877
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
878
|
+
<span class="pf-v6-c-label__content">
|
|
879
|
+
<span class="pf-v6-c-label__content">
|
|
880
|
+
<span class="pf-v6-c-label__text">app=mary-test</span>
|
|
881
|
+
</span>
|
|
880
882
|
</span>
|
|
881
|
-
</
|
|
883
|
+
</span>
|
|
882
884
|
</div>
|
|
883
885
|
</dd>
|
|
884
886
|
</div>
|
|
@@ -2173,79 +2173,86 @@ section: components
|
|
|
2173
2173
|
</div>
|
|
2174
2174
|
<div class="pf-v6-c-toolbar__content pf-m-chip-container">
|
|
2175
2175
|
<div class="pf-v6-c-toolbar__item pf-m-chip-group">
|
|
2176
|
-
<div class="pf-v6-c-
|
|
2177
|
-
<div class="pf-v6-c-
|
|
2176
|
+
<div class="pf-v6-c-label-group pf-m-category">
|
|
2177
|
+
<div class="pf-v6-c-label-group__main">
|
|
2178
2178
|
<span
|
|
2179
|
-
class="pf-v6-c-
|
|
2180
|
-
|
|
2179
|
+
class="pf-v6-c-label-group__label"
|
|
2180
|
+
aria-hidden="true"
|
|
2181
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-group-label-group-label"
|
|
2181
2182
|
>Status</span>
|
|
2182
2183
|
<ul
|
|
2183
|
-
class="pf-v6-c-
|
|
2184
|
+
class="pf-v6-c-label-group__list"
|
|
2184
2185
|
role="list"
|
|
2185
|
-
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-
|
|
2186
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-group-label-group-label"
|
|
2186
2187
|
>
|
|
2187
|
-
<li class="pf-v6-c-
|
|
2188
|
-
<
|
|
2189
|
-
<span class="pf-v6-c-
|
|
2190
|
-
<span
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
<
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2188
|
+
<li class="pf-v6-c-label-group__list-item">
|
|
2189
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
2190
|
+
<span class="pf-v6-c-label__content">
|
|
2191
|
+
<span class="pf-v6-c-label__content">
|
|
2192
|
+
<span
|
|
2193
|
+
class="pf-v6-c-label__text"
|
|
2194
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-group-label-one"
|
|
2195
|
+
>Canceled</span>
|
|
2196
|
+
</span>
|
|
2197
|
+
<span class="pf-v6-c-label__actions">
|
|
2198
|
+
<button
|
|
2199
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
2200
|
+
type="button"
|
|
2201
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-one toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-one"
|
|
2202
|
+
aria-label="Remove"
|
|
2203
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-one"
|
|
2204
|
+
>
|
|
2205
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2206
|
+
</button>
|
|
2207
|
+
</span>
|
|
2205
2208
|
</span>
|
|
2206
|
-
</
|
|
2209
|
+
</span>
|
|
2207
2210
|
</li>
|
|
2208
|
-
<li class="pf-v6-c-
|
|
2209
|
-
<
|
|
2210
|
-
<span class="pf-v6-c-
|
|
2211
|
-
<span
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
<
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2211
|
+
<li class="pf-v6-c-label-group__list-item">
|
|
2212
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
2213
|
+
<span class="pf-v6-c-label__content">
|
|
2214
|
+
<span class="pf-v6-c-label__content">
|
|
2215
|
+
<span
|
|
2216
|
+
class="pf-v6-c-label__text"
|
|
2217
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-two"
|
|
2218
|
+
>Paused</span>
|
|
2219
|
+
</span>
|
|
2220
|
+
<span class="pf-v6-c-label__actions">
|
|
2221
|
+
<button
|
|
2222
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
2223
|
+
type="button"
|
|
2224
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-two toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-two"
|
|
2225
|
+
aria-label="Remove"
|
|
2226
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-two"
|
|
2227
|
+
>
|
|
2228
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2229
|
+
</button>
|
|
2230
|
+
</span>
|
|
2226
2231
|
</span>
|
|
2227
|
-
</
|
|
2232
|
+
</span>
|
|
2228
2233
|
</li>
|
|
2229
|
-
<li class="pf-v6-c-
|
|
2230
|
-
<
|
|
2231
|
-
<span class="pf-v6-c-
|
|
2232
|
-
<span
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
<
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2234
|
+
<li class="pf-v6-c-label-group__list-item">
|
|
2235
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
2236
|
+
<span class="pf-v6-c-label__content">
|
|
2237
|
+
<span class="pf-v6-c-label__content">
|
|
2238
|
+
<span
|
|
2239
|
+
class="pf-v6-c-label__text"
|
|
2240
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-three"
|
|
2241
|
+
>Restarted</span>
|
|
2242
|
+
</span>
|
|
2243
|
+
<span class="pf-v6-c-label__actions">
|
|
2244
|
+
<button
|
|
2245
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
2246
|
+
type="button"
|
|
2247
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-three toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-grouplabel-three"
|
|
2248
|
+
aria-label="Remove"
|
|
2249
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-label-groupremove-label-three"
|
|
2250
|
+
>
|
|
2251
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2252
|
+
</button>
|
|
2253
|
+
</span>
|
|
2247
2254
|
</span>
|
|
2248
|
-
</
|
|
2255
|
+
</span>
|
|
2249
2256
|
</li>
|
|
2250
2257
|
</ul>
|
|
2251
2258
|
</div>
|
|
@@ -2584,79 +2591,86 @@ section: components
|
|
|
2584
2591
|
</div>
|
|
2585
2592
|
</div>
|
|
2586
2593
|
<div class="pf-v6-c-toolbar__item pf-m-chip-group">
|
|
2587
|
-
<div class="pf-v6-c-
|
|
2588
|
-
<div class="pf-v6-c-
|
|
2594
|
+
<div class="pf-v6-c-label-group pf-m-category">
|
|
2595
|
+
<div class="pf-v6-c-label-group__main">
|
|
2589
2596
|
<span
|
|
2590
|
-
class="pf-v6-c-
|
|
2591
|
-
|
|
2597
|
+
class="pf-v6-c-label-group__label"
|
|
2598
|
+
aria-hidden="true"
|
|
2599
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-group-label-group-label"
|
|
2592
2600
|
>Status</span>
|
|
2593
2601
|
<ul
|
|
2594
|
-
class="pf-v6-c-
|
|
2602
|
+
class="pf-v6-c-label-group__list"
|
|
2595
2603
|
role="list"
|
|
2596
|
-
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-
|
|
2604
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-group-label-group-label"
|
|
2597
2605
|
>
|
|
2598
|
-
<li class="pf-v6-c-
|
|
2599
|
-
<
|
|
2600
|
-
<span class="pf-v6-c-
|
|
2601
|
-
<span
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
<
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2606
|
+
<li class="pf-v6-c-label-group__list-item">
|
|
2607
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
2608
|
+
<span class="pf-v6-c-label__content">
|
|
2609
|
+
<span class="pf-v6-c-label__content">
|
|
2610
|
+
<span
|
|
2611
|
+
class="pf-v6-c-label__text"
|
|
2612
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-one"
|
|
2613
|
+
>Canceled</span>
|
|
2614
|
+
</span>
|
|
2615
|
+
<span class="pf-v6-c-label__actions">
|
|
2616
|
+
<button
|
|
2617
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
2618
|
+
type="button"
|
|
2619
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-one toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-one"
|
|
2620
|
+
aria-label="Remove"
|
|
2621
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-one"
|
|
2622
|
+
>
|
|
2623
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2624
|
+
</button>
|
|
2625
|
+
</span>
|
|
2616
2626
|
</span>
|
|
2617
|
-
</
|
|
2627
|
+
</span>
|
|
2618
2628
|
</li>
|
|
2619
|
-
<li class="pf-v6-c-
|
|
2620
|
-
<
|
|
2621
|
-
<span class="pf-v6-c-
|
|
2622
|
-
<span
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
<
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2629
|
+
<li class="pf-v6-c-label-group__list-item">
|
|
2630
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
2631
|
+
<span class="pf-v6-c-label__content">
|
|
2632
|
+
<span class="pf-v6-c-label__content">
|
|
2633
|
+
<span
|
|
2634
|
+
class="pf-v6-c-label__text"
|
|
2635
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-two"
|
|
2636
|
+
>Paused</span>
|
|
2637
|
+
</span>
|
|
2638
|
+
<span class="pf-v6-c-label__actions">
|
|
2639
|
+
<button
|
|
2640
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
2641
|
+
type="button"
|
|
2642
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-two toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-two"
|
|
2643
|
+
aria-label="Remove"
|
|
2644
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-two"
|
|
2645
|
+
>
|
|
2646
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2647
|
+
</button>
|
|
2648
|
+
</span>
|
|
2637
2649
|
</span>
|
|
2638
|
-
</
|
|
2650
|
+
</span>
|
|
2639
2651
|
</li>
|
|
2640
|
-
<li class="pf-v6-c-
|
|
2641
|
-
<
|
|
2642
|
-
<span class="pf-v6-c-
|
|
2643
|
-
<span
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
<
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2652
|
+
<li class="pf-v6-c-label-group__list-item">
|
|
2653
|
+
<span class="pf-v6-c-label pf-m-outline">
|
|
2654
|
+
<span class="pf-v6-c-label__content">
|
|
2655
|
+
<span class="pf-v6-c-label__content">
|
|
2656
|
+
<span
|
|
2657
|
+
class="pf-v6-c-label__text"
|
|
2658
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-three"
|
|
2659
|
+
>Restarted</span>
|
|
2660
|
+
</span>
|
|
2661
|
+
<span class="pf-v6-c-label__actions">
|
|
2662
|
+
<button
|
|
2663
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
2664
|
+
type="button"
|
|
2665
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-three toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-grouplabel-three"
|
|
2666
|
+
aria-label="Remove"
|
|
2667
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-label-groupremove-label-three"
|
|
2668
|
+
>
|
|
2669
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2670
|
+
</button>
|
|
2671
|
+
</span>
|
|
2658
2672
|
</span>
|
|
2659
|
-
</
|
|
2673
|
+
</span>
|
|
2660
2674
|
</li>
|
|
2661
2675
|
</ul>
|
|
2662
2676
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.119",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@octokit/rest": "^20.1.0",
|
|
48
48
|
"@patternfly/documentation-framework": "6.0.0-alpha.20",
|
|
49
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
50
|
-
"@patternfly/react-code-editor": "6.0.0-alpha.
|
|
51
|
-
"@patternfly/react-core": "6.0.0-alpha.
|
|
52
|
-
"@patternfly/react-table": "6.0.0-alpha.
|
|
50
|
+
"@patternfly/react-code-editor": "6.0.0-alpha.43",
|
|
51
|
+
"@patternfly/react-core": "6.0.0-alpha.43",
|
|
52
|
+
"@patternfly/react-table": "6.0.0-alpha.43",
|
|
53
53
|
"@starptech/prettyhtml": "^0.10.0",
|
|
54
54
|
"backstopjs": "^6.3.23",
|
|
55
55
|
"cheerio": "^1.0.0-rc.12",
|