@atlaskit/profilecard 24.22.0 → 24.22.1
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 24.22.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`55920a92e882a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55920a92e882a) -
|
|
8
|
+
tsignores added for help-center local consumpton removed
|
|
9
|
+
|
|
3
10
|
## 24.22.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -152,10 +152,7 @@ var TeamMembers = function TeamMembers(_ref) {
|
|
|
152
152
|
ref: ref
|
|
153
153
|
}, props, {
|
|
154
154
|
testId: "first-member"
|
|
155
|
-
})) :
|
|
156
|
-
/*#__PURE__*/
|
|
157
|
-
// @ts-ignore - Workaround for help-center local consumption
|
|
158
|
-
_react.default.createElement(Component, props);
|
|
155
|
+
})) : /*#__PURE__*/_react.default.createElement(Component, props);
|
|
159
156
|
}
|
|
160
157
|
}
|
|
161
158
|
}
|
|
@@ -135,10 +135,7 @@ const TeamMembers = ({
|
|
|
135
135
|
ref: ref
|
|
136
136
|
}, props, {
|
|
137
137
|
testId: "first-member"
|
|
138
|
-
})) :
|
|
139
|
-
/*#__PURE__*/
|
|
140
|
-
// @ts-ignore - Workaround for help-center local consumption
|
|
141
|
-
React.createElement(Component, props)
|
|
138
|
+
})) : /*#__PURE__*/React.createElement(Component, props)
|
|
142
139
|
}
|
|
143
140
|
}
|
|
144
141
|
})));
|
|
@@ -143,10 +143,7 @@ var TeamMembers = function TeamMembers(_ref) {
|
|
|
143
143
|
ref: ref
|
|
144
144
|
}, props, {
|
|
145
145
|
testId: "first-member"
|
|
146
|
-
})) :
|
|
147
|
-
/*#__PURE__*/
|
|
148
|
-
// @ts-ignore - Workaround for help-center local consumption
|
|
149
|
-
React.createElement(Component, props);
|
|
146
|
+
})) : /*#__PURE__*/React.createElement(Component, props);
|
|
150
147
|
}
|
|
151
148
|
}
|
|
152
149
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "24.22.
|
|
3
|
+
"version": "24.22.1",
|
|
4
4
|
"description": "A React component to display a card with user information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@atlaskit/popup": "^4.6.0",
|
|
64
64
|
"@atlaskit/primitives": "^16.4.0",
|
|
65
65
|
"@atlaskit/rovo-agent-components": "^3.14.0",
|
|
66
|
-
"@atlaskit/rovo-triggers": "^4.
|
|
66
|
+
"@atlaskit/rovo-triggers": "^4.6.0",
|
|
67
67
|
"@atlaskit/spinner": "^19.0.0",
|
|
68
68
|
"@atlaskit/teams-app-config": "^1.12.0",
|
|
69
69
|
"@atlaskit/teams-app-internal-analytics": "^1.20.0",
|