@atlaskit/user-picker 11.6.7 → 11.6.8
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 +7 -0
- package/dist/cjs/components/ClearIndicator.js +1 -1
- package/dist/cjs/components/Control.js +1 -1
- package/dist/cjs/components/Input.js +1 -1
- package/dist/cjs/components/MultiValueContainer.js +1 -1
- package/dist/cjs/components/SingleValue.js +1 -1
- package/dist/cjs/components/SingleValueContainer.js +1 -1
- package/dist/cjs/components/UserPicker.js +1 -1
- package/dist/cjs/components/utils.js +1 -1
- package/dist/es2019/components/ClearIndicator.js +1 -1
- package/dist/es2019/components/Control.js +1 -1
- package/dist/es2019/components/Input.js +1 -1
- package/dist/es2019/components/MultiValueContainer.js +1 -1
- package/dist/es2019/components/SingleValue.js +1 -1
- package/dist/es2019/components/SingleValueContainer.js +1 -1
- package/dist/es2019/components/UserPicker.js +1 -1
- package/dist/es2019/components/utils.js +1 -1
- package/dist/esm/components/ClearIndicator.js +1 -1
- package/dist/esm/components/Control.js +1 -1
- package/dist/esm/components/Input.js +1 -1
- package/dist/esm/components/MultiValueContainer.js +1 -1
- package/dist/esm/components/SingleValue.js +1 -1
- package/dist/esm/components/SingleValueContainer.js +1 -1
- package/dist/esm/components/UserPicker.js +1 -1
- package/dist/esm/components/utils.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -109,7 +109,7 @@ var callCallback = exports.callCallback = function callCallback(callback) {
|
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
111
|
var getAvatarUrl = exports.getAvatarUrl = function getAvatarUrl(optionData) {
|
|
112
|
-
if (isUser(optionData) || isTeam(optionData) || isCustom(optionData)) {
|
|
112
|
+
if (isUser(optionData) || isTeam(optionData) || isCustom(optionData) || isExternalUser(optionData)) {
|
|
113
113
|
return optionData.avatarUrl;
|
|
114
114
|
}
|
|
115
115
|
return undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ClearIndicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ClearIndicator.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./ClearIndicator.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Input.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* Input.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./Input.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* MultiValueContainer.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* MultiValueContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./MultiValueContainer.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SingleValueContainer.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SingleValueContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./SingleValueContainer.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* UserPicker.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* UserPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -67,7 +67,7 @@ export const callCallback = (callback, ...args) => {
|
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
export const getAvatarUrl = optionData => {
|
|
70
|
-
if (isUser(optionData) || isTeam(optionData) || isCustom(optionData)) {
|
|
70
|
+
if (isUser(optionData) || isTeam(optionData) || isCustom(optionData) || isExternalUser(optionData)) {
|
|
71
71
|
return optionData.avatarUrl;
|
|
72
72
|
}
|
|
73
73
|
return undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ClearIndicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ClearIndicator.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Input.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* Input.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* MultiValueContainer.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* MultiValueContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* SingleValueContainer.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* SingleValueContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* UserPicker.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* UserPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -102,7 +102,7 @@ export var callCallback = function callCallback(callback) {
|
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
104
|
export var getAvatarUrl = function getAvatarUrl(optionData) {
|
|
105
|
-
if (isUser(optionData) || isTeam(optionData) || isCustom(optionData)) {
|
|
105
|
+
if (isUser(optionData) || isTeam(optionData) || isCustom(optionData) || isExternalUser(optionData)) {
|
|
106
106
|
return optionData.avatarUrl;
|
|
107
107
|
}
|
|
108
108
|
return undefined;
|