@truedat/ie 7.2.1 → 7.2.2

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.2.1",
3
+ "version": "7.2.2",
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.2.1",
37
+ "@truedat/test": "7.2.2",
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.2.1",
90
- "@truedat/df": "7.2.1",
89
+ "@truedat/core": "7.2.2",
90
+ "@truedat/df": "7.2.2",
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": "10ba779646ef549e6db1235b3acd6d430526f487"
110
+ "gitHead": "9033c57eccb9e6785c0a0c5aa6078c34788d6e7d"
111
111
  }
@@ -66,14 +66,16 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
66
66
  role="option"
67
67
  >
68
68
  <div
69
- style="margin-left: 0px;"
69
+ class="item-content"
70
+ style="margin-left: 0px; padding-left: 5px;"
70
71
  >
71
72
  <i
72
73
  aria-hidden="true"
73
- class="chevron circle down icon"
74
+ class="chevron right icon"
74
75
  />
75
76
  <span
76
77
  style="opacity: 1;"
78
+ title="barDomain"
77
79
  >
78
80
  barDomain
79
81
  </span>
@@ -85,14 +87,12 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
85
87
  role="option"
86
88
  >
87
89
  <div
88
- style="margin-left: 0px;"
90
+ class="item-content"
91
+ style="margin-left: 0px; padding-left: 25px;"
89
92
  >
90
- <i
91
- aria-hidden="true"
92
- class="circle icon"
93
- />
94
93
  <span
95
94
  style="opacity: 1;"
95
+ title="bazDomain"
96
96
  >
97
97
  bazDomain
98
98
  </span>
@@ -104,14 +104,12 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
104
104
  role="option"
105
105
  >
106
106
  <div
107
- style="margin-left: 0px;"
107
+ class="item-content"
108
+ style="margin-left: 0px; padding-left: 25px;"
108
109
  >
109
- <i
110
- aria-hidden="true"
111
- class="circle icon"
112
- />
113
110
  <span
114
111
  style="opacity: 1;"
112
+ title="fooDomain"
115
113
  >
116
114
  fooDomain
117
115
  </span>
@@ -366,14 +364,16 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
366
364
  role="option"
367
365
  >
368
366
  <div
369
- style="margin-left: 0px;"
367
+ class="item-content"
368
+ style="margin-left: 0px; padding-left: 5px;"
370
369
  >
371
370
  <i
372
371
  aria-hidden="true"
373
- class="chevron circle down icon"
372
+ class="chevron right icon"
374
373
  />
375
374
  <span
376
375
  style="opacity: 1;"
376
+ title="barDomain"
377
377
  >
378
378
  barDomain
379
379
  </span>
@@ -385,14 +385,12 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
385
385
  role="option"
386
386
  >
387
387
  <div
388
- style="margin-left: 0px;"
388
+ class="item-content"
389
+ style="margin-left: 0px; padding-left: 25px;"
389
390
  >
390
- <i
391
- aria-hidden="true"
392
- class="circle icon"
393
- />
394
391
  <span
395
392
  style="opacity: 1;"
393
+ title="bazDomain"
396
394
  >
397
395
  bazDomain
398
396
  </span>
@@ -404,14 +402,12 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
404
402
  role="option"
405
403
  >
406
404
  <div
407
- style="margin-left: 0px;"
405
+ class="item-content"
406
+ style="margin-left: 0px; padding-left: 25px;"
408
407
  >
409
- <i
410
- aria-hidden="true"
411
- class="circle icon"
412
- />
413
408
  <span
414
409
  style="opacity: 1;"
410
+ title="fooDomain"
415
411
  >
416
412
  fooDomain
417
413
  </span>