@atlaskit/avatar 21.17.2 → 21.17.4

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.
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/avatar.js",
4
4
  "module": "../dist/esm/entry-points/avatar.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/avatar.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/avatar.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/avatar-item.js",
4
4
  "module": "../dist/esm/entry-points/avatar-item.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/avatar-item.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/avatar-item.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/avatar
2
2
 
3
+ ## 21.17.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 21.17.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
14
+ [`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
15
+ Adds side-effect config to support Compiled css extraction in third-party apps
16
+
3
17
  ## 21.17.2
4
18
 
5
19
  ### Patch Changes
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/presence.js",
4
4
  "module": "../dist/esm/entry-points/presence.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/presence.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/presence.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/skeleton.js",
4
4
  "module": "../dist/esm/entry-points/skeleton.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/skeleton.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/skeleton.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/status.js",
4
4
  "module": "../dist/esm/entry-points/status.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/status.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/status.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -28,7 +28,7 @@ var _templateObject;
28
28
  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; }
29
29
  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; }
30
30
  var packageName = "@atlaskit/avatar";
31
- var packageVersion = "21.17.2";
31
+ var packageVersion = "21.17.4";
32
32
  var getTestId = function getTestId(testId, children) {
33
33
  return !children ? {
34
34
  'data-testid': "".concat(testId, "--inner")
@@ -16,7 +16,7 @@ import { PresenceWrapper } from './presence';
16
16
  import { StatusWrapper } from './status';
17
17
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
18
18
  const packageName = "@atlaskit/avatar";
19
- const packageVersion = "21.17.2";
19
+ const packageVersion = "21.17.4";
20
20
  const getTestId = (testId, children) => !children ? {
21
21
  'data-testid': `${testId}--inner`
22
22
  } : {
@@ -21,7 +21,7 @@ import { PresenceWrapper } from './presence';
21
21
  import { StatusWrapper } from './status';
22
22
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
23
23
  var packageName = "@atlaskit/avatar";
24
- var packageVersion = "21.17.2";
24
+ var packageVersion = "21.17.4";
25
25
  var getTestId = function getTestId(testId, children) {
26
26
  return !children ? {
27
27
  'data-testid': "".concat(testId, "--inner")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.17.2",
3
+ "version": "21.17.4",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,13 +20,15 @@
20
20
  ]
21
21
  }
22
22
  },
23
- "sideEffects": false,
23
+ "sideEffects": [
24
+ "**/*.compiled.css"
25
+ ],
24
26
  "atlaskit:src": "src/index.tsx",
25
27
  "atlassian": {
26
28
  "team": "Design System Team",
27
29
  "website": {
28
30
  "name": "Avatar",
29
- "category": "Components"
31
+ "category": "Images and icons"
30
32
  },
31
33
  "runReact18": true
32
34
  },
@@ -41,13 +43,13 @@
41
43
  },
42
44
  "dependencies": {
43
45
  "@atlaskit/analytics-next": "^10.1.0",
44
- "@atlaskit/ds-lib": "^3.1.0",
45
- "@atlaskit/focus-ring": "^1.7.0",
46
- "@atlaskit/icon": "^22.24.0",
46
+ "@atlaskit/ds-lib": "^3.2.0",
47
+ "@atlaskit/focus-ring": "^2.0.0",
48
+ "@atlaskit/icon": "^22.26.0",
47
49
  "@atlaskit/platform-feature-flags": "^0.3.0",
48
- "@atlaskit/primitives": "^13.0.0",
50
+ "@atlaskit/primitives": "^13.3.0",
49
51
  "@atlaskit/theme": "^14.0.0",
50
- "@atlaskit/tokens": "^2.1.0",
52
+ "@atlaskit/tokens": "^2.3.0",
51
53
  "@babel/runtime": "^7.0.0",
52
54
  "@emotion/react": "^11.7.1",
53
55
  "@emotion/serialize": "^1.1.0"
@@ -60,8 +62,8 @@
60
62
  "@af/integration-testing": "*",
61
63
  "@af/visual-regression": "*",
62
64
  "@atlaskit/ssr": "*",
63
- "@atlaskit/textfield": "^6.5.0",
64
- "@atlaskit/tooltip": "^18.8.0",
65
+ "@atlaskit/textfield": "^6.6.0",
66
+ "@atlaskit/tooltip": "^18.9.0",
65
67
  "@atlaskit/visual-regression": "*",
66
68
  "@atlassian/feature-flags-test-utils": "*",
67
69
  "@emotion/styled": "^11.0.0",
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/entry-points/types.js",
4
4
  "module": "../dist/esm/entry-points/types.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/types.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/entry-points/types.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {