@patternfly/patternfly 6.4.0 → 6.5.0-prerelease.1

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.
@@ -496,7 +496,7 @@ When conveying status, you should ensure:
496
496
  <div class="pf-v6-c-progress__status" aria-hidden="true">
497
497
  <span class="pf-v6-c-progress__measure">33%</span>
498
498
  <span class="pf-v6-c-progress__status-icon">
499
- <i class="fas fa-fw fa-times-circle" aria-hidden="true"></i>
499
+ <i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
500
500
  </span>
501
501
  </div>
502
502
  <div
@@ -591,7 +591,7 @@ When conveying status, you should ensure:
591
591
  <div class="pf-v6-c-progress__status" aria-hidden="true">
592
592
  <span class="pf-v6-c-progress__measure">33%</span>
593
593
  <span class="pf-v6-c-progress__status-icon">
594
- <i class="fas fa-fw fa-times-circle" aria-hidden="true"></i>
594
+ <i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
595
595
  </span>
596
596
  </div>
597
597
  <div
@@ -621,7 +621,7 @@ When conveying status, you should ensure:
621
621
  >Title</div>
622
622
  <div class="pf-v6-c-progress__status" aria-hidden="true">
623
623
  <span class="pf-v6-c-progress__status-icon">
624
- <i class="fas fa-fw fa-times-circle" aria-hidden="true"></i>
624
+ <i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
625
625
  </span>
626
626
  </div>
627
627
  <div
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.4.0",
4
+ "version": "6.5.0-prerelease.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {