@patternfly/react-styles 4.91.9 → 4.91.10
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.91.10 (2022-10-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## 4.91.9 (2022-10-26)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -0,0 +1,11 @@
|
|
1
|
+
.ws-core-c-page :is(.pf-c-page__sidebar, .pf-c-page__main-subnav) {
|
2
|
+
color: var(--pf-global--Color--light-100);
|
3
|
+
}
|
4
|
+
|
5
|
+
.ws-core-c-page .pf-c-page__main-section.pf-m-dark-200 {
|
6
|
+
color: var(--pf-global--Color--dark-100);
|
7
|
+
}
|
8
|
+
|
9
|
+
#ws-core-c-page-with-or-without-fill .ws-preview-html {
|
10
|
+
height: 500px;
|
11
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import './Page.css';
|
2
|
+
declare const _default: {
|
3
|
+
"modifiers": {
|
4
|
+
"dark_200": "pf-m-dark-200"
|
5
|
+
},
|
6
|
+
"pageMainSection": "pf-c-page__main-section",
|
7
|
+
"pageMainSubnav": "pf-c-page__main-subnav",
|
8
|
+
"pageSidebar": "pf-c-page__sidebar",
|
9
|
+
"wsCoreCPage": "ws-core-c-page",
|
10
|
+
"wsPreviewHtml": "ws-preview-html"
|
11
|
+
};
|
12
|
+
export default _default;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
exports.__esModule = true;
|
3
|
+
require('./Page.css');
|
4
|
+
exports.default = {
|
5
|
+
"modifiers": {
|
6
|
+
"dark_200": "pf-m-dark-200"
|
7
|
+
},
|
8
|
+
"pageMainSection": "pf-c-page__main-section",
|
9
|
+
"pageMainSubnav": "pf-c-page__main-subnav",
|
10
|
+
"pageSidebar": "pf-c-page__sidebar",
|
11
|
+
"wsCoreCPage": "ws-core-c-page",
|
12
|
+
"wsPreviewHtml": "ws-preview-html"
|
13
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import './Page.css';
|
2
|
+
export default {
|
3
|
+
"modifiers": {
|
4
|
+
"dark_200": "pf-m-dark-200"
|
5
|
+
},
|
6
|
+
"pageMainSection": "pf-c-page__main-section",
|
7
|
+
"pageMainSubnav": "pf-c-page__main-subnav",
|
8
|
+
"pageSidebar": "pf-c-page__sidebar",
|
9
|
+
"wsCoreCPage": "ws-core-c-page",
|
10
|
+
"wsPreviewHtml": "ws-preview-html"
|
11
|
+
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "4.91.
|
3
|
+
"version": "4.91.10",
|
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.219.
|
22
|
+
"@patternfly/patternfly": "4.219.2",
|
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.7.4"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "8faac0c6f8e22f1221bd4a13ade19c4ca47ce22c"
|
33
33
|
}
|