@atlaskit/media-avatar-picker 24.6.15 → 24.7.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 +20 -0
- package/dist/cjs/avatar-picker-dialog/avatar-picker-dialog-error-boundary.js +22 -0
- package/dist/cjs/avatar-picker-dialog/avatar-picker-dialog-loader.js +18 -91
- package/dist/cjs/avatar-picker-dialog/custom-spinner.js +15 -0
- package/dist/cjs/avatar-picker-dialog/index.js +5 -3
- package/dist/cjs/image-navigator/exportCroppedImage.js +16 -0
- package/dist/cjs/image-navigator/index.js +4 -9
- package/dist/es2019/avatar-picker-dialog/avatar-picker-dialog-error-boundary.js +10 -0
- package/dist/es2019/avatar-picker-dialog/avatar-picker-dialog-loader.js +9 -42
- package/dist/es2019/avatar-picker-dialog/custom-spinner.js +8 -0
- package/dist/es2019/avatar-picker-dialog/index.js +5 -3
- package/dist/es2019/image-navigator/exportCroppedImage.js +10 -0
- package/dist/es2019/image-navigator/index.js +5 -11
- package/dist/esm/avatar-picker-dialog/avatar-picker-dialog-error-boundary.js +12 -0
- package/dist/esm/avatar-picker-dialog/avatar-picker-dialog-loader.js +13 -87
- package/dist/esm/avatar-picker-dialog/custom-spinner.js +8 -0
- package/dist/esm/avatar-picker-dialog/index.js +5 -3
- package/dist/esm/image-navigator/exportCroppedImage.js +10 -0
- package/dist/esm/image-navigator/index.js +5 -10
- package/dist/types/avatar-picker-dialog/avatar-picker-dialog-error-boundary.d.ts +6 -0
- package/dist/types/avatar-picker-dialog/avatar-picker-dialog-loader.d.ts +4 -19
- package/dist/types/avatar-picker-dialog/custom-spinner.d.ts +2 -0
- package/dist/types/image-navigator/exportCroppedImage.d.ts +2 -0
- package/dist/types-ts4.5/avatar-picker-dialog/avatar-picker-dialog-error-boundary.d.ts +6 -0
- package/dist/types-ts4.5/avatar-picker-dialog/avatar-picker-dialog-loader.d.ts +4 -19
- package/dist/types-ts4.5/avatar-picker-dialog/custom-spinner.d.ts +2 -0
- package/dist/types-ts4.5/image-navigator/exportCroppedImage.d.ts +2 -0
- package/example-helpers/index.ts +6 -5
- package/example-helpers/samples/avatar-1.svg +32 -0
- package/example-helpers/samples/avatar-10.svg +29 -0
- package/example-helpers/samples/avatar-11.svg +37 -0
- package/example-helpers/samples/avatar-12.svg +38 -0
- package/example-helpers/samples/avatar-13.svg +32 -0
- package/example-helpers/samples/avatar-14.svg +28 -0
- package/example-helpers/samples/avatar-15.svg +27 -0
- package/example-helpers/samples/avatar-16.svg +25 -0
- package/example-helpers/samples/avatar-17.svg +47 -0
- package/example-helpers/samples/avatar-18.svg +30 -0
- package/example-helpers/samples/avatar-19.svg +35 -0
- package/example-helpers/samples/avatar-2.svg +31 -0
- package/example-helpers/samples/avatar-20.svg +25 -0
- package/example-helpers/samples/avatar-21.svg +27 -0
- package/example-helpers/samples/avatar-22.svg +36 -0
- package/example-helpers/samples/avatar-23.svg +25 -0
- package/example-helpers/samples/avatar-24.svg +22 -0
- package/example-helpers/samples/avatar-25.svg +23 -0
- package/example-helpers/samples/avatar-26.svg +26 -0
- package/example-helpers/samples/avatar-3.svg +30 -0
- package/example-helpers/samples/avatar-4.svg +33 -0
- package/example-helpers/samples/avatar-5.svg +34 -0
- package/example-helpers/samples/avatar-6.svg +35 -0
- package/example-helpers/samples/avatar-7.svg +32 -0
- package/example-helpers/samples/avatar-8.svg +35 -0
- package/example-helpers/samples/avatar-9.svg +27 -0
- package/example-helpers/samples/index.ts +55 -0
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-avatar-picker",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.7.0",
|
|
4
4
|
"description": "A component to select, drag and resize image avatars. It also provides a default list of predefined avatars.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,39 +27,40 @@
|
|
|
27
27
|
},
|
|
28
28
|
"atlassian": {
|
|
29
29
|
"team": "Media Experience",
|
|
30
|
-
"inPublicMirror": true,
|
|
31
|
-
"releaseModel": "continuous",
|
|
32
30
|
"website": {
|
|
33
31
|
"name": "Media Avatar Picker"
|
|
34
|
-
}
|
|
32
|
+
},
|
|
33
|
+
"runReact18": true
|
|
35
34
|
},
|
|
36
35
|
"dependencies": {
|
|
37
|
-
"@atlaskit/button": "^20.
|
|
36
|
+
"@atlaskit/button": "^20.1.0",
|
|
38
37
|
"@atlaskit/flag": "^15.8.0",
|
|
39
38
|
"@atlaskit/form": "^10.5.0",
|
|
40
|
-
"@atlaskit/icon": "^22.
|
|
39
|
+
"@atlaskit/icon": "^22.16.0",
|
|
41
40
|
"@atlaskit/media-ui": "^25.11.0",
|
|
42
41
|
"@atlaskit/modal-dialog": "^12.15.0",
|
|
43
|
-
"@atlaskit/primitives": "^12.
|
|
42
|
+
"@atlaskit/primitives": "^12.1.0",
|
|
44
43
|
"@atlaskit/range": "^7.4.0",
|
|
45
44
|
"@atlaskit/spinner": "^16.3.0",
|
|
46
45
|
"@atlaskit/textfield": "^6.5.0",
|
|
47
46
|
"@atlaskit/theme": "^13.0.0",
|
|
48
|
-
"@atlaskit/tokens": "^1.
|
|
47
|
+
"@atlaskit/tokens": "^1.59.0",
|
|
49
48
|
"@atlaskit/visually-hidden": "^1.5.0",
|
|
50
49
|
"@babel/runtime": "^7.0.0",
|
|
51
|
-
"exenv": "^1.2.2"
|
|
50
|
+
"exenv": "^1.2.2",
|
|
51
|
+
"react-error-boundary": "^3.1.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
55
|
-
"react": "^16.8.0",
|
|
55
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
56
56
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@atlaskit/media-core": "^34.
|
|
60
|
-
"@atlaskit/media-test-helpers": "^34.
|
|
59
|
+
"@atlaskit/media-core": "^34.3.0",
|
|
60
|
+
"@atlaskit/media-test-helpers": "^34.1.0",
|
|
61
61
|
"@atlaskit/visual-regression": "*",
|
|
62
62
|
"@testing-library/react": "^12.1.5",
|
|
63
|
+
"@testing-library/user-event": "^14.4.3",
|
|
63
64
|
"@types/enzyme": "3.1.15",
|
|
64
65
|
"@types/exenv": "^1.2.0",
|
|
65
66
|
"enzyme": "^3.10.0",
|