@atlaskit/avatar-group 10.1.2 → 10.1.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.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/components/grid.js +1 -0
- package/dist/cjs/components/more-indicator.js +1 -0
- package/dist/cjs/components/stack.js +1 -0
- package/dist/es2019/components/grid.js +1 -0
- package/dist/es2019/components/more-indicator.js +1 -0
- package/dist/es2019/components/stack.js +1 -0
- package/dist/esm/components/grid.js +1 -0
- package/dist/esm/components/more-indicator.js +1 -0
- package/dist/esm/components/stack.js +1 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 10.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
|
|
8
|
+
[`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
|
|
9
|
+
Update dependencies.
|
|
10
|
+
|
|
11
|
+
## 10.1.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 10.1.2
|
|
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',
|
|
@@ -115,6 +115,7 @@ var MoreIndicator = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
115
115
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
116
116
|
,
|
|
117
117
|
style: {
|
|
118
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
118
119
|
font: buttonSizes[size]
|
|
119
120
|
},
|
|
120
121
|
css: [buttonStyles, isActive && buttonActiveStyles]
|
|
@@ -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',
|
|
@@ -100,6 +100,7 @@ const MoreIndicator = /*#__PURE__*/forwardRef(({
|
|
|
100
100
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
101
101
|
,
|
|
102
102
|
style: {
|
|
103
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
103
104
|
font: buttonSizes[size]
|
|
104
105
|
},
|
|
105
106
|
css: [buttonStyles, isActive && buttonActiveStyles]
|
|
@@ -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',
|
|
@@ -105,6 +105,7 @@ var MoreIndicator = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
105
105
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
106
106
|
,
|
|
107
107
|
style: {
|
|
108
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
108
109
|
font: buttonSizes[size]
|
|
109
110
|
},
|
|
110
111
|
css: [buttonStyles, isActive && buttonActiveStyles]
|
|
@@ -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.4",
|
|
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.1.0",
|
|
35
35
|
"@atlaskit/tooltip": "^19.0.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@emotion/react": "^11.7.1",
|
|
@@ -46,15 +46,14 @@
|
|
|
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",
|
|
53
53
|
"@testing-library/user-event": "^14.4.3",
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
55
|
"react-dom": "^16.8.0",
|
|
56
|
-
"typescript": "~5.4.2"
|
|
57
|
-
"wait-for-expect": "^1.2.0"
|
|
56
|
+
"typescript": "~5.4.2"
|
|
58
57
|
},
|
|
59
58
|
"keywords": [
|
|
60
59
|
"atlaskit",
|