@truedat/ie 7.0.5 → 7.0.7
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": "7.0.
|
|
3
|
+
"version": "7.0.7",
|
|
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": "7.0.
|
|
37
|
+
"@truedat/test": "7.0.7",
|
|
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": "7.0.
|
|
90
|
-
"@truedat/df": "7.0.
|
|
89
|
+
"@truedat/core": "7.0.7",
|
|
90
|
+
"@truedat/df": "7.0.7",
|
|
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": "
|
|
110
|
+
"gitHead": "f780d02b3356b69c61023b14b61400ffb779e33d"
|
|
111
111
|
}
|
|
@@ -22,7 +22,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
22
22
|
class="ui form"
|
|
23
23
|
>
|
|
24
24
|
<div
|
|
25
|
-
class="required field fix-dropdown-selector"
|
|
25
|
+
class="required field fix-dropdown-selector "
|
|
26
26
|
>
|
|
27
27
|
<label>
|
|
28
28
|
Domain
|
|
@@ -47,7 +47,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
47
47
|
class="menu transition"
|
|
48
48
|
>
|
|
49
49
|
<div
|
|
50
|
-
class="ui left icon input search"
|
|
50
|
+
class="ui fluid left icon input search "
|
|
51
51
|
>
|
|
52
52
|
<input
|
|
53
53
|
type="text"
|
|
@@ -70,7 +70,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
70
70
|
>
|
|
71
71
|
<i
|
|
72
72
|
aria-hidden="true"
|
|
73
|
-
class="
|
|
73
|
+
class="chevron circle down icon"
|
|
74
74
|
/>
|
|
75
75
|
<span
|
|
76
76
|
style="opacity: 1;"
|
|
@@ -89,7 +89,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
89
89
|
>
|
|
90
90
|
<i
|
|
91
91
|
aria-hidden="true"
|
|
92
|
-
class="icon"
|
|
92
|
+
class="circle icon"
|
|
93
93
|
/>
|
|
94
94
|
<span
|
|
95
95
|
style="opacity: 1;"
|
|
@@ -108,7 +108,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
108
108
|
>
|
|
109
109
|
<i
|
|
110
110
|
aria-hidden="true"
|
|
111
|
-
class="icon"
|
|
111
|
+
class="circle icon"
|
|
112
112
|
/>
|
|
113
113
|
<span
|
|
114
114
|
style="opacity: 1;"
|
|
@@ -322,7 +322,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
322
322
|
class="ui form"
|
|
323
323
|
>
|
|
324
324
|
<div
|
|
325
|
-
class="required field fix-dropdown-selector"
|
|
325
|
+
class="required field fix-dropdown-selector "
|
|
326
326
|
>
|
|
327
327
|
<label>
|
|
328
328
|
Domain
|
|
@@ -347,7 +347,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
347
347
|
class="menu transition"
|
|
348
348
|
>
|
|
349
349
|
<div
|
|
350
|
-
class="ui left icon input search"
|
|
350
|
+
class="ui fluid left icon input search "
|
|
351
351
|
>
|
|
352
352
|
<input
|
|
353
353
|
type="text"
|
|
@@ -370,7 +370,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
370
370
|
>
|
|
371
371
|
<i
|
|
372
372
|
aria-hidden="true"
|
|
373
|
-
class="
|
|
373
|
+
class="chevron circle down icon"
|
|
374
374
|
/>
|
|
375
375
|
<span
|
|
376
376
|
style="opacity: 1;"
|
|
@@ -389,7 +389,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
389
389
|
>
|
|
390
390
|
<i
|
|
391
391
|
aria-hidden="true"
|
|
392
|
-
class="icon"
|
|
392
|
+
class="circle icon"
|
|
393
393
|
/>
|
|
394
394
|
<span
|
|
395
395
|
style="opacity: 1;"
|
|
@@ -408,7 +408,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
408
408
|
>
|
|
409
409
|
<i
|
|
410
410
|
aria-hidden="true"
|
|
411
|
-
class="icon"
|
|
411
|
+
class="circle icon"
|
|
412
412
|
/>
|
|
413
413
|
<span
|
|
414
414
|
style="opacity: 1;"
|