@patternfly-java/core 0.6.5 → 0.6.7

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PatternFly Java Finder
1
+ # PatternFly Java Core
2
2
 
3
3
  CSS styles for [PatternFly Java](https://patternfly-java.github.io/).
4
4
 
@@ -22,7 +22,8 @@ Import the CSS in your stylesheet or JavaScript entry point:
22
22
 
23
23
  ## Requirements
24
24
 
25
- This package requires [PatternFly 6](https://www.patternfly.org/) CSS (`@patternfly/patternfly`) to be present, as it references PatternFly design tokens for colors, spacing, borders, and typography.
25
+ This package requires [PatternFly 6](https://www.patternfly.org/) CSS ([
26
+ `@patternfly/patternfly`](https://www.npmjs.com/package/@patternfly/patternfly)) to be present, as it references PatternFly design tokens for colors, spacing, borders, and typography.
26
27
 
27
28
  ## License
28
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly-java/core",
3
3
  "private": false,
4
- "version": "0.6.5",
4
+ "version": "0.6.7",
5
5
  "description": "CSS for PatternFly Java.",
6
6
  "homepage": "https://patternfly-java.github.io/",
7
7
  "repository": {