@atlaskit/smart-card 45.13.4 → 45.13.5
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 +8 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-metadata--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-blocker--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-critical--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-high--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-highest--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-low--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-lowest--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-major--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-medium--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-minor--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-trivial--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/index.js +111 -10
- package/dist/cjs/view/FlexibleCard/components/common/atlaskit-icon/index.js +10 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-metadata--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-blocker--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-critical--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-high--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-highest--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-low--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-lowest--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-major--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-medium--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-minor--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-trivial--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/index.js +51 -10
- package/dist/es2019/view/FlexibleCard/components/common/atlaskit-icon/index.js +9 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-metadata--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-blocker--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-critical--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-high--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-highest--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-low--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-lowest--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-major--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-medium--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-minor--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card-icon/icon-type-priority-trivial--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/index.js +91 -10
- package/dist/esm/view/FlexibleCard/components/common/atlaskit-icon/index.js +10 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/common/ui/icons/priority-blocker-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-critical-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-high-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-highest-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-low-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-lowest-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-major-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-medium-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-minor-icon.d.ts +1 -0
- package/dist/types/common/ui/icons/priority-trivial-icon.d.ts +1 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 45.13.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cc4252a358bcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc4252a358bcf) -
|
|
8
|
+
[ux] Migrate priority icon to use @atlaskit/icon/core
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 45.13.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ff920567e7c479cb4b392387a65d13782dbd2d0ba8f5c2e151468ff763b05745
|
|
3
|
+
size 155671
|
package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:c291fcaaf70a8fe7fb591f81b8cb847f9fed6a41bff8b68b4fc3537858c63327
|
|
3
|
+
size 103954
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b1f967736efa7f07f65cde83bfd59c6034e1f7f7271eeadcce4eddd72abae460
|
|
3
|
+
size 909
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:8afc83fc97fe9a18ae1e22b07b5740802daa92c3c5c3d0afcf92a047acd466d0
|
|
3
|
+
size 693
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:eb628b90b7507b2d8dd0a9fa25bb38ddbfe3ed139ab745ecfe5d3b7baf8c2ee8
|
|
3
|
+
size 578
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:e13590c476875e065a8e5a4107da0ec08f57906f4f50d933180baeed8de41485
|
|
3
|
+
size 735
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:13a75abc78d4f38d5000684f61edf516e53e8ab1553af7a6a02b8423cf86acb4
|
|
3
|
+
size 538
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5d01a73fff315767f18623a554df194bf7ff52652df8c02a9dc615b4ad3c2245
|
|
3
|
+
size 718
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:d4945d7a7f3a66a0e55692d2e13220913ea15a7cefb5ecdcd36ed78d616aae53
|
|
3
|
+
size 898
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:4661af0db6c199053587fa1fdea292a078d09c14bfa11c75898409799b47f124
|
|
3
|
+
size 391
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:8d038fc0b7e46d84dbc71ca95a76438ab2bfb836d7e603651c12c2a20051ddbf
|
|
3
|
+
size 881
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:d3f200ff0ce9d4b1db2062033076ccfe9865a5d750c44842e00fd47331100348
|
|
3
|
+
size 868
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:06012e2c14c38c3fc9da9fa230c9fc55dd0b011c7f5756b930968f1a88700828
|
|
3
|
+
size 220083
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:06012e2c14c38c3fc9da9fa230c9fc55dd0b011c7f5756b930968f1a88700828
|
|
3
|
+
size 220083
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cd8bc16db0eebc4cfd0f8882a3483ed84905e78317f8d6ff1d053d720b9b05f4
|
|
3
|
+
size 220298
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cd8bc16db0eebc4cfd0f8882a3483ed84905e78317f8d6ff1d053d720b9b05f4
|
|
3
|
+
size 220298
|
|
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
11
11
|
var context = exports.context = {
|
|
12
12
|
componentName: 'smart-cards',
|
|
13
13
|
packageName: "@atlaskit/smart-card" || '',
|
|
14
|
-
packageVersion: "45.13.
|
|
14
|
+
packageVersion: "45.13.4" || ''
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
package/dist/cjs/utils/index.js
CHANGED
|
@@ -14,6 +14,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
14
14
|
var _react = _interopRequireDefault(require("react"));
|
|
15
15
|
var _reactLoadable = _interopRequireDefault(require("react-loadable"));
|
|
16
16
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
17
|
+
var _getToken = require("@atlaskit/tokens/get-token");
|
|
17
18
|
var _themeStateTransformer = require("@atlaskit/tokens/theme-state-transformer");
|
|
18
19
|
var _constants = require("../constants");
|
|
19
20
|
var _extractFileFormatIcon = _interopRequireDefault(require("../extractors/flexible/icon/extract-file-formatIcon"));
|
|
@@ -641,61 +642,161 @@ var getLazyIcons = exports.getLazyIcons = function getLazyIcons() {
|
|
|
641
642
|
}
|
|
642
643
|
}), _constants.IconType.PriorityBlocker, {
|
|
643
644
|
default: function _default() {
|
|
644
|
-
return Promise.resolve().then(function () {
|
|
645
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
646
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityBlocker" */'@atlaskit/icon/core/priority-blocker'));
|
|
647
|
+
}).then(function (module) {
|
|
648
|
+
return {
|
|
649
|
+
default: function _default(props) {
|
|
650
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
651
|
+
color: (0, _getToken.token)('color.icon.accent.red')
|
|
652
|
+
}));
|
|
653
|
+
}
|
|
654
|
+
};
|
|
655
|
+
}) : Promise.resolve().then(function () {
|
|
645
656
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphBlocker" */'../common/ui/icons/priority-blocker-icon'));
|
|
646
657
|
});
|
|
647
658
|
}
|
|
648
659
|
}), _constants.IconType.PriorityCritical, {
|
|
649
660
|
default: function _default() {
|
|
650
|
-
return Promise.resolve().then(function () {
|
|
661
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
662
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityCritical" */'@atlaskit/icon/core/priority-critical'));
|
|
663
|
+
}).then(function (module) {
|
|
664
|
+
return {
|
|
665
|
+
default: function _default(props) {
|
|
666
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
667
|
+
color: (0, _getToken.token)('color.icon.accent.red')
|
|
668
|
+
}));
|
|
669
|
+
}
|
|
670
|
+
};
|
|
671
|
+
}) : Promise.resolve().then(function () {
|
|
651
672
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphCritical" */'../common/ui/icons/priority-critical-icon'));
|
|
652
673
|
});
|
|
653
674
|
}
|
|
654
675
|
}), _constants.IconType.PriorityHigh, {
|
|
655
676
|
default: function _default() {
|
|
656
|
-
return Promise.resolve().then(function () {
|
|
677
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
678
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityHigh" */'@atlaskit/icon/core/priority-high'));
|
|
679
|
+
}).then(function (module) {
|
|
680
|
+
return {
|
|
681
|
+
default: function _default(props) {
|
|
682
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
683
|
+
color: (0, _getToken.token)('color.icon.accent.red')
|
|
684
|
+
}));
|
|
685
|
+
}
|
|
686
|
+
};
|
|
687
|
+
}) : Promise.resolve().then(function () {
|
|
657
688
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphHigh" */'../common/ui/icons/priority-high-icon'));
|
|
658
689
|
});
|
|
659
690
|
}
|
|
660
691
|
}), _constants.IconType.PriorityHighest, {
|
|
661
692
|
default: function _default() {
|
|
662
|
-
return Promise.resolve().then(function () {
|
|
693
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
694
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityHighest" */'@atlaskit/icon/core/priority-highest'));
|
|
695
|
+
}).then(function (module) {
|
|
696
|
+
return {
|
|
697
|
+
default: function _default(props) {
|
|
698
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
699
|
+
color: (0, _getToken.token)('color.icon.accent.red')
|
|
700
|
+
}));
|
|
701
|
+
}
|
|
702
|
+
};
|
|
703
|
+
}) : Promise.resolve().then(function () {
|
|
663
704
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphHighest" */'../common/ui/icons/priority-highest-icon'));
|
|
664
705
|
});
|
|
665
706
|
}
|
|
666
707
|
}), _constants.IconType.PriorityLow, {
|
|
667
708
|
default: function _default() {
|
|
668
|
-
return Promise.resolve().then(function () {
|
|
709
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
710
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityLow" */'@atlaskit/icon/core/priority-low'));
|
|
711
|
+
}).then(function (module) {
|
|
712
|
+
return {
|
|
713
|
+
default: function _default(props) {
|
|
714
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
715
|
+
color: (0, _getToken.token)('color.icon.accent.blue')
|
|
716
|
+
}));
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
}) : Promise.resolve().then(function () {
|
|
669
720
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphLow" */'../common/ui/icons/priority-low-icon'));
|
|
670
721
|
});
|
|
671
722
|
}
|
|
672
723
|
}), _constants.IconType.PriorityLowest, {
|
|
673
724
|
default: function _default() {
|
|
674
|
-
return Promise.resolve().then(function () {
|
|
725
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
726
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityLowest" */'@atlaskit/icon/core/priority-lowest'));
|
|
727
|
+
}).then(function (module) {
|
|
728
|
+
return {
|
|
729
|
+
default: function _default(props) {
|
|
730
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
731
|
+
color: (0, _getToken.token)('color.icon.accent.blue')
|
|
732
|
+
}));
|
|
733
|
+
}
|
|
734
|
+
};
|
|
735
|
+
}) : Promise.resolve().then(function () {
|
|
675
736
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphLowest" */'../common/ui/icons/priority-lowest-icon'));
|
|
676
737
|
});
|
|
677
738
|
}
|
|
678
739
|
}), _constants.IconType.PriorityMajor, {
|
|
679
740
|
default: function _default() {
|
|
680
|
-
return Promise.resolve().then(function () {
|
|
741
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
742
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMajor" */'@atlaskit/icon/core/priority-major'));
|
|
743
|
+
}).then(function (module) {
|
|
744
|
+
return {
|
|
745
|
+
default: function _default(props) {
|
|
746
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
747
|
+
color: (0, _getToken.token)('color.icon.accent.red')
|
|
748
|
+
}));
|
|
749
|
+
}
|
|
750
|
+
};
|
|
751
|
+
}) : Promise.resolve().then(function () {
|
|
681
752
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphMajor" */'../common/ui/icons/priority-major-icon'));
|
|
682
753
|
});
|
|
683
754
|
}
|
|
684
755
|
}), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_ref3, _constants.IconType.PriorityMedium, {
|
|
685
756
|
default: function _default() {
|
|
686
|
-
return Promise.resolve().then(function () {
|
|
757
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
758
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMedium" */'@atlaskit/icon/core/priority-medium'));
|
|
759
|
+
}).then(function (module) {
|
|
760
|
+
return {
|
|
761
|
+
default: function _default(props) {
|
|
762
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
763
|
+
color: (0, _getToken.token)('color.icon.accent.orange')
|
|
764
|
+
}));
|
|
765
|
+
}
|
|
766
|
+
};
|
|
767
|
+
}) : Promise.resolve().then(function () {
|
|
687
768
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphMedium" */'../common/ui/icons/priority-medium-icon'));
|
|
688
769
|
});
|
|
689
770
|
}
|
|
690
771
|
}), _constants.IconType.PriorityMinor, {
|
|
691
772
|
default: function _default() {
|
|
692
|
-
return Promise.resolve().then(function () {
|
|
773
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
774
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMinor" */'@atlaskit/icon/core/priority-minor'));
|
|
775
|
+
}).then(function (module) {
|
|
776
|
+
return {
|
|
777
|
+
default: function _default(props) {
|
|
778
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
779
|
+
color: (0, _getToken.token)('color.icon.accent.blue')
|
|
780
|
+
}));
|
|
781
|
+
}
|
|
782
|
+
};
|
|
783
|
+
}) : Promise.resolve().then(function () {
|
|
693
784
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphMinor" */'../common/ui/icons/priority-minor-icon'));
|
|
694
785
|
});
|
|
695
786
|
}
|
|
696
787
|
}), _constants.IconType.PriorityTrivial, {
|
|
697
788
|
default: function _default() {
|
|
698
|
-
return Promise.resolve().then(function () {
|
|
789
|
+
return (0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? Promise.resolve().then(function () {
|
|
790
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphPriorityTrivial" */'@atlaskit/icon/core/priority-trivial'));
|
|
791
|
+
}).then(function (module) {
|
|
792
|
+
return {
|
|
793
|
+
default: function _default(props) {
|
|
794
|
+
return /*#__PURE__*/_react.default.createElement(module.default, (0, _extends2.default)({}, props, {
|
|
795
|
+
color: (0, _getToken.token)('color.icon.accent.gray')
|
|
796
|
+
}));
|
|
797
|
+
}
|
|
798
|
+
};
|
|
799
|
+
}) : Promise.resolve().then(function () {
|
|
699
800
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_glyphTrivial" */'../common/ui/icons/priority-trivial-icon'));
|
|
700
801
|
});
|
|
701
802
|
}
|
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
9
10
|
var _react = _interopRequireDefault(require("react"));
|
|
10
11
|
var _reactLoadable = _interopRequireDefault(require("react-loadable"));
|
|
11
12
|
var _icon = require("@atlaskit/icon");
|
|
@@ -42,8 +43,9 @@ var getDocumentIcon = function getDocumentIcon() {
|
|
|
42
43
|
var getLiveDocumentIcon = function getLiveDocumentIcon() {
|
|
43
44
|
return require('../../../../../common/ui/icons/live-document-icon').default;
|
|
44
45
|
};
|
|
46
|
+
var PRIORITY_ICONS = [_constants.IconType.PriorityBlocker, _constants.IconType.PriorityCritical, _constants.IconType.PriorityHigh, _constants.IconType.PriorityHighest, _constants.IconType.PriorityLow, _constants.IconType.PriorityLowest, _constants.IconType.PriorityMajor, _constants.IconType.PriorityMedium, _constants.IconType.PriorityMinor, _constants.IconType.PriorityTrivial];
|
|
45
47
|
var isCoreIcon = function isCoreIcon(icon) {
|
|
46
|
-
return [_constants.IconType.Project, _constants.IconType.Template, _constants.IconType.Forbidden, _constants.IconType.Default, _constants.IconType.Error, _constants.IconType.Attachment, _constants.IconType.CheckItem, _constants.IconType.Component, _constants.IconType.Comment, _constants.IconType.View, _constants.IconType.React, _constants.IconType.Vote, _constants.IconType.PriorityUndefined, _constants.IconType.ProgrammingLanguage, _constants.IconType.Subscriber, _constants.IconType.SubTasksProgress].includes(icon);
|
|
48
|
+
return [_constants.IconType.Project, _constants.IconType.Template, _constants.IconType.Forbidden, _constants.IconType.Default, _constants.IconType.Error, _constants.IconType.Attachment, _constants.IconType.CheckItem, _constants.IconType.Component, _constants.IconType.Comment, _constants.IconType.View, _constants.IconType.React, _constants.IconType.Vote, _constants.IconType.PriorityUndefined, _constants.IconType.ProgrammingLanguage, _constants.IconType.Subscriber, _constants.IconType.SubTasksProgress].concat((0, _toConsumableArray2.default)((0, _platformFeatureFlags.fg)('platform_sl_priority_icon') ? PRIORITY_ICONS : [])).includes(icon);
|
|
47
49
|
};
|
|
48
50
|
var AtlaskitIcon = function AtlaskitIcon(_ref) {
|
|
49
51
|
var icon = _ref.icon,
|
|
@@ -107,6 +109,13 @@ var AtlaskitIcon = function AtlaskitIcon(_ref) {
|
|
|
107
109
|
});
|
|
108
110
|
case _constants.SmartLinkSize.Large:
|
|
109
111
|
case _constants.SmartLinkSize.XLarge:
|
|
112
|
+
if (PRIORITY_ICONS.includes(icon) && (0, _platformFeatureFlags.fg)('platform_sl_priority_icon')) {
|
|
113
|
+
return /*#__PURE__*/_react.default.createElement(ImportedIcon, {
|
|
114
|
+
label: label,
|
|
115
|
+
testId: testId,
|
|
116
|
+
color: color
|
|
117
|
+
});
|
|
118
|
+
}
|
|
110
119
|
var appearance;
|
|
111
120
|
if (icon === _constants.IconType.Error || icon === _constants.IconType.Forbidden) {
|
|
112
121
|
appearance = 'redBold';
|
|
@@ -19,7 +19,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
19
19
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
20
20
|
var PACKAGE_DATA = {
|
|
21
21
|
packageName: "@atlaskit/smart-card",
|
|
22
|
-
packageVersion: "45.13.
|
|
22
|
+
packageVersion: "45.13.4",
|
|
23
23
|
componentName: 'linkUrl'
|
|
24
24
|
};
|
|
25
25
|
var LinkUrl = function LinkUrl(_ref) {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ff920567e7c479cb4b392387a65d13782dbd2d0ba8f5c2e151468ff763b05745
|
|
3
|
+
size 155671
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:c291fcaaf70a8fe7fb591f81b8cb847f9fed6a41bff8b68b4fc3537858c63327
|
|
3
|
+
size 103954
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b1f967736efa7f07f65cde83bfd59c6034e1f7f7271eeadcce4eddd72abae460
|
|
3
|
+
size 909
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:8afc83fc97fe9a18ae1e22b07b5740802daa92c3c5c3d0afcf92a047acd466d0
|
|
3
|
+
size 693
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:eb628b90b7507b2d8dd0a9fa25bb38ddbfe3ed139ab745ecfe5d3b7baf8c2ee8
|
|
3
|
+
size 578
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:e13590c476875e065a8e5a4107da0ec08f57906f4f50d933180baeed8de41485
|
|
3
|
+
size 735
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:13a75abc78d4f38d5000684f61edf516e53e8ab1553af7a6a02b8423cf86acb4
|
|
3
|
+
size 538
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5d01a73fff315767f18623a554df194bf7ff52652df8c02a9dc615b4ad3c2245
|
|
3
|
+
size 718
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:d4945d7a7f3a66a0e55692d2e13220913ea15a7cefb5ecdcd36ed78d616aae53
|
|
3
|
+
size 898
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:4661af0db6c199053587fa1fdea292a078d09c14bfa11c75898409799b47f124
|
|
3
|
+
size 391
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:8d038fc0b7e46d84dbc71ca95a76438ab2bfb836d7e603651c12c2a20051ddbf
|
|
3
|
+
size 881
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:d3f200ff0ce9d4b1db2062033076ccfe9865a5d750c44842e00fd47331100348
|
|
3
|
+
size 868
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:06012e2c14c38c3fc9da9fa230c9fc55dd0b011c7f5756b930968f1a88700828
|
|
3
|
+
size 220083
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:06012e2c14c38c3fc9da9fa230c9fc55dd0b011c7f5756b930968f1a88700828
|
|
3
|
+
size 220083
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cd8bc16db0eebc4cfd0f8882a3483ed84905e78317f8d6ff1d053d720b9b05f4
|
|
3
|
+
size 220298
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cd8bc16db0eebc4cfd0f8882a3483ed84905e78317f8d6ff1d053d720b9b05f4
|
|
3
|
+
size 220298
|
|
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
2
2
|
export const context = {
|
|
3
3
|
componentName: 'smart-cards',
|
|
4
4
|
packageName: "@atlaskit/smart-card" || '',
|
|
5
|
-
packageVersion: "45.13.
|
|
5
|
+
packageVersion: "45.13.4" || ''
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import Loadable from 'react-loadable';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
|
+
import { token } from '@atlaskit/tokens/get-token';
|
|
5
6
|
import { themeObjectToString } from '@atlaskit/tokens/theme-state-transformer';
|
|
6
7
|
import { IconType, SmartLinkSize } from '../constants';
|
|
7
8
|
import extractFileFormatIcon from '../extractors/flexible/icon/extract-file-formatIcon';
|
|
@@ -310,34 +311,74 @@ export const getLazyIcons = () => {
|
|
|
310
311
|
},
|
|
311
312
|
// Local priority icons (custom SVG components)
|
|
312
313
|
[IconType.PriorityBlocker]: {
|
|
313
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
314
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityBlocker" */'@atlaskit/icon/core/priority-blocker').then(module => ({
|
|
315
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
316
|
+
color: token('color.icon.accent.red')
|
|
317
|
+
}))
|
|
318
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphBlocker" */'../common/ui/icons/priority-blocker-icon')
|
|
314
319
|
},
|
|
315
320
|
[IconType.PriorityCritical]: {
|
|
316
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
321
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityCritical" */'@atlaskit/icon/core/priority-critical').then(module => ({
|
|
322
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
323
|
+
color: token('color.icon.accent.red')
|
|
324
|
+
}))
|
|
325
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphCritical" */'../common/ui/icons/priority-critical-icon')
|
|
317
326
|
},
|
|
318
327
|
[IconType.PriorityHigh]: {
|
|
319
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
328
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityHigh" */'@atlaskit/icon/core/priority-high').then(module => ({
|
|
329
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
330
|
+
color: token('color.icon.accent.red')
|
|
331
|
+
}))
|
|
332
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphHigh" */'../common/ui/icons/priority-high-icon')
|
|
320
333
|
},
|
|
321
334
|
[IconType.PriorityHighest]: {
|
|
322
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
335
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityHighest" */'@atlaskit/icon/core/priority-highest').then(module => ({
|
|
336
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
337
|
+
color: token('color.icon.accent.red')
|
|
338
|
+
}))
|
|
339
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphHighest" */'../common/ui/icons/priority-highest-icon')
|
|
323
340
|
},
|
|
324
341
|
[IconType.PriorityLow]: {
|
|
325
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
342
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityLow" */'@atlaskit/icon/core/priority-low').then(module => ({
|
|
343
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
344
|
+
color: token('color.icon.accent.blue')
|
|
345
|
+
}))
|
|
346
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphLow" */'../common/ui/icons/priority-low-icon')
|
|
326
347
|
},
|
|
327
348
|
[IconType.PriorityLowest]: {
|
|
328
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
349
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityLowest" */'@atlaskit/icon/core/priority-lowest').then(module => ({
|
|
350
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
351
|
+
color: token('color.icon.accent.blue')
|
|
352
|
+
}))
|
|
353
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphLowest" */'../common/ui/icons/priority-lowest-icon')
|
|
329
354
|
},
|
|
330
355
|
[IconType.PriorityMajor]: {
|
|
331
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
356
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMajor" */'@atlaskit/icon/core/priority-major').then(module => ({
|
|
357
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
358
|
+
color: token('color.icon.accent.red')
|
|
359
|
+
}))
|
|
360
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphMajor" */'../common/ui/icons/priority-major-icon')
|
|
332
361
|
},
|
|
333
362
|
[IconType.PriorityMedium]: {
|
|
334
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
363
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMedium" */'@atlaskit/icon/core/priority-medium').then(module => ({
|
|
364
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
365
|
+
color: token('color.icon.accent.orange')
|
|
366
|
+
}))
|
|
367
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphMedium" */'../common/ui/icons/priority-medium-icon')
|
|
335
368
|
},
|
|
336
369
|
[IconType.PriorityMinor]: {
|
|
337
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
370
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMinor" */'@atlaskit/icon/core/priority-minor').then(module => ({
|
|
371
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
372
|
+
color: token('color.icon.accent.blue')
|
|
373
|
+
}))
|
|
374
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphMinor" */'../common/ui/icons/priority-minor-icon')
|
|
338
375
|
},
|
|
339
376
|
[IconType.PriorityTrivial]: {
|
|
340
|
-
default: () => import( /* webpackChunkName: "@atlaskit-
|
|
377
|
+
default: () => fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityTrivial" */'@atlaskit/icon/core/priority-trivial').then(module => ({
|
|
378
|
+
default: props => /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
379
|
+
color: token('color.icon.accent.gray')
|
|
380
|
+
}))
|
|
381
|
+
})) : import( /* webpackChunkName: "@atlaskit-internal_glyphTrivial" */'../common/ui/icons/priority-trivial-icon')
|
|
341
382
|
}
|
|
342
383
|
};
|
|
343
384
|
};
|
|
@@ -23,8 +23,9 @@ const importIcon = importFn => {
|
|
|
23
23
|
const getBlogIcon = () => require('../../../../../common/ui/icons/blog-icon').default;
|
|
24
24
|
const getDocumentIcon = () => require('../../../../../common/ui/icons/page-icon').default;
|
|
25
25
|
const getLiveDocumentIcon = () => require('../../../../../common/ui/icons/live-document-icon').default;
|
|
26
|
+
const PRIORITY_ICONS = [IconType.PriorityBlocker, IconType.PriorityCritical, IconType.PriorityHigh, IconType.PriorityHighest, IconType.PriorityLow, IconType.PriorityLowest, IconType.PriorityMajor, IconType.PriorityMedium, IconType.PriorityMinor, IconType.PriorityTrivial];
|
|
26
27
|
const isCoreIcon = icon => {
|
|
27
|
-
return [IconType.Project, IconType.Template, IconType.Forbidden, IconType.Default, IconType.Error, IconType.Attachment, IconType.CheckItem, IconType.Component, IconType.Comment, IconType.View, IconType.React, IconType.Vote, IconType.PriorityUndefined, IconType.ProgrammingLanguage, IconType.Subscriber, IconType.SubTasksProgress].includes(icon);
|
|
28
|
+
return [IconType.Project, IconType.Template, IconType.Forbidden, IconType.Default, IconType.Error, IconType.Attachment, IconType.CheckItem, IconType.Component, IconType.Comment, IconType.View, IconType.React, IconType.Vote, IconType.PriorityUndefined, IconType.ProgrammingLanguage, IconType.Subscriber, IconType.SubTasksProgress, ...(fg('platform_sl_priority_icon') ? PRIORITY_ICONS : [])].includes(icon);
|
|
28
29
|
};
|
|
29
30
|
const AtlaskitIcon = ({
|
|
30
31
|
icon,
|
|
@@ -88,6 +89,13 @@ const AtlaskitIcon = ({
|
|
|
88
89
|
});
|
|
89
90
|
case SmartLinkSize.Large:
|
|
90
91
|
case SmartLinkSize.XLarge:
|
|
92
|
+
if (PRIORITY_ICONS.includes(icon) && fg('platform_sl_priority_icon')) {
|
|
93
|
+
return /*#__PURE__*/React.createElement(ImportedIcon, {
|
|
94
|
+
label: label,
|
|
95
|
+
testId: testId,
|
|
96
|
+
color: color
|
|
97
|
+
});
|
|
98
|
+
}
|
|
91
99
|
let appearance;
|
|
92
100
|
if (icon === IconType.Error || icon === IconType.Forbidden) {
|
|
93
101
|
appearance = 'redBold';
|
|
@@ -9,7 +9,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
9
9
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
10
10
|
const PACKAGE_DATA = {
|
|
11
11
|
packageName: "@atlaskit/smart-card",
|
|
12
|
-
packageVersion: "45.13.
|
|
12
|
+
packageVersion: "45.13.4",
|
|
13
13
|
componentName: 'linkUrl'
|
|
14
14
|
};
|
|
15
15
|
const LinkUrl = ({
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:ff920567e7c479cb4b392387a65d13782dbd2d0ba8f5c2e151468ff763b05745
|
|
3
|
+
size 155671
|
package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-composition--default.png
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:c291fcaaf70a8fe7fb591f81b8cb847f9fed6a41bff8b68b4fc3537858c63327
|
|
3
|
+
size 103954
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:b1f967736efa7f07f65cde83bfd59c6034e1f7f7271eeadcce4eddd72abae460
|
|
3
|
+
size 909
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:8afc83fc97fe9a18ae1e22b07b5740802daa92c3c5c3d0afcf92a047acd466d0
|
|
3
|
+
size 693
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:eb628b90b7507b2d8dd0a9fa25bb38ddbfe3ed139ab745ecfe5d3b7baf8c2ee8
|
|
3
|
+
size 578
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:e13590c476875e065a8e5a4107da0ec08f57906f4f50d933180baeed8de41485
|
|
3
|
+
size 735
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:13a75abc78d4f38d5000684f61edf516e53e8ab1553af7a6a02b8423cf86acb4
|
|
3
|
+
size 538
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5d01a73fff315767f18623a554df194bf7ff52652df8c02a9dc615b4ad3c2245
|
|
3
|
+
size 718
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:d4945d7a7f3a66a0e55692d2e13220913ea15a7cefb5ecdcd36ed78d616aae53
|
|
3
|
+
size 898
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:4661af0db6c199053587fa1fdea292a078d09c14bfa11c75898409799b47f124
|
|
3
|
+
size 391
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:8d038fc0b7e46d84dbc71ca95a76438ab2bfb836d7e603651c12c2a20051ddbf
|
|
3
|
+
size 881
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:d3f200ff0ce9d4b1db2062033076ccfe9865a5d750c44842e00fd47331100348
|
|
3
|
+
size 868
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:06012e2c14c38c3fc9da9fa230c9fc55dd0b011c7f5756b930968f1a88700828
|
|
3
|
+
size 220083
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:06012e2c14c38c3fc9da9fa230c9fc55dd0b011c7f5756b930968f1a88700828
|
|
3
|
+
size 220083
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cd8bc16db0eebc4cfd0f8882a3483ed84905e78317f8d6ff1d053d720b9b05f4
|
|
3
|
+
size 220298
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:cd8bc16db0eebc4cfd0f8882a3483ed84905e78317f8d6ff1d053d720b9b05f4
|
|
3
|
+
size 220298
|
|
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export var context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card" || '',
|
|
7
|
-
packageVersion: "45.13.
|
|
7
|
+
packageVersion: "45.13.4" || ''
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -6,6 +6,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import Loadable from 'react-loadable';
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
|
+
import { token } from '@atlaskit/tokens/get-token';
|
|
9
10
|
import { themeObjectToString } from '@atlaskit/tokens/theme-state-transformer';
|
|
10
11
|
import { IconType, SmartLinkSize } from '../constants';
|
|
11
12
|
import extractFileFormatIcon from '../extractors/flexible/icon/extract-file-formatIcon';
|
|
@@ -476,43 +477,123 @@ export var getLazyIcons = function getLazyIcons() {
|
|
|
476
477
|
}
|
|
477
478
|
}), IconType.PriorityBlocker, {
|
|
478
479
|
default: function _default() {
|
|
479
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
480
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityBlocker" */'@atlaskit/icon/core/priority-blocker').then(function (module) {
|
|
481
|
+
return {
|
|
482
|
+
default: function _default(props) {
|
|
483
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
484
|
+
color: token('color.icon.accent.red')
|
|
485
|
+
}));
|
|
486
|
+
}
|
|
487
|
+
};
|
|
488
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphBlocker" */'../common/ui/icons/priority-blocker-icon');
|
|
480
489
|
}
|
|
481
490
|
}), IconType.PriorityCritical, {
|
|
482
491
|
default: function _default() {
|
|
483
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
492
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityCritical" */'@atlaskit/icon/core/priority-critical').then(function (module) {
|
|
493
|
+
return {
|
|
494
|
+
default: function _default(props) {
|
|
495
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
496
|
+
color: token('color.icon.accent.red')
|
|
497
|
+
}));
|
|
498
|
+
}
|
|
499
|
+
};
|
|
500
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphCritical" */'../common/ui/icons/priority-critical-icon');
|
|
484
501
|
}
|
|
485
502
|
}), IconType.PriorityHigh, {
|
|
486
503
|
default: function _default() {
|
|
487
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
504
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityHigh" */'@atlaskit/icon/core/priority-high').then(function (module) {
|
|
505
|
+
return {
|
|
506
|
+
default: function _default(props) {
|
|
507
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
508
|
+
color: token('color.icon.accent.red')
|
|
509
|
+
}));
|
|
510
|
+
}
|
|
511
|
+
};
|
|
512
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphHigh" */'../common/ui/icons/priority-high-icon');
|
|
488
513
|
}
|
|
489
514
|
}), IconType.PriorityHighest, {
|
|
490
515
|
default: function _default() {
|
|
491
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
516
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityHighest" */'@atlaskit/icon/core/priority-highest').then(function (module) {
|
|
517
|
+
return {
|
|
518
|
+
default: function _default(props) {
|
|
519
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
520
|
+
color: token('color.icon.accent.red')
|
|
521
|
+
}));
|
|
522
|
+
}
|
|
523
|
+
};
|
|
524
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphHighest" */'../common/ui/icons/priority-highest-icon');
|
|
492
525
|
}
|
|
493
526
|
}), IconType.PriorityLow, {
|
|
494
527
|
default: function _default() {
|
|
495
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
528
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityLow" */'@atlaskit/icon/core/priority-low').then(function (module) {
|
|
529
|
+
return {
|
|
530
|
+
default: function _default(props) {
|
|
531
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
532
|
+
color: token('color.icon.accent.blue')
|
|
533
|
+
}));
|
|
534
|
+
}
|
|
535
|
+
};
|
|
536
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphLow" */'../common/ui/icons/priority-low-icon');
|
|
496
537
|
}
|
|
497
538
|
}), IconType.PriorityLowest, {
|
|
498
539
|
default: function _default() {
|
|
499
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
540
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityLowest" */'@atlaskit/icon/core/priority-lowest').then(function (module) {
|
|
541
|
+
return {
|
|
542
|
+
default: function _default(props) {
|
|
543
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
544
|
+
color: token('color.icon.accent.blue')
|
|
545
|
+
}));
|
|
546
|
+
}
|
|
547
|
+
};
|
|
548
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphLowest" */'../common/ui/icons/priority-lowest-icon');
|
|
500
549
|
}
|
|
501
550
|
}), IconType.PriorityMajor, {
|
|
502
551
|
default: function _default() {
|
|
503
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
552
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMajor" */'@atlaskit/icon/core/priority-major').then(function (module) {
|
|
553
|
+
return {
|
|
554
|
+
default: function _default(props) {
|
|
555
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
556
|
+
color: token('color.icon.accent.red')
|
|
557
|
+
}));
|
|
558
|
+
}
|
|
559
|
+
};
|
|
560
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphMajor" */'../common/ui/icons/priority-major-icon');
|
|
504
561
|
}
|
|
505
562
|
}), _defineProperty(_defineProperty(_defineProperty(_ref3, IconType.PriorityMedium, {
|
|
506
563
|
default: function _default() {
|
|
507
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
564
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMedium" */'@atlaskit/icon/core/priority-medium').then(function (module) {
|
|
565
|
+
return {
|
|
566
|
+
default: function _default(props) {
|
|
567
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
568
|
+
color: token('color.icon.accent.orange')
|
|
569
|
+
}));
|
|
570
|
+
}
|
|
571
|
+
};
|
|
572
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphMedium" */'../common/ui/icons/priority-medium-icon');
|
|
508
573
|
}
|
|
509
574
|
}), IconType.PriorityMinor, {
|
|
510
575
|
default: function _default() {
|
|
511
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
576
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityMinor" */'@atlaskit/icon/core/priority-minor').then(function (module) {
|
|
577
|
+
return {
|
|
578
|
+
default: function _default(props) {
|
|
579
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
580
|
+
color: token('color.icon.accent.blue')
|
|
581
|
+
}));
|
|
582
|
+
}
|
|
583
|
+
};
|
|
584
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphMinor" */'../common/ui/icons/priority-minor-icon');
|
|
512
585
|
}
|
|
513
586
|
}), IconType.PriorityTrivial, {
|
|
514
587
|
default: function _default() {
|
|
515
|
-
return import( /* webpackChunkName: "@atlaskit-
|
|
588
|
+
return fg('platform_sl_priority_icon') ? import( /* webpackChunkName: "@atlaskit-internal_glyphPriorityTrivial" */'@atlaskit/icon/core/priority-trivial').then(function (module) {
|
|
589
|
+
return {
|
|
590
|
+
default: function _default(props) {
|
|
591
|
+
return /*#__PURE__*/React.createElement(module.default, _extends({}, props, {
|
|
592
|
+
color: token('color.icon.accent.gray')
|
|
593
|
+
}));
|
|
594
|
+
}
|
|
595
|
+
};
|
|
596
|
+
}) : import( /* webpackChunkName: "@atlaskit-internal_glyphTrivial" */'../common/ui/icons/priority-trivial-icon');
|
|
516
597
|
}
|
|
517
598
|
});
|
|
518
599
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
|
2
3
|
import React from 'react';
|
|
3
4
|
import Loadable from 'react-loadable';
|
|
4
5
|
import { IconTile } from '@atlaskit/icon';
|
|
@@ -35,8 +36,9 @@ var getDocumentIcon = function getDocumentIcon() {
|
|
|
35
36
|
var getLiveDocumentIcon = function getLiveDocumentIcon() {
|
|
36
37
|
return require('../../../../../common/ui/icons/live-document-icon').default;
|
|
37
38
|
};
|
|
39
|
+
var PRIORITY_ICONS = [IconType.PriorityBlocker, IconType.PriorityCritical, IconType.PriorityHigh, IconType.PriorityHighest, IconType.PriorityLow, IconType.PriorityLowest, IconType.PriorityMajor, IconType.PriorityMedium, IconType.PriorityMinor, IconType.PriorityTrivial];
|
|
38
40
|
var isCoreIcon = function isCoreIcon(icon) {
|
|
39
|
-
return [IconType.Project, IconType.Template, IconType.Forbidden, IconType.Default, IconType.Error, IconType.Attachment, IconType.CheckItem, IconType.Component, IconType.Comment, IconType.View, IconType.React, IconType.Vote, IconType.PriorityUndefined, IconType.ProgrammingLanguage, IconType.Subscriber, IconType.SubTasksProgress].includes(icon);
|
|
41
|
+
return [IconType.Project, IconType.Template, IconType.Forbidden, IconType.Default, IconType.Error, IconType.Attachment, IconType.CheckItem, IconType.Component, IconType.Comment, IconType.View, IconType.React, IconType.Vote, IconType.PriorityUndefined, IconType.ProgrammingLanguage, IconType.Subscriber, IconType.SubTasksProgress].concat(_toConsumableArray(fg('platform_sl_priority_icon') ? PRIORITY_ICONS : [])).includes(icon);
|
|
40
42
|
};
|
|
41
43
|
var AtlaskitIcon = function AtlaskitIcon(_ref) {
|
|
42
44
|
var icon = _ref.icon,
|
|
@@ -100,6 +102,13 @@ var AtlaskitIcon = function AtlaskitIcon(_ref) {
|
|
|
100
102
|
});
|
|
101
103
|
case SmartLinkSize.Large:
|
|
102
104
|
case SmartLinkSize.XLarge:
|
|
105
|
+
if (PRIORITY_ICONS.includes(icon) && fg('platform_sl_priority_icon')) {
|
|
106
|
+
return /*#__PURE__*/React.createElement(ImportedIcon, {
|
|
107
|
+
label: label,
|
|
108
|
+
testId: testId,
|
|
109
|
+
color: color
|
|
110
|
+
});
|
|
111
|
+
}
|
|
103
112
|
var appearance;
|
|
104
113
|
if (icon === IconType.Error || icon === IconType.Forbidden) {
|
|
105
114
|
appearance = 'redBold';
|
|
@@ -12,7 +12,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
12
12
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
13
13
|
var PACKAGE_DATA = {
|
|
14
14
|
packageName: "@atlaskit/smart-card",
|
|
15
|
-
packageVersion: "45.13.
|
|
15
|
+
packageVersion: "45.13.4",
|
|
16
16
|
componentName: 'linkUrl'
|
|
17
17
|
};
|
|
18
18
|
var LinkUrl = function LinkUrl(_ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "45.13.
|
|
3
|
+
"version": "45.13.5",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@atlaskit/lozenge": "^14.1.0",
|
|
71
71
|
"@atlaskit/menu": "^9.2.0",
|
|
72
72
|
"@atlaskit/modal-dialog": "^16.2.0",
|
|
73
|
-
"@atlaskit/motion": "^
|
|
73
|
+
"@atlaskit/motion": "^8.0.0",
|
|
74
74
|
"@atlaskit/object": "^2.2.0",
|
|
75
75
|
"@atlaskit/outbound-auth-flow-client": "^4.1.0",
|
|
76
76
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
@@ -211,6 +211,9 @@
|
|
|
211
211
|
"jfp-magma-platform-lozenge-jump-fix": {
|
|
212
212
|
"type": "boolean"
|
|
213
213
|
},
|
|
214
|
+
"platform_sl_priority_icon": {
|
|
215
|
+
"type": "boolean"
|
|
216
|
+
},
|
|
214
217
|
"platform_sl_action_refactoring": {
|
|
215
218
|
"type": "boolean"
|
|
216
219
|
},
|