@atlaskit/avatar 25.8.2 → 25.8.3

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,11 @@
1
1
  # @atlaskit/avatar
2
2
 
3
+ ## 25.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 25.8.2
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* avatar-content.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-content.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
- /* avatar-item.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-item.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
- /* avatar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -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 = "25.8.1";
27
+ var packageVersion = "0.0.0-development";
28
28
  var containerStyles = null;
29
29
 
30
30
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
@@ -1,4 +1,4 @@
1
- /* avatar-image.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-image.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
- /* icon-wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* icon-wrapper.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
- /* presence.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* presence.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
- /* skeleton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* skeleton.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
- /* status.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* status.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
- /* avatar-content.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-content.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./avatar-content.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* avatar-item.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-item.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./avatar-item.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* avatar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./avatar.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -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 = "25.8.1";
15
+ const packageVersion = "0.0.0-development";
16
16
  const containerStyles = null;
17
17
 
18
18
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
@@ -1,4 +1,4 @@
1
- /* avatar-image.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-image.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./avatar-image.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* icon-wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* icon-wrapper.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./icon-wrapper.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* presence.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* presence.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./presence.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* skeleton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* skeleton.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./skeleton.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* status.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* status.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./status.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* avatar-content.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-content.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 "./avatar-content.compiled.css";
@@ -1,4 +1,4 @@
1
- /* avatar-item.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-item.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 "./avatar-item.compiled.css";
@@ -1,4 +1,4 @@
1
- /* avatar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import "./avatar.compiled.css";
4
4
  import * as React from 'react';
@@ -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 = "25.8.1";
18
+ var packageVersion = "0.0.0-development";
19
19
  var containerStyles = null;
20
20
 
21
21
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
@@ -1,4 +1,4 @@
1
- /* avatar-image.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* avatar-image.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./avatar-image.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* icon-wrapper.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* icon-wrapper.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./icon-wrapper.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* presence.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* presence.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./presence.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* skeleton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* skeleton.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import "./skeleton.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* status.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* status.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./status.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "25.8.2",
3
+ "version": "25.8.3",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,14 +34,14 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
36
  "@atlaskit/css": "^0.19.0",
37
- "@atlaskit/ds-lib": "^5.3.0",
37
+ "@atlaskit/ds-lib": "^6.0.0",
38
38
  "@atlaskit/icon": "^32.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/primitives": "^18.0.0",
41
41
  "@atlaskit/theme": "^22.0.0",
42
- "@atlaskit/tokens": "^11.0.0",
42
+ "@atlaskit/tokens": "^11.1.0",
43
43
  "@babel/runtime": "^7.0.0",
44
- "@compiled/react": "^0.18.6"
44
+ "@compiled/react": "^0.20.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^18.2.0"
@@ -52,8 +52,8 @@
52
52
  "@af/visual-regression": "workspace:^",
53
53
  "@atlaskit/button": "^23.10.0",
54
54
  "@atlaskit/code": "^17.4.0",
55
- "@atlaskit/docs": "^11.5.0",
56
- "@atlaskit/form": "^15.3.0",
55
+ "@atlaskit/docs": "^11.6.0",
56
+ "@atlaskit/form": "^15.4.0",
57
57
  "@atlaskit/heading": "^5.3.0",
58
58
  "@atlaskit/link": "^3.3.0",
59
59
  "@atlaskit/range": "^9.3.0",