@atlaskit/editor-plugin-avatar-group 5.0.0 → 6.0.0
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-avatar-group
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 5.0.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -46,7 +46,7 @@ var badge = exports.badge = function badge(backgroundColor, 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
|
zIndex: _editorSharedStyles.akEditorSmallZIndex,
|
|
48
48
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
49
|
-
borderRadius: "var(--ds-
|
|
49
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
50
50
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
51
51
|
background: backgroundColor,
|
|
52
52
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -38,7 +38,7 @@ export const badge = (backgroundColor, textColor) => css({
|
|
|
38
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
39
39
|
zIndex: akEditorSmallZIndex,
|
|
40
40
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
41
|
-
borderRadius: "var(--ds-
|
|
41
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
42
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
43
43
|
background: backgroundColor,
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -39,7 +39,7 @@ export var badge = function badge(backgroundColor, textColor) {
|
|
|
39
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
40
40
|
zIndex: akEditorSmallZIndex,
|
|
41
41
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
42
|
-
borderRadius: "var(--ds-
|
|
42
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
43
43
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
44
44
|
background: backgroundColor,
|
|
45
45
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const inviteTeamWrapperStyles: SerializedStyles;
|
|
3
|
+
export declare const avatarContainerStyles: SerializedStyles;
|
|
4
|
+
export declare const badge: (backgroundColor: string, textColor: string) => SerializedStyles;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
1
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
2
|
+
export declare const inviteTeamWrapperStyles: SerializedStyles;
|
|
3
|
+
export declare const avatarContainerStyles: SerializedStyles;
|
|
4
|
+
export declare const badge: (backgroundColor: string, textColor: string) => SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,24 +33,24 @@
|
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/avatar-group": "^12.2.0",
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
37
|
-
"@atlaskit/editor-plugin-collab-edit": "^
|
|
38
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
39
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^5.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-collab-edit": "^6.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-feature-flags": "^4.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^6.0.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
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
44
|
"@atlaskit/theme": "^20.0.0",
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
46
|
-
"@atlaskit/tokens": "^6.
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^12.9.0",
|
|
46
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|
|
49
49
|
"memoize-one": "^6.0.0",
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^
|
|
53
|
+
"@atlaskit/editor-common": "^109.0.0",
|
|
54
54
|
"react": "^18.2.0"
|
|
55
55
|
},
|
|
56
56
|
"techstack": {
|