@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-avatar-group
2
2
 
3
+ ## 1.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.2.6
4
10
 
5
11
  ### Patch Changes
@@ -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, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
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, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
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',
@@ -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, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
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, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
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',
@@ -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, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
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, @atlaskit/design-system/no-exported-css -- Ignored via go/DSP-18766
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.6",
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.8.0",
41
- "@atlaskit/editor-common": "^83.0.0",
42
- "@atlaskit/editor-plugin-analytics": "^1.3.0",
43
- "@atlaskit/editor-plugin-collab-edit": "^1.6.0",
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.4.0",
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",