@patternfly/patternfly 6.0.0-alpha.225 → 6.0.0-alpha.226

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.
@@ -27,7 +27,6 @@
27
27
  display: flex;
28
28
  flex-direction: column;
29
29
  gap: var(--pf-v6-c-expandable-section--Gap);
30
- align-items: start;
31
30
  }
32
31
  .pf-v6-c-expandable-section.pf-m-expanded {
33
32
  --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
@@ -41,7 +41,6 @@
41
41
  display: flex;
42
42
  flex-direction: column;
43
43
  gap: var(--#{$expandable-section}--Gap);
44
- align-items: start;
45
44
 
46
45
  &.pf-m-expanded {
47
46
  --#{$expandable-section}__toggle-icon--Rotate: var(--#{$expandable-section}--m-expanded__toggle-icon--Rotate);
@@ -6118,7 +6118,6 @@ ul) {
6118
6118
  display: flex;
6119
6119
  flex-direction: column;
6120
6120
  gap: var(--pf-v6-c-expandable-section--Gap);
6121
- align-items: start;
6122
6121
  }
6123
6122
  .pf-v6-c-expandable-section.pf-m-expanded {
6124
6123
  --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
@@ -148,7 +148,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
148
148
  <span class="pf-v6-c-button__text">
149
149
  <div class="pf-v6-c-multiple-file-upload__status-progress">
150
150
  <div class="pf-v6-c-multiple-file-upload__status-progress-icon">
151
- <i class="pf-v6-pficon pf-v6-pficon-in-progress"></i>
151
+ <i class="fas fa-spinner" aria-hidden="true"></i>
152
152
  </div>
153
153
  <div
154
154
  class="pf-v6-c-multiple-file-upload__status-progress-text"
@@ -359,7 +359,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
359
359
  <span class="pf-v6-c-button__text">
360
360
  <div class="pf-v6-c-multiple-file-upload__status-progress">
361
361
  <div class="pf-v6-c-multiple-file-upload__status-progress-icon">
362
- <i class="pf-v6-pficon pf-v6-pficon-in-progress"></i>
362
+ <i class="fas fa-spinner" aria-hidden="true"></i>
363
363
  </div>
364
364
  <div
365
365
  class="pf-v6-c-multiple-file-upload__status-progress-text"
@@ -570,7 +570,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
570
570
  <span class="pf-v6-c-button__text">
571
571
  <div class="pf-v6-c-multiple-file-upload__status-progress">
572
572
  <div class="pf-v6-c-multiple-file-upload__status-progress-icon">
573
- <i class="pf-v6-pficon pf-v6-pficon-in-progress"></i>
573
+ <i class="fas fa-spinner" aria-hidden="true"></i>
574
574
  </div>
575
575
  <div
576
576
  class="pf-v6-c-multiple-file-upload__status-progress-text"
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.0.0-alpha.225",
4
+ "version": "6.0.0-alpha.226",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -12182,7 +12182,6 @@ ul) {
12182
12182
  display: flex;
12183
12183
  flex-direction: column;
12184
12184
  gap: var(--pf-v6-c-expandable-section--Gap);
12185
- align-items: start;
12186
12185
  }
12187
12186
  .pf-v6-c-expandable-section.pf-m-expanded {
12188
12187
  --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
package/patternfly.css CHANGED
@@ -12303,7 +12303,6 @@ ul) {
12303
12303
  display: flex;
12304
12304
  flex-direction: column;
12305
12305
  gap: var(--pf-v6-c-expandable-section--Gap);
12306
- align-items: start;
12307
12306
  }
12308
12307
  .pf-v6-c-expandable-section.pf-m-expanded {
12309
12308
  --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);