@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/ie",
3
- "version": "8.5.7",
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.7",
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": "871357888d97c203cf009a04878e0277cff6af9b"
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
- <label>
39
+ <div
40
+ class="default text"
41
+ >
40
42
  domain.selector.placeholder
41
- </label>
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
- <label>
339
+ <div
340
+ class="default text"
341
+ >
338
342
  domain.selector.placeholder
339
- </label>
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"
@@ -79,7 +79,7 @@ exports[`<IngestToIngestForm /> matches the latest snapshot 1`] = `
79
79
  actions.create
80
80
  </button>
81
81
  <a
82
- class="ui secondary button"
82
+ class="ui secondary button td-icon-text-control"
83
83
  data-discover="true"
84
84
  href="/"
85
85
  role="button"
@@ -23,7 +23,7 @@ exports[`<IngestToStructureForm /> matches the latest snapshot 1`] = `
23
23
  actions.create
24
24
  </button>
25
25
  <a
26
- class="ui secondary button"
26
+ class="ui secondary button td-icon-text-control"
27
27
  data-discover="true"
28
28
  href="/"
29
29
  role="button"