@patternfly/patternfly 6.5.0-prerelease.35 → 6.5.0-prerelease.36
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/NotificationDrawer/notification-drawer.css +2 -0
- package/components/NotificationDrawer/notification-drawer.scss +2 -0
- package/components/_index.css +2 -0
- package/package.json +5 -5
- package/patternfly-no-globals.css +2 -0
- package/patternfly.css +2 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
--pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
15
15
|
--pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
|
|
16
16
|
--pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
|
|
17
|
+
--pf-v6-c-notification-drawer__header-action--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
17
18
|
--pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
|
|
18
19
|
--pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
|
|
19
20
|
--pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -108,6 +109,7 @@
|
|
|
108
109
|
|
|
109
110
|
.pf-v6-c-notification-drawer__header-action {
|
|
110
111
|
display: flex;
|
|
112
|
+
gap: var(--pf-v6-c-notification-drawer__header-action--Gap);
|
|
111
113
|
align-items: center;
|
|
112
114
|
margin-inline-start: auto;
|
|
113
115
|
}
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
--#{$notification-drawer}__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
19
19
|
--#{$notification-drawer}__header-status--FontSize: var(--pf-t--global--font--size--body--default);
|
|
20
20
|
--#{$notification-drawer}__header-status--Color: var(--pf-t--global--text--color--subtle);
|
|
21
|
+
--#{$notification-drawer}__header-action--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
21
22
|
|
|
22
23
|
// Body
|
|
23
24
|
--#{$notification-drawer}__body--ZIndex: var(--pf-t--global--z-index--xs);
|
|
@@ -143,6 +144,7 @@
|
|
|
143
144
|
|
|
144
145
|
.#{$notification-drawer}__header-action {
|
|
145
146
|
display: flex;
|
|
147
|
+
gap: var(--#{$notification-drawer}__header-action--Gap);
|
|
146
148
|
align-items: center;
|
|
147
149
|
margin-inline-start: auto;
|
|
148
150
|
}
|
package/components/_index.css
CHANGED
|
@@ -12916,6 +12916,7 @@ ul.pf-v6-c-list {
|
|
|
12916
12916
|
--pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
12917
12917
|
--pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
|
|
12918
12918
|
--pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
|
|
12919
|
+
--pf-v6-c-notification-drawer__header-action--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
12919
12920
|
--pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
|
|
12920
12921
|
--pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
|
|
12921
12922
|
--pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -13010,6 +13011,7 @@ ul.pf-v6-c-list {
|
|
|
13010
13011
|
|
|
13011
13012
|
.pf-v6-c-notification-drawer__header-action {
|
|
13012
13013
|
display: flex;
|
|
13014
|
+
gap: var(--pf-v6-c-notification-drawer__header-action--Gap);
|
|
13013
13015
|
align-items: center;
|
|
13014
13016
|
margin-inline-start: auto;
|
|
13015
13017
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.5.0-prerelease.
|
|
4
|
+
"version": "6.5.0-prerelease.36",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"@commitlint/config-conventional": "^19.1.0",
|
|
50
50
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
51
51
|
"@octokit/rest": "^20.1.0",
|
|
52
|
-
"@patternfly/documentation-framework": "6.33.
|
|
52
|
+
"@patternfly/documentation-framework": "6.33.10",
|
|
53
53
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
54
|
-
"@patternfly/react-code-editor": "6.4.
|
|
55
|
-
"@patternfly/react-core": "6.4.
|
|
56
|
-
"@patternfly/react-table": "6.4.
|
|
54
|
+
"@patternfly/react-code-editor": "6.4.1",
|
|
55
|
+
"@patternfly/react-core": "6.4.1",
|
|
56
|
+
"@patternfly/react-table": "6.4.1",
|
|
57
57
|
"@rspack/cli": "^1.6.0",
|
|
58
58
|
"@rspack/core": "^1.6.0",
|
|
59
59
|
"@rspack/dev-server": "^1.1.4",
|
|
@@ -21997,6 +21997,7 @@ ul.pf-v6-c-list {
|
|
|
21997
21997
|
--pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
21998
21998
|
--pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
|
|
21999
21999
|
--pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
|
|
22000
|
+
--pf-v6-c-notification-drawer__header-action--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
22000
22001
|
--pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
|
|
22001
22002
|
--pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
|
|
22002
22003
|
--pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -22091,6 +22092,7 @@ ul.pf-v6-c-list {
|
|
|
22091
22092
|
|
|
22092
22093
|
.pf-v6-c-notification-drawer__header-action {
|
|
22093
22094
|
display: flex;
|
|
22095
|
+
gap: var(--pf-v6-c-notification-drawer__header-action--Gap);
|
|
22094
22096
|
align-items: center;
|
|
22095
22097
|
margin-inline-start: auto;
|
|
22096
22098
|
}
|
package/patternfly.css
CHANGED
|
@@ -22144,6 +22144,7 @@ ul.pf-v6-c-list {
|
|
|
22144
22144
|
--pf-v6-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
22145
22145
|
--pf-v6-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
|
|
22146
22146
|
--pf-v6-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
|
|
22147
|
+
--pf-v6-c-notification-drawer__header-action--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
|
22147
22148
|
--pf-v6-c-notification-drawer__body--ZIndex: var(--pf-t--global--z-index--xs);
|
|
22148
22149
|
--pf-v6-c-notification-drawer__body--PaddingBlockStart: 0;
|
|
22149
22150
|
--pf-v6-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -22238,6 +22239,7 @@ ul.pf-v6-c-list {
|
|
|
22238
22239
|
|
|
22239
22240
|
.pf-v6-c-notification-drawer__header-action {
|
|
22240
22241
|
display: flex;
|
|
22242
|
+
gap: var(--pf-v6-c-notification-drawer__header-action--Gap);
|
|
22241
22243
|
align-items: center;
|
|
22242
22244
|
margin-inline-start: auto;
|
|
22243
22245
|
}
|