@patternfly/react-styles 6.2.0-prerelease.6 → 6.2.0-prerelease.8
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/CHANGELOG.md
CHANGED
@@ -3,6 +3,18 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [6.2.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.7...@patternfly/react-styles@6.2.0-prerelease.8) (2025-03-06)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.15 ([#11615](https://github.com/patternfly/patternfly-react/issues/11615)) ([49f3f70](https://github.com/patternfly/patternfly-react/commit/49f3f70f44717f156df542c2d6b9facad1caeff4))
|
11
|
+
|
12
|
+
# [6.2.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.6...@patternfly/react-styles@6.2.0-prerelease.7) (2025-03-05)
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
- **deps:** update dependency @patternfly/patternfly to v6.2.0-prerelease.14 ([#11609](https://github.com/patternfly/patternfly-react/issues/11609)) ([f8af65a](https://github.com/patternfly/patternfly-react/commit/f8af65a09409331bfea6c5818c333457b35fe84b))
|
17
|
+
|
6
18
|
# [6.2.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.2.0-prerelease.5...@patternfly/react-styles@6.2.0-prerelease.6) (2025-02-27)
|
7
19
|
|
8
20
|
### Bug Fixes
|
@@ -185,7 +185,7 @@
|
|
185
185
|
grid-column-end: -1;
|
186
186
|
row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
|
187
187
|
column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
|
188
|
-
align-self:
|
188
|
+
align-self: center;
|
189
189
|
order: var(--pf-v6-c-masthead__content--Order);
|
190
190
|
min-width: 0.25rem;
|
191
191
|
}
|
@@ -334,7 +334,6 @@
|
|
334
334
|
z-index: var(--pf-v6-c-menu--ZIndex);
|
335
335
|
margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
|
336
336
|
margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
|
337
|
-
overflow: hidden;
|
338
337
|
}
|
339
338
|
.pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
|
340
339
|
padding-block-start: var(--pf-v6-c-menu--RowGap);
|
@@ -9113,7 +9113,7 @@ ul.pf-v6-c-list {
|
|
9113
9113
|
grid-column-end: -1;
|
9114
9114
|
row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
|
9115
9115
|
column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
|
9116
|
-
align-self:
|
9116
|
+
align-self: center;
|
9117
9117
|
order: var(--pf-v6-c-masthead__content--Order);
|
9118
9118
|
min-width: 0.25rem;
|
9119
9119
|
}
|
@@ -9797,7 +9797,6 @@ ul.pf-v6-c-list {
|
|
9797
9797
|
z-index: var(--pf-v6-c-menu--ZIndex);
|
9798
9798
|
margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
|
9799
9799
|
margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
|
9800
|
-
overflow: hidden;
|
9801
9800
|
}
|
9802
9801
|
.pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
|
9803
9802
|
padding-block-start: var(--pf-v6-c-menu--RowGap);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "6.2.0-prerelease.
|
3
|
+
"version": "6.2.0-prerelease.8",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "6.2.0-prerelease.
|
22
|
+
"@patternfly/patternfly": "6.2.0-prerelease.15",
|
23
23
|
"change-case": "^5.4.4",
|
24
24
|
"fs-extra": "^11.3.0"
|
25
25
|
},
|
26
26
|
"license": "MIT",
|
27
|
-
"gitHead": "
|
27
|
+
"gitHead": "5efe165cf313d392a0a41fb4200e739656a97fbc"
|
28
28
|
}
|