@atlaskit/share 6.18.7 → 6.18.9
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 +12 -0
- package/dist/cjs/components/CopyLinkButton.js +1 -1
- package/dist/cjs/components/CopyLinkButtonNext.js +2 -4
- package/dist/cjs/components/ErrorBoundary.js +2 -1
- package/dist/cjs/components/IntegrationButtonNext.js +1 -1
- package/dist/cjs/components/IntegrationForm.js +1 -1
- package/dist/cjs/components/LazyShareForm/LazyShareForm.js +1 -1
- package/dist/cjs/components/LazyShareForm/LazyShareFormNext.js +1 -1
- package/dist/cjs/components/LazyShareForm/lazy.js +1 -1
- package/dist/cjs/components/LazyShareForm/lazyNext.js +1 -1
- package/dist/cjs/components/MessagesIntlProvider.js +2 -1
- package/dist/cjs/components/ShareDialogWithTrigger.js +1 -1
- package/dist/cjs/components/ShareDialogWithTriggerNext.js +1 -1
- package/dist/cjs/components/ShareFormNext.js +1 -1
- package/dist/cjs/components/ShareFormWrapper/compiled.js +1 -1
- package/dist/cjs/components/ShareFormWrapper/styled.js +1 -1
- package/dist/cjs/components/analytics/analytics.js +1 -1
- package/dist/es2019/components/CopyLinkButton.js +1 -1
- package/dist/es2019/components/CopyLinkButtonNext.js +2 -4
- package/dist/es2019/components/ErrorBoundary.js +2 -1
- package/dist/es2019/components/IntegrationButtonNext.js +1 -1
- package/dist/es2019/components/IntegrationForm.js +1 -1
- package/dist/es2019/components/LazyShareForm/LazyShareForm.js +1 -1
- package/dist/es2019/components/LazyShareForm/LazyShareFormNext.js +1 -1
- package/dist/es2019/components/LazyShareForm/lazy.js +1 -1
- package/dist/es2019/components/LazyShareForm/lazyNext.js +1 -1
- package/dist/es2019/components/MessagesIntlProvider.js +2 -1
- package/dist/es2019/components/ShareDialogWithTrigger.js +1 -1
- package/dist/es2019/components/ShareDialogWithTriggerNext.js +1 -1
- package/dist/es2019/components/ShareFormNext.js +1 -1
- package/dist/es2019/components/ShareFormWrapper/compiled.js +1 -1
- package/dist/es2019/components/ShareFormWrapper/styled.js +1 -1
- package/dist/es2019/components/analytics/analytics.js +1 -1
- package/dist/esm/components/CopyLinkButton.js +1 -1
- package/dist/esm/components/CopyLinkButtonNext.js +2 -4
- package/dist/esm/components/ErrorBoundary.js +2 -1
- package/dist/esm/components/IntegrationButtonNext.js +1 -1
- package/dist/esm/components/IntegrationForm.js +1 -1
- package/dist/esm/components/LazyShareForm/LazyShareForm.js +1 -1
- package/dist/esm/components/LazyShareForm/LazyShareFormNext.js +1 -1
- package/dist/esm/components/LazyShareForm/lazy.js +1 -1
- package/dist/esm/components/LazyShareForm/lazyNext.js +1 -1
- package/dist/esm/components/MessagesIntlProvider.js +2 -1
- package/dist/esm/components/ShareDialogWithTrigger.js +1 -1
- package/dist/esm/components/ShareDialogWithTriggerNext.js +1 -1
- package/dist/esm/components/ShareFormNext.js +1 -1
- package/dist/esm/components/ShareFormWrapper/compiled.js +1 -1
- package/dist/esm/components/ShareFormWrapper/styled.js +1 -1
- package/dist/esm/components/analytics/analytics.js +1 -1
- package/dist/types/components/CopyLinkButton.d.ts +2 -2
- package/dist/types/components/ErrorBoundary.d.ts +2 -2
- package/dist/types/components/IntegrationForm.d.ts +2 -2
- package/dist/types/components/MessagesIntlProvider.d.ts +3 -3
- package/dist/types/components/ShareDialogContainer.d.ts +3 -2
- package/dist/types/components/ShareForm.d.ts +3 -2
- package/dist/types/components/analytics/analytics.d.ts +1 -1
- package/dist/types/components/styles.d.ts +3 -1
- package/dist/types-ts4.5/components/CopyLinkButton.d.ts +2 -2
- package/dist/types-ts4.5/components/ErrorBoundary.d.ts +2 -2
- package/dist/types-ts4.5/components/IntegrationForm.d.ts +2 -2
- package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +3 -3
- package/dist/types-ts4.5/components/ShareDialogContainer.d.ts +3 -2
- package/dist/types-ts4.5/components/ShareForm.d.ts +3 -2
- package/dist/types-ts4.5/components/analytics/analytics.d.ts +1 -1
- package/dist/types-ts4.5/components/styles.d.ts +3 -1
- package/package.json +9 -12
package/CHANGELOG.md
CHANGED
|
@@ -30,7 +30,7 @@ function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0,
|
|
|
30
30
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
|
|
31
31
|
* @jsxRuntime classic
|
|
32
32
|
* @jsx jsx
|
|
33
|
-
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
33
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
34
34
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
35
35
|
var Z_INDEX = _constants.layers.modal();
|
|
36
36
|
var AUTO_DISMISS_SECONDS = 8;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -150,9 +150,7 @@ var CopyLinkButton = exports.CopyLinkButton = /*#__PURE__*/function (_React$Comp
|
|
|
150
150
|
var _this$props2 = this.props,
|
|
151
151
|
copyTooltipText = _this$props2.copyTooltipText,
|
|
152
152
|
copiedToClipboardText = _this$props2.copiedToClipboardText;
|
|
153
|
-
var
|
|
154
|
-
var shouldUpdateTooltipCssJira = (0, _platformFeatureFlags.fg)('jfind-copy-link-modal-invite-tooltip-jira');
|
|
155
|
-
var shouldUpdateTooltipCss = shouldUpdateTooltipCssConfluence || shouldUpdateTooltipCssJira;
|
|
153
|
+
var shouldUpdateTooltipCss = (0, _platformFeatureFlags.fg)('jfind-copy-link-modal-invite-tooltip-jira');
|
|
156
154
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, isSafari &&
|
|
157
155
|
/*#__PURE__*/
|
|
158
156
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
@@ -58,4 +58,5 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
58
58
|
}
|
|
59
59
|
}]);
|
|
60
60
|
}(_react.default.Component);
|
|
61
|
-
var
|
|
61
|
+
var _default_1 = (0, _analyticsNext.withAnalyticsEvents)()(ErrorBoundary);
|
|
62
|
+
var _default = exports.default = _default_1;
|
|
@@ -13,7 +13,7 @@ var _templateObject;
|
|
|
13
13
|
* @jsxRuntime classic
|
|
14
14
|
* @jsx jsx
|
|
15
15
|
*/
|
|
16
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
17
17
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
|
|
18
18
|
var formWrapperStyle = exports.formWrapperStyle = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t[class^='FormHeader__FormHeaderWrapper'] {\n\t\th1:first-child {\n\t\t\tfont: ", ";\n\t\t\tmargin-top: ", ";\n\n\t\t\t> span {\n\t\t\t\t/* jira has a class override font settings on h1 > span in gh-custom-field-pickers.css */\n\t\t\t\tfont-size: inherit !important;\n\t\t\t\tline-height: inherit !important;\n\t\t\t\tletter-spacing: inherit !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t[class^='FormSection__FormSectionWrapper'] {\n\t\tmargin-top: ", ";\n\t}\n\n\t[class^='FormFooter__FormFooterWrapper'] {\n\t\tjustify-content: space-between;\n\t\tmargin-top: ", ";\n\t\tmargin-bottom: ", ";\n\t}\n\n\t[class^='Field__FieldWrapper']:not(:first-child) {\n\t\tmargin-top: ", ";\n\t}\n"])), "var(--ds-font-heading-small, normal 653 16px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-300, 24px)", "var(--ds-space-0, 0px)", "var(--ds-space-150, 12px)", "var(--ds-space-300, 24px)", "var(--ds-space-150, 12px)");
|
|
19
19
|
var IntegrationForm = exports.IntegrationForm = function IntegrationForm(_ref) {
|
|
@@ -22,7 +22,7 @@ var _utils = require("../utils");
|
|
|
22
22
|
*/
|
|
23
23
|
/** @jsxFrag */
|
|
24
24
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
26
26
|
|
|
27
27
|
var footerBottomMessageStyles = (0, _react2.css)({
|
|
28
28
|
width: '352px'
|
|
@@ -15,7 +15,7 @@ var _lazyNext = _interopRequireDefault(require("./lazyNext"));
|
|
|
15
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != (0, _typeof2.default)(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } /**
|
|
16
16
|
* @jsxRuntime classic
|
|
17
17
|
* @jsx jsx
|
|
18
|
-
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
18
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
19
19
|
var spinnerWrapperStyles = (0, _react2.css)({
|
|
20
20
|
width: '100%',
|
|
21
21
|
height: '100%',
|
|
@@ -25,4 +25,5 @@ var MessagesIntlProvider = function MessagesIntlProvider(_ref) {
|
|
|
25
25
|
defaultLocale: "en-US"
|
|
26
26
|
}, children);
|
|
27
27
|
};
|
|
28
|
-
var
|
|
28
|
+
var _default_1 = (0, _reactIntlNext.injectIntl)(MessagesIntlProvider);
|
|
29
|
+
var _default = exports.default = _default_1;
|
|
@@ -39,7 +39,7 @@ function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0,
|
|
|
39
39
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
|
|
40
40
|
* @jsxRuntime classic
|
|
41
41
|
* @jsx jsx
|
|
42
|
-
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
42
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
43
43
|
// eslint-disable-next-line no-duplicate-imports
|
|
44
44
|
var shareButtonWrapperStyles = (0, _react2.css)({
|
|
45
45
|
display: 'inline-flex',
|
|
@@ -11,7 +11,7 @@ var _ShareMenuItem = require("../ShareMenuItem");
|
|
|
11
11
|
* @jsx jsx
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Set fixed width considering full form width and full menu width in order
|
|
@@ -13,7 +13,7 @@ var buildAttributes = function buildAttributes() {
|
|
|
13
13
|
var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
14
|
return _objectSpread({
|
|
15
15
|
packageName: "@atlaskit/share",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "0.0.0-development"
|
|
17
17
|
}, attributes);
|
|
18
18
|
};
|
|
19
19
|
var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
|
|
@@ -5,7 +5,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import LinkFilledIcon from '@atlaskit/icon/core/link';
|
|
11
11
|
import CheckCircleIcon from '@atlaskit/icon/core/status-success';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./CopyLinkButtonNext.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -123,9 +123,7 @@ export class CopyLinkButton extends React.Component {
|
|
|
123
123
|
copyTooltipText,
|
|
124
124
|
copiedToClipboardText
|
|
125
125
|
} = this.props;
|
|
126
|
-
const
|
|
127
|
-
const shouldUpdateTooltipCssJira = fg('jfind-copy-link-modal-invite-tooltip-jira');
|
|
128
|
-
const shouldUpdateTooltipCss = shouldUpdateTooltipCssConfluence || shouldUpdateTooltipCssJira;
|
|
126
|
+
const shouldUpdateTooltipCss = fg('jfind-copy-link-modal-invite-tooltip-jira');
|
|
129
127
|
return /*#__PURE__*/React.createElement(React.Fragment, null, isSafari &&
|
|
130
128
|
/*#__PURE__*/
|
|
131
129
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./IntegrationButtonNext.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
|
|
10
10
|
export const formWrapperStyle = css`
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
/** @jsxFrag */
|
|
6
6
|
import React from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { FormattedMessage } from 'react-intl-next';
|
|
11
11
|
import { AnalyticsContext } from '@atlaskit/analytics-next';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React, { lazy, Suspense } from 'react';
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import Spinner from '@atlaskit/spinner';
|
|
@@ -5,7 +5,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { FormattedMessage, injectIntl } from 'react-intl-next';
|
|
11
11
|
import { withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./ShareDialogWithTriggerNext.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _extends from "@babel/runtime/helpers/extends";
|
|
4
4
|
import "./ShareFormNext.compiled.css";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { menuWrapperWidth } from '../ShareMenuItem';
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isEmail, isExternalUser, isGroup, isTeam, isUser } from '@atlaskit/smart-user-picker';
|
|
2
2
|
const buildAttributes = (attributes = {}) => ({
|
|
3
3
|
packageName: "@atlaskit/share",
|
|
4
|
-
packageVersion: "
|
|
4
|
+
packageVersion: "0.0.0-development",
|
|
5
5
|
...attributes
|
|
6
6
|
});
|
|
7
7
|
const createEvent = (eventType, source, action, actionSubject, actionSubjectId, attributes = {}) => ({
|
|
@@ -14,7 +14,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
14
14
|
*/
|
|
15
15
|
import React from 'react';
|
|
16
16
|
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
18
18
|
import { css, jsx } from '@emotion/react';
|
|
19
19
|
import LinkFilledIcon from '@atlaskit/icon/core/link';
|
|
20
20
|
import CheckCircleIcon from '@atlaskit/icon/core/status-success';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -143,9 +143,7 @@ export var CopyLinkButton = /*#__PURE__*/function (_React$Component) {
|
|
|
143
143
|
var _this$props2 = this.props,
|
|
144
144
|
copyTooltipText = _this$props2.copyTooltipText,
|
|
145
145
|
copiedToClipboardText = _this$props2.copiedToClipboardText;
|
|
146
|
-
var
|
|
147
|
-
var shouldUpdateTooltipCssJira = fg('jfind-copy-link-modal-invite-tooltip-jira');
|
|
148
|
-
var shouldUpdateTooltipCss = shouldUpdateTooltipCssConfluence || shouldUpdateTooltipCssJira;
|
|
146
|
+
var shouldUpdateTooltipCss = fg('jfind-copy-link-modal-invite-tooltip-jira');
|
|
149
147
|
return /*#__PURE__*/React.createElement(React.Fragment, null, isSafari &&
|
|
150
148
|
/*#__PURE__*/
|
|
151
149
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./IntegrationButtonNext.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
@@ -6,7 +6,7 @@ var _templateObject;
|
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
|
|
12
12
|
export var formWrapperStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\t[class^='FormHeader__FormHeaderWrapper'] {\n\t\th1:first-child {\n\t\t\tfont: ", ";\n\t\t\tmargin-top: ", ";\n\n\t\t\t> span {\n\t\t\t\t/* jira has a class override font settings on h1 > span in gh-custom-field-pickers.css */\n\t\t\t\tfont-size: inherit !important;\n\t\t\t\tline-height: inherit !important;\n\t\t\t\tletter-spacing: inherit !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t[class^='FormSection__FormSectionWrapper'] {\n\t\tmargin-top: ", ";\n\t}\n\n\t[class^='FormFooter__FormFooterWrapper'] {\n\t\tjustify-content: space-between;\n\t\tmargin-top: ", ";\n\t\tmargin-bottom: ", ";\n\t}\n\n\t[class^='Field__FieldWrapper']:not(:first-child) {\n\t\tmargin-top: ", ";\n\t}\n"])), "var(--ds-font-heading-small, normal 653 16px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-300, 24px)", "var(--ds-space-0, 0px)", "var(--ds-space-150, 12px)", "var(--ds-space-300, 24px)", "var(--ds-space-150, 12px)");
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
/** @jsxFrag */
|
|
6
6
|
import React from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { FormattedMessage } from 'react-intl-next';
|
|
11
11
|
import { AnalyticsContext } from '@atlaskit/analytics-next';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import React, { lazy, Suspense } from 'react';
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import Spinner from '@atlaskit/spinner';
|
|
@@ -16,7 +16,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
16
16
|
*/
|
|
17
17
|
import React from 'react';
|
|
18
18
|
|
|
19
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
20
20
|
import { css, jsx } from '@emotion/react';
|
|
21
21
|
import { FormattedMessage, injectIntl } from 'react-intl-next';
|
|
22
22
|
import { withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { menuWrapperWidth } from '../ShareMenuItem';
|
|
9
9
|
|
|
@@ -6,7 +6,7 @@ var buildAttributes = function buildAttributes() {
|
|
|
6
6
|
var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
7
|
return _objectSpread({
|
|
8
8
|
packageName: "@atlaskit/share",
|
|
9
|
-
packageVersion: "
|
|
9
|
+
packageVersion: "0.0.0-development"
|
|
10
10
|
}, attributes);
|
|
11
11
|
};
|
|
12
12
|
var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React, { type ReactElement } from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import { type TriggerProps } from '@atlaskit/popup';
|
|
8
8
|
export declare const AUTO_DISMISS_MS: number;
|
|
9
|
-
export declare const messageContainerStyle:
|
|
9
|
+
export declare const messageContainerStyle: SerializedStyles;
|
|
10
10
|
type InputProps = {
|
|
11
11
|
label: string;
|
|
12
12
|
text: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
|
-
declare const
|
|
3
|
+
declare const _default_1: React.ForwardRefExoticComponent<Omit<{
|
|
4
4
|
children?: React.ReactNode | undefined;
|
|
5
5
|
}, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
6
|
-
export default
|
|
6
|
+
export default _default_1;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import { type ContentProps } from '../types';
|
|
8
|
-
export declare const formWrapperStyle:
|
|
8
|
+
export declare const formWrapperStyle: SerializedStyles;
|
|
9
9
|
export type IntegrationFormProps = {
|
|
10
10
|
changeTab?: (index: number) => void;
|
|
11
11
|
Content: React.ComponentType<ContentProps> | null;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type WrappedComponentProps } from 'react-intl-next';
|
|
2
|
+
import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
|
|
3
3
|
export interface Props {
|
|
4
4
|
children: React.ReactChild;
|
|
5
5
|
}
|
|
6
|
-
declare const
|
|
6
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
7
7
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
8
8
|
};
|
|
9
|
-
export default
|
|
9
|
+
export default _default_1;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { type MemoizedFn } from 'memoize-one';
|
|
2
3
|
import { type AnalyticsEventPayload, type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
4
|
import { type ShortenRequest, type UrlShortenerClient } from '../clients/AtlassianUrlShortenerClient';
|
|
4
5
|
import { type ConfigResponse, type ShareClient } from '../clients/ShareServiceClient';
|
|
@@ -33,8 +34,8 @@ export declare class ShareDialogContainerInternal extends React.Component<ShareD
|
|
|
33
34
|
handleSubmitShare: ({ users, comment, ...rest }: ShareData) => Promise<void>;
|
|
34
35
|
handleDialogOpen: () => Promise<void>;
|
|
35
36
|
decorateAnalytics: (payload: AnalyticsEventPayload) => AnalyticsEventPayload;
|
|
36
|
-
getUniqueCopyLinkOriginTracing:
|
|
37
|
-
getUniqueFormShareOriginTracing:
|
|
37
|
+
getUniqueCopyLinkOriginTracing: MemoizedFn<(link: string, originTracingFactory: OriginTracingFactory) => OriginTracing>;
|
|
38
|
+
getUniqueFormShareOriginTracing: MemoizedFn<(link: string, originTracingFactory: OriginTracingFactory, shareCount: number) => OriginTracing>;
|
|
38
39
|
getUpToDateShortenedCopyLink: (data: ShortenRequest, originId: string) => Promise<string | null>;
|
|
39
40
|
getRawLink(): string;
|
|
40
41
|
getCopyLinkOriginTracing(): OriginTracing;
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
6
7
|
import { type WrappedComponentProps } from 'react-intl-next';
|
|
7
8
|
import { type FormChildrenArgs, type MenuType, type ShareData, type ShareFormProps, TabType } from '../types';
|
|
8
|
-
export declare const formWrapperStyles:
|
|
9
|
-
export declare const formFooterStyles:
|
|
9
|
+
export declare const formWrapperStyles: SerializedStyles;
|
|
10
|
+
export declare const formFooterStyles: SerializedStyles;
|
|
10
11
|
export type State = {
|
|
11
12
|
selectedMenuItem: MenuType;
|
|
12
13
|
selectedTab: TabType;
|
|
@@ -3,7 +3,7 @@ import { type DialogContentState, type OriginTracing } from '../../types';
|
|
|
3
3
|
export declare const CHANNEL_ID = "fabric-elements";
|
|
4
4
|
export declare const ANALYTICS_SOURCE = "shareModal";
|
|
5
5
|
export declare const INTEGRATION_MODAL_SOURCE = "integrationShareDialog";
|
|
6
|
-
export declare const screenEvent: ({ isPublicLink }: {
|
|
6
|
+
export declare const screenEvent: ({ isPublicLink, }: {
|
|
7
7
|
isPublicLink?: boolean | undefined;
|
|
8
8
|
}) => AnalyticsEventPayload;
|
|
9
9
|
export declare const shareSplitButtonEvent: () => AnalyticsEventPayload;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { type CustomThemeButtonOwnProps } from '@atlaskit/button/custom-theme-button';
|
|
3
|
+
import { type BaseProps } from '@atlaskit/button/types';
|
|
2
4
|
export declare const MAX_PICKER_HEIGHT = 102;
|
|
3
|
-
declare const StyledButton: React.ForwardRefExoticComponent<Omit<
|
|
5
|
+
declare const StyledButton: React.ForwardRefExoticComponent<Omit<BaseProps, 'overlay'> & CustomThemeButtonOwnProps & React.RefAttributes<HTMLElement>>;
|
|
4
6
|
export default StyledButton;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React, { type ReactElement } from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import { type TriggerProps } from '@atlaskit/popup';
|
|
8
8
|
export declare const AUTO_DISMISS_MS: number;
|
|
9
|
-
export declare const messageContainerStyle:
|
|
9
|
+
export declare const messageContainerStyle: SerializedStyles;
|
|
10
10
|
type InputProps = {
|
|
11
11
|
label: string;
|
|
12
12
|
text: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
|
-
declare const
|
|
3
|
+
declare const _default_1: React.ForwardRefExoticComponent<Omit<{
|
|
4
4
|
children?: React.ReactNode | undefined;
|
|
5
5
|
}, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
6
|
-
export default
|
|
6
|
+
export default _default_1;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
6
|
+
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import { type ContentProps } from '../types';
|
|
8
|
-
export declare const formWrapperStyle:
|
|
8
|
+
export declare const formWrapperStyle: SerializedStyles;
|
|
9
9
|
export type IntegrationFormProps = {
|
|
10
10
|
changeTab?: (index: number) => void;
|
|
11
11
|
Content: React.ComponentType<ContentProps> | null;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type WrappedComponentProps } from 'react-intl-next';
|
|
2
|
+
import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
|
|
3
3
|
export interface Props {
|
|
4
4
|
children: React.ReactChild;
|
|
5
5
|
}
|
|
6
|
-
declare const
|
|
6
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
7
7
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
8
8
|
};
|
|
9
|
-
export default
|
|
9
|
+
export default _default_1;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { type MemoizedFn } from 'memoize-one';
|
|
2
3
|
import { type AnalyticsEventPayload, type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
4
|
import { type ShortenRequest, type UrlShortenerClient } from '../clients/AtlassianUrlShortenerClient';
|
|
4
5
|
import { type ConfigResponse, type ShareClient } from '../clients/ShareServiceClient';
|
|
@@ -33,8 +34,8 @@ export declare class ShareDialogContainerInternal extends React.Component<ShareD
|
|
|
33
34
|
handleSubmitShare: ({ users, comment, ...rest }: ShareData) => Promise<void>;
|
|
34
35
|
handleDialogOpen: () => Promise<void>;
|
|
35
36
|
decorateAnalytics: (payload: AnalyticsEventPayload) => AnalyticsEventPayload;
|
|
36
|
-
getUniqueCopyLinkOriginTracing:
|
|
37
|
-
getUniqueFormShareOriginTracing:
|
|
37
|
+
getUniqueCopyLinkOriginTracing: MemoizedFn<(link: string, originTracingFactory: OriginTracingFactory) => OriginTracing>;
|
|
38
|
+
getUniqueFormShareOriginTracing: MemoizedFn<(link: string, originTracingFactory: OriginTracingFactory, shareCount: number) => OriginTracing>;
|
|
38
39
|
getUpToDateShortenedCopyLink: (data: ShortenRequest, originId: string) => Promise<string | null>;
|
|
39
40
|
getRawLink(): string;
|
|
40
41
|
getCopyLinkOriginTracing(): OriginTracing;
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
+
import { type SerializedStyles } from '@emotion/react';
|
|
6
7
|
import { type WrappedComponentProps } from 'react-intl-next';
|
|
7
8
|
import { type FormChildrenArgs, type MenuType, type ShareData, type ShareFormProps, TabType } from '../types';
|
|
8
|
-
export declare const formWrapperStyles:
|
|
9
|
-
export declare const formFooterStyles:
|
|
9
|
+
export declare const formWrapperStyles: SerializedStyles;
|
|
10
|
+
export declare const formFooterStyles: SerializedStyles;
|
|
10
11
|
export type State = {
|
|
11
12
|
selectedMenuItem: MenuType;
|
|
12
13
|
selectedTab: TabType;
|
|
@@ -3,7 +3,7 @@ import { type DialogContentState, type OriginTracing } from '../../types';
|
|
|
3
3
|
export declare const CHANNEL_ID = "fabric-elements";
|
|
4
4
|
export declare const ANALYTICS_SOURCE = "shareModal";
|
|
5
5
|
export declare const INTEGRATION_MODAL_SOURCE = "integrationShareDialog";
|
|
6
|
-
export declare const screenEvent: ({ isPublicLink }: {
|
|
6
|
+
export declare const screenEvent: ({ isPublicLink, }: {
|
|
7
7
|
isPublicLink?: boolean | undefined;
|
|
8
8
|
}) => AnalyticsEventPayload;
|
|
9
9
|
export declare const shareSplitButtonEvent: () => AnalyticsEventPayload;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { type CustomThemeButtonOwnProps } from '@atlaskit/button/custom-theme-button';
|
|
3
|
+
import { type BaseProps } from '@atlaskit/button/types';
|
|
2
4
|
export declare const MAX_PICKER_HEIGHT = 102;
|
|
3
|
-
declare const StyledButton: React.ForwardRefExoticComponent<Omit<
|
|
5
|
+
declare const StyledButton: React.ForwardRefExoticComponent<Omit<BaseProps, 'overlay'> & CustomThemeButtonOwnProps & React.RefAttributes<HTMLElement>>;
|
|
4
6
|
export default StyledButton;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/share",
|
|
3
|
-
"version": "6.18.
|
|
3
|
+
"version": "6.18.9",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
42
42
|
"@atlaskit/button": "^23.10.0",
|
|
43
43
|
"@atlaskit/css": "^0.19.0",
|
|
44
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
45
|
-
"@atlaskit/form": "^15.
|
|
44
|
+
"@atlaskit/dropdown-menu": "^16.7.0",
|
|
45
|
+
"@atlaskit/form": "^15.4.0",
|
|
46
46
|
"@atlaskit/heading": "^5.3.0",
|
|
47
|
-
"@atlaskit/icon": "^
|
|
47
|
+
"@atlaskit/icon": "^33.0.0",
|
|
48
48
|
"@atlaskit/link": "^3.3.0",
|
|
49
49
|
"@atlaskit/menu": "^8.4.0",
|
|
50
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"@atlaskit/popup": "^4.13.0",
|
|
53
53
|
"@atlaskit/portal": "^5.2.0",
|
|
54
54
|
"@atlaskit/primitives": "^18.0.0",
|
|
55
|
-
"@atlaskit/smart-user-picker": "^9.
|
|
55
|
+
"@atlaskit/smart-user-picker": "^9.2.0",
|
|
56
56
|
"@atlaskit/spinner": "^19.0.0",
|
|
57
|
-
"@atlaskit/tabs": "^
|
|
57
|
+
"@atlaskit/tabs": "^19.0.0",
|
|
58
58
|
"@atlaskit/textarea": "^8.2.0",
|
|
59
59
|
"@atlaskit/theme": "^22.0.0",
|
|
60
|
-
"@atlaskit/tokens": "^11.
|
|
61
|
-
"@atlaskit/tooltip": "^
|
|
60
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
61
|
+
"@atlaskit/tooltip": "^21.0.0",
|
|
62
62
|
"@atlaskit/ufo": "^0.4.0",
|
|
63
|
-
"@atlaskit/user-picker": "^11.
|
|
63
|
+
"@atlaskit/user-picker": "^11.25.0",
|
|
64
64
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
65
65
|
"@babel/runtime": "^7.0.0",
|
|
66
66
|
"@emotion/react": "^11.7.1",
|
|
@@ -134,9 +134,6 @@
|
|
|
134
134
|
"page_shared_event_from_share_dialogue": {
|
|
135
135
|
"type": "boolean"
|
|
136
136
|
},
|
|
137
|
-
"jfind-copy-link-modal-invite-tooltip": {
|
|
138
|
-
"type": "boolean"
|
|
139
|
-
},
|
|
140
137
|
"jfind-copy-link-modal-invite-tooltip-jira": {
|
|
141
138
|
"type": "boolean"
|
|
142
139
|
}
|