@atlaskit/avatar-group 9.11.1 → 9.11.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,23 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#134321](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134321)
8
+ [`4539c88ed5ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4539c88ed5ed3) -
9
+ The avatar group container now creates a new stacking context using `isolation: isolate`. This
10
+ improves how it interacts with other layered elementson the page.
11
+
12
+ ## 9.11.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#128022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128022)
17
+ [`1495b8f9c9253`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1495b8f9c9253) -
18
+ Modified popup trigger's aria-haspopup types to support the 'dialog' value.
19
+ - Updated dependencies
20
+
3
21
  ## 9.11.1
4
22
 
5
23
  ### Patch Changes
@@ -20,6 +20,7 @@ var listStyles = (0, _react2.css)({
20
20
  padding: "var(--ds-space-0, 0px)",
21
21
  justifyContent: 'flex-start',
22
22
  flexWrap: 'wrap',
23
+ isolation: 'isolate',
23
24
  lineHeight: 1,
24
25
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
25
26
  listStyleType: 'none !important',
@@ -22,6 +22,7 @@ var listStyles = (0, _react2.css)({
22
22
  display: 'flex',
23
23
  margin: "var(--ds-space-0, 0px)",
24
24
  padding: "var(--ds-space-0, 0px)",
25
+ isolation: 'isolate',
25
26
  lineHeight: 1,
26
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
27
28
  listStyleType: 'none !important',
@@ -13,6 +13,7 @@ const listStyles = css({
13
13
  padding: "var(--ds-space-0, 0px)",
14
14
  justifyContent: 'flex-start',
15
15
  flexWrap: 'wrap',
16
+ isolation: 'isolate',
16
17
  lineHeight: 1,
17
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
18
19
  listStyleType: 'none !important',
@@ -14,6 +14,7 @@ const listStyles = css({
14
14
  display: 'flex',
15
15
  margin: "var(--ds-space-0, 0px)",
16
16
  padding: "var(--ds-space-0, 0px)",
17
+ isolation: 'isolate',
17
18
  lineHeight: 1,
18
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
19
20
  listStyleType: 'none !important',
@@ -13,6 +13,7 @@ var listStyles = css({
13
13
  padding: "var(--ds-space-0, 0px)",
14
14
  justifyContent: 'flex-start',
15
15
  flexWrap: 'wrap',
16
+ isolation: 'isolate',
16
17
  lineHeight: 1,
17
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
18
19
  listStyleType: 'none !important',
@@ -14,6 +14,7 @@ var listStyles = css({
14
14
  display: 'flex',
15
15
  margin: "var(--ds-space-0, 0px)",
16
16
  padding: "var(--ds-space-0, 0px)",
17
+ isolation: 'isolate',
17
18
  lineHeight: 1,
18
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
19
20
  listStyleType: 'none !important',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "9.11.1",
3
+ "version": "9.11.3",
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/"
@@ -27,13 +27,13 @@
27
27
  "runReact18": true
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/avatar": "^21.14.0",
31
- "@atlaskit/ds-lib": "^2.4.0",
30
+ "@atlaskit/avatar": "^21.15.0",
31
+ "@atlaskit/ds-lib": "^2.5.0",
32
32
  "@atlaskit/menu": "^2.12.0",
33
33
  "@atlaskit/platform-feature-flags": "^0.3.0",
34
- "@atlaskit/popup": "^1.22.0",
34
+ "@atlaskit/popup": "^1.23.0",
35
35
  "@atlaskit/theme": "^13.0.0",
36
- "@atlaskit/tokens": "^1.58.0",
36
+ "@atlaskit/tokens": "^1.59.0",
37
37
  "@atlaskit/tooltip": "^18.7.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@emotion/react": "^11.7.1",