@patternfly/react-styles 4.25.8 → 4.25.12
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.12 (2021-11-30)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
## 4.25.11 (2021-11-30)
|
18
|
+
|
19
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
## 4.25.10 (2021-11-23)
|
26
|
+
|
27
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
## 4.25.9 (2021-11-19)
|
34
|
+
|
35
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
6
41
|
## 4.25.8 (2021-11-19)
|
7
42
|
|
8
43
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -227,8 +227,8 @@
|
|
227
227
|
--pf-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-global--spacer--lg);
|
228
228
|
--pf-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-global--spacer--lg);
|
229
229
|
--pf-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-global--spacer--lg);
|
230
|
-
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-
|
231
|
-
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-
|
230
|
+
--pf-c-table--nested--first-last-child--PaddingRight: var(--pf-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
231
|
+
--pf-c-table--nested--first-last-child--PaddingLeft: var(--pf-c-table--m-compact--cell--first-last-child--PaddingRight);
|
232
232
|
--pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-global--BorderColor--100);
|
233
233
|
--pf-c-table--tr--m-hoverable--BoxShadow--top: var(--pf-c-table--tr--BoxShadow--top--base);
|
234
234
|
--pf-c-table--tr--m-hoverable--BackgroundColor: transparent;
|
@@ -716,7 +716,7 @@
|
|
716
716
|
.pf-c-table__check {
|
717
717
|
--pf-c-table--cell--FontSize: var(--pf-c-table__check--input--FontSize);
|
718
718
|
}
|
719
|
-
.pf-c-table__check > input {
|
719
|
+
.pf-c-table__check > input:not([disabled]) {
|
720
720
|
cursor: pointer;
|
721
721
|
}
|
722
722
|
|
@@ -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.12",
|
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": "c31cf1714bb3cbb692b22861c6c8204d59243d83"
|
33
33
|
}
|