json-object-editor 0.10.668 → 0.10.671

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.
package/css/joe-ai.css CHANGED
@@ -172,3 +172,74 @@ chatbox-wrapper {
172
172
  border: 1px solid #00666699;
173
173
  cursor: pointer;
174
174
  }
175
+
176
+ field-jobs-container {
177
+ display: block;
178
+ margin-top: 8px;
179
+ padding: 8px;
180
+ border-top: 1px solid #eee;
181
+ }
182
+
183
+ field-jobs-container .field-jobs-title {
184
+ display: flex;
185
+ justify-content: space-between;
186
+ align-items: center;
187
+ font-size: 12px;
188
+ font-weight: bold;
189
+ color: #666;
190
+ margin-bottom: 4px;
191
+ }
192
+
193
+ field-jobs-container .field-jobs-title-text {
194
+ flex: 1;
195
+ }
196
+
197
+ field-jobs-container .field-jobs-row {
198
+ display: flex;
199
+ justify-content: space-between;
200
+ align-items: flex-start;
201
+ padding: 4px 0;
202
+ font-size: 11px;
203
+ }
204
+
205
+ field-jobs-container .field-jobs-row-content {
206
+ flex: 1;
207
+ }
208
+
209
+ field-jobs-container .field-jobs-row-title {
210
+ color: #666;
211
+ }
212
+
213
+ field-jobs-container .field-jobs-row-message {
214
+ font-size: 11px;
215
+ color: #999;
216
+ margin-top: 2px;
217
+ min-height: 14px;
218
+ }
219
+
220
+ field-jobs-container .field-jobs-row-percent {
221
+ color: #999;
222
+ margin-left: 8px;
223
+ white-space: nowrap;
224
+ }
225
+
226
+ field-jobs-container .field-jobs-complete {
227
+ opacity: 0.7;
228
+ }
229
+
230
+ field-jobs-container .field-jobs-error {
231
+ color: #d00;
232
+ }
233
+
234
+ field-jobs-container .field-jobs-token-link {
235
+ font-size: 8px;
236
+ font-weight: bold;
237
+ color: #999;
238
+ text-decoration: none;
239
+ margin-left: 8px;
240
+ }
241
+
242
+ field-jobs-container .field-jobs-token-link:hover {
243
+ color: #666;
244
+ text-decoration: underline;
245
+ }
package/css/joe.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /* --------------------------------------------------------
2
2
  *
3
- * json-object-editor - v0.10.668
3
+ * json-object-editor - v0.10.670
4
4
  * Created by: Corey Hadden
5
5
  *
6
6
  * -------------------------------------------------------- */