@patternfly/patternfly 5.0.0-alpha.41 → 5.0.0-alpha.43
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.
|
@@ -153,7 +153,7 @@ cssPrefix: pf-c-masthead
|
|
|
153
153
|
### Light 200 variant
|
|
154
154
|
|
|
155
155
|
```html
|
|
156
|
-
<header class="pf-c-masthead" id="light-200-masthead">
|
|
156
|
+
<header class="pf-c-masthead pf-m-light-200" id="light-200-masthead">
|
|
157
157
|
<span class="pf-c-masthead__toggle">
|
|
158
158
|
<button
|
|
159
159
|
class="pf-c-button pf-m-plain"
|
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": "5.0.0-alpha.
|
|
4
|
+
"version": "5.0.0-alpha.43",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@commitlint/config-conventional": "^17.4.2",
|
|
43
43
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
44
44
|
"@octokit/rest": "^19.0.7",
|
|
45
|
-
"@patternfly/documentation-framework": "2.0.0-alpha.
|
|
45
|
+
"@patternfly/documentation-framework": "2.0.0-alpha.27",
|
|
46
46
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
47
|
-
"@patternfly/react-code-editor": "5.0.0-alpha.
|
|
48
|
-
"@patternfly/react-core": "5.0.0-alpha.
|
|
49
|
-
"@patternfly/react-table": "5.0.0-alpha.
|
|
47
|
+
"@patternfly/react-code-editor": "5.0.0-alpha.73",
|
|
48
|
+
"@patternfly/react-core": "5.0.0-alpha.73",
|
|
49
|
+
"@patternfly/react-table": "5.0.0-alpha.74",
|
|
50
50
|
"@starptech/prettyhtml": "^0.10.0",
|
|
51
51
|
"cheerio": "^1.0.0-rc.12",
|
|
52
52
|
"commander": "^10.0.0",
|