@ansible/ansible-ui-framework 0.0.334 → 0.0.335

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.
@@ -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: #4ad;
74
+ color: #248;
71
75
  }
72
76
 
73
77
  .highlight .o {
@@ -91,11 +95,11 @@ h4 {
91
95
  color: orangered;
92
96
  }
93
97
 
94
- table head {
98
+ table thead {
95
99
  background-color: #0004;
96
100
  }
97
101
 
98
- table body {
102
+ table tbody {
99
103
  background-color: #0006;
100
104
  }
101
105
 
@@ -114,7 +118,7 @@ table body {
114
118
  }
115
119
 
116
120
  .markdown-body table th {
117
- color: #fffb;
121
+ color: #fff9;
118
122
  border: unset;
119
123
  border-bottom: 1px solid #fff4;
120
124
  }
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.334",
4
+ "version": "0.0.335",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {