@truedat/bg 4.43.6 → 4.44.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/bg",
3
- "version": "4.43.6",
3
+ "version": "4.44.0",
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.14.1",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.43.6",
37
+ "@truedat/test": "4.44.0",
38
38
  "babel-jest": "^27.0.6",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -83,8 +83,8 @@
83
83
  ]
84
84
  },
85
85
  "dependencies": {
86
- "@truedat/core": "4.43.6",
87
- "@truedat/df": "4.43.6",
86
+ "@truedat/core": "4.44.0",
87
+ "@truedat/df": "4.44.0",
88
88
  "file-saver": "^2.0.5",
89
89
  "moment": "^2.24.0",
90
90
  "path-to-regexp": "^1.7.0",
@@ -104,5 +104,5 @@
104
104
  "react-dom": ">= 16.8.6 < 17",
105
105
  "semantic-ui-react": ">= 0.88.2 < 2.1"
106
106
  },
107
- "gitHead": "848143d79486499dd9deadea6a545929b5cdb39c"
107
+ "gitHead": "55fd4a8be70ca0d1bd4f3cb7b5eaf073b0350029"
108
108
  }
@@ -29,7 +29,7 @@ export const ConceptManageDomainPopup = ({ update_domain, saving }) => {
29
29
  trigger={
30
30
  <Button
31
31
  basic
32
- icon={<Icon name={"pencil alternate"} />}
32
+ icon={{ name: "pencil alternate" }}
33
33
  style={{ boxShadow: "none" }}
34
34
  />
35
35
  }
@@ -25,10 +25,9 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
25
25
  as="button"
26
26
  basic={true}
27
27
  icon={
28
- <Icon
29
- as="i"
30
- name="pencil alternate"
31
- />
28
+ Object {
29
+ "name": "pencil alternate",
30
+ }
32
31
  }
33
32
  style={
34
33
  Object {
@@ -54,10 +53,9 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
54
53
  as="button"
55
54
  basic={true}
56
55
  icon={
57
- <Icon
58
- as="i"
59
- name="pencil alternate"
60
- />
56
+ Object {
57
+ "name": "pencil alternate",
58
+ }
61
59
  }
62
60
  style={
63
61
  Object {
@@ -90,10 +88,9 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
90
88
  as="button"
91
89
  basic={true}
92
90
  icon={
93
- <Icon
94
- as="i"
95
- name="pencil alternate"
96
- />
91
+ Object {
92
+ "name": "pencil alternate",
93
+ }
97
94
  }
98
95
  onBlur={[Function]}
99
96
  onClick={[Function]}