@atlaskit/editor-plugin-avatar-group 6.0.0 → 6.0.1
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 +8 -0
- package/dist/cjs/ui/styles.js +2 -2
- package/dist/es2019/ui/styles.js +2 -2
- package/dist/esm/ui/styles.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-avatar-group
|
|
2
2
|
|
|
3
|
+
## 6.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 6.0.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -13,7 +13,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
13
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
14
14
|
var inviteTeamWrapperStyles = exports.inviteTeamWrapperStyles = (0, _react.css)({
|
|
15
15
|
background: "var(--ds-background-neutral, ".concat(_colors.N20, ")"),
|
|
16
|
-
borderRadius:
|
|
16
|
+
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
17
17
|
minWidth: "var(--ds-space-400, 32px)",
|
|
18
18
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
19
19
|
});
|
|
@@ -29,7 +29,7 @@ var avatarContainerStyles = exports.avatarContainerStyles = (0, _react.css)({
|
|
|
29
29
|
},
|
|
30
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
31
31
|
'div:last-child button.invite-to-edit': {
|
|
32
|
-
borderRadius:
|
|
32
|
+
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
33
33
|
height: '32px',
|
|
34
34
|
width: '32px',
|
|
35
35
|
padding: "var(--ds-space-025, 2px)"
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -6,7 +6,7 @@ import { N20 } from '@atlaskit/theme/colors';
|
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export const inviteTeamWrapperStyles = css({
|
|
8
8
|
background: `var(--ds-background-neutral, ${N20})`,
|
|
9
|
-
borderRadius:
|
|
9
|
+
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
10
10
|
minWidth: "var(--ds-space-400, 32px)",
|
|
11
11
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
12
12
|
});
|
|
@@ -22,7 +22,7 @@ export const avatarContainerStyles = css({
|
|
|
22
22
|
},
|
|
23
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
24
24
|
'div:last-child button.invite-to-edit': {
|
|
25
|
-
borderRadius:
|
|
25
|
+
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
26
26
|
height: '32px',
|
|
27
27
|
width: '32px',
|
|
28
28
|
padding: "var(--ds-space-025, 2px)"
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -6,7 +6,7 @@ import { N20 } from '@atlaskit/theme/colors';
|
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export var inviteTeamWrapperStyles = css({
|
|
8
8
|
background: "var(--ds-background-neutral, ".concat(N20, ")"),
|
|
9
|
-
borderRadius:
|
|
9
|
+
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
10
10
|
minWidth: "var(--ds-space-400, 32px)",
|
|
11
11
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
12
12
|
});
|
|
@@ -22,7 +22,7 @@ export var avatarContainerStyles = css({
|
|
|
22
22
|
},
|
|
23
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
24
24
|
'div:last-child button.invite-to-edit': {
|
|
25
|
-
borderRadius:
|
|
25
|
+
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
26
26
|
height: '32px',
|
|
27
27
|
width: '32px',
|
|
28
28
|
padding: "var(--ds-space-025, 2px)"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
42
42
|
"@atlaskit/icon": "^28.1.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/theme": "^
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
44
|
+
"@atlaskit/theme": "^21.0.0",
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^12.10.0",
|
|
46
46
|
"@atlaskit/tokens": "^6.3.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^109.
|
|
53
|
+
"@atlaskit/editor-common": "^109.1.0",
|
|
54
54
|
"react": "^18.2.0"
|
|
55
55
|
},
|
|
56
56
|
"techstack": {
|