@truedat/lm 6.6.0 → 6.6.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/lm",
3
- "version": "6.6.0",
3
+ "version": "6.6.2",
4
4
  "description": "Truedat Link Manager",
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": "6.6.0",
37
+ "@truedat/test": "6.6.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,7 +86,7 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "6.6.0",
89
+ "@truedat/core": "6.6.2",
90
90
  "path-to-regexp": "^1.7.0",
91
91
  "prop-types": "^15.8.1",
92
92
  "react-graph-vis": "1.0.6",
@@ -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": "84d52d5067ff09b8d9c9b8a9bc8018c53a8e700c"
110
+ "gitHead": "b5defab13b213876e57046dc7d9885c6adc4a64d"
111
111
  }
@@ -83,15 +83,15 @@ exports[`<ImplementationRelationForm /> matches the latest snapshot 1`] = `
83
83
  <div
84
84
  class="ui action left icon input"
85
85
  >
86
+ <i
87
+ aria-hidden="true"
88
+ class="search link icon"
89
+ />
86
90
  <input
87
91
  placeholder="Search..."
88
92
  type="text"
89
93
  value=""
90
94
  />
91
- <i
92
- aria-hidden="true"
93
- class="search link icon"
94
- />
95
95
  <div
96
96
  aria-busy="false"
97
97
  aria-disabled="false"
@@ -79,15 +79,15 @@ exports[`<StructureRelationForm /> matches the latest snapshot 1`] = `
79
79
  <div
80
80
  class="ui action left icon input"
81
81
  >
82
+ <i
83
+ aria-hidden="true"
84
+ class="search link icon"
85
+ />
82
86
  <input
83
87
  placeholder="Search..."
84
88
  type="text"
85
89
  value=""
86
90
  />
87
- <i
88
- aria-hidden="true"
89
- class="search link icon"
90
- />
91
91
  <div
92
92
  aria-busy="false"
93
93
  aria-disabled="false"