@ansible/ansible-ui-framework 0.0.326 → 0.0.327

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,26 @@ h4 {
57
57
  color: #4AD;
58
58
  }
59
59
 
60
+ .nc {
61
+ color: #4AD;
62
+ }
63
+
64
+ .na {
65
+ color: #4AD;
66
+ }
67
+
68
+ .kd {
69
+ color: orangered
70
+ }
71
+
72
+ .o {
73
+ color: white
74
+ }
75
+
76
+ .s1 {
77
+ color: green
78
+ }
79
+
60
80
  .err {
61
81
  background: unset;
62
82
  color: #B00;
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.326",
4
+ "version": "0.0.327",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {