@truedat/dd 6.1.5 → 6.2.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/dd",
3
- "version": "6.1.5",
3
+ "version": "6.2.0",
4
4
  "description": "Truedat Web Data Dictionary",
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": "6.1.5",
37
+ "@truedat/test": "6.2.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",
@@ -88,9 +88,9 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@apollo/client": "^3.7.1",
91
- "@truedat/auth": "6.1.5",
92
- "@truedat/core": "6.1.5",
93
- "@truedat/df": "6.1.5",
91
+ "@truedat/auth": "6.2.0",
92
+ "@truedat/core": "6.2.0",
93
+ "@truedat/df": "6.2.0",
94
94
  "lodash": "^4.17.21",
95
95
  "moment": "^2.29.4",
96
96
  "path-to-regexp": "^1.7.0",
@@ -115,5 +115,5 @@
115
115
  "react-dom": ">= 16.8.6 < 17",
116
116
  "semantic-ui-react": ">= 2.0.3 < 2.2"
117
117
  },
118
- "gitHead": "3cbadffa2227cac1cce3c21d8442245082324ac1"
118
+ "gitHead": "5c10ee429997ab081477edf0679547eb4bc11f9b"
119
119
  }
@@ -32,6 +32,7 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
32
32
  Domain
33
33
  </label>
34
34
  <div
35
+ aria-disabled="false"
35
36
  aria-expanded="false"
36
37
  aria-multiselectable="false"
37
38
  class="ui floating dropdown"
@@ -696,6 +696,7 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
696
696
  Domain
697
697
  </label>
698
698
  <div
699
+ aria-disabled="false"
699
700
  aria-expanded="false"
700
701
  aria-multiselectable="false"
701
702
  class="ui floating dropdown"
@@ -32,6 +32,7 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
32
32
  Domain
33
33
  </label>
34
34
  <div
35
+ aria-disabled="false"
35
36
  aria-expanded="false"
36
37
  aria-multiselectable="false"
37
38
  class="ui floating dropdown"
@@ -136,6 +136,7 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
136
136
  Domain
137
137
  </label>
138
138
  <div
139
+ aria-disabled="false"
139
140
  aria-expanded="false"
140
141
  aria-multiselectable="true"
141
142
  class="ui floating multiple dropdown"
@@ -47,6 +47,7 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
47
47
  Domain
48
48
  </label>
49
49
  <div
50
+ aria-disabled="false"
50
51
  aria-expanded="false"
51
52
  aria-multiselectable="true"
52
53
  class="ui floating multiple dropdown"
@@ -12,6 +12,7 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
12
12
  Domain
13
13
  </label>
14
14
  <div
15
+ aria-disabled="false"
15
16
  aria-expanded="false"
16
17
  aria-multiselectable="true"
17
18
  class="ui floating multiple dropdown"
@@ -12,6 +12,7 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
12
12
  Domain
13
13
  </label>
14
14
  <div
15
+ aria-disabled="false"
15
16
  aria-expanded="false"
16
17
  aria-multiselectable="true"
17
18
  class="ui floating multiple dropdown"
@@ -47,6 +47,7 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
47
47
  Domain
48
48
  </label>
49
49
  <div
50
+ aria-disabled="false"
50
51
  aria-expanded="false"
51
52
  aria-multiselectable="true"
52
53
  class="ui floating multiple dropdown"