@ansible/ansible-ui-framework 0.0.331 → 0.0.333

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.
@@ -75,15 +75,15 @@ h4 {
75
75
  }
76
76
 
77
77
  .highlight .s1 {
78
- color: green;
78
+ color: #0a0;
79
79
  }
80
80
 
81
81
  .highlight .s {
82
- color: FFF8;
82
+ color: #fffc;
83
83
  }
84
84
 
85
85
  .highlight .si {
86
- color: FFF8;
86
+ color: #fff8;
87
87
  }
88
88
 
89
89
  .highlight .err {
@@ -106,13 +106,13 @@ table {
106
106
 
107
107
  .markdown-body table td {
108
108
  border: unset;
109
- border-top: #fff2;
109
+ border-top: 1px solid #fff2;
110
110
  }
111
111
 
112
112
  .markdown-body table th {
113
113
  color: FFF8;
114
114
  border: unset;
115
- border-bottom: #fff4;
115
+ border-bottom: 1px solid #fff4;
116
116
  }
117
117
 
118
118
  td code {
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.331",
4
+ "version": "0.0.333",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {