@patternfly-java/core 0.9.2 → 0.9.3

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/core.css +4 -0
  2. package/package.json +19 -19
package/core.css CHANGED
@@ -21,6 +21,10 @@
21
21
  display: none !important;
22
22
  }
23
23
 
24
+ .pf-m-unknown {
25
+ color: var(--pf-t--global--color--status--danger--default);
26
+ }
27
+
24
28
  /* ===================================================================
25
29
  Shared styles for components using the popover API
26
30
  =================================================================== */
package/package.json CHANGED
@@ -1,17 +1,16 @@
1
1
  {
2
- "name": "@patternfly-java/core",
3
- "private": false,
4
- "version": "0.9.2",
5
- "description": "CSS for PatternFly Java.",
6
- "homepage": "https://patternfly-java.github.io/",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/patternfly-java/patternfly-java.git"
10
- },
2
+ "author": "Harald Pehl <harald.pehl@gmail.com>",
11
3
  "bugs": {
12
4
  "url": "https://github.com/patternfly-java/patternfly-java/issues"
13
5
  },
14
- "license": "Apache-2.0",
6
+ "description": "CSS for PatternFly Java.",
7
+ "exports": {
8
+ ".": "./core.css"
9
+ },
10
+ "files": [
11
+ "core.css"
12
+ ],
13
+ "homepage": "https://patternfly-java.github.io/",
15
14
  "keywords": [
16
15
  "css",
17
16
  "java",
@@ -21,17 +20,18 @@
21
20
  "elemento",
22
21
  "finder"
23
22
  ],
24
- "author": "Harald Pehl <harald.pehl@gmail.com>",
25
- "style": "core.css",
23
+ "license": "Apache-2.0",
26
24
  "main": "core.css",
27
- "exports": {
28
- ".": "./core.css"
29
- },
30
- "files": [
31
- "core.css"
32
- ],
25
+ "name": "@patternfly-java/core",
26
+ "packageManager": "pnpm@11.10.0",
33
27
  "peerDependencies": {
34
28
  "@patternfly/patternfly": "^6.5.2"
35
29
  },
36
- "packageManager": "pnpm@11.5.2"
30
+ "private": false,
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/patternfly-java/patternfly-java.git"
34
+ },
35
+ "style": "core.css",
36
+ "version": "0.9.3"
37
37
  }