@ansible/ansible-ui-framework 0.0.333 → 0.0.335

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,8 +66,12 @@ h4 {
66
66
  color: #4ad;
67
67
  }
68
68
 
69
+ .highlight .k {
70
+ color: #248;
71
+ }
72
+
69
73
  .highlight .kd {
70
- color: orangered;
74
+ color: #248;
71
75
  }
72
76
 
73
77
  .highlight .o {
@@ -75,7 +79,7 @@ h4 {
75
79
  }
76
80
 
77
81
  .highlight .s1 {
78
- color: #0a0;
82
+ color: #fffc;
79
83
  }
80
84
 
81
85
  .highlight .s {
@@ -88,13 +92,17 @@ h4 {
88
92
 
89
93
  .highlight .err {
90
94
  background: unset;
91
- color: #b00;
95
+ color: orangered;
92
96
  }
93
97
 
94
- table {
98
+ table thead {
95
99
  background-color: #0004;
96
100
  }
97
101
 
102
+ table tbody {
103
+ background-color: #0006;
104
+ }
105
+
98
106
  .markdown-body table tr {
99
107
  background-color: unset;
100
108
  border: unset;
@@ -110,12 +118,13 @@ table {
110
118
  }
111
119
 
112
120
  .markdown-body table th {
113
- color: FFF8;
121
+ color: #fff9;
114
122
  border: unset;
115
123
  border-bottom: 1px solid #fff4;
116
124
  }
117
125
 
118
- td code {
126
+ .markdown-body code,
127
+ .markdown-body tt {
119
128
  color: #4ad;
120
129
  background-color: #fff2;
121
130
  }
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.333",
4
+ "version": "0.0.335",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {