@patternfly/patternfly 6.0.0-alpha.75 → 6.0.0-alpha.76
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/Alert/alert.css +2 -0
- package/components/Alert/alert.scss +2 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +2 -0
- package/patternfly-theme-dark-unversioned.css +2 -0
- package/patternfly.css +2 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
--pf-v5-c-alert__icon--MarginTop: 0.25rem;
|
|
24
24
|
--pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
25
25
|
--pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
26
|
+
--pf-v5-c-alert__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
26
27
|
--pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
27
28
|
--pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
28
29
|
--pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
@@ -159,6 +160,7 @@
|
|
|
159
160
|
|
|
160
161
|
.pf-v5-c-alert__title {
|
|
161
162
|
grid-area: title;
|
|
163
|
+
font-family: var(--pf-v5-c-alert__title--FontFamily);
|
|
162
164
|
font-size: var(--pf-v5-c-alert__title--FontSize);
|
|
163
165
|
font-weight: var(--pf-v5-c-alert__title--FontWeight);
|
|
164
166
|
line-height: var(--pf-v5-c-alert__title--LineHeight);
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
--#{$alert}__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
37
37
|
|
|
38
38
|
// Title
|
|
39
|
+
--#{$alert}__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
39
40
|
--#{$alert}__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
40
41
|
--#{$alert}__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
41
42
|
--#{$alert}__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
@@ -204,6 +205,7 @@
|
|
|
204
205
|
|
|
205
206
|
.#{$alert}__title {
|
|
206
207
|
grid-area: title;
|
|
208
|
+
font-family: var(--#{$alert}__title--FontFamily);
|
|
207
209
|
font-size: var(--#{$alert}__title--FontSize);
|
|
208
210
|
font-weight: var(--#{$alert}__title--FontWeight);
|
|
209
211
|
line-height: var(--#{$alert}__title--LineHeight);
|
package/package.json
CHANGED
|
@@ -6629,6 +6629,7 @@ html .ws-preview {
|
|
|
6629
6629
|
--pf-v5-c-alert__icon--MarginTop: 0.25rem;
|
|
6630
6630
|
--pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
6631
6631
|
--pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
6632
|
+
--pf-v5-c-alert__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
6632
6633
|
--pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
6633
6634
|
--pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
6634
6635
|
--pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
@@ -6765,6 +6766,7 @@ html .ws-preview {
|
|
|
6765
6766
|
|
|
6766
6767
|
.pf-v5-c-alert__title {
|
|
6767
6768
|
grid-area: title;
|
|
6769
|
+
font-family: var(--pf-v5-c-alert__title--FontFamily);
|
|
6768
6770
|
font-size: var(--pf-v5-c-alert__title--FontSize);
|
|
6769
6771
|
font-weight: var(--pf-v5-c-alert__title--FontWeight);
|
|
6770
6772
|
line-height: var(--pf-v5-c-alert__title--LineHeight);
|
|
@@ -6746,6 +6746,7 @@ button) {
|
|
|
6746
6746
|
--pf-v5-c-alert__icon--MarginTop: 0.25rem;
|
|
6747
6747
|
--pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
6748
6748
|
--pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
6749
|
+
--pf-v5-c-alert__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
6749
6750
|
--pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
6750
6751
|
--pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
6751
6752
|
--pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
@@ -6882,6 +6883,7 @@ button) {
|
|
|
6882
6883
|
|
|
6883
6884
|
.pf-v5-c-alert__title {
|
|
6884
6885
|
grid-area: title;
|
|
6886
|
+
font-family: var(--pf-v5-c-alert__title--FontFamily);
|
|
6885
6887
|
font-size: var(--pf-v5-c-alert__title--FontSize);
|
|
6886
6888
|
font-weight: var(--pf-v5-c-alert__title--FontWeight);
|
|
6887
6889
|
line-height: var(--pf-v5-c-alert__title--LineHeight);
|
package/patternfly.css
CHANGED
|
@@ -6746,6 +6746,7 @@ button) {
|
|
|
6746
6746
|
--pf-v5-c-alert__icon--MarginTop: 0.25rem;
|
|
6747
6747
|
--pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
6748
6748
|
--pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
6749
|
+
--pf-v5-c-alert__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
6749
6750
|
--pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
6750
6751
|
--pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
6751
6752
|
--pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
@@ -6882,6 +6883,7 @@ button) {
|
|
|
6882
6883
|
|
|
6883
6884
|
.pf-v5-c-alert__title {
|
|
6884
6885
|
grid-area: title;
|
|
6886
|
+
font-family: var(--pf-v5-c-alert__title--FontFamily);
|
|
6885
6887
|
font-size: var(--pf-v5-c-alert__title--FontSize);
|
|
6886
6888
|
font-weight: var(--pf-v5-c-alert__title--FontWeight);
|
|
6887
6889
|
line-height: var(--pf-v5-c-alert__title--LineHeight);
|