@truedat/dd 6.15.2 → 6.16.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.15.2",
3
+ "version": "6.16.0",
4
4
  "description": "Truedat Web Data Dictionary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -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": "15b38541393160ff92c8ecf96814c3218786a461"
118
+ "gitHead": "12471cdcd32bfc11646fa878939d625ed6278a44"
119
119
  }
@@ -93,6 +93,8 @@ export const StructureSummary = ({
93
93
  title={shareTitle}
94
94
  name={name}
95
95
  description={description}
96
+ icon="structures"
97
+ popupType="structures"
96
98
  />
97
99
  {userPermissions.profile_permission &&
98
100
  structureClass === "field" ? (
@@ -45,6 +45,7 @@ exports[`<StructureSummary /> matches the latest snapshot 1`] = `
45
45
  />
46
46
  <button
47
47
  class="ui basic icon button button icon group-actions"
48
+ data-tooltip="Sharing"
48
49
  >
49
50
  <i
50
51
  aria-hidden="true"
@@ -195,6 +196,7 @@ exports[`<StructureSummary /> matches the latest snapshot with alias 1`] = `
195
196
  />
196
197
  <button
197
198
  class="ui basic icon button button icon group-actions"
199
+ data-tooltip="Sharing"
198
200
  >
199
201
  <i
200
202
  aria-hidden="true"