@patternfly/patternfly 6.3.0-prerelease.44 → 6.3.0-prerelease.45

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/patternfly.css CHANGED
@@ -30889,6 +30889,7 @@ label.pf-v6-c-tree-view__node-text {
30889
30889
  --pf-v6-c-wizard__nav-link--m-disabled--before--Color: var(--pf-t--global--text--color--disabled);
30890
30890
  --pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-t--global--icon--color--regular);
30891
30891
  --pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
30892
+ --pf-v6-c-wizard__nav-link--m-warning__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
30892
30893
  --pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color: var(--pf-t--global--icon--color--status--success--default);
30893
30894
  --pf-v6-c-wizard__nav-link-status-icon--InsetBlockStart: 4px;
30894
30895
  --pf-v6-c-wizard__nav-link-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);
@@ -30907,6 +30908,7 @@ label.pf-v6-c-tree-view__node-text {
30907
30908
  --pf-v6-c-wizard__nav-link-status-icon--LineHeight: 1;
30908
30909
  --pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-t--global--icon--color--regular);
30909
30910
  --pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
30911
+ --pf-v6-c-wizard__toggle-list-item--m-warning__status-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
30910
30912
  --pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color: var(--pf-t--global--icon--color--status--success--default);
30911
30913
  --pf-v6-c-wizard__toggle-status-icon--InsetBlockStart: 2px;
30912
30914
  --pf-v6-c-wizard__toggle-status-icon--FontSize: var(--pf-t--global--icon--size--font--xl);
@@ -31067,6 +31069,9 @@ label.pf-v6-c-tree-view__node-text {
31067
31069
  .pf-v6-c-wizard__toggle-list-item.pf-m-danger {
31068
31070
  --pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-danger__status-icon--Color);
31069
31071
  }
31072
+ .pf-v6-c-wizard__toggle-list-item.pf-m-warning {
31073
+ --pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-warning__status-icon--Color);
31074
+ }
31070
31075
  .pf-v6-c-wizard__toggle-list-item.pf-m-success {
31071
31076
  --pf-v6-c-wizard__toggle-status-icon--Color: var(--pf-v6-c-wizard__toggle-list-item--m-success__status-icon--Color);
31072
31077
  }
@@ -31225,12 +31230,15 @@ label.pf-v6-c-tree-view__node-text {
31225
31230
  --pf-v6-c-wizard__nav-link--before--Color: var(--pf-v6-c-wizard__nav-link--m-current--before--Color);
31226
31231
  }
31227
31232
 
31228
- .pf-v6-c-wizard__nav-link:is(.pf-m-success, .pf-m-danger)::before {
31233
+ .pf-v6-c-wizard__nav-link:is(.pf-m-success, .pf-m-warning, .pf-m-danger)::before {
31229
31234
  display: none;
31230
31235
  }
31231
31236
  .pf-v6-c-wizard__nav-link.pf-m-success {
31232
31237
  --pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-success__nav-link-status-icon--Color);
31233
31238
  }
31239
+ .pf-v6-c-wizard__nav-link.pf-m-warning {
31240
+ --pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-warning__nav-link-status-icon--Color);
31241
+ }
31234
31242
  .pf-v6-c-wizard__nav-link.pf-m-danger {
31235
31243
  --pf-v6-c-wizard__nav-link-status-icon--Color: var(--pf-v6-c-wizard__nav-link--m-danger__nav-link-status-icon--Color);
31236
31244
  }