@atlaskit/user-picker 13.9.0 → 13.10.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 +39 -0
- package/dist/cjs/analytics.js +7 -7
- package/dist/cjs/components/AvatarItemOption.js +5 -5
- package/dist/cjs/components/BaseUserPicker.js +7 -7
- package/dist/cjs/components/ClearIndicator.js +2 -3
- package/dist/cjs/components/Control.js +2 -2
- package/dist/cjs/components/ExternalUserOption/SourcesTooltipContent.js +5 -4
- package/dist/cjs/components/ExternalUserOption/main.js +7 -7
- package/dist/cjs/components/GroupOption/main.js +2 -2
- package/dist/cjs/components/Input.js +2 -3
- package/dist/cjs/components/Menu.js +2 -2
- package/dist/cjs/components/MultiValue.js +15 -16
- package/dist/cjs/components/MultiValueContainer.js +4 -6
- package/dist/cjs/components/Option.js +4 -4
- package/dist/cjs/components/PopupUserPicker.js +6 -6
- package/dist/cjs/components/SingleValue.js +8 -8
- package/dist/cjs/components/SingleValueContainer.js +5 -6
- package/dist/cjs/components/SizeableAvatar.js +1 -1
- package/dist/cjs/components/TeamOption/main.js +2 -2
- package/dist/cjs/components/UserOption.js +5 -5
- package/dist/cjs/components/UserPicker.js +10 -11
- package/dist/cjs/components/styles.js +11 -11
- package/dist/cjs/components/utils.js +2 -2
- package/dist/cjs/util/group-options-by-type/index.js +2 -2
- package/dist/cjs/util/ufoExperiences.js +10 -8
- package/dist/es2019/analytics.js +4 -4
- package/dist/es2019/components/AvatarItemOption.js +3 -3
- package/dist/es2019/components/BaseUserPicker.js +3 -3
- package/dist/es2019/components/ClearIndicator.js +1 -3
- package/dist/es2019/components/Control.js +1 -1
- package/dist/es2019/components/ExternalUserOption/SourcesTooltipContent.js +3 -2
- package/dist/es2019/components/ExternalUserOption/main.js +3 -3
- package/dist/es2019/components/GroupOption/main.js +1 -1
- package/dist/es2019/components/Input.js +1 -2
- package/dist/es2019/components/Menu.js +1 -1
- package/dist/es2019/components/MultiValue.js +7 -6
- package/dist/es2019/components/MultiValueContainer.js +2 -5
- package/dist/es2019/components/Option.js +2 -2
- package/dist/es2019/components/PopupControl.js +0 -1
- package/dist/es2019/components/PopupUserPicker.js +3 -3
- package/dist/es2019/components/SingleValue.js +4 -5
- package/dist/es2019/components/SingleValueContainer.js +2 -4
- package/dist/es2019/components/SizeableAvatar.js +1 -1
- package/dist/es2019/components/TeamOption/main.js +1 -1
- package/dist/es2019/components/UserOption.js +2 -2
- package/dist/es2019/components/UserPicker.js +5 -4
- package/dist/es2019/components/styles.js +2 -2
- package/dist/es2019/components/utils.js +1 -1
- package/dist/es2019/util/group-options-by-type/index.js +1 -1
- package/dist/es2019/util/ufoExperiences.js +3 -1
- package/dist/esm/analytics.js +4 -4
- package/dist/esm/components/AvatarItemOption.js +3 -3
- package/dist/esm/components/BaseUserPicker.js +3 -3
- package/dist/esm/components/ClearIndicator.js +1 -2
- package/dist/esm/components/Control.js +1 -1
- package/dist/esm/components/ExternalUserOption/SourcesTooltipContent.js +3 -2
- package/dist/esm/components/ExternalUserOption/main.js +3 -3
- package/dist/esm/components/GroupOption/main.js +1 -1
- package/dist/esm/components/Input.js +1 -2
- package/dist/esm/components/Menu.js +1 -1
- package/dist/esm/components/MultiValue.js +7 -6
- package/dist/esm/components/MultiValueContainer.js +2 -4
- package/dist/esm/components/Option.js +2 -2
- package/dist/esm/components/PopupUserPicker.js +3 -3
- package/dist/esm/components/SingleValue.js +4 -4
- package/dist/esm/components/SingleValueContainer.js +2 -3
- package/dist/esm/components/SizeableAvatar.js +1 -1
- package/dist/esm/components/TeamOption/main.js +1 -1
- package/dist/esm/components/UserOption.js +2 -2
- package/dist/esm/components/UserPicker.js +5 -4
- package/dist/esm/components/styles.js +2 -2
- package/dist/esm/components/utils.js +1 -1
- package/dist/esm/util/group-options-by-type/index.js +1 -1
- package/dist/esm/util/ufoExperiences.js +3 -1
- package/dist/types/analytics.d.ts +3 -1
- package/dist/types/components/AvatarOrIcon.d.ts +1 -1
- package/dist/types/components/BaseUserPicker.d.ts +3 -2
- package/dist/types/components/ClearIndicator.d.ts +1 -1
- package/dist/types/components/Control.d.ts +1 -5
- package/dist/types/components/ExternalUserOption/index.d.ts +1 -1
- package/dist/types/components/ExternalUserOption/main.d.ts +1 -1
- package/dist/types/components/Input.d.ts +1 -1
- package/dist/types/components/MultiValue.d.ts +2 -2
- package/dist/types/components/MultiValueContainer.d.ts +1 -5
- package/dist/types/components/Option.d.ts +1 -1
- package/dist/types/components/PopupControl.d.ts +1 -1
- package/dist/types/components/PopupUserPicker.d.ts +5 -3
- package/dist/types/components/SingleValue.d.ts +1 -1
- package/dist/types/components/SingleValueContainer.d.ts +1 -1
- package/dist/types/components/SizeableAvatar.d.ts +1 -1
- package/dist/types/components/UserPicker.d.ts +3 -2
- package/dist/types/components/components.d.ts +12 -2
- package/dist/types/components/popup.d.ts +1 -1
- package/dist/types/components/styles.d.ts +1 -1
- package/dist/types/types.d.ts +4 -3
- package/dist/types/util/ufoExperiences.d.ts +1 -1
- package/docs/1-smart-user-picker.tsx +2 -2
- package/package.json +19 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
2
|
+
import { fg } from '@atlaskit/platform-feature-flags/fg';
|
|
3
3
|
import { FormattedMessage } from 'react-intl';
|
|
4
4
|
import memoizeOne from 'memoize-one';
|
|
5
5
|
import { messages } from '../../components/i18n';
|
|
@@ -6,7 +6,9 @@ import _inherits from "@babel/runtime/helpers/inherits";
|
|
|
6
6
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
7
7
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import { ExperiencePerformanceTypes, ExperienceTypes
|
|
9
|
+
import { ExperiencePerformanceTypes, ExperienceTypes } from '@atlaskit/ufo/experience-types';
|
|
10
|
+
import { ConcurrentExperience } from '@atlaskit/ufo/concurrent-experience';
|
|
11
|
+
import { UFOExperienceState } from '@atlaskit/ufo/experience-state';
|
|
10
12
|
export var userPickerRenderedUfoExperience = new ConcurrentExperience('user-picker-rendered', {
|
|
11
13
|
platform: {
|
|
12
14
|
component: 'user-picker'
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type UIAnalyticsEvent from '@atlaskit/analytics-next/UIAnalyticsEvent';
|
|
2
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
3
|
+
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next/types';
|
|
2
4
|
import { type UserPickerProps, type UserPickerState } from './types';
|
|
3
5
|
export type UserPickerSession = {
|
|
4
6
|
downCount: number;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import { type ReactNode } from 'react';
|
|
6
|
-
import {
|
|
6
|
+
import type { AppearanceType } from '@atlaskit/avatar/types';
|
|
7
7
|
import { jsx } from '@emotion/react';
|
|
8
8
|
export type AvatarOrIconProps = {
|
|
9
9
|
appearance?: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
1
|
+
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import type { Appearance, DefaultValue, LoadOptions, LoadUserSource, OnChange, OnInputChange, OnOption, OnPicker, OptionData, UserPickerProps, UserPickerRef, UserPickerState, Value } from '../types';
|
|
4
4
|
import type { AriaAttributes } from 'react';
|
|
5
|
-
import type { SelectComponentsConfig,
|
|
5
|
+
import type { SelectComponentsConfig, StylesConfig } from '@atlaskit/select/types';
|
|
6
|
+
import type { PopupSelectProps } from '@atlaskit/select/popup-select';
|
|
6
7
|
import type { EmailValidator } from './emailValidation';
|
|
7
8
|
export type BaseUserPickerProps = UserPickerProps & {
|
|
8
9
|
components: any;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import {
|
|
6
|
+
import type { ClearIndicatorProps } from '@atlaskit/select/types';
|
|
7
7
|
export declare class ClearIndicator extends React.PureComponent<ClearIndicatorProps<any>> {
|
|
8
8
|
private handleMouseDown;
|
|
9
9
|
render(): JSX.Element;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type ControlProps } from '@atlaskit/select';
|
|
1
|
+
import type { ControlProps } from '@atlaskit/select/types';
|
|
6
2
|
import type { UserPickerProps } from '../types';
|
|
7
3
|
declare const Control: (props: ControlProps<any> & UserPickerProps) => JSX.Element;
|
|
8
4
|
export default Control;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
1
|
+
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import type { ExternalUser } from '../../types';
|
|
4
4
|
declare const AsyncExternalUserOption: React.LazyExoticComponent<React.ForwardRefExoticComponent<Omit<{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { type SerializedStyles } from '@emotion/react';
|
|
7
|
-
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
7
|
+
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
8
8
|
import { type ExternalUser } from '../../types';
|
|
9
9
|
export declare const imageContainer: SerializedStyles;
|
|
10
10
|
export declare const emailDomainWrapper: SerializedStyles;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React, { type AriaAttributes } from 'react';
|
|
6
|
-
import {
|
|
6
|
+
import type { OptionType, SelectProps } from '@atlaskit/select/types';
|
|
7
7
|
import { type AriaAttributesType } from '../types';
|
|
8
8
|
export type Props = {
|
|
9
9
|
ariaDescribedBy?: AriaAttributesType;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import {
|
|
6
|
+
import type { OptionType } from '@atlaskit/select/types';
|
|
7
7
|
import { type Option, type UserPickerProps } from '../types';
|
|
8
|
-
import {
|
|
8
|
+
import type { MultiValueProps } from '@atlaskit/select/types';
|
|
9
9
|
export declare const scrollToValue: (valueContainer: HTMLDivElement, control: HTMLElement) => void;
|
|
10
10
|
type Props = MultiValueProps<OptionType> & {
|
|
11
11
|
data: Option;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type MultiValueProps } from '@atlaskit/select';
|
|
1
|
+
import type { MultiValueProps } from '@atlaskit/select/types';
|
|
6
2
|
import React from 'react';
|
|
7
3
|
import { type Option, type User } from '../types';
|
|
8
4
|
export type State = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { OptionProps as AkOptionProps } from '@atlaskit/select/types';
|
|
2
2
|
import React, { type ReactNode } from 'react';
|
|
3
3
|
import { type Option as OptionType } from '../types';
|
|
4
4
|
export type OptionProps = AkOptionProps & {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import {
|
|
6
|
+
import type { ControlProps } from '@atlaskit/select/types';
|
|
7
7
|
import type { UserPickerProps } from '../types';
|
|
8
8
|
export declare class PopupControl extends React.PureComponent<ControlProps<any> & UserPickerProps> {
|
|
9
9
|
render(): React.JSX.Element;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import
|
|
1
|
+
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
2
|
+
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next/types';
|
|
3
|
+
import { type PopupSelectProps } from '@atlaskit/select/popup-select';
|
|
4
|
+
import type { SelectComponentsConfig, StylesConfig } from '@atlaskit/select/types';
|
|
3
5
|
import React from 'react';
|
|
4
6
|
import { type Appearance, type BoundariesElement, type DefaultValue, type LoadOptions, type LoadUserSource, type OnChange, type OnInputChange, type OnOption, type OnPicker, type OptionData, type PopupUserPickerProps, type RootBoundary, type Target, type UserPickerRef, type Value } from '../types';
|
|
5
|
-
import type { Placement } from '@atlaskit/popper/
|
|
7
|
+
import type { Placement } from '@atlaskit/popper/main';
|
|
6
8
|
import type { EmailValidator } from './emailValidation';
|
|
7
9
|
interface State {
|
|
8
10
|
flipped: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Option, type OptionData } from '../types';
|
|
2
|
-
import {
|
|
2
|
+
import type { SingleValueProps } from '@atlaskit/select/types';
|
|
3
3
|
export type Props = SingleValueProps<Option> & {
|
|
4
4
|
shouldShowVerifiedIcon?: (data: OptionData) => boolean;
|
|
5
5
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import {
|
|
6
|
+
import type { ValueContainerProps } from '@atlaskit/select/types';
|
|
7
7
|
import { type Option, type User } from '../types';
|
|
8
8
|
export declare class SingleValueContainer extends React.Component<ValueContainerProps<Option<User>>> {
|
|
9
9
|
private renderAvatar;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
* @jsxRuntime classic
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
|
-
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
6
|
-
import {
|
|
5
|
+
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
6
|
+
import type { PopupSelectProps } from '@atlaskit/select/popup-select';
|
|
7
|
+
import type { SelectComponentsConfig, StylesConfig } from '@atlaskit/select/types';
|
|
7
8
|
import React from 'react';
|
|
8
9
|
import { type Appearance, type DefaultValue, type LoadOptions, type LoadUserSource, type OnChange, type OnInputChange, type OnOption, type OnPicker, type OptionData, type UserPickerProps, type UserPickerRef, type Value } from '../types';
|
|
9
10
|
import type { EmailValidator } from './emailValidation';
|
|
@@ -9,9 +9,19 @@ import { SingleValueContainer } from './SingleValueContainer';
|
|
|
9
9
|
import { PopupInput } from './PopupInput';
|
|
10
10
|
import { PopupControl } from './PopupControl';
|
|
11
11
|
import { Menu } from './Menu';
|
|
12
|
-
import {
|
|
12
|
+
import type { ClearIndicatorProps, ControlProps, DropdownIndicatorProps, IndicatorsContainerProps, InputProps, LoadingIndicatorProps, MultiValueGenericProps, MultiValueProps, MultiValueRemoveProps, NoticeProps, SelectComponentsConfig, SingleValueProps } from '@atlaskit/select/types';
|
|
13
13
|
import { type OptionData, type UserPickerProps } from '../types';
|
|
14
|
-
import type { OptionProps as ReactSelectOptionProps
|
|
14
|
+
import type { OptionProps as ReactSelectOptionProps } from '@atlaskit/react-select/option';
|
|
15
|
+
import type { GroupBase } from '@atlaskit/react-select/types';
|
|
16
|
+
import type { GroupProps } from '@atlaskit/react-select/group';
|
|
17
|
+
import type { ControlProps as ReactSelectControlProps } from '@atlaskit/react-select/control';
|
|
18
|
+
import type { GroupHeadingProps } from '@atlaskit/react-select/group-heading';
|
|
19
|
+
import type { MenuProps } from '@atlaskit/react-select/menu';
|
|
20
|
+
import type { MenuListProps } from '@atlaskit/react-select/menu-list';
|
|
21
|
+
import type { MenuPortalProps } from '@atlaskit/react-select/menu-portal';
|
|
22
|
+
import type { PlaceholderProps } from '@atlaskit/react-select/placeholder';
|
|
23
|
+
import type { ContainerProps } from '@atlaskit/react-select/select-container';
|
|
24
|
+
import type { ValueContainerProps } from '@atlaskit/react-select/value-container';
|
|
15
25
|
import type { ComponentType, FC } from 'react';
|
|
16
26
|
/**
|
|
17
27
|
* Memoize getComponents to avoid rerenders.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type MemoizedFn } from 'memoize-one';
|
|
2
|
-
import {
|
|
2
|
+
import type { Placement } from '@atlaskit/popper/main';
|
|
3
3
|
import { type Target, type BoundariesElement, type RootBoundary } from '../types';
|
|
4
4
|
export declare const getPopupProps: MemoizedFn<(width: string | number, target: Target, onFlip: (data: any) => any, boundariesElement?: BoundariesElement, offset?: number[], placement?: Placement, rootBoundary?: RootBoundary, shouldFlip?: boolean, popupTitle?: string, strategy?: 'fixed' | 'absolute') => {
|
|
5
5
|
autoFocus: boolean;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { type ReactNode } from 'react';
|
|
2
2
|
import type React from 'react';
|
|
3
3
|
import { type AriaAttributes } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { WithAnalyticsEventsProps } from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
5
|
+
import type { Placement } from '@atlaskit/popper/main';
|
|
6
6
|
import { type EmailValidator } from './components/emailValidation';
|
|
7
|
-
import {
|
|
7
|
+
import type { StylesConfig, SelectComponentsConfig } from '@atlaskit/select/types';
|
|
8
|
+
import type { PopupSelectProps } from '@atlaskit/select/popup-select';
|
|
8
9
|
import { type BaseUserPickerWithoutAnalytics } from './components/BaseUserPicker';
|
|
9
10
|
export type UserPickerProps = WithAnalyticsEventsProps & {
|
|
10
11
|
/** Message to encourage the user to add more items to user picker. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ConcurrentExperience } from '@atlaskit/ufo';
|
|
2
|
+
import { ConcurrentExperience } from '@atlaskit/ufo/concurrent-experience';
|
|
3
3
|
export declare const userPickerRenderedUfoExperience: ConcurrentExperience;
|
|
4
4
|
export declare const userPickerOptionsShownUfoExperience: ConcurrentExperience;
|
|
5
5
|
export declare class UfoErrorBoundary extends React.Component<React.PropsWithChildren<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import Link from '@atlaskit/link';
|
|
1
|
+
import Link from '@atlaskit/link/link';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { md } from '@atlaskit/docs';
|
|
4
|
-
import SectionMessage from '@atlaskit/section-message';
|
|
4
|
+
import SectionMessage from '@atlaskit/section-message/message';
|
|
5
5
|
|
|
6
6
|
const _default_1: any = md`
|
|
7
7
|
${(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/user-picker",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.10.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/"
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"@af/integration-testing": "workspace:^",
|
|
17
17
|
"@af/search-test-utils": "workspace:^",
|
|
18
18
|
"@af/visual-regression": "workspace:^",
|
|
19
|
-
"@atlaskit/heading": "^7.
|
|
20
|
-
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^3.
|
|
21
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
22
|
-
"@atlassian/a11y-playwright-testing": "^0.
|
|
19
|
+
"@atlaskit/heading": "^7.1.0",
|
|
20
|
+
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^3.3.0",
|
|
21
|
+
"@atlassian/a11y-jest-testing": "^0.17.0",
|
|
22
|
+
"@atlassian/a11y-playwright-testing": "^0.12.0",
|
|
23
23
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
24
24
|
"@emotion/styled": "^11.0.0",
|
|
25
25
|
"@testing-library/dom": "^10.1.0",
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@atlaskit/afm-i18n-platform-elements-user-picker": "2.200.0",
|
|
67
67
|
"@atlaskit/analytics-next": "^12.3.0",
|
|
68
|
-
"@atlaskit/avatar": "^27.
|
|
68
|
+
"@atlaskit/avatar": "^27.2.0",
|
|
69
69
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
70
|
-
"@atlaskit/icon": "^37.
|
|
71
|
-
"@atlaskit/logo": "^21.
|
|
72
|
-
"@atlaskit/lozenge": "^15.
|
|
70
|
+
"@atlaskit/icon": "^37.5.0",
|
|
71
|
+
"@atlaskit/logo": "^21.5.0",
|
|
72
|
+
"@atlaskit/lozenge": "^15.3.0",
|
|
73
73
|
"@atlaskit/people-teams-ui-public": "^5.2.0",
|
|
74
74
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
75
|
-
"@atlaskit/popper": "^9.
|
|
76
|
-
"@atlaskit/primitives": "^22.
|
|
75
|
+
"@atlaskit/popper": "^9.3.0",
|
|
76
|
+
"@atlaskit/primitives": "^22.4.0",
|
|
77
77
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
78
|
-
"@atlaskit/select": "^22.
|
|
79
|
-
"@atlaskit/spinner": "^20.
|
|
80
|
-
"@atlaskit/tag": "^15.
|
|
78
|
+
"@atlaskit/select": "^22.9.0",
|
|
79
|
+
"@atlaskit/spinner": "^20.3.0",
|
|
80
|
+
"@atlaskit/tag": "^15.7.0",
|
|
81
81
|
"@atlaskit/teams-avatar": "^4.1.0",
|
|
82
|
-
"@atlaskit/tokens": "^16.
|
|
83
|
-
"@atlaskit/tooltip": "^24.
|
|
82
|
+
"@atlaskit/tokens": "^16.8.0",
|
|
83
|
+
"@atlaskit/tooltip": "^24.2.0",
|
|
84
84
|
"@atlaskit/ufo": "^1.0.0",
|
|
85
85
|
"@babel/runtime": "^7.0.0",
|
|
86
86
|
"@compiled/react": "^1.0.2",
|
|
@@ -115,6 +115,9 @@
|
|
|
115
115
|
"platform-dst-lozenge-tag-badge-visual-uplifts": {
|
|
116
116
|
"type": "boolean"
|
|
117
117
|
},
|
|
118
|
+
"platform-dst-motion-uplift-labels": {
|
|
119
|
+
"type": "boolean"
|
|
120
|
+
},
|
|
118
121
|
"jsm_routing_recommended_agent_minor_fix": {
|
|
119
122
|
"type": "boolean"
|
|
120
123
|
},
|