@patternfly/patternfly 6.0.0-alpha.29 → 6.0.0-alpha.30
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/_globals.scss +8 -1
- package/base/_variables.scss +2 -7
- package/base/patternfly-globals.css +6 -1
- package/base/patternfly-variables.css +862 -858
- package/base/tokens/_tokens-dark.scss +306 -284
- package/base/tokens/_tokens-default.scss +410 -326
- package/base/tokens/_tokens-font.scss +9 -25
- package/base/tokens/_tokens-palette.scss +68 -68
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Alert/alert.css +2 -2
- package/components/Alert/alert.scss +2 -2
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +19 -16
- package/components/Breadcrumb/breadcrumb.scss +18 -16
- package/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -1
- package/components/Content/content.css +7 -7
- package/components/Content/content.scss +7 -7
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Login/login.css +1 -1
- package/components/Login/login.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/Table/table.css +6 -6
- package/components/Table/table.scss +6 -6
- package/components/Title/title.css +6 -6
- package/components/Title/title.scss +6 -6
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +866 -858
- package/patternfly-base-no-globals.css +866 -858
- package/patternfly-base-theme-dark-unversioned.css +868 -859
- package/patternfly-base.css +868 -859
- package/patternfly-no-globals.css +913 -906
- package/patternfly-theme-dark-unversioned.css +914 -906
- package/patternfly.css +914 -906
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/base/themes/dark/_variables.scss +0 -102
package/base/_globals.scss
CHANGED
|
@@ -47,9 +47,10 @@
|
|
|
47
47
|
|
|
48
48
|
:where(body) {
|
|
49
49
|
font-family: var(--pf-t--global--font--family--body);
|
|
50
|
-
font-size: var(--pf-t--global--font--size--body);
|
|
50
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
51
51
|
font-weight: var(--pf-t--global--font--weight--body);
|
|
52
52
|
line-height: var(--pf-t--global--font--line-height--body);
|
|
53
|
+
color: var(--pf-t--global--text--color--regular);
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
:where(
|
|
@@ -136,3 +137,9 @@
|
|
|
136
137
|
}
|
|
137
138
|
}
|
|
138
139
|
|
|
140
|
+
// stylelint-disable no-invalid-position-at-import-rule
|
|
141
|
+
@import "./themes/dark/globals";
|
|
142
|
+
|
|
143
|
+
@include pf-v5-theme-dark {
|
|
144
|
+
@include pf-v5-theme-dark-globals;
|
|
145
|
+
}
|
package/base/_variables.scss
CHANGED
|
@@ -292,13 +292,8 @@
|
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
295
|
-
@import "./
|
|
296
|
-
|
|
297
|
-
@include pf-v5-theme-dark {
|
|
298
|
-
@include pf-v5-theme-dark-variables;
|
|
299
|
-
}
|
|
300
|
-
|
|
295
|
+
@import "./tokens/workspace-overrides";
|
|
296
|
+
@import "./tokens/tokens-font";
|
|
301
297
|
@import "./tokens/tokens-palette";
|
|
302
298
|
@import "./tokens/tokens-default";
|
|
303
|
-
@import "./tokens/tokens-font";
|
|
304
299
|
@import "./tokens/tokens-dark";
|
|
@@ -38,9 +38,10 @@ body) {
|
|
|
38
38
|
|
|
39
39
|
:where(body) {
|
|
40
40
|
font-family: var(--pf-t--global--font--family--body);
|
|
41
|
-
font-size: var(--pf-t--global--font--size--body);
|
|
41
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
42
42
|
font-weight: var(--pf-t--global--font--weight--body);
|
|
43
43
|
line-height: var(--pf-t--global--font--line-height--body);
|
|
44
|
+
color: var(--pf-t--global--text--color--regular);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
:where(h1,
|
|
@@ -112,4 +113,8 @@ pre) {
|
|
|
112
113
|
:where(a,
|
|
113
114
|
button) {
|
|
114
115
|
cursor: pointer;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
:where(.pf-v5-theme-dark) {
|
|
119
|
+
color-scheme: dark;
|
|
115
120
|
}
|