@atlaskit/avatar 25.5.4 → 25.5.6

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,19 @@
1
1
  # @atlaskit/avatar
2
2
 
3
+ ## 25.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
8
+ Internal refactors to remove unused variables. No functional or public changes.
9
+ - Updated dependencies
10
+
11
+ ## 25.5.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 25.5.4
4
18
 
5
19
  ### Patch Changes
@@ -24,7 +24,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
24
24
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
25
25
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
26
26
  var packageName = "@atlaskit/avatar";
27
- var packageVersion = "0.0.0-development";
27
+ var packageVersion = "25.5.5";
28
28
  var containerStyles = null;
29
29
 
30
30
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
@@ -12,7 +12,7 @@ import { PresenceWrapper } from './presence';
12
12
  import { StatusWrapper } from './status';
13
13
  import { getCustomElement } from './utilities';
14
14
  const packageName = "@atlaskit/avatar";
15
- const packageVersion = "0.0.0-development";
15
+ const packageVersion = "25.5.5";
16
16
  const containerStyles = null;
17
17
 
18
18
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
@@ -15,7 +15,7 @@ import { PresenceWrapper } from './presence';
15
15
  import { StatusWrapper } from './status';
16
16
  import { getCustomElement } from './utilities';
17
17
  var packageName = "@atlaskit/avatar";
18
- var packageVersion = "0.0.0-development";
18
+ var packageVersion = "25.5.5";
19
19
  var containerStyles = null;
20
20
 
21
21
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "25.5.4",
3
+ "version": "25.5.6",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,14 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
- "@atlaskit/css": "^0.16.0",
37
- "@atlaskit/ds-lib": "^5.2.0",
38
- "@atlaskit/focus-ring": "^3.0.0",
36
+ "@atlaskit/css": "^0.17.0",
37
+ "@atlaskit/ds-lib": "^5.3.0",
39
38
  "@atlaskit/icon": "^29.0.0",
40
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/primitives": "^16.2.0",
40
+ "@atlaskit/primitives": "^16.4.0",
42
41
  "@atlaskit/theme": "^21.0.0",
43
- "@atlaskit/tokens": "^8.1.0",
42
+ "@atlaskit/tokens": "^8.4.0",
44
43
  "@babel/runtime": "^7.0.0",
45
44
  "@compiled/react": "^0.18.6"
46
45
  },
@@ -54,14 +53,13 @@
54
53
  "@atlaskit/button": "^23.6.0",
55
54
  "@atlaskit/code": "^17.3.0",
56
55
  "@atlaskit/docs": "^11.2.0",
57
- "@atlaskit/form": "^14.2.0",
56
+ "@atlaskit/form": "^14.3.0",
58
57
  "@atlaskit/heading": "^5.2.0",
59
58
  "@atlaskit/link": "^3.2.0",
60
59
  "@atlaskit/range": "^9.2.0",
61
60
  "@atlaskit/section-message": "^8.9.0",
62
61
  "@atlaskit/textfield": "^8.1.0",
63
- "@atlaskit/tooltip": "^20.10.0",
64
- "@atlassian/feature-flags-test-utils": "^1.0.0",
62
+ "@atlaskit/tooltip": "^20.11.0",
65
63
  "@atlassian/ssr-tests": "workspace:^",
66
64
  "@testing-library/react": "^13.4.0",
67
65
  "@testing-library/user-event": "^14.4.3",