@box/user-selector 1.63.2 → 1.64.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.
@@ -9,9 +9,5 @@ export type UserSelectorContainerProps<T extends UserSelectorOption = UserContac
9
9
  Given an array of UserContactTypes, returns a Promise of a dictionary with user ids mapped to avatar URLs
10
10
  */
11
11
  fetchAvatarUrls: (userContacts: UserContactType[]) => Promise<FetchedAvatarUrls>;
12
- /**
13
- * Callback when text is pasted into the input
14
- */
15
- onPaste?: React.ClipboardEventHandler<HTMLInputElement>;
16
12
  };
17
13
  export declare const UserSelectorContainer: <T extends UserSelectorOption = UserContactType>({ fetchAvatarUrls, fetchUsers, onSelectedUsersChange, selectedUsers, renderCustomOption, ...rest }: UserSelectorContainerProps<T>) => import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@box/user-selector",
3
- "version": "1.63.2",
3
+ "version": "1.64.0",
4
4
  "peerDependencies": {
5
- "@box/blueprint-web": "^12.135.0",
6
- "@box/blueprint-web-assets": "^4.101.1",
7
- "@box/combobox-with-api": "^1.32.2",
5
+ "@box/blueprint-web": "^12.136.0",
6
+ "@box/blueprint-web-assets": "^4.101.3",
7
+ "@box/combobox-with-api": "^1.32.4",
8
8
  "lodash": "^4.17.15",
9
9
  "react": "^17.0.0 || ^18.0.0",
10
10
  "react-dom": "^17.0.0 || ^18.0.0",
11
11
  "react-intl": "6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@box/blueprint-web": "^12.135.0",
15
- "@box/blueprint-web-assets": "^4.101.1",
16
- "@box/combobox-with-api": "^1.32.2",
17
- "@box/storybook-utils": "^0.16.38",
14
+ "@box/blueprint-web": "^12.136.0",
15
+ "@box/blueprint-web-assets": "^4.101.3",
16
+ "@box/combobox-with-api": "^1.32.4",
17
+ "@box/storybook-utils": "^0.16.40",
18
18
  "@types/lodash": "^4.17.14",
19
19
  "react": "^18.3.0",
20
20
  "react-dom": "^18.3.0",