@ansible/ansible-ui-framework 0.0.337 → 0.0.338

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ h4 {
51
51
  }
52
52
 
53
53
  .highlight .p {
54
- color: #da71d6;
54
+ color: #1899f5;
55
55
  }
56
56
 
57
57
  .highlight .nv {
@@ -64,7 +64,11 @@ h4 {
64
64
  }
65
65
 
66
66
  .highlight .na {
67
- color: #579cd6;
67
+ color: #9ddcfe;
68
+ }
69
+
70
+ .highlight .nx {
71
+ color: white;
68
72
  }
69
73
 
70
74
  .highlight .k {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.337",
4
+ "version": "0.0.338",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {