@atlaskit/mention 22.1.10 → 23.0.0
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 +10 -0
- package/dist/cjs/components/MentionItem/styles.js +3 -3
- package/dist/cjs/components/MentionListError/styles.js +1 -1
- package/dist/cjs/components/MentionPicker/styles.js +1 -1
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/components/MentionItem/styles.js +3 -3
- package/dist/es2019/components/MentionListError/styles.js +2 -3
- package/dist/es2019/components/MentionPicker/styles.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/components/MentionItem/styles.js +3 -3
- package/dist/esm/components/MentionListError/styles.js +1 -1
- package/dist/esm/components/MentionPicker/styles.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/package.json +19 -9
- package/_constants/package.json +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 23.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#65974](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65974) [`edca08bd6e06`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/edca08bd6e06) - Migrate @atlaskit/mention to use declarative entry points. /\_constants public endpoint has been removed as part of the migration process.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#72162](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72162) [`dadc682d36ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dadc682d36ba) - Replace hardcoded values with space tokens
|
|
12
|
+
|
|
3
13
|
## 22.1.10
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -9,11 +9,11 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
|
|
|
9
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
10
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
11
11
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
|
12
|
-
var RowStyle = exports.RowStyle = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n align-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n overflow: hidden;\n padding: ", "
|
|
12
|
+
var RowStyle = exports.RowStyle = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n align-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n overflow: hidden;\n padding: ", " ", ";\n text-overflow: ellipsis;\n vertical-align: middle;\n"])), "var(--ds-space-075, 6px)", "var(--ds-space-150, 12px)");
|
|
13
13
|
var AvatarStyle = exports.AvatarStyle = _styled.default.span(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n flex: initial;\n opacity: ", ";\n"])), function (props) {
|
|
14
14
|
return props.restricted ? '0.5' : 'inherit';
|
|
15
15
|
});
|
|
16
|
-
var NameSectionStyle = exports.NameSectionStyle = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n flex: 1;\n min-width: 0;\n margin-left:
|
|
16
|
+
var NameSectionStyle = exports.NameSectionStyle = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n flex: 1;\n min-width: 0;\n margin-left: ", ";\n opacity: ", ";\n"])), "var(--ds-space-150, 12px)", function (props) {
|
|
17
17
|
return props.restricted ? '0.5' : 'inherit';
|
|
18
18
|
});
|
|
19
19
|
var FullNameStyle = exports.FullNameStyle = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n color: ", ";\n"])), "var(--ds-text, ".concat(_colors.N900, ")"));
|
|
@@ -25,4 +25,4 @@ var MENTION_ITEM_HEIGHT = exports.MENTION_ITEM_HEIGHT = 48;
|
|
|
25
25
|
var MentionItemStyle = exports.MentionItemStyle = _styled.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n background-color: ", ";\n display: block;\n overflow: hidden;\n list-style-type: none;\n height: ", "px;\n line-height: 1.2;\n cursor: pointer;\n"])), function (props) {
|
|
26
26
|
return props.selected ? "var(--ds-background-selected, ".concat(_colors.N30, ")") : 'transparent';
|
|
27
27
|
}, MENTION_ITEM_HEIGHT);
|
|
28
|
-
var AccessSectionStyle = exports.AccessSectionStyle = _styled.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n padding-left:
|
|
28
|
+
var AccessSectionStyle = exports.AccessSectionStyle = _styled.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n padding-left: ", ";\n color: ", ";\n"])), "var(--ds-space-050, 4px)", "var(--ds-text-subtle, ".concat(_colors.N500, ")"));
|
|
@@ -12,7 +12,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
12
12
|
var _typography = require("@atlaskit/theme/typography");
|
|
13
13
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
14
14
|
var MentionListErrorStyle = exports.MentionListErrorStyle = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n align-items: center;\n display: flex;\n justify-content: center;\n flex-direction: column;\n background-color: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n"])), "var(--ds-surface-overlay, white)", "var(--ds-text-subtle, ".concat(_colors.N500, ")"), "var(--ds-surface-overlay, #fff)", (0, _constants.borderRadius)());
|
|
15
|
-
var GenericErrorVisualStyle = exports.GenericErrorVisualStyle = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n
|
|
15
|
+
var GenericErrorVisualStyle = exports.GenericErrorVisualStyle = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n margin-bottom: ", ";\n margin-top: ", ";\n width: ", ";\n"])), "var(--ds-space-100, 8px)", "var(--ds-space-400, 32px)", "var(--ds-space-1000, 80px)");
|
|
16
16
|
|
|
17
17
|
// TODO: Figure out why the themed css function is causing type errors when passed prop children
|
|
18
18
|
var MentionListErrorHeadlineStyle = exports.MentionListErrorHeadlineStyle = _styled.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", ";\n margin-bottom: ", ";\n"])), (0, _typography.h400)(), "var(--ds-space-100, 8px)");
|
|
@@ -13,4 +13,4 @@ var _templateObject, _templateObject2;
|
|
|
13
13
|
var MentionPickerStyle = exports.MentionPickerStyle = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: ", ";\n"])), function (props) {
|
|
14
14
|
return props.visible ? 'block' : 'none';
|
|
15
15
|
});
|
|
16
|
-
var MentionPickerInfoStyle = exports.MentionPickerInfoStyle = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n box-shadow: ", ";\n display: block;\n width: ", ";\n white-space: nowrap;\n\n & {\n p {\n margin: 0;\n overflow: hidden;\n padding:
|
|
16
|
+
var MentionPickerInfoStyle = exports.MentionPickerInfoStyle = _styled.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n box-shadow: ", ";\n display: block;\n width: ", ";\n white-space: nowrap;\n\n & {\n p {\n margin: 0;\n overflow: hidden;\n padding: ", ";\n text-overflow: ellipsis;\n }\n }\n"])), "var(--ds-surface, #fff)", "var(--ds-text-subtlest, ".concat(_colors.N100, ")"), _sharedStyles.noDialogContainerBorderColor, _sharedStyles.noDialogContainerBorderRadius, _sharedStyles.noDialogContainerBoxShadow, _sharedStyles.mentionListWidth, "var(--ds-space-100, 8px)");
|
|
@@ -12,7 +12,7 @@ var _types = require("../types");
|
|
|
12
12
|
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; }
|
|
13
13
|
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; }
|
|
14
14
|
var packageName = "@atlaskit/mention";
|
|
15
|
-
var packageVersion = "
|
|
15
|
+
var packageVersion = "23.0.0";
|
|
16
16
|
var SLI_EVENT_TYPE = exports.SLI_EVENT_TYPE = 'sli';
|
|
17
17
|
var SMART_EVENT_TYPE = exports.SMART_EVENT_TYPE = 'smart';
|
|
18
18
|
var SliNames = exports.SliNames = /*#__PURE__*/function (SliNames) {
|
|
@@ -6,7 +6,7 @@ export const RowStyle = styled.div`
|
|
|
6
6
|
flex-direction: row;
|
|
7
7
|
flex-wrap: wrap;
|
|
8
8
|
overflow: hidden;
|
|
9
|
-
padding: ${"var(--ds-space-075, 6px)"}
|
|
9
|
+
padding: ${"var(--ds-space-075, 6px)"} ${"var(--ds-space-150, 12px)"};
|
|
10
10
|
text-overflow: ellipsis;
|
|
11
11
|
vertical-align: middle;
|
|
12
12
|
`;
|
|
@@ -18,7 +18,7 @@ export const AvatarStyle = styled.span`
|
|
|
18
18
|
export const NameSectionStyle = styled.div`
|
|
19
19
|
flex: 1;
|
|
20
20
|
min-width: 0;
|
|
21
|
-
margin-left:
|
|
21
|
+
margin-left: ${"var(--ds-space-150, 12px)"};
|
|
22
22
|
opacity: ${props => props.restricted ? '0.5' : 'inherit'};
|
|
23
23
|
`;
|
|
24
24
|
export const FullNameStyle = styled.span`
|
|
@@ -58,6 +58,6 @@ export const MentionItemStyle = styled.div`
|
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
`;
|
|
60
60
|
export const AccessSectionStyle = styled.div`
|
|
61
|
-
padding-left:
|
|
61
|
+
padding-left: ${"var(--ds-space-050, 4px)"};
|
|
62
62
|
color: ${`var(--ds-text-subtle, ${N500})`};
|
|
63
63
|
`;
|
|
@@ -13,10 +13,9 @@ export const MentionListErrorStyle = styled.div`
|
|
|
13
13
|
border-radius: ${borderRadius()}px;
|
|
14
14
|
`;
|
|
15
15
|
export const GenericErrorVisualStyle = styled.div`
|
|
16
|
-
height: 108px;
|
|
17
16
|
margin-bottom: ${"var(--ds-space-100, 8px)"};
|
|
18
|
-
margin-top:
|
|
19
|
-
width:
|
|
17
|
+
margin-top: ${"var(--ds-space-400, 32px)"};
|
|
18
|
+
width: ${"var(--ds-space-1000, 80px)"};
|
|
20
19
|
`;
|
|
21
20
|
|
|
22
21
|
// TODO: Figure out why the themed css function is causing type errors when passed prop children
|
|
@@ -2,7 +2,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
|
|
|
2
2
|
import { ELEMENTS_CHANNEL } from '../_constants';
|
|
3
3
|
import { isSpecialMentionText } from '../types';
|
|
4
4
|
const packageName = "@atlaskit/mention";
|
|
5
|
-
const packageVersion = "
|
|
5
|
+
const packageVersion = "23.0.0";
|
|
6
6
|
export const SLI_EVENT_TYPE = 'sli';
|
|
7
7
|
export const SMART_EVENT_TYPE = 'smart';
|
|
8
8
|
export let SliNames = /*#__PURE__*/function (SliNames) {
|
|
@@ -2,11 +2,11 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
|
|
|
2
2
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
|
3
3
|
import styled from '@emotion/styled';
|
|
4
4
|
import { N900, N100, N30, N500 } from '@atlaskit/theme/colors';
|
|
5
|
-
export var RowStyle = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n align-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n overflow: hidden;\n padding: ", "
|
|
5
|
+
export var RowStyle = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n align-items: center;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n overflow: hidden;\n padding: ", " ", ";\n text-overflow: ellipsis;\n vertical-align: middle;\n"])), "var(--ds-space-075, 6px)", "var(--ds-space-150, 12px)");
|
|
6
6
|
export var AvatarStyle = styled.span(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n position: relative;\n flex: initial;\n opacity: ", ";\n"])), function (props) {
|
|
7
7
|
return props.restricted ? '0.5' : 'inherit';
|
|
8
8
|
});
|
|
9
|
-
export var NameSectionStyle = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n flex: 1;\n min-width: 0;\n margin-left:
|
|
9
|
+
export var NameSectionStyle = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n flex: 1;\n min-width: 0;\n margin-left: ", ";\n opacity: ", ";\n"])), "var(--ds-space-150, 12px)", function (props) {
|
|
10
10
|
return props.restricted ? '0.5' : 'inherit';
|
|
11
11
|
});
|
|
12
12
|
export var FullNameStyle = styled.span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: block;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n color: ", ";\n"])), "var(--ds-text, ".concat(N900, ")"));
|
|
@@ -18,4 +18,4 @@ export var MENTION_ITEM_HEIGHT = 48;
|
|
|
18
18
|
export var MentionItemStyle = styled.div(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n background-color: ", ";\n display: block;\n overflow: hidden;\n list-style-type: none;\n height: ", "px;\n line-height: 1.2;\n cursor: pointer;\n"])), function (props) {
|
|
19
19
|
return props.selected ? "var(--ds-background-selected, ".concat(N30, ")") : 'transparent';
|
|
20
20
|
}, MENTION_ITEM_HEIGHT);
|
|
21
|
-
export var AccessSectionStyle = styled.div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n padding-left:
|
|
21
|
+
export var AccessSectionStyle = styled.div(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n padding-left: ", ";\n color: ", ";\n"])), "var(--ds-space-050, 4px)", "var(--ds-text-subtle, ".concat(N500, ")"));
|
|
@@ -5,7 +5,7 @@ import { borderRadius } from '@atlaskit/theme/constants';
|
|
|
5
5
|
import { N500 } from '@atlaskit/theme/colors';
|
|
6
6
|
import { h400 } from '@atlaskit/theme/typography';
|
|
7
7
|
export var MentionListErrorStyle = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n align-items: center;\n display: flex;\n justify-content: center;\n flex-direction: column;\n background-color: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n"])), "var(--ds-surface-overlay, white)", "var(--ds-text-subtle, ".concat(N500, ")"), "var(--ds-surface-overlay, #fff)", borderRadius());
|
|
8
|
-
export var GenericErrorVisualStyle = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n
|
|
8
|
+
export var GenericErrorVisualStyle = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-bottom: ", ";\n margin-top: ", ";\n width: ", ";\n"])), "var(--ds-space-100, 8px)", "var(--ds-space-400, 32px)", "var(--ds-space-1000, 80px)");
|
|
9
9
|
|
|
10
10
|
// TODO: Figure out why the themed css function is causing type errors when passed prop children
|
|
11
11
|
export var MentionListErrorHeadlineStyle = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n ", ";\n margin-bottom: ", ";\n"])), h400(), "var(--ds-space-100, 8px)");
|
|
@@ -6,4 +6,4 @@ import { mentionListWidth, noDialogContainerBorderColor, noDialogContainerBorder
|
|
|
6
6
|
export var MentionPickerStyle = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: ", ";\n"])), function (props) {
|
|
7
7
|
return props.visible ? 'block' : 'none';
|
|
8
8
|
});
|
|
9
|
-
export var MentionPickerInfoStyle = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n box-shadow: ", ";\n display: block;\n width: ", ";\n white-space: nowrap;\n\n & {\n p {\n margin: 0;\n overflow: hidden;\n padding:
|
|
9
|
+
export var MentionPickerInfoStyle = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n background: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", ";\n box-shadow: ", ";\n display: block;\n width: ", ";\n white-space: nowrap;\n\n & {\n p {\n margin: 0;\n overflow: hidden;\n padding: ", ";\n text-overflow: ellipsis;\n }\n }\n"])), "var(--ds-surface, #fff)", "var(--ds-text-subtlest, ".concat(N100, ")"), noDialogContainerBorderColor, noDialogContainerBorderRadius, noDialogContainerBoxShadow, mentionListWidth, "var(--ds-space-100, 8px)");
|
|
@@ -5,7 +5,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
|
|
|
5
5
|
import { ELEMENTS_CHANNEL } from '../_constants';
|
|
6
6
|
import { isSpecialMentionText } from '../types';
|
|
7
7
|
var packageName = "@atlaskit/mention";
|
|
8
|
-
var packageVersion = "
|
|
8
|
+
var packageVersion = "23.0.0";
|
|
9
9
|
export var SLI_EVENT_TYPE = 'sli';
|
|
10
10
|
export var SMART_EVENT_TYPE = 'smart';
|
|
11
11
|
export var SliNames = /*#__PURE__*/function (SliNames) {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/mention",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"description": "A React component used to display user profiles in a list for 'Mention' functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
7
7
|
},
|
|
8
|
-
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
9
|
"author": "Atlassian Pty Ltd",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "dist/cjs/index.js",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"atlaskit:src": "src/index.ts",
|
|
25
25
|
"atlassian": {
|
|
26
26
|
"team": "Search Platform: Search Experience",
|
|
27
|
-
"deprecatedAutoEntryPoints": true,
|
|
28
27
|
"releaseModel": "continuous",
|
|
29
28
|
"productPushConsumption": [
|
|
30
29
|
"jira"
|
|
@@ -38,14 +37,14 @@
|
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
39
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
41
|
-
"@atlaskit/analytics-next": "^9.
|
|
40
|
+
"@atlaskit/analytics-next": "^9.2.0",
|
|
42
41
|
"@atlaskit/avatar": "^21.4.0",
|
|
43
42
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
44
43
|
"@atlaskit/icon": "^22.0.0",
|
|
45
|
-
"@atlaskit/lozenge": "^11.
|
|
44
|
+
"@atlaskit/lozenge": "^11.6.0",
|
|
46
45
|
"@atlaskit/theme": "^12.6.0",
|
|
47
|
-
"@atlaskit/tokens": "^1.
|
|
48
|
-
"@atlaskit/tooltip": "^18.
|
|
46
|
+
"@atlaskit/tokens": "^1.37.0",
|
|
47
|
+
"@atlaskit/tooltip": "^18.1.0",
|
|
49
48
|
"@atlaskit/ufo": "^0.2.0",
|
|
50
49
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
51
50
|
"@babel/runtime": "^7.0.0",
|
|
@@ -92,5 +91,16 @@
|
|
|
92
91
|
]
|
|
93
92
|
}
|
|
94
93
|
},
|
|
95
|
-
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
96
|
-
|
|
94
|
+
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
|
|
95
|
+
"af:exports": {
|
|
96
|
+
".": "./src/index.ts",
|
|
97
|
+
"./element": "./src/element.ts",
|
|
98
|
+
"./i18n": "./src/i18n.ts",
|
|
99
|
+
"./item": "./src/item.ts",
|
|
100
|
+
"./resource": "./src/resource.ts",
|
|
101
|
+
"./shared-styles": "./src/shared-styles.ts",
|
|
102
|
+
"./team-resource": "./src/team-resource.ts",
|
|
103
|
+
"./typeahead": "./src/typeahead.ts",
|
|
104
|
+
"./types": "./src/types.ts"
|
|
105
|
+
}
|
|
106
|
+
}
|
package/_constants/package.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/mention/_constants",
|
|
3
|
-
"main": "../dist/cjs/_constants.js",
|
|
4
|
-
"module": "../dist/esm/_constants.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/_constants.js",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"types": "../dist/types/_constants.d.ts",
|
|
8
|
-
"typesVersions": {
|
|
9
|
-
">=4.5 <4.9": {
|
|
10
|
-
"*": [
|
|
11
|
-
"../dist/types-ts4.5/_constants.d.ts"
|
|
12
|
-
]
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|