@truedat/bg 7.0.6 → 7.0.7
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": "7.0.
|
|
3
|
+
"version": "7.0.7",
|
|
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": "7.0.
|
|
37
|
+
"@truedat/test": "7.0.7",
|
|
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": "7.0.
|
|
90
|
-
"@truedat/df": "7.0.
|
|
91
|
-
"@truedat/lm": "7.0.
|
|
89
|
+
"@truedat/core": "7.0.7",
|
|
90
|
+
"@truedat/df": "7.0.7",
|
|
91
|
+
"@truedat/lm": "7.0.7",
|
|
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": "
|
|
114
|
+
"gitHead": "f780d02b3356b69c61023b14b61400ffb779e33d"
|
|
115
115
|
}
|
|
@@ -57,7 +57,7 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
57
57
|
>
|
|
58
58
|
<i
|
|
59
59
|
aria-hidden="true"
|
|
60
|
-
class="
|
|
60
|
+
class="chevron circle down icon"
|
|
61
61
|
/>
|
|
62
62
|
<span
|
|
63
63
|
style="opacity: 1;"
|
|
@@ -76,7 +76,7 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
76
76
|
>
|
|
77
77
|
<i
|
|
78
78
|
aria-hidden="true"
|
|
79
|
-
class="icon"
|
|
79
|
+
class="circle icon"
|
|
80
80
|
/>
|
|
81
81
|
<span
|
|
82
82
|
style="opacity: 1;"
|
|
@@ -95,7 +95,7 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
95
95
|
>
|
|
96
96
|
<i
|
|
97
97
|
aria-hidden="true"
|
|
98
|
-
class="icon"
|
|
98
|
+
class="circle icon"
|
|
99
99
|
/>
|
|
100
100
|
<span
|
|
101
101
|
style="opacity: 1;"
|
|
@@ -85,7 +85,7 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
|
|
|
85
85
|
>
|
|
86
86
|
<i
|
|
87
87
|
aria-hidden="true"
|
|
88
|
-
class="
|
|
88
|
+
class="chevron circle down icon"
|
|
89
89
|
/>
|
|
90
90
|
<span
|
|
91
91
|
style="opacity: 1;"
|
|
@@ -104,7 +104,7 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
|
|
|
104
104
|
>
|
|
105
105
|
<i
|
|
106
106
|
aria-hidden="true"
|
|
107
|
-
class="icon"
|
|
107
|
+
class="circle icon"
|
|
108
108
|
/>
|
|
109
109
|
<span
|
|
110
110
|
style="opacity: 1;"
|
|
@@ -123,7 +123,7 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
|
|
|
123
123
|
>
|
|
124
124
|
<i
|
|
125
125
|
aria-hidden="true"
|
|
126
|
-
class="icon"
|
|
126
|
+
class="circle icon"
|
|
127
127
|
/>
|
|
128
128
|
<span
|
|
129
129
|
style="opacity: 1;"
|
|
@@ -65,7 +65,7 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
|
|
|
65
65
|
>
|
|
66
66
|
<i
|
|
67
67
|
aria-hidden="true"
|
|
68
|
-
class="
|
|
68
|
+
class="chevron circle down icon"
|
|
69
69
|
/>
|
|
70
70
|
<span
|
|
71
71
|
style="opacity: 1;"
|
|
@@ -84,7 +84,7 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
|
|
|
84
84
|
>
|
|
85
85
|
<i
|
|
86
86
|
aria-hidden="true"
|
|
87
|
-
class="icon"
|
|
87
|
+
class="circle icon"
|
|
88
88
|
/>
|
|
89
89
|
<span
|
|
90
90
|
style="opacity: 1;"
|
|
@@ -103,7 +103,7 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
|
|
|
103
103
|
>
|
|
104
104
|
<i
|
|
105
105
|
aria-hidden="true"
|
|
106
|
-
class="icon"
|
|
106
|
+
class="circle icon"
|
|
107
107
|
/>
|
|
108
108
|
<span
|
|
109
109
|
style="opacity: 1;"
|