@patternfly/patternfly 4.224.0 → 4.224.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/docs/demos/Banner/examples/Banner.md +0 -1
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -1
- package/docs/demos/HelperText/examples/HelperText.md +0 -1
- package/docs/demos/Page/examples/Page.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +0 -1
- package/package.json +2 -2
|
@@ -3933,7 +3933,7 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
|
|
|
3933
3933
|
|
|
3934
3934
|
### Sticky breadcrumb on medium
|
|
3935
3935
|
|
|
3936
|
-
```html isFullscreen
|
|
3936
|
+
```html isFullscreen
|
|
3937
3937
|
<div class="pf-c-page" id="page-demo-sticky-top-breadcrumb">
|
|
3938
3938
|
<a
|
|
3939
3939
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
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.224.
|
|
4
|
+
"version": "4.224.1",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.3.
|
|
82
|
+
"@patternfly/documentation-framework": "1.3.12",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|