@truedat/ie 8.5.7 → 8.5.8
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 +3 -3
- package/src/ingests/components/__tests__/__snapshots__/IngestForm.spec.js.snap +10 -6
- package/src/ingests/relations/components/__tests__/__snapshots__/IngestToIngestForm.spec.js.snap +1 -1
- package/src/ingests/relations/components/__tests__/__snapshots__/IngestToStructureForm.spec.js.snap +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/ie",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.8",
|
|
4
4
|
"description": "Truedat Web Ingests",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@testing-library/jest-dom": "^6.6.3",
|
|
52
52
|
"@testing-library/react": "^16.3.0",
|
|
53
53
|
"@testing-library/user-event": "^14.6.1",
|
|
54
|
-
"@truedat/test": "8.5.
|
|
54
|
+
"@truedat/test": "8.5.8",
|
|
55
55
|
"identity-obj-proxy": "^3.0.0",
|
|
56
56
|
"jest": "^29.7.0",
|
|
57
57
|
"redux-saga-test-plan": "^4.0.6"
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"slate-react": "^0.22.10",
|
|
88
88
|
"swr": "^2.3.3"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "61ad9443b3d822d30dcfa977f5fad3494b3ed5b4"
|
|
91
91
|
}
|
|
@@ -36,9 +36,11 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
36
36
|
role="listbox"
|
|
37
37
|
tabindex="0"
|
|
38
38
|
>
|
|
39
|
-
<
|
|
39
|
+
<div
|
|
40
|
+
class="default text"
|
|
41
|
+
>
|
|
40
42
|
domain.selector.placeholder
|
|
41
|
-
</
|
|
43
|
+
</div>
|
|
42
44
|
<i
|
|
43
45
|
aria-hidden="true"
|
|
44
46
|
class="dropdown icon"
|
|
@@ -278,7 +280,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
278
280
|
class="actions"
|
|
279
281
|
>
|
|
280
282
|
<a
|
|
281
|
-
class="ui secondary button"
|
|
283
|
+
class="ui secondary button td-icon-text-control"
|
|
282
284
|
data-discover="true"
|
|
283
285
|
href="/"
|
|
284
286
|
role="button"
|
|
@@ -334,9 +336,11 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
334
336
|
role="listbox"
|
|
335
337
|
tabindex="0"
|
|
336
338
|
>
|
|
337
|
-
<
|
|
339
|
+
<div
|
|
340
|
+
class="default text"
|
|
341
|
+
>
|
|
338
342
|
domain.selector.placeholder
|
|
339
|
-
</
|
|
343
|
+
</div>
|
|
340
344
|
<i
|
|
341
345
|
aria-hidden="true"
|
|
342
346
|
class="dropdown icon"
|
|
@@ -576,7 +580,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
576
580
|
class="actions"
|
|
577
581
|
>
|
|
578
582
|
<a
|
|
579
|
-
class="ui secondary button"
|
|
583
|
+
class="ui secondary button td-icon-text-control"
|
|
580
584
|
data-discover="true"
|
|
581
585
|
href="/"
|
|
582
586
|
role="button"
|