@truedat/cx 8.5.6 → 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 +3 -3
- package/src/configurations/components/__tests__/__snapshots__/Configuration.spec.js.snap +5 -1
- package/src/configurations/components/__tests__/__snapshots__/ConfigurationForm.spec.js.snap +1 -1
- package/src/configurations/components/__tests__/__snapshots__/EditConfiguration.spec.js.snap +1 -1
- package/src/configurations/components/__tests__/__snapshots__/NewConfiguration.spec.js.snap +1 -1
- package/src/sources/components/__tests__/__snapshots__/EditSource.spec.js.snap +1 -1
- package/src/sources/components/__tests__/__snapshots__/SourceActions.spec.js.snap +5 -1
- package/src/sources/components/__tests__/__snapshots__/SourceForm.spec.js.snap +1 -1
- package/src/sources/components/__tests__/__snapshots__/SourceHeader.spec.js.snap +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/cx",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.8",
|
|
4
4
|
"description": "Truedat Web Connectors",
|
|
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.
|
|
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"
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
85
85
|
"swr": "^2.3.3"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "61ad9443b3d822d30dcfa977f5fad3494b3ed5b4"
|
|
88
88
|
}
|
|
@@ -63,13 +63,17 @@ exports[`<Configuration /> matches the latest snapshot 1`] = `
|
|
|
63
63
|
aria-hidden="true"
|
|
64
64
|
class="ellipsis vertical icon"
|
|
65
65
|
/>
|
|
66
|
+
<i
|
|
67
|
+
aria-hidden="true"
|
|
68
|
+
class="dropdown icon"
|
|
69
|
+
/>
|
|
66
70
|
<div
|
|
67
71
|
class="left menu transition"
|
|
68
72
|
>
|
|
69
73
|
<a
|
|
70
74
|
aria-checked="false"
|
|
71
75
|
aria-selected="false"
|
|
72
|
-
class="item"
|
|
76
|
+
class="item td-icon-text-control"
|
|
73
77
|
data-discover="true"
|
|
74
78
|
href="/configurations/Micro1/edit"
|
|
75
79
|
role="option"
|
|
@@ -12,13 +12,17 @@ exports[`<SourceActions /> matches the latest snapshot 1`] = `
|
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
class="ellipsis vertical icon"
|
|
14
14
|
/>
|
|
15
|
+
<i
|
|
16
|
+
aria-hidden="true"
|
|
17
|
+
class="dropdown icon"
|
|
18
|
+
/>
|
|
15
19
|
<div
|
|
16
20
|
class="left menu transition"
|
|
17
21
|
>
|
|
18
22
|
<a
|
|
19
23
|
aria-checked="false"
|
|
20
24
|
aria-selected="true"
|
|
21
|
-
class="selected item"
|
|
25
|
+
class="selected item td-icon-text-control"
|
|
22
26
|
data-discover="true"
|
|
23
27
|
href="/sources/123/edit"
|
|
24
28
|
role="option"
|
|
@@ -38,13 +38,17 @@ exports[`<SourceHeader /> matches the latest snapshot 1`] = `
|
|
|
38
38
|
aria-hidden="true"
|
|
39
39
|
class="ellipsis vertical icon"
|
|
40
40
|
/>
|
|
41
|
+
<i
|
|
42
|
+
aria-hidden="true"
|
|
43
|
+
class="dropdown icon"
|
|
44
|
+
/>
|
|
41
45
|
<div
|
|
42
46
|
class="left menu transition"
|
|
43
47
|
>
|
|
44
48
|
<a
|
|
45
49
|
aria-checked="false"
|
|
46
50
|
aria-selected="true"
|
|
47
|
-
class="selected item"
|
|
51
|
+
class="selected item td-icon-text-control"
|
|
48
52
|
data-discover="true"
|
|
49
53
|
href="/sources/123/edit"
|
|
50
54
|
role="option"
|