@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.
- package/components/ExpandableSection/expandable-section.css +0 -1
- package/components/ExpandableSection/expandable-section.scss +0 -1
- package/components/_index.css +0 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/package.json +1 -1
- package/patternfly-no-globals.css +0 -1
- package/patternfly.css +0 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -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);
|
package/components/_index.css
CHANGED
|
@@ -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="
|
|
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="
|
|
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="
|
|
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
|
@@ -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);
|