@atlaskit/media-card 79.3.10 → 79.4.1
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 +14 -0
- package/dist/cjs/card/card.js +1 -1
- package/dist/cjs/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/cjs/card/ui/imageRenderer/imageRendererV2.js +7 -0
- package/dist/cjs/inline/loader.js +1 -1
- package/dist/cjs/utils/ufoExperiences.js +1 -1
- package/dist/es2019/card/card.js +1 -1
- package/dist/es2019/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/es2019/card/ui/imageRenderer/imageRendererV2.js +8 -1
- package/dist/es2019/inline/loader.js +1 -1
- package/dist/es2019/utils/ufoExperiences.js +1 -1
- package/dist/esm/card/card.js +1 -1
- package/dist/esm/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/esm/card/ui/imageRenderer/imageRendererV2.js +8 -1
- package/dist/esm/inline/loader.js +1 -1
- package/dist/esm/utils/ufoExperiences.js +1 -1
- package/dist/types/card/svgView/types.d.ts +1 -1
- package/dist/types-ts4.5/card/svgView/types.d.ts +1 -1
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/media-card
|
|
2
2
|
|
|
3
|
+
## 79.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 79.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#182957](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/182957)
|
|
14
|
+
[`81c0f0c6cd62f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81c0f0c6cd62f) -
|
|
15
|
+
close blindspot for media image
|
|
16
|
+
|
|
3
17
|
## 79.3.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/cjs/card/card.js
CHANGED
|
@@ -20,7 +20,7 @@ var _label = _interopRequireDefault(require("@atlaskit/react-ufo/label"));
|
|
|
20
20
|
var _excluded = ["identifier"];
|
|
21
21
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
22
22
|
var packageName = "@atlaskit/media-card";
|
|
23
|
-
var packageVersion = "79.
|
|
23
|
+
var packageVersion = "79.4.0";
|
|
24
24
|
var CardBase = exports.CardBase = function CardBase(_ref) {
|
|
25
25
|
var identifier = _ref.identifier,
|
|
26
26
|
otherProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
@@ -87,7 +87,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
|
|
|
87
87
|
}(_react.default.Component);
|
|
88
88
|
(0, _defineProperty2.default)(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
|
|
89
89
|
var packageName = "@atlaskit/media-card";
|
|
90
|
-
var packageVersion = "79.
|
|
90
|
+
var packageVersion = "79.4.0";
|
|
91
91
|
|
|
92
92
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
93
93
|
var MediaCardAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
|
|
@@ -18,6 +18,7 @@ var _wrapper = require("./wrapper");
|
|
|
18
18
|
var _mediaClient = require("@atlaskit/media-client");
|
|
19
19
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
20
20
|
var _customData = _interopRequireDefault(require("@atlaskit/react-ufo/custom-data"));
|
|
21
|
+
var _interactionContext = require("@atlaskit/react-ufo/interaction-context");
|
|
21
22
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
22
23
|
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; }
|
|
23
24
|
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; }
|
|
@@ -40,6 +41,7 @@ var ImageRenderer = exports.ImageRenderer = function ImageRenderer(_ref) {
|
|
|
40
41
|
useWhiteBackground = _ref.useWhiteBackground,
|
|
41
42
|
testId = _ref.testId;
|
|
42
43
|
var onDisplayImageRef = (0, _useCurrentValueRef.useCurrentValueRef)(onDisplayImage);
|
|
44
|
+
var ufoContext = (0, _interactionContext.useInteractionContext)();
|
|
43
45
|
(0, _react.useEffect)(function () {
|
|
44
46
|
if (mediaType === 'image') {
|
|
45
47
|
var _onDisplayImageRef$cu;
|
|
@@ -54,6 +56,11 @@ var ImageRenderer = exports.ImageRenderer = function ImageRenderer(_ref) {
|
|
|
54
56
|
_useState4 = (0, _slicedToArray2.default)(_useState3, 2),
|
|
55
57
|
resolvedDimensions = _useState4[0],
|
|
56
58
|
setResolvedDimensions = _useState4[1];
|
|
59
|
+
(0, _react.useLayoutEffect)(function () {
|
|
60
|
+
if (!didRender && (0, _platformFeatureFlags.fg)('platfrom_close_blindspot_for_img')) {
|
|
61
|
+
return ufoContext === null || ufoContext === void 0 ? void 0 : ufoContext.hold('img-loading');
|
|
62
|
+
}
|
|
63
|
+
}, [didRender, ufoContext]);
|
|
57
64
|
var imgRef = (0, _react.useRef)(null);
|
|
58
65
|
var onLoad = function onLoad(evt) {
|
|
59
66
|
wrapperRef.current && setResolvedDimensions((0, _helpers.calculateDimensions)(evt.currentTarget, wrapperRef.current, resizeMode));
|
|
@@ -116,7 +116,7 @@ var MediaInlineCardLoader = exports.default = /*#__PURE__*/function (_React$Pure
|
|
|
116
116
|
ErrorBoundary = _this$state.ErrorBoundary;
|
|
117
117
|
var analyticsContext = {
|
|
118
118
|
packageVersion: "@atlaskit/media-card",
|
|
119
|
-
packageName: "79.
|
|
119
|
+
packageName: "79.4.0",
|
|
120
120
|
componentName: 'mediaInlineCard',
|
|
121
121
|
component: 'mediaInlineCard'
|
|
122
122
|
};
|
|
@@ -15,7 +15,7 @@ var _mediaClient = require("@atlaskit/media-client");
|
|
|
15
15
|
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; }
|
|
16
16
|
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; }
|
|
17
17
|
var packageName = "@atlaskit/media-card";
|
|
18
|
-
var packageVersion = "79.
|
|
18
|
+
var packageVersion = "79.4.0";
|
|
19
19
|
var SAMPLE_RATE = 0.05;
|
|
20
20
|
var concurrentExperience;
|
|
21
21
|
var getExperience = function getExperience(id) {
|
package/dist/es2019/card/card.js
CHANGED
|
@@ -9,7 +9,7 @@ import { startResourceObserver, setAnalyticsContext } from '../utils/mediaPerfor
|
|
|
9
9
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
10
10
|
import UFOLabel from '@atlaskit/react-ufo/label';
|
|
11
11
|
const packageName = "@atlaskit/media-card";
|
|
12
|
-
const packageVersion = "79.
|
|
12
|
+
const packageVersion = "79.4.0";
|
|
13
13
|
export const CardBase = ({
|
|
14
14
|
identifier,
|
|
15
15
|
...otherProps
|
|
@@ -66,7 +66,7 @@ class WrappedMediaCardAnalyticsErrorBoundary extends React.Component {
|
|
|
66
66
|
}
|
|
67
67
|
_defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
|
|
68
68
|
const packageName = "@atlaskit/media-card";
|
|
69
|
-
const packageVersion = "79.
|
|
69
|
+
const packageVersion = "79.4.0";
|
|
70
70
|
|
|
71
71
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
72
72
|
const MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/* imageRendererV2.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./imageRendererV2.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
|
-
import React, { useState, useRef, useEffect } from 'react';
|
|
4
|
+
import React, { useState, useRef, useEffect, useLayoutEffect } from 'react';
|
|
5
5
|
import { calculateDimensions, calculateInitialDimensions } from './helpers';
|
|
6
6
|
import { useCurrentValueRef } from '../../../utils/useCurrentValueRef';
|
|
7
7
|
import { ImageRendererWrapper } from './wrapper';
|
|
8
8
|
import { isFileIdentifier } from '@atlaskit/media-client';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import UFOCustomData from '@atlaskit/react-ufo/custom-data';
|
|
11
|
+
import { useInteractionContext } from '@atlaskit/react-ufo/interaction-context';
|
|
11
12
|
const baseStyles = null;
|
|
12
13
|
const backgroundStyles = null;
|
|
13
14
|
export const ImageRenderer = ({
|
|
@@ -26,6 +27,7 @@ export const ImageRenderer = ({
|
|
|
26
27
|
testId
|
|
27
28
|
}) => {
|
|
28
29
|
const onDisplayImageRef = useCurrentValueRef(onDisplayImage);
|
|
30
|
+
const ufoContext = useInteractionContext();
|
|
29
31
|
useEffect(() => {
|
|
30
32
|
if (mediaType === 'image') {
|
|
31
33
|
var _onDisplayImageRef$cu;
|
|
@@ -34,6 +36,11 @@ export const ImageRenderer = ({
|
|
|
34
36
|
}, [mediaType, onDisplayImageRef]);
|
|
35
37
|
const [didRender, setDidRender] = useState(false);
|
|
36
38
|
const [resolvedDimensions, setResolvedDimensions] = useState(calculateInitialDimensions(resizeMode));
|
|
39
|
+
useLayoutEffect(() => {
|
|
40
|
+
if (!didRender && fg('platfrom_close_blindspot_for_img')) {
|
|
41
|
+
return ufoContext === null || ufoContext === void 0 ? void 0 : ufoContext.hold('img-loading');
|
|
42
|
+
}
|
|
43
|
+
}, [didRender, ufoContext]);
|
|
37
44
|
const imgRef = useRef(null);
|
|
38
45
|
const onLoad = evt => {
|
|
39
46
|
wrapperRef.current && setResolvedDimensions(calculateDimensions(evt.currentTarget, wrapperRef.current, resizeMode));
|
|
@@ -37,7 +37,7 @@ export default class MediaInlineCardLoader extends React.PureComponent {
|
|
|
37
37
|
} = this.state;
|
|
38
38
|
const analyticsContext = {
|
|
39
39
|
packageVersion: "@atlaskit/media-card",
|
|
40
|
-
packageName: "79.
|
|
40
|
+
packageName: "79.4.0",
|
|
41
41
|
componentName: 'mediaInlineCard',
|
|
42
42
|
component: 'mediaInlineCard'
|
|
43
43
|
};
|
|
@@ -5,7 +5,7 @@ import { extractErrorInfo, getRenderErrorRequestMetadata } from './analytics';
|
|
|
5
5
|
import { MediaCardError } from '../errors';
|
|
6
6
|
import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
7
7
|
const packageName = "@atlaskit/media-card";
|
|
8
|
-
const packageVersion = "79.
|
|
8
|
+
const packageVersion = "79.4.0";
|
|
9
9
|
const SAMPLE_RATE = 0.05;
|
|
10
10
|
let concurrentExperience;
|
|
11
11
|
const getExperience = id => {
|
package/dist/esm/card/card.js
CHANGED
|
@@ -11,7 +11,7 @@ import { startResourceObserver, setAnalyticsContext } from '../utils/mediaPerfor
|
|
|
11
11
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
12
12
|
import UFOLabel from '@atlaskit/react-ufo/label';
|
|
13
13
|
var packageName = "@atlaskit/media-card";
|
|
14
|
-
var packageVersion = "79.
|
|
14
|
+
var packageVersion = "79.4.0";
|
|
15
15
|
export var CardBase = function CardBase(_ref) {
|
|
16
16
|
var identifier = _ref.identifier,
|
|
17
17
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
@@ -80,7 +80,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
|
|
|
80
80
|
}(React.Component);
|
|
81
81
|
_defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
|
|
82
82
|
var packageName = "@atlaskit/media-card";
|
|
83
|
-
var packageVersion = "79.
|
|
83
|
+
var packageVersion = "79.4.0";
|
|
84
84
|
|
|
85
85
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
86
86
|
var MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
|
|
@@ -5,13 +5,14 @@ import "./imageRendererV2.compiled.css";
|
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
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; }
|
|
7
7
|
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) { _defineProperty(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; }
|
|
8
|
-
import React, { useState, useRef, useEffect } from 'react';
|
|
8
|
+
import React, { useState, useRef, useEffect, useLayoutEffect } from 'react';
|
|
9
9
|
import { calculateDimensions, calculateInitialDimensions } from './helpers';
|
|
10
10
|
import { useCurrentValueRef } from '../../../utils/useCurrentValueRef';
|
|
11
11
|
import { ImageRendererWrapper } from './wrapper';
|
|
12
12
|
import { isFileIdentifier } from '@atlaskit/media-client';
|
|
13
13
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import UFOCustomData from '@atlaskit/react-ufo/custom-data';
|
|
15
|
+
import { useInteractionContext } from '@atlaskit/react-ufo/interaction-context';
|
|
15
16
|
var baseStyles = null;
|
|
16
17
|
var backgroundStyles = null;
|
|
17
18
|
export var ImageRenderer = function ImageRenderer(_ref) {
|
|
@@ -31,6 +32,7 @@ export var ImageRenderer = function ImageRenderer(_ref) {
|
|
|
31
32
|
useWhiteBackground = _ref.useWhiteBackground,
|
|
32
33
|
testId = _ref.testId;
|
|
33
34
|
var onDisplayImageRef = useCurrentValueRef(onDisplayImage);
|
|
35
|
+
var ufoContext = useInteractionContext();
|
|
34
36
|
useEffect(function () {
|
|
35
37
|
if (mediaType === 'image') {
|
|
36
38
|
var _onDisplayImageRef$cu;
|
|
@@ -45,6 +47,11 @@ export var ImageRenderer = function ImageRenderer(_ref) {
|
|
|
45
47
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
46
48
|
resolvedDimensions = _useState4[0],
|
|
47
49
|
setResolvedDimensions = _useState4[1];
|
|
50
|
+
useLayoutEffect(function () {
|
|
51
|
+
if (!didRender && fg('platfrom_close_blindspot_for_img')) {
|
|
52
|
+
return ufoContext === null || ufoContext === void 0 ? void 0 : ufoContext.hold('img-loading');
|
|
53
|
+
}
|
|
54
|
+
}, [didRender, ufoContext]);
|
|
48
55
|
var imgRef = useRef(null);
|
|
49
56
|
var onLoad = function onLoad(evt) {
|
|
50
57
|
wrapperRef.current && setResolvedDimensions(calculateDimensions(evt.currentTarget, wrapperRef.current, resizeMode));
|
|
@@ -101,7 +101,7 @@ var MediaInlineCardLoader = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
101
101
|
ErrorBoundary = _this$state.ErrorBoundary;
|
|
102
102
|
var analyticsContext = {
|
|
103
103
|
packageVersion: "@atlaskit/media-card",
|
|
104
|
-
packageName: "79.
|
|
104
|
+
packageName: "79.4.0",
|
|
105
105
|
componentName: 'mediaInlineCard',
|
|
106
106
|
component: 'mediaInlineCard'
|
|
107
107
|
};
|
|
@@ -8,7 +8,7 @@ import { extractErrorInfo, getRenderErrorRequestMetadata } from './analytics';
|
|
|
8
8
|
import { MediaCardError } from '../errors';
|
|
9
9
|
import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
10
10
|
var packageName = "@atlaskit/media-card";
|
|
11
|
-
var packageVersion = "79.
|
|
11
|
+
var packageVersion = "79.4.0";
|
|
12
12
|
var SAMPLE_RATE = 0.05;
|
|
13
13
|
var concurrentExperience;
|
|
14
14
|
var getExperience = function getExperience(id) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type FileIdentifier, type ImageResizeMode } from '@atlaskit/media-client';
|
|
3
|
-
import { MediaCardError } from '../../errors';
|
|
3
|
+
import { type MediaCardError } from '../../errors';
|
|
4
4
|
export type ContentSource = 'remote' | 'local';
|
|
5
5
|
export type SvgViewProps = {
|
|
6
6
|
readonly identifier: FileIdentifier;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type FileIdentifier, type ImageResizeMode } from '@atlaskit/media-client';
|
|
3
|
-
import { MediaCardError } from '../../errors';
|
|
3
|
+
import { type MediaCardError } from '../../errors';
|
|
4
4
|
export type ContentSource = 'remote' | 'local';
|
|
5
5
|
export type SvgViewProps = {
|
|
6
6
|
readonly identifier: FileIdentifier;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-card",
|
|
3
|
-
"version": "79.
|
|
3
|
+
"version": "79.4.1",
|
|
4
4
|
"description": "Includes all media card related components, CardView, CardViewSmall, Card...",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
40
40
|
"@atlaskit/dropdown-menu": "^16.1.0",
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
42
|
-
"@atlaskit/icon": "^27.
|
|
42
|
+
"@atlaskit/icon": "^27.3.0",
|
|
43
43
|
"@atlaskit/link": "^3.2.0",
|
|
44
44
|
"@atlaskit/media-client": "^35.0.0",
|
|
45
45
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/primitives": "^14.10.0",
|
|
53
53
|
"@atlaskit/react-ufo": "^3.14.0",
|
|
54
54
|
"@atlaskit/spinner": "^18.0.0",
|
|
55
|
-
"@atlaskit/theme": "^
|
|
55
|
+
"@atlaskit/theme": "^19.0.0",
|
|
56
56
|
"@atlaskit/tokens": "^5.4.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.3.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|
|
@@ -144,6 +144,9 @@
|
|
|
144
144
|
},
|
|
145
145
|
"platform_abort_vc_click_file_card": {
|
|
146
146
|
"type": "boolean"
|
|
147
|
+
},
|
|
148
|
+
"platfrom_close_blindspot_for_img": {
|
|
149
|
+
"type": "boolean"
|
|
147
150
|
}
|
|
148
151
|
},
|
|
149
152
|
"techstack": {
|