@truedat/bg 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/bg",
3
- "version": "5.7.7",
3
+ "version": "5.8.0",
4
4
  "description": "Truedat Web Business Glossary",
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,9 +86,9 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.7.5",
90
- "@truedat/df": "5.7.7",
91
- "@truedat/lm": "5.7.5",
89
+ "@truedat/core": "5.8.0",
90
+ "@truedat/df": "5.8.0",
91
+ "@truedat/lm": "5.8.0",
92
92
  "decode-uri-component": "^0.2.2",
93
93
  "file-saver": "^2.0.5",
94
94
  "moment": "^2.29.4",
@@ -111,5 +111,5 @@
111
111
  "react-dom": ">= 16.8.6 < 17",
112
112
  "semantic-ui-react": ">= 2.0.3 < 2.2"
113
113
  },
114
- "gitHead": "83ed64e0a2c2c69601a924441e211a38e3b23a78"
114
+ "gitHead": "dd51c78f3143413ec2bc9a77001d3b648fe92d0a"
115
115
  }
@@ -281,7 +281,11 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
281
281
  aria-hidden="true"
282
282
  class="plus icon"
283
283
  />
284
- barDomain
284
+ <span
285
+ style="opacity: 1;"
286
+ >
287
+ barDomain
288
+ </span>
285
289
  </div>
286
290
  </div>
287
291
  <div
@@ -296,7 +300,11 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
296
300
  aria-hidden="true"
297
301
  class="icon"
298
302
  />
299
- bazDomain
303
+ <span
304
+ style="opacity: 1;"
305
+ >
306
+ bazDomain
307
+ </span>
300
308
  </div>
301
309
  </div>
302
310
  <div
@@ -311,7 +319,11 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
311
319
  aria-hidden="true"
312
320
  class="icon"
313
321
  />
314
- fooDomain
322
+ <span
323
+ style="opacity: 1;"
324
+ >
325
+ fooDomain
326
+ </span>
315
327
  </div>
316
328
  </div>
317
329
  </div>
@@ -86,7 +86,11 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
86
86
  aria-hidden="true"
87
87
  class="plus icon"
88
88
  />
89
- barDomain
89
+ <span
90
+ style="opacity: 1;"
91
+ >
92
+ barDomain
93
+ </span>
90
94
  </div>
91
95
  </div>
92
96
  <div
@@ -101,7 +105,11 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
101
105
  aria-hidden="true"
102
106
  class="icon"
103
107
  />
104
- bazDomain
108
+ <span
109
+ style="opacity: 1;"
110
+ >
111
+ bazDomain
112
+ </span>
105
113
  </div>
106
114
  </div>
107
115
  <div
@@ -116,7 +124,11 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
116
124
  aria-hidden="true"
117
125
  class="icon"
118
126
  />
119
- fooDomain
127
+ <span
128
+ style="opacity: 1;"
129
+ >
130
+ fooDomain
131
+ </span>
120
132
  </div>
121
133
  </div>
122
134
  </div>
@@ -66,7 +66,11 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
66
66
  aria-hidden="true"
67
67
  class="plus icon"
68
68
  />
69
- barDomain
69
+ <span
70
+ style="opacity: 1;"
71
+ >
72
+ barDomain
73
+ </span>
70
74
  </div>
71
75
  </div>
72
76
  <div
@@ -81,7 +85,11 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
81
85
  aria-hidden="true"
82
86
  class="icon"
83
87
  />
84
- bazDomain
88
+ <span
89
+ style="opacity: 1;"
90
+ >
91
+ bazDomain
92
+ </span>
85
93
  </div>
86
94
  </div>
87
95
  <div
@@ -96,7 +104,11 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
96
104
  aria-hidden="true"
97
105
  class="icon"
98
106
  />
99
- fooDomain
107
+ <span
108
+ style="opacity: 1;"
109
+ >
110
+ fooDomain
111
+ </span>
100
112
  </div>
101
113
  </div>
102
114
  </div>