@truedat/cx 7.0.8 → 7.1.1

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": "7.0.8",
3
+ "version": "7.1.1",
4
4
  "description": "Truedat Web Connectors",
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.8",
37
+ "@truedat/test": "7.1.1",
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",
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "@apollo/client": "^3.7.1",
94
- "@truedat/core": "7.0.8",
94
+ "@truedat/core": "7.1.1",
95
95
  "lodash": "^4.17.21",
96
96
  "match-sorter": "^6.3.1",
97
97
  "moment": "^2.29.4",
@@ -112,5 +112,5 @@
112
112
  "react-dom": ">= 16.8.6 < 17",
113
113
  "semantic-ui-react": ">= 2.0.3 < 2.2"
114
114
  },
115
- "gitHead": "ff536a41caac4df0cfa13df66dc2805b3bb7637a"
115
+ "gitHead": "f7aef0d8ae70d610b20a38b77589c9e614ae5fbd"
116
116
  }
@@ -3,6 +3,7 @@
3
3
  exports[`<SourceActions /> matches the latest snapshot 1`] = `
4
4
  <div>
5
5
  <div
6
+ aria-disabled="false"
6
7
  aria-expanded="false"
7
8
  class="ui floating dropdown button icon group-actions"
8
9
  role="listbox"
@@ -29,6 +29,7 @@ exports[`<SourceHeader /> matches the latest snapshot 1`] = `
29
29
  class="right aligned eight wide column"
30
30
  >
31
31
  <div
32
+ aria-disabled="false"
32
33
  aria-expanded="false"
33
34
  class="ui floating dropdown button icon group-actions"
34
35
  role="listbox"