@atlaskit/editor-plugin-avatar-group 2.1.0 → 2.1.2

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,17 @@
1
1
  # @atlaskit/editor-plugin-avatar-group
2
2
 
3
+ ## 2.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.1.0
4
16
 
5
17
  ### Minor Changes
@@ -52,6 +52,7 @@ var badge = exports.badge = function badge(backgroundColor, textColor) {
52
52
  color: textColor,
53
53
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
54
54
  fontSize: (0, _editorSharedStyles.relativeFontSizeToBase16)(9),
55
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
55
56
  lineHeight: 0,
56
57
  paddingTop: "var(--ds-space-075, 6px)",
57
58
  textAlign: 'center',
@@ -44,6 +44,7 @@ export const badge = (backgroundColor, textColor) => css({
44
44
  color: textColor,
45
45
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
46
46
  fontSize: relativeFontSizeToBase16(9),
47
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
47
48
  lineHeight: 0,
48
49
  paddingTop: "var(--ds-space-075, 6px)",
49
50
  textAlign: 'center',
@@ -45,6 +45,7 @@ export var badge = function badge(backgroundColor, textColor) {
45
45
  color: textColor,
46
46
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
47
47
  fontSize: relativeFontSizeToBase16(9),
48
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
48
49
  lineHeight: 0,
49
50
  paddingTop: "var(--ds-space-075, 6px)",
50
51
  textAlign: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-avatar-group",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Avatar Group plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@atlaskit/avatar-group": "^10.1.0",
40
- "@atlaskit/editor-common": "^97.3.0",
40
+ "@atlaskit/editor-common": "^99.0.0",
41
41
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
42
42
  "@atlaskit/editor-plugin-collab-edit": "^2.1.0",
43
43
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
44
44
  "@atlaskit/editor-plugin-primary-toolbar": "^2.1.0",
45
45
  "@atlaskit/editor-prosemirror": "6.2.1",
46
46
  "@atlaskit/editor-shared-styles": "^3.2.0",
47
- "@atlaskit/icon": "^23.1.0",
47
+ "@atlaskit/icon": "^23.3.0",
48
48
  "@atlaskit/theme": "^14.0.0",
49
- "@atlaskit/tokens": "^2.5.0",
49
+ "@atlaskit/tokens": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
52
52
  "memoize-one": "^6.0.0",