@atlaskit/editor-plugin-avatar-group 1.2.6 → 1.2.7
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/ui/styles.js +2 -2
- package/dist/es2019/ui/styles.js +2 -2
- package/dist/esm/ui/styles.js +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -10,7 +10,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
10
10
|
/* eslint-disable @repo/internal/styles/no-exported-styles, @atlaskit/design-system/no-nested-styles */
|
|
11
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
12
12
|
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
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
16
|
borderRadius: '50%',
|
|
@@ -18,7 +18,7 @@ var inviteTeamWrapperStyles = exports.inviteTeamWrapperStyles = (0, _react.css)(
|
|
|
18
18
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
19
19
|
});
|
|
20
20
|
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
22
22
|
var avatarContainerStyles = exports.avatarContainerStyles = (0, _react.css)({
|
|
23
23
|
marginRight: "var(--ds-space-100, 8px)",
|
|
24
24
|
display: 'flex',
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { akEditorSmallZIndex, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
5
5
|
import { N20 } from '@atlaskit/theme/colors';
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
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
9
|
borderRadius: '50%',
|
|
@@ -11,7 +11,7 @@ export const inviteTeamWrapperStyles = css({
|
|
|
11
11
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
12
12
|
});
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
15
|
export const avatarContainerStyles = css({
|
|
16
16
|
marginRight: "var(--ds-space-100, 8px)",
|
|
17
17
|
display: 'flex',
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { akEditorSmallZIndex, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
5
5
|
import { N20 } from '@atlaskit/theme/colors';
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
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
9
|
borderRadius: '50%',
|
|
@@ -11,7 +11,7 @@ export var inviteTeamWrapperStyles = css({
|
|
|
11
11
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
12
12
|
});
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
15
|
export var avatarContainerStyles = css({
|
|
16
16
|
marginRight: "var(--ds-space-100, 8px)",
|
|
17
17
|
display: 'flex',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
".": "./src/index.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@atlaskit/avatar-group": "^9.
|
|
41
|
-
"@atlaskit/editor-common": "^
|
|
42
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
43
|
-
"@atlaskit/editor-plugin-collab-edit": "^1.
|
|
40
|
+
"@atlaskit/avatar-group": "^9.9.0",
|
|
41
|
+
"@atlaskit/editor-common": "^84.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-analytics": "^1.4.0",
|
|
43
|
+
"@atlaskit/editor-plugin-collab-edit": "^1.8.0",
|
|
44
44
|
"@atlaskit/editor-plugin-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
47
|
-
"@atlaskit/icon": "^22.
|
|
47
|
+
"@atlaskit/icon": "^22.5.0",
|
|
48
48
|
"@atlaskit/theme": "^12.11.0",
|
|
49
49
|
"@atlaskit/tokens": "^1.53.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|