@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
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
import { Fragment, useEffect, useState } from 'react';
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
6
|
import { jsx } from '@emotion/react';
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
8
|
import styled from '@emotion/styled';
|
|
6
9
|
import { FormattedMessage, FormattedNumber, useIntl } from 'react-intl-next';
|
|
7
10
|
import Button from '@atlaskit/button';
|
|
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
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
|
/** @jsx jsx */
|
|
7
7
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { css, jsx } from '@emotion/react';
|
|
9
11
|
import { FormattedMessage } from 'react-intl-next';
|
|
10
12
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useCallback, useMemo } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { N40 } from '@atlaskit/theme/colors';
|
|
5
7
|
import { AccessRequired } from '../../../common/error-state/access-required';
|
|
@@ -23,9 +25,13 @@ var tableBordersStyles = css({
|
|
|
23
25
|
borderTopLeftRadius: "var(--ds-border-radius-200, 8px)",
|
|
24
26
|
borderTopRightRadius: "var(--ds-border-radius-200, 8px)",
|
|
25
27
|
borderBottom: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(N40, ")")),
|
|
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
|
|
26
29
|
backgroundImage: scrollableContainerShadowsCssComponents.backgroundImage,
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
27
31
|
backgroundRepeat: scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
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
|
|
28
33
|
backgroundSize: scrollableContainerShadowsCssComponents.backgroundSize,
|
|
34
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
29
35
|
backgroundAttachment: scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
30
36
|
});
|
|
31
37
|
var RejectedView = function RejectedView() {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
4
|
import { css, jsx } from '@emotion/react';
|
|
4
5
|
import { useIntl } from 'react-intl-next';
|
|
5
6
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
@@ -15,6 +16,7 @@ var svgAndTextsWrapperStyles = css({
|
|
|
15
16
|
alignSelf: 'center'
|
|
16
17
|
});
|
|
17
18
|
var searchTitleStyles = css({
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
18
20
|
font: "var(--ds-font-heading-small, ".concat(fontFallback.heading.small, ")"),
|
|
19
21
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
20
22
|
paddingBottom: "var(--ds-space-100, 8px)"
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
import { Fragment } from 'react';
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
6
|
import { css, jsx } from '@emotion/react';
|
|
5
7
|
import { useIntl } from 'react-intl-next';
|
|
6
8
|
import { LoadingButton } from '@atlaskit/button';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { jsx } from '@emotion/react';
|
|
3
4
|
import { Skeleton } from '@atlaskit/linking-common';
|
|
4
5
|
export var AssetsAqlSearchInputSkeleton = function AssetsAqlSearchInputSkeleton() {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
/** @jsx jsx */
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
4
|
import { jsx } from '@emotion/react';
|
|
4
5
|
import Form from '@atlaskit/form';
|
|
5
6
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { jsx } from '@emotion/react';
|
|
3
4
|
import { AssetsAqlSearchInputSkeleton } from './aql-search-input/loading-state';
|
|
4
5
|
import { AssetsObjectSchemaSelectSkeleton } from './object-schema-select/loading-state';
|
|
@@ -8,6 +8,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
8
8
|
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; }
|
|
9
9
|
/** @jsx jsx */
|
|
10
10
|
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
12
|
import { jsx } from '@emotion/react';
|
|
12
13
|
import debounce from 'debounce-promise';
|
|
13
14
|
import { useIntl } from 'react-intl-next';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { jsx } from '@emotion/react';
|
|
3
4
|
import { Skeleton } from '@atlaskit/linking-common';
|
|
4
5
|
export var AssetsObjectSchemaSelectSkeleton = function AssetsObjectSchemaSelectSkeleton() {
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
1
2
|
import styled from '@emotion/styled';
|
|
2
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled
|
|
3
|
+
// 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
|
|
3
4
|
export var FormRowContainer = styled.div(function (props) {
|
|
4
5
|
return {
|
|
5
6
|
alignItems: 'center',
|
|
6
7
|
display: 'flex',
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
7
9
|
gap: props.isNarrowGap ? "var(--ds-space-100, 8px)" : "var(--ds-space-200, 16px)",
|
|
8
10
|
flexGrow: 1,
|
|
9
11
|
width: '100%'
|
|
10
12
|
};
|
|
11
13
|
});
|
|
12
14
|
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
14
16
|
export var FormContainer = styled.form({
|
|
15
17
|
display: 'grid',
|
|
16
18
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -18,13 +20,13 @@ export var FormContainer = styled.form({
|
|
|
18
20
|
});
|
|
19
21
|
|
|
20
22
|
// Override the top margin of fields
|
|
21
|
-
// 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
|
|
22
24
|
export var FieldContainer = styled.div({
|
|
23
25
|
flex: 1,
|
|
24
26
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
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
|
export var SchemaSelectContainer = styled.div({
|
|
29
31
|
width: '100%',
|
|
30
32
|
maxWidth: '386px'
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { useIntl } from 'react-intl-next';
|
|
5
7
|
import EmptyState from '@atlaskit/empty-state';
|
|
@@ -11,6 +13,7 @@ import { AccessRequiredSVG } from './access-required-svg';
|
|
|
11
13
|
import { loadingErrorMessages } from './messages';
|
|
12
14
|
var urlStyles = css({
|
|
13
15
|
color: "var(--ds-text-subtlest, ".concat(N400, ")"),
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
14
17
|
font: "var(--ds-font-body, ".concat(fontFallback.body.medium, ")")
|
|
15
18
|
});
|
|
16
19
|
var descriptionMessageStyles = css({
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
7
|
import Button from '@atlaskit/button/standard-button';
|
|
@@ -19,6 +21,7 @@ var errorMessageContainerStyles = css({
|
|
|
19
21
|
placeItems: 'center'
|
|
20
22
|
});
|
|
21
23
|
var errorMessageStyles = css({
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
25
|
font: "var(--ds-font-heading-small, ".concat(fontFallback.heading.small, ")")
|
|
23
26
|
});
|
|
24
27
|
var errorDescriptionStyles = css({
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
7
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
@@ -18,6 +20,7 @@ var errorMessageContainerStyles = css({
|
|
|
18
20
|
placeItems: 'center'
|
|
19
21
|
});
|
|
20
22
|
var errorMessageStyles = css({
|
|
23
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
21
24
|
font: "var(--ds-font-heading-small, ".concat(fontFallback.heading.small, ")")
|
|
22
25
|
});
|
|
23
26
|
var errorDescriptionStyles = css({
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css, jsx } from '@emotion/react';
|
|
3
4
|
import { useIntl } from 'react-intl-next';
|
|
4
5
|
import { Flex, xcss } from '@atlaskit/primitives';
|
|
5
6
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
6
7
|
import { NoInstancesSvg } from './no-instances-svg';
|
|
7
8
|
var titleStyles = css({
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
8
10
|
font: "var(--ds-font-heading-small, ".concat(fontFallback.heading.small, ")"),
|
|
9
11
|
marginTop: "var(--ds-space-200, 16px)"
|
|
10
12
|
});
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
7
|
import Button from '@atlaskit/button/standard-button';
|
|
@@ -19,6 +21,7 @@ var noResultsMessageContainerStyles = css({
|
|
|
19
21
|
placeItems: 'center'
|
|
20
22
|
});
|
|
21
23
|
var noResultsMessageStyles = css({
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
25
|
font: "var(--ds-font-heading-small, ".concat(fontFallback.heading.small, ")")
|
|
23
26
|
});
|
|
24
27
|
export var NoResults = function NoResults(_ref) {
|
|
@@ -3,6 +3,8 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
3
3
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
4
4
|
/** @jsx jsx */
|
|
5
5
|
import React, { useEffect } from 'react';
|
|
6
|
+
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
8
|
import { css, jsx } from '@emotion/react';
|
|
7
9
|
import { useIntl } from 'react-intl-next';
|
|
8
10
|
import Button from '@atlaskit/button';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css, jsx } from '@emotion/react';
|
|
3
4
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
4
5
|
import Lozenge from '@atlaskit/lozenge';
|
|
@@ -21,6 +22,7 @@ var betaTagStyles = css({
|
|
|
21
22
|
});
|
|
22
23
|
var searchTitleStyles = css({
|
|
23
24
|
color: "var(--ds-text-subtlest, ".concat(N300, ")"),
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
24
26
|
font: "var(--ds-font-heading-medium, ".concat(fontFallback.heading.medium, ")"),
|
|
25
27
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
26
28
|
paddingBottom: "var(--ds-space-100, 8px)",
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useCallback } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { jsx } from '@emotion/react';
|
|
4
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
7
|
import Button from '@atlaskit/button/standard-button';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
4
|
import { jsx } from '@emotion/react';
|
|
4
5
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
5
6
|
import { N40 } from '@atlaskit/theme/colors';
|
|
@@ -9,10 +10,15 @@ var contentContainerStyles = xcss({
|
|
|
9
10
|
maxHeight: '420px',
|
|
10
11
|
overflow: 'auto',
|
|
11
12
|
borderBottom: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(N40, ")")),
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
12
14
|
backgroundImage: scrollableContainerShadowsCssComponents.backgroundImage,
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
13
16
|
backgroundPosition: scrollableContainerShadowsCssComponents.backgroundPosition,
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
14
18
|
backgroundRepeat: scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
15
20
|
backgroundSize: scrollableContainerShadowsCssComponents.backgroundSize,
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
16
22
|
backgroundAttachment: scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
17
23
|
});
|
|
18
24
|
var tableContainerStyles = xcss({
|
|
@@ -19,6 +19,7 @@ export var DatasourceModal = function DatasourceModal(_ref) {
|
|
|
19
19
|
onClose: onClose,
|
|
20
20
|
width: "calc(100% - 80px)",
|
|
21
21
|
shouldScrollInViewport: true,
|
|
22
|
-
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick
|
|
22
|
+
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick,
|
|
23
|
+
shouldReturnFocus: false
|
|
23
24
|
}, /*#__PURE__*/React.createElement(ScreenEvent, null), children);
|
|
24
25
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { jsx } from '@emotion/react';
|
|
3
4
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
4
5
|
import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
2
|
import React, { forwardRef, useCallback } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import styled from '@emotion/styled';
|
|
4
6
|
import Badge from '@atlaskit/badge';
|
|
5
7
|
import Button from '@atlaskit/button/standard-button';
|
|
@@ -14,17 +16,21 @@ var badgeStyles = xcss({
|
|
|
14
16
|
marginLeft: 'space.050'
|
|
15
17
|
});
|
|
16
18
|
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
18
20
|
export var LoadingStateAnimationWrapper = styled.div({
|
|
19
21
|
position: 'relative',
|
|
20
22
|
animation: 'flickerAnimation 2s infinite',
|
|
23
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
21
24
|
'@keyframes flickerAnimation': {
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
22
26
|
'0%': {
|
|
23
27
|
opacity: 1
|
|
24
28
|
},
|
|
29
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
25
30
|
'50%': {
|
|
26
31
|
opacity: 0.5
|
|
27
32
|
},
|
|
33
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
28
34
|
'100%': {
|
|
29
35
|
opacity: 1
|
|
30
36
|
}
|
|
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
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
|
/** @jsx jsx */
|
|
7
7
|
import { useMemo } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { css, jsx } from '@emotion/react';
|
|
9
11
|
import { useIntl } from 'react-intl-next';
|
|
10
12
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
@@ -21,6 +23,7 @@ var selectStyles = css({
|
|
|
21
23
|
fontSize: "var(--ds-font-size-100, 14px)",
|
|
22
24
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
23
25
|
lineHeight: "var(--ds-space-250, 20px)",
|
|
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
|
|
24
27
|
zIndex: siteSelectorIndex
|
|
25
28
|
});
|
|
26
29
|
export var SiteSelector = function SiteSelector(props) {
|
package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
1
2
|
import styled from '@emotion/styled';
|
|
2
3
|
import { B400, B50, N0, N20, N30, R400 } from '@atlaskit/theme/colors';
|
|
3
4
|
import { layers } from '@atlaskit/theme/constants';
|
|
4
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
6
|
export var PopupComponentContainer = styled.div({
|
|
6
7
|
boxSizing: 'border-box',
|
|
7
8
|
display: 'block',
|
|
@@ -9,13 +10,14 @@ export var PopupComponentContainer = styled.div({
|
|
|
9
10
|
overflow: 'visible',
|
|
10
11
|
borderRadius: "var(--ds-border-radius-100, 4px)",
|
|
11
12
|
background: "var(--ds-background-input, ".concat(N0, ")"),
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
12
14
|
':focus': {
|
|
13
15
|
outline: 'none'
|
|
14
16
|
},
|
|
15
17
|
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))"
|
|
16
18
|
});
|
|
17
19
|
|
|
18
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
19
21
|
export var CustomDropdown = styled.div({
|
|
20
22
|
width: '340px',
|
|
21
23
|
background: "var(--ds-background-input, ".concat(N0, ")"),
|
|
@@ -24,7 +26,7 @@ export var CustomDropdown = styled.div({
|
|
|
24
26
|
zIndex: layers.modal()
|
|
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, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
|
|
28
30
|
export var CustomDropdownItem = styled.div(function (props) {
|
|
29
31
|
return {
|
|
30
32
|
height: '36px',
|
|
@@ -32,25 +34,30 @@ export var CustomDropdownItem = styled.div(function (props) {
|
|
|
32
34
|
display: 'flex',
|
|
33
35
|
justifyContent: 'flex-start',
|
|
34
36
|
alignItems: 'center',
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
35
38
|
paddingLeft: props.isSelected ? '15px' : '16px',
|
|
36
39
|
boxSizing: 'border-box',
|
|
40
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
37
41
|
color: props.isSelected ? "var(--ds-text-selected, ".concat(B400, ")") : 'inherit',
|
|
42
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
38
43
|
background: props.isSelected ? "var(--ds-background-accent-blue-subtlest, ".concat(B50, ")") : 'transparent',
|
|
44
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
39
45
|
borderLeft: props.isSelected ? "2px solid ".concat("var(--ds-text-selected, ".concat(B400, ")")) : 'none',
|
|
40
46
|
'&:hover': {
|
|
47
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
41
48
|
background: props.isSelected ? "var(--ds-background-accent-blue-subtlest, ".concat(B50, ")") : "var(--ds-background-input-hovered, ".concat(N20, ")"),
|
|
42
49
|
cursor: 'default'
|
|
43
50
|
}
|
|
44
51
|
};
|
|
45
52
|
});
|
|
46
53
|
|
|
47
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
54
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
48
55
|
export var CustomDateWrapper = styled.div({
|
|
49
56
|
padding: "var(--ds-space-150, 12px)",
|
|
50
57
|
boxSizing: 'border-box'
|
|
51
58
|
});
|
|
52
59
|
|
|
53
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
54
61
|
export var DatePickersWrapper = styled.div({
|
|
55
62
|
display: 'flex',
|
|
56
63
|
justifyContent: 'space-between',
|
|
@@ -58,7 +65,7 @@ export var DatePickersWrapper = styled.div({
|
|
|
58
65
|
width: '100%'
|
|
59
66
|
});
|
|
60
67
|
|
|
61
|
-
// 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
|
|
62
69
|
export var SelectDateRangeButton = styled.button({
|
|
63
70
|
background: "var(--ds-background-accent-gray-subtler, ".concat(N20, ")"),
|
|
64
71
|
border: 'none',
|
|
@@ -73,7 +80,7 @@ export var SelectDateRangeButton = styled.button({
|
|
|
73
80
|
}
|
|
74
81
|
});
|
|
75
82
|
|
|
76
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
83
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
77
84
|
export var DateRangeErrorMessage = styled.div({
|
|
78
85
|
display: 'flex',
|
|
79
86
|
lineHeight: 1.3333,
|
|
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
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
|
/** @jsx jsx */
|
|
7
7
|
import { Fragment, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { jsx } from '@emotion/react';
|
|
9
11
|
import { FormattedMessage, FormattedNumber } from 'react-intl-next';
|
|
10
12
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useCallback, useEffect, useRef } from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
4
6
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
5
7
|
import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
|
|
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["children"];
|
|
4
4
|
/** @jsx jsx */
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
5
6
|
import { css, jsx } from '@emotion/react';
|
|
6
7
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
8
|
import { components } from '@atlaskit/select';
|
|
@@ -10,6 +11,7 @@ import { columnPickerMessages } from './messages';
|
|
|
10
11
|
export var SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
11
12
|
var messageStyles = css({
|
|
12
13
|
color: "var(--ds-text-subtle, #44546F)",
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
13
15
|
font: "var(--ds-font-body-small, ".concat(fontFallback.body.small, ")"),
|
|
14
16
|
fontWeight: "var(--ds-font-weight-regular, 400)"
|
|
15
17
|
});
|
|
@@ -5,6 +5,8 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
5
5
|
var _excluded = ["isOpen"];
|
|
6
6
|
/** @jsx jsx */
|
|
7
7
|
import { useCallback, useEffect, useRef, useState } from 'react';
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
10
|
import { jsx } from '@emotion/react';
|
|
9
11
|
import { useIntl } from 'react-intl-next';
|
|
10
12
|
import Button from '@atlaskit/button/standard-button';
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
5
|
import { css, jsx } from '@emotion/react';
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
7
|
import styled from '@emotion/styled';
|
|
5
8
|
import { N40 } from '@atlaskit/theme/colors';
|
|
6
9
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
@@ -14,7 +17,9 @@ var TablePreviewHeading = styled(TableHeading)({
|
|
|
14
17
|
whiteSpace: 'nowrap',
|
|
15
18
|
background: "var(--ds-background-disabled, #091E4224)",
|
|
16
19
|
maxWidth: maxWidth
|
|
17
|
-
},
|
|
20
|
+
},
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
22
|
+
firstLastChildOverride);
|
|
18
23
|
|
|
19
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
20
25
|
var TablePreviewCell = styled.td({
|
|
@@ -26,11 +31,14 @@ var TablePreviewCell = styled.td({
|
|
|
26
31
|
boxSizing: 'border-box',
|
|
27
32
|
borderBottom: "0.5px solid ".concat("var(--ds-border, ".concat(N40, ")")),
|
|
28
33
|
height: '30px'
|
|
29
|
-
},
|
|
34
|
+
},
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
36
|
+
firstLastChildOverride);
|
|
30
37
|
var tableStyles = css({
|
|
31
38
|
background: "var(--ds-surface, #FFF)",
|
|
32
39
|
borderCollapse: 'separate',
|
|
33
40
|
borderSpacing: 0,
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
34
42
|
font: "var(--ds-font-body, ".concat(fontFallback.body.medium, ")"),
|
|
35
43
|
maxWidth: maxWidth
|
|
36
44
|
});
|
|
@@ -7,7 +7,10 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
7
7
|
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; }
|
|
8
8
|
/** @jsx jsx */
|
|
9
9
|
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
10
|
+
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
12
|
import { css, jsx } from '@emotion/react';
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
14
|
import styled from '@emotion/styled';
|
|
12
15
|
import ReactDOM from 'react-dom';
|
|
13
16
|
import { FormattedMessage } from 'react-intl-next';
|
|
@@ -33,6 +36,7 @@ var DropdownParent = styled.div({
|
|
|
33
36
|
display: 'flex',
|
|
34
37
|
alignItems: 'center',
|
|
35
38
|
whiteSpace: 'nowrap',
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
36
40
|
'& button': {
|
|
37
41
|
textAlign: 'left' /* By default button center in the middle without props to control it */,
|
|
38
42
|
height: 'auto' /* By default button is not happy with tall (up to lines in our case) content */,
|
|
@@ -59,6 +63,7 @@ var resizerStyles = css({
|
|
|
59
63
|
// we want this to sit on top of adjacent column headers
|
|
60
64
|
right: 'calc(-1 * calc(var(--local-hitbox-width) / 2))',
|
|
61
65
|
top: 0,
|
|
66
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
62
67
|
'::before': {
|
|
63
68
|
opacity: 0,
|
|
64
69
|
'--local-line-width': "var(--ds-border-width, 2px)",
|
|
@@ -70,6 +75,7 @@ var resizerStyles = css({
|
|
|
70
75
|
left: "calc(50% - calc(var(--local-line-width) / 2))",
|
|
71
76
|
transition: 'opacity 0.2s ease'
|
|
72
77
|
},
|
|
78
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
73
79
|
':hover::before': {
|
|
74
80
|
opacity: 1
|
|
75
81
|
}
|
|
@@ -79,6 +85,7 @@ var resizingStyles = css({
|
|
|
79
85
|
// while resizing. The browser controls the cursor while dragging, but the browser
|
|
80
86
|
// can sometimes bug out.
|
|
81
87
|
cursor: 'unset',
|
|
88
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
82
89
|
'::before': {
|
|
83
90
|
opacity: 1
|
|
84
91
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
3
|
import { css, jsx } from '@emotion/react';
|
|
3
4
|
import { Skeleton } from '@atlaskit/linking-common';
|
|
4
5
|
import { N40 } from '@atlaskit/theme/colors';
|
|
@@ -24,9 +25,11 @@ var cellStyles = css({
|
|
|
24
25
|
padding: padding,
|
|
25
26
|
borderRight: "0.5px solid ".concat("var(--ds-border, ".concat(N40, ")")),
|
|
26
27
|
borderBottom: "0.5px solid ".concat("var(--ds-border, ".concat(N40, ")")),
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
27
29
|
'&:first-child': {
|
|
28
30
|
paddingLeft: "var(--ds-space-100, 8px)"
|
|
29
31
|
},
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
30
33
|
'&:last-child': {
|
|
31
34
|
borderRight: 0,
|
|
32
35
|
paddingRight: "var(--ds-space-100, 8px)"
|
|
@@ -103,7 +106,7 @@ export default (function (_ref4) {
|
|
|
103
106
|
style: {
|
|
104
107
|
// the IssueLikeDataTableView wraps the table in a container with the styling below while modal doesn't
|
|
105
108
|
// this maxHeight comes from scrollableContainerHeight
|
|
106
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
109
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
107
110
|
maxHeight: ScrollableContainerHeight,
|
|
108
111
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
109
112
|
padding: "var(--ds-space-0, 0px)",
|