@patternfly/patternfly 6.0.0-alpha.224 → 6.0.0-alpha.225
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/package.json +1 -1
- package/patternfly-base-no-globals.css +1 -0
- package/patternfly-base.css +1 -0
- package/patternfly-no-globals.css +1 -0
- package/patternfly.css +1 -0
- 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
|
}
|
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) {
|
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) {
|