@patternfly/patternfly 5.0.0-alpha.50 → 5.0.0-alpha.52
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/UPGRADE-GUIDE.md +1 -1
- package/assets/icons/iconUnicodes.json +129 -128
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +402 -267
- package/base/_icons.scss +1 -1
- package/base/patternfly-icons.css +136 -132
- package/base/patternfly-pf-icons.css +136 -132
- package/base/patternfly-pf-icons.scss +1 -1
- package/base/patternfly-variables.css +2 -2
- package/components/AboutModalBox/about-modal-box.css +1 -20
- package/components/AboutModalBox/about-modal-box.scss +3 -24
- package/components/BackgroundImage/background-image.css +1 -2
- package/components/BackgroundImage/background-image.scss +1 -2
- package/components/FormControl/form-control.css +0 -7
- package/components/FormControl/form-control.scss +7 -7
- package/components/Icon/icon.css +25 -24
- package/components/Icon/icon.scss +30 -31
- package/components/NotificationBadge/notification-badge.css +2 -2
- package/components/NotificationBadge/notification-badge.scss +2 -2
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/_all.scss +1 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +7 -9
- package/docs/components/Avatar/examples/Avatar.css +1 -1
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +7 -11
- package/docs/components/CodeEditor/examples/CodeEditor.md +1 -1
- package/docs/components/Form/examples/Form.md +11 -11
- package/docs/components/Label/examples/Label.md +1220 -1
- package/docs/components/Login/examples/Login.md +20 -5
- package/docs/components/ModalBox/examples/ModalBox.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/AboutModal/examples/AboutModal.md +6 -3
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
- package/docs/demos/Banner/examples/Banner.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +2 -2
- package/docs/demos/ContextSelector/examples/ContextSelector.md +6 -6
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -7
- package/docs/demos/DataList/examples/DataList.md +8 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
- package/docs/demos/Drawer/examples/Drawer.md +10 -10
- package/docs/demos/Form/examples/BasicForms.md +10 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +12 -12
- package/docs/demos/Masthead/examples/Masthead.md +4 -4
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +16 -16
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +15 -15
- package/docs/demos/Page/examples/Page.md +18 -18
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -14
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
- package/docs/demos/Table/examples/Table.md +32 -32
- package/docs/demos/Tabs/examples/Tabs.md +12 -12
- package/docs/demos/Toolbar/examples/Toolbar.md +4 -4
- package/docs/demos/Wizard/examples/Wizard.md +18 -18
- package/icons/{pf-icons.mjs → pficons.mjs} +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +138 -134
- package/patternfly-base.css +138 -134
- package/patternfly-no-globals.css +168 -190
- package/patternfly.css +168 -190
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +2 -5
- package/assets/pficon/pficon.woff2 +0 -0
- package/docs/components/LabelGroup/examples/LabelGroup.md +0 -1222
- /package/base/{_pf-icons.scss → _pficons.scss} +0 -0
- /package/components/{LabelGroup → Label}/label-group.css +0 -0
- /package/components/{LabelGroup → Label}/label-group.scss +0 -0
|
@@ -2634,7 +2634,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2634
2634
|
aria-label="More info for Users label"
|
|
2635
2635
|
>
|
|
2636
2636
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2637
|
-
<i class="pf-v5-
|
|
2637
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2638
2638
|
</span>
|
|
2639
2639
|
</button>
|
|
2640
2640
|
</span>
|
|
@@ -2654,7 +2654,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2654
2654
|
aria-label="More info for Containers label"
|
|
2655
2655
|
>
|
|
2656
2656
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2657
|
-
<i class="pf-v5-
|
|
2657
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2658
2658
|
</span>
|
|
2659
2659
|
</button>
|
|
2660
2660
|
</span>
|
|
@@ -2674,7 +2674,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2674
2674
|
aria-label="More info for Database label"
|
|
2675
2675
|
>
|
|
2676
2676
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2677
|
-
<i class="pf-v5-
|
|
2677
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2678
2678
|
</span>
|
|
2679
2679
|
</button>
|
|
2680
2680
|
</span>
|
|
@@ -2696,7 +2696,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2696
2696
|
aria-label="More info for Disabled label"
|
|
2697
2697
|
>
|
|
2698
2698
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2699
|
-
<i class="pf-v5-
|
|
2699
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2700
2700
|
</span>
|
|
2701
2701
|
</button>
|
|
2702
2702
|
</span>
|
|
@@ -2717,7 +2717,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2717
2717
|
aria-label="More info for ARIA disabled label"
|
|
2718
2718
|
>
|
|
2719
2719
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2720
|
-
<i class="pf-v5-
|
|
2720
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2721
2721
|
</span>
|
|
2722
2722
|
</button>
|
|
2723
2723
|
</span>
|
|
@@ -2739,7 +2739,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2739
2739
|
disabled
|
|
2740
2740
|
>
|
|
2741
2741
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2742
|
-
<i class="pf-v5-
|
|
2742
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2743
2743
|
</span>
|
|
2744
2744
|
</button>
|
|
2745
2745
|
</span>
|
|
@@ -2759,7 +2759,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2759
2759
|
aria-label="More info for Network label"
|
|
2760
2760
|
>
|
|
2761
2761
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2762
|
-
<i class="pf-v5-
|
|
2762
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2763
2763
|
</span>
|
|
2764
2764
|
</button>
|
|
2765
2765
|
</span>
|
|
@@ -2803,7 +2803,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2803
2803
|
aria-label="More info for Users label"
|
|
2804
2804
|
>
|
|
2805
2805
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2806
|
-
<i class="pf-v5-
|
|
2806
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2807
2807
|
</span>
|
|
2808
2808
|
</button>
|
|
2809
2809
|
</span>
|
|
@@ -2823,7 +2823,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2823
2823
|
aria-label="More info for Containers label"
|
|
2824
2824
|
>
|
|
2825
2825
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2826
|
-
<i class="pf-v5-
|
|
2826
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2827
2827
|
</span>
|
|
2828
2828
|
</button>
|
|
2829
2829
|
</span>
|
|
@@ -2843,7 +2843,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2843
2843
|
aria-label="More info for Database label"
|
|
2844
2844
|
>
|
|
2845
2845
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2846
|
-
<i class="pf-v5-
|
|
2846
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2847
2847
|
</span>
|
|
2848
2848
|
</button>
|
|
2849
2849
|
</span>
|
|
@@ -2865,7 +2865,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2865
2865
|
aria-label="More info for Disabled label"
|
|
2866
2866
|
>
|
|
2867
2867
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2868
|
-
<i class="pf-v5-
|
|
2868
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2869
2869
|
</span>
|
|
2870
2870
|
</button>
|
|
2871
2871
|
</span>
|
|
@@ -2886,7 +2886,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2886
2886
|
aria-label="More info for ARIA disabled label"
|
|
2887
2887
|
>
|
|
2888
2888
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2889
|
-
<i class="pf-v5-
|
|
2889
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2890
2890
|
</span>
|
|
2891
2891
|
</button>
|
|
2892
2892
|
</span>
|
|
@@ -2908,7 +2908,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2908
2908
|
disabled
|
|
2909
2909
|
>
|
|
2910
2910
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2911
|
-
<i class="pf-v5-
|
|
2911
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2912
2912
|
</span>
|
|
2913
2913
|
</button>
|
|
2914
2914
|
</span>
|
|
@@ -2928,7 +2928,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2928
2928
|
aria-label="More info for Network label"
|
|
2929
2929
|
>
|
|
2930
2930
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2931
|
-
<i class="pf-v5-
|
|
2931
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2932
2932
|
</span>
|
|
2933
2933
|
</button>
|
|
2934
2934
|
</span>
|
|
@@ -2975,7 +2975,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2975
2975
|
aria-label="More info for Users label"
|
|
2976
2976
|
>
|
|
2977
2977
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2978
|
-
<i class="pf-v5-
|
|
2978
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2979
2979
|
</span>
|
|
2980
2980
|
</button>
|
|
2981
2981
|
</span>
|
|
@@ -2995,7 +2995,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
2995
2995
|
aria-label="More info for Containers label"
|
|
2996
2996
|
>
|
|
2997
2997
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
2998
|
-
<i class="pf-v5-
|
|
2998
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
2999
2999
|
</span>
|
|
3000
3000
|
</button>
|
|
3001
3001
|
</span>
|
|
@@ -3015,7 +3015,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3015
3015
|
aria-label="More info for Database label"
|
|
3016
3016
|
>
|
|
3017
3017
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3018
|
-
<i class="pf-v5-
|
|
3018
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3019
3019
|
</span>
|
|
3020
3020
|
</button>
|
|
3021
3021
|
</span>
|
|
@@ -3037,7 +3037,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3037
3037
|
aria-label="More info for Disabled label"
|
|
3038
3038
|
>
|
|
3039
3039
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3040
|
-
<i class="pf-v5-
|
|
3040
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3041
3041
|
</span>
|
|
3042
3042
|
</button>
|
|
3043
3043
|
</span>
|
|
@@ -3058,7 +3058,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3058
3058
|
aria-label="More info for ARIA disabled label"
|
|
3059
3059
|
>
|
|
3060
3060
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3061
|
-
<i class="pf-v5-
|
|
3061
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3062
3062
|
</span>
|
|
3063
3063
|
</button>
|
|
3064
3064
|
</span>
|
|
@@ -3080,7 +3080,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3080
3080
|
disabled
|
|
3081
3081
|
>
|
|
3082
3082
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3083
|
-
<i class="pf-v5-
|
|
3083
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3084
3084
|
</span>
|
|
3085
3085
|
</button>
|
|
3086
3086
|
</span>
|
|
@@ -3100,7 +3100,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3100
3100
|
aria-label="More info for Network label"
|
|
3101
3101
|
>
|
|
3102
3102
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3103
|
-
<i class="pf-v5-
|
|
3103
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3104
3104
|
</span>
|
|
3105
3105
|
</button>
|
|
3106
3106
|
</span>
|
|
@@ -3147,7 +3147,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3147
3147
|
aria-label="More info for Users label"
|
|
3148
3148
|
>
|
|
3149
3149
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3150
|
-
<i class="pf-v5-
|
|
3150
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3151
3151
|
</span>
|
|
3152
3152
|
</button>
|
|
3153
3153
|
</span>
|
|
@@ -3170,7 +3170,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3170
3170
|
aria-label="More info for Containers label"
|
|
3171
3171
|
>
|
|
3172
3172
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3173
|
-
<i class="pf-v5-
|
|
3173
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3174
3174
|
</span>
|
|
3175
3175
|
</button>
|
|
3176
3176
|
</span>
|
|
@@ -3193,7 +3193,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3193
3193
|
aria-label="More info for Database label"
|
|
3194
3194
|
>
|
|
3195
3195
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3196
|
-
<i class="pf-v5-
|
|
3196
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3197
3197
|
</span>
|
|
3198
3198
|
</button>
|
|
3199
3199
|
</span>
|
|
@@ -3218,7 +3218,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3218
3218
|
aria-label="More info for Disabled label"
|
|
3219
3219
|
>
|
|
3220
3220
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3221
|
-
<i class="pf-v5-
|
|
3221
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3222
3222
|
</span>
|
|
3223
3223
|
</button>
|
|
3224
3224
|
</span>
|
|
@@ -3242,7 +3242,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3242
3242
|
aria-label="More info for ARIA disabled label"
|
|
3243
3243
|
>
|
|
3244
3244
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3245
|
-
<i class="pf-v5-
|
|
3245
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3246
3246
|
</span>
|
|
3247
3247
|
</button>
|
|
3248
3248
|
</span>
|
|
@@ -3267,7 +3267,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3267
3267
|
disabled
|
|
3268
3268
|
>
|
|
3269
3269
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3270
|
-
<i class="pf-v5-
|
|
3270
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3271
3271
|
</span>
|
|
3272
3272
|
</button>
|
|
3273
3273
|
</span>
|
|
@@ -3290,7 +3290,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3290
3290
|
aria-label="More info for Network label"
|
|
3291
3291
|
>
|
|
3292
3292
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3293
|
-
<i class="pf-v5-
|
|
3293
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3294
3294
|
</span>
|
|
3295
3295
|
</button>
|
|
3296
3296
|
</span>
|
|
@@ -3334,7 +3334,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3334
3334
|
aria-label="More info for Users label"
|
|
3335
3335
|
>
|
|
3336
3336
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3337
|
-
<i class="pf-v5-
|
|
3337
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3338
3338
|
</span>
|
|
3339
3339
|
</button>
|
|
3340
3340
|
</span>
|
|
@@ -3354,7 +3354,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3354
3354
|
aria-label="More info for Containers label"
|
|
3355
3355
|
>
|
|
3356
3356
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3357
|
-
<i class="pf-v5-
|
|
3357
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3358
3358
|
</span>
|
|
3359
3359
|
</button>
|
|
3360
3360
|
</span>
|
|
@@ -3374,7 +3374,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3374
3374
|
aria-label="More info for Database label"
|
|
3375
3375
|
>
|
|
3376
3376
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3377
|
-
<i class="pf-v5-
|
|
3377
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3378
3378
|
</span>
|
|
3379
3379
|
</button>
|
|
3380
3380
|
</span>
|
|
@@ -3423,7 +3423,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3423
3423
|
aria-label="More info for Users label"
|
|
3424
3424
|
>
|
|
3425
3425
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3426
|
-
<i class="pf-v5-
|
|
3426
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3427
3427
|
</span>
|
|
3428
3428
|
</button>
|
|
3429
3429
|
</span>
|
|
@@ -3443,7 +3443,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3443
3443
|
aria-label="More info for Containers label"
|
|
3444
3444
|
>
|
|
3445
3445
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3446
|
-
<i class="pf-v5-
|
|
3446
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3447
3447
|
</span>
|
|
3448
3448
|
</button>
|
|
3449
3449
|
</span>
|
|
@@ -3463,7 +3463,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3463
3463
|
aria-label="More info for Database label"
|
|
3464
3464
|
>
|
|
3465
3465
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3466
|
-
<i class="pf-v5-
|
|
3466
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3467
3467
|
</span>
|
|
3468
3468
|
</button>
|
|
3469
3469
|
</span>
|
|
@@ -3485,7 +3485,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3485
3485
|
aria-label="More info for Disabled label"
|
|
3486
3486
|
>
|
|
3487
3487
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3488
|
-
<i class="pf-v5-
|
|
3488
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3489
3489
|
</span>
|
|
3490
3490
|
</button>
|
|
3491
3491
|
</span>
|
|
@@ -3506,7 +3506,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3506
3506
|
aria-label="More info for ARIA disabled label"
|
|
3507
3507
|
>
|
|
3508
3508
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3509
|
-
<i class="pf-v5-
|
|
3509
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3510
3510
|
</span>
|
|
3511
3511
|
</button>
|
|
3512
3512
|
</span>
|
|
@@ -3528,7 +3528,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3528
3528
|
disabled
|
|
3529
3529
|
>
|
|
3530
3530
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3531
|
-
<i class="pf-v5-
|
|
3531
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3532
3532
|
</span>
|
|
3533
3533
|
</button>
|
|
3534
3534
|
</span>
|
|
@@ -3548,7 +3548,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3548
3548
|
aria-label="More info for Network label"
|
|
3549
3549
|
>
|
|
3550
3550
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3551
|
-
<i class="pf-v5-
|
|
3551
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3552
3552
|
</span>
|
|
3553
3553
|
</button>
|
|
3554
3554
|
</span>
|
|
@@ -3591,7 +3591,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3591
3591
|
aria-label="More info for Users label"
|
|
3592
3592
|
>
|
|
3593
3593
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3594
|
-
<i class="pf-v5-
|
|
3594
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3595
3595
|
</span>
|
|
3596
3596
|
</button>
|
|
3597
3597
|
</span>
|
|
@@ -3611,7 +3611,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3611
3611
|
aria-label="More info for Containers label"
|
|
3612
3612
|
>
|
|
3613
3613
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3614
|
-
<i class="pf-v5-
|
|
3614
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3615
3615
|
</span>
|
|
3616
3616
|
</button>
|
|
3617
3617
|
</span>
|
|
@@ -3631,7 +3631,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3631
3631
|
aria-label="More info for Database label"
|
|
3632
3632
|
>
|
|
3633
3633
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3634
|
-
<i class="pf-v5-
|
|
3634
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3635
3635
|
</span>
|
|
3636
3636
|
</button>
|
|
3637
3637
|
</span>
|
|
@@ -3653,7 +3653,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3653
3653
|
aria-label="More info for Disabled label"
|
|
3654
3654
|
>
|
|
3655
3655
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3656
|
-
<i class="pf-v5-
|
|
3656
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3657
3657
|
</span>
|
|
3658
3658
|
</button>
|
|
3659
3659
|
</span>
|
|
@@ -3674,7 +3674,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3674
3674
|
aria-label="More info for ARIA disabled label"
|
|
3675
3675
|
>
|
|
3676
3676
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3677
|
-
<i class="pf-v5-
|
|
3677
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3678
3678
|
</span>
|
|
3679
3679
|
</button>
|
|
3680
3680
|
</span>
|
|
@@ -3696,7 +3696,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3696
3696
|
disabled
|
|
3697
3697
|
>
|
|
3698
3698
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3699
|
-
<i class="pf-v5-
|
|
3699
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3700
3700
|
</span>
|
|
3701
3701
|
</button>
|
|
3702
3702
|
</span>
|
|
@@ -3716,7 +3716,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
3716
3716
|
aria-label="More info for Network label"
|
|
3717
3717
|
>
|
|
3718
3718
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
3719
|
-
<i class="pf-v5-
|
|
3719
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
3720
3720
|
</span>
|
|
3721
3721
|
</button>
|
|
3722
3722
|
</span>
|
|
@@ -4896,7 +4896,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
4896
4896
|
aria-label="More info for Users label"
|
|
4897
4897
|
>
|
|
4898
4898
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
4899
|
-
<i class="pf-v5-
|
|
4899
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
4900
4900
|
</span>
|
|
4901
4901
|
</button>
|
|
4902
4902
|
</span>
|
|
@@ -4928,7 +4928,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
4928
4928
|
aria-label="More info for Containers label"
|
|
4929
4929
|
>
|
|
4930
4930
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
4931
|
-
<i class="pf-v5-
|
|
4931
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
4932
4932
|
</span>
|
|
4933
4933
|
</button>
|
|
4934
4934
|
</span>
|
|
@@ -4960,7 +4960,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
4960
4960
|
aria-label="More info for Database label"
|
|
4961
4961
|
>
|
|
4962
4962
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
4963
|
-
<i class="pf-v5-
|
|
4963
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
4964
4964
|
</span>
|
|
4965
4965
|
</button>
|
|
4966
4966
|
</span>
|
|
@@ -4994,7 +4994,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
4994
4994
|
aria-label="More info for Disabled label"
|
|
4995
4995
|
>
|
|
4996
4996
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
4997
|
-
<i class="pf-v5-
|
|
4997
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
4998
4998
|
</span>
|
|
4999
4999
|
</button>
|
|
5000
5000
|
</span>
|
|
@@ -5027,7 +5027,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5027
5027
|
aria-label="More info for ARIA disabled label"
|
|
5028
5028
|
>
|
|
5029
5029
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5030
|
-
<i class="pf-v5-
|
|
5030
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5031
5031
|
</span>
|
|
5032
5032
|
</button>
|
|
5033
5033
|
</span>
|
|
@@ -5061,7 +5061,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5061
5061
|
disabled
|
|
5062
5062
|
>
|
|
5063
5063
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5064
|
-
<i class="pf-v5-
|
|
5064
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5065
5065
|
</span>
|
|
5066
5066
|
</button>
|
|
5067
5067
|
</span>
|
|
@@ -5094,7 +5094,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5094
5094
|
aria-label="More info for Close disabled label"
|
|
5095
5095
|
>
|
|
5096
5096
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5097
|
-
<i class="pf-v5-
|
|
5097
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5098
5098
|
</span>
|
|
5099
5099
|
</button>
|
|
5100
5100
|
</span>
|
|
@@ -5129,7 +5129,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5129
5129
|
disabled
|
|
5130
5130
|
>
|
|
5131
5131
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5132
|
-
<i class="pf-v5-
|
|
5132
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5133
5133
|
</span>
|
|
5134
5134
|
</button>
|
|
5135
5135
|
</span>
|
|
@@ -5162,7 +5162,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5162
5162
|
aria-label="More info for Network label"
|
|
5163
5163
|
>
|
|
5164
5164
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5165
|
-
<i class="pf-v5-
|
|
5165
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5166
5166
|
</span>
|
|
5167
5167
|
</button>
|
|
5168
5168
|
</span>
|
|
@@ -5221,7 +5221,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5221
5221
|
aria-label="More info for Users label"
|
|
5222
5222
|
>
|
|
5223
5223
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5224
|
-
<i class="pf-v5-
|
|
5224
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5225
5225
|
</span>
|
|
5226
5226
|
</button>
|
|
5227
5227
|
</span>
|
|
@@ -5253,7 +5253,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5253
5253
|
aria-label="More info for Containers label"
|
|
5254
5254
|
>
|
|
5255
5255
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5256
|
-
<i class="pf-v5-
|
|
5256
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5257
5257
|
</span>
|
|
5258
5258
|
</button>
|
|
5259
5259
|
</span>
|
|
@@ -5285,7 +5285,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5285
5285
|
aria-label="More info for Database label"
|
|
5286
5286
|
>
|
|
5287
5287
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5288
|
-
<i class="pf-v5-
|
|
5288
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5289
5289
|
</span>
|
|
5290
5290
|
</button>
|
|
5291
5291
|
</span>
|
|
@@ -5319,7 +5319,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5319
5319
|
aria-label="More info for Disabled label"
|
|
5320
5320
|
>
|
|
5321
5321
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5322
|
-
<i class="pf-v5-
|
|
5322
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5323
5323
|
</span>
|
|
5324
5324
|
</button>
|
|
5325
5325
|
</span>
|
|
@@ -5352,7 +5352,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5352
5352
|
aria-label="More info for ARIA disabled label"
|
|
5353
5353
|
>
|
|
5354
5354
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5355
|
-
<i class="pf-v5-
|
|
5355
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5356
5356
|
</span>
|
|
5357
5357
|
</button>
|
|
5358
5358
|
</span>
|
|
@@ -5386,7 +5386,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5386
5386
|
disabled
|
|
5387
5387
|
>
|
|
5388
5388
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5389
|
-
<i class="pf-v5-
|
|
5389
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5390
5390
|
</span>
|
|
5391
5391
|
</button>
|
|
5392
5392
|
</span>
|
|
@@ -5419,7 +5419,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5419
5419
|
aria-label="More info for Close disabled label"
|
|
5420
5420
|
>
|
|
5421
5421
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5422
|
-
<i class="pf-v5-
|
|
5422
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5423
5423
|
</span>
|
|
5424
5424
|
</button>
|
|
5425
5425
|
</span>
|
|
@@ -5454,7 +5454,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5454
5454
|
disabled
|
|
5455
5455
|
>
|
|
5456
5456
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5457
|
-
<i class="pf-v5-
|
|
5457
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5458
5458
|
</span>
|
|
5459
5459
|
</button>
|
|
5460
5460
|
</span>
|
|
@@ -5487,7 +5487,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5487
5487
|
aria-label="More info for Network label"
|
|
5488
5488
|
>
|
|
5489
5489
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5490
|
-
<i class="pf-v5-
|
|
5490
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5491
5491
|
</span>
|
|
5492
5492
|
</button>
|
|
5493
5493
|
</span>
|
|
@@ -5546,7 +5546,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5546
5546
|
aria-label="More info for Users label"
|
|
5547
5547
|
>
|
|
5548
5548
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5549
|
-
<i class="pf-v5-
|
|
5549
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5550
5550
|
</span>
|
|
5551
5551
|
</button>
|
|
5552
5552
|
</span>
|
|
@@ -5578,7 +5578,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5578
5578
|
aria-label="More info for Containers label"
|
|
5579
5579
|
>
|
|
5580
5580
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5581
|
-
<i class="pf-v5-
|
|
5581
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5582
5582
|
</span>
|
|
5583
5583
|
</button>
|
|
5584
5584
|
</span>
|
|
@@ -5610,7 +5610,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5610
5610
|
aria-label="More info for Database label"
|
|
5611
5611
|
>
|
|
5612
5612
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5613
|
-
<i class="pf-v5-
|
|
5613
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5614
5614
|
</span>
|
|
5615
5615
|
</button>
|
|
5616
5616
|
</span>
|
|
@@ -5644,7 +5644,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5644
5644
|
aria-label="More info for Disabled label"
|
|
5645
5645
|
>
|
|
5646
5646
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5647
|
-
<i class="pf-v5-
|
|
5647
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5648
5648
|
</span>
|
|
5649
5649
|
</button>
|
|
5650
5650
|
</span>
|
|
@@ -5677,7 +5677,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5677
5677
|
aria-label="More info for ARIA disabled label"
|
|
5678
5678
|
>
|
|
5679
5679
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5680
|
-
<i class="pf-v5-
|
|
5680
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5681
5681
|
</span>
|
|
5682
5682
|
</button>
|
|
5683
5683
|
</span>
|
|
@@ -5711,7 +5711,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5711
5711
|
disabled
|
|
5712
5712
|
>
|
|
5713
5713
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5714
|
-
<i class="pf-v5-
|
|
5714
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5715
5715
|
</span>
|
|
5716
5716
|
</button>
|
|
5717
5717
|
</span>
|
|
@@ -5744,7 +5744,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5744
5744
|
aria-label="More info for Close disabled label"
|
|
5745
5745
|
>
|
|
5746
5746
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5747
|
-
<i class="pf-v5-
|
|
5747
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5748
5748
|
</span>
|
|
5749
5749
|
</button>
|
|
5750
5750
|
</span>
|
|
@@ -5779,7 +5779,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5779
5779
|
disabled
|
|
5780
5780
|
>
|
|
5781
5781
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5782
|
-
<i class="pf-v5-
|
|
5782
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5783
5783
|
</span>
|
|
5784
5784
|
</button>
|
|
5785
5785
|
</span>
|
|
@@ -5812,7 +5812,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5812
5812
|
aria-label="More info for Network label"
|
|
5813
5813
|
>
|
|
5814
5814
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5815
|
-
<i class="pf-v5-
|
|
5815
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5816
5816
|
</span>
|
|
5817
5817
|
</button>
|
|
5818
5818
|
</span>
|
|
@@ -5874,7 +5874,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5874
5874
|
aria-label="More info for Users label"
|
|
5875
5875
|
>
|
|
5876
5876
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5877
|
-
<i class="pf-v5-
|
|
5877
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5878
5878
|
</span>
|
|
5879
5879
|
</button>
|
|
5880
5880
|
</span>
|
|
@@ -5909,7 +5909,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5909
5909
|
aria-label="More info for Containers label"
|
|
5910
5910
|
>
|
|
5911
5911
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5912
|
-
<i class="pf-v5-
|
|
5912
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5913
5913
|
</span>
|
|
5914
5914
|
</button>
|
|
5915
5915
|
</span>
|
|
@@ -5944,7 +5944,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5944
5944
|
aria-label="More info for Database label"
|
|
5945
5945
|
>
|
|
5946
5946
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5947
|
-
<i class="pf-v5-
|
|
5947
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5948
5948
|
</span>
|
|
5949
5949
|
</button>
|
|
5950
5950
|
</span>
|
|
@@ -5981,7 +5981,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
5981
5981
|
aria-label="More info for Disabled label"
|
|
5982
5982
|
>
|
|
5983
5983
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
5984
|
-
<i class="pf-v5-
|
|
5984
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
5985
5985
|
</span>
|
|
5986
5986
|
</button>
|
|
5987
5987
|
</span>
|
|
@@ -6017,7 +6017,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6017
6017
|
aria-label="More info for ARIA disabled label"
|
|
6018
6018
|
>
|
|
6019
6019
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6020
|
-
<i class="pf-v5-
|
|
6020
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6021
6021
|
</span>
|
|
6022
6022
|
</button>
|
|
6023
6023
|
</span>
|
|
@@ -6054,7 +6054,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6054
6054
|
disabled
|
|
6055
6055
|
>
|
|
6056
6056
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6057
|
-
<i class="pf-v5-
|
|
6057
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6058
6058
|
</span>
|
|
6059
6059
|
</button>
|
|
6060
6060
|
</span>
|
|
@@ -6090,7 +6090,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6090
6090
|
aria-label="More info for Close disabled label"
|
|
6091
6091
|
>
|
|
6092
6092
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6093
|
-
<i class="pf-v5-
|
|
6093
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6094
6094
|
</span>
|
|
6095
6095
|
</button>
|
|
6096
6096
|
</span>
|
|
@@ -6128,7 +6128,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6128
6128
|
disabled
|
|
6129
6129
|
>
|
|
6130
6130
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6131
|
-
<i class="pf-v5-
|
|
6131
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6132
6132
|
</span>
|
|
6133
6133
|
</button>
|
|
6134
6134
|
</span>
|
|
@@ -6164,7 +6164,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6164
6164
|
aria-label="More info for Network label"
|
|
6165
6165
|
>
|
|
6166
6166
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6167
|
-
<i class="pf-v5-
|
|
6167
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6168
6168
|
</span>
|
|
6169
6169
|
</button>
|
|
6170
6170
|
</span>
|
|
@@ -6220,7 +6220,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6220
6220
|
aria-label="More info for Users label"
|
|
6221
6221
|
>
|
|
6222
6222
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6223
|
-
<i class="pf-v5-
|
|
6223
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6224
6224
|
</span>
|
|
6225
6225
|
</button>
|
|
6226
6226
|
</span>
|
|
@@ -6252,7 +6252,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6252
6252
|
aria-label="More info for Containers label"
|
|
6253
6253
|
>
|
|
6254
6254
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6255
|
-
<i class="pf-v5-
|
|
6255
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6256
6256
|
</span>
|
|
6257
6257
|
</button>
|
|
6258
6258
|
</span>
|
|
@@ -6284,7 +6284,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6284
6284
|
aria-label="More info for Database label"
|
|
6285
6285
|
>
|
|
6286
6286
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6287
|
-
<i class="pf-v5-
|
|
6287
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6288
6288
|
</span>
|
|
6289
6289
|
</button>
|
|
6290
6290
|
</span>
|
|
@@ -6345,7 +6345,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6345
6345
|
aria-label="More info for Users label"
|
|
6346
6346
|
>
|
|
6347
6347
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6348
|
-
<i class="pf-v5-
|
|
6348
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6349
6349
|
</span>
|
|
6350
6350
|
</button>
|
|
6351
6351
|
</span>
|
|
@@ -6377,7 +6377,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6377
6377
|
aria-label="More info for Containers label"
|
|
6378
6378
|
>
|
|
6379
6379
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6380
|
-
<i class="pf-v5-
|
|
6380
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6381
6381
|
</span>
|
|
6382
6382
|
</button>
|
|
6383
6383
|
</span>
|
|
@@ -6409,7 +6409,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6409
6409
|
aria-label="More info for Database label"
|
|
6410
6410
|
>
|
|
6411
6411
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6412
|
-
<i class="pf-v5-
|
|
6412
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6413
6413
|
</span>
|
|
6414
6414
|
</button>
|
|
6415
6415
|
</span>
|
|
@@ -6443,7 +6443,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6443
6443
|
aria-label="More info for Disabled label"
|
|
6444
6444
|
>
|
|
6445
6445
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6446
|
-
<i class="pf-v5-
|
|
6446
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6447
6447
|
</span>
|
|
6448
6448
|
</button>
|
|
6449
6449
|
</span>
|
|
@@ -6476,7 +6476,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6476
6476
|
aria-label="More info for ARIA disabled label"
|
|
6477
6477
|
>
|
|
6478
6478
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6479
|
-
<i class="pf-v5-
|
|
6479
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6480
6480
|
</span>
|
|
6481
6481
|
</button>
|
|
6482
6482
|
</span>
|
|
@@ -6510,7 +6510,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6510
6510
|
disabled
|
|
6511
6511
|
>
|
|
6512
6512
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6513
|
-
<i class="pf-v5-
|
|
6513
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6514
6514
|
</span>
|
|
6515
6515
|
</button>
|
|
6516
6516
|
</span>
|
|
@@ -6543,7 +6543,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6543
6543
|
aria-label="More info for Close disabled label"
|
|
6544
6544
|
>
|
|
6545
6545
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6546
|
-
<i class="pf-v5-
|
|
6546
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6547
6547
|
</span>
|
|
6548
6548
|
</button>
|
|
6549
6549
|
</span>
|
|
@@ -6578,7 +6578,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6578
6578
|
disabled
|
|
6579
6579
|
>
|
|
6580
6580
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6581
|
-
<i class="pf-v5-
|
|
6581
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6582
6582
|
</span>
|
|
6583
6583
|
</button>
|
|
6584
6584
|
</span>
|
|
@@ -6611,7 +6611,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6611
6611
|
aria-label="More info for Network label"
|
|
6612
6612
|
>
|
|
6613
6613
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6614
|
-
<i class="pf-v5-
|
|
6614
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6615
6615
|
</span>
|
|
6616
6616
|
</button>
|
|
6617
6617
|
</span>
|
|
@@ -6666,7 +6666,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6666
6666
|
aria-label="More info for Users label"
|
|
6667
6667
|
>
|
|
6668
6668
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6669
|
-
<i class="pf-v5-
|
|
6669
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6670
6670
|
</span>
|
|
6671
6671
|
</button>
|
|
6672
6672
|
</span>
|
|
@@ -6698,7 +6698,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6698
6698
|
aria-label="More info for Containers label"
|
|
6699
6699
|
>
|
|
6700
6700
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6701
|
-
<i class="pf-v5-
|
|
6701
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6702
6702
|
</span>
|
|
6703
6703
|
</button>
|
|
6704
6704
|
</span>
|
|
@@ -6730,7 +6730,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6730
6730
|
aria-label="More info for Database label"
|
|
6731
6731
|
>
|
|
6732
6732
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6733
|
-
<i class="pf-v5-
|
|
6733
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6734
6734
|
</span>
|
|
6735
6735
|
</button>
|
|
6736
6736
|
</span>
|
|
@@ -6764,7 +6764,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6764
6764
|
aria-label="More info for Disabled label"
|
|
6765
6765
|
>
|
|
6766
6766
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6767
|
-
<i class="pf-v5-
|
|
6767
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6768
6768
|
</span>
|
|
6769
6769
|
</button>
|
|
6770
6770
|
</span>
|
|
@@ -6797,7 +6797,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6797
6797
|
aria-label="More info for ARIA disabled label"
|
|
6798
6798
|
>
|
|
6799
6799
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6800
|
-
<i class="pf-v5-
|
|
6800
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6801
6801
|
</span>
|
|
6802
6802
|
</button>
|
|
6803
6803
|
</span>
|
|
@@ -6831,7 +6831,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6831
6831
|
disabled
|
|
6832
6832
|
>
|
|
6833
6833
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6834
|
-
<i class="pf-v5-
|
|
6834
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6835
6835
|
</span>
|
|
6836
6836
|
</button>
|
|
6837
6837
|
</span>
|
|
@@ -6864,7 +6864,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6864
6864
|
aria-label="More info for Close disabled label"
|
|
6865
6865
|
>
|
|
6866
6866
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6867
|
-
<i class="pf-v5-
|
|
6867
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6868
6868
|
</span>
|
|
6869
6869
|
</button>
|
|
6870
6870
|
</span>
|
|
@@ -6899,7 +6899,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6899
6899
|
disabled
|
|
6900
6900
|
>
|
|
6901
6901
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6902
|
-
<i class="pf-v5-
|
|
6902
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6903
6903
|
</span>
|
|
6904
6904
|
</button>
|
|
6905
6905
|
</span>
|
|
@@ -6932,7 +6932,7 @@ cssPrefix: pf-v5-c-tabs
|
|
|
6932
6932
|
aria-label="More info for Network label"
|
|
6933
6933
|
>
|
|
6934
6934
|
<span class="pf-v5-c-tabs__item-action-icon">
|
|
6935
|
-
<i class="pf-v5-
|
|
6935
|
+
<i class="pf-v5-pficon pf-v5-pficon-help" aria-hidden="true"></i>
|
|
6936
6936
|
</span>
|
|
6937
6937
|
</button>
|
|
6938
6938
|
</span>
|