@atlaskit/link-picker 1.28.3 → 1.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +6 -0
- package/CHANGELOG.md +12 -0
- package/dist/cjs/common/analytics/context.js +2 -2
- package/dist/cjs/common/utils/dateUtils.js +2 -2
- package/dist/cjs/services/use-plugins/reducer.js +2 -2
- package/dist/cjs/ui/index.js +6 -3
- package/dist/cjs/ui/link-picker/index.js +2 -2
- package/dist/cjs/ui/link-picker/search-results/index.js +2 -2
- package/dist/cjs/ui/link-picker/search-results/link-search-list/index.js +2 -2
- package/dist/cjs/ui/link-picker/search-results/link-search-list/styled.js +1 -1
- package/dist/cjs/ui/link-picker/search-results/styled.js +1 -1
- package/dist/cjs/ui/link-picker/styled.js +1 -2
- package/dist/cjs/ui/styled.js +1 -2
- package/dist/es2019/ui/index.js +8 -4
- package/dist/es2019/ui/link-picker/search-results/link-search-list/styled.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/styled.js +2 -2
- package/dist/es2019/ui/link-picker/styled.js +1 -3
- package/dist/es2019/ui/styled.js +1 -2
- package/dist/esm/common/analytics/context.js +2 -2
- package/dist/esm/common/utils/dateUtils.js +2 -2
- package/dist/esm/services/use-plugins/reducer.js +2 -2
- package/dist/esm/ui/index.js +7 -4
- package/dist/esm/ui/link-picker/index.js +2 -2
- package/dist/esm/ui/link-picker/search-results/index.js +2 -2
- package/dist/esm/ui/link-picker/search-results/link-search-list/index.js +2 -2
- package/dist/esm/ui/link-picker/search-results/link-search-list/styled.js +1 -1
- package/dist/esm/ui/link-picker/search-results/styled.js +1 -1
- package/dist/esm/ui/link-picker/styled.js +1 -3
- package/dist/esm/ui/styled.js +1 -2
- package/dist/types/ui/link-picker/index.d.ts +2 -0
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +2 -0
- package/package.json +7 -7
- package/report.api.md +1 -0
- package/tmp/api-report-tmp.d.ts +1 -0
package/.eslintrc.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
8
|
+
|
|
9
|
+
## 1.29.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`96287a9f42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96287a9f42a) - Adds disableWidth prop to component to allow the link picker to fill the available space (width: 100%)
|
|
14
|
+
|
|
3
15
|
## 1.28.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -16,8 +16,8 @@ var _url = require("@atlaskit/linking-common/url");
|
|
|
16
16
|
var _constants = require("../constants");
|
|
17
17
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
18
18
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
|
-
function ownKeys(
|
|
20
|
-
function _objectSpread(
|
|
19
|
+
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; }
|
|
20
|
+
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; }
|
|
21
21
|
var DEFAULT_CONTEXT_ATTRIBUTES = {
|
|
22
22
|
linkState: 'newLink',
|
|
23
23
|
linkFieldContent: null,
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.DEFAULT_THRESHOLDS = void 0;
|
|
8
8
|
exports.selectUnit = selectUnit;
|
|
9
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
10
|
-
function ownKeys(
|
|
11
|
-
function _objectSpread(
|
|
10
|
+
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; }
|
|
11
|
+
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; }
|
|
12
12
|
//copied from packages/activity-platform/recent-work-ui/src/common/ui/activity-event-type-message/utils.ts
|
|
13
13
|
|
|
14
14
|
var MS_PER_SECOND = 1e3;
|
|
@@ -9,8 +9,8 @@ exports.reducer = reducer;
|
|
|
9
9
|
exports.usePluginReducer = void 0;
|
|
10
10
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
11
|
var _react = require("react");
|
|
12
|
-
function ownKeys(
|
|
13
|
-
function _objectSpread(
|
|
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
|
+
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 ACTION_CLEAR = 'CLEAR';
|
|
15
15
|
exports.ACTION_CLEAR = ACTION_CLEAR;
|
|
16
16
|
var ACTION_LOADING = 'LOADING';
|
package/dist/cjs/ui/index.js
CHANGED
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.testIds = exports.PACKAGE_DATA = exports.ComposedLinkPicker = void 0;
|
|
8
8
|
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
9
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
10
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
12
|
var _react2 = require("@emotion/react");
|
|
@@ -26,7 +27,7 @@ var testIds = {
|
|
|
26
27
|
exports.testIds = testIds;
|
|
27
28
|
var PACKAGE_DATA = {
|
|
28
29
|
packageName: "@atlaskit/link-picker",
|
|
29
|
-
packageVersion: "1.
|
|
30
|
+
packageVersion: "1.29.1",
|
|
30
31
|
componentName: _constants.COMPONENT_NAME,
|
|
31
32
|
source: _constants.COMPONENT_NAME
|
|
32
33
|
};
|
|
@@ -66,7 +67,9 @@ var ComposedLinkPicker = /*#__PURE__*/(0, _react.memo)(function (props) {
|
|
|
66
67
|
var LoaderFallbackContainer = (0, _platformFeatureFlags.getBooleanFF)('platform.linking-platform.link-picker.fixed-height-search-results') ? _react.Fragment : FixedWidthContainer;
|
|
67
68
|
return (0, _react2.jsx)(_analyticsNext.AnalyticsContext, {
|
|
68
69
|
data: PACKAGE_DATA
|
|
69
|
-
}, (0, _react2.jsx)(_sessionProvider.LinkPickerSessionProvider, null, (0, _react2.jsx)(_messagesProvider.MessagesProvider, null, (0, _react2.jsx)(
|
|
70
|
+
}, (0, _react2.jsx)(_sessionProvider.LinkPickerSessionProvider, null, (0, _react2.jsx)(_messagesProvider.MessagesProvider, null, (0, _react2.jsx)("div", {
|
|
71
|
+
style: (0, _defineProperty2.default)({}, '--link-picker-width', props.disableWidth ? '100%' : "".concat(_constants.LINK_PICKER_WIDTH_IN_PX, "px"))
|
|
72
|
+
}, (0, _react2.jsx)(RootFixedWidthContainer, null, (0, _react2.jsx)(_errorBoundary.ErrorBoundary, null, (0, _react2.jsx)(_reactLooselyLazy.LazySuspense, {
|
|
70
73
|
fallback: (0, _react2.jsx)(LoaderFallbackContainer, null, (0, _react2.jsx)(_loaderFallback.LoaderFallback, {
|
|
71
74
|
hideDisplayText: props.hideDisplayText,
|
|
72
75
|
isLoadingPlugins: props.isLoadingPlugins,
|
|
@@ -74,6 +77,6 @@ var ComposedLinkPicker = /*#__PURE__*/(0, _react.memo)(function (props) {
|
|
|
74
77
|
}))
|
|
75
78
|
}, (0, _react2.jsx)(RootComponent, (0, _extends2.default)({}, props, {
|
|
76
79
|
"data-testid": testIds.linkPickerRoot
|
|
77
|
-
}), (0, _react2.jsx)(LazyLinkPicker, props))))))));
|
|
80
|
+
}), (0, _react2.jsx)(LazyLinkPicker, props)))))))));
|
|
78
81
|
});
|
|
79
82
|
exports.ComposedLinkPicker = ComposedLinkPicker;
|
|
@@ -29,8 +29,8 @@ var _styled = require("./styled");
|
|
|
29
29
|
var _textInput = require("./text-input");
|
|
30
30
|
var _trackMount = require("./track-mount");
|
|
31
31
|
var _utils = require("./utils");
|
|
32
|
-
function ownKeys(
|
|
33
|
-
function _objectSpread(
|
|
32
|
+
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; }
|
|
33
|
+
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; } /** @jsx jsx */
|
|
34
34
|
var testIds = _objectSpread(_objectSpread(_objectSpread({
|
|
35
35
|
linkPickerRoot: 'link-picker-root',
|
|
36
36
|
linkPicker: 'link-picker',
|
|
@@ -21,8 +21,8 @@ var _styled = require("./styled");
|
|
|
21
21
|
var _trackTabViewed = require("./track-tab-viewed");
|
|
22
22
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
23
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
24
|
-
function ownKeys(
|
|
25
|
-
function _objectSpread(
|
|
24
|
+
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; }
|
|
25
|
+
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; } /** @jsx jsx */
|
|
26
26
|
var testIds = _objectSpread(_objectSpread(_objectSpread({}, _linkSearchError.testIds), _linkSearchList.testIds), {}, {
|
|
27
27
|
tabsLoadingIndicator: 'link-picker.tabs-loading-indicator',
|
|
28
28
|
tabList: 'link-picker-tabs',
|
|
@@ -22,8 +22,8 @@ var _listItem = require("./list-item");
|
|
|
22
22
|
var _styled2 = require("./styled");
|
|
23
23
|
var _useTrackResultsShown = require("./use-track-results-shown");
|
|
24
24
|
var _excluded = ["onChange", "onSelect", "onKeyDown", "items", "activeIndex", "selectedIndex", "isLoading", "ariaControls", "ariaLabelledBy", "role", "id", "hasSearchTerm", "activePlugin"];
|
|
25
|
-
function ownKeys(
|
|
26
|
-
function _objectSpread(
|
|
25
|
+
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; }
|
|
26
|
+
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; } /** @jsx jsx */
|
|
27
27
|
var messages = (0, _reactIntlNext.defineMessages)({
|
|
28
28
|
titleRecentlyViewed: {
|
|
29
29
|
id: 'fabric.linkPicker.listTitle.recentlyViewed',
|
|
@@ -14,7 +14,7 @@ var listContainerStyles = (0, _react.css)(_templateObject || (_templateObject =
|
|
|
14
14
|
exports.listContainerStyles = listContainerStyles;
|
|
15
15
|
var spinnerContainerStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n flex-grow: 1;\n flex-direction: column;\n align-items: center;\n"])));
|
|
16
16
|
exports.spinnerContainerStyles = spinnerContainerStyles;
|
|
17
|
-
var listStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: 0;\n margin: 0
|
|
17
|
+
var listStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: 0;\n margin: 0 ", ";\n list-style: none;\n"])), "var(--ds-space-negative-200, -16px)");
|
|
18
18
|
exports.listStyles = listStyles;
|
|
19
19
|
var listTitleStyles = (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n ", "\n text-transform: uppercase;\n margin-top: 0;\n margin-bottom: ", ";\n"])), _theme.typography.h100(), "var(--ds-space-050, 4px)");
|
|
20
20
|
exports.listTitleStyles = listTitleStyles;
|
|
@@ -8,7 +8,7 @@ exports.tabsWrapperStyles = exports.spinnerContainerStyles = exports.flexColumnS
|
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _templateObject, _templateObject2, _templateObject3;
|
|
11
|
-
var tabsWrapperStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n margin-left:
|
|
11
|
+
var tabsWrapperStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n margin-left: ", ";\n margin-right: ", ";\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-negative-100, -8px)", "var(--ds-space-negative-100, -8px)");
|
|
12
12
|
exports.tabsWrapperStyles = tabsWrapperStyles;
|
|
13
13
|
var spinnerContainerStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n min-height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n align-self: center;\n flex-grow: 1;\n"])));
|
|
14
14
|
exports.spinnerContainerStyles = spinnerContainerStyles;
|
|
@@ -8,12 +8,11 @@ exports.rootContainerStyles = exports.formFooterMargin = void 0;
|
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
11
|
-
var _constants = require("../../common/constants");
|
|
12
11
|
var _templateObject, _templateObject2;
|
|
13
12
|
/**
|
|
14
13
|
* Half padding on the top as the form field has a `gridSize()` margin top that cannot be overridden
|
|
15
14
|
*/
|
|
16
|
-
var rootContainerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: ", ";\n padding: ", " ", "\n ", ";\n box-sizing: border-box;\n line-height: initial;\n"])), (0, _platformFeatureFlags.getBooleanFF)('platform.linking-platform.link-picker.fixed-height-search-results') ? undefined :
|
|
15
|
+
var rootContainerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: ", ";\n padding: ", " ", "\n ", ";\n box-sizing: border-box;\n line-height: initial;\n"])), (0, _platformFeatureFlags.getBooleanFF)('platform.linking-platform.link-picker.fixed-height-search-results') ? undefined : 'var(--link-picker-width)', "var(--ds-space-100, 8px)", "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)");
|
|
17
16
|
exports.rootContainerStyles = rootContainerStyles;
|
|
18
17
|
var formFooterMargin = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n"])), "var(--ds-space-200, 16px)");
|
|
19
18
|
exports.formFooterMargin = formFooterMargin;
|
package/dist/cjs/ui/styled.js
CHANGED
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.fixedWidthContainerStyles = void 0;
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
|
-
var _constants = require("../common/constants");
|
|
11
10
|
var _templateObject;
|
|
12
|
-
var fixedWidthContainerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width:
|
|
11
|
+
var fixedWidthContainerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: var(--link-picker-width);\n"])));
|
|
13
12
|
exports.fixedWidthContainerStyles = fixedWidthContainerStyles;
|
package/dist/es2019/ui/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { jsx } from '@emotion/react';
|
|
|
5
5
|
import { lazyForPaint, LazySuspense } from 'react-loosely-lazy';
|
|
6
6
|
import { AnalyticsContext } from '@atlaskit/analytics-next';
|
|
7
7
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
8
|
-
import { COMPONENT_NAME } from '../common/constants';
|
|
8
|
+
import { COMPONENT_NAME, LINK_PICKER_WIDTH_IN_PX } from '../common/constants';
|
|
9
9
|
import { LinkPickerSessionProvider } from '../controllers/session-provider';
|
|
10
10
|
import { ErrorBoundary } from './error-boundary';
|
|
11
11
|
import { LoaderFallback } from './loader-fallback';
|
|
@@ -16,7 +16,7 @@ export const testIds = {
|
|
|
16
16
|
};
|
|
17
17
|
export const PACKAGE_DATA = {
|
|
18
18
|
packageName: "@atlaskit/link-picker",
|
|
19
|
-
packageVersion: "1.
|
|
19
|
+
packageVersion: "1.29.1",
|
|
20
20
|
componentName: COMPONENT_NAME,
|
|
21
21
|
source: COMPONENT_NAME
|
|
22
22
|
};
|
|
@@ -53,7 +53,11 @@ export const ComposedLinkPicker = /*#__PURE__*/memo(props => {
|
|
|
53
53
|
const LoaderFallbackContainer = getBooleanFF('platform.linking-platform.link-picker.fixed-height-search-results') ? Fragment : FixedWidthContainer;
|
|
54
54
|
return jsx(AnalyticsContext, {
|
|
55
55
|
data: PACKAGE_DATA
|
|
56
|
-
}, jsx(LinkPickerSessionProvider, null, jsx(MessagesProvider, null, jsx(
|
|
56
|
+
}, jsx(LinkPickerSessionProvider, null, jsx(MessagesProvider, null, jsx("div", {
|
|
57
|
+
style: {
|
|
58
|
+
['--link-picker-width']: props.disableWidth ? '100%' : `${LINK_PICKER_WIDTH_IN_PX}px`
|
|
59
|
+
}
|
|
60
|
+
}, jsx(RootFixedWidthContainer, null, jsx(ErrorBoundary, null, jsx(LazySuspense, {
|
|
57
61
|
fallback: jsx(LoaderFallbackContainer, null, jsx(LoaderFallback, {
|
|
58
62
|
hideDisplayText: props.hideDisplayText,
|
|
59
63
|
isLoadingPlugins: props.isLoadingPlugins,
|
|
@@ -61,5 +65,5 @@ export const ComposedLinkPicker = /*#__PURE__*/memo(props => {
|
|
|
61
65
|
}))
|
|
62
66
|
}, jsx(RootComponent, _extends({}, props, {
|
|
63
67
|
"data-testid": testIds.linkPickerRoot
|
|
64
|
-
}), jsx(LazyLinkPicker, props))))))));
|
|
68
|
+
}), jsx(LazyLinkPicker, props)))))))));
|
|
65
69
|
});
|
|
@@ -20,7 +20,7 @@ export const spinnerContainerStyles = css`
|
|
|
20
20
|
`;
|
|
21
21
|
export const listStyles = css`
|
|
22
22
|
padding: 0;
|
|
23
|
-
margin: 0
|
|
23
|
+
margin: 0 ${"var(--ds-space-negative-200, -16px)"};
|
|
24
24
|
list-style: none;
|
|
25
25
|
`;
|
|
26
26
|
export const listTitleStyles = css`
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
2
|
export const tabsWrapperStyles = css`
|
|
3
3
|
margin-top: ${"var(--ds-space-150, 12px)"};
|
|
4
|
-
margin-left:
|
|
5
|
-
margin-right:
|
|
4
|
+
margin-left: ${"var(--ds-space-negative-100, -8px)"};
|
|
5
|
+
margin-right: ${"var(--ds-space-negative-100, -8px)"};
|
|
6
6
|
`;
|
|
7
7
|
export const spinnerContainerStyles = css`
|
|
8
8
|
min-height: 80px;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { css } from '@emotion/react';
|
|
2
2
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
3
|
-
import { LINK_PICKER_WIDTH_IN_PX } from '../../common/constants';
|
|
4
|
-
|
|
5
3
|
/**
|
|
6
4
|
* Half padding on the top as the form field has a `gridSize()` margin top that cannot be overridden
|
|
7
5
|
*/
|
|
8
6
|
export const rootContainerStyles = css`
|
|
9
|
-
width: ${getBooleanFF('platform.linking-platform.link-picker.fixed-height-search-results') ? undefined :
|
|
7
|
+
width: ${getBooleanFF('platform.linking-platform.link-picker.fixed-height-search-results') ? undefined : 'var(--link-picker-width)'};
|
|
10
8
|
padding: ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-200, 16px)"}
|
|
11
9
|
${"var(--ds-space-200, 16px)"};
|
|
12
10
|
box-sizing: border-box;
|
package/dist/es2019/ui/styled.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
|
-
function ownKeys(
|
|
5
|
-
function _objectSpread(
|
|
4
|
+
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; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import React, { useCallback, useContext, useMemo, useRef, useState } from 'react';
|
|
7
7
|
import { AnalyticsListener } from '@atlaskit/analytics-next';
|
|
8
8
|
import { normalizeUrl } from '@atlaskit/linking-common/url';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
function ownKeys(
|
|
3
|
-
function _objectSpread(
|
|
2
|
+
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; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
//copied from packages/activity-platform/recent-work-ui/src/common/ui/activity-event-type-message/utils.ts
|
|
5
5
|
|
|
6
6
|
var MS_PER_SECOND = 1e3;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
|
-
function ownKeys(
|
|
3
|
-
function _objectSpread(
|
|
2
|
+
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; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
import { useReducer } from 'react';
|
|
5
5
|
export var ACTION_CLEAR = 'CLEAR';
|
|
6
6
|
export var ACTION_LOADING = 'LOADING';
|
package/dist/esm/ui/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
1
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
/** @jsx jsx */
|
|
3
4
|
import React, { Fragment, memo } from 'react';
|
|
@@ -5,7 +6,7 @@ import { jsx } from '@emotion/react';
|
|
|
5
6
|
import { lazyForPaint, LazySuspense } from 'react-loosely-lazy';
|
|
6
7
|
import { AnalyticsContext } from '@atlaskit/analytics-next';
|
|
7
8
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
8
|
-
import { COMPONENT_NAME } from '../common/constants';
|
|
9
|
+
import { COMPONENT_NAME, LINK_PICKER_WIDTH_IN_PX } from '../common/constants';
|
|
9
10
|
import { LinkPickerSessionProvider } from '../controllers/session-provider';
|
|
10
11
|
import { ErrorBoundary } from './error-boundary';
|
|
11
12
|
import { LoaderFallback } from './loader-fallback';
|
|
@@ -16,7 +17,7 @@ export var testIds = {
|
|
|
16
17
|
};
|
|
17
18
|
export var PACKAGE_DATA = {
|
|
18
19
|
packageName: "@atlaskit/link-picker",
|
|
19
|
-
packageVersion: "1.
|
|
20
|
+
packageVersion: "1.29.1",
|
|
20
21
|
componentName: COMPONENT_NAME,
|
|
21
22
|
source: COMPONENT_NAME
|
|
22
23
|
};
|
|
@@ -53,7 +54,9 @@ export var ComposedLinkPicker = /*#__PURE__*/memo(function (props) {
|
|
|
53
54
|
var LoaderFallbackContainer = getBooleanFF('platform.linking-platform.link-picker.fixed-height-search-results') ? Fragment : FixedWidthContainer;
|
|
54
55
|
return jsx(AnalyticsContext, {
|
|
55
56
|
data: PACKAGE_DATA
|
|
56
|
-
}, jsx(LinkPickerSessionProvider, null, jsx(MessagesProvider, null, jsx(
|
|
57
|
+
}, jsx(LinkPickerSessionProvider, null, jsx(MessagesProvider, null, jsx("div", {
|
|
58
|
+
style: _defineProperty({}, '--link-picker-width', props.disableWidth ? '100%' : "".concat(LINK_PICKER_WIDTH_IN_PX, "px"))
|
|
59
|
+
}, jsx(RootFixedWidthContainer, null, jsx(ErrorBoundary, null, jsx(LazySuspense, {
|
|
57
60
|
fallback: jsx(LoaderFallbackContainer, null, jsx(LoaderFallback, {
|
|
58
61
|
hideDisplayText: props.hideDisplayText,
|
|
59
62
|
isLoadingPlugins: props.isLoadingPlugins,
|
|
@@ -61,5 +64,5 @@ export var ComposedLinkPicker = /*#__PURE__*/memo(function (props) {
|
|
|
61
64
|
}))
|
|
62
65
|
}, jsx(RootComponent, _extends({}, props, {
|
|
63
66
|
"data-testid": testIds.linkPickerRoot
|
|
64
|
-
}), jsx(LazyLinkPicker, props))))))));
|
|
67
|
+
}), jsx(LazyLinkPicker, props)))))))));
|
|
65
68
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
-
function ownKeys(
|
|
4
|
-
function _objectSpread(
|
|
3
|
+
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; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
/** @jsx jsx */
|
|
6
6
|
import { memo, useCallback, useLayoutEffect, useReducer } from 'react';
|
|
7
7
|
import { jsx } from '@emotion/react';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
-
function ownKeys(
|
|
4
|
-
function _objectSpread(
|
|
3
|
+
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; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
/** @jsx jsx */
|
|
6
6
|
import { Fragment } from 'react';
|
|
7
7
|
import { jsx } from '@emotion/react';
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
var _excluded = ["onChange", "onSelect", "onKeyDown", "items", "activeIndex", "selectedIndex", "isLoading", "ariaControls", "ariaLabelledBy", "role", "id", "hasSearchTerm", "activePlugin"];
|
|
5
|
-
function ownKeys(
|
|
6
|
-
function _objectSpread(
|
|
5
|
+
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; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
7
|
/** @jsx jsx */
|
|
8
8
|
import { forwardRef, Fragment, useCallback, useRef } from 'react';
|
|
9
9
|
import { jsx } from '@emotion/react';
|
|
@@ -7,5 +7,5 @@ import { css } from '@emotion/react';
|
|
|
7
7
|
import { typography } from '@atlaskit/theme';
|
|
8
8
|
export var listContainerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 100%;\n padding-top: 0;\n min-height: 80px;\n margin-top: ", ";\n margin-bottom: ", ";\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)");
|
|
9
9
|
export var spinnerContainerStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n flex-grow: 1;\n flex-direction: column;\n align-items: center;\n"])));
|
|
10
|
-
export var listStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding: 0;\n margin: 0
|
|
10
|
+
export var listStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding: 0;\n margin: 0 ", ";\n list-style: none;\n"])), "var(--ds-space-negative-200, -16px)");
|
|
11
11
|
export var listTitleStyles = css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n ", "\n text-transform: uppercase;\n margin-top: 0;\n margin-bottom: ", ";\n"])), typography.h100(), "var(--ds-space-050, 4px)");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject, _templateObject2, _templateObject3;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
|
-
export var tabsWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-top: ", ";\n margin-left:
|
|
4
|
+
export var tabsWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-top: ", ";\n margin-left: ", ";\n margin-right: ", ";\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-negative-100, -8px)", "var(--ds-space-negative-100, -8px)");
|
|
5
5
|
export var spinnerContainerStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n min-height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n align-self: center;\n flex-grow: 1;\n"])));
|
|
6
6
|
export var flexColumnStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n"])));
|
|
@@ -2,10 +2,8 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
|
|
|
2
2
|
var _templateObject, _templateObject2;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
5
|
-
import { LINK_PICKER_WIDTH_IN_PX } from '../../common/constants';
|
|
6
|
-
|
|
7
5
|
/**
|
|
8
6
|
* Half padding on the top as the form field has a `gridSize()` margin top that cannot be overridden
|
|
9
7
|
*/
|
|
10
|
-
export var rootContainerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", ";\n padding: ", " ", "\n ", ";\n box-sizing: border-box;\n line-height: initial;\n"])), getBooleanFF('platform.linking-platform.link-picker.fixed-height-search-results') ? undefined :
|
|
8
|
+
export var rootContainerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", ";\n padding: ", " ", "\n ", ";\n box-sizing: border-box;\n line-height: initial;\n"])), getBooleanFF('platform.linking-platform.link-picker.fixed-height-search-results') ? undefined : 'var(--link-picker-width)', "var(--ds-space-100, 8px)", "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)");
|
|
11
9
|
export var formFooterMargin = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-top: ", ";\n"])), "var(--ds-space-200, 16px)");
|
package/dist/esm/ui/styled.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
|
|
2
2
|
var _templateObject;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
|
-
|
|
5
|
-
export var fixedWidthContainerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", "px;\n"])), LINK_PICKER_WIDTH_IN_PX);
|
|
4
|
+
export var fixedWidthContainerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: var(--link-picker-width);\n"])));
|
|
@@ -67,6 +67,8 @@ export interface LinkPickerProps {
|
|
|
67
67
|
}>;
|
|
68
68
|
/** Hides the link picker display text field if set to true. */
|
|
69
69
|
hideDisplayText?: boolean;
|
|
70
|
+
/** Disables the default width containing the link picker */
|
|
71
|
+
disableWidth?: boolean;
|
|
70
72
|
featureFlags?: Record<string, unknown>;
|
|
71
73
|
}
|
|
72
74
|
export declare const LinkPicker: import("react").ComponentType<LinkPickerProps>;
|
|
@@ -67,6 +67,8 @@ export interface LinkPickerProps {
|
|
|
67
67
|
}>;
|
|
68
68
|
/** Hides the link picker display text field if set to true. */
|
|
69
69
|
hideDisplayText?: boolean;
|
|
70
|
+
/** Disables the default width containing the link picker */
|
|
71
|
+
disableWidth?: boolean;
|
|
70
72
|
featureFlags?: Record<string, unknown>;
|
|
71
73
|
}
|
|
72
74
|
export declare const LinkPicker: import("react").ComponentType<LinkPickerProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.1",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
56
|
-
"@atlaskit/button": "^16.
|
|
56
|
+
"@atlaskit/button": "^16.10.0",
|
|
57
57
|
"@atlaskit/empty-state": "^7.6.0",
|
|
58
58
|
"@atlaskit/form": "^8.11.0",
|
|
59
59
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
60
60
|
"@atlaskit/icon": "^21.12.0",
|
|
61
|
-
"@atlaskit/linking-common": "^4.
|
|
61
|
+
"@atlaskit/linking-common": "^4.6.0",
|
|
62
62
|
"@atlaskit/onboarding": "^10.8.2",
|
|
63
63
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
64
64
|
"@atlaskit/spinner": "^15.5.0",
|
|
65
65
|
"@atlaskit/tabs": "^13.4.0",
|
|
66
66
|
"@atlaskit/textfield": "^5.6.0",
|
|
67
|
-
"@atlaskit/theme": "^12.
|
|
68
|
-
"@atlaskit/tokens": "^1.
|
|
67
|
+
"@atlaskit/theme": "^12.6.0",
|
|
68
|
+
"@atlaskit/tokens": "^1.21.0",
|
|
69
69
|
"@atlaskit/tooltip": "^17.8.0",
|
|
70
70
|
"@atlaskit/ufo": "^0.2.0",
|
|
71
71
|
"@atlaskit/visually-hidden": "^1.2.0",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@af/analytics-codegen": "^0.1.0",
|
|
86
86
|
"@af/visual-regression": "*",
|
|
87
|
-
"@atlaskit/dropdown-menu": "^11.
|
|
87
|
+
"@atlaskit/dropdown-menu": "^11.13.0",
|
|
88
88
|
"@atlaskit/link-provider": "^1.6.0",
|
|
89
89
|
"@atlaskit/link-test-helpers": "^6.0.0",
|
|
90
|
-
"@atlaskit/linking-common": "^4.
|
|
90
|
+
"@atlaskit/linking-common": "^4.6.0",
|
|
91
91
|
"@atlaskit/visual-regression": "*",
|
|
92
92
|
"@atlaskit/webdriver-runner": "*",
|
|
93
93
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
package/report.api.md
CHANGED
package/tmp/api-report-tmp.d.ts
CHANGED