@atlaskit/avatar-group 12.4.9 → 12.4.11
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 +12 -0
- package/dist/cjs/components/grid.js +1 -1
- package/dist/cjs/components/internal/hooks/use-register-item-with-focus-manager.js +2 -0
- package/dist/cjs/components/more-indicator.js +1 -1
- package/dist/cjs/components/stack.js +1 -1
- package/dist/es2019/components/grid.js +1 -1
- package/dist/es2019/components/internal/hooks/use-register-item-with-focus-manager.js +1 -0
- package/dist/es2019/components/more-indicator.js +1 -1
- package/dist/es2019/components/stack.js +1 -1
- package/dist/esm/components/grid.js +1 -1
- package/dist/esm/components/internal/hooks/use-register-item-with-focus-manager.js +1 -0
- package/dist/esm/components/more-indicator.js +1 -1
- package/dist/esm/components/stack.js +1 -1
- package/dist/types/components/internal/hooks/use-register-item-with-focus-manager.d.ts +2 -1
- package/dist/types-ts4.5/components/internal/hooks/use-register-item-with-focus-manager.d.ts +2 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
var _focusManager = require("../components/focus-manager");
|
|
9
|
+
// eslint-disable-next-line sort-imports
|
|
10
|
+
|
|
9
11
|
// The refs stored in the context are used to programatically
|
|
10
12
|
// control focus on a user navigates using the keyboard.
|
|
11
13
|
function useRegisterItemWithFocusManager() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* more-indicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* more-indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./more-indicator.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* more-indicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* more-indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./more-indicator.compiled.css";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type RefObject } from 'react';
|
|
1
2
|
import { type FocusableElement } from '../../types';
|
|
2
|
-
declare function useRegisterItemWithFocusManager():
|
|
3
|
+
declare function useRegisterItemWithFocusManager(): RefObject<FocusableElement>;
|
|
3
4
|
export default useRegisterItemWithFocusManager;
|
package/dist/types-ts4.5/components/internal/hooks/use-register-item-with-focus-manager.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type RefObject } from 'react';
|
|
1
2
|
import { type FocusableElement } from '../../types';
|
|
2
|
-
declare function useRegisterItemWithFocusManager():
|
|
3
|
+
declare function useRegisterItemWithFocusManager(): RefObject<FocusableElement>;
|
|
3
4
|
export default useRegisterItemWithFocusManager;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "12.4.
|
|
3
|
+
"version": "12.4.11",
|
|
4
4
|
"description": "An avatar group displays a number of avatars grouped together in a stack or grid.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/avatar": "^25.
|
|
27
|
+
"@atlaskit/avatar": "^25.8.0",
|
|
28
28
|
"@atlaskit/css": "^0.19.0",
|
|
29
|
-
"@atlaskit/ds-lib": "^
|
|
29
|
+
"@atlaskit/ds-lib": "^6.0.0",
|
|
30
30
|
"@atlaskit/menu": "^8.4.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
32
|
"@atlaskit/popup": "^4.13.0",
|
|
33
|
-
"@atlaskit/tokens": "^
|
|
33
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
34
34
|
"@atlaskit/tooltip": "^20.14.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
|
-
"@compiled/react": "^0.
|
|
36
|
+
"@compiled/react": "^0.20.0",
|
|
37
37
|
"bind-event-listener": "^3.0.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"@af/integration-testing": "workspace:^",
|
|
45
45
|
"@af/visual-regression": "workspace:^",
|
|
46
46
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
47
|
-
"@atlaskit/button": "^23.
|
|
48
|
-
"@atlaskit/docs": "^11.
|
|
49
|
-
"@atlaskit/form": "^15.
|
|
50
|
-
"@atlaskit/icon": "^
|
|
47
|
+
"@atlaskit/button": "^23.10.0",
|
|
48
|
+
"@atlaskit/docs": "^11.6.0",
|
|
49
|
+
"@atlaskit/form": "^15.4.0",
|
|
50
|
+
"@atlaskit/icon": "^32.0.0",
|
|
51
51
|
"@atlaskit/link": "^3.3.0",
|
|
52
|
-
"@atlaskit/modal-dialog": "^14.
|
|
53
|
-
"@atlaskit/primitives": "^
|
|
52
|
+
"@atlaskit/modal-dialog": "^14.11.0",
|
|
53
|
+
"@atlaskit/primitives": "^18.0.0",
|
|
54
54
|
"@atlaskit/section-message": "^8.12.0",
|
|
55
55
|
"@atlaskit/toggle": "^15.2.0",
|
|
56
56
|
"@atlassian/ssr-tests": "workspace:^",
|