@atlaskit/avatar-group 12.4.7 → 12.4.9

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,28 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 12.4.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6d96b2f268a28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d96b2f268a28) -
8
+ Remove external image dependencies from ads examples by using fallback avatars instead of
9
+ third-party images.
10
+
11
+ **Changes:**
12
+ - Circle avatars now display user initials (semantically correct for person avatars)
13
+ - Square/hexagon avatars display appropriate fallback icons (correct usage for non-person
14
+ entities)
15
+ - Aligns constellation examples with VR test examples which already use fallback only
16
+ - Improves reliability by removing dependency on third-party image hosting
17
+
18
+ ## 12.4.8
19
+
20
+ ### Patch Changes
21
+
22
+ - [`a48fdadce2137`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a48fdadce2137) -
23
+ Minor internal typography changes.
24
+ - Updated dependencies
25
+
3
26
  ## 12.4.7
4
27
 
5
28
  ### Patch Changes
@@ -1,5 +1,4 @@
1
1
  ._11c81d4k{font:var(--ds-font-body-large,normal 400 1pc/24px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._11c8rymc{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
2
  ._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
4
3
  ._14mj1qi0:after{border-radius:var(--ds-radius-medium,6px)}
5
4
  ._14mjfajl:after{border-radius:var(--ds-radius-small,3px)}
@@ -40,7 +40,7 @@ var borderRadiusMap = {
40
40
  var fontMap = {
41
41
  small: "_11c8wadc",
42
42
  medium: "_11c8wadc",
43
- large: "_11c8rymc",
43
+ large: "_11c8wadc",
44
44
  xlarge: "_11c81d4k",
45
45
  xxlarge: "_11c81d4k"
46
46
  };
@@ -1,5 +1,4 @@
1
1
  ._11c81d4k{font:var(--ds-font-body-large,normal 400 1pc/24px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._11c8rymc{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
2
  ._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
4
3
  ._14mj1qi0:after{border-radius:var(--ds-radius-medium,6px)}
5
4
  ._14mjfajl:after{border-radius:var(--ds-radius-small,3px)}
@@ -30,7 +30,7 @@ const borderRadiusMap = {
30
30
  const fontMap = {
31
31
  small: "_11c8wadc",
32
32
  medium: "_11c8wadc",
33
- large: "_11c8rymc",
33
+ large: "_11c8wadc",
34
34
  xlarge: "_11c81d4k",
35
35
  xxlarge: "_11c81d4k"
36
36
  };
@@ -1,5 +1,4 @@
1
1
  ._11c81d4k{font:var(--ds-font-body-large,normal 400 1pc/24px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
- ._11c8rymc{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
2
  ._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
4
3
  ._14mj1qi0:after{border-radius:var(--ds-radius-medium,6px)}
5
4
  ._14mjfajl:after{border-radius:var(--ds-radius-small,3px)}
@@ -31,7 +31,7 @@ var borderRadiusMap = {
31
31
  var fontMap = {
32
32
  small: "_11c8wadc",
33
33
  medium: "_11c8wadc",
34
- large: "_11c8rymc",
34
+ large: "_11c8wadc",
35
35
  xlarge: "_11c81d4k",
36
36
  xxlarge: "_11c81d4k"
37
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "12.4.7",
3
+ "version": "12.4.9",
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/"
@@ -30,7 +30,7 @@
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.0.0",
33
+ "@atlaskit/tokens": "^10.1.0",
34
34
  "@atlaskit/tooltip": "^20.14.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@compiled/react": "^0.18.6",