@patternfly/patternfly 6.0.0-alpha.224 → 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/base/patternfly-variables.css +1 -0
- package/base/tokens/tokens-local.scss +8 -0
- 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-base-no-globals.css +1 -0
- package/patternfly-base.css +1 -0
- package/patternfly-no-globals.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -831,6 +831,7 @@
|
|
|
831
831
|
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
832
832
|
--pf-t--global--transition--duration: 250ms;
|
|
833
833
|
--pf-t--global--list-style: disc outside;
|
|
834
|
+
--pf-t--temp--dev--tbd: #BC11E0;
|
|
834
835
|
}
|
|
835
836
|
|
|
836
837
|
:where(.pf-v6-theme-dark) {
|
|
@@ -122,4 +122,12 @@
|
|
|
122
122
|
|
|
123
123
|
// List bullet/marker
|
|
124
124
|
--pf-t--global--list-style: disc outside;
|
|
125
|
+
|
|
126
|
+
// Token to be used temporarily as a placeholder for a color to be determined
|
|
127
|
+
// Used by code mods to provide a valid value without guessing at the correct color
|
|
128
|
+
|
|
129
|
+
// stylelint-disable custom-property-pattern
|
|
130
|
+
--pf-t--temp--dev--tbd: #BC11E0;
|
|
131
|
+
|
|
132
|
+
// styleline-enable custom-property-pattern
|
|
125
133
|
}
|
|
@@ -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
|
@@ -5685,6 +5685,7 @@
|
|
|
5685
5685
|
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
5686
5686
|
--pf-t--global--transition--duration: 250ms;
|
|
5687
5687
|
--pf-t--global--list-style: disc outside;
|
|
5688
|
+
--pf-t--temp--dev--tbd: #BC11E0;
|
|
5688
5689
|
}
|
|
5689
5690
|
|
|
5690
5691
|
:where(.pf-v6-theme-dark) {
|
package/patternfly-base.css
CHANGED
|
@@ -5806,6 +5806,7 @@ button) {
|
|
|
5806
5806
|
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
5807
5807
|
--pf-t--global--transition--duration: 250ms;
|
|
5808
5808
|
--pf-t--global--list-style: disc outside;
|
|
5809
|
+
--pf-t--temp--dev--tbd: #BC11E0;
|
|
5809
5810
|
}
|
|
5810
5811
|
|
|
5811
5812
|
:where(.pf-v6-theme-dark) {
|
|
@@ -5686,6 +5686,7 @@
|
|
|
5686
5686
|
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
5687
5687
|
--pf-t--global--transition--duration: 250ms;
|
|
5688
5688
|
--pf-t--global--list-style: disc outside;
|
|
5689
|
+
--pf-t--temp--dev--tbd: #BC11E0;
|
|
5689
5690
|
}
|
|
5690
5691
|
|
|
5691
5692
|
:where(.pf-v6-theme-dark) {
|
|
@@ -12181,7 +12182,6 @@ ul) {
|
|
|
12181
12182
|
display: flex;
|
|
12182
12183
|
flex-direction: column;
|
|
12183
12184
|
gap: var(--pf-v6-c-expandable-section--Gap);
|
|
12184
|
-
align-items: start;
|
|
12185
12185
|
}
|
|
12186
12186
|
.pf-v6-c-expandable-section.pf-m-expanded {
|
|
12187
12187
|
--pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
|
package/patternfly.css
CHANGED
|
@@ -5807,6 +5807,7 @@ button) {
|
|
|
5807
5807
|
--pf-t--global--transition--timing-function: cubic-bezier(.645, .045, .355, 1);
|
|
5808
5808
|
--pf-t--global--transition--duration: 250ms;
|
|
5809
5809
|
--pf-t--global--list-style: disc outside;
|
|
5810
|
+
--pf-t--temp--dev--tbd: #BC11E0;
|
|
5810
5811
|
}
|
|
5811
5812
|
|
|
5812
5813
|
:where(.pf-v6-theme-dark) {
|
|
@@ -12302,7 +12303,6 @@ ul) {
|
|
|
12302
12303
|
display: flex;
|
|
12303
12304
|
flex-direction: column;
|
|
12304
12305
|
gap: var(--pf-v6-c-expandable-section--Gap);
|
|
12305
|
-
align-items: start;
|
|
12306
12306
|
}
|
|
12307
12307
|
.pf-v6-c-expandable-section.pf-m-expanded {
|
|
12308
12308
|
--pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
|