@atlaskit/avatar-group 11.1.2 → 11.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 +6 -0
- package/dist/cjs/components/grid.js +1 -1
- package/dist/cjs/components/more-indicator.js +1 -1
- package/dist/cjs/components/stack.js +1 -1
- package/dist/es2019/components/grid.js +1 -1
- package/dist/es2019/components/more-indicator.js +1 -1
- package/dist/es2019/components/stack.js +1 -1
- package/dist/esm/components/grid.js +1 -1
- package/dist/esm/components/more-indicator.js +1 -1
- package/dist/esm/components/stack.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* more-indicator.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* more-indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./more-indicator.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* more-indicator.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* more-indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["testId", "className", "ref"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.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/"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@atlaskit/css": "^0.8.0",
|
|
30
30
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
31
31
|
"@atlaskit/menu": "^2.14.0",
|
|
32
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
32
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
33
|
"@atlaskit/popup": "^1.31.0",
|
|
34
|
-
"@atlaskit/theme": "^
|
|
34
|
+
"@atlaskit/theme": "^16.0.0",
|
|
35
35
|
"@atlaskit/tokens": "^3.3.0",
|
|
36
36
|
"@atlaskit/tooltip": "^19.1.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"@atlaskit/button": "^20.5.0",
|
|
50
50
|
"@atlaskit/docs": "*",
|
|
51
51
|
"@atlaskit/form": "^11.1.0",
|
|
52
|
-
"@atlaskit/icon": "^23.
|
|
52
|
+
"@atlaskit/icon": "^23.9.0",
|
|
53
53
|
"@atlaskit/link": "*",
|
|
54
54
|
"@atlaskit/modal-dialog": "^12.20.0",
|
|
55
|
-
"@atlaskit/primitives": "^13.
|
|
55
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
56
56
|
"@atlaskit/section-message": "*",
|
|
57
57
|
"@atlaskit/ssr": "*",
|
|
58
58
|
"@atlaskit/toggle": "^14.1.0",
|