@ansible/ansible-ui-framework 0.0.326 → 0.0.328

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.
@@ -49,15 +49,39 @@ h4 {
49
49
  color: #FFFFFFE7;
50
50
  }
51
51
 
52
- .p {
52
+ .highlight pre .p {
53
53
  color: #FFF8;
54
54
  }
55
55
 
56
- .nv {
56
+ .highlight pre .nv {
57
57
  color: #4AD;
58
58
  }
59
59
 
60
- .err {
60
+ .highlight pre .nc {
61
+ color: #4AD;
62
+ }
63
+
64
+ .highlight pre .na {
65
+ color: #4AD;
66
+ }
67
+
68
+ .highlight pre .kd {
69
+ color: orangered
70
+ }
71
+
72
+ .highlight pre .o {
73
+ color: white
74
+ }
75
+
76
+ .highlight pre .s1 {
77
+ color: green
78
+ }
79
+
80
+ .highlight pre .si {
81
+ color: FFF8
82
+ }
83
+
84
+ .highlight pre .err {
61
85
  background: unset;
62
86
  color: #B00;
63
87
  }
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.328",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {