@atlaskit/avatar-group 12.0.2 → 12.0.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 +12 -0
- package/dist/cjs/components/more-indicator.compiled.css +3 -3
- package/dist/cjs/components/more-indicator.js +5 -5
- package/dist/es2019/components/more-indicator.compiled.css +3 -3
- package/dist/es2019/components/more-indicator.js +5 -5
- package/dist/esm/components/more-indicator.compiled.css +3 -3
- package/dist/esm/components/more-indicator.js +5 -5
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
1
|
+
._11c81ixg{font:var(--ds-font-body-large,normal 400 1pc/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
4
|
._14mj1crf:after{border-radius:9pt}
|
|
5
5
|
._14mj1l7b:after{border-radius:3px}
|
|
6
6
|
._14mji2wt:after{border-radius:6px}
|
|
@@ -40,11 +40,11 @@ var borderRadiusMap = {
|
|
|
40
40
|
xxlarge: "_2rko1crf _14mj1crf"
|
|
41
41
|
};
|
|
42
42
|
var fontMap = {
|
|
43
|
-
small: "
|
|
44
|
-
medium: "
|
|
45
|
-
large: "
|
|
46
|
-
xlarge: "
|
|
47
|
-
xxlarge: "
|
|
43
|
+
small: "_11c81o8v",
|
|
44
|
+
medium: "_11c81o8v",
|
|
45
|
+
large: "_11c8dcr7",
|
|
46
|
+
xlarge: "_11c81ixg",
|
|
47
|
+
xxlarge: "_11c81ixg"
|
|
48
48
|
};
|
|
49
49
|
var MAX_DISPLAY_COUNT = 99;
|
|
50
50
|
var MoreIndicator = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
1
|
+
._11c81ixg{font:var(--ds-font-body-large,normal 400 1pc/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
4
|
._14mj1crf:after{border-radius:9pt}
|
|
5
5
|
._14mj1l7b:after{border-radius:3px}
|
|
6
6
|
._14mji2wt:after{border-radius:6px}
|
|
@@ -29,11 +29,11 @@ const borderRadiusMap = {
|
|
|
29
29
|
xxlarge: "_2rko1crf _14mj1crf"
|
|
30
30
|
};
|
|
31
31
|
const fontMap = {
|
|
32
|
-
small: "
|
|
33
|
-
medium: "
|
|
34
|
-
large: "
|
|
35
|
-
xlarge: "
|
|
36
|
-
xxlarge: "
|
|
32
|
+
small: "_11c81o8v",
|
|
33
|
+
medium: "_11c81o8v",
|
|
34
|
+
large: "_11c8dcr7",
|
|
35
|
+
xlarge: "_11c81ixg",
|
|
36
|
+
xxlarge: "_11c81ixg"
|
|
37
37
|
};
|
|
38
38
|
const MAX_DISPLAY_COUNT = 99;
|
|
39
39
|
const MoreIndicator = /*#__PURE__*/forwardRef(({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
1
|
+
._11c81ixg{font:var(--ds-font-body-large,normal 400 1pc/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
4
|
._14mj1crf:after{border-radius:9pt}
|
|
5
5
|
._14mj1l7b:after{border-radius:3px}
|
|
6
6
|
._14mji2wt:after{border-radius:6px}
|
|
@@ -30,11 +30,11 @@ var borderRadiusMap = {
|
|
|
30
30
|
xxlarge: "_2rko1crf _14mj1crf"
|
|
31
31
|
};
|
|
32
32
|
var fontMap = {
|
|
33
|
-
small: "
|
|
34
|
-
medium: "
|
|
35
|
-
large: "
|
|
36
|
-
xlarge: "
|
|
37
|
-
xxlarge: "
|
|
33
|
+
small: "_11c81o8v",
|
|
34
|
+
medium: "_11c81o8v",
|
|
35
|
+
large: "_11c8dcr7",
|
|
36
|
+
xlarge: "_11c81ixg",
|
|
37
|
+
xxlarge: "_11c81ixg"
|
|
38
38
|
};
|
|
39
39
|
var MAX_DISPLAY_COUNT = 99;
|
|
40
40
|
var MoreIndicator = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.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/"
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"runReact18": true
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/avatar": "^
|
|
28
|
+
"@atlaskit/avatar": "^25.0.0",
|
|
29
29
|
"@atlaskit/css": "^0.10.0",
|
|
30
30
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
31
31
|
"@atlaskit/menu": "^3.1.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
33
|
"@atlaskit/popup": "^2.0.0",
|
|
34
|
-
"@atlaskit/theme": "^
|
|
35
|
-
"@atlaskit/tokens": "^4.
|
|
34
|
+
"@atlaskit/theme": "^18.0.0",
|
|
35
|
+
"@atlaskit/tokens": "^4.4.0",
|
|
36
36
|
"@atlaskit/tooltip": "^20.0.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
38
38
|
"@compiled/react": "^0.18.2",
|
|
@@ -42,21 +42,21 @@
|
|
|
42
42
|
"react": "^18.2.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@af/accessibility-testing": "
|
|
46
|
-
"@af/integration-testing": "
|
|
47
|
-
"@af/visual-regression": "
|
|
45
|
+
"@af/accessibility-testing": "^2.0.0",
|
|
46
|
+
"@af/integration-testing": "^0.5.0",
|
|
47
|
+
"@af/visual-regression": "^1.3.0",
|
|
48
48
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
49
49
|
"@atlaskit/button": "^21.1.0",
|
|
50
|
-
"@atlaskit/docs": "
|
|
50
|
+
"@atlaskit/docs": "^10.0.0",
|
|
51
51
|
"@atlaskit/form": "^12.0.0",
|
|
52
52
|
"@atlaskit/icon": "^24.1.0",
|
|
53
|
-
"@atlaskit/link": "
|
|
53
|
+
"@atlaskit/link": "^3.0.0",
|
|
54
54
|
"@atlaskit/modal-dialog": "^13.0.0",
|
|
55
55
|
"@atlaskit/primitives": "^14.1.0",
|
|
56
|
-
"@atlaskit/section-message": "
|
|
57
|
-
"@atlaskit/ssr": "
|
|
56
|
+
"@atlaskit/section-message": "^8.1.0",
|
|
57
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
58
58
|
"@atlaskit/toggle": "^15.0.0",
|
|
59
|
-
"@atlaskit/visual-regression": "
|
|
59
|
+
"@atlaskit/visual-regression": "^0.10.0",
|
|
60
60
|
"@testing-library/react": "^13.4.0",
|
|
61
61
|
"@testing-library/user-event": "^14.4.3",
|
|
62
62
|
"lodash": "^4.17.21",
|