@truedat/ie 6.0.1 → 6.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/ie",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Truedat Web Ingests",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "6.0.1",
37
+ "@truedat/test": "6.0.3",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -86,8 +86,8 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "6.0.1",
90
- "@truedat/df": "6.0.1",
89
+ "@truedat/core": "6.0.3",
90
+ "@truedat/df": "6.0.3",
91
91
  "file-saver": "^2.0.5",
92
92
  "moment": "^2.29.4",
93
93
  "path-to-regexp": "^1.7.0",
@@ -107,5 +107,5 @@
107
107
  "react-dom": ">= 16.8.6 < 17",
108
108
  "semantic-ui-react": ">= 2.0.3 < 2.2"
109
109
  },
110
- "gitHead": "2ce73d263401e0a7959f9111ba3370b6810b5420"
110
+ "gitHead": "c88ddc501214b8c4e2732654ca0052ebbcc802c9"
111
111
  }
@@ -163,70 +163,70 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
163
163
  <div
164
164
  class="ui menu"
165
165
  >
166
- <div
167
- class="disabled icon item"
166
+ <a
167
+ class="icon item"
168
168
  >
169
169
  <i
170
170
  aria-hidden="true"
171
171
  class="bold icon"
172
172
  />
173
- </div>
174
- <div
175
- class="disabled icon item"
173
+ </a>
174
+ <a
175
+ class="icon item"
176
176
  >
177
177
  <i
178
178
  aria-hidden="true"
179
179
  class="italic icon"
180
180
  />
181
- </div>
182
- <div
183
- class="disabled icon item"
181
+ </a>
182
+ <a
183
+ class="icon item"
184
184
  >
185
185
  <i
186
186
  aria-hidden="true"
187
187
  class="underline icon"
188
188
  />
189
- </div>
190
- <div
191
- class="disabled icon item"
189
+ </a>
190
+ <a
191
+ class="icon item"
192
192
  >
193
193
  <i
194
194
  aria-hidden="true"
195
195
  class="header icon"
196
196
  />
197
- </div>
198
- <div
199
- class="disabled icon item"
197
+ </a>
198
+ <a
199
+ class="icon item"
200
200
  >
201
201
  <i
202
202
  aria-hidden="true"
203
203
  class="h icon"
204
204
  />
205
- </div>
206
- <div
207
- class="disabled icon item"
205
+ </a>
206
+ <a
207
+ class="icon item"
208
208
  >
209
209
  <i
210
210
  aria-hidden="true"
211
211
  class="list ol icon"
212
212
  />
213
- </div>
214
- <div
215
- class="disabled icon item"
213
+ </a>
214
+ <a
215
+ class="icon item"
216
216
  >
217
217
  <i
218
218
  aria-hidden="true"
219
219
  class="list ul icon"
220
220
  />
221
- </div>
222
- <div
223
- class="disabled icon item"
221
+ </a>
222
+ <a
223
+ class="icon item"
224
224
  >
225
225
  <i
226
226
  aria-hidden="true"
227
227
  class="linkify icon"
228
228
  />
229
- </div>
229
+ </a>
230
230
  </div>
231
231
  <div
232
232
  style="padding: 10px;"
@@ -235,42 +235,12 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
235
235
  autocorrect="on"
236
236
  contenteditable="true"
237
237
  data-gramm="false"
238
- data-key="8"
238
+ data-key="16"
239
239
  data-slate-editor="true"
240
240
  role="textbox"
241
241
  spellcheck="true"
242
242
  style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
243
- >
244
- <div
245
- data-key="9"
246
- data-slate-object="block"
247
- style="position: relative;"
248
- >
249
- <span
250
- data-key="11"
251
- data-slate-object="text"
252
- >
253
- <span
254
- data-offset-key="11:0"
255
- data-slate-leaf="true"
256
- >
257
- <span>
258
- <span
259
- contenteditable="false"
260
- style="pointer-events: none; display: inline-block; width: 0px; max-width: 100%; white-space: nowrap; opacity: 0.333; vertical-align: text-top;"
261
- />
262
- <span
263
- data-slate-length="0"
264
- data-slate-zero-width="n"
265
- >
266
- 
267
- <br />
268
- </span>
269
- </span>
270
- </span>
271
- </span>
272
- </div>
273
- </div>
243
+ />
274
244
  </div>
275
245
  </div>
276
246
  </div>
@@ -462,70 +432,70 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
462
432
  <div
463
433
  class="ui menu"
464
434
  >
465
- <div
466
- class="disabled icon item"
435
+ <a
436
+ class="icon item"
467
437
  >
468
438
  <i
469
439
  aria-hidden="true"
470
440
  class="bold icon"
471
441
  />
472
- </div>
473
- <div
474
- class="disabled icon item"
442
+ </a>
443
+ <a
444
+ class="icon item"
475
445
  >
476
446
  <i
477
447
  aria-hidden="true"
478
448
  class="italic icon"
479
449
  />
480
- </div>
481
- <div
482
- class="disabled icon item"
450
+ </a>
451
+ <a
452
+ class="icon item"
483
453
  >
484
454
  <i
485
455
  aria-hidden="true"
486
456
  class="underline icon"
487
457
  />
488
- </div>
489
- <div
490
- class="disabled icon item"
458
+ </a>
459
+ <a
460
+ class="icon item"
491
461
  >
492
462
  <i
493
463
  aria-hidden="true"
494
464
  class="header icon"
495
465
  />
496
- </div>
497
- <div
498
- class="disabled icon item"
466
+ </a>
467
+ <a
468
+ class="icon item"
499
469
  >
500
470
  <i
501
471
  aria-hidden="true"
502
472
  class="h icon"
503
473
  />
504
- </div>
505
- <div
506
- class="disabled icon item"
474
+ </a>
475
+ <a
476
+ class="icon item"
507
477
  >
508
478
  <i
509
479
  aria-hidden="true"
510
480
  class="list ol icon"
511
481
  />
512
- </div>
513
- <div
514
- class="disabled icon item"
482
+ </a>
483
+ <a
484
+ class="icon item"
515
485
  >
516
486
  <i
517
487
  aria-hidden="true"
518
488
  class="list ul icon"
519
489
  />
520
- </div>
521
- <div
522
- class="disabled icon item"
490
+ </a>
491
+ <a
492
+ class="icon item"
523
493
  >
524
494
  <i
525
495
  aria-hidden="true"
526
496
  class="linkify icon"
527
497
  />
528
- </div>
498
+ </a>
529
499
  </div>
530
500
  <div
531
501
  style="padding: 10px;"
@@ -539,37 +509,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
539
509
  role="textbox"
540
510
  spellcheck="true"
541
511
  style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
542
- >
543
- <div
544
- data-key="1"
545
- data-slate-object="block"
546
- style="position: relative;"
547
- >
548
- <span
549
- data-key="3"
550
- data-slate-object="text"
551
- >
552
- <span
553
- data-offset-key="3:0"
554
- data-slate-leaf="true"
555
- >
556
- <span>
557
- <span
558
- contenteditable="false"
559
- style="pointer-events: none; display: inline-block; width: 0px; max-width: 100%; white-space: nowrap; opacity: 0.333; vertical-align: text-top;"
560
- />
561
- <span
562
- data-slate-length="0"
563
- data-slate-zero-width="n"
564
- >
565
- 
566
- <br />
567
- </span>
568
- </span>
569
- </span>
570
- </span>
571
- </div>
572
- </div>
512
+ />
573
513
  </div>
574
514
  </div>
575
515
  </div>