@atlaskit/link-datasource 4.27.2 → 4.27.4
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 +15 -0
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +1 -3
- package/dist/cjs/ui/table-footer/powered-by-jsm-assets/index.js +8 -3
- package/dist/cjs/ui/table-footer/provider-link/index.js +10 -4
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +1 -3
- package/dist/es2019/ui/table-footer/powered-by-jsm-assets/index.js +8 -3
- package/dist/es2019/ui/table-footer/provider-link/index.js +9 -4
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +1 -3
- package/dist/esm/ui/table-footer/powered-by-jsm-assets/index.js +8 -3
- package/dist/esm/ui/table-footer/provider-link/index.js +9 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.27.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`72222bda541f2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72222bda541f2) -
|
|
8
|
+
Clean up feature flags.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 4.27.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`af2532cac21dc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/af2532cac21dc) -
|
|
16
|
+
[ux] Update product logo to use new design, behind fg navx-1895-new-logo-design
|
|
17
|
+
|
|
3
18
|
## 4.27.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -22,7 +22,6 @@ var _new = _interopRequireDefault(require("@atlaskit/button/new"));
|
|
|
22
22
|
var _dropdownMenu = _interopRequireWildcard(require("@atlaskit/dropdown-menu"));
|
|
23
23
|
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
|
|
24
24
|
var _chevronUp = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-up"));
|
|
25
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
26
25
|
var _closestEdge = require("@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge");
|
|
27
26
|
var _box = require("@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box");
|
|
28
27
|
var _combine = require("@atlaskit/pragmatic-drag-and-drop/combine");
|
|
@@ -353,8 +352,7 @@ var DraggableTableHeading = exports.DraggableTableHeading = function DraggableTa
|
|
|
353
352
|
}) : null, onIsWrappedChange ? /*#__PURE__*/React.createElement(DropdownParent, null, /*#__PURE__*/React.createElement(_dropdownMenu.default, {
|
|
354
353
|
trigger: getTriggerButton,
|
|
355
354
|
onOpenChange: onDropdownOpenChange,
|
|
356
|
-
placement: 'bottom'
|
|
357
|
-
shouldRenderToParent: (0, _platformFeatureFlags.fg)('should-render-to-parent-should-be-true-linking-pla')
|
|
355
|
+
placement: 'bottom'
|
|
358
356
|
}, /*#__PURE__*/React.createElement(_dropdownMenu.DropdownItem, {
|
|
359
357
|
elemBefore: isWrapped ? /*#__PURE__*/React.createElement(_customIcons.UnwrapTextIcon, null) : /*#__PURE__*/React.createElement(_customIcons.WrapTextIcon, null),
|
|
360
358
|
testId: "".concat(id, "-column-dropdown-item-toggle-wrapping"),
|
|
@@ -8,6 +8,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
exports.PoweredByJSMAssets = void 0;
|
|
9
9
|
require("./index.compiled.css");
|
|
10
10
|
var _runtime = require("@compiled/react/runtime");
|
|
11
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
12
|
var _react = _interopRequireDefault(require("react"));
|
|
12
13
|
var _logo = require("@atlaskit/logo");
|
|
13
14
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
@@ -42,13 +43,17 @@ var PoweredByJSMAssets = exports.PoweredByJSMAssets = function PoweredByJSMAsset
|
|
|
42
43
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
43
44
|
alignItems: 'center'
|
|
44
45
|
}
|
|
45
|
-
}, (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, {
|
|
46
|
+
}, (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, (0, _extends2.default)({
|
|
46
47
|
size: "small"
|
|
47
|
-
}
|
|
48
|
+
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
49
|
+
shouldUseNewLogoDesign: true
|
|
50
|
+
} : undefined)) : /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, (0, _extends2.default)({
|
|
48
51
|
size: "xxsmall",
|
|
49
52
|
appearance: "brand",
|
|
50
53
|
label: props.text
|
|
51
|
-
}
|
|
54
|
+
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
55
|
+
shouldUseNewLogoDesign: true
|
|
56
|
+
} : undefined)), /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
52
57
|
xcss: styles.jsmTextStyles
|
|
53
58
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography, @atlaskit/ui-styling-standard/enforce-style-prop
|
|
54
59
|
,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* index.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
5
|
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
6
|
Object.defineProperty(exports, "__esModule", {
|
|
6
7
|
value: true
|
|
@@ -8,6 +9,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
9
|
exports.ProviderLink = void 0;
|
|
9
10
|
require("./index.compiled.css");
|
|
10
11
|
var _runtime = require("@compiled/react/runtime");
|
|
12
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
13
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
14
|
var _reactIntlNext = require("react-intl-next");
|
|
13
15
|
var _logo = require("@atlaskit/logo");
|
|
@@ -30,18 +32,22 @@ var ProviderLink = exports.ProviderLink = function ProviderLink(_ref) {
|
|
|
30
32
|
return (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? {
|
|
31
33
|
content: intl.formatMessage(_messages.footerMessages.poweredByAssets),
|
|
32
34
|
extensionKey: 'jsm-cmdb-gateway',
|
|
33
|
-
icon: /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, {
|
|
35
|
+
icon: /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, (0, _extends2.default)({
|
|
34
36
|
size: "xsmall"
|
|
35
|
-
})
|
|
37
|
+
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
38
|
+
shouldUseNewLogoDesign: true
|
|
39
|
+
} : undefined)),
|
|
36
40
|
interactionName: 'atlas-link',
|
|
37
41
|
url: '/jira/assets'
|
|
38
42
|
} : {
|
|
39
43
|
content: intl.formatMessage(_messages.footerMessages.powerByJSM),
|
|
40
44
|
extensionKey: 'jsm-cmdb-gateway',
|
|
41
|
-
icon: /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, {
|
|
45
|
+
icon: /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, (0, _extends2.default)({
|
|
42
46
|
appearance: "neutral",
|
|
43
47
|
size: "small"
|
|
44
|
-
})
|
|
48
|
+
}, (0, _platformFeatureFlags.fg)('navx-1895-new-logo-design') ? {
|
|
49
|
+
shouldUseNewLogoDesign: true
|
|
50
|
+
} : undefined)),
|
|
45
51
|
interactionName: 'atlas-link',
|
|
46
52
|
url: '/jira/servicedesk/assets'
|
|
47
53
|
};
|
|
@@ -14,7 +14,6 @@ import Button from '@atlaskit/button/new';
|
|
|
14
14
|
import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
|
|
15
15
|
import ChevronDown from '@atlaskit/icon/core/migration/chevron-down';
|
|
16
16
|
import ChevronUp from '@atlaskit/icon/core/migration/chevron-up';
|
|
17
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
18
17
|
import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
|
|
19
18
|
import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box';
|
|
20
19
|
import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
|
|
@@ -326,8 +325,7 @@ export const DraggableTableHeading = ({
|
|
|
326
325
|
}) : null, onIsWrappedChange ? /*#__PURE__*/React.createElement(DropdownParent, null, /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
327
326
|
trigger: getTriggerButton,
|
|
328
327
|
onOpenChange: onDropdownOpenChange,
|
|
329
|
-
placement: 'bottom'
|
|
330
|
-
shouldRenderToParent: fg('should-render-to-parent-should-be-true-linking-pla')
|
|
328
|
+
placement: 'bottom'
|
|
331
329
|
}, /*#__PURE__*/React.createElement(DropdownItem, {
|
|
332
330
|
elemBefore: isWrapped ? /*#__PURE__*/React.createElement(UnwrapTextIcon, null) : /*#__PURE__*/React.createElement(WrapTextIcon, null),
|
|
333
331
|
testId: `${id}-column-dropdown-item-toggle-wrapping`,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* index.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
import "./index.compiled.css";
|
|
3
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
5
|
import React from 'react';
|
|
@@ -34,13 +35,17 @@ export const PoweredByJSMAssets = props => {
|
|
|
34
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
35
36
|
alignItems: 'center'
|
|
36
37
|
}
|
|
37
|
-
}, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
38
|
+
}, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
38
39
|
size: "small"
|
|
39
|
-
})
|
|
40
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
41
|
+
shouldUseNewLogoDesign: true
|
|
42
|
+
} : undefined)) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
40
43
|
size: "xxsmall",
|
|
41
44
|
appearance: "brand",
|
|
42
45
|
label: props.text
|
|
43
|
-
}
|
|
46
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
47
|
+
shouldUseNewLogoDesign: true
|
|
48
|
+
} : undefined)), /*#__PURE__*/React.createElement(Box, {
|
|
44
49
|
xcss: styles.jsmTextStyles
|
|
45
50
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography, @atlaskit/ui-styling-standard/enforce-style-prop
|
|
46
51
|
,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* index.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
import "./index.compiled.css";
|
|
3
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
5
|
import React, { useMemo } from 'react';
|
|
@@ -24,18 +25,22 @@ export const ProviderLink = ({
|
|
|
24
25
|
return fg('assets_as_an_app_v2') ? {
|
|
25
26
|
content: intl.formatMessage(footerMessages.poweredByAssets),
|
|
26
27
|
extensionKey: 'jsm-cmdb-gateway',
|
|
27
|
-
icon: /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
28
|
+
icon: /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
28
29
|
size: "xsmall"
|
|
29
|
-
})
|
|
30
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
31
|
+
shouldUseNewLogoDesign: true
|
|
32
|
+
} : undefined)),
|
|
30
33
|
interactionName: 'atlas-link',
|
|
31
34
|
url: '/jira/assets'
|
|
32
35
|
} : {
|
|
33
36
|
content: intl.formatMessage(footerMessages.powerByJSM),
|
|
34
37
|
extensionKey: 'jsm-cmdb-gateway',
|
|
35
|
-
icon: /*#__PURE__*/React.createElement(JiraServiceManagementIcon, {
|
|
38
|
+
icon: /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
36
39
|
appearance: "neutral",
|
|
37
40
|
size: "small"
|
|
38
|
-
})
|
|
41
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
42
|
+
shouldUseNewLogoDesign: true
|
|
43
|
+
} : undefined)),
|
|
39
44
|
interactionName: 'atlas-link',
|
|
40
45
|
url: '/jira/servicedesk/assets'
|
|
41
46
|
};
|
|
@@ -22,7 +22,6 @@ import Button from '@atlaskit/button/new';
|
|
|
22
22
|
import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
|
|
23
23
|
import ChevronDown from '@atlaskit/icon/core/migration/chevron-down';
|
|
24
24
|
import ChevronUp from '@atlaskit/icon/core/migration/chevron-up';
|
|
25
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
26
25
|
import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
|
|
27
26
|
import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box';
|
|
28
27
|
import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
|
|
@@ -347,8 +346,7 @@ export var DraggableTableHeading = function DraggableTableHeading(_ref3) {
|
|
|
347
346
|
}) : null, onIsWrappedChange ? /*#__PURE__*/React.createElement(DropdownParent, null, /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
348
347
|
trigger: getTriggerButton,
|
|
349
348
|
onOpenChange: onDropdownOpenChange,
|
|
350
|
-
placement: 'bottom'
|
|
351
|
-
shouldRenderToParent: fg('should-render-to-parent-should-be-true-linking-pla')
|
|
349
|
+
placement: 'bottom'
|
|
352
350
|
}, /*#__PURE__*/React.createElement(DropdownItem, {
|
|
353
351
|
elemBefore: isWrapped ? /*#__PURE__*/React.createElement(UnwrapTextIcon, null) : /*#__PURE__*/React.createElement(WrapTextIcon, null),
|
|
354
352
|
testId: "".concat(id, "-column-dropdown-item-toggle-wrapping"),
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* index.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
import "./index.compiled.css";
|
|
3
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
5
|
import React from 'react';
|
|
@@ -35,13 +36,17 @@ export var PoweredByJSMAssets = function PoweredByJSMAssets(props) {
|
|
|
35
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
36
37
|
alignItems: 'center'
|
|
37
38
|
}
|
|
38
|
-
}, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
39
|
+
}, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
39
40
|
size: "small"
|
|
40
|
-
})
|
|
41
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
42
|
+
shouldUseNewLogoDesign: true
|
|
43
|
+
} : undefined)) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
41
44
|
size: "xxsmall",
|
|
42
45
|
appearance: "brand",
|
|
43
46
|
label: props.text
|
|
44
|
-
}
|
|
47
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
48
|
+
shouldUseNewLogoDesign: true
|
|
49
|
+
} : undefined)), /*#__PURE__*/React.createElement(Box, {
|
|
45
50
|
xcss: styles.jsmTextStyles
|
|
46
51
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography, @atlaskit/ui-styling-standard/enforce-style-prop
|
|
47
52
|
,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* index.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
import "./index.compiled.css";
|
|
3
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
5
|
import React, { useMemo } from 'react';
|
|
@@ -22,18 +23,22 @@ export var ProviderLink = function ProviderLink(_ref) {
|
|
|
22
23
|
return fg('assets_as_an_app_v2') ? {
|
|
23
24
|
content: intl.formatMessage(footerMessages.poweredByAssets),
|
|
24
25
|
extensionKey: 'jsm-cmdb-gateway',
|
|
25
|
-
icon: /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
26
|
+
icon: /*#__PURE__*/React.createElement(AssetsIcon, _extends({
|
|
26
27
|
size: "xsmall"
|
|
27
|
-
})
|
|
28
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
29
|
+
shouldUseNewLogoDesign: true
|
|
30
|
+
} : undefined)),
|
|
28
31
|
interactionName: 'atlas-link',
|
|
29
32
|
url: '/jira/assets'
|
|
30
33
|
} : {
|
|
31
34
|
content: intl.formatMessage(footerMessages.powerByJSM),
|
|
32
35
|
extensionKey: 'jsm-cmdb-gateway',
|
|
33
|
-
icon: /*#__PURE__*/React.createElement(JiraServiceManagementIcon, {
|
|
36
|
+
icon: /*#__PURE__*/React.createElement(JiraServiceManagementIcon, _extends({
|
|
34
37
|
appearance: "neutral",
|
|
35
38
|
size: "small"
|
|
36
|
-
})
|
|
39
|
+
}, fg('navx-1895-new-logo-design') ? {
|
|
40
|
+
shouldUseNewLogoDesign: true
|
|
41
|
+
} : undefined)),
|
|
37
42
|
interactionName: 'atlas-link',
|
|
38
43
|
url: '/jira/servicedesk/assets'
|
|
39
44
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.27.
|
|
3
|
+
"version": "4.27.4",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
42
42
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
43
43
|
"@atlaskit/avatar": "^25.5.0",
|
|
44
|
-
"@atlaskit/avatar-group": "^12.
|
|
44
|
+
"@atlaskit/avatar-group": "^12.4.0",
|
|
45
45
|
"@atlaskit/badge": "^18.2.0",
|
|
46
46
|
"@atlaskit/button": "^23.5.0",
|
|
47
47
|
"@atlaskit/css": "^0.15.0",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
62
62
|
"@atlaskit/jql-editor": "^5.7.0",
|
|
63
63
|
"@atlaskit/jql-editor-autocomplete-rest": "^3.0.0",
|
|
64
|
-
"@atlaskit/layering": "^3.
|
|
64
|
+
"@atlaskit/layering": "^3.2.0",
|
|
65
65
|
"@atlaskit/link": "^3.2.0",
|
|
66
66
|
"@atlaskit/link-client-extension": "^6.0.0",
|
|
67
67
|
"@atlaskit/linking-common": "^9.7.0",
|
|
68
68
|
"@atlaskit/linking-types": "^14.1.0",
|
|
69
69
|
"@atlaskit/logo": "^19.9.0",
|
|
70
70
|
"@atlaskit/lozenge": "^13.0.0",
|
|
71
|
-
"@atlaskit/modal-dialog": "^14.
|
|
71
|
+
"@atlaskit/modal-dialog": "^14.6.0",
|
|
72
72
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
73
73
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
74
74
|
"@atlaskit/popup": "^4.4.0",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"@atlaskit/primitives": "^16.0.0",
|
|
80
80
|
"@atlaskit/react-select": "^3.8.0",
|
|
81
81
|
"@atlaskit/select": "^21.3.0",
|
|
82
|
-
"@atlaskit/smart-card": "^43.
|
|
83
|
-
"@atlaskit/smart-user-picker": "^8.
|
|
82
|
+
"@atlaskit/smart-card": "^43.4.0",
|
|
83
|
+
"@atlaskit/smart-user-picker": "^8.4.0",
|
|
84
84
|
"@atlaskit/spinner": "^19.0.0",
|
|
85
85
|
"@atlaskit/tag": "^14.1.0",
|
|
86
86
|
"@atlaskit/textfield": "^8.0.0",
|
|
@@ -176,9 +176,6 @@
|
|
|
176
176
|
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
177
177
|
"type": "boolean"
|
|
178
178
|
},
|
|
179
|
-
"should-render-to-parent-should-be-true-linking-pla": {
|
|
180
|
-
"type": "boolean"
|
|
181
|
-
},
|
|
182
179
|
"lp_enable_datasource-table-view_height_override": {
|
|
183
180
|
"type": "boolean"
|
|
184
181
|
},
|
|
@@ -188,6 +185,9 @@
|
|
|
188
185
|
"navx-1819-link-create-confluence-site-migration": {
|
|
189
186
|
"type": "boolean"
|
|
190
187
|
},
|
|
188
|
+
"navx-1895-new-logo-design": {
|
|
189
|
+
"type": "boolean"
|
|
190
|
+
},
|
|
191
191
|
"navx-1845-sllv-autofocus-first-interactive-element": {
|
|
192
192
|
"type": "boolean"
|
|
193
193
|
}
|