@truedat/cx 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/cx",
3
- "version": "8.5.7",
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.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"
@@ -84,5 +84,5 @@
84
84
  "semantic-ui-react": "^3.0.0-beta.2",
85
85
  "swr": "^2.3.3"
86
86
  },
87
- "gitHead": "871357888d97c203cf009a04878e0277cff6af9b"
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"
@@ -98,7 +98,7 @@ exports[`<ConfigurationForm /> matches the latest snapshot 1`] = `
98
98
  class="actions"
99
99
  >
100
100
  <a
101
- class="ui secondary button"
101
+ class="ui secondary button td-icon-text-control"
102
102
  data-discover="true"
103
103
  href="/"
104
104
  role="button"
@@ -130,7 +130,7 @@ exports[`<EditConfiguration /> matches the latest snapshot 1`] = `
130
130
  class="actions"
131
131
  >
132
132
  <a
133
- class="ui secondary button"
133
+ class="ui secondary button td-icon-text-control"
134
134
  data-discover="true"
135
135
  href="/"
136
136
  role="button"
@@ -119,7 +119,7 @@ exports[`<NewConfiguration /> matches the latest snapshot 1`] = `
119
119
  class="actions"
120
120
  >
121
121
  <a
122
- class="ui secondary button"
122
+ class="ui secondary button td-icon-text-control"
123
123
  data-discover="true"
124
124
  href="/"
125
125
  role="button"
@@ -118,7 +118,7 @@ exports[`<EditSource /> matches the latest snapshot 1`] = `
118
118
  class="actions"
119
119
  >
120
120
  <a
121
- class="ui secondary button"
121
+ class="ui secondary button td-icon-text-control"
122
122
  data-discover="true"
123
123
  href="/"
124
124
  role="button"
@@ -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"
@@ -118,7 +118,7 @@ exports[`<SourceForm /> SourceForm matches the latest snapshot 1`] = `
118
118
  class="actions"
119
119
  >
120
120
  <a
121
- class="ui secondary button"
121
+ class="ui secondary button td-icon-text-control"
122
122
  data-discover="true"
123
123
  href="/"
124
124
  role="button"
@@ -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"