@patternfly/patternfly 6.0.0-alpha.114 → 6.0.0-alpha.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +2 -2
- package/base/_chart-globals.scss +320 -320
- package/base/_fa-icons.scss +2 -2
- package/base/_fonts.scss +16 -16
- package/base/_globals.scss +4 -11
- package/base/_variables.scss +221 -221
- package/base/patternfly-globals.css +2 -6
- package/base/patternfly-variables.css +13 -9
- package/base/themes/dark/_chart-globals.scss +25 -25
- package/base/tokens/_tokens-font.scss +8 -0
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/AppLauncher/app-launcher.scss +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Button/button.css +3 -3
- package/components/Button/button.scss +3 -3
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +1 -1
- package/components/Content/content.scss +1 -1
- package/components/ContextSelector/context-selector.css +1 -1
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/Dropdown/dropdown.css +2 -2
- package/components/Dropdown/dropdown.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +3 -3
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/List/list.css +1 -1
- package/components/List/list.scss +1 -1
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/OptionsMenu/options-menu.css +1 -1
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/Page/page.css +8 -8
- package/components/Page/page.scss +14 -14
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.scss +2 -2
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +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/Card/examples/Card.md +152 -115
- package/docs/demos/Dashboard/examples/Dashboard.md +5 -5
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Table/examples/Table.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +3 -3
- package/docs/utilities/Text/examples/Text.md +0 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +13 -69
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +2 -2
- package/patternfly-base-no-globals.css +13 -69
- package/patternfly-base-no-globals.scss +2 -2
- package/patternfly-base-theme-dark-unversioned.css +15 -71
- package/patternfly-base.css +15 -71
- package/patternfly-base.scss +0 -1
- package/patternfly-charts.scss +319 -319
- package/patternfly-no-globals.css +60 -89
- package/patternfly-no-globals.scss +2 -2
- package/patternfly-theme-dark-unversioned.css +84 -113
- package/patternfly-theme-dark-unversioned.scss +1 -1
- package/patternfly.css +62 -91
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +3 -3
- package/sass-utilities/colors.scss +81 -81
- package/sass-utilities/functions.scss +2 -2
- package/sass-utilities/mixins.scss +1 -1
- package/sass-utilities/scss-variables.scss +149 -149
- package/sass-utilities/themes/dark/colors.scss +15 -15
- package/sass-utilities/themes/dark/scss-variables.scss +74 -74
- package/themes/dark/_patternfly-charts-theme-dark.scss +25 -25
- package/base/_themes.scss +0 -43
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_globals.scss +0 -5
package/components/Page/page.css
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
--pf-v6-c-page--inset: var(--pf-t--global--spacer--md);
|
|
68
68
|
--pf-v6-c-page--xl--inset: var(--pf-t--global--spacer--xl);
|
|
69
69
|
--pf-v6-c-page__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
70
|
-
--pf-v6-c-page__header--ZIndex: var(--pf-
|
|
70
|
+
--pf-v6-c-page__header--ZIndex: var(--pf-t--global--Zindex--md);
|
|
71
71
|
--pf-v6-c-page__header--MinHeight: 4.75rem;
|
|
72
72
|
--pf-v6-c-page__header-brand--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
73
73
|
--pf-v6-c-page__header-brand--xl--PaddingRight: var(--pf-t--global--spacer--xl);
|
|
@@ -92,11 +92,11 @@
|
|
|
92
92
|
--pf-v6-c-page__header-tools-item--Display: block;
|
|
93
93
|
--pf-v6-c-page__header-tools--c-button--m-selected--before--Width: auto;
|
|
94
94
|
--pf-v6-c-page__header-tools--c-button--m-selected--before--Height: auto;
|
|
95
|
-
--pf-v6-c-page__sidebar--ZIndex: var(--pf-
|
|
95
|
+
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--Zindex--sm);
|
|
96
96
|
--pf-v6-c-page__sidebar--Width: 18.125rem;
|
|
97
97
|
--pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
98
98
|
--pf-v6-c-page__sidebar--BoxShadow: none;
|
|
99
|
-
--pf-v6-c-page__sidebar--Transition: var(--pf-
|
|
99
|
+
--pf-v6-c-page__sidebar--Transition: var(--pf-t--global--transition);
|
|
100
100
|
--pf-v6-c-page__sidebar--TranslateX: -100%;
|
|
101
101
|
--pf-v6-c-page__sidebar--TranslateZ: 0;
|
|
102
102
|
--pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
--pf-v6-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-t--global--border--color--default);
|
|
122
122
|
--pf-v6-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-t--global--border--width--button--default);
|
|
123
123
|
--pf-v6-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
124
|
-
--pf-v6-c-page__main-container--ZIndex: var(--pf-
|
|
124
|
+
--pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
125
125
|
--pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
|
|
126
126
|
--pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
127
127
|
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-t--global--spacer--lg);
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
--pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
|
|
141
141
|
--pf-v6-c-page__main-nav--page__main-tabs--PaddingTop: var(--pf-t--global--spacer--md);
|
|
142
142
|
--pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
|
|
143
|
-
--pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-
|
|
143
|
+
--pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--Zindex--md);
|
|
144
144
|
--pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
145
|
-
--pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-
|
|
145
|
+
--pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-t--global--Zindex--md);
|
|
146
146
|
--pf-v6-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
147
147
|
--pf-v6-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
148
|
-
--pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-
|
|
148
|
+
--pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
149
149
|
--pf-v6-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
150
|
-
--pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-
|
|
150
|
+
--pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
151
151
|
--pf-v6-c-page__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
152
152
|
--pf-v6-c-page__main-nav--PaddingTop: var(--pf-t--global--spacer--md);
|
|
153
153
|
--pf-v6-c-page__main-nav--PaddingRight: 0;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @debug $page; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
2
|
// stylelint-disable
|
|
3
|
-
$pf-page-
|
|
4
|
-
$pf-page-
|
|
3
|
+
$pf-page-v6--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
4
|
+
$pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "xl", "2xl");
|
|
5
5
|
// stylelint-enable
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -11,7 +11,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
11
11
|
|
|
12
12
|
// Header
|
|
13
13
|
--#{$page}__header--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
14
|
-
--#{$page}__header--ZIndex: var(
|
|
14
|
+
--#{$page}__header--ZIndex: var(--pf-t--global--Zindex--md);
|
|
15
15
|
--#{$page}__header--MinHeight: #{pf-size-prem(76px)}; // fixed height for header to ensure consistency across screen sizes.
|
|
16
16
|
|
|
17
17
|
// Header brand
|
|
@@ -65,11 +65,11 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
// Sidebar
|
|
68
|
-
--#{$page}__sidebar--ZIndex: var(
|
|
68
|
+
--#{$page}__sidebar--ZIndex: var(--pf-t--global--Zindex--sm);
|
|
69
69
|
--#{$page}__sidebar--Width: #{pf-size-prem(290px)};
|
|
70
70
|
--#{$page}__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
71
71
|
--#{$page}__sidebar--BoxShadow: none;
|
|
72
|
-
--#{$page}__sidebar--Transition: var(
|
|
72
|
+
--#{$page}__sidebar--Transition: var(--pf-t--global--transition);
|
|
73
73
|
--#{$page}__sidebar--TranslateX: -100%;
|
|
74
74
|
--#{$page}__sidebar--TranslateZ: 0;
|
|
75
75
|
--#{$page}__sidebar--m-expanded--TranslateX: 0;
|
|
@@ -105,7 +105,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
// Container for the main content area (grid area)
|
|
108
|
-
--#{$page}__main-container--ZIndex: var(
|
|
108
|
+
--#{$page}__main-container--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
109
109
|
--#{$page}__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
|
|
110
110
|
--#{$page}__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
111
111
|
--#{$page}__main-container--MarginInlineStart: var(--pf-t--global--spacer--lg);
|
|
@@ -130,16 +130,16 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
130
130
|
--#{$page}--section--m-limit-width--MaxWidth: calc(#{pf-size-prem(2000px)} - var(--#{$page}__sidebar--Width));
|
|
131
131
|
|
|
132
132
|
// Sticky
|
|
133
|
-
--#{$page}--section--m-sticky-top--ZIndex: var(
|
|
133
|
+
--#{$page}--section--m-sticky-top--ZIndex: var(--pf-t--global--Zindex--md);
|
|
134
134
|
--#{$page}--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
135
|
-
--#{$page}--section--m-sticky-bottom--ZIndex: var(
|
|
135
|
+
--#{$page}--section--m-sticky-bottom--ZIndex: var(--pf-t--global--Zindex--md);
|
|
136
136
|
--#{$page}--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
137
137
|
|
|
138
138
|
// Shadows
|
|
139
139
|
--#{$page}--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
140
|
-
--#{$page}--section--m-shadow-bottom--ZIndex: var(
|
|
140
|
+
--#{$page}--section--m-shadow-bottom--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
141
141
|
--#{$page}--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
142
|
-
--#{$page}--section--m-shadow-top--ZIndex: var(
|
|
142
|
+
--#{$page}--section--m-shadow-top--ZIndex: var(--pf-t--global--Zindex--xs);
|
|
143
143
|
|
|
144
144
|
// Main section horizontal nav
|
|
145
145
|
--#{$page}__main-nav--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
@@ -469,7 +469,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
// Responsive height modifiers for sticky top/bottom
|
|
472
|
-
@each $breakpoint, $breakpoint-value in $pf-page-
|
|
472
|
+
@each $breakpoint, $breakpoint-value in $pf-page-v6--height-breakpoint-map {
|
|
473
473
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}-height, "");
|
|
474
474
|
|
|
475
475
|
@include pf-v6-apply-height-breakpoint($breakpoint) {
|
|
@@ -532,7 +532,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
532
532
|
background-color: var(--#{$page}__main-nav--BackgroundColor);
|
|
533
533
|
|
|
534
534
|
// Responsive height modifiers for sticky top/bottom
|
|
535
|
-
@each $breakpoint, $breakpoint-value in $pf-page-
|
|
535
|
+
@each $breakpoint, $breakpoint-value in $pf-page-v6--height-breakpoint-map {
|
|
536
536
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}-height, "");
|
|
537
537
|
|
|
538
538
|
@include pf-v6-apply-height-breakpoint($breakpoint) {
|
|
@@ -564,7 +564,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
// Responsive height modifiers for sticky top/bottom
|
|
567
|
-
@each $breakpoint, $breakpoint-value in $pf-page-
|
|
567
|
+
@each $breakpoint, $breakpoint-value in $pf-page-v6--height-breakpoint-map {
|
|
568
568
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}-height, "");
|
|
569
569
|
|
|
570
570
|
@include pf-v6-apply-height-breakpoint($breakpoint) {
|
|
@@ -617,7 +617,7 @@ $pf-page-v5--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
617
617
|
--#{$page}__main-section--BackgroundColor: var(--#{$page}__main-section--m-secondary--BackgroundColor);
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
@each $breakpoint, $breakpoint-value in $pf-page-
|
|
620
|
+
@each $breakpoint, $breakpoint-value in $pf-page-v6--breakpoint-map {
|
|
621
621
|
$breakpoint-name: if($breakpoint != "base", -on-#{$breakpoint}, "");
|
|
622
622
|
|
|
623
623
|
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
border: var(--pf-v6-c-progress-stepper__step-icon--BorderWidth) solid var(--pf-v6-c-progress-stepper__step-icon--BorderColor);
|
|
281
281
|
border-radius: 50%;
|
|
282
282
|
}
|
|
283
|
-
.pf-v6-c-progress-stepper__step-icon .pf-
|
|
283
|
+
.pf-v6-c-progress-stepper__step-icon .pf-v6-pficon {
|
|
284
284
|
margin-block-start: var(--pf-v6-c-progress-stepper__pficon--MarginTop);
|
|
285
285
|
}
|
|
286
286
|
.pf-v6-c-progress-stepper__step-icon .fa-exclamation-triangle {
|
|
@@ -360,7 +360,7 @@ $pf-v6-c-progress-stepper--breakpoint-map: build-breakpoint-map();
|
|
|
360
360
|
|
|
361
361
|
// Align pficons with the font awesome icons
|
|
362
362
|
// stylelint-disable
|
|
363
|
-
.pf-
|
|
363
|
+
.pf-v6-pficon {
|
|
364
364
|
margin-block-start: var(--#{$progress-stepper}__pficon--MarginTop);
|
|
365
365
|
}
|
|
366
366
|
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
--pf-v6-c-select__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
|
|
93
93
|
--pf-v6-c-select__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
|
|
94
94
|
--pf-v6-c-select__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
|
|
95
|
-
--pf-v6-c-select__menu--ZIndex: var(--pf-
|
|
95
|
+
--pf-v6-c-select__menu--ZIndex: var(--pf-t--global--Zindex--sm);
|
|
96
96
|
--pf-v6-c-select__menu--Width: auto;
|
|
97
97
|
--pf-v6-c-select__menu--MinWidth: 100%;
|
|
98
98
|
--pf-v6-c-select__menu--m-top--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
--#{$select}__menu--PaddingTop: var(--#{$pf-global}--spacer--sm);
|
|
110
110
|
--#{$select}__menu--PaddingBottom: var(--#{$pf-global}--spacer--sm);
|
|
111
111
|
--#{$select}__menu--Top: calc(100% + var(--#{$pf-global}--spacer--xs)); // The top of the menu must be pushed down to create space between the toggle and menu
|
|
112
|
-
--#{$select}__menu--ZIndex: var(
|
|
112
|
+
--#{$select}__menu--ZIndex: var(--pf-t--global--Zindex--sm);
|
|
113
113
|
--#{$select}__menu--Width: auto;
|
|
114
114
|
--#{$select}__menu--MinWidth: 100%;
|
|
115
115
|
--#{$select}__menu--m-top--TranslateY: calc(-100% - var(--#{$pf-global}--spacer--xs)); // The "dropup" menu must be transformed up and this calculates how much to create space between the toggle and menu
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
--pf-v6-c-sidebar--m-split--m-panel-right__panel--Order: 1;
|
|
49
49
|
--pf-v6-c-sidebar--m-split__main--m-border--before--Display: block;
|
|
50
50
|
--pf-v6-c-sidebar__panel--FlexBasis--base: auto;
|
|
51
|
-
--pf-v6-c-sidebar__panel--BoxShadow--base:
|
|
51
|
+
--pf-v6-c-sidebar__panel--BoxShadow--base: var(--pf-t--global--box-shadow--md--bottom);
|
|
52
52
|
--pf-v6-c-sidebar__panel--BoxShadow: var(--pf-v6-c-sidebar__panel--BoxShadow--base);
|
|
53
53
|
--pf-v6-c-sidebar__panel--Top: 0;
|
|
54
54
|
--pf-v6-c-sidebar__panel--md--Top: auto;
|
|
@@ -74,7 +74,7 @@ $pf-v6-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
74
74
|
|
|
75
75
|
// Panel
|
|
76
76
|
--#{$sidebar}__panel--FlexBasis--base: auto;
|
|
77
|
-
--#{$sidebar}__panel--BoxShadow--base:
|
|
77
|
+
--#{$sidebar}__panel--BoxShadow--base: var(--pf-t--global--box-shadow--md--bottom);
|
|
78
78
|
--#{$sidebar}__panel--BoxShadow: var(--#{$sidebar}__panel--BoxShadow--base);
|
|
79
79
|
--#{$sidebar}__panel--Top: 0;
|
|
80
80
|
--#{$sidebar}__panel--md--Top: auto;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--pf-v6-c-skip-to-content--Top: var(--pf-t--global--spacer--md);
|
|
3
|
-
--pf-v6-c-skip-to-content--ZIndex: var(--pf-
|
|
3
|
+
--pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--Zindex--2xl);
|
|
4
4
|
--pf-v6-c-skip-to-content--focus--Left: var(--pf-t--global--spacer--md);
|
|
5
5
|
}
|
|
6
6
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--#{$skip-to-content}--Top: var(--pf-t--global--spacer--md);
|
|
5
|
-
--#{$skip-to-content}--ZIndex: var(
|
|
5
|
+
--#{$skip-to-content}--ZIndex: var(--pf-t--global--Zindex--2xl);
|
|
6
6
|
--#{$skip-to-content}--focus--Left: var(--pf-t--global--spacer--md);
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
--pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
122
122
|
--pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
123
123
|
--pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
124
|
-
--pf-v6-c-table__expandable-row--Transition: var(--pf-
|
|
124
|
+
--pf-v6-c-table__expandable-row--Transition: var(--pf-t--global--transition);
|
|
125
125
|
--pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
126
126
|
--pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
127
127
|
--pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
--#{$table}__action--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
116
116
|
|
|
117
117
|
// * Table expandable row
|
|
118
|
-
--#{$table}__expandable-row--Transition: var(
|
|
118
|
+
--#{$table}__expandable-row--Transition: var(--pf-t--global--transition);
|
|
119
119
|
|
|
120
120
|
// * Table expandable row content
|
|
121
121
|
--#{$table}__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
102
102
|
--pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
|
|
103
103
|
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
|
104
|
-
--pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-
|
|
104
|
+
--pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-t--global--transition);
|
|
105
105
|
--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
|
106
106
|
--pf-v6-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--xs);
|
|
107
107
|
--pf-v6-c-toolbar__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
@@ -52,7 +52,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
52
52
|
|
|
53
53
|
// * Toolbar expand all
|
|
54
54
|
--#{$toolbar}__expand-all-icon--Rotate: 0;
|
|
55
|
-
--#{$toolbar}__expand-all-icon--Transition: var(
|
|
55
|
+
--#{$toolbar}__expand-all-icon--Transition: var(--pf-t--global--transition);
|
|
56
56
|
--#{$toolbar}__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
|
57
57
|
|
|
58
58
|
// * Toolbar filter group
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @debug $tree-view; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
|
-
$pf-
|
|
2
|
+
$pf-v6-c-tree-view--MaxNesting: 10 !default;
|
|
3
3
|
|
|
4
4
|
:where(:root),
|
|
5
5
|
:where(.#{$tree-view}) {
|
|
@@ -491,7 +491,7 @@ $pf-v5-c-tree-view--MaxNesting: 10 !default;
|
|
|
491
491
|
$root: &;
|
|
492
492
|
$nested-item: &;
|
|
493
493
|
|
|
494
|
-
@for $i from 1 through $pf-
|
|
494
|
+
@for $i from 1 through $pf-v6-c-tree-view--MaxNesting {
|
|
495
495
|
#{$nested-item} {
|
|
496
496
|
--#{$tree-view}__list-item__list-item__node-toggle--Left: var(--#{$tree-view}__node--PaddingLeft);
|
|
497
497
|
--#{$tree-view}__node--PaddingLeft: calc(var(--#{$tree-view}__node--nested-indent--base) * #{$i} + var(--#{$tree-view}__node--indent--base));
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
--pf-v6-c-wizard__nav-link-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
37
37
|
--pf-v6-c-wizard__nav-link-toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
38
38
|
--pf-v6-c-wizard__nav-link-toggle--Color: var(--pf-t--global--icon--color--regular);
|
|
39
|
-
--pf-v6-c-wizard__nav-link-toggle-icon--Transition: var(--pf-
|
|
39
|
+
--pf-v6-c-wizard__nav-link-toggle-icon--Transition: var(--pf-t--global--transition);
|
|
40
40
|
--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: 0;
|
|
41
41
|
--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;
|
|
42
42
|
--pf-v6-c-wizard__nav-link--before--Width: 1.5rem;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
--#{$wizard}__nav-link-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
53
53
|
--#{$wizard}__nav-link-toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
54
54
|
--#{$wizard}__nav-link-toggle--Color: var(--pf-t--global--icon--color--regular);
|
|
55
|
-
--#{$wizard}__nav-link-toggle-icon--Transition: var(
|
|
55
|
+
--#{$wizard}__nav-link-toggle-icon--Transition: var(--pf-t--global--transition);
|
|
56
56
|
--#{$wizard}__nav-link-toggle-icon--Rotate: 0;
|
|
57
57
|
--#{$wizard}__nav-item--m-expanded__link-toggle-icon--Rotate: 90deg;
|
|
58
58
|
|
|
@@ -14,7 +14,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
14
14
|
aria-label="Notifications"
|
|
15
15
|
>
|
|
16
16
|
<span class="pf-v6-c-notification-badge pf-m-read">
|
|
17
|
-
<i class="pf-
|
|
17
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
18
18
|
</span>
|
|
19
19
|
</button>
|
|
20
20
|
<button
|
|
@@ -23,7 +23,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
23
23
|
aria-label="Unread notifications"
|
|
24
24
|
>
|
|
25
25
|
<span class="pf-v6-c-notification-badge pf-m-unread">
|
|
26
|
-
<i class="pf-
|
|
26
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
27
27
|
</span>
|
|
28
28
|
</button>
|
|
29
29
|
<button
|
|
@@ -32,14 +32,14 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
32
32
|
aria-label="Attention notifications"
|
|
33
33
|
>
|
|
34
34
|
<span class="pf-v6-c-notification-badge pf-m-attention">
|
|
35
|
-
<i class="pf-
|
|
35
|
+
<i class="pf-v6-pficon-attention-bell" aria-hidden="true"></i>
|
|
36
36
|
</span>
|
|
37
37
|
</button>
|
|
38
38
|
<br />
|
|
39
39
|
<br />
|
|
40
40
|
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Tasks">
|
|
41
41
|
<span class="pf-v6-c-notification-badge pf-m-read">
|
|
42
|
-
<i class="pf-
|
|
42
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
43
43
|
</span>
|
|
44
44
|
</button>
|
|
45
45
|
<button
|
|
@@ -48,7 +48,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
48
48
|
aria-label="Unread tasks"
|
|
49
49
|
>
|
|
50
50
|
<span class="pf-v6-c-notification-badge pf-m-unread">
|
|
51
|
-
<i class="pf-
|
|
51
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
52
52
|
</span>
|
|
53
53
|
</button>
|
|
54
54
|
<button
|
|
@@ -57,7 +57,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
57
57
|
aria-label="Attention tasks"
|
|
58
58
|
>
|
|
59
59
|
<span class="pf-v6-c-notification-badge pf-m-attention">
|
|
60
|
-
<i class="pf-
|
|
60
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
61
61
|
</span>
|
|
62
62
|
</button>
|
|
63
63
|
</div>
|
|
@@ -74,7 +74,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
74
74
|
aria-label="24 notifications"
|
|
75
75
|
>
|
|
76
76
|
<span class="pf-v6-c-notification-badge pf-m-read">
|
|
77
|
-
<i class="pf-
|
|
77
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
78
78
|
<span class="pf-v6-c-notification-badge__count">24</span>
|
|
79
79
|
</span>
|
|
80
80
|
</button>
|
|
@@ -84,7 +84,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
84
84
|
aria-label="24 unread notifications"
|
|
85
85
|
>
|
|
86
86
|
<span class="pf-v6-c-notification-badge pf-m-unread">
|
|
87
|
-
<i class="pf-
|
|
87
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
88
88
|
<span class="pf-v6-c-notification-badge__count">24</span>
|
|
89
89
|
</span>
|
|
90
90
|
</button>
|
|
@@ -94,7 +94,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
94
94
|
aria-label="24 attention notifications"
|
|
95
95
|
>
|
|
96
96
|
<span class="pf-v6-c-notification-badge pf-m-attention">
|
|
97
|
-
<i class="pf-
|
|
97
|
+
<i class="pf-v6-pficon-attention-bell" aria-hidden="true"></i>
|
|
98
98
|
<span class="pf-v6-c-notification-badge__count">24</span>
|
|
99
99
|
</span>
|
|
100
100
|
</button>
|
|
@@ -102,7 +102,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
102
102
|
<br />
|
|
103
103
|
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="24 tasks">
|
|
104
104
|
<span class="pf-v6-c-notification-badge pf-m-read">
|
|
105
|
-
<i class="pf-
|
|
105
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
106
106
|
<span class="pf-v6-c-notification-badge__count">24</span>
|
|
107
107
|
</span>
|
|
108
108
|
</button>
|
|
@@ -112,7 +112,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
112
112
|
aria-label="24 unread tasks"
|
|
113
113
|
>
|
|
114
114
|
<span class="pf-v6-c-notification-badge pf-m-unread">
|
|
115
|
-
<i class="pf-
|
|
115
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
116
116
|
<span class="pf-v6-c-notification-badge__count">24</span>
|
|
117
117
|
</span>
|
|
118
118
|
</button>
|
|
@@ -122,7 +122,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
122
122
|
aria-label="24 attention tasks"
|
|
123
123
|
>
|
|
124
124
|
<span class="pf-v6-c-notification-badge pf-m-attention">
|
|
125
|
-
<i class="pf-
|
|
125
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
126
126
|
<span class="pf-v6-c-notification-badge__count">24</span>
|
|
127
127
|
</span>
|
|
128
128
|
</button>
|
|
@@ -141,7 +141,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
141
141
|
aria-label="Notifications"
|
|
142
142
|
>
|
|
143
143
|
<span class="pf-v6-c-notification-badge pf-m-read pf-m-expanded">
|
|
144
|
-
<i class="pf-
|
|
144
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
145
145
|
</span>
|
|
146
146
|
</button>
|
|
147
147
|
<button
|
|
@@ -151,7 +151,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
151
151
|
aria-label="Unread notifications"
|
|
152
152
|
>
|
|
153
153
|
<span class="pf-v6-c-notification-badge pf-m-unread pf-m-expanded">
|
|
154
|
-
<i class="pf-
|
|
154
|
+
<i class="pf-v6-pficon-bell" aria-hidden="true"></i>
|
|
155
155
|
</span>
|
|
156
156
|
</button>
|
|
157
157
|
<button
|
|
@@ -161,7 +161,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
161
161
|
aria-label="Attention notifications"
|
|
162
162
|
>
|
|
163
163
|
<span class="pf-v6-c-notification-badge pf-m-attention pf-m-expanded">
|
|
164
|
-
<i class="pf-
|
|
164
|
+
<i class="pf-v6-pficon-attention-bell" aria-hidden="true"></i>
|
|
165
165
|
</span>
|
|
166
166
|
</button>
|
|
167
167
|
<br />
|
|
@@ -173,7 +173,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
173
173
|
aria-label="Tasks"
|
|
174
174
|
>
|
|
175
175
|
<span class="pf-v6-c-notification-badge pf-m-read pf-m-expanded">
|
|
176
|
-
<i class="pf-
|
|
176
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
177
177
|
</span>
|
|
178
178
|
</button>
|
|
179
179
|
<button
|
|
@@ -183,7 +183,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
183
183
|
aria-label="Unread tasks"
|
|
184
184
|
>
|
|
185
185
|
<span class="pf-v6-c-notification-badge pf-m-unread pf-m-expanded">
|
|
186
|
-
<i class="pf-
|
|
186
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
187
187
|
</span>
|
|
188
188
|
</button>
|
|
189
189
|
<button
|
|
@@ -193,7 +193,7 @@ cssPrefix: pf-v6-c-notification-badge
|
|
|
193
193
|
aria-label="Attention tasks"
|
|
194
194
|
>
|
|
195
195
|
<span class="pf-v6-c-notification-badge pf-m-attention pf-m-expanded">
|
|
196
|
-
<i class="pf-
|
|
196
|
+
<i class="pf-v6-pficon-task" aria-hidden="true"></i>
|
|
197
197
|
</span>
|
|
198
198
|
</button>
|
|
199
199
|
</div>
|
|
@@ -29,7 +29,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
29
29
|
>
|
|
30
30
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
31
31
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
32
|
-
<i class="pf-
|
|
32
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
33
33
|
</span>
|
|
34
34
|
</div>
|
|
35
35
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -80,7 +80,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
80
80
|
>
|
|
81
81
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
82
82
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
83
|
-
<i class="pf-
|
|
83
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
84
84
|
</span>
|
|
85
85
|
</div>
|
|
86
86
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -140,7 +140,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
140
140
|
>
|
|
141
141
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
142
142
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
143
|
-
<i class="pf-
|
|
143
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
144
144
|
</span>
|
|
145
145
|
</div>
|
|
146
146
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -197,7 +197,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
197
197
|
>
|
|
198
198
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
199
199
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
200
|
-
<i class="pf-
|
|
200
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
201
201
|
</span>
|
|
202
202
|
</div>
|
|
203
203
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -254,7 +254,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
254
254
|
>
|
|
255
255
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
256
256
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
257
|
-
<i class="pf-
|
|
257
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
258
258
|
</span>
|
|
259
259
|
</div>
|
|
260
260
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -311,7 +311,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
311
311
|
>
|
|
312
312
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
313
313
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
314
|
-
<i class="pf-
|
|
314
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
315
315
|
</span>
|
|
316
316
|
</div>
|
|
317
317
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -368,7 +368,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
368
368
|
>
|
|
369
369
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
370
370
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
371
|
-
<i class="pf-
|
|
371
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
372
372
|
</span>
|
|
373
373
|
</div>
|
|
374
374
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -425,7 +425,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
425
425
|
>
|
|
426
426
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
427
427
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
428
|
-
<i class="pf-
|
|
428
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
429
429
|
</span>
|
|
430
430
|
</div>
|
|
431
431
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -485,7 +485,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
485
485
|
>
|
|
486
486
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
487
487
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
488
|
-
<i class="pf-
|
|
488
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
489
489
|
</span>
|
|
490
490
|
</div>
|
|
491
491
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -545,7 +545,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
545
545
|
>
|
|
546
546
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
547
547
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
548
|
-
<i class="pf-
|
|
548
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
549
549
|
</span>
|
|
550
550
|
</div>
|
|
551
551
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -602,7 +602,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
602
602
|
>
|
|
603
603
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
604
604
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
605
|
-
<i class="pf-
|
|
605
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
606
606
|
</span>
|
|
607
607
|
</div>
|
|
608
608
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -684,7 +684,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
684
684
|
>
|
|
685
685
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
686
686
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
687
|
-
<i class="pf-
|
|
687
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
688
688
|
</span>
|
|
689
689
|
</div>
|
|
690
690
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -808,7 +808,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
808
808
|
>
|
|
809
809
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
810
810
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
811
|
-
<i class="pf-
|
|
811
|
+
<i class="pf-v6-pficon pf-v6-pficon-in-progress" aria-hidden="true"></i>
|
|
812
812
|
</span>
|
|
813
813
|
</div>
|
|
814
814
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -822,7 +822,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
822
822
|
>
|
|
823
823
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
824
824
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
825
|
-
<i class="pf-
|
|
825
|
+
<i class="pf-v6-pficon pf-v6-pficon-pending" aria-hidden="true"></i>
|
|
826
826
|
</span>
|
|
827
827
|
</div>
|
|
828
828
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -878,7 +878,7 @@ cssPrefix: pf-v6-c-progress-stepper
|
|
|
878
878
|
>
|
|
879
879
|
<div class="pf-v6-c-progress-stepper__step-connector">
|
|
880
880
|
<span class="pf-v6-c-progress-stepper__step-icon">
|
|
881
|
-
<i class="pf-
|
|
881
|
+
<i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
|
|
882
882
|
</span>
|
|
883
883
|
</div>
|
|
884
884
|
<div class="pf-v6-c-progress-stepper__step-main">
|
|
@@ -189,7 +189,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
189
189
|
type="button"
|
|
190
190
|
aria-label="aria-label="More info""
|
|
191
191
|
>
|
|
192
|
-
<i class="pf-
|
|
192
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
193
193
|
</button>
|
|
194
194
|
</span>
|
|
195
195
|
</div>
|
|
@@ -222,7 +222,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
222
222
|
type="button"
|
|
223
223
|
aria-label="aria-label="More info""
|
|
224
224
|
>
|
|
225
|
-
<i class="pf-
|
|
225
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
226
226
|
</button>
|
|
227
227
|
</span>
|
|
228
228
|
</div>
|