@patternfly/patternfly 4.212.0 → 4.212.1
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/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/docs/components/TreeView/examples/TreeView.md +181 -130
- package/package.json +2 -2
- package/patternfly-no-reset.css +1 -0
- package/patternfly.css +1 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
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": "4.212.
|
|
4
|
+
"version": "4.212.1",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
37
|
"@patternfly/react-charts": "6.88.7",
|
|
38
38
|
"@patternfly/react-code-editor": "4.76.7",
|
|
39
|
-
"@patternfly/react-table": "4.
|
|
39
|
+
"@patternfly/react-table": "4.104.7",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
41
|
"babel-eslint": "^8.2.3",
|
|
42
42
|
"cheerio": "^1.0.0-rc.3",
|
package/patternfly-no-reset.css
CHANGED
|
@@ -8190,6 +8190,7 @@ button.pf-c-breadcrumb__link {
|
|
|
8190
8190
|
--pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
8191
8191
|
--pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8192
8192
|
--pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
|
|
8193
|
+
--pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
8193
8194
|
--pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
|
|
8194
8195
|
--pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
8195
8196
|
--pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
|
package/patternfly.css
CHANGED
|
@@ -8317,6 +8317,7 @@ button.pf-c-breadcrumb__link {
|
|
|
8317
8317
|
--pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
|
|
8318
8318
|
--pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8319
8319
|
--pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
|
|
8320
|
+
--pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
8320
8321
|
--pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
|
|
8321
8322
|
--pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
8322
8323
|
--pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
|