@atlaskit/media-viewer 52.4.16 → 52.4.18
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 +16 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/analytics/ufoExperiences.js +1 -1
- package/dist/cjs/navigation.js +1 -1
- package/dist/cjs/styleWrappers-emotion.js +1 -1
- package/dist/cjs/viewers/archiveSidebar/styleWrappers-compiled.compiled.css +1 -1
- package/dist/cjs/viewers/archiveSidebar/styleWrappers-compiled.js +2 -2
- package/dist/cjs/viewers/archiveSidebar/styleWrappers-emotion.js +2 -2
- package/dist/cjs/viewers/codeViewer/CodeRendererAdvanced/theme.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/analytics/ufoExperiences.js +1 -1
- package/dist/es2019/navigation.js +1 -1
- package/dist/es2019/styleWrappers-emotion.js +1 -1
- package/dist/es2019/viewers/archiveSidebar/styleWrappers-compiled.compiled.css +1 -1
- package/dist/es2019/viewers/archiveSidebar/styleWrappers-compiled.js +2 -2
- package/dist/es2019/viewers/archiveSidebar/styleWrappers-emotion.js +2 -2
- package/dist/es2019/viewers/codeViewer/CodeRendererAdvanced/theme.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/analytics/ufoExperiences.js +1 -1
- package/dist/esm/navigation.js +1 -1
- package/dist/esm/styleWrappers-emotion.js +1 -1
- package/dist/esm/viewers/archiveSidebar/styleWrappers-compiled.compiled.css +1 -1
- package/dist/esm/viewers/archiveSidebar/styleWrappers-compiled.js +2 -2
- package/dist/esm/viewers/archiveSidebar/styleWrappers-emotion.js +2 -2
- package/dist/esm/viewers/codeViewer/CodeRendererAdvanced/theme.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/media-viewer
|
|
2
2
|
|
|
3
|
+
## 52.4.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`beaa6ee463aa8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/beaa6ee463aa8) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 52.4.17
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
|
|
16
|
+
Internal changes to how border radius is applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 52.4.16
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -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 = "0.0.0-development";
|
|
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 = "0.0.0-development";
|
|
17
17
|
var ufoExperience;
|
|
18
18
|
var getExperience = function getExperience() {
|
|
19
19
|
if (!ufoExperience) {
|
package/dist/cjs/navigation.js
CHANGED
|
@@ -29,7 +29,7 @@ var prevNavButtonId = exports.prevNavButtonId = 'media-viewer-navigation-prev';
|
|
|
29
29
|
var wrapperStyles = (0, _primitives.xcss)({
|
|
30
30
|
width: '40px',
|
|
31
31
|
height: '40px',
|
|
32
|
-
borderRadius: '
|
|
32
|
+
borderRadius: 'radius.full',
|
|
33
33
|
padding: 'space.0',
|
|
34
34
|
// @ts-ignore
|
|
35
35
|
backgroundColor: '#9FADBC',
|
|
@@ -305,7 +305,7 @@ var customAudioPlayerWrapperStyles = (0, _react.css)({
|
|
|
305
305
|
var audioPlayerStyles = (0, _react.css)({
|
|
306
306
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
307
307
|
backgroundColor: _styles.blanketColor,
|
|
308
|
-
borderRadius: "var(--ds-
|
|
308
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
309
309
|
alignItems: 'center',
|
|
310
310
|
justifyContent: 'center',
|
|
311
311
|
width: '400px',
|
|
@@ -57,14 +57,14 @@ var ArchiveDownloadButtonWrapper = exports.ArchiveDownloadButtonWrapper = functi
|
|
|
57
57
|
return /*#__PURE__*/React.createElement("div", {
|
|
58
58
|
onClick: onClick,
|
|
59
59
|
"data-testid": "media-archiveDownloadButton",
|
|
60
|
-
className: (0, _runtime.ax)(["_19itglyw
|
|
60
|
+
className: (0, _runtime.ax)(["_19itglyw _2rkofajl _ca0qu2gc _u5f31v6z _n3td14y2 _19bvu2gc _bfhk1j28 _syazwydc _d0altlke _irr3ebx2 _1qamtlke _1di6j4ot"])
|
|
61
61
|
}, children);
|
|
62
62
|
};
|
|
63
63
|
var DisabledArchiveDownloadButtonWrapper = exports.DisabledArchiveDownloadButtonWrapper = function DisabledArchiveDownloadButtonWrapper(_ref5) {
|
|
64
64
|
var children = _ref5.children;
|
|
65
65
|
return /*#__PURE__*/React.createElement("div", {
|
|
66
66
|
"data-testid": "media-disabledArchiveDownloadButton",
|
|
67
|
-
className: (0, _runtime.ax)(["_19itglyw
|
|
67
|
+
className: (0, _runtime.ax)(["_19itglyw _2rkofajl _ca0qu2gc _u5f31v6z _n3td14y2 _19bvu2gc _bfhk1j28 _syazwydc _80om13gf"])
|
|
68
68
|
}, children);
|
|
69
69
|
};
|
|
70
70
|
var SidebarItemWrapper = exports.SidebarItemWrapper = function SidebarItemWrapper(_ref6) {
|
|
@@ -48,7 +48,7 @@ var archiveDownloadButtonWrapperStyles = (0, _react2.css)({
|
|
|
48
48
|
padding: "var(--ds-space-100, 8px)".concat(" 7px 5px ", "var(--ds-space-100, 8px)"),
|
|
49
49
|
border: 'none',
|
|
50
50
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
51
|
-
borderRadius: "var(--ds-
|
|
51
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
52
52
|
backgroundColor: 'transparent',
|
|
53
53
|
color: "var(--ds-icon, #9FADBC)",
|
|
54
54
|
'&:hover': {
|
|
@@ -64,7 +64,7 @@ var disabledArchiveDownloadButtonWrapperStyles = (0, _react2.css)({
|
|
|
64
64
|
padding: "var(--ds-space-100, 8px)".concat(" 7px 5px ", "var(--ds-space-100, 8px)"),
|
|
65
65
|
border: 'none',
|
|
66
66
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
67
|
-
borderRadius: "var(--ds-
|
|
67
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
68
68
|
backgroundColor: 'transparent',
|
|
69
69
|
color: "var(--ds-icon, #9FADBC)",
|
|
70
70
|
cursor: 'not-allowed'
|
|
@@ -42,7 +42,7 @@ var cmTheme = exports.cmTheme = _view.EditorView.theme({
|
|
|
42
42
|
},
|
|
43
43
|
'.cm-scroller': (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({
|
|
44
44
|
backgroundColor: "var(--ds-background-neutral, #091E420F)"
|
|
45
|
-
}, 'lineHeight', 'unset'), "fontFamily", "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"), "borderRadius", "var(--ds-
|
|
45
|
+
}, 'lineHeight', 'unset'), "fontFamily", "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"), "borderRadius", "var(--ds-radius-small, 4px)"), "backgroundImage", overflowShadow({
|
|
46
46
|
leftCoverWidth: "var(--ds-space-300, 24px)"
|
|
47
47
|
})), "backgroundAttachment", 'local, local, local, local, scroll, scroll, scroll, scroll'),
|
|
48
48
|
'&.cm-focused .cm-cursor': {
|
|
@@ -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 = "0.0.0-development";
|
|
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 = "0.0.0-development";
|
|
7
7
|
let ufoExperience;
|
|
8
8
|
const getExperience = () => {
|
|
9
9
|
if (!ufoExperience) {
|
|
@@ -17,7 +17,7 @@ export const prevNavButtonId = 'media-viewer-navigation-prev';
|
|
|
17
17
|
const wrapperStyles = xcss({
|
|
18
18
|
width: '40px',
|
|
19
19
|
height: '40px',
|
|
20
|
-
borderRadius: '
|
|
20
|
+
borderRadius: 'radius.full',
|
|
21
21
|
padding: 'space.0',
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
backgroundColor: '#9FADBC',
|
|
@@ -299,7 +299,7 @@ const customAudioPlayerWrapperStyles = css({
|
|
|
299
299
|
const audioPlayerStyles = css({
|
|
300
300
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
301
301
|
backgroundColor: blanketColor,
|
|
302
|
-
borderRadius: "var(--ds-
|
|
302
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
303
303
|
alignItems: 'center',
|
|
304
304
|
justifyContent: 'center',
|
|
305
305
|
width: '400px',
|
|
@@ -51,7 +51,7 @@ export const ArchiveDownloadButtonWrapper = ({
|
|
|
51
51
|
return /*#__PURE__*/React.createElement("div", {
|
|
52
52
|
onClick: onClick,
|
|
53
53
|
"data-testid": "media-archiveDownloadButton",
|
|
54
|
-
className: ax(["_19itglyw
|
|
54
|
+
className: ax(["_19itglyw _2rkofajl _ca0qu2gc _u5f31v6z _n3td14y2 _19bvu2gc _bfhk1j28 _syazwydc _d0altlke _irr3ebx2 _1qamtlke _1di6j4ot"])
|
|
55
55
|
}, children);
|
|
56
56
|
};
|
|
57
57
|
export const DisabledArchiveDownloadButtonWrapper = ({
|
|
@@ -59,7 +59,7 @@ export const DisabledArchiveDownloadButtonWrapper = ({
|
|
|
59
59
|
}) => {
|
|
60
60
|
return /*#__PURE__*/React.createElement("div", {
|
|
61
61
|
"data-testid": "media-disabledArchiveDownloadButton",
|
|
62
|
-
className: ax(["_19itglyw
|
|
62
|
+
className: ax(["_19itglyw _2rkofajl _ca0qu2gc _u5f31v6z _n3td14y2 _19bvu2gc _bfhk1j28 _syazwydc _80om13gf"])
|
|
63
63
|
}, children);
|
|
64
64
|
};
|
|
65
65
|
export const SidebarItemWrapper = ({
|
|
@@ -38,7 +38,7 @@ const archiveDownloadButtonWrapperStyles = css({
|
|
|
38
38
|
padding: `${"var(--ds-space-100, 8px)"} 7px 5px ${"var(--ds-space-100, 8px)"}`,
|
|
39
39
|
border: 'none',
|
|
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
|
backgroundColor: 'transparent',
|
|
43
43
|
color: "var(--ds-icon, #9FADBC)",
|
|
44
44
|
'&:hover': {
|
|
@@ -54,7 +54,7 @@ const disabledArchiveDownloadButtonWrapperStyles = css({
|
|
|
54
54
|
padding: `${"var(--ds-space-100, 8px)"} 7px 5px ${"var(--ds-space-100, 8px)"}`,
|
|
55
55
|
border: 'none',
|
|
56
56
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
57
|
-
borderRadius: "var(--ds-
|
|
57
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
58
58
|
backgroundColor: 'transparent',
|
|
59
59
|
color: "var(--ds-icon, #9FADBC)",
|
|
60
60
|
cursor: 'not-allowed'
|
|
@@ -41,7 +41,7 @@ export const cmTheme = CodeMirror.theme({
|
|
|
41
41
|
// Custom syntax styling to match existing styling
|
|
42
42
|
['lineHeight']: 'unset',
|
|
43
43
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
|
|
44
|
-
borderRadius: "var(--ds-
|
|
44
|
+
borderRadius: "var(--ds-radius-small, 4px)",
|
|
45
45
|
backgroundImage: overflowShadow({
|
|
46
46
|
leftCoverWidth: "var(--ds-space-300, 24px)"
|
|
47
47
|
}),
|
|
@@ -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 = "0.0.0-development";
|
|
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 = "0.0.0-development";
|
|
10
10
|
var ufoExperience;
|
|
11
11
|
var getExperience = function getExperience() {
|
|
12
12
|
if (!ufoExperience) {
|
package/dist/esm/navigation.js
CHANGED
|
@@ -24,7 +24,7 @@ export var prevNavButtonId = 'media-viewer-navigation-prev';
|
|
|
24
24
|
var wrapperStyles = xcss({
|
|
25
25
|
width: '40px',
|
|
26
26
|
height: '40px',
|
|
27
|
-
borderRadius: '
|
|
27
|
+
borderRadius: 'radius.full',
|
|
28
28
|
padding: 'space.0',
|
|
29
29
|
// @ts-ignore
|
|
30
30
|
backgroundColor: '#9FADBC',
|
|
@@ -296,7 +296,7 @@ var customAudioPlayerWrapperStyles = css({
|
|
|
296
296
|
var audioPlayerStyles = css({
|
|
297
297
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
298
298
|
backgroundColor: blanketColor,
|
|
299
|
-
borderRadius: "var(--ds-
|
|
299
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
300
300
|
alignItems: 'center',
|
|
301
301
|
justifyContent: 'center',
|
|
302
302
|
width: '400px',
|
|
@@ -50,14 +50,14 @@ export var ArchiveDownloadButtonWrapper = function ArchiveDownloadButtonWrapper(
|
|
|
50
50
|
return /*#__PURE__*/React.createElement("div", {
|
|
51
51
|
onClick: onClick,
|
|
52
52
|
"data-testid": "media-archiveDownloadButton",
|
|
53
|
-
className: ax(["_19itglyw
|
|
53
|
+
className: ax(["_19itglyw _2rkofajl _ca0qu2gc _u5f31v6z _n3td14y2 _19bvu2gc _bfhk1j28 _syazwydc _d0altlke _irr3ebx2 _1qamtlke _1di6j4ot"])
|
|
54
54
|
}, children);
|
|
55
55
|
};
|
|
56
56
|
export var DisabledArchiveDownloadButtonWrapper = function DisabledArchiveDownloadButtonWrapper(_ref5) {
|
|
57
57
|
var children = _ref5.children;
|
|
58
58
|
return /*#__PURE__*/React.createElement("div", {
|
|
59
59
|
"data-testid": "media-disabledArchiveDownloadButton",
|
|
60
|
-
className: ax(["_19itglyw
|
|
60
|
+
className: ax(["_19itglyw _2rkofajl _ca0qu2gc _u5f31v6z _n3td14y2 _19bvu2gc _bfhk1j28 _syazwydc _80om13gf"])
|
|
61
61
|
}, children);
|
|
62
62
|
};
|
|
63
63
|
export var SidebarItemWrapper = function SidebarItemWrapper(_ref6) {
|
|
@@ -39,7 +39,7 @@ var archiveDownloadButtonWrapperStyles = css({
|
|
|
39
39
|
padding: "var(--ds-space-100, 8px)".concat(" 7px 5px ", "var(--ds-space-100, 8px)"),
|
|
40
40
|
border: 'none',
|
|
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
|
backgroundColor: 'transparent',
|
|
44
44
|
color: "var(--ds-icon, #9FADBC)",
|
|
45
45
|
'&:hover': {
|
|
@@ -55,7 +55,7 @@ var disabledArchiveDownloadButtonWrapperStyles = css({
|
|
|
55
55
|
padding: "var(--ds-space-100, 8px)".concat(" 7px 5px ", "var(--ds-space-100, 8px)"),
|
|
56
56
|
border: 'none',
|
|
57
57
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
58
|
-
borderRadius: "var(--ds-
|
|
58
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
59
59
|
backgroundColor: 'transparent',
|
|
60
60
|
color: "var(--ds-icon, #9FADBC)",
|
|
61
61
|
cursor: 'not-allowed'
|
|
@@ -36,7 +36,7 @@ export var cmTheme = CodeMirror.theme({
|
|
|
36
36
|
},
|
|
37
37
|
'.cm-scroller': _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
38
38
|
backgroundColor: "var(--ds-background-neutral, #091E420F)"
|
|
39
|
-
}, 'lineHeight', 'unset'), "fontFamily", "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"), "borderRadius", "var(--ds-
|
|
39
|
+
}, 'lineHeight', 'unset'), "fontFamily", "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"), "borderRadius", "var(--ds-radius-small, 4px)"), "backgroundImage", overflowShadow({
|
|
40
40
|
leftCoverWidth: "var(--ds-space-300, 24px)"
|
|
41
41
|
})), "backgroundAttachment", 'local, local, local, local, scroll, scroll, scroll, scroll'),
|
|
42
42
|
'&.cm-focused .cm-cursor': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-viewer",
|
|
3
|
-
"version": "52.4.
|
|
3
|
+
"version": "52.4.18",
|
|
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/"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
35
35
|
"@atlaskit/button": "^23.4.0",
|
|
36
36
|
"@atlaskit/code": "^17.2.0",
|
|
37
|
-
"@atlaskit/css": "^0.
|
|
38
|
-
"@atlaskit/form": "^12.
|
|
37
|
+
"@atlaskit/css": "^0.13.0",
|
|
38
|
+
"@atlaskit/form": "^12.4.0",
|
|
39
39
|
"@atlaskit/heading": "^5.2.0",
|
|
40
40
|
"@atlaskit/icon": "^28.1.0",
|
|
41
41
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@atlaskit/media-ui": "^28.6.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
50
|
"@atlaskit/portal": "^5.1.0",
|
|
51
|
-
"@atlaskit/primitives": "^14.
|
|
51
|
+
"@atlaskit/primitives": "^14.13.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": "^20.0.0",
|
|
56
|
-
"@atlaskit/tokens": "^6.
|
|
56
|
+
"@atlaskit/tokens": "^6.2.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.4.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|