@patternfly/react-styles 4.25.10 → 4.25.14
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,41 @@
|
|
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
|
+
## 4.25.14 (2021-12-01)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## 4.25.13 (2021-11-30)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## 4.25.12 (2021-11-30)
|
23
|
+
|
24
|
+
|
25
|
+
### Bug Fixes
|
26
|
+
|
27
|
+
* **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9))
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
## 4.25.11 (2021-11-30)
|
34
|
+
|
35
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
6
41
|
## 4.25.10 (2021-11-23)
|
7
42
|
|
8
43
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -112,6 +112,8 @@
|
|
112
112
|
--pf-c-toolbar__item--m-chip-group--spacer: var(--pf-global--spacer--sm);
|
113
113
|
--pf-c-toolbar__item--m-label--spacer: var(--pf-c-toolbar__item--spacer);
|
114
114
|
--pf-c-toolbar__item--m-label--FontWeight: var(--pf-global--FontWeight--bold);
|
115
|
+
--pf-c-toolbar__expandable-content__item--m-label--MarginBottom: calc(-1 * var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap) + var(--pf-global--spacer--sm));
|
116
|
+
--pf-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-global--FontSize--sm);
|
115
117
|
--pf-c-toolbar__toggle--m-expanded__c-button--m-plain--Color: var(--pf-global--Color--100);
|
116
118
|
--pf-c-toolbar--c-divider--m-vertical--spacer: var(--pf-c-toolbar--spacer--base);
|
117
119
|
--pf-c-toolbar--m-full-height--PaddingTop: 0;
|
@@ -379,8 +381,8 @@
|
|
379
381
|
grid-row-gap: var(--pf-c-toolbar__expandable-content--m-expanded--GridRowGap);
|
380
382
|
}
|
381
383
|
.pf-c-toolbar__expandable-content .pf-m-label {
|
382
|
-
|
383
|
-
|
384
|
+
margin-bottom: var(--pf-c-toolbar__expandable-content__item--m-label--MarginBottom);
|
385
|
+
font-size: var(--pf-c-toolbar__expandable-content__item--m-label--FontSize);
|
384
386
|
}
|
385
387
|
|
386
388
|
.pf-c-toolbar__content.pf-m-chip-container,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "4.25.
|
3
|
+
"version": "4.25.14",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "4.
|
22
|
+
"@patternfly/patternfly": "4.160.0",
|
23
23
|
"camel-case": "^3.0.0",
|
24
24
|
"css": "^2.2.3",
|
25
25
|
"fs-extra": "^6.0.1",
|
@@ -29,5 +29,5 @@
|
|
29
29
|
"typescript": "^4.0.0"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "928249cc5fdb955d1b403bed24527be7df67f075"
|
33
33
|
}
|