@atlaskit/avatar-group 10.1.1 → 10.1.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 +14 -0
- package/dist/cjs/components/grid.js +1 -0
- package/dist/cjs/components/internal/utiles/handle-focus.js +1 -2
- package/dist/cjs/components/stack.js +1 -0
- package/dist/es2019/components/grid.js +1 -0
- package/dist/es2019/components/stack.js +1 -0
- package/dist/esm/components/grid.js +1 -0
- package/dist/esm/components/internal/utiles/handle-focus.js +1 -2
- package/dist/esm/components/stack.js +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 10.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#178053](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178053)
|
|
14
|
+
[`cb318c8c28c26`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb318c8c28c26) -
|
|
15
|
+
Internal changes to typography.
|
|
16
|
+
|
|
3
17
|
## 10.1.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -19,6 +19,7 @@ var listStyles = (0, _react2.css)({
|
|
|
19
19
|
justifyContent: 'flex-start',
|
|
20
20
|
flexWrap: 'wrap',
|
|
21
21
|
isolation: 'isolate',
|
|
22
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
22
23
|
lineHeight: 1,
|
|
23
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
24
25
|
listStyleType: 'none !important',
|
|
@@ -7,8 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = handleFocus;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _keycodes = require("@atlaskit/ds-lib/keycodes");
|
|
10
|
-
var
|
|
11
|
-
var actionMap = (_actionMap = {}, (0, _defineProperty2.default)(_actionMap, _keycodes.KEY_DOWN, 'next'), (0, _defineProperty2.default)(_actionMap, _keycodes.KEY_UP, 'prev'), (0, _defineProperty2.default)(_actionMap, _keycodes.KEY_HOME, 'first'), (0, _defineProperty2.default)(_actionMap, _keycodes.KEY_END, 'last'), _actionMap);
|
|
10
|
+
var actionMap = (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, _keycodes.KEY_DOWN, 'next'), _keycodes.KEY_UP, 'prev'), _keycodes.KEY_HOME, 'first'), _keycodes.KEY_END, 'last');
|
|
12
11
|
|
|
13
12
|
/**
|
|
14
13
|
* currentFocusedIdx + 1 will not work if the next focusable element
|
|
@@ -21,6 +21,7 @@ var listStyles = (0, _react2.css)({
|
|
|
21
21
|
margin: "var(--ds-space-0, 0px)",
|
|
22
22
|
padding: "var(--ds-space-0, 0px)",
|
|
23
23
|
isolation: 'isolate',
|
|
24
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
24
25
|
lineHeight: 1,
|
|
25
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
|
|
26
27
|
listStyleType: 'none !important',
|
|
@@ -12,6 +12,7 @@ const listStyles = css({
|
|
|
12
12
|
justifyContent: 'flex-start',
|
|
13
13
|
flexWrap: 'wrap',
|
|
14
14
|
isolation: 'isolate',
|
|
15
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
15
16
|
lineHeight: 1,
|
|
16
17
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
17
18
|
listStyleType: 'none !important',
|
|
@@ -13,6 +13,7 @@ const listStyles = css({
|
|
|
13
13
|
margin: "var(--ds-space-0, 0px)",
|
|
14
14
|
padding: "var(--ds-space-0, 0px)",
|
|
15
15
|
isolation: 'isolate',
|
|
16
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
16
17
|
lineHeight: 1,
|
|
17
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
|
|
18
19
|
listStyleType: 'none !important',
|
|
@@ -12,6 +12,7 @@ var listStyles = css({
|
|
|
12
12
|
justifyContent: 'flex-start',
|
|
13
13
|
flexWrap: 'wrap',
|
|
14
14
|
isolation: 'isolate',
|
|
15
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
15
16
|
lineHeight: 1,
|
|
16
17
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
17
18
|
listStyleType: 'none !important',
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
var _actionMap;
|
|
3
2
|
import { KEY_DOWN, KEY_END, KEY_HOME, KEY_UP } from '@atlaskit/ds-lib/keycodes';
|
|
4
|
-
var actionMap = (
|
|
3
|
+
var actionMap = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, KEY_DOWN, 'next'), KEY_UP, 'prev'), KEY_HOME, 'first'), KEY_END, 'last');
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* currentFocusedIdx + 1 will not work if the next focusable element
|
|
@@ -13,6 +13,7 @@ var listStyles = css({
|
|
|
13
13
|
margin: "var(--ds-space-0, 0px)",
|
|
14
14
|
padding: "var(--ds-space-0, 0px)",
|
|
15
15
|
isolation: 'isolate',
|
|
16
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
16
17
|
lineHeight: 1,
|
|
17
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
|
|
18
19
|
listStyleType: 'none !important',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.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/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
32
32
|
"@atlaskit/popup": "^1.30.0",
|
|
33
33
|
"@atlaskit/theme": "^14.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tokens": "^3.0.0",
|
|
35
35
|
"@atlaskit/tooltip": "^19.0.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@emotion/react": "^11.7.1",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@af/visual-regression": "*",
|
|
47
47
|
"@atlaskit/analytics-next": "^10.2.0",
|
|
48
48
|
"@atlaskit/ssr": "*",
|
|
49
|
-
"@atlaskit/toggle": "^
|
|
49
|
+
"@atlaskit/toggle": "^14.0.0",
|
|
50
50
|
"@atlaskit/visual-regression": "*",
|
|
51
51
|
"@emotion/styled": "^11.0.0",
|
|
52
52
|
"@testing-library/react": "^12.1.5",
|