@atlaskit/link-datasource 3.20.0 → 3.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/cjs/common/ui/rich-icon/search/assets/standard.svg +5 -0
- package/dist/cjs/common/ui/spot/basics/padlock-key/assets/dark.svg +22 -0
- package/dist/cjs/common/ui/spot/basics/padlock-key/assets/light.svg +12 -0
- package/dist/cjs/common/ui/spot/error-state/error/assets/dark.svg +5 -0
- package/dist/cjs/common/ui/spot/error-state/error/assets/light.svg +5 -0
- package/dist/cjs/common/ui/spot/error-state/search/assets/dark.svg +8 -0
- package/dist/cjs/common/ui/spot/error-state/search/assets/light.svg +9 -0
- package/dist/cjs/common/ui/spot/error-state/search-no-result/assets/dark.svg +8 -0
- package/dist/cjs/common/ui/spot/error-state/search-no-result/assets/light.svg +9 -0
- package/dist/cjs/ui/common/error-state/loading-error.js +1 -1
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +1 -1
- package/dist/es2019/common/ui/rich-icon/search/assets/standard.svg +5 -0
- package/dist/es2019/common/ui/spot/basics/padlock-key/assets/dark.svg +22 -0
- package/dist/es2019/common/ui/spot/basics/padlock-key/assets/light.svg +12 -0
- package/dist/es2019/common/ui/spot/error-state/error/assets/dark.svg +5 -0
- package/dist/es2019/common/ui/spot/error-state/error/assets/light.svg +5 -0
- package/dist/es2019/common/ui/spot/error-state/search/assets/dark.svg +8 -0
- package/dist/es2019/common/ui/spot/error-state/search/assets/light.svg +9 -0
- package/dist/es2019/common/ui/spot/error-state/search-no-result/assets/dark.svg +8 -0
- package/dist/es2019/common/ui/spot/error-state/search-no-result/assets/light.svg +9 -0
- package/dist/es2019/ui/assets-modal/modal/index.js +1 -1
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +1 -1
- package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +1 -1
- package/dist/es2019/ui/assets-modal/search-container/index.js +1 -1
- package/dist/es2019/ui/assets-modal/search-container/loading-state.js +1 -1
- package/dist/es2019/ui/common/error-state/access-required.js +1 -1
- package/dist/es2019/ui/common/error-state/loading-error.js +2 -2
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +1 -1
- package/dist/es2019/ui/common/error-state/no-instances.js +1 -1
- package/dist/es2019/ui/common/error-state/provider-auth-required-svg.js +1 -1
- package/dist/es2019/ui/common/initial-state-view/index.js +1 -1
- package/dist/es2019/ui/common/modal/content-container/index.js +1 -1
- package/dist/es2019/ui/common/modal/count-view-smart-link/index.js +1 -1
- package/dist/es2019/ui/common/modal/mode-switcher/index.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/dropdownIndicator.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/footer.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/formatOptionLabel.js +2 -2
- package/dist/es2019/ui/common/modal/popup-select/menu-list/index.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/selectMessage.js +1 -1
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +1 -1
- package/dist/es2019/ui/common/modal/site-selector/index.js +1 -1
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.js +2 -2
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -1
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -1
- package/dist/es2019/ui/confluence-search-modal/basic-filters/index.js +1 -1
- package/dist/es2019/ui/confluence-search-modal/confluence-search-container/index.js +1 -1
- package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +1 -1
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -1
- package/dist/es2019/ui/issue-like-table/column-picker/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/drag-column-preview.js +1 -1
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +2 -2
- package/dist/es2019/ui/issue-like-table/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/richtext/index.js +2 -2
- package/dist/es2019/ui/issue-like-table/render-type/text/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/shared-components/avatar/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/shared-components/icon/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/table-cell-content/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/truncate-text-tag/index.js +2 -2
- package/dist/es2019/ui/jira-issues-modal/basic-filters/ui/index.js +1 -1
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +2 -2
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/es2019/ui/table-footer/index.js +1 -1
- package/dist/esm/common/ui/rich-icon/search/assets/standard.svg +5 -0
- package/dist/esm/common/ui/spot/basics/padlock-key/assets/dark.svg +22 -0
- package/dist/esm/common/ui/spot/basics/padlock-key/assets/light.svg +12 -0
- package/dist/esm/common/ui/spot/error-state/error/assets/dark.svg +5 -0
- package/dist/esm/common/ui/spot/error-state/error/assets/light.svg +5 -0
- package/dist/esm/common/ui/spot/error-state/search/assets/dark.svg +8 -0
- package/dist/esm/common/ui/spot/error-state/search/assets/light.svg +9 -0
- package/dist/esm/common/ui/spot/error-state/search-no-result/assets/dark.svg +8 -0
- package/dist/esm/common/ui/spot/error-state/search-no-result/assets/light.svg +9 -0
- package/dist/esm/ui/assets-modal/modal/index.js +1 -1
- package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +1 -1
- package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +1 -1
- package/dist/esm/ui/assets-modal/search-container/index.js +1 -1
- package/dist/esm/ui/assets-modal/search-container/loading-state.js +1 -1
- package/dist/esm/ui/common/error-state/access-required.js +1 -1
- package/dist/esm/ui/common/error-state/loading-error.js +2 -2
- package/dist/esm/ui/common/error-state/modal-loading-error.js +1 -1
- package/dist/esm/ui/common/error-state/no-instances.js +1 -1
- package/dist/esm/ui/common/error-state/provider-auth-required-svg.js +1 -1
- package/dist/esm/ui/common/initial-state-view/index.js +1 -1
- package/dist/esm/ui/common/modal/content-container/index.js +1 -1
- package/dist/esm/ui/common/modal/count-view-smart-link/index.js +1 -1
- package/dist/esm/ui/common/modal/mode-switcher/index.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/dropdownIndicator.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/footer.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/formatOptionLabel.js +2 -2
- package/dist/esm/ui/common/modal/popup-select/menu-list/index.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/selectMessage.js +1 -1
- package/dist/esm/ui/common/modal/popup-select/trigger.js +1 -1
- package/dist/esm/ui/common/modal/site-selector/index.js +1 -1
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.js +2 -2
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -1
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -1
- package/dist/esm/ui/confluence-search-modal/basic-filters/index.js +1 -1
- package/dist/esm/ui/confluence-search-modal/confluence-search-container/index.js +1 -1
- package/dist/esm/ui/datasource-table-view/datasourceTableView.js +1 -1
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -1
- package/dist/esm/ui/issue-like-table/column-picker/index.js +1 -1
- package/dist/esm/ui/issue-like-table/drag-column-preview.js +1 -1
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +2 -2
- package/dist/esm/ui/issue-like-table/index.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/richtext/index.js +2 -2
- package/dist/esm/ui/issue-like-table/render-type/text/index.js +1 -1
- package/dist/esm/ui/issue-like-table/shared-components/avatar/index.js +1 -1
- package/dist/esm/ui/issue-like-table/shared-components/icon/index.js +1 -1
- package/dist/esm/ui/issue-like-table/table-cell-content/index.js +1 -1
- package/dist/esm/ui/issue-like-table/truncate-text-tag/index.js +2 -2
- package/dist/esm/ui/jira-issues-modal/basic-filters/ui/index.js +1 -1
- package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +2 -2
- package/dist/esm/ui/jira-issues-modal/modal/index.js +1 -1
- package/dist/esm/ui/table-footer/index.js +1 -1
- package/dist/types/ui/assets-modal/search-container/loading-state-old.d.ts +1 -1
- package/dist/types/ui/common/modal/display-view-dropdown/display-view-drop-down-old.d.ts +1 -1
- package/dist/types/ui/common/modal/display-view-dropdown/display-view-drop-down.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/search-container/loading-state-old.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/display-view-dropdown/display-view-drop-down-old.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/display-view-dropdown/display-view-drop-down.d.ts +1 -1
- package/examples-helpers/buildJiraIssuesTable.tsx +0 -1
- package/examples-helpers/hoverableContainer.tsx +2 -5
- package/package.json +3 -2
|
@@ -3,7 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { useCallback, useMemo } from 'react';
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { N40 } from '@atlaskit/theme/colors';
|
|
8
8
|
import { AccessRequired } from '../../../common/error-state/access-required';
|
|
9
9
|
import { ModalLoadingError } from '../../../common/error-state/modal-loading-error';
|
|
@@ -14,7 +14,7 @@ import CrossCircleIcon from '@atlaskit/icon/core/migration/cross-circle';
|
|
|
14
14
|
import QuestionCircleIcon from '@atlaskit/icon/core/migration/question-circle';
|
|
15
15
|
import SearchIcon from '@atlaskit/icon/core/migration/search--editor-search';
|
|
16
16
|
import CheckCircleIcon from '@atlaskit/icon/core/migration/success--check-circle';
|
|
17
|
-
import { fg } from
|
|
17
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
18
18
|
import Spinner from '@atlaskit/spinner';
|
|
19
19
|
import Textfield from '@atlaskit/textfield';
|
|
20
20
|
import { G300, N500, R400 } from '@atlaskit/theme/colors';
|
|
@@ -8,7 +8,7 @@ import { forwardRef } from 'react';
|
|
|
8
8
|
import * as React from 'react';
|
|
9
9
|
import { ax, ix } from "@compiled/react/runtime";
|
|
10
10
|
import Form from '@atlaskit/form';
|
|
11
|
-
import { fg } from
|
|
11
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
12
12
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
13
13
|
import { AqlSearchInput } from './aql-search-input';
|
|
14
14
|
import { AssetsObjectSchemaSelect } from './object-schema-select';
|
|
@@ -7,7 +7,7 @@ import "./loading-state.compiled.css";
|
|
|
7
7
|
import { forwardRef } from 'react';
|
|
8
8
|
import * as React from 'react';
|
|
9
9
|
import { ax, ix } from "@compiled/react/runtime";
|
|
10
|
-
import { fg } from
|
|
10
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
11
|
import { AssetsAqlSearchInputSkeleton } from './aql-search-input/loading-state';
|
|
12
12
|
import { AssetsSearchContainerLoadingOld } from './loading-state-old';
|
|
13
13
|
import { AssetsObjectSchemaSelectSkeleton } from './object-schema-select/loading-state';
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useEffect } from 'react';
|
|
6
6
|
import { useIntl } from 'react-intl-next';
|
|
7
7
|
import EmptyState from '@atlaskit/empty-state';
|
|
8
|
-
import { fg } from
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
10
10
|
import { N400 } from '@atlaskit/theme/colors';
|
|
11
11
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useEffect } from 'react';
|
|
6
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
7
|
import Button from '@atlaskit/button/standard-button';
|
|
8
|
-
import { fg } from
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { Box, Inline, Text } from '@atlaskit/primitives/compiled';
|
|
10
10
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
11
11
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -32,7 +32,7 @@ export var LoadingErrorNew = function LoadingErrorNew(_ref) {
|
|
|
32
32
|
testId: "datasource--loading-error"
|
|
33
33
|
}, fg('bandicoots-update-sllv-icons') ? /*#__PURE__*/React.createElement(SpotErrorSearch, {
|
|
34
34
|
size: 'xlarge',
|
|
35
|
-
alt:
|
|
35
|
+
alt: ""
|
|
36
36
|
}) : /*#__PURE__*/React.createElement(LoadingErrorSVGOld, null), /*#__PURE__*/React.createElement(Box, {
|
|
37
37
|
xcss: styles.errorMessageContainerStyles
|
|
38
38
|
}, /*#__PURE__*/React.createElement(Inline, {
|
|
@@ -30,7 +30,7 @@ export var ModalLoadingErrorNew = function ModalLoadingErrorNew(_ref) {
|
|
|
30
30
|
testId: "datasource-modal--loading-error"
|
|
31
31
|
}, fg('bandicoots-update-sllv-icons') ? /*#__PURE__*/React.createElement(SpotErrorSearch, {
|
|
32
32
|
size: 'xlarge',
|
|
33
|
-
alt:
|
|
33
|
+
alt: ""
|
|
34
34
|
}) : /*#__PURE__*/React.createElement(LoadingErrorSVGOld, null), /*#__PURE__*/React.createElement(Box, {
|
|
35
35
|
xcss: styles.errorMessageContainerStyles
|
|
36
36
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
@@ -3,7 +3,7 @@ import "./no-instances.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { Flex, Inline } from '@atlaskit/primitives/compiled';
|
|
8
8
|
import { NoInstancesViewOld } from './no-instances-old';
|
|
9
9
|
import { NoInstancesSvg } from './no-instances-svg';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./provider-auth-required-svg.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import { fg } from
|
|
5
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
6
|
import { ProviderAuthRequiredSVGOld } from './provider-auth-required-svg-old';
|
|
7
7
|
var imageStyles = null;
|
|
8
8
|
export var ProviderAuthRequiredSVGNew = function ProviderAuthRequiredSVGNew() {
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
6
6
|
import Lozenge from '@atlaskit/lozenge';
|
|
7
|
-
import { fg } from
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { N300 } from '@atlaskit/theme/colors';
|
|
9
9
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
10
10
|
import { InitialStateViewOld } from './initial-state-view-old';
|
|
@@ -3,7 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { cx } from '@atlaskit/css';
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
8
|
import { N40 } from '@atlaskit/theme/colors';
|
|
9
9
|
import { ContentContainerOld } from './content-container-old';
|
|
@@ -3,7 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { FormattedMessage } from 'react-intl-next';
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
8
|
import LinkRenderType from '../../../issue-like-table/render-type/link';
|
|
9
9
|
import { SmartCardPlaceholderOld, SmartLinkOld } from './count-view-smart-link-old';
|
|
@@ -3,7 +3,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { N0, N20, N30A, N60, N700 } from '@atlaskit/theme/colors';
|
|
8
8
|
import Tooltip from '@atlaskit/tooltip';
|
|
9
9
|
import { DatasourceAction } from '../../../../analytics/types';
|
|
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import CloseIcon from '@atlaskit/icon/core/migration/cross-circle';
|
|
6
6
|
import SearchIcon from '@atlaskit/icon/core/migration/search';
|
|
7
|
-
import { fg } from
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import { components } from '@atlaskit/select';
|
|
10
10
|
import CustomDropdownIndicatorOld from './dropdownIndicatorOld';
|
|
@@ -4,7 +4,7 @@ import "./footer.compiled.css";
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
|
-
import { fg } from
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Flex, Inline } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import { N40 } from '@atlaskit/theme/colors';
|
|
10
10
|
import PopupFooterOld from './footer-old';
|
|
@@ -6,9 +6,9 @@ import Avatar from '@atlaskit/avatar';
|
|
|
6
6
|
import { cx } from '@atlaskit/css';
|
|
7
7
|
import PeopleGroupIcon from '@atlaskit/icon/core/migration/people-group';
|
|
8
8
|
import Lozenge from '@atlaskit/lozenge';
|
|
9
|
-
import { fg } from
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { Box, Flex } from '@atlaskit/primitives/compiled';
|
|
11
|
-
import formatOptionLabelOld from
|
|
11
|
+
import formatOptionLabelOld from './formatOptionLabelOld';
|
|
12
12
|
var styles = {
|
|
13
13
|
commonLabelStyles: "_1reo15vq _18m915vq _1bto1l2s",
|
|
14
14
|
avatarOptionLabelStyles: "_18u01b66",
|
|
@@ -4,7 +4,7 @@ var _excluded = ["children"];
|
|
|
4
4
|
import "./index.compiled.css";
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import React from 'react';
|
|
7
|
-
import { fg } from
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Box, Flex } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import { components } from '@atlaskit/select';
|
|
10
10
|
import Spinner from '@atlaskit/spinner';
|
|
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { FormattedMessage } from 'react-intl-next';
|
|
6
6
|
import Heading from '@atlaskit/heading';
|
|
7
|
-
import { fg } from
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Flex, Stack } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import CustomSelectMessageOld from './selectMessageOld';
|
|
10
10
|
var styles = {
|
|
@@ -9,7 +9,7 @@ import React, { forwardRef, useCallback } from 'react';
|
|
|
9
9
|
import Badge from '@atlaskit/badge';
|
|
10
10
|
import Button from '@atlaskit/button/standard-button';
|
|
11
11
|
import ChevronDownIcon from '@atlaskit/icon/utility/migration/chevron-down';
|
|
12
|
-
import { fg } from
|
|
12
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
13
|
import { Box, Flex } from '@atlaskit/primitives/compiled';
|
|
14
14
|
import Spinner from '@atlaskit/spinner';
|
|
15
15
|
import PopupTriggerOld from './trigger-old';
|
|
@@ -10,7 +10,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
10
10
|
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; }
|
|
11
11
|
import { useMemo } from 'react';
|
|
12
12
|
import { useIntl } from 'react-intl-next';
|
|
13
|
-
import { fg } from
|
|
13
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
15
15
|
import Select from '@atlaskit/select';
|
|
16
16
|
import { siteSelectorMessages } from './messages';
|
|
@@ -5,8 +5,8 @@ var _excluded = ["as", "style"];
|
|
|
5
5
|
import "./PopupComponent.compiled.css";
|
|
6
6
|
import { ax, ix } from "@compiled/react/runtime";
|
|
7
7
|
import React, { forwardRef } from 'react';
|
|
8
|
-
import { fg } from
|
|
9
|
-
import { N0 } from
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
|
+
import { N0 } from '@atlaskit/theme/colors';
|
|
10
10
|
import { PopupComponentContainerOld } from './styled-old';
|
|
11
11
|
|
|
12
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled
|
package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import { layers } from '@atlaskit/theme/constants';
|
|
|
24
24
|
import { useDatasourceAnalyticsEvents } from '../../../../../analytics';
|
|
25
25
|
import { dateRangeMessages } from './messages';
|
|
26
26
|
import { PopupComponent } from './PopupComponent';
|
|
27
|
-
import { CustomDropdownItem } from
|
|
27
|
+
import { CustomDropdownItem } from './styled';
|
|
28
28
|
import { CustomDateWrapperOld, CustomDropdownItemOld, CustomDropdownOld, DatePickersWrapperOld, DateRangeErrorMessageOld, SelectDateRangeButtonOld } from './styled-old';
|
|
29
29
|
import { PopupTrigger } from './trigger';
|
|
30
30
|
import { getCurrentOptionLabel, getDropdownLabel, useInvalidDateRange } from './utils';
|
package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -3,7 +3,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./styled.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
|
-
import { B400, B50, N20 } from
|
|
6
|
+
import { B400, B50, N20 } from '@atlaskit/theme/colors';
|
|
7
7
|
var customDropdownItemBaseStyles = null;
|
|
8
8
|
var customDropdownItemSelectedStyles = null;
|
|
9
9
|
var customDropdownItemNotSelectedStyles = null;
|
|
@@ -6,7 +6,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
6
6
|
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; }
|
|
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
|
import React from 'react';
|
|
9
|
-
import { fg } from
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { Flex } from '@atlaskit/primitives/compiled';
|
|
11
11
|
import BasicFilterContainerOld from './basic-filters-old';
|
|
12
12
|
import { DateRangePicker } from './filters/date-range-picker';
|
|
@@ -7,7 +7,7 @@ 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
|
import React, { useCallback, useEffect, useRef, useState } from 'react';
|
|
9
9
|
import { useDebouncedCallback } from 'use-debounce';
|
|
10
|
-
import { fg } from
|
|
10
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
11
|
import { Flex } from '@atlaskit/primitives/compiled';
|
|
12
12
|
import { BasicSearchInput } from '../../common/modal/basic-search-input';
|
|
13
13
|
import { FILTER_SELECTION_DEBOUNCE_MS } from '../../common/modal/popup-select/constants';
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useCallback, useEffect, useRef } from 'react';
|
|
6
6
|
import { withAnalyticsContext } from '@atlaskit/analytics-next';
|
|
7
7
|
import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
|
|
8
|
-
import { fg } from
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { useDatasourceAnalyticsEvents } from '../../analytics';
|
|
10
10
|
import { componentMetadata } from '../../analytics/constants';
|
|
11
11
|
import { startUfoExperience } from '../../analytics/ufoExperiences';
|
|
@@ -6,7 +6,7 @@ import "./concatenated-menu-list.compiled.css";
|
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import { ax, ix } from "@compiled/react/runtime";
|
|
8
8
|
import { FormattedMessage } from 'react-intl-next';
|
|
9
|
-
import { fg } from
|
|
9
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { components } from '@atlaskit/select';
|
|
11
11
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
12
12
|
import { ConcatenatedMenuListOld } from './concatenated-menu-list-old';
|
|
@@ -11,7 +11,7 @@ import { useIntl } from 'react-intl-next';
|
|
|
11
11
|
import Button from '@atlaskit/button/new';
|
|
12
12
|
import BoardIcon from '@atlaskit/icon/core/migration/board';
|
|
13
13
|
import ChevronDownIcon from '@atlaskit/icon/utility/migration/chevron-down';
|
|
14
|
-
import { fg } from
|
|
14
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
15
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
16
16
|
import { CheckboxOption, createFilter, PopupSelect } from '@atlaskit/select';
|
|
17
17
|
import Tooltip from '@atlaskit/tooltip';
|
|
@@ -10,7 +10,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
10
10
|
/* eslint-disable @atlaskit/design-system/use-tokens-typography */
|
|
11
11
|
|
|
12
12
|
import React from 'react';
|
|
13
|
-
import { fg } from
|
|
13
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { N40 } from '@atlaskit/theme/colors';
|
|
15
15
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
16
16
|
import { DragColumnPreviewOld } from './drag-column-preview-old';
|
|
@@ -22,7 +22,7 @@ import Button from '@atlaskit/button/new';
|
|
|
22
22
|
import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
|
|
23
23
|
import ChevronDown from '@atlaskit/icon/utility/migration/chevron-down';
|
|
24
24
|
import ChevronUp from '@atlaskit/icon/utility/migration/chevron-up';
|
|
25
|
-
import { fg } from
|
|
25
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
26
26
|
import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
|
|
27
27
|
import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box-without-terminal';
|
|
28
28
|
import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
|
|
@@ -31,7 +31,7 @@ import { disableNativeDragPreview } from '@atlaskit/pragmatic-drag-and-drop/elem
|
|
|
31
31
|
import { pointerOutsideOfPreview } from '@atlaskit/pragmatic-drag-and-drop/element/pointer-outside-of-preview';
|
|
32
32
|
import { setCustomNativeDragPreview } from '@atlaskit/pragmatic-drag-and-drop/element/set-custom-native-drag-preview';
|
|
33
33
|
import { preventUnhandled } from '@atlaskit/pragmatic-drag-and-drop/prevent-unhandled';
|
|
34
|
-
import { N40 } from
|
|
34
|
+
import { N40 } from '@atlaskit/theme/colors';
|
|
35
35
|
import { useDatasourceAnalyticsEvents } from '../../analytics';
|
|
36
36
|
import { GlyphPlaceholder, UnwrapTextIcon, WrapTextIcon } from './custom-icons';
|
|
37
37
|
import { DraggableTableHeadingOld } from './draggable-table-heading-old';
|
|
@@ -23,7 +23,7 @@ import debounce from 'lodash/debounce';
|
|
|
23
23
|
import invariant from 'tiny-invariant';
|
|
24
24
|
import { FlagsProvider } from '@atlaskit/flag';
|
|
25
25
|
import { Skeleton } from '@atlaskit/linking-common';
|
|
26
|
-
import { fg } from
|
|
26
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
27
27
|
import { extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
|
|
28
28
|
import { reorderWithEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/util/reorder-with-edge';
|
|
29
29
|
import { autoScroller } from '@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll';
|
|
@@ -9,8 +9,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
9
9
|
import { useMemo } from 'react';
|
|
10
10
|
import { defaultSchema } from '@atlaskit/adf-schema/schema-default';
|
|
11
11
|
import { Node as PMNode, Schema } from '@atlaskit/editor-prosemirror/model';
|
|
12
|
-
import { fg } from
|
|
13
|
-
import RichTextTypeOld from
|
|
12
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
|
+
import RichTextTypeOld from './rich-text-old';
|
|
14
14
|
var rootStyles = null;
|
|
15
15
|
var smartLinkNodeToUrl = function smartLinkNodeToUrl(node) {
|
|
16
16
|
var _node$attrs$url;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { fg } from
|
|
2
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
3
3
|
import { Text } from '@atlaskit/primitives/compiled';
|
|
4
4
|
import TextRenderTypeOld from './text-old';
|
|
5
5
|
export var TEXT_TYPE_TEST_ID = 'link-datasource-render-type--text';
|
|
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
6
6
|
import Avatar from '@atlaskit/avatar';
|
|
7
|
-
import { fg } from
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
9
9
|
import Tooltip from '@atlaskit/tooltip';
|
|
10
10
|
import { USER_TYPE_TEST_ID } from '../../render-type/user';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { fg } from
|
|
5
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
6
|
import { Box, Flex, Inline } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import { SharedIconComponentOld } from './icon-old';
|
|
8
8
|
var styles = {
|
|
@@ -3,7 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
8
|
import Tooltip from '@atlaskit/tooltip';
|
|
9
9
|
import { useDatasourceItem } from '../../../state';
|
|
@@ -3,8 +3,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React, { forwardRef } from 'react';
|
|
6
|
-
import { fg } from
|
|
7
|
-
import { TruncateTextTagOld } from
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
|
+
import { TruncateTextTagOld } from './truncate-text-tag-old';
|
|
8
8
|
var truncateTextStyles = null;
|
|
9
9
|
export var TruncateTextTagNew = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
10
10
|
return /*#__PURE__*/React.createElement("span", _extends({}, props, {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useMemo } from 'react';
|
|
5
|
-
import { fg } from
|
|
5
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
6
|
import { Flex } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import { extractValuesFromNonComplexJQL } from '../utils/extractValuesFromNonComplexJQL';
|
|
8
8
|
import AsyncPopupSelect from './async-popup-select';
|
|
@@ -10,7 +10,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
10
10
|
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
11
11
|
import { useIntl } from 'react-intl-next';
|
|
12
12
|
import { useDebouncedCallback } from 'use-debounce';
|
|
13
|
-
import { fg } from
|
|
13
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { Flex } from '@atlaskit/primitives/compiled';
|
|
15
15
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
16
16
|
import { BasicSearchInput } from '../../common/modal/basic-search-input';
|
|
@@ -22,7 +22,7 @@ import { useHydrateJqlQuery } from '../basic-filters/hooks/useHydrateJqlQuery';
|
|
|
22
22
|
import { isQueryTooComplex } from '../basic-filters/utils/isQueryTooComplex';
|
|
23
23
|
import { JiraJQLEditor } from '../jql-editor';
|
|
24
24
|
import { buildJQL } from './buildJQL';
|
|
25
|
-
import { JiraSearchContainerOld } from
|
|
25
|
+
import { JiraSearchContainerOld } from './jira-search-container-old';
|
|
26
26
|
import { modeSwitcherMessages } from './messages';
|
|
27
27
|
var styles = {
|
|
28
28
|
basicSearchInputContainerStyles: "_16jlkb7n",
|
|
@@ -49,7 +49,7 @@ import { isQueryTooComplex } from '../basic-filters/utils/isQueryTooComplex';
|
|
|
49
49
|
import { JiraSearchContainer } from '../jira-search-container';
|
|
50
50
|
import { JiraInitialStateSVG } from './jira-issues-initial-state-svg';
|
|
51
51
|
import { modalMessages } from './messages';
|
|
52
|
-
import { JiraIssuesConfigModalOld } from
|
|
52
|
+
import { JiraIssuesConfigModalOld } from './modal-old';
|
|
53
53
|
var noop = function noop() {
|
|
54
54
|
return '';
|
|
55
55
|
};
|
|
@@ -22,7 +22,7 @@ import TableSearchCount, { AssetsItemCount } from '../common/modal/search-count'
|
|
|
22
22
|
import { footerMessages } from './messages';
|
|
23
23
|
import { PoweredByJSMAssets } from './powered-by-jsm-assets';
|
|
24
24
|
import { SyncInfo } from './sync-info';
|
|
25
|
-
import { TableFooterOld } from
|
|
25
|
+
import { TableFooterOld } from './table-footer-old';
|
|
26
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
27
27
|
var FooterWrapper = forwardRef(function (_ref, __cmplr) {
|
|
28
28
|
var _ref$as = _ref.as,
|
|
@@ -7,5 +7,5 @@ import { jsx } from '@emotion/react';
|
|
|
7
7
|
type AssetsSearchConatinerLoadingProps = {
|
|
8
8
|
modalTitle?: JSX.Element;
|
|
9
9
|
};
|
|
10
|
-
export declare const AssetsSearchContainerLoadingOld: ({ modalTitle }: AssetsSearchConatinerLoadingProps) => jsx.JSX.Element;
|
|
10
|
+
export declare const AssetsSearchContainerLoadingOld: ({ modalTitle, }: AssetsSearchConatinerLoadingProps) => jsx.JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -4,4 +4,4 @@ export type DisplayViewDropDownProps = {
|
|
|
4
4
|
onViewModeChange: (value: DisplayViewModes) => void;
|
|
5
5
|
viewMode: DisplayViewModes;
|
|
6
6
|
};
|
|
7
|
-
export declare const DisplayViewDropDownOld: ({ onViewModeChange, viewMode }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
7
|
+
export declare const DisplayViewDropDownOld: ({ onViewModeChange, viewMode, }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
@@ -4,5 +4,5 @@ export type DisplayViewDropDownProps = {
|
|
|
4
4
|
onViewModeChange: (value: DisplayViewModes) => void;
|
|
5
5
|
viewMode: DisplayViewModes;
|
|
6
6
|
};
|
|
7
|
-
export declare const DisplayViewDropDownNew: ({ onViewModeChange, viewMode }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
7
|
+
export declare const DisplayViewDropDownNew: ({ onViewModeChange, viewMode, }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
8
8
|
export declare const DisplayViewDropDown: (props: DisplayViewDropDownProps) => React.JSX.Element;
|
|
@@ -7,5 +7,5 @@ import { jsx } from '@emotion/react';
|
|
|
7
7
|
type AssetsSearchConatinerLoadingProps = {
|
|
8
8
|
modalTitle?: JSX.Element;
|
|
9
9
|
};
|
|
10
|
-
export declare const AssetsSearchContainerLoadingOld: ({ modalTitle }: AssetsSearchConatinerLoadingProps) => jsx.JSX.Element;
|
|
10
|
+
export declare const AssetsSearchContainerLoadingOld: ({ modalTitle, }: AssetsSearchConatinerLoadingProps) => jsx.JSX.Element;
|
|
11
11
|
export {};
|
package/dist/types-ts4.5/ui/common/modal/display-view-dropdown/display-view-drop-down-old.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export type DisplayViewDropDownProps = {
|
|
|
4
4
|
onViewModeChange: (value: DisplayViewModes) => void;
|
|
5
5
|
viewMode: DisplayViewModes;
|
|
6
6
|
};
|
|
7
|
-
export declare const DisplayViewDropDownOld: ({ onViewModeChange, viewMode }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
7
|
+
export declare const DisplayViewDropDownOld: ({ onViewModeChange, viewMode, }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
@@ -4,5 +4,5 @@ export type DisplayViewDropDownProps = {
|
|
|
4
4
|
onViewModeChange: (value: DisplayViewModes) => void;
|
|
5
5
|
viewMode: DisplayViewModes;
|
|
6
6
|
};
|
|
7
|
-
export declare const DisplayViewDropDownNew: ({ onViewModeChange, viewMode }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
7
|
+
export declare const DisplayViewDropDownNew: ({ onViewModeChange, viewMode, }: DisplayViewDropDownProps) => React.JSX.Element;
|
|
8
8
|
export declare const DisplayViewDropDown: (props: DisplayViewDropDownProps) => React.JSX.Element;
|
|
@@ -19,16 +19,13 @@ const styles = cssMap({
|
|
|
19
19
|
'&:hover': {
|
|
20
20
|
backgroundColor: token('elevation.surface.overlay.hovered'),
|
|
21
21
|
},
|
|
22
|
-
}
|
|
22
|
+
},
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
// To simulate Jira description's hover background wrapper
|
|
26
26
|
export const HoverableContainer = ({ children }: React.PropsWithChildren<{}>) => {
|
|
27
27
|
return (
|
|
28
|
-
<div
|
|
29
|
-
data-testid="examples-hoverable-container"
|
|
30
|
-
css={styles.containerStyles}
|
|
31
|
-
>
|
|
28
|
+
<div data-testid="examples-hoverable-container" css={styles.containerStyles}>
|
|
32
29
|
{children}
|
|
33
30
|
</div>
|
|
34
31
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.1",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"runReact18": false
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
|
-
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
|
|
36
|
+
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated",
|
|
37
|
+
"ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
40
|
"@atlaskit/adf-schema": "^47.2.1",
|