@patternfly/patternfly 6.0.0-alpha.109 → 6.0.0-alpha.110

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.
Files changed (31) hide show
  1. package/README.md +1 -1
  2. package/docs/components/Label/examples/Label.md +60 -60
  3. package/docs/components/LogViewer/examples/LogViewer.md +40 -40
  4. package/docs/components/Login/examples/Login.md +5 -5
  5. package/docs/components/ModalBox/examples/ModalBox.md +1 -1
  6. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +30 -30
  7. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +10 -10
  8. package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
  9. package/docs/components/Select/deprecated/Select.md +64 -64
  10. package/docs/components/Slider/examples/Slider.md +39 -39
  11. package/docs/components/Table/examples/Table.md +66 -66
  12. package/docs/components/Toolbar/examples/Toolbar.md +5 -5
  13. package/docs/components/Wizard/examples/Wizard.md +1 -1
  14. package/docs/demos/Banner/examples/Banner.md +9 -9
  15. package/docs/demos/Card/examples/Card.md +96 -96
  16. package/docs/demos/CardView/examples/CardView.md +7 -7
  17. package/docs/demos/ContextSelector/examples/ContextSelector.md +1 -1
  18. package/docs/demos/Dashboard/examples/Dashboard.md +21 -21
  19. package/docs/demos/DataList/examples/DataList.md +8 -8
  20. package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -5
  21. package/docs/demos/Masthead/examples/Masthead.md +1 -1
  22. package/docs/demos/Modal/examples/Modal.md +3 -3
  23. package/docs/demos/Nav/examples/Nav.md +2 -2
  24. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +16 -16
  25. package/docs/demos/Page/examples/Page.md +2 -2
  26. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +40 -40
  27. package/docs/demos/Table/examples/Table.md +86 -86
  28. package/docs/demos/Tabs/examples/Tabs.md +9 -9
  29. package/docs/demos/Toolbar/examples/Toolbar.md +7 -7
  30. package/docs/demos/Wizard/examples/Wizard.md +3 -3
  31. package/package.json +1 -1
@@ -389,7 +389,7 @@ wrapperTag: div
389
389
  id="basic-demo-toolbar-overflow-menu"
390
390
  >
391
391
  <div
392
- class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
392
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
393
393
  >
394
394
  <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
395
395
  <div class="pf-v6-c-overflow-menu__item">
@@ -403,7 +403,7 @@ wrapperTag: div
403
403
  <div class="pf-v6-c-overflow-menu__control">
404
404
  <div class="pf-v6-c-dropdown">
405
405
  <button
406
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
406
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
407
407
  type="button"
408
408
  id="basic-demo-toolbar-overflow-menu-dropdown-toggle"
409
409
  aria-label="Dropdown with additional options"
@@ -1519,7 +1519,7 @@ wrapperTag: div
1519
1519
  id="sortable-demo-toolbar-overflow-menu"
1520
1520
  >
1521
1521
  <div
1522
- class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
1522
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
1523
1523
  >
1524
1524
  <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
1525
1525
  <div class="pf-v6-c-overflow-menu__item">
@@ -1540,7 +1540,7 @@ wrapperTag: div
1540
1540
  <div class="pf-v6-c-overflow-menu__control">
1541
1541
  <div class="pf-v6-c-dropdown">
1542
1542
  <button
1543
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
1543
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
1544
1544
  type="button"
1545
1545
  id="sortable-demo-toolbar-overflow-menu-dropdown-toggle"
1546
1546
  aria-label="Dropdown with additional options"
@@ -2669,7 +2669,7 @@ wrapperTag: div
2669
2669
  aria-label="Select input"
2670
2670
  >
2671
2671
  <label
2672
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
2672
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
2673
2673
  id="expandable-demo-toolbar-select-checkbox-status-active"
2674
2674
  for="expandable-demo-toolbar-select-checkbox-status-active-input"
2675
2675
  >
@@ -2687,7 +2687,7 @@ wrapperTag: div
2687
2687
  >This is a description</span>
2688
2688
  </label>
2689
2689
  <label
2690
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
2690
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
2691
2691
  id="expandable-demo-toolbar-select-checkbox-status-canceled"
2692
2692
  for="expandable-demo-toolbar-select-checkbox-status-canceled-input"
2693
2693
  >
@@ -2705,7 +2705,7 @@ wrapperTag: div
2705
2705
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
2706
2706
  </label>
2707
2707
  <label
2708
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2708
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2709
2709
  id="expandable-demo-toolbar-select-checkbox-status-paused"
2710
2710
  for="expandable-demo-toolbar-select-checkbox-status-paused-input"
2711
2711
  >
@@ -2718,7 +2718,7 @@ wrapperTag: div
2718
2718
  <span class="pf-v6-c-check__label">Paused</span>
2719
2719
  </label>
2720
2720
  <label
2721
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2721
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2722
2722
  id="expandable-demo-toolbar-select-checkbox-status-warning"
2723
2723
  for="expandable-demo-toolbar-select-checkbox-status-warning-input"
2724
2724
  >
@@ -2731,7 +2731,7 @@ wrapperTag: div
2731
2731
  <span class="pf-v6-c-check__label">Warning</span>
2732
2732
  </label>
2733
2733
  <label
2734
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2734
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2735
2735
  id="expandable-demo-toolbar-select-checkbox-status-restarted"
2736
2736
  for="expandable-demo-toolbar-select-checkbox-status-restarted-input"
2737
2737
  >
@@ -2776,7 +2776,7 @@ wrapperTag: div
2776
2776
  aria-label="Select input"
2777
2777
  >
2778
2778
  <label
2779
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
2779
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
2780
2780
  id="expandable-demo-toolbar-select-checkbox-risk-active"
2781
2781
  for="expandable-demo-toolbar-select-checkbox-risk-active-input"
2782
2782
  >
@@ -2794,7 +2794,7 @@ wrapperTag: div
2794
2794
  >This is a description</span>
2795
2795
  </label>
2796
2796
  <label
2797
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
2797
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
2798
2798
  id="expandable-demo-toolbar-select-checkbox-risk-canceled"
2799
2799
  for="expandable-demo-toolbar-select-checkbox-risk-canceled-input"
2800
2800
  >
@@ -2812,7 +2812,7 @@ wrapperTag: div
2812
2812
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
2813
2813
  </label>
2814
2814
  <label
2815
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2815
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2816
2816
  id="expandable-demo-toolbar-select-checkbox-risk-paused"
2817
2817
  for="expandable-demo-toolbar-select-checkbox-risk-paused-input"
2818
2818
  >
@@ -2825,7 +2825,7 @@ wrapperTag: div
2825
2825
  <span class="pf-v6-c-check__label">Paused</span>
2826
2826
  </label>
2827
2827
  <label
2828
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2828
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2829
2829
  id="expandable-demo-toolbar-select-checkbox-risk-warning"
2830
2830
  for="expandable-demo-toolbar-select-checkbox-risk-warning-input"
2831
2831
  >
@@ -2838,7 +2838,7 @@ wrapperTag: div
2838
2838
  <span class="pf-v6-c-check__label">Warning</span>
2839
2839
  </label>
2840
2840
  <label
2841
- class="pf-v6-c-check pf-v5-c-select__menu-item"
2841
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
2842
2842
  id="expandable-demo-toolbar-select-checkbox-risk-restarted"
2843
2843
  for="expandable-demo-toolbar-select-checkbox-risk-restarted-input"
2844
2844
  >
@@ -4084,7 +4084,7 @@ wrapperTag: div
4084
4084
  aria-label="Select input"
4085
4085
  >
4086
4086
  <label
4087
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
4087
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
4088
4088
  id="compact-demo-toolbar-select-checkbox-status-active"
4089
4089
  for="compact-demo-toolbar-select-checkbox-status-active-input"
4090
4090
  >
@@ -4102,7 +4102,7 @@ wrapperTag: div
4102
4102
  >This is a description</span>
4103
4103
  </label>
4104
4104
  <label
4105
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
4105
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
4106
4106
  id="compact-demo-toolbar-select-checkbox-status-canceled"
4107
4107
  for="compact-demo-toolbar-select-checkbox-status-canceled-input"
4108
4108
  >
@@ -4120,7 +4120,7 @@ wrapperTag: div
4120
4120
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
4121
4121
  </label>
4122
4122
  <label
4123
- class="pf-v6-c-check pf-v5-c-select__menu-item"
4123
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
4124
4124
  id="compact-demo-toolbar-select-checkbox-status-paused"
4125
4125
  for="compact-demo-toolbar-select-checkbox-status-paused-input"
4126
4126
  >
@@ -4133,7 +4133,7 @@ wrapperTag: div
4133
4133
  <span class="pf-v6-c-check__label">Paused</span>
4134
4134
  </label>
4135
4135
  <label
4136
- class="pf-v6-c-check pf-v5-c-select__menu-item"
4136
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
4137
4137
  id="compact-demo-toolbar-select-checkbox-status-warning"
4138
4138
  for="compact-demo-toolbar-select-checkbox-status-warning-input"
4139
4139
  >
@@ -4146,7 +4146,7 @@ wrapperTag: div
4146
4146
  <span class="pf-v6-c-check__label">Warning</span>
4147
4147
  </label>
4148
4148
  <label
4149
- class="pf-v6-c-check pf-v5-c-select__menu-item"
4149
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
4150
4150
  id="compact-demo-toolbar-select-checkbox-status-restarted"
4151
4151
  for="compact-demo-toolbar-select-checkbox-status-restarted-input"
4152
4152
  >
@@ -4191,7 +4191,7 @@ wrapperTag: div
4191
4191
  aria-label="Select input"
4192
4192
  >
4193
4193
  <label
4194
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
4194
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
4195
4195
  id="compact-demo-toolbar-select-checkbox-risk-active"
4196
4196
  for="compact-demo-toolbar-select-checkbox-risk-active-input"
4197
4197
  >
@@ -4209,7 +4209,7 @@ wrapperTag: div
4209
4209
  >This is a description</span>
4210
4210
  </label>
4211
4211
  <label
4212
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
4212
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
4213
4213
  id="compact-demo-toolbar-select-checkbox-risk-canceled"
4214
4214
  for="compact-demo-toolbar-select-checkbox-risk-canceled-input"
4215
4215
  >
@@ -4227,7 +4227,7 @@ wrapperTag: div
4227
4227
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
4228
4228
  </label>
4229
4229
  <label
4230
- class="pf-v6-c-check pf-v5-c-select__menu-item"
4230
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
4231
4231
  id="compact-demo-toolbar-select-checkbox-risk-paused"
4232
4232
  for="compact-demo-toolbar-select-checkbox-risk-paused-input"
4233
4233
  >
@@ -4240,7 +4240,7 @@ wrapperTag: div
4240
4240
  <span class="pf-v6-c-check__label">Paused</span>
4241
4241
  </label>
4242
4242
  <label
4243
- class="pf-v6-c-check pf-v5-c-select__menu-item"
4243
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
4244
4244
  id="compact-demo-toolbar-select-checkbox-risk-warning"
4245
4245
  for="compact-demo-toolbar-select-checkbox-risk-warning-input"
4246
4246
  >
@@ -4253,7 +4253,7 @@ wrapperTag: div
4253
4253
  <span class="pf-v6-c-check__label">Warning</span>
4254
4254
  </label>
4255
4255
  <label
4256
- class="pf-v6-c-check pf-v5-c-select__menu-item"
4256
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
4257
4257
  id="compact-demo-toolbar-select-checkbox-risk-restarted"
4258
4258
  for="compact-demo-toolbar-select-checkbox-risk-restarted-input"
4259
4259
  >
@@ -5227,7 +5227,7 @@ wrapperTag: div
5227
5227
  aria-label="Select input"
5228
5228
  >
5229
5229
  <label
5230
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
5230
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
5231
5231
  id="compound-expansion-demo-toolbar-select-checkbox-status-active"
5232
5232
  for="compound-expansion-demo-toolbar-select-checkbox-status-active-input"
5233
5233
  >
@@ -5245,7 +5245,7 @@ wrapperTag: div
5245
5245
  >This is a description</span>
5246
5246
  </label>
5247
5247
  <label
5248
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
5248
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
5249
5249
  id="compound-expansion-demo-toolbar-select-checkbox-status-canceled"
5250
5250
  for="compound-expansion-demo-toolbar-select-checkbox-status-canceled-input"
5251
5251
  >
@@ -5263,7 +5263,7 @@ wrapperTag: div
5263
5263
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
5264
5264
  </label>
5265
5265
  <label
5266
- class="pf-v6-c-check pf-v5-c-select__menu-item"
5266
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
5267
5267
  id="compound-expansion-demo-toolbar-select-checkbox-status-paused"
5268
5268
  for="compound-expansion-demo-toolbar-select-checkbox-status-paused-input"
5269
5269
  >
@@ -5276,7 +5276,7 @@ wrapperTag: div
5276
5276
  <span class="pf-v6-c-check__label">Paused</span>
5277
5277
  </label>
5278
5278
  <label
5279
- class="pf-v6-c-check pf-v5-c-select__menu-item"
5279
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
5280
5280
  id="compound-expansion-demo-toolbar-select-checkbox-status-warning"
5281
5281
  for="compound-expansion-demo-toolbar-select-checkbox-status-warning-input"
5282
5282
  >
@@ -5289,7 +5289,7 @@ wrapperTag: div
5289
5289
  <span class="pf-v6-c-check__label">Warning</span>
5290
5290
  </label>
5291
5291
  <label
5292
- class="pf-v6-c-check pf-v5-c-select__menu-item"
5292
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
5293
5293
  id="compound-expansion-demo-toolbar-select-checkbox-status-restarted"
5294
5294
  for="compound-expansion-demo-toolbar-select-checkbox-status-restarted-input"
5295
5295
  >
@@ -5334,7 +5334,7 @@ wrapperTag: div
5334
5334
  aria-label="Select input"
5335
5335
  >
5336
5336
  <label
5337
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
5337
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
5338
5338
  id="compound-expansion-demo-toolbar-select-checkbox-risk-active"
5339
5339
  for="compound-expansion-demo-toolbar-select-checkbox-risk-active-input"
5340
5340
  >
@@ -5352,7 +5352,7 @@ wrapperTag: div
5352
5352
  >This is a description</span>
5353
5353
  </label>
5354
5354
  <label
5355
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
5355
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
5356
5356
  id="compound-expansion-demo-toolbar-select-checkbox-risk-canceled"
5357
5357
  for="compound-expansion-demo-toolbar-select-checkbox-risk-canceled-input"
5358
5358
  >
@@ -5370,7 +5370,7 @@ wrapperTag: div
5370
5370
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
5371
5371
  </label>
5372
5372
  <label
5373
- class="pf-v6-c-check pf-v5-c-select__menu-item"
5373
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
5374
5374
  id="compound-expansion-demo-toolbar-select-checkbox-risk-paused"
5375
5375
  for="compound-expansion-demo-toolbar-select-checkbox-risk-paused-input"
5376
5376
  >
@@ -5383,7 +5383,7 @@ wrapperTag: div
5383
5383
  <span class="pf-v6-c-check__label">Paused</span>
5384
5384
  </label>
5385
5385
  <label
5386
- class="pf-v6-c-check pf-v5-c-select__menu-item"
5386
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
5387
5387
  id="compound-expansion-demo-toolbar-select-checkbox-risk-warning"
5388
5388
  for="compound-expansion-demo-toolbar-select-checkbox-risk-warning-input"
5389
5389
  >
@@ -5396,7 +5396,7 @@ wrapperTag: div
5396
5396
  <span class="pf-v6-c-check__label">Warning</span>
5397
5397
  </label>
5398
5398
  <label
5399
- class="pf-v6-c-check pf-v5-c-select__menu-item"
5399
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
5400
5400
  id="compound-expansion-demo-toolbar-select-checkbox-risk-restarted"
5401
5401
  for="compound-expansion-demo-toolbar-select-checkbox-risk-restarted-input"
5402
5402
  >
@@ -9153,7 +9153,7 @@ wrapperTag: div
9153
9153
  aria-label="Select input"
9154
9154
  >
9155
9155
  <label
9156
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
9156
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
9157
9157
  id="static-bottom-pagination-demo-toolbar-select-checkbox-status-active"
9158
9158
  for="static-bottom-pagination-demo-toolbar-select-checkbox-status-active-input"
9159
9159
  >
@@ -9171,7 +9171,7 @@ wrapperTag: div
9171
9171
  >This is a description</span>
9172
9172
  </label>
9173
9173
  <label
9174
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
9174
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
9175
9175
  id="static-bottom-pagination-demo-toolbar-select-checkbox-status-canceled"
9176
9176
  for="static-bottom-pagination-demo-toolbar-select-checkbox-status-canceled-input"
9177
9177
  >
@@ -9189,7 +9189,7 @@ wrapperTag: div
9189
9189
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
9190
9190
  </label>
9191
9191
  <label
9192
- class="pf-v6-c-check pf-v5-c-select__menu-item"
9192
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
9193
9193
  id="static-bottom-pagination-demo-toolbar-select-checkbox-status-paused"
9194
9194
  for="static-bottom-pagination-demo-toolbar-select-checkbox-status-paused-input"
9195
9195
  >
@@ -9202,7 +9202,7 @@ wrapperTag: div
9202
9202
  <span class="pf-v6-c-check__label">Paused</span>
9203
9203
  </label>
9204
9204
  <label
9205
- class="pf-v6-c-check pf-v5-c-select__menu-item"
9205
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
9206
9206
  id="static-bottom-pagination-demo-toolbar-select-checkbox-status-warning"
9207
9207
  for="static-bottom-pagination-demo-toolbar-select-checkbox-status-warning-input"
9208
9208
  >
@@ -9215,7 +9215,7 @@ wrapperTag: div
9215
9215
  <span class="pf-v6-c-check__label">Warning</span>
9216
9216
  </label>
9217
9217
  <label
9218
- class="pf-v6-c-check pf-v5-c-select__menu-item"
9218
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
9219
9219
  id="static-bottom-pagination-demo-toolbar-select-checkbox-status-restarted"
9220
9220
  for="static-bottom-pagination-demo-toolbar-select-checkbox-status-restarted-input"
9221
9221
  >
@@ -9260,7 +9260,7 @@ wrapperTag: div
9260
9260
  aria-label="Select input"
9261
9261
  >
9262
9262
  <label
9263
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
9263
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
9264
9264
  id="static-bottom-pagination-demo-toolbar-select-checkbox-risk-active"
9265
9265
  for="static-bottom-pagination-demo-toolbar-select-checkbox-risk-active-input"
9266
9266
  >
@@ -9278,7 +9278,7 @@ wrapperTag: div
9278
9278
  >This is a description</span>
9279
9279
  </label>
9280
9280
  <label
9281
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
9281
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
9282
9282
  id="static-bottom-pagination-demo-toolbar-select-checkbox-risk-canceled"
9283
9283
  for="static-bottom-pagination-demo-toolbar-select-checkbox-risk-canceled-input"
9284
9284
  >
@@ -9296,7 +9296,7 @@ wrapperTag: div
9296
9296
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
9297
9297
  </label>
9298
9298
  <label
9299
- class="pf-v6-c-check pf-v5-c-select__menu-item"
9299
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
9300
9300
  id="static-bottom-pagination-demo-toolbar-select-checkbox-risk-paused"
9301
9301
  for="static-bottom-pagination-demo-toolbar-select-checkbox-risk-paused-input"
9302
9302
  >
@@ -9309,7 +9309,7 @@ wrapperTag: div
9309
9309
  <span class="pf-v6-c-check__label">Paused</span>
9310
9310
  </label>
9311
9311
  <label
9312
- class="pf-v6-c-check pf-v5-c-select__menu-item"
9312
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
9313
9313
  id="static-bottom-pagination-demo-toolbar-select-checkbox-risk-warning"
9314
9314
  for="static-bottom-pagination-demo-toolbar-select-checkbox-risk-warning-input"
9315
9315
  >
@@ -9322,7 +9322,7 @@ wrapperTag: div
9322
9322
  <span class="pf-v6-c-check__label">Warning</span>
9323
9323
  </label>
9324
9324
  <label
9325
- class="pf-v6-c-check pf-v5-c-select__menu-item"
9325
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
9326
9326
  id="static-bottom-pagination-demo-toolbar-select-checkbox-risk-restarted"
9327
9327
  for="static-bottom-pagination-demo-toolbar-select-checkbox-risk-restarted-input"
9328
9328
  >
@@ -10378,7 +10378,7 @@ wrapperTag: div
10378
10378
  aria-label="Select input"
10379
10379
  >
10380
10380
  <label
10381
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
10381
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
10382
10382
  id="column-management-demo-toolbar-select-checkbox-status-active"
10383
10383
  for="column-management-demo-toolbar-select-checkbox-status-active-input"
10384
10384
  >
@@ -10396,7 +10396,7 @@ wrapperTag: div
10396
10396
  >This is a description</span>
10397
10397
  </label>
10398
10398
  <label
10399
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
10399
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
10400
10400
  id="column-management-demo-toolbar-select-checkbox-status-canceled"
10401
10401
  for="column-management-demo-toolbar-select-checkbox-status-canceled-input"
10402
10402
  >
@@ -10414,7 +10414,7 @@ wrapperTag: div
10414
10414
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
10415
10415
  </label>
10416
10416
  <label
10417
- class="pf-v6-c-check pf-v5-c-select__menu-item"
10417
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
10418
10418
  id="column-management-demo-toolbar-select-checkbox-status-paused"
10419
10419
  for="column-management-demo-toolbar-select-checkbox-status-paused-input"
10420
10420
  >
@@ -10427,7 +10427,7 @@ wrapperTag: div
10427
10427
  <span class="pf-v6-c-check__label">Paused</span>
10428
10428
  </label>
10429
10429
  <label
10430
- class="pf-v6-c-check pf-v5-c-select__menu-item"
10430
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
10431
10431
  id="column-management-demo-toolbar-select-checkbox-status-warning"
10432
10432
  for="column-management-demo-toolbar-select-checkbox-status-warning-input"
10433
10433
  >
@@ -10440,7 +10440,7 @@ wrapperTag: div
10440
10440
  <span class="pf-v6-c-check__label">Warning</span>
10441
10441
  </label>
10442
10442
  <label
10443
- class="pf-v6-c-check pf-v5-c-select__menu-item"
10443
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
10444
10444
  id="column-management-demo-toolbar-select-checkbox-status-restarted"
10445
10445
  for="column-management-demo-toolbar-select-checkbox-status-restarted-input"
10446
10446
  >
@@ -10485,7 +10485,7 @@ wrapperTag: div
10485
10485
  aria-label="Select input"
10486
10486
  >
10487
10487
  <label
10488
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
10488
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
10489
10489
  id="column-management-demo-toolbar-select-checkbox-risk-active"
10490
10490
  for="column-management-demo-toolbar-select-checkbox-risk-active-input"
10491
10491
  >
@@ -10503,7 +10503,7 @@ wrapperTag: div
10503
10503
  >This is a description</span>
10504
10504
  </label>
10505
10505
  <label
10506
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
10506
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
10507
10507
  id="column-management-demo-toolbar-select-checkbox-risk-canceled"
10508
10508
  for="column-management-demo-toolbar-select-checkbox-risk-canceled-input"
10509
10509
  >
@@ -10521,7 +10521,7 @@ wrapperTag: div
10521
10521
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
10522
10522
  </label>
10523
10523
  <label
10524
- class="pf-v6-c-check pf-v5-c-select__menu-item"
10524
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
10525
10525
  id="column-management-demo-toolbar-select-checkbox-risk-paused"
10526
10526
  for="column-management-demo-toolbar-select-checkbox-risk-paused-input"
10527
10527
  >
@@ -10534,7 +10534,7 @@ wrapperTag: div
10534
10534
  <span class="pf-v6-c-check__label">Paused</span>
10535
10535
  </label>
10536
10536
  <label
10537
- class="pf-v6-c-check pf-v5-c-select__menu-item"
10537
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
10538
10538
  id="column-management-demo-toolbar-select-checkbox-risk-warning"
10539
10539
  for="column-management-demo-toolbar-select-checkbox-risk-warning-input"
10540
10540
  >
@@ -10547,7 +10547,7 @@ wrapperTag: div
10547
10547
  <span class="pf-v6-c-check__label">Warning</span>
10548
10548
  </label>
10549
10549
  <label
10550
- class="pf-v6-c-check pf-v5-c-select__menu-item"
10550
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
10551
10551
  id="column-management-demo-toolbar-select-checkbox-risk-restarted"
10552
10552
  for="column-management-demo-toolbar-select-checkbox-risk-restarted-input"
10553
10553
  >
@@ -11717,7 +11717,7 @@ wrapperTag: div
11717
11717
  aria-label="Select input"
11718
11718
  >
11719
11719
  <label
11720
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
11720
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
11721
11721
  id="sticky-header-demo-toolbar-select-checkbox-status-active"
11722
11722
  for="sticky-header-demo-toolbar-select-checkbox-status-active-input"
11723
11723
  >
@@ -11735,7 +11735,7 @@ wrapperTag: div
11735
11735
  >This is a description</span>
11736
11736
  </label>
11737
11737
  <label
11738
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
11738
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
11739
11739
  id="sticky-header-demo-toolbar-select-checkbox-status-canceled"
11740
11740
  for="sticky-header-demo-toolbar-select-checkbox-status-canceled-input"
11741
11741
  >
@@ -11753,7 +11753,7 @@ wrapperTag: div
11753
11753
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
11754
11754
  </label>
11755
11755
  <label
11756
- class="pf-v6-c-check pf-v5-c-select__menu-item"
11756
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
11757
11757
  id="sticky-header-demo-toolbar-select-checkbox-status-paused"
11758
11758
  for="sticky-header-demo-toolbar-select-checkbox-status-paused-input"
11759
11759
  >
@@ -11766,7 +11766,7 @@ wrapperTag: div
11766
11766
  <span class="pf-v6-c-check__label">Paused</span>
11767
11767
  </label>
11768
11768
  <label
11769
- class="pf-v6-c-check pf-v5-c-select__menu-item"
11769
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
11770
11770
  id="sticky-header-demo-toolbar-select-checkbox-status-warning"
11771
11771
  for="sticky-header-demo-toolbar-select-checkbox-status-warning-input"
11772
11772
  >
@@ -11779,7 +11779,7 @@ wrapperTag: div
11779
11779
  <span class="pf-v6-c-check__label">Warning</span>
11780
11780
  </label>
11781
11781
  <label
11782
- class="pf-v6-c-check pf-v5-c-select__menu-item"
11782
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
11783
11783
  id="sticky-header-demo-toolbar-select-checkbox-status-restarted"
11784
11784
  for="sticky-header-demo-toolbar-select-checkbox-status-restarted-input"
11785
11785
  >
@@ -11824,7 +11824,7 @@ wrapperTag: div
11824
11824
  aria-label="Select input"
11825
11825
  >
11826
11826
  <label
11827
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
11827
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
11828
11828
  id="sticky-header-demo-toolbar-select-checkbox-risk-active"
11829
11829
  for="sticky-header-demo-toolbar-select-checkbox-risk-active-input"
11830
11830
  >
@@ -11842,7 +11842,7 @@ wrapperTag: div
11842
11842
  >This is a description</span>
11843
11843
  </label>
11844
11844
  <label
11845
- class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
11845
+ class="pf-v6-c-check pf-v6-c-select__menu-item pf-m-description"
11846
11846
  id="sticky-header-demo-toolbar-select-checkbox-risk-canceled"
11847
11847
  for="sticky-header-demo-toolbar-select-checkbox-risk-canceled-input"
11848
11848
  >
@@ -11860,7 +11860,7 @@ wrapperTag: div
11860
11860
  >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
11861
11861
  </label>
11862
11862
  <label
11863
- class="pf-v6-c-check pf-v5-c-select__menu-item"
11863
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
11864
11864
  id="sticky-header-demo-toolbar-select-checkbox-risk-paused"
11865
11865
  for="sticky-header-demo-toolbar-select-checkbox-risk-paused-input"
11866
11866
  >
@@ -11873,7 +11873,7 @@ wrapperTag: div
11873
11873
  <span class="pf-v6-c-check__label">Paused</span>
11874
11874
  </label>
11875
11875
  <label
11876
- class="pf-v6-c-check pf-v5-c-select__menu-item"
11876
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
11877
11877
  id="sticky-header-demo-toolbar-select-checkbox-risk-warning"
11878
11878
  for="sticky-header-demo-toolbar-select-checkbox-risk-warning-input"
11879
11879
  >
@@ -11886,7 +11886,7 @@ wrapperTag: div
11886
11886
  <span class="pf-v6-c-check__label">Warning</span>
11887
11887
  </label>
11888
11888
  <label
11889
- class="pf-v6-c-check pf-v5-c-select__menu-item"
11889
+ class="pf-v6-c-check pf-v6-c-select__menu-item"
11890
11890
  id="sticky-header-demo-toolbar-select-checkbox-risk-restarted"
11891
11891
  for="sticky-header-demo-toolbar-select-checkbox-risk-restarted-input"
11892
11892
  >
@@ -12814,7 +12814,7 @@ wrapperTag: div
12814
12814
  class="pf-v6-c-page__main-section pf-m-limit-width pf-m-no-padding pf-m-padding-on-xl"
12815
12815
  >
12816
12816
  <div class="pf-v6-c-page__main-body">
12817
- <div class="pf-v5-c-scroll-outer-wrapper">
12817
+ <div class="pf-v6-c-scroll-outer-wrapper">
12818
12818
  <div class="pf-v6-c-toolbar" id="sticky-first-column-demo-toolbar">
12819
12819
  <div class="pf-v6-c-toolbar__content">
12820
12820
  <div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
@@ -12934,7 +12934,7 @@ wrapperTag: div
12934
12934
  id="sticky-first-column-demo-toolbar-overflow-menu"
12935
12935
  >
12936
12936
  <div
12937
- class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
12937
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
12938
12938
  >
12939
12939
  <div
12940
12940
  class="pf-v6-c-overflow-menu__group pf-m-button-group"
@@ -12950,7 +12950,7 @@ wrapperTag: div
12950
12950
  <div class="pf-v6-c-overflow-menu__control">
12951
12951
  <div class="pf-v6-c-dropdown">
12952
12952
  <button
12953
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
12953
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
12954
12954
  type="button"
12955
12955
  id="sticky-first-column-demo-toolbar-overflow-menu-dropdown-toggle"
12956
12956
  aria-label="Dropdown with additional options"
@@ -13066,7 +13066,7 @@ wrapperTag: div
13066
13066
  ></div>
13067
13067
  </div>
13068
13068
  </div>
13069
- <div class="pf-v5-c-scroll-inner-wrapper">
13069
+ <div class="pf-v6-c-scroll-inner-wrapper">
13070
13070
  <table
13071
13071
  class="pf-v6-c-table"
13072
13072
  role="grid"
@@ -14016,7 +14016,7 @@ wrapperTag: div
14016
14016
  class="pf-v6-c-page__main-section pf-m-limit-width pf-m-no-padding pf-m-padding-on-xl pf-m-overflow-scroll"
14017
14017
  >
14018
14018
  <div class="pf-v6-c-page__main-body">
14019
- <div class="pf-v5-c-scroll-outer-wrapper">
14019
+ <div class="pf-v6-c-scroll-outer-wrapper">
14020
14020
  <div
14021
14021
  class="pf-v6-c-toolbar"
14022
14022
  id="sticky-multiple-columns-demo-toolbar"
@@ -14139,7 +14139,7 @@ wrapperTag: div
14139
14139
  id="sticky-multiple-columns-demo-toolbar-overflow-menu"
14140
14140
  >
14141
14141
  <div
14142
- class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
14142
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
14143
14143
  >
14144
14144
  <div
14145
14145
  class="pf-v6-c-overflow-menu__group pf-m-button-group"
@@ -14155,7 +14155,7 @@ wrapperTag: div
14155
14155
  <div class="pf-v6-c-overflow-menu__control">
14156
14156
  <div class="pf-v6-c-dropdown">
14157
14157
  <button
14158
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
14158
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
14159
14159
  type="button"
14160
14160
  id="sticky-multiple-columns-demo-toolbar-overflow-menu-dropdown-toggle"
14161
14161
  aria-label="Dropdown with additional options"
@@ -14271,7 +14271,7 @@ wrapperTag: div
14271
14271
  ></div>
14272
14272
  </div>
14273
14273
  </div>
14274
- <div class="pf-v5-c-scroll-inner-wrapper">
14274
+ <div class="pf-v6-c-scroll-inner-wrapper">
14275
14275
  <table
14276
14276
  class="pf-v6-c-table"
14277
14277
  role="grid"
@@ -15251,7 +15251,7 @@ wrapperTag: div
15251
15251
  <section
15252
15252
  class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl pf-m-overflow-scroll"
15253
15253
  >
15254
- <div class="pf-v5-c-scroll-outer-wrapper">
15254
+ <div class="pf-v6-c-scroll-outer-wrapper">
15255
15255
  <div
15256
15256
  class="pf-v6-c-toolbar"
15257
15257
  id="sticky-header-and-multiple columns-demo-toolbar"
@@ -15372,7 +15372,7 @@ wrapperTag: div
15372
15372
  id="sticky-header-and-multiple columns-demo-toolbar-overflow-menu"
15373
15373
  >
15374
15374
  <div
15375
- class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
15375
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
15376
15376
  >
15377
15377
  <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
15378
15378
  <div class="pf-v6-c-overflow-menu__item">
@@ -15386,7 +15386,7 @@ wrapperTag: div
15386
15386
  <div class="pf-v6-c-overflow-menu__control">
15387
15387
  <div class="pf-v6-c-dropdown">
15388
15388
  <button
15389
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
15389
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
15390
15390
  type="button"
15391
15391
  id="sticky-header-and-multiple columns-demo-toolbar-overflow-menu-dropdown-toggle"
15392
15392
  aria-label="Dropdown with additional options"
@@ -15500,7 +15500,7 @@ wrapperTag: div
15500
15500
  ></div>
15501
15501
  </div>
15502
15502
  </div>
15503
- <div class="pf-v5-c-scroll-inner-wrapper">
15503
+ <div class="pf-v6-c-scroll-inner-wrapper">
15504
15504
  <table
15505
15505
  class="pf-v6-c-table pf-m-sticky-header"
15506
15506
  role="grid"
@@ -16479,7 +16479,7 @@ wrapperTag: div
16479
16479
  <section
16480
16480
  class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl pf-m-overflow-scroll"
16481
16481
  >
16482
- <div class="pf-v5-c-scroll-outer-wrapper">
16482
+ <div class="pf-v6-c-scroll-outer-wrapper">
16483
16483
  <div
16484
16484
  class="pf-v6-c-toolbar"
16485
16485
  id="sticky-header-and-multiple columns-demo-toolbar"
@@ -16600,7 +16600,7 @@ wrapperTag: div
16600
16600
  id="sticky-header-and-multiple columns-demo-toolbar-overflow-menu"
16601
16601
  >
16602
16602
  <div
16603
- class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
16603
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
16604
16604
  >
16605
16605
  <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
16606
16606
  <div class="pf-v6-c-overflow-menu__item">
@@ -16614,7 +16614,7 @@ wrapperTag: div
16614
16614
  <div class="pf-v6-c-overflow-menu__control">
16615
16615
  <div class="pf-v6-c-dropdown">
16616
16616
  <button
16617
- class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
16617
+ class="pf-v6-c-button pf-v6-c-dropdown__toggle pf-m-plain"
16618
16618
  type="button"
16619
16619
  id="sticky-header-and-multiple columns-demo-toolbar-overflow-menu-dropdown-toggle"
16620
16620
  aria-label="Dropdown with additional options"
@@ -16728,7 +16728,7 @@ wrapperTag: div
16728
16728
  ></div>
16729
16729
  </div>
16730
16730
  </div>
16731
- <div class="pf-v5-c-scroll-inner-wrapper">
16731
+ <div class="pf-v6-c-scroll-inner-wrapper">
16732
16732
  <table
16733
16733
  class="pf-v6-c-table"
16734
16734
  role="grid"
@@ -17779,7 +17779,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
17779
17779
  >
17780
17780
  <div class="pf-v6-l-flex pf-m-nowrap">
17781
17781
  <div
17782
- class="pf-v6-l-flex pf-m-align-self-flex-start pf-v5-u-mt-sm"
17782
+ class="pf-v6-l-flex pf-m-align-self-flex-start pf-v6-u-mt-sm"
17783
17783
  >
17784
17784
  <div class="table-demo-icon">
17785
17785
  <svg
@@ -17809,7 +17809,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
17809
17809
  <div class="pf-v6-l-flex pf-m-column pf-m-space-items-none">
17810
17810
  <h1 class="pf-v6-c-title pf-m-xl">Repository 1</h1>
17811
17811
  <span
17812
- class="pf-v5-u-font-size-sm"
17812
+ class="pf-v6-u-font-size-sm"
17813
17813
  >2.6.6 provided by Red Hat Inc</span>
17814
17814
  </div>
17815
17815
  </div>
@@ -17844,7 +17844,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
17844
17844
  >
17845
17845
  <div class="pf-v6-l-flex pf-m-nowrap">
17846
17846
  <div
17847
- class="pf-v6-l-flex pf-m-align-self-flex-start pf-v5-u-mt-sm"
17847
+ class="pf-v6-l-flex pf-m-align-self-flex-start pf-v6-u-mt-sm"
17848
17848
  >
17849
17849
  <div class="table-demo-icon">
17850
17850
  <svg
@@ -17863,7 +17863,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
17863
17863
  <div class="pf-v6-l-flex pf-m-column pf-m-space-items-none">
17864
17864
  <h1 class="pf-v6-c-title pf-m-xl">Repository 2</h1>
17865
17865
  <span
17866
- class="pf-v5-u-font-size-sm"
17866
+ class="pf-v6-u-font-size-sm"
17867
17867
  >2.6.6 provided by Github</span>
17868
17868
  </div>
17869
17869
  </div>
@@ -17898,7 +17898,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
17898
17898
  >
17899
17899
  <div class="pf-v6-l-flex pf-m-nowrap">
17900
17900
  <div
17901
- class="pf-v6-l-flex pf-m-align-self-flex-start pf-v5-u-mt-sm"
17901
+ class="pf-v6-l-flex pf-m-align-self-flex-start pf-v6-u-mt-sm"
17902
17902
  >
17903
17903
  <div class="table-demo-icon">
17904
17904
  <svg
@@ -17917,7 +17917,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
17917
17917
  <div class="pf-v6-l-flex pf-m-column pf-m-space-items-none">
17918
17918
  <h1 class="pf-v6-c-title pf-m-xl">Repository 3</h1>
17919
17919
  <span
17920
- class="pf-v5-u-font-size-sm"
17920
+ class="pf-v6-u-font-size-sm"
17921
17921
  >1.2.3 provided by Google</span>
17922
17922
  </div>
17923
17923
  </div>