@atlaskit/user-picker 11.16.0 → 11.16.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 +7 -0
- package/dist/cjs/components/UserOption.js +1 -0
- package/dist/es2019/components/UserOption.js +1 -0
- package/dist/esm/components/UserOption.js +1 -0
- package/dist/types/components/ExternalUserOption/SourcesTooltipContent.d.ts +1 -1
- package/dist/types-ts4.5/components/ExternalUserOption/SourcesTooltipContent.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -63,6 +63,7 @@ var UserOption = exports.UserOption = /*#__PURE__*/function (_React$PureComponen
|
|
|
63
63
|
}, ' ', (0, _react.jsx)("span", {
|
|
64
64
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
65
65
|
css: (0, _platformFeatureFlags.fg)('platform_user_picker_firefox_tab_fix') ? styles(color) : (0, _AvatarItemOption.textWrapper)(color)
|
|
66
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
66
67
|
}, "(", (0, _react.jsx)(_HighlightText.HighlightText, {
|
|
67
68
|
highlights: highlight && highlight.publicName
|
|
68
69
|
}, publicName), ")")));
|
|
@@ -47,6 +47,7 @@ export class UserOption extends React.PureComponent {
|
|
|
47
47
|
}, ' ', jsx("span", {
|
|
48
48
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
49
49
|
css: fg('platform_user_picker_firefox_tab_fix') ? styles(color) : textWrapper(color)
|
|
50
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
50
51
|
}, "(", jsx(HighlightText, {
|
|
51
52
|
highlights: highlight && highlight.publicName
|
|
52
53
|
}, publicName), ")")));
|
|
@@ -58,6 +58,7 @@ export var UserOption = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
58
58
|
}, ' ', jsx("span", {
|
|
59
59
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
60
60
|
css: fg('platform_user_picker_firefox_tab_fix') ? styles(color) : textWrapper(color)
|
|
61
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
61
62
|
}, "(", jsx(HighlightText, {
|
|
62
63
|
highlights: highlight && highlight.publicName
|
|
63
64
|
}, publicName), ")")));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type ExternalUserSourcesData } from '../ExternalUserSourcesContainer';
|
|
3
|
-
export declare const SourcesTooltipContent: ({ sources, sourcesLoading }: ExternalUserSourcesData) => React.JSX.Element;
|
|
3
|
+
export declare const SourcesTooltipContent: ({ sources, sourcesLoading, }: ExternalUserSourcesData) => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type ExternalUserSourcesData } from '../ExternalUserSourcesContainer';
|
|
3
|
-
export declare const SourcesTooltipContent: ({ sources, sourcesLoading }: ExternalUserSourcesData) => React.JSX.Element;
|
|
3
|
+
export declare const SourcesTooltipContent: ({ sources, sourcesLoading, }: ExternalUserSourcesData) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/user-picker",
|
|
3
|
-
"version": "11.16.
|
|
3
|
+
"version": "11.16.1",
|
|
4
4
|
"description": "Fabric component for display a dropdown to select a user from",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/spinner": "^19.0.0",
|
|
57
57
|
"@atlaskit/teams-avatar": "^2.4.0",
|
|
58
58
|
"@atlaskit/theme": "^21.0.0",
|
|
59
|
-
"@atlaskit/tokens": "^8.
|
|
59
|
+
"@atlaskit/tokens": "^8.2.0",
|
|
60
60
|
"@atlaskit/tooltip": "^20.10.0",
|
|
61
61
|
"@atlaskit/ufo": "^0.4.0",
|
|
62
62
|
"@babel/runtime": "^7.0.0",
|