@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.4.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.4.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.4.9
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* grid.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* grid.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -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.38.1 */
1
+ /* more-indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* stack.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* stack.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* grid.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* grid.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./grid.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line sort-imports
1
2
  import { useContext, useEffect, useRef } from 'react';
2
3
  import { FocusManagerContext } from '../components/focus-manager';
3
4
 
@@ -1,4 +1,4 @@
1
- /* more-indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
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
- /* stack.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* stack.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./stack.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* grid.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* grid.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./grid.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line sort-imports
1
2
  import { useContext, useEffect, useRef } from 'react';
2
3
  import { FocusManagerContext } from '../components/focus-manager';
3
4
 
@@ -1,4 +1,4 @@
1
- /* more-indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
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,4 +1,4 @@
1
- /* stack.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* stack.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./stack.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,3 +1,4 @@
1
+ import { type RefObject } from 'react';
1
2
  import { type FocusableElement } from '../../types';
2
- declare function useRegisterItemWithFocusManager(): import("react").RefObject<FocusableElement>;
3
+ declare function useRegisterItemWithFocusManager(): RefObject<FocusableElement>;
3
4
  export default useRegisterItemWithFocusManager;
@@ -1,3 +1,4 @@
1
+ import { type RefObject } from 'react';
1
2
  import { type FocusableElement } from '../../types';
2
- declare function useRegisterItemWithFocusManager(): import("react").RefObject<FocusableElement>;
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.9",
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.7.0",
27
+ "@atlaskit/avatar": "^25.8.0",
28
28
  "@atlaskit/css": "^0.19.0",
29
- "@atlaskit/ds-lib": "^5.3.0",
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": "^10.1.0",
33
+ "@atlaskit/tokens": "^11.1.0",
34
34
  "@atlaskit/tooltip": "^20.14.0",
35
35
  "@babel/runtime": "^7.0.0",
36
- "@compiled/react": "^0.18.6",
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.9.0",
48
- "@atlaskit/docs": "^11.3.0",
49
- "@atlaskit/form": "^15.3.0",
50
- "@atlaskit/icon": "^29.4.0",
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.10.0",
53
- "@atlaskit/primitives": "^17.1.0",
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:^",