@truedat/ie 5.7.7 → 5.8.0

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": "5.7.7",
3
+ "version": "5.8.0",
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": "5.7.5",
37
+ "@truedat/test": "5.8.0",
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": "5.7.5",
90
- "@truedat/df": "5.7.7",
89
+ "@truedat/core": "5.8.0",
90
+ "@truedat/df": "5.8.0",
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": "83ed64e0a2c2c69601a924441e211a38e3b23a78"
110
+ "gitHead": "dd51c78f3143413ec2bc9a77001d3b648fe92d0a"
111
111
  }
@@ -71,7 +71,11 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
71
71
  aria-hidden="true"
72
72
  class="plus icon"
73
73
  />
74
- barDomain
74
+ <span
75
+ style="opacity: 1;"
76
+ >
77
+ barDomain
78
+ </span>
75
79
  </div>
76
80
  </div>
77
81
  <div
@@ -86,7 +90,11 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
86
90
  aria-hidden="true"
87
91
  class="icon"
88
92
  />
89
- bazDomain
93
+ <span
94
+ style="opacity: 1;"
95
+ >
96
+ bazDomain
97
+ </span>
90
98
  </div>
91
99
  </div>
92
100
  <div
@@ -101,7 +109,11 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
101
109
  aria-hidden="true"
102
110
  class="icon"
103
111
  />
104
- fooDomain
112
+ <span
113
+ style="opacity: 1;"
114
+ >
115
+ fooDomain
116
+ </span>
105
117
  </div>
106
118
  </div>
107
119
  </div>
@@ -358,7 +370,11 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
358
370
  aria-hidden="true"
359
371
  class="plus icon"
360
372
  />
361
- barDomain
373
+ <span
374
+ style="opacity: 1;"
375
+ >
376
+ barDomain
377
+ </span>
362
378
  </div>
363
379
  </div>
364
380
  <div
@@ -373,7 +389,11 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
373
389
  aria-hidden="true"
374
390
  class="icon"
375
391
  />
376
- bazDomain
392
+ <span
393
+ style="opacity: 1;"
394
+ >
395
+ bazDomain
396
+ </span>
377
397
  </div>
378
398
  </div>
379
399
  <div
@@ -388,7 +408,11 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
388
408
  aria-hidden="true"
389
409
  class="icon"
390
410
  />
391
- fooDomain
411
+ <span
412
+ style="opacity: 1;"
413
+ >
414
+ fooDomain
415
+ </span>
392
416
  </div>
393
417
  </div>
394
418
  </div>