@truedat/bg 5.3.1 → 5.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/bg",
3
- "version": "5.3.1",
3
+ "version": "5.3.3",
4
4
  "description": "Truedat Web Business Glossary",
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": "5.3.1",
37
+ "@truedat/test": "5.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",
@@ -86,8 +86,8 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.3.1",
90
- "@truedat/df": "5.3.1",
89
+ "@truedat/core": "5.3.3",
90
+ "@truedat/df": "5.3.3",
91
91
  "decode-uri-component": "^0.2.2",
92
92
  "file-saver": "^2.0.5",
93
93
  "moment": "^2.29.4",
@@ -110,5 +110,5 @@
110
110
  "react-dom": ">= 16.8.6 < 17",
111
111
  "semantic-ui-react": ">= 2.0.3 < 2.2"
112
112
  },
113
- "gitHead": "6f7ae72a2abda5e41480fa5254c3c37447821a45"
113
+ "gitHead": "019b7a3383879ed824b1b494e78e03ad8cc9556f"
114
114
  }
@@ -15,7 +15,6 @@ export const ConceptHeader = ({
15
15
  concept,
16
16
  setConfidentialConcept,
17
17
  share,
18
- domain,
19
18
  template,
20
19
  }) => {
21
20
  const { formatMessage } = useIntl();
@@ -77,7 +76,6 @@ ConceptHeader.propTypes = {
77
76
  setConfidentialConcept: PropTypes.object,
78
77
  share: PropTypes.bool,
79
78
  concept: PropTypes.object,
80
- domain: PropTypes.object,
81
79
  template: PropTypes.object,
82
80
  };
83
81
 
@@ -87,7 +85,6 @@ const mapStateToProps = ({ concept, conceptActions, conceptPermissions }) => ({
87
85
  share: _.prop("share")(conceptPermissions),
88
86
  concept,
89
87
  setConfidentialConcept: _.prop("set_confidential")(conceptActions),
90
- domain: concept.domain || EMPTY,
91
88
  template: concept.template || EMPTY,
92
89
  });
93
90
 
@@ -232,7 +232,7 @@ exports[`<ConceptForm /> with multiple templates matches the latest snapshot 1`]
232
232
  Required fields for creating
233
233
  </h3>
234
234
  <div
235
- class="required field"
235
+ class="required field fix-dropdown-selector"
236
236
  >
237
237
  <label>
238
238
  Domain
@@ -41,7 +41,7 @@ exports[`<ConceptsBulkUpdate /> matches the latest snapshot 1`] = `
41
41
  class="ui form"
42
42
  >
43
43
  <div
44
- class="required field"
44
+ class="required field fix-dropdown-selector"
45
45
  >
46
46
  <div
47
47
  aria-expanded="false"
@@ -15,7 +15,7 @@ exports[`<SharedToForm /> matches the latest snapshot 1`] = `
15
15
  class="ui form"
16
16
  >
17
17
  <div
18
- class="field"
18
+ class="field fix-dropdown-selector"
19
19
  >
20
20
  <div
21
21
  aria-expanded="false"