@atlaskit/link-datasource 2.3.7 → 2.3.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 +19 -0
- package/dist/cjs/ui/assets-modal/modal/index.js +1 -1
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/index.js +6 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +3 -0
- package/dist/cjs/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
- package/dist/cjs/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/index.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/loading-state.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/index.js +1 -1
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/styled.js +7 -4
- package/dist/cjs/ui/common/error-state/access-required.js +3 -0
- package/dist/cjs/ui/common/error-state/loading-error.js +3 -0
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +3 -0
- package/dist/cjs/ui/common/error-state/no-instances.js +2 -0
- package/dist/cjs/ui/common/error-state/no-results.js +3 -0
- package/dist/cjs/ui/common/error-state/provider-auth-required-svg.js +1 -0
- package/dist/cjs/ui/common/error-state/provider-auth-required.js +2 -0
- package/dist/cjs/ui/common/initial-state-view/index.js +2 -0
- package/dist/cjs/ui/common/modal/basic-search-input/index.js +2 -0
- package/dist/cjs/ui/common/modal/cancel-button/index.js +2 -0
- package/dist/cjs/ui/common/modal/content-container/index.js +7 -0
- package/dist/cjs/ui/common/modal/count-view-smart-link/index.js +1 -0
- package/dist/cjs/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/cjs/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +7 -1
- package/dist/cjs/ui/common/modal/site-selector/index.js +2 -0
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +15 -7
- package/dist/cjs/ui/confluence-search-modal/modal/index.js +1 -1
- package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +2 -0
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -0
- package/dist/cjs/ui/issue-like-table/column-picker/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/drag-column-preview.js +11 -2
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +6 -0
- package/dist/cjs/ui/issue-like-table/empty-state/index.js +4 -1
- package/dist/cjs/ui/issue-like-table/empty-state/type.js +2 -0
- package/dist/cjs/ui/issue-like-table/index.js +11 -1
- package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +2 -1
- package/dist/cjs/ui/issue-like-table/render-type/icon/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/richtext/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/text/index.js +3 -0
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +7 -0
- package/dist/cjs/ui/issue-like-table/styled.js +3 -3
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/cjs/ui/jira-issues-modal/mode-switcher/index.js +5 -0
- package/dist/cjs/ui/table-footer/index.js +4 -0
- package/dist/es2019/ui/assets-modal/modal/index.js +2 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +6 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -0
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/loading-state.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/styled.js +6 -4
- package/dist/es2019/ui/common/error-state/access-required.js +3 -0
- package/dist/es2019/ui/common/error-state/loading-error.js +3 -0
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +3 -0
- package/dist/es2019/ui/common/error-state/no-instances.js +2 -0
- package/dist/es2019/ui/common/error-state/no-results.js +3 -0
- package/dist/es2019/ui/common/error-state/provider-auth-required-svg.js +1 -0
- package/dist/es2019/ui/common/error-state/provider-auth-required.js +2 -0
- package/dist/es2019/ui/common/initial-state-view/index.js +2 -0
- package/dist/es2019/ui/common/modal/basic-search-input/index.js +1 -0
- package/dist/es2019/ui/common/modal/cancel-button/index.js +2 -0
- package/dist/es2019/ui/common/modal/content-container/index.js +6 -0
- package/dist/es2019/ui/common/modal/count-view-smart-link/index.js +1 -0
- package/dist/es2019/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/es2019/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +7 -1
- package/dist/es2019/ui/common/modal/site-selector/index.js +3 -0
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +14 -7
- package/dist/es2019/ui/confluence-search-modal/modal/index.js +2 -0
- package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +2 -0
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -0
- package/dist/es2019/ui/issue-like-table/column-picker/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/drag-column-preview.js +10 -2
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +8 -1
- package/dist/es2019/ui/issue-like-table/empty-state/index.js +4 -1
- package/dist/es2019/ui/issue-like-table/empty-state/type.js +2 -0
- package/dist/es2019/ui/issue-like-table/index.js +17 -1
- package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/render-type/icon/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/richtext/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/text/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +6 -0
- package/dist/es2019/ui/issue-like-table/styled.js +8 -2
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +2 -0
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +2 -0
- package/dist/es2019/ui/jira-issues-modal/mode-switcher/index.js +5 -0
- package/dist/es2019/ui/table-footer/index.js +3 -0
- package/dist/esm/ui/assets-modal/modal/index.js +2 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +6 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -0
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/loading-state.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/styled.js +6 -4
- package/dist/esm/ui/common/error-state/access-required.js +3 -0
- package/dist/esm/ui/common/error-state/loading-error.js +3 -0
- package/dist/esm/ui/common/error-state/modal-loading-error.js +3 -0
- package/dist/esm/ui/common/error-state/no-instances.js +2 -0
- package/dist/esm/ui/common/error-state/no-results.js +3 -0
- package/dist/esm/ui/common/error-state/provider-auth-required-svg.js +1 -0
- package/dist/esm/ui/common/error-state/provider-auth-required.js +2 -0
- package/dist/esm/ui/common/initial-state-view/index.js +2 -0
- package/dist/esm/ui/common/modal/basic-search-input/index.js +1 -0
- package/dist/esm/ui/common/modal/cancel-button/index.js +2 -0
- package/dist/esm/ui/common/modal/content-container/index.js +6 -0
- package/dist/esm/ui/common/modal/count-view-smart-link/index.js +1 -0
- package/dist/esm/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/esm/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
- package/dist/esm/ui/common/modal/popup-select/trigger.js +7 -1
- package/dist/esm/ui/common/modal/site-selector/index.js +3 -0
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +14 -7
- package/dist/esm/ui/confluence-search-modal/modal/index.js +2 -0
- package/dist/esm/ui/datasource-table-view/datasourceTableView.js +2 -0
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -0
- package/dist/esm/ui/issue-like-table/column-picker/index.js +2 -0
- package/dist/esm/ui/issue-like-table/drag-column-preview.js +10 -2
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +7 -0
- package/dist/esm/ui/issue-like-table/empty-state/index.js +4 -1
- package/dist/esm/ui/issue-like-table/empty-state/type.js +2 -0
- package/dist/esm/ui/issue-like-table/index.js +12 -1
- package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +3 -0
- package/dist/esm/ui/issue-like-table/render-type/icon/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/richtext/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/text/index.js +3 -0
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +6 -0
- package/dist/esm/ui/issue-like-table/styled.js +3 -2
- package/dist/esm/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
- package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +2 -0
- package/dist/esm/ui/jira-issues-modal/modal/index.js +2 -0
- package/dist/esm/ui/jira-issues-modal/mode-switcher/index.js +5 -0
- package/dist/esm/ui/table-footer/index.js +3 -0
- package/dist/types/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
- package/examples-helpers/buildIssueLikeTable.tsx +2 -0
- package/examples-helpers/hoverableContainer.tsx +1 -0
- package/package.json +176 -176
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 2.3.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#110751](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110751)
|
|
8
|
+
[`ce36b6b2a7de1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ce36b6b2a7de1) -
|
|
9
|
+
Uppercase the search input when attempting to convert to an issue key
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 2.3.8
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#110903](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110903)
|
|
17
|
+
[`20e5460b28e6d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20e5460b28e6d) -
|
|
18
|
+
[ux] Closing the modal will no longer trigger return of focus, because it works in a very buggy
|
|
19
|
+
way inside editor.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 2.3.7
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -39,7 +39,7 @@ var _loadingState = require("../search-container/loading-state");
|
|
|
39
39
|
var _messages = require("./messages");
|
|
40
40
|
var _renderAssetsContent = require("./render-assets-content");
|
|
41
41
|
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; }
|
|
42
|
-
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 */
|
|
42
|
+
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 */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
43
43
|
var VERSION_TWO = '2';
|
|
44
44
|
var modalBodyErrorWrapperStyles = (0, _react2.css)({
|
|
45
45
|
alignItems: 'center',
|
|
@@ -14,6 +14,8 @@ var _issueLikeTable = require("../../../issue-like-table");
|
|
|
14
14
|
var _initialStateView = require("./initial-state-view");
|
|
15
15
|
/** @jsx jsx */
|
|
16
16
|
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
18
|
+
|
|
17
19
|
var MODAL_HEIGHT = exports.MODAL_HEIGHT = 420;
|
|
18
20
|
|
|
19
21
|
// This is to prevent y scrollbar when showing table loading state
|
|
@@ -30,9 +32,13 @@ var tableBordersStyles = (0, _react2.css)({
|
|
|
30
32
|
borderTopLeftRadius: "var(--ds-border-radius-200, 8px)",
|
|
31
33
|
borderTopRightRadius: "var(--ds-border-radius-200, 8px)",
|
|
32
34
|
borderBottom: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(_colors.N40, ")")),
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
33
36
|
backgroundImage: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundImage,
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
34
38
|
backgroundRepeat: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
35
40
|
backgroundSize: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundSize,
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
36
42
|
backgroundAttachment: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
37
43
|
});
|
|
38
44
|
var RejectedView = function RejectedView() {
|
|
@@ -11,6 +11,8 @@ var _crystalBallSvg = require("./assets/crystal-ball-svg");
|
|
|
11
11
|
var _messages = require("./messages");
|
|
12
12
|
/** @jsx jsx */
|
|
13
13
|
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
15
|
+
|
|
14
16
|
var initialStateViewContainerStyles = (0, _react.css)({
|
|
15
17
|
display: 'flex',
|
|
16
18
|
justifyContent: 'center',
|
|
@@ -21,6 +23,7 @@ var svgAndTextsWrapperStyles = (0, _react.css)({
|
|
|
21
23
|
alignSelf: 'center'
|
|
22
24
|
});
|
|
23
25
|
var searchTitleStyles = (0, _react.css)({
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
24
27
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")"),
|
|
25
28
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
26
29
|
paddingBottom: "var(--ds-space-100, 8px)"
|
|
@@ -25,6 +25,8 @@ var _styled = require("../styled");
|
|
|
25
25
|
var _messages = require("./messages");
|
|
26
26
|
/** @jsx jsx */
|
|
27
27
|
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
29
|
+
|
|
28
30
|
var buttonBaseStyles = (0, _react2.css)({
|
|
29
31
|
display: 'flex',
|
|
30
32
|
height: '100%',
|
|
@@ -7,6 +7,7 @@ exports.AssetsAqlSearchInputSkeleton = void 0;
|
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
var _linkingCommon = require("@atlaskit/linking-common");
|
|
9
9
|
/** @jsx jsx */
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
11
|
|
|
11
12
|
var AssetsAqlSearchInputSkeleton = exports.AssetsAqlSearchInputSkeleton = function AssetsAqlSearchInputSkeleton() {
|
|
12
13
|
return (0, _react.jsx)(_linkingCommon.Skeleton, {
|
|
@@ -13,6 +13,7 @@ var _aqlSearchInput = require("./aql-search-input");
|
|
|
13
13
|
var _objectSchemaSelect = require("./object-schema-select");
|
|
14
14
|
var _styled = require("./styled");
|
|
15
15
|
/** @jsx jsx */
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
16
17
|
|
|
17
18
|
var DEFAULT_AQL_QUERY = '';
|
|
18
19
|
var SEARCH_FORM_ID = 'linkDataSource.assets.configModal.searchContainer-form';
|
|
@@ -9,6 +9,7 @@ var _loadingState = require("./aql-search-input/loading-state");
|
|
|
9
9
|
var _loadingState2 = require("./object-schema-select/loading-state");
|
|
10
10
|
var _styled = require("./styled");
|
|
11
11
|
/** @jsx jsx */
|
|
12
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
12
13
|
|
|
13
14
|
var AssetsSearchContainerLoading = exports.AssetsSearchContainerLoading = function AssetsSearchContainerLoading(_ref) {
|
|
14
15
|
var modalTitle = _ref.modalTitle;
|
|
@@ -23,7 +23,7 @@ var _messages = require("./messages");
|
|
|
23
23
|
var _utils = require("./utils");
|
|
24
24
|
var _excluded = ["onChange", "onFocus"];
|
|
25
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 */
|
|
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 */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
27
27
|
var SEARCH_DEBOUNCE_MS = exports.SEARCH_DEBOUNCE_MS = 350;
|
|
28
28
|
var mapObjectSchemasToOptions = function mapObjectSchemasToOptions(objectSchemas) {
|
|
29
29
|
return objectSchemas ? objectSchemas.map(function (objectSchema) {
|
|
@@ -7,6 +7,7 @@ exports.AssetsObjectSchemaSelectSkeleton = void 0;
|
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
var _linkingCommon = require("@atlaskit/linking-common");
|
|
9
9
|
/** @jsx jsx */
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
11
|
|
|
11
12
|
var AssetsObjectSchemaSelectSkeleton = exports.AssetsObjectSchemaSelectSkeleton = function AssetsObjectSchemaSelectSkeleton() {
|
|
12
13
|
return (0, _react.jsx)(_linkingCommon.Skeleton, {
|
|
@@ -6,18 +6,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.SchemaSelectContainer = exports.FormRowContainer = exports.FormContainer = exports.FieldContainer = void 0;
|
|
8
8
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
|
+
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
|
|
10
12
|
var FormRowContainer = exports.FormRowContainer = _styled.default.div(function (props) {
|
|
11
13
|
return {
|
|
12
14
|
alignItems: 'center',
|
|
13
15
|
display: 'flex',
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
14
17
|
gap: props.isNarrowGap ? "var(--ds-space-100, 8px)" : "var(--ds-space-200, 16px)",
|
|
15
18
|
flexGrow: 1,
|
|
16
19
|
width: '100%'
|
|
17
20
|
};
|
|
18
21
|
});
|
|
19
22
|
|
|
20
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
23
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
21
24
|
var FormContainer = exports.FormContainer = _styled.default.form({
|
|
22
25
|
display: 'grid',
|
|
23
26
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -25,13 +28,13 @@ var FormContainer = exports.FormContainer = _styled.default.form({
|
|
|
25
28
|
});
|
|
26
29
|
|
|
27
30
|
// Override the top margin of fields
|
|
28
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
29
32
|
var FieldContainer = exports.FieldContainer = _styled.default.div({
|
|
30
33
|
flex: 1,
|
|
31
34
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
32
35
|
});
|
|
33
36
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
38
|
var SchemaSelectContainer = exports.SchemaSelectContainer = _styled.default.div({
|
|
36
39
|
width: '100%',
|
|
37
40
|
maxWidth: '386px'
|
|
@@ -17,8 +17,11 @@ var _accessRequiredSvg = require("./access-required-svg");
|
|
|
17
17
|
var _messages = require("./messages");
|
|
18
18
|
/** @jsx jsx */
|
|
19
19
|
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
21
|
+
|
|
20
22
|
var urlStyles = (0, _react2.css)({
|
|
21
23
|
color: "var(--ds-text-subtlest, ".concat(_colors.N400, ")"),
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
25
|
font: "var(--ds-font-body, ".concat(_typography.fontFallback.body.medium, ")")
|
|
23
26
|
});
|
|
24
27
|
var descriptionMessageStyles = (0, _react2.css)({
|
|
@@ -15,6 +15,8 @@ var _loadingErrorSvg = require("./loading-error-svg");
|
|
|
15
15
|
var _messages = require("./messages");
|
|
16
16
|
/** @jsx jsx */
|
|
17
17
|
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
19
|
+
|
|
18
20
|
var errorContainerStyles = (0, _react2.css)({
|
|
19
21
|
display: 'grid',
|
|
20
22
|
gap: "var(--ds-space-200, 16px)",
|
|
@@ -27,6 +29,7 @@ var errorMessageContainerStyles = (0, _react2.css)({
|
|
|
27
29
|
placeItems: 'center'
|
|
28
30
|
});
|
|
29
31
|
var errorMessageStyles = (0, _react2.css)({
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
30
33
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")")
|
|
31
34
|
});
|
|
32
35
|
var errorDescriptionStyles = (0, _react2.css)({
|
|
@@ -13,6 +13,8 @@ var _loadingErrorSvg = require("./loading-error-svg");
|
|
|
13
13
|
var _messages = require("./messages");
|
|
14
14
|
/** @jsx jsx */
|
|
15
15
|
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
|
+
|
|
16
18
|
var errorContainerStyles = (0, _react2.css)({
|
|
17
19
|
display: 'grid',
|
|
18
20
|
gap: "var(--ds-space-300, 24px)",
|
|
@@ -25,6 +27,7 @@ var errorMessageContainerStyles = (0, _react2.css)({
|
|
|
25
27
|
placeItems: 'center'
|
|
26
28
|
});
|
|
27
29
|
var errorMessageStyles = (0, _react2.css)({
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
28
31
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")")
|
|
29
32
|
});
|
|
30
33
|
var errorDescriptionStyles = (0, _react2.css)({
|
|
@@ -10,8 +10,10 @@ var _primitives = require("@atlaskit/primitives");
|
|
|
10
10
|
var _typography = require("@atlaskit/theme/typography");
|
|
11
11
|
var _noInstancesSvg = require("./no-instances-svg");
|
|
12
12
|
/** @jsx jsx */
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
14
|
|
|
14
15
|
var titleStyles = (0, _react.css)({
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
15
17
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")"),
|
|
16
18
|
marginTop: "var(--ds-space-200, 16px)"
|
|
17
19
|
});
|
|
@@ -14,6 +14,8 @@ var _analytics = require("../../../analytics");
|
|
|
14
14
|
var _messages = require("./messages");
|
|
15
15
|
/** @jsx jsx */
|
|
16
16
|
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
18
|
+
|
|
17
19
|
var noResultsContainerStyles = (0, _react2.css)({
|
|
18
20
|
margin: "var(--ds-space-500, 40px)".concat(" auto"),
|
|
19
21
|
display: 'grid',
|
|
@@ -27,6 +29,7 @@ var noResultsMessageContainerStyles = (0, _react2.css)({
|
|
|
27
29
|
placeItems: 'center'
|
|
28
30
|
});
|
|
29
31
|
var noResultsMessageStyles = (0, _react2.css)({
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
30
33
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")")
|
|
31
34
|
});
|
|
32
35
|
var NoResults = exports.NoResults = function NoResults(_ref) {
|
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.ProviderAuthRequiredSVG = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
/** @jsx jsx */
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
10
|
|
|
10
11
|
var imageStyles = (0, _react.css)({
|
|
11
12
|
width: 200,
|
|
@@ -23,6 +23,8 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
23
23
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
24
|
/** @jsx jsx */
|
|
25
25
|
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
27
|
+
|
|
26
28
|
var buttonStyles = (0, _react2.css)({
|
|
27
29
|
marginTop: "var(--ds-space-200, 16px)"
|
|
28
30
|
});
|
|
@@ -12,6 +12,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
12
12
|
var _typography = require("@atlaskit/theme/typography");
|
|
13
13
|
var _messages = require("./messages");
|
|
14
14
|
/** @jsx jsx */
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
15
16
|
|
|
16
17
|
var initialStateViewContainerStyles = (0, _react.css)({
|
|
17
18
|
display: 'flex',
|
|
@@ -29,6 +30,7 @@ var betaTagStyles = (0, _react.css)({
|
|
|
29
30
|
});
|
|
30
31
|
var searchTitleStyles = (0, _react.css)({
|
|
31
32
|
color: "var(--ds-text-subtlest, ".concat(_colors.N300, ")"),
|
|
33
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
32
34
|
font: "var(--ds-font-heading-medium, ".concat(_typography.fontFallback.heading.medium, ")"),
|
|
33
35
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
34
36
|
paddingBottom: "var(--ds-space-100, 8px)",
|
|
@@ -14,6 +14,8 @@ var _analytics = require("../../../../analytics");
|
|
|
14
14
|
var _messages = require("./messages");
|
|
15
15
|
/** @jsx jsx */
|
|
16
16
|
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
18
|
+
|
|
17
19
|
var searchButtonStyles = (0, _react.css)({
|
|
18
20
|
marginRight: "var(--ds-space-075, 6px)"
|
|
19
21
|
});
|
|
@@ -13,6 +13,8 @@ var _analytics = require("../../../../analytics");
|
|
|
13
13
|
var _messages = require("./messages");
|
|
14
14
|
/** @jsx jsx */
|
|
15
15
|
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
|
+
|
|
16
18
|
var CancelButton = exports.CancelButton = function CancelButton(_ref) {
|
|
17
19
|
var getAnalyticsPayload = _ref.getAnalyticsPayload,
|
|
18
20
|
onCancel = _ref.onCancel,
|
|
@@ -10,15 +10,22 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
10
10
|
var _issueLikeTable = require("../../../issue-like-table");
|
|
11
11
|
/** @jsx jsx */
|
|
12
12
|
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
14
|
+
|
|
13
15
|
var contentContainerStyles = (0, _primitives.xcss)({
|
|
14
16
|
display: 'grid',
|
|
15
17
|
maxHeight: '420px',
|
|
16
18
|
overflow: 'auto',
|
|
17
19
|
borderBottom: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(_colors.N40, ")")),
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
18
21
|
backgroundImage: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundImage,
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
19
23
|
backgroundPosition: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundPosition,
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
20
25
|
backgroundRepeat: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
21
27
|
backgroundSize: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundSize,
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
22
29
|
backgroundAttachment: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
23
30
|
});
|
|
24
31
|
var tableContainerStyles = (0, _primitives.xcss)({
|
|
@@ -10,6 +10,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
10
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
11
11
|
var _link = _interopRequireDefault(require("../../../issue-like-table/render-type/link"));
|
|
12
12
|
/** @jsx jsx */
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
14
|
|
|
14
15
|
var placeholderSmartLinkStyles = (0, _react.css)({
|
|
15
16
|
backgroundColor: "var(--ds-surface-raised, ".concat(_colors.N0, ")"),
|
|
@@ -29,6 +29,7 @@ var DatasourceModal = exports.DatasourceModal = function DatasourceModal(_ref) {
|
|
|
29
29
|
onClose: onClose,
|
|
30
30
|
width: "calc(100% - 80px)",
|
|
31
31
|
shouldScrollInViewport: true,
|
|
32
|
-
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick
|
|
32
|
+
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick,
|
|
33
|
+
shouldReturnFocus: false
|
|
33
34
|
}, /*#__PURE__*/_react.default.createElement(ScreenEvent, null), children);
|
|
34
35
|
};
|
|
@@ -13,6 +13,7 @@ var _messages = require("./messages");
|
|
|
13
13
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
14
14
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
15
|
/** @jsx jsx */
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
16
17
|
|
|
17
18
|
var dropDownItemGroupStyles = (0, _primitives.xcss)({
|
|
18
19
|
width: '320px',
|
|
@@ -16,6 +16,8 @@ var _primitives = require("@atlaskit/primitives");
|
|
|
16
16
|
var _spinner = _interopRequireDefault(require("@atlaskit/spinner"));
|
|
17
17
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
18
18
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
20
|
+
|
|
19
21
|
var triggerButtonLabelStyles = (0, _primitives.xcss)({
|
|
20
22
|
textOverflow: 'ellipsis',
|
|
21
23
|
overflow: 'hidden'
|
|
@@ -24,17 +26,21 @@ var badgeStyles = (0, _primitives.xcss)({
|
|
|
24
26
|
marginLeft: 'space.050'
|
|
25
27
|
});
|
|
26
28
|
|
|
27
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
29
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
28
30
|
var LoadingStateAnimationWrapper = exports.LoadingStateAnimationWrapper = _styled.default.div({
|
|
29
31
|
position: 'relative',
|
|
30
32
|
animation: 'flickerAnimation 2s infinite',
|
|
33
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
31
34
|
'@keyframes flickerAnimation': {
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
32
36
|
'0%': {
|
|
33
37
|
opacity: 1
|
|
34
38
|
},
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
35
40
|
'50%': {
|
|
36
41
|
opacity: 0.5
|
|
37
42
|
},
|
|
43
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
38
44
|
'100%': {
|
|
39
45
|
opacity: 1
|
|
40
46
|
}
|
|
@@ -16,6 +16,7 @@ var _zindex = require("../../../../common/zindex");
|
|
|
16
16
|
var _messages = require("./messages");
|
|
17
17
|
var _excluded = ["width"];
|
|
18
18
|
/** @jsx jsx */
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
19
20
|
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
21
|
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
22
|
var dropdownContainerStyles = (0, _primitives.xcss)({
|
|
@@ -28,6 +29,7 @@ var selectStyles = (0, _react2.css)({
|
|
|
28
29
|
fontSize: "var(--ds-font-size-100, 14px)",
|
|
29
30
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
30
31
|
lineHeight: "var(--ds-space-250, 20px)",
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
31
33
|
zIndex: _zindex.siteSelectorIndex
|
|
32
34
|
});
|
|
33
35
|
var SiteSelector = exports.SiteSelector = function SiteSelector(props) {
|
package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -8,7 +8,9 @@ exports.SelectDateRangeButton = exports.PopupComponentContainer = exports.DateRa
|
|
|
8
8
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
9
9
|
var _colors = require("@atlaskit/theme/colors");
|
|
10
10
|
var _constants = require("@atlaskit/theme/constants");
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
12
|
+
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
14
|
var PopupComponentContainer = exports.PopupComponentContainer = _styled.default.div({
|
|
13
15
|
boxSizing: 'border-box',
|
|
14
16
|
display: 'block',
|
|
@@ -16,13 +18,14 @@ var PopupComponentContainer = exports.PopupComponentContainer = _styled.default.
|
|
|
16
18
|
overflow: 'visible',
|
|
17
19
|
borderRadius: "var(--ds-border-radius-100, 4px)",
|
|
18
20
|
background: "var(--ds-background-input, ".concat(_colors.N0, ")"),
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
19
22
|
':focus': {
|
|
20
23
|
outline: 'none'
|
|
21
24
|
},
|
|
22
25
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))"
|
|
23
26
|
});
|
|
24
27
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
29
|
var CustomDropdown = exports.CustomDropdown = _styled.default.div({
|
|
27
30
|
width: '340px',
|
|
28
31
|
background: "var(--ds-background-input, ".concat(_colors.N0, ")"),
|
|
@@ -31,7 +34,7 @@ var CustomDropdown = exports.CustomDropdown = _styled.default.div({
|
|
|
31
34
|
zIndex: _constants.layers.modal()
|
|
32
35
|
});
|
|
33
36
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
|
|
35
38
|
var CustomDropdownItem = exports.CustomDropdownItem = _styled.default.div(function (props) {
|
|
36
39
|
return {
|
|
37
40
|
height: '36px',
|
|
@@ -39,25 +42,30 @@ var CustomDropdownItem = exports.CustomDropdownItem = _styled.default.div(functi
|
|
|
39
42
|
display: 'flex',
|
|
40
43
|
justifyContent: 'flex-start',
|
|
41
44
|
alignItems: 'center',
|
|
45
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
42
46
|
paddingLeft: props.isSelected ? '15px' : '16px',
|
|
43
47
|
boxSizing: 'border-box',
|
|
48
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
44
49
|
color: props.isSelected ? "var(--ds-text-selected, ".concat(_colors.B400, ")") : 'inherit',
|
|
50
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
45
51
|
background: props.isSelected ? "var(--ds-background-accent-blue-subtlest, ".concat(_colors.B50, ")") : 'transparent',
|
|
52
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
46
53
|
borderLeft: props.isSelected ? "2px solid ".concat("var(--ds-text-selected, ".concat(_colors.B400, ")")) : 'none',
|
|
47
54
|
'&:hover': {
|
|
55
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
48
56
|
background: props.isSelected ? "var(--ds-background-accent-blue-subtlest, ".concat(_colors.B50, ")") : "var(--ds-background-input-hovered, ".concat(_colors.N20, ")"),
|
|
49
57
|
cursor: 'default'
|
|
50
58
|
}
|
|
51
59
|
};
|
|
52
60
|
});
|
|
53
61
|
|
|
54
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
62
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
55
63
|
var CustomDateWrapper = exports.CustomDateWrapper = _styled.default.div({
|
|
56
64
|
padding: "var(--ds-space-150, 12px)",
|
|
57
65
|
boxSizing: 'border-box'
|
|
58
66
|
});
|
|
59
67
|
|
|
60
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
68
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
61
69
|
var DatePickersWrapper = exports.DatePickersWrapper = _styled.default.div({
|
|
62
70
|
display: 'flex',
|
|
63
71
|
justifyContent: 'space-between',
|
|
@@ -65,7 +73,7 @@ var DatePickersWrapper = exports.DatePickersWrapper = _styled.default.div({
|
|
|
65
73
|
width: '100%'
|
|
66
74
|
});
|
|
67
75
|
|
|
68
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
76
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
69
77
|
var SelectDateRangeButton = exports.SelectDateRangeButton = _styled.default.button({
|
|
70
78
|
background: "var(--ds-background-accent-gray-subtler, ".concat(_colors.N20, ")"),
|
|
71
79
|
border: 'none',
|
|
@@ -80,7 +88,7 @@ var SelectDateRangeButton = exports.SelectDateRangeButton = _styled.default.butt
|
|
|
80
88
|
}
|
|
81
89
|
});
|
|
82
90
|
|
|
83
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
91
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
84
92
|
var DateRangeErrorMessage = exports.DateRangeErrorMessage = _styled.default.div({
|
|
85
93
|
display: 'flex',
|
|
86
94
|
lineHeight: 1.3333,
|
|
@@ -48,7 +48,7 @@ var _confluenceSearchContainer = _interopRequireDefault(require("../confluence-s
|
|
|
48
48
|
var _confluenceSearchInitialStateSvg = require("./confluence-search-initial-state-svg");
|
|
49
49
|
var _messages = require("./messages");
|
|
50
50
|
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; }
|
|
51
|
-
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 */
|
|
51
|
+
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 */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
52
52
|
var inputContainerStyles = (0, _primitives.xcss)({
|
|
53
53
|
alignItems: 'baseline',
|
|
54
54
|
display: 'flex',
|
|
@@ -28,6 +28,8 @@ var _emptyState = _interopRequireDefault(require("../issue-like-table/empty-stat
|
|
|
28
28
|
var _tableFooter = require("../table-footer");
|
|
29
29
|
/** @jsx jsx */
|
|
30
30
|
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
32
|
+
|
|
31
33
|
var containerStyles = (0, _react2.css)({
|
|
32
34
|
borderRadius: 'inherit'
|
|
33
35
|
});
|
|
@@ -14,9 +14,11 @@ var _typography = require("@atlaskit/theme/typography");
|
|
|
14
14
|
var _messages = require("./messages");
|
|
15
15
|
var _excluded = ["children"];
|
|
16
16
|
/** @jsx jsx */
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
18
|
var SELECT_ITEMS_MAXIMUM_THRESHOLD = exports.SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
18
19
|
var messageStyles = (0, _react.css)({
|
|
19
20
|
color: "var(--ds-text-subtle, #44546F)",
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
20
22
|
font: "var(--ds-font-body-small, ".concat(_typography.fontFallback.body.small, ")"),
|
|
21
23
|
fontWeight: "var(--ds-font-weight-regular, 400)"
|
|
22
24
|
});
|
|
@@ -23,6 +23,7 @@ var _concatenatedMenuList = require("./concatenated-menu-list");
|
|
|
23
23
|
var _messages = require("./messages");
|
|
24
24
|
var _excluded = ["isOpen"];
|
|
25
25
|
/** @jsx jsx */
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
27
|
var ColumnPicker = exports.ColumnPicker = function ColumnPicker(_ref) {
|
|
27
28
|
var columns = _ref.columns,
|
|
28
29
|
selectedColumnKeys = _ref.selectedColumnKeys,
|
|
@@ -13,6 +13,10 @@ var _typography = require("@atlaskit/theme/typography");
|
|
|
13
13
|
var _styled2 = require("./styled");
|
|
14
14
|
/** @jsx jsx */
|
|
15
15
|
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
|
+
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
19
|
+
|
|
16
20
|
var maxWidth = '200px';
|
|
17
21
|
var firstLastChildOverride = "\n &:first-of-type, &:last-of-type {\n padding-left: ".concat("var(--ds-space-100, 8px)", ";\n padding-right: ", "var(--ds-space-100, 8px)", ";\n }\n");
|
|
18
22
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
@@ -22,7 +26,9 @@ var TablePreviewHeading = (0, _styled.default)(_styled2.TableHeading)({
|
|
|
22
26
|
whiteSpace: 'nowrap',
|
|
23
27
|
background: "var(--ds-background-disabled, #091E4224)",
|
|
24
28
|
maxWidth: maxWidth
|
|
25
|
-
},
|
|
29
|
+
},
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
31
|
+
firstLastChildOverride);
|
|
26
32
|
|
|
27
33
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
28
34
|
var TablePreviewCell = _styled.default.td({
|
|
@@ -34,11 +40,14 @@ var TablePreviewCell = _styled.default.td({
|
|
|
34
40
|
boxSizing: 'border-box',
|
|
35
41
|
borderBottom: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
36
42
|
height: '30px'
|
|
37
|
-
},
|
|
43
|
+
},
|
|
44
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
45
|
+
firstLastChildOverride);
|
|
38
46
|
var tableStyles = (0, _react2.css)({
|
|
39
47
|
background: "var(--ds-surface, #FFF)",
|
|
40
48
|
borderCollapse: 'separate',
|
|
41
49
|
borderSpacing: 0,
|
|
50
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
42
51
|
font: "var(--ds-font-body, ".concat(_typography.fontFallback.body.medium, ")"),
|
|
43
52
|
maxWidth: maxWidth
|
|
44
53
|
});
|