@truedat/dd 6.3.2 → 6.3.3

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.3.2",
3
+ "version": "6.3.3",
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.3.2",
37
+ "@truedat/test": "6.3.3",
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.3.2",
92
- "@truedat/core": "6.3.2",
93
- "@truedat/df": "6.3.2",
91
+ "@truedat/auth": "6.3.3",
92
+ "@truedat/core": "6.3.3",
93
+ "@truedat/df": "6.3.3",
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": "b9ccce69ebb729f62d28972e31b2865d74e9a0d6"
118
+ "gitHead": "ee40175932833d26f2d0ca297ce5a3a26fb71cb2"
119
119
  }
@@ -60,7 +60,7 @@ export const StructureGrants = ({
60
60
  }}
61
61
  />
62
62
  ))}
63
- {canUpdateRemoval ? (
63
+ {canUpdateRemoval && structure?.classes?._grantable ? (
64
64
  <Table.Cell
65
65
  content={
66
66
  matchesStructure(structure)(grant) ? (
@@ -79,15 +79,6 @@ exports[`<StructureGrants /> matches the latest snapshot 1`] = `
79
79
  >
80
80
  foo
81
81
  </td>
82
- <td
83
- class=""
84
- >
85
- <button
86
- class="ui red button button icon group-actions"
87
- >
88
- Remove
89
- </button>
90
- </td>
91
82
  </tr>
92
83
  <tr
93
84
  class=""
@@ -126,9 +117,6 @@ exports[`<StructureGrants /> matches the latest snapshot 1`] = `
126
117
  >
127
118
  foo
128
119
  </td>
129
- <td
130
- class=""
131
- />
132
120
  </tr>
133
121
  </tbody>
134
122
  </table>