@patternfly/react-styles 5.0.0-alpha.14 → 5.0.0-alpha.15

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ # [5.0.0-alpha.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.0.0-alpha.14...@patternfly/react-styles@5.0.0-alpha.15) (2023-05-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **Multiple:** update old component classnames ([#9139](https://github.com/patternfly/patternfly-react/issues/9139)) ([8fbd940](https://github.com/patternfly/patternfly-react/commit/8fbd9401cd27cb84e73722292a2765781a46a6f7))
11
+
6
12
  # 5.0.0-alpha.14 (2023-05-18)
7
13
 
8
14
  ### Features
@@ -1,4 +1,4 @@
1
- .pf-c-popover[data-popper-reference-hidden="true"] {
1
+ .pf-v5-c-popover[data-popper-reference-hidden="true"] {
2
2
  visibility: hidden;
3
3
  pointer-events: none;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import './Popper.css';
2
2
  declare const _default: {
3
- "popover": "pf-c-popover"
3
+ "popover": "pf-v5-c-popover"
4
4
  };
5
5
  export default _default;
@@ -2,5 +2,5 @@
2
2
  exports.__esModule = true;
3
3
  require('./Popper.css');
4
4
  exports.default = {
5
- "popover": "pf-c-popover"
5
+ "popover": "pf-v5-c-popover"
6
6
  };
@@ -1,4 +1,4 @@
1
1
  import './Popper.css';
2
2
  export default {
3
- "popover": "pf-c-popover"
3
+ "popover": "pf-v5-c-popover"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.0.0-alpha.14",
3
+ "version": "5.0.0-alpha.15",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.7.4"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "eac4934781b7f38e76d19d862f442a868ec594d2"
32
+ "gitHead": "e427fe71225d9ffe5bfd1fea35dc369e8af36683"
33
33
  }
@@ -1,4 +1,4 @@
1
- .pf-c-popover[data-popper-reference-hidden="true"] {
1
+ .pf-v5-c-popover[data-popper-reference-hidden="true"] {
2
2
  visibility: hidden;
3
3
  pointer-events: none;
4
4
  }