@atlaskit/media-viewer 52.4.26 → 52.4.28
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 +12 -41
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/analytics/ufoExperiences.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/analytics/ufoExperiences.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/analytics/ufoExperiences.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/media-viewer
|
|
2
2
|
|
|
3
|
+
## 52.4.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 52.4.27
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 52.4.26
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1342,7 +1354,6 @@
|
|
|
1342
1354
|
- [#40767](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40767)
|
|
1343
1355
|
[`8836e1fb91c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8836e1fb91c) - [ux]
|
|
1344
1356
|
Upgraded pdfjs-dist from 2.0.943 to 2.16.105. This includes changes such as:
|
|
1345
|
-
|
|
1346
1357
|
- [MEX-2580] displaying digital signatures on MediaViewer
|
|
1347
1358
|
- [MEX-2225] handling the 'Cannot read properties of undefined' error
|
|
1348
1359
|
- [MEX-2162] showing non-latin characters on MediaViewer
|
|
@@ -2585,7 +2596,6 @@
|
|
|
2585
2596
|
|
|
2586
2597
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2587
2598
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
2588
|
-
|
|
2589
2599
|
- @atlaskit/docs@8.3.2
|
|
2590
2600
|
- @atlaskit/visual-regression@0.1.9
|
|
2591
2601
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -2835,7 +2845,6 @@
|
|
|
2835
2845
|
> remove deprecated "context" property from media components in favor of "mediaClientConfig"
|
|
2836
2846
|
|
|
2837
2847
|
This affects all public media UI components:
|
|
2838
|
-
|
|
2839
2848
|
- Card
|
|
2840
2849
|
- Filmstrip
|
|
2841
2850
|
- SmartMediaEditor
|
|
@@ -3284,13 +3293,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3284
3293
|
### Minor Changes
|
|
3285
3294
|
|
|
3286
3295
|
- [minor][7b48b319a3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7b48b319a3):
|
|
3287
|
-
|
|
3288
3296
|
- Remove media-core dependency and allow to pass mediaClientConfig as part of public api
|
|
3289
3297
|
|
|
3290
3298
|
## 43.0.3
|
|
3291
3299
|
|
|
3292
3300
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
3293
|
-
|
|
3294
3301
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
3295
3302
|
Request #5942 for details
|
|
3296
3303
|
|
|
@@ -3325,7 +3332,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3325
3332
|
## 43.0.0
|
|
3326
3333
|
|
|
3327
3334
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
3328
|
-
|
|
3329
3335
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
3330
3336
|
this package, please ensure you use at least this version of react and react-dom.
|
|
3331
3337
|
|
|
@@ -3367,7 +3373,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3367
3373
|
## 40.1.11
|
|
3368
3374
|
|
|
3369
3375
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
3370
|
-
|
|
3371
3376
|
- Bump tslib
|
|
3372
3377
|
|
|
3373
3378
|
## 40.1.10
|
|
@@ -3387,26 +3392,22 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3387
3392
|
## 40.1.9
|
|
3388
3393
|
|
|
3389
3394
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
3390
|
-
|
|
3391
3395
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
3392
3396
|
supplied from itself.
|
|
3393
3397
|
|
|
3394
3398
|
## 40.1.8
|
|
3395
3399
|
|
|
3396
3400
|
- [patch][8bdebe02f1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8bdebe02f1):
|
|
3397
|
-
|
|
3398
3401
|
- Remove tests from MediaViewer dist
|
|
3399
3402
|
|
|
3400
3403
|
## 40.1.7
|
|
3401
3404
|
|
|
3402
3405
|
- [patch][bee4101a63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bee4101a63):
|
|
3403
|
-
|
|
3404
3406
|
- instrument analytics for audio and video play and error events
|
|
3405
3407
|
|
|
3406
3408
|
## 40.1.6
|
|
3407
3409
|
|
|
3408
3410
|
- [patch][caf134141e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/caf134141e):
|
|
3409
|
-
|
|
3410
3411
|
- Fix incorrect MediaButton imports
|
|
3411
3412
|
|
|
3412
3413
|
## 40.1.5
|
|
@@ -3429,13 +3430,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3429
3430
|
## 40.1.4
|
|
3430
3431
|
|
|
3431
3432
|
- [patch][4e1138a13a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e1138a13a):
|
|
3432
|
-
|
|
3433
3433
|
- add close event to MVNG
|
|
3434
3434
|
|
|
3435
3435
|
## 40.1.3
|
|
3436
3436
|
|
|
3437
3437
|
- [patch][32317ff8f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/32317ff8f3):
|
|
3438
|
-
|
|
3439
3438
|
- MS-1633 Renderer passes a list of files and external images to a Card to be opened with Media
|
|
3440
3439
|
Viewer
|
|
3441
3440
|
|
|
@@ -3451,13 +3450,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3451
3450
|
## 40.1.1
|
|
3452
3451
|
|
|
3453
3452
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
3454
|
-
|
|
3455
3453
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
3456
3454
|
|
|
3457
3455
|
## 40.1.0
|
|
3458
3456
|
|
|
3459
3457
|
- [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
|
|
3460
|
-
|
|
3461
3458
|
- Support external image identifier in MediaViewer
|
|
3462
3459
|
|
|
3463
3460
|
## 40.0.0
|
|
@@ -3481,13 +3478,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3481
3478
|
## 39.0.1
|
|
3482
3479
|
|
|
3483
3480
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
3484
|
-
|
|
3485
3481
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
3486
3482
|
|
|
3487
3483
|
## 39.0.0
|
|
3488
3484
|
|
|
3489
3485
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
3490
|
-
|
|
3491
3486
|
- Dropped ES5 distributables from the typescript packages
|
|
3492
3487
|
|
|
3493
3488
|
- Updated dependencies
|
|
@@ -3539,7 +3534,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3539
3534
|
## 37.0.0
|
|
3540
3535
|
|
|
3541
3536
|
- [patch][6bd4c428e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bd4c428e2):
|
|
3542
|
-
|
|
3543
3537
|
- load image preview as soon representation is present instead of waiting for file status to be
|
|
3544
3538
|
processed
|
|
3545
3539
|
|
|
@@ -3553,13 +3547,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3553
3547
|
## 36.1.0
|
|
3554
3548
|
|
|
3555
3549
|
- [minor][f1b46bcb42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1b46bcb42):
|
|
3556
|
-
|
|
3557
3550
|
- ED-6259 Enable stricter types for media packages
|
|
3558
3551
|
|
|
3559
3552
|
## 36.0.0
|
|
3560
3553
|
|
|
3561
3554
|
- [major][6e49c7c418](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e49c7c418):
|
|
3562
|
-
|
|
3563
3555
|
- Remove custom MediaViewerItem + Identifier types and use the one from media-core as part of
|
|
3564
3556
|
public api
|
|
3565
3557
|
|
|
@@ -3584,7 +3576,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3584
3576
|
## 35.2.0
|
|
3585
3577
|
|
|
3586
3578
|
- [minor][fde1cf51e0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fde1cf51e0):
|
|
3587
|
-
|
|
3588
3579
|
- Code split component
|
|
3589
3580
|
|
|
3590
3581
|
- Updated dependencies
|
|
@@ -3596,19 +3587,16 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3596
3587
|
## 35.1.2
|
|
3597
3588
|
|
|
3598
3589
|
- [patch][05d5d28e5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05d5d28e5d):
|
|
3599
|
-
|
|
3600
3590
|
- cleanup MVNG analytics as part of MS-1184
|
|
3601
3591
|
|
|
3602
3592
|
## 35.1.1
|
|
3603
3593
|
|
|
3604
3594
|
- [patch][ef469cbb0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef469cbb0b):
|
|
3605
|
-
|
|
3606
3595
|
- MS-357 replaced @atlaskit/util-shared-styles from media components by @atlaskit/theme
|
|
3607
3596
|
|
|
3608
3597
|
## 35.1.0
|
|
3609
3598
|
|
|
3610
3599
|
- [minor][a74d635f1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a74d635f1c):
|
|
3611
|
-
|
|
3612
3600
|
- Remove feedback button
|
|
3613
3601
|
|
|
3614
3602
|
## 35.0.0
|
|
@@ -3665,19 +3653,16 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3665
3653
|
## 32.1.0
|
|
3666
3654
|
|
|
3667
3655
|
- [minor][2dc7a74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2dc7a74):
|
|
3668
|
-
|
|
3669
3656
|
- Remember video quality in video player in MediaViewer
|
|
3670
3657
|
|
|
3671
3658
|
## 32.0.1
|
|
3672
3659
|
|
|
3673
3660
|
- [patch][3cc69de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cc69de):
|
|
3674
|
-
|
|
3675
3661
|
- only apply css pixelation to zoomed in images
|
|
3676
3662
|
|
|
3677
3663
|
## 32.0.0
|
|
3678
3664
|
|
|
3679
3665
|
- [major][c91adfe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c91adfe):
|
|
3680
|
-
|
|
3681
3666
|
- remove customVideoPlayer featureFlag prop and enable by default
|
|
3682
3667
|
|
|
3683
3668
|
## 31.0.0
|
|
@@ -3691,7 +3676,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3691
3676
|
## 30.0.0
|
|
3692
3677
|
|
|
3693
3678
|
- [patch][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
|
|
3694
|
-
|
|
3695
3679
|
- Remove deprecated methods from media-core
|
|
3696
3680
|
- Use context.collection methods in MediaViewer
|
|
3697
3681
|
- Remove link support from media-card
|
|
@@ -3709,13 +3693,11 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3709
3693
|
## 29.2.0
|
|
3710
3694
|
|
|
3711
3695
|
- [minor][8314694](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8314694):
|
|
3712
|
-
|
|
3713
3696
|
- Support uploading + processing files in MediaViewer
|
|
3714
3697
|
|
|
3715
3698
|
## 29.1.0
|
|
3716
3699
|
|
|
3717
3700
|
- [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
|
|
3718
|
-
|
|
3719
3701
|
- default to HD video if available in video viewer
|
|
3720
3702
|
|
|
3721
3703
|
## 29.0.2
|
|
@@ -3729,7 +3711,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3729
3711
|
## 29.0.1
|
|
3730
3712
|
|
|
3731
3713
|
- [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
|
|
3732
|
-
|
|
3733
3714
|
- Add SSR support to media components
|
|
3734
3715
|
|
|
3735
3716
|
## 29.0.0
|
|
@@ -3768,20 +3749,17 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3768
3749
|
## 27.1.0
|
|
3769
3750
|
|
|
3770
3751
|
- [minor][5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
|
|
3771
|
-
|
|
3772
3752
|
- CustomVideoPlayer is now CustomMediaPlayer and supports audio through type property. Media
|
|
3773
3753
|
Viewer now uses custom audio player for audio everywhere except IE11.
|
|
3774
3754
|
|
|
3775
3755
|
## 27.0.6
|
|
3776
3756
|
|
|
3777
3757
|
- [patch][01697a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/01697a6):
|
|
3778
|
-
|
|
3779
3758
|
- CustomVideoPlayer improvements: fix currentTime origin + apply custom theme
|
|
3780
3759
|
|
|
3781
3760
|
## 27.0.5
|
|
3782
3761
|
|
|
3783
3762
|
- [patch][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
|
|
3784
|
-
|
|
3785
3763
|
- use custom video player for inline video in media-card
|
|
3786
3764
|
|
|
3787
3765
|
## 27.0.4
|
|
@@ -3799,7 +3777,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3799
3777
|
## 27.0.3
|
|
3800
3778
|
|
|
3801
3779
|
- [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
|
|
3802
|
-
|
|
3803
3780
|
- translate component properties in media components
|
|
3804
3781
|
|
|
3805
3782
|
## 27.0.2
|
|
@@ -3839,7 +3816,6 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3839
3816
|
## 26.0.1
|
|
3840
3817
|
|
|
3841
3818
|
- [patch][8584c5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8584c5a):
|
|
3842
|
-
|
|
3843
3819
|
- Fix zoom not sorting numerical values correctly
|
|
3844
3820
|
|
|
3845
3821
|
## 26.0.0
|
|
@@ -3860,31 +3836,26 @@ withAnalyticsEvents<Props>()(Button);
|
|
|
3860
3836
|
## 25.0.2
|
|
3861
3837
|
|
|
3862
3838
|
- [patch][714f6ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/714f6ba):
|
|
3863
|
-
|
|
3864
3839
|
- Add analytics for navigation events in MediaViewer
|
|
3865
3840
|
|
|
3866
3841
|
## 25.0.1
|
|
3867
3842
|
|
|
3868
3843
|
- [patch][74c9cd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/74c9cd1):
|
|
3869
|
-
|
|
3870
3844
|
- Add analytics for zoom controls
|
|
3871
3845
|
|
|
3872
3846
|
## 25.0.0
|
|
3873
3847
|
|
|
3874
3848
|
- [major][023cb45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/023cb45" d):
|
|
3875
|
-
|
|
3876
3849
|
- Add i18n support to MediaViewer
|
|
3877
3850
|
|
|
3878
3851
|
## 24.1.11
|
|
3879
3852
|
|
|
3880
3853
|
- [patch][12afe80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12afe80" d):
|
|
3881
|
-
|
|
3882
3854
|
- Move mocks directory structure to fix dist build issues
|
|
3883
3855
|
|
|
3884
3856
|
## 24.1.10
|
|
3885
3857
|
|
|
3886
3858
|
- [patch][4b84e8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b84e8b" d):
|
|
3887
|
-
|
|
3888
3859
|
- Avoid unnecessary render cycle in ItemViewer
|
|
3889
3860
|
|
|
3890
3861
|
## 24.1.9
|
|
@@ -10,7 +10,7 @@ exports.packageVersion = exports.packageName = void 0;
|
|
|
10
10
|
var _analytics = require("@atlaskit/media-common/analytics");
|
|
11
11
|
var componentName = exports.component = exports.componentName = 'mediaViewer';
|
|
12
12
|
var packageName = exports.packageName = "@atlaskit/media-viewer";
|
|
13
|
-
var packageVersion = exports.packageVersion = "
|
|
13
|
+
var packageVersion = exports.packageVersion = "52.4.27";
|
|
14
14
|
function getFileAttributes(fileState) {
|
|
15
15
|
if (!fileState) {
|
|
16
16
|
return {
|
|
@@ -13,7 +13,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
13
13
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
14
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
15
|
var packageName = "@atlaskit/media-viewer";
|
|
16
|
-
var packageVersion = "
|
|
16
|
+
var packageVersion = "52.4.27";
|
|
17
17
|
var ufoExperience;
|
|
18
18
|
var getExperience = function getExperience() {
|
|
19
19
|
if (!ufoExperience) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ANALYTICS_MEDIA_CHANNEL, sanitiseAnalyticsPayload } from '@atlaskit/media-common/analytics';
|
|
2
2
|
const componentName = 'mediaViewer';
|
|
3
3
|
const packageName = "@atlaskit/media-viewer";
|
|
4
|
-
const packageVersion = "
|
|
4
|
+
const packageVersion = "52.4.27";
|
|
5
5
|
export { packageName, packageVersion, componentName, componentName as component };
|
|
6
6
|
export function getFileAttributes(fileState) {
|
|
7
7
|
if (!fileState) {
|
|
@@ -3,7 +3,7 @@ import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
|
3
3
|
import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
5
|
const packageName = "@atlaskit/media-viewer";
|
|
6
|
-
const packageVersion = "
|
|
6
|
+
const packageVersion = "52.4.27";
|
|
7
7
|
let ufoExperience;
|
|
8
8
|
const getExperience = () => {
|
|
9
9
|
if (!ufoExperience) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ANALYTICS_MEDIA_CHANNEL, sanitiseAnalyticsPayload } from '@atlaskit/media-common/analytics';
|
|
2
2
|
var componentName = 'mediaViewer';
|
|
3
3
|
var packageName = "@atlaskit/media-viewer";
|
|
4
|
-
var packageVersion = "
|
|
4
|
+
var packageVersion = "52.4.27";
|
|
5
5
|
export { packageName, packageVersion, componentName, componentName as component };
|
|
6
6
|
export function getFileAttributes(fileState) {
|
|
7
7
|
if (!fileState) {
|
|
@@ -6,7 +6,7 @@ import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
|
6
6
|
import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
var packageName = "@atlaskit/media-viewer";
|
|
9
|
-
var packageVersion = "
|
|
9
|
+
var packageVersion = "52.4.27";
|
|
10
10
|
var ufoExperience;
|
|
11
11
|
var getExperience = function getExperience() {
|
|
12
12
|
if (!ufoExperience) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-viewer",
|
|
3
|
-
"version": "52.4.
|
|
3
|
+
"version": "52.4.28",
|
|
4
4
|
"description": "MediaViewer is Atlassian's powerful solution for viewing files on the web. It's both powerful and extendable yet easy-to-integrate",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@atlaskit/media-ui": "^28.7.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
50
|
"@atlaskit/portal": "^5.1.0",
|
|
51
|
-
"@atlaskit/primitives": "^
|
|
51
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
52
52
|
"@atlaskit/side-navigation": "^11.0.0",
|
|
53
53
|
"@atlaskit/spinner": "^19.0.0",
|
|
54
54
|
"@atlaskit/textfield": "^8.0.0",
|
|
55
55
|
"@atlaskit/theme": "^21.0.0",
|
|
56
|
-
"@atlaskit/tokens": "^
|
|
56
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.5.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@codemirror/language-data": "6.5.1",
|
|
62
62
|
"@codemirror/state": "6.5.1",
|
|
63
63
|
"@codemirror/view": "6.36.2",
|
|
64
|
-
"@compiled/react": "^0.18.
|
|
64
|
+
"@compiled/react": "^0.18.6",
|
|
65
65
|
"@kenjiuno/msgreader": "^1.2.6",
|
|
66
66
|
"@lezer/highlight": "1.2.1",
|
|
67
67
|
"deep-equal": "^1.0.1",
|