@atlaskit/link-datasource 4.4.0 → 4.6.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 +33 -0
- package/dist/cjs/common/ui/spot/error-state/error/assets/dark.svg +7 -4
- package/dist/cjs/common/ui/spot/error-state/error/assets/light.svg +7 -4
- package/dist/cjs/common/ui/spot/error-state/error-old/assets/dark.svg +5 -0
- package/dist/cjs/common/ui/spot/error-state/error-old/assets/light.svg +5 -0
- package/dist/cjs/common/ui/spot/error-state/error-old/index.js +18 -0
- package/dist/cjs/common/utils/withFeatureFlaggedComponent.js +23 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.compiled.css +10 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +14 -5
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/messages.js +12 -2
- package/dist/cjs/ui/assets-modal/search-container/object-schema-select/index.js +7 -2
- package/dist/cjs/ui/common/error-state/access-required.compiled.css +3 -0
- package/dist/cjs/ui/common/error-state/access-required.js +5 -3
- package/dist/cjs/ui/common/error-state/messages.js +23 -3
- package/dist/cjs/ui/common/error-state/modal-loading-error.compiled.css +8 -1
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +24 -7
- package/dist/cjs/ui/common/error-state/no-results.compiled.css +8 -1
- package/dist/cjs/ui/common/error-state/no-results.js +157 -6
- package/dist/cjs/ui/common/initial-state-view/index.compiled.css +7 -2
- package/dist/cjs/ui/common/initial-state-view/index.js +11 -4
- package/dist/cjs/ui/common/initial-state-view/messages.js +11 -1
- package/dist/cjs/ui/common/modal/basic-search-input/index.compiled.css +1 -0
- package/dist/cjs/ui/common/modal/basic-search-input/index.js +6 -4
- package/dist/cjs/ui/common/modal/content-container/index.compiled.css +1 -0
- package/dist/cjs/ui/common/modal/content-container/index.js +4 -2
- package/dist/cjs/ui/common/modal/display-view-dropdown/display-view-drop-down.js +46 -6
- package/dist/cjs/ui/common/modal/mode-switcher/index.compiled.css +16 -0
- package/dist/cjs/ui/common/modal/mode-switcher/index.js +24 -2
- package/dist/cjs/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.compiled.css +15 -0
- package/dist/cjs/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.js +30 -0
- package/dist/cjs/ui/common/modal/popup-select/control.compiled.css +4 -0
- package/dist/cjs/ui/common/modal/popup-select/control.js +34 -7
- package/dist/cjs/ui/common/modal/popup-select/dropdownIndicator.js +19 -10
- package/dist/cjs/ui/common/modal/popup-select/footer.compiled.css +4 -0
- package/dist/cjs/ui/common/modal/popup-select/footer.js +8 -4
- package/dist/cjs/ui/common/modal/popup-select/index.js +25 -3
- package/dist/cjs/ui/common/modal/popup-select/menu-list/errorMessage.js +8 -3
- package/dist/cjs/ui/common/modal/popup-select/menu-list/index.compiled.css +4 -1
- package/dist/cjs/ui/common/modal/popup-select/menu-list/index.js +5 -2
- package/dist/cjs/ui/common/modal/popup-select/menu-list/messages.js +21 -1
- package/dist/cjs/ui/common/modal/popup-select/menu-list/noOptionsMessage.js +4 -3
- package/dist/cjs/ui/common/modal/popup-select/menu-list/selectMessage.compiled.css +8 -1
- package/dist/cjs/ui/common/modal/popup-select/menu-list/selectMessage.js +23 -4
- package/dist/cjs/ui/common/modal/popup-select/menu-list/showMoreButton.js +10 -0
- package/dist/cjs/ui/common/modal/popup-select/trigger.compiled.css +1 -0
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +26 -5
- package/dist/cjs/ui/common/modal/site-selector/index.js +7 -2
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +18 -2
- package/dist/cjs/ui/confluence-search-modal/confluence-search-container/index.compiled.css +2 -1
- package/dist/cjs/ui/confluence-search-modal/confluence-search-container/index.js +14 -2
- package/dist/cjs/ui/confluence-search-modal/modal/index.js +20 -1
- package/dist/cjs/ui/confluence-search-modal/modal/messages.js +5 -0
- package/dist/cjs/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.js +3 -1
- package/dist/cjs/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.js +25 -0
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.compiled.css +4 -1
- package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.js +49 -2
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +27 -2
- package/dist/cjs/ui/jira-issues-modal/modal/messages.js +10 -0
- package/dist/es2019/common/ui/spot/error-state/error/assets/dark.svg +7 -4
- package/dist/es2019/common/ui/spot/error-state/error/assets/light.svg +7 -4
- package/dist/es2019/common/ui/spot/error-state/error-old/assets/dark.svg +5 -0
- package/dist/es2019/common/ui/spot/error-state/error-old/assets/light.svg +5 -0
- package/dist/es2019/common/ui/spot/error-state/error-old/index.js +11 -0
- package/dist/es2019/common/utils/withFeatureFlaggedComponent.js +17 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.compiled.css +10 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +13 -5
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/messages.js +12 -2
- package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +5 -2
- package/dist/es2019/ui/common/error-state/access-required.compiled.css +3 -0
- package/dist/es2019/ui/common/error-state/access-required.js +5 -3
- package/dist/es2019/ui/common/error-state/messages.js +23 -3
- package/dist/es2019/ui/common/error-state/modal-loading-error.compiled.css +8 -1
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +23 -7
- package/dist/es2019/ui/common/error-state/no-results.compiled.css +8 -1
- package/dist/es2019/ui/common/error-state/no-results.js +157 -6
- package/dist/es2019/ui/common/initial-state-view/index.compiled.css +4 -0
- package/dist/es2019/ui/common/initial-state-view/index.js +11 -4
- package/dist/es2019/ui/common/initial-state-view/messages.js +11 -1
- package/dist/es2019/ui/common/modal/basic-search-input/index.compiled.css +1 -0
- package/dist/es2019/ui/common/modal/basic-search-input/index.js +6 -4
- package/dist/es2019/ui/common/modal/content-container/index.compiled.css +1 -0
- package/dist/es2019/ui/common/modal/content-container/index.js +4 -2
- package/dist/es2019/ui/common/modal/display-view-dropdown/display-view-drop-down.js +37 -6
- package/dist/es2019/ui/common/modal/mode-switcher/index.compiled.css +16 -0
- package/dist/es2019/ui/common/modal/mode-switcher/index.js +19 -2
- package/dist/es2019/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.compiled.css +15 -0
- package/dist/es2019/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.js +19 -0
- package/dist/es2019/ui/common/modal/popup-select/control.compiled.css +4 -0
- package/dist/es2019/ui/common/modal/popup-select/control.js +26 -5
- package/dist/es2019/ui/common/modal/popup-select/dropdownIndicator.js +20 -11
- package/dist/es2019/ui/common/modal/popup-select/footer.compiled.css +4 -0
- package/dist/es2019/ui/common/modal/popup-select/footer.js +8 -4
- package/dist/es2019/ui/common/modal/popup-select/index.js +20 -3
- package/dist/es2019/ui/common/modal/popup-select/menu-list/errorMessage.js +8 -3
- package/dist/es2019/ui/common/modal/popup-select/menu-list/index.compiled.css +4 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/index.js +5 -2
- package/dist/es2019/ui/common/modal/popup-select/menu-list/messages.js +21 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/noOptionsMessage.js +4 -3
- package/dist/es2019/ui/common/modal/popup-select/menu-list/selectMessage.compiled.css +8 -1
- package/dist/es2019/ui/common/modal/popup-select/menu-list/selectMessage.js +24 -5
- package/dist/es2019/ui/common/modal/popup-select/menu-list/showMoreButton.js +12 -2
- package/dist/es2019/ui/common/modal/popup-select/trigger.compiled.css +1 -0
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +24 -5
- package/dist/es2019/ui/common/modal/site-selector/index.js +5 -2
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +16 -2
- package/dist/es2019/ui/confluence-search-modal/confluence-search-container/index.compiled.css +2 -1
- package/dist/es2019/ui/confluence-search-modal/confluence-search-container/index.js +16 -3
- package/dist/es2019/ui/confluence-search-modal/modal/index.js +16 -1
- package/dist/es2019/ui/confluence-search-modal/modal/messages.js +5 -0
- package/dist/es2019/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.js +3 -1
- package/dist/es2019/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.js +25 -0
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.compiled.css +4 -1
- package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +50 -3
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +23 -2
- package/dist/es2019/ui/jira-issues-modal/modal/messages.js +10 -0
- package/dist/esm/common/ui/spot/error-state/error/assets/dark.svg +7 -4
- package/dist/esm/common/ui/spot/error-state/error/assets/light.svg +7 -4
- package/dist/esm/common/ui/spot/error-state/error-old/assets/dark.svg +5 -0
- package/dist/esm/common/ui/spot/error-state/error-old/assets/light.svg +5 -0
- package/dist/esm/common/ui/spot/error-state/error-old/index.js +11 -0
- package/dist/esm/common/utils/withFeatureFlaggedComponent.js +17 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.compiled.css +10 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +13 -5
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/messages.js +12 -2
- package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +7 -2
- package/dist/esm/ui/common/error-state/access-required.compiled.css +3 -0
- package/dist/esm/ui/common/error-state/access-required.js +5 -3
- package/dist/esm/ui/common/error-state/messages.js +23 -3
- package/dist/esm/ui/common/error-state/modal-loading-error.compiled.css +8 -1
- package/dist/esm/ui/common/error-state/modal-loading-error.js +23 -7
- package/dist/esm/ui/common/error-state/no-results.compiled.css +8 -1
- package/dist/esm/ui/common/error-state/no-results.js +157 -6
- package/dist/esm/ui/common/initial-state-view/index.compiled.css +7 -2
- package/dist/esm/ui/common/initial-state-view/index.js +11 -4
- package/dist/esm/ui/common/initial-state-view/messages.js +11 -1
- package/dist/esm/ui/common/modal/basic-search-input/index.compiled.css +1 -0
- package/dist/esm/ui/common/modal/basic-search-input/index.js +6 -4
- package/dist/esm/ui/common/modal/content-container/index.compiled.css +1 -0
- package/dist/esm/ui/common/modal/content-container/index.js +4 -2
- package/dist/esm/ui/common/modal/display-view-dropdown/display-view-drop-down.js +46 -6
- package/dist/esm/ui/common/modal/mode-switcher/index.compiled.css +16 -0
- package/dist/esm/ui/common/modal/mode-switcher/index.js +24 -2
- package/dist/esm/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.compiled.css +15 -0
- package/dist/esm/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.js +20 -0
- package/dist/esm/ui/common/modal/popup-select/control.compiled.css +4 -0
- package/dist/esm/ui/common/modal/popup-select/control.js +33 -6
- package/dist/esm/ui/common/modal/popup-select/dropdownIndicator.js +20 -11
- package/dist/esm/ui/common/modal/popup-select/footer.compiled.css +4 -0
- package/dist/esm/ui/common/modal/popup-select/footer.js +8 -4
- package/dist/esm/ui/common/modal/popup-select/index.js +25 -3
- package/dist/esm/ui/common/modal/popup-select/menu-list/errorMessage.js +8 -3
- package/dist/esm/ui/common/modal/popup-select/menu-list/index.compiled.css +4 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/index.js +5 -2
- package/dist/esm/ui/common/modal/popup-select/menu-list/messages.js +21 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/noOptionsMessage.js +4 -3
- package/dist/esm/ui/common/modal/popup-select/menu-list/selectMessage.compiled.css +8 -1
- package/dist/esm/ui/common/modal/popup-select/menu-list/selectMessage.js +24 -5
- package/dist/esm/ui/common/modal/popup-select/menu-list/showMoreButton.js +12 -2
- package/dist/esm/ui/common/modal/popup-select/trigger.compiled.css +1 -0
- package/dist/esm/ui/common/modal/popup-select/trigger.js +26 -5
- package/dist/esm/ui/common/modal/site-selector/index.js +7 -2
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +18 -2
- package/dist/esm/ui/confluence-search-modal/confluence-search-container/index.compiled.css +2 -1
- package/dist/esm/ui/confluence-search-modal/confluence-search-container/index.js +15 -3
- package/dist/esm/ui/confluence-search-modal/modal/index.js +20 -1
- package/dist/esm/ui/confluence-search-modal/modal/messages.js +5 -0
- package/dist/esm/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.js +3 -1
- package/dist/esm/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.js +25 -0
- package/dist/esm/ui/jira-issues-modal/jira-search-container/index.compiled.css +4 -1
- package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +50 -3
- package/dist/esm/ui/jira-issues-modal/modal/index.js +27 -2
- package/dist/esm/ui/jira-issues-modal/modal/messages.js +10 -0
- package/dist/types/common/ui/spot/error-state/error-old/index.d.ts +3 -0
- package/dist/types/common/utils/withFeatureFlaggedComponent.d.ts +9 -0
- package/dist/types/ui/assets-modal/modal/render-assets-content/initial-state-view/messages.d.ts +10 -0
- package/dist/types/ui/common/error-state/messages.d.ts +20 -0
- package/dist/types/ui/common/error-state/modal-loading-error.d.ts +6 -1
- package/dist/types/ui/common/initial-state-view/messages.d.ts +10 -0
- package/dist/types/ui/common/modal/basic-search-input/index.d.ts +6 -1
- package/dist/types/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.d.ts +4 -0
- package/dist/types/ui/common/modal/popup-select/control.d.ts +3 -1
- package/dist/types/ui/common/modal/popup-select/index.d.ts +6 -1
- package/dist/types/ui/common/modal/popup-select/menu-list/messages.d.ts +20 -0
- package/dist/types/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +6 -1
- package/dist/types/ui/confluence-search-modal/modal/messages.d.ts +5 -0
- package/dist/types/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.d.ts +25 -0
- package/dist/types/ui/jira-issues-modal/modal/messages.d.ts +10 -0
- package/dist/types-ts4.5/common/ui/spot/error-state/error-old/index.d.ts +3 -0
- package/dist/types-ts4.5/common/utils/withFeatureFlaggedComponent.d.ts +9 -0
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/initial-state-view/messages.d.ts +10 -0
- package/dist/types-ts4.5/ui/common/error-state/messages.d.ts +20 -0
- package/dist/types-ts4.5/ui/common/error-state/modal-loading-error.d.ts +6 -1
- package/dist/types-ts4.5/ui/common/initial-state-view/messages.d.ts +10 -0
- package/dist/types-ts4.5/ui/common/modal/basic-search-input/index.d.ts +6 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/checkbox-option-visual-refresh-sllv.d.ts +4 -0
- package/dist/types-ts4.5/ui/common/modal/popup-select/control.d.ts +3 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/index.d.ts +6 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/messages.d.ts +20 -0
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +6 -1
- package/dist/types-ts4.5/ui/confluence-search-modal/modal/messages.d.ts +5 -0
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.d.ts +25 -0
- package/dist/types-ts4.5/ui/jira-issues-modal/modal/messages.d.ts +10 -0
- package/package.json +5 -5
package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import NewButton from '@atlaskit/button/new';
|
|
3
4
|
import Button from '@atlaskit/button/standard-button';
|
|
4
|
-
import ChevronDownIcon from '@atlaskit/icon/utility/
|
|
5
|
+
import ChevronDownIcon from '@atlaskit/icon/utility/chevron-down';
|
|
6
|
+
import ChevronDownIconOld from '@atlaskit/icon/utility/migration/chevron-down';
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
8
|
export const PopupTrigger = ({
|
|
6
9
|
triggerProps,
|
|
7
10
|
isSelected,
|
|
@@ -9,6 +12,17 @@ export const PopupTrigger = ({
|
|
|
9
12
|
selectedLabel,
|
|
10
13
|
onClick
|
|
11
14
|
}) => {
|
|
15
|
+
if (fg('platform-linking-visual-refresh-sllv')) {
|
|
16
|
+
return /*#__PURE__*/React.createElement(NewButton, _extends({}, triggerProps, {
|
|
17
|
+
testId: 'confluence-search-modal--date-range-button',
|
|
18
|
+
onClick: onClick,
|
|
19
|
+
isSelected: isSelected,
|
|
20
|
+
iconAfter: () => /*#__PURE__*/React.createElement(ChevronDownIcon, {
|
|
21
|
+
label: "",
|
|
22
|
+
color: "currentColor"
|
|
23
|
+
})
|
|
24
|
+
}), labelPrefix, selectedLabel ? `: ${selectedLabel}` : '');
|
|
25
|
+
}
|
|
12
26
|
return /*#__PURE__*/React.createElement(Button, _extends({}, triggerProps, {
|
|
13
27
|
testId: 'confluence-search-modal--date-range-button',
|
|
14
28
|
onClick: onClick,
|
|
@@ -21,7 +35,7 @@ export const PopupTrigger = ({
|
|
|
21
35
|
display: 'flex',
|
|
22
36
|
alignItems: 'center'
|
|
23
37
|
}
|
|
24
|
-
}, /*#__PURE__*/React.createElement(
|
|
38
|
+
}, /*#__PURE__*/React.createElement(ChevronDownIconOld, {
|
|
25
39
|
LEGACY_size: "medium",
|
|
26
40
|
label: "",
|
|
27
41
|
color: "currentColor"
|
package/dist/es2019/ui/confluence-search-modal/confluence-search-container/index.compiled.css
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
._16jlkb7n{flex-grow:1}
|
|
1
|
+
._16jlkb7n{flex-grow:1}
|
|
2
|
+
._1bsb1osq{width:100%}
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useCallback, useEffect, useRef, useState } from 'react';
|
|
5
|
+
import { useIntl } from 'react-intl-next';
|
|
5
6
|
import { useDebouncedCallback } from 'use-debounce';
|
|
6
|
-
import {
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
import { Box, Flex, Text } from '@atlaskit/primitives/compiled';
|
|
7
9
|
import { BasicSearchInput } from '../../common/modal/basic-search-input';
|
|
8
10
|
import { FILTER_SELECTION_DEBOUNCE_MS } from '../../common/modal/popup-select/constants';
|
|
9
11
|
import BasicFilters from '../basic-filters';
|
|
@@ -11,6 +13,7 @@ import { useBasicFilterHydration } from '../basic-filters/hooks/useBasicFilterHy
|
|
|
11
13
|
import { CLOLBasicFilters } from '../basic-filters/types';
|
|
12
14
|
import { searchMessages } from './messages';
|
|
13
15
|
const styles = {
|
|
16
|
+
basicSearchInputBoxStyles: "_1bsb1osq",
|
|
14
17
|
basicSearchInputContainerStyles: "_16jlkb7n"
|
|
15
18
|
};
|
|
16
19
|
const ConfluenceSearchContainer = ({
|
|
@@ -43,6 +46,9 @@ const ConfluenceSearchContainer = ({
|
|
|
43
46
|
to: lastModifiedTo
|
|
44
47
|
}]
|
|
45
48
|
} : {});
|
|
49
|
+
const {
|
|
50
|
+
formatMessage
|
|
51
|
+
} = useIntl();
|
|
46
52
|
const handleSearchChange = useCallback(e => {
|
|
47
53
|
const rawSearch = e.currentTarget.value;
|
|
48
54
|
setSearchBarSearchString(rawSearch);
|
|
@@ -88,7 +94,9 @@ const ConfluenceSearchContainer = ({
|
|
|
88
94
|
});
|
|
89
95
|
}
|
|
90
96
|
}, [users, status, filterSelections.lastModified]);
|
|
91
|
-
return /*#__PURE__*/React.createElement(
|
|
97
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
98
|
+
xcss: styles.basicSearchInputBoxStyles
|
|
99
|
+
}, /*#__PURE__*/React.createElement(Flex, {
|
|
92
100
|
alignItems: "center",
|
|
93
101
|
xcss: styles.basicSearchInputContainerStyles
|
|
94
102
|
}, /*#__PURE__*/React.createElement(BasicSearchInput, {
|
|
@@ -98,12 +106,17 @@ const ConfluenceSearchContainer = ({
|
|
|
98
106
|
onSearch: onSearch,
|
|
99
107
|
searchTerm: searchBarSearchString,
|
|
100
108
|
placeholder: searchMessages.searchLabel,
|
|
109
|
+
ariaLabel: searchMessages.searchLabel,
|
|
101
110
|
fullWidth: false
|
|
102
111
|
}), /*#__PURE__*/React.createElement(BasicFilters, {
|
|
103
112
|
cloudId: cloudId,
|
|
104
113
|
selections: filterSelections,
|
|
105
114
|
onChange: handleBasicFilterSelectionChange,
|
|
106
115
|
isHydrating: status === 'loading'
|
|
107
|
-
}))
|
|
116
|
+
})), fg('platform-linking-visual-refresh-sllv') && /*#__PURE__*/React.createElement(Text, {
|
|
117
|
+
size: "small",
|
|
118
|
+
color: "color.text.subtlest",
|
|
119
|
+
testId: "confluence-search-placeholder"
|
|
120
|
+
}, formatMessage(searchMessages.searchLabel)));
|
|
108
121
|
};
|
|
109
122
|
export default ConfluenceSearchContainer;
|
|
@@ -6,6 +6,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
6
6
|
import React, { Fragment, useCallback, useEffect, useMemo, useRef } from 'react';
|
|
7
7
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
8
8
|
import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
|
|
9
|
+
import LinkComponent from '@atlaskit/link';
|
|
9
10
|
import { ModalBody, ModalFooter, ModalHeader, ModalTitle } from '@atlaskit/modal-dialog';
|
|
10
11
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
12
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
@@ -212,6 +213,20 @@ export const PlainConfluenceSearchConfigModal = props => {
|
|
|
212
213
|
}, [currentViewMode, fireInlineViewedEvent, fireTableViewedEvent, status]);
|
|
213
214
|
const renderTableModalContent = useCallback(() => {
|
|
214
215
|
if (status === 'rejected') {
|
|
216
|
+
if (selectedConfluenceSite && fg('platform-linking-visual-refresh-sllv')) {
|
|
217
|
+
return /*#__PURE__*/React.createElement(ModalLoadingError, {
|
|
218
|
+
errorMessage: /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, confluenceSearchModalMessages.checkConnectionWithSource, {
|
|
219
|
+
values: {
|
|
220
|
+
a: urlText => /*#__PURE__*/React.createElement(LinkComponent, {
|
|
221
|
+
href: selectedConfluenceSite.url
|
|
222
|
+
}, urlText)
|
|
223
|
+
}
|
|
224
|
+
})),
|
|
225
|
+
onRefresh: () => reset({
|
|
226
|
+
shouldForceRequest: true
|
|
227
|
+
})
|
|
228
|
+
});
|
|
229
|
+
}
|
|
215
230
|
return /*#__PURE__*/React.createElement(ModalLoadingError, null);
|
|
216
231
|
} else if (status === 'unauthorized') {
|
|
217
232
|
return /*#__PURE__*/React.createElement(AccessRequired, {
|
|
@@ -240,7 +255,7 @@ export const PlainConfluenceSearchConfigModal = props => {
|
|
|
240
255
|
}, /*#__PURE__*/React.createElement(DatasourcesTableInModalPreview, {
|
|
241
256
|
testId: "confluence-search-datasource-table"
|
|
242
257
|
}));
|
|
243
|
-
}, [status, resolvedWithNoResults, columns.length, selectedConfluenceSiteUrl, urlBeingEdited, hasConfluenceSearchParams, formatMessage]);
|
|
258
|
+
}, [status, resolvedWithNoResults, columns.length, selectedConfluenceSiteUrl, urlBeingEdited, hasConfluenceSearchParams, formatMessage, reset, selectedConfluenceSite]);
|
|
244
259
|
const renderInlineLinkModalContent = useCallback(() => {
|
|
245
260
|
if (status === 'unauthorized') {
|
|
246
261
|
return /*#__PURE__*/React.createElement(AccessRequired, {
|
|
@@ -44,5 +44,10 @@ export const confluenceSearchModalMessages = defineMessages({
|
|
|
44
44
|
id: 'linkDataSource.confluence-search.configmodal.placeholder.issues',
|
|
45
45
|
description: 'Placeholder text that will be placed next to a count of confluence search results',
|
|
46
46
|
defaultMessage: '### Results'
|
|
47
|
+
},
|
|
48
|
+
checkConnectionWithSource: {
|
|
49
|
+
id: 'linkDataSource.confluence-search.checkConnectionWithSource',
|
|
50
|
+
description: 'Instructions to let the user know how to resolve the error that occured, or click the link provided to open the query in Jira',
|
|
51
|
+
defaultMessage: 'Check your connection and refresh, or <a>open this project in Confluence</a> to review.'
|
|
47
52
|
}
|
|
48
53
|
});
|
|
@@ -2,6 +2,7 @@ import React, { useCallback, useEffect, useRef, useState } from 'react';
|
|
|
2
2
|
import isEqual from 'lodash/isEqual';
|
|
3
3
|
import { useIntl } from 'react-intl-next';
|
|
4
4
|
import { useDebouncedCallback } from 'use-debounce';
|
|
5
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
6
|
import { FilterPopupSelect } from '../../../../common/modal/popup-select';
|
|
6
7
|
import { SEARCH_DEBOUNCE_MS } from '../../../../common/modal/popup-select/constants';
|
|
7
8
|
import { useFilterOptions } from '../../hooks/useFilterOptions';
|
|
@@ -85,7 +86,7 @@ const AsyncPopupSelect = ({
|
|
|
85
86
|
const filterName = `jlol-basic-filter-${filterType}`;
|
|
86
87
|
const shouldShowFooter = (status === 'resolved' || isLoadingMore) && filterOptionsLength > 0; // footer should not disappear when there is an inline spinner for loading more data
|
|
87
88
|
const shouldDisplayShowMoreButton = status === 'resolved' && !!pageCursor && !areAllResultsLoaded;
|
|
88
|
-
const triggerButtonLabel = formatMessage(asyncPopupSelectMessages[`${filterType}Label`]);
|
|
89
|
+
const triggerButtonLabel = formatMessage(!fg('platform-linking-visual-refresh-sllv') && filterType === 'type' ? asyncPopupSelectMessages.typeLabelOld : asyncPopupSelectMessages[`${filterType}Label`]);
|
|
89
90
|
return /*#__PURE__*/React.createElement(FilterPopupSelect, {
|
|
90
91
|
filterName: filterName,
|
|
91
92
|
status: status,
|
|
@@ -97,6 +98,7 @@ const AsyncPopupSelect = ({
|
|
|
97
98
|
selectedOptions: selectedOptions,
|
|
98
99
|
options: popupSelectOptions,
|
|
99
100
|
buttonLabel: triggerButtonLabel,
|
|
101
|
+
searchPlaceholder: fg('platform-linking-visual-refresh-sllv') ? formatMessage(asyncPopupSelectMessages[`${filterType}SearchPlaceholder`]) : undefined,
|
|
100
102
|
onInputChange: handleInputChange,
|
|
101
103
|
onSelectionChange: handleOptionSelection,
|
|
102
104
|
onMenuOpen: handleMenuOpen,
|
|
@@ -13,11 +13,36 @@ export const asyncPopupSelectMessages = defineMessages({
|
|
|
13
13
|
typeLabel: {
|
|
14
14
|
id: 'linkDataSource.basic-filter.type.label',
|
|
15
15
|
description: 'Label to be displayed for type filter dropdown button.',
|
|
16
|
+
defaultMessage: 'Work type'
|
|
17
|
+
},
|
|
18
|
+
typeLabelOld: {
|
|
19
|
+
id: 'linkDataSource.basic-filter.type.labelOld',
|
|
20
|
+
description: 'Label to be displayed for type filter dropdown button.',
|
|
16
21
|
defaultMessage: 'Type'
|
|
17
22
|
},
|
|
18
23
|
assigneeLabel: {
|
|
19
24
|
id: 'linkDataSource.basic-filter.assignee.label',
|
|
20
25
|
description: 'Label to be displayed for assignee filter dropdown button.',
|
|
21
26
|
defaultMessage: 'Assignee'
|
|
27
|
+
},
|
|
28
|
+
projectSearchPlaceholder: {
|
|
29
|
+
id: 'linkDataSource.basic-filter.project.searchPlaceholder',
|
|
30
|
+
description: 'Placeholder to be displayed for project filter dropdown search input.',
|
|
31
|
+
defaultMessage: 'Search for projects'
|
|
32
|
+
},
|
|
33
|
+
statusSearchPlaceholder: {
|
|
34
|
+
id: 'linkDataSource.basic-filter.status.searchPlaceholder',
|
|
35
|
+
description: 'Placeholder to be displayed for status filter dropdown search input.',
|
|
36
|
+
defaultMessage: 'Search for status'
|
|
37
|
+
},
|
|
38
|
+
typeSearchPlaceholder: {
|
|
39
|
+
id: 'linkDataSource.basic-filter.type.searchPlaceholder',
|
|
40
|
+
description: 'Placeholder to be displayed for work type filter dropdown search input.',
|
|
41
|
+
defaultMessage: 'Search for work type'
|
|
42
|
+
},
|
|
43
|
+
assigneeSearchPlaceholder: {
|
|
44
|
+
id: 'linkDataSource.basic-filter.assignee.searchPlaceholder',
|
|
45
|
+
description: 'Placeholder to be displayed for assignee filter dropdown search input.',
|
|
46
|
+
defaultMessage: 'Search for assignee'
|
|
22
47
|
}
|
|
23
48
|
});
|
|
@@ -4,7 +4,8 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React, { useCallback, useEffect, useMemo, useState } from 'react';
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
6
|
import { useDebouncedCallback } from 'use-debounce';
|
|
7
|
-
import {
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
import { Box, Flex, Text } from '@atlaskit/primitives/compiled';
|
|
8
9
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
9
10
|
import { BasicSearchInput } from '../../common/modal/basic-search-input';
|
|
10
11
|
import { basicSearchInputMessages } from '../../common/modal/basic-search-input/messages';
|
|
@@ -17,8 +18,11 @@ import { JiraJQLEditor } from '../jql-editor';
|
|
|
17
18
|
import { buildJQL } from './buildJQL';
|
|
18
19
|
import { modeSwitcherMessages } from './messages';
|
|
19
20
|
const styles = {
|
|
21
|
+
basicSearchInputBoxStyles: "_1bsb1osq",
|
|
20
22
|
basicSearchInputContainerStyles: "_16jlkb7n",
|
|
21
|
-
|
|
23
|
+
inputContainerStylesOld: "_4cvr1q9y _1e0c1txw _1tket9kd",
|
|
24
|
+
inputContainerStyles: "_4cvr1y6m _1e0c1txw _1tket9kd",
|
|
25
|
+
modeSwitcherContainerStyles: "_19pk1b66"
|
|
22
26
|
};
|
|
23
27
|
export const DEFAULT_JQL_QUERY = 'ORDER BY created DESC';
|
|
24
28
|
export const ALLOWED_ORDER_BY_KEYS = ['key', 'summary', 'assignee', 'status', 'created'];
|
|
@@ -171,9 +175,51 @@ export const JiraSearchContainer = props => {
|
|
|
171
175
|
setCloudId(currentCloudId);
|
|
172
176
|
}
|
|
173
177
|
}, [currentCloudId, cloudId, setSearchBarJql]);
|
|
178
|
+
if (fg('platform-linking-visual-refresh-sllv')) {
|
|
179
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
180
|
+
"data-testid": "jira-search-container",
|
|
181
|
+
className: ax([styles.inputContainerStyles])
|
|
182
|
+
}, currentSearchMethod === 'basic' && /*#__PURE__*/React.createElement(Box, {
|
|
183
|
+
xcss: styles.basicSearchInputBoxStyles
|
|
184
|
+
}, /*#__PURE__*/React.createElement(Flex, {
|
|
185
|
+
alignItems: "center",
|
|
186
|
+
xcss: styles.basicSearchInputContainerStyles
|
|
187
|
+
}, /*#__PURE__*/React.createElement(BasicSearchInput, {
|
|
188
|
+
isSearching: isSearching,
|
|
189
|
+
onChange: handleBasicSearchChange,
|
|
190
|
+
onSearch: handleSearch,
|
|
191
|
+
searchTerm: basicSearchTerm,
|
|
192
|
+
placeholder: basicSearchInputMessages.basicTextSearchLabel,
|
|
193
|
+
ariaLabel: basicSearchInputMessages.basicTextSearchLabel,
|
|
194
|
+
testId: "jira-datasource-modal",
|
|
195
|
+
fullWidth: false
|
|
196
|
+
}), /*#__PURE__*/React.createElement(BasicFilters, {
|
|
197
|
+
jql: searchBarJql,
|
|
198
|
+
site: site,
|
|
199
|
+
onChange: handleBasicFilterSelectionChange,
|
|
200
|
+
selections: filterSelections,
|
|
201
|
+
isJQLHydrating: basicFilterHydrationStatus === 'loading'
|
|
202
|
+
})), currentSearchMethod === 'basic' && /*#__PURE__*/React.createElement(Text, {
|
|
203
|
+
size: "small",
|
|
204
|
+
color: "color.text.subtlest",
|
|
205
|
+
testId: "jira-search-placeholder"
|
|
206
|
+
}, formatMessage(basicSearchInputMessages.basicTextSearchLabel))), currentSearchMethod === 'jql' && /*#__PURE__*/React.createElement(JiraJQLEditor, {
|
|
207
|
+
cloudId: cloudId || '',
|
|
208
|
+
isSearching: isSearching,
|
|
209
|
+
onChange: onQueryChange,
|
|
210
|
+
onSearch: handleSearch,
|
|
211
|
+
query: searchBarJql
|
|
212
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
213
|
+
xcss: styles.modeSwitcherContainerStyles
|
|
214
|
+
}, /*#__PURE__*/React.createElement(ModeSwitcher, {
|
|
215
|
+
onOptionValueChange: onSearchMethodChange,
|
|
216
|
+
selectedOptionValue: currentSearchMethod,
|
|
217
|
+
options: modeSwitcherOptions
|
|
218
|
+
})));
|
|
219
|
+
}
|
|
174
220
|
return /*#__PURE__*/React.createElement("div", {
|
|
175
221
|
"data-testid": "jira-search-container",
|
|
176
|
-
className: ax([styles.
|
|
222
|
+
className: ax([styles.inputContainerStylesOld])
|
|
177
223
|
}, currentSearchMethod === 'basic' && /*#__PURE__*/React.createElement(Flex, {
|
|
178
224
|
alignItems: "center",
|
|
179
225
|
xcss: styles.basicSearchInputContainerStyles
|
|
@@ -183,6 +229,7 @@ export const JiraSearchContainer = props => {
|
|
|
183
229
|
onSearch: handleSearch,
|
|
184
230
|
searchTerm: basicSearchTerm,
|
|
185
231
|
placeholder: basicSearchInputMessages.basicTextSearchLabel,
|
|
232
|
+
ariaLabel: basicSearchInputMessages.basicTextSearchLabel,
|
|
186
233
|
testId: "jira-datasource-modal",
|
|
187
234
|
fullWidth: false
|
|
188
235
|
}), /*#__PURE__*/React.createElement(BasicFilters, {
|
|
@@ -4,6 +4,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
4
4
|
import React, { Fragment, useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
5
5
|
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
6
6
|
import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
|
|
7
|
+
import LinkComponent from '@atlaskit/link';
|
|
7
8
|
import { ModalBody, ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
|
|
8
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
10
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
@@ -261,12 +262,29 @@ const PlainJiraIssuesConfigModal = props => {
|
|
|
261
262
|
const renderIssuesModeContent = useCallback(() => {
|
|
262
263
|
const selectedJiraSiteUrl = selectedJiraSite === null || selectedJiraSite === void 0 ? void 0 : selectedJiraSite.url;
|
|
263
264
|
const getDescriptionMessage = () => {
|
|
265
|
+
if (currentSearchMethod === 'basic' && fg('platform-linking-visual-refresh-sllv')) {
|
|
266
|
+
return initialStateViewMessages.searchDescriptionForBasicSearchVisualRefreshSllv;
|
|
267
|
+
}
|
|
264
268
|
if (fg('confluence-issue-terminology-refresh')) {
|
|
265
269
|
return currentSearchMethod === 'jql' ? initialStateViewMessages.searchDescriptionForJQLSearchIssueTermRefresh : initialStateViewMessages.searchDescriptionForBasicSearchIssueTermRefresh;
|
|
266
270
|
}
|
|
267
271
|
return currentSearchMethod === 'jql' ? initialStateViewMessages.searchDescriptionForJQLSearch : initialStateViewMessages.searchDescriptionForBasicSearch;
|
|
268
272
|
};
|
|
269
273
|
if (status === 'rejected' && jqlUrl) {
|
|
274
|
+
if (fg('platform-linking-visual-refresh-sllv')) {
|
|
275
|
+
return /*#__PURE__*/React.createElement(ModalLoadingError, {
|
|
276
|
+
errorMessage: jqlUrl ? /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, modalMessages.checkConnectionWithSourceVisualRefreshSllv, {
|
|
277
|
+
values: {
|
|
278
|
+
a: urlText => /*#__PURE__*/React.createElement(LinkComponent, {
|
|
279
|
+
href: jqlUrl
|
|
280
|
+
}, urlText)
|
|
281
|
+
}
|
|
282
|
+
})) : undefined,
|
|
283
|
+
onRefresh: () => reset({
|
|
284
|
+
shouldForceRequest: true
|
|
285
|
+
})
|
|
286
|
+
});
|
|
287
|
+
}
|
|
270
288
|
return /*#__PURE__*/React.createElement(ModalLoadingError, {
|
|
271
289
|
errorMessage: jqlUrl ? /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, modalMessages.checkConnectionWithSource, {
|
|
272
290
|
values: {
|
|
@@ -296,6 +314,9 @@ const PlainJiraIssuesConfigModal = props => {
|
|
|
296
314
|
title: fg('confluence-issue-terminology-refresh') ? modalMessages.searchJiraTitleIssueTermRefresh : modalMessages.searchJiraTitle,
|
|
297
315
|
description: getDescriptionMessage(),
|
|
298
316
|
learnMoreLink: currentSearchMethod === 'jql' ? {
|
|
317
|
+
href: jqlSupportDocumentLink,
|
|
318
|
+
text: initialStateViewMessages.learnMoreLinkOld
|
|
319
|
+
} : fg('platform-linking-visual-refresh-sllv') ? {
|
|
299
320
|
href: jqlSupportDocumentLink,
|
|
300
321
|
text: initialStateViewMessages.learnMoreLink
|
|
301
322
|
} : undefined
|
|
@@ -306,7 +327,7 @@ const PlainJiraIssuesConfigModal = props => {
|
|
|
306
327
|
}, /*#__PURE__*/React.createElement(DatasourcesTableInModalPreview, {
|
|
307
328
|
testId: "jira-datasource-table"
|
|
308
329
|
}));
|
|
309
|
-
}, [columns.length, currentSearchMethod, formatMessage, jql, jqlUrl, resolvedWithNoResults, selectedJiraSite === null || selectedJiraSite === void 0 ? void 0 : selectedJiraSite.url, status, urlBeingEdited]);
|
|
330
|
+
}, [columns.length, currentSearchMethod, formatMessage, jql, jqlUrl, resolvedWithNoResults, selectedJiraSite === null || selectedJiraSite === void 0 ? void 0 : selectedJiraSite.url, status, urlBeingEdited, reset]);
|
|
310
331
|
const siteSelectorLabel = useMemo(() => {
|
|
311
332
|
if (fg('confluence-issue-terminology-refresh')) {
|
|
312
333
|
return availableSites && availableSites.length > 1 ? modalMessages.insertIssuesTitleManySitesIssueTermRefresh : modalMessages.insertIssuesTitleIssueTermRefresh;
|
|
@@ -384,7 +405,7 @@ const PlainJiraIssuesConfigModal = props => {
|
|
|
384
405
|
testId: "jira-datasource-modal--insert-button",
|
|
385
406
|
url: urlToInsert,
|
|
386
407
|
getAnalyticsPayload: getInsertButtonAnalyticsPayload
|
|
387
|
-
}, fg('confluence-issue-terminology-refresh') ? /*#__PURE__*/React.createElement(FormattedMessage, modalMessages.insertIssuesButtonTextIssueTermRefresh) : /*#__PURE__*/React.createElement(FormattedMessage, modalMessages.insertIssuesButtonText))))));
|
|
408
|
+
}, fg('platform-linking-visual-refresh-sllv') ? /*#__PURE__*/React.createElement(FormattedMessage, modalMessages.insertIssuesButtonTextIssueTermSllv) : fg('confluence-issue-terminology-refresh') ? /*#__PURE__*/React.createElement(FormattedMessage, modalMessages.insertIssuesButtonTextIssueTermRefresh) : /*#__PURE__*/React.createElement(FormattedMessage, modalMessages.insertIssuesButtonText))))));
|
|
388
409
|
};
|
|
389
410
|
const ConnectedJiraIssueConfigModal = createDatasourceModal({
|
|
390
411
|
isValidParameters,
|
|
@@ -91,11 +91,21 @@ export const modalMessages = defineMessages({
|
|
|
91
91
|
description: 'Instructions to let the user know how to resolve the error that occured, or click the link provided to open the query in Jira',
|
|
92
92
|
defaultMessage: 'Check your connection and refresh, or <a>open this query in Jira</a> to review.'
|
|
93
93
|
},
|
|
94
|
+
checkConnectionWithSourceVisualRefreshSllv: {
|
|
95
|
+
id: 'linkDataSource.jira-issues.checkConnectionWithSource.visual-refresh-sllv',
|
|
96
|
+
description: 'Instructions to let the user know how to resolve the error that occured, or click the link provided to open the query in Jira',
|
|
97
|
+
defaultMessage: 'Check your connection and refresh, or <a>open this project in Jira</a> to review.'
|
|
98
|
+
},
|
|
94
99
|
insertIssuesButtonTextIssueTermRefresh: {
|
|
95
100
|
id: 'linkDataSource.jira-issues.configmodal.insertIssuesButtonText-issue-term-refresh',
|
|
96
101
|
description: 'Button text to insert the displayed content',
|
|
97
102
|
defaultMessage: 'Insert work items'
|
|
98
103
|
},
|
|
104
|
+
insertIssuesButtonTextIssueTermSllv: {
|
|
105
|
+
id: 'linkDataSource.jira-issues.configmodal.insertIssuesButtonText-issue-term-sllv',
|
|
106
|
+
description: 'Button text to insert the displayed content',
|
|
107
|
+
defaultMessage: 'Insert results'
|
|
108
|
+
},
|
|
99
109
|
insertIssuesTitleIssueTermRefresh: {
|
|
100
110
|
id: 'linkDataSource.jira-issues.configmodal.insertIssuesTitle-issue-term-refresh',
|
|
101
111
|
description: 'Title for the Jira Issues Datasource config modal',
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="
|
|
3
|
-
<path fill
|
|
4
|
-
<path fill
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 275 275">
|
|
2
|
+
<path fill="#4B4D51" d="M191.87 88.67c-2.28-4.36-5.07-8.68-8.3-12.86-3.27-4.23-6.8-8.07-10.5-11.4-21.6-19.51-49.11-22.5-75.49-8.19a93.066 93.066 0 0 0-12.54 8.22 94.563 94.563 0 0 0-11.53 10.51c-20.39 22.01-24.43 49.35-11.09 75.03 2.3 4.42 5.12 8.81 8.39 13.04 3.23 4.18 6.72 7.96 10.37 11.26 12.5 11.29 27.05 17.01 42.25 17.01 10.9 0 22.13-2.94 33.18-8.88 4.46-2.4 8.86-5.26 13.07-8.52 4.06-3.14 7.79-6.53 11.11-10.07 20.52-21.96 24.56-49.35 11.08-75.14v-.01Zm-30.56 74.37c-3.61 2.79-7.37 5.25-11.17 7.29-21.38 11.48-42.6 9.27-59.76-6.23-3.05-2.76-5.98-5.94-8.72-9.48-2.77-3.59-5.16-7.28-7.08-10.97-10.67-20.53-7.48-41.63 8.98-59.4 2.93-3.17 6.25-6.19 9.86-8.98 3.47-2.69 7.07-5.04 10.7-7.01 8.96-4.86 17.91-7.28 26.57-7.28 11.89 0 23.21 4.56 33.2 13.59 3.09 2.79 6.07 6.03 8.84 9.62 2.73 3.54 5.09 7.18 6.99 10.82 10.77 20.62 7.6 41.73-8.95 59.44-2.81 3.01-6 5.9-9.48 8.59h.02Z"/>
|
|
3
|
+
<path fill="#4B4D51" d="M179.96 171c-3.54-4.93-7.34-4.9-11.05-2.03-3.48 2.69-4.41 6.33-.7 11.12l4.24 5.48 11.75-9.09-4.24-5.48Z"/>
|
|
4
|
+
<path fill="#4B4D51" d="m187.155 174.199-17.642 13.64 33.152 42.878 17.642-13.64-33.152-42.878Z"/>
|
|
5
|
+
<path fill="#7E8188" d="m184.32 176.391-11.97 9.255 11.243 14.54 11.969-9.254-11.242-14.541Z"/>
|
|
6
|
+
<path fill="#4B4D51" fill-rule="evenodd" d="m157.715 95.826-53.98 53.979-7.07-7.071 53.979-53.98 7.071 7.072Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="#4B4D51" fill-rule="evenodd" d="m150.644 149.805-53.98-53.98 7.071-7.07 53.98 53.979-7.071 7.071Z" clip-rule="evenodd"/>
|
|
5
8
|
</svg>
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="
|
|
3
|
-
<path fill
|
|
4
|
-
<path fill
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 275 275">
|
|
2
|
+
<path fill="#fff" d="M185.8 91.84c-2.07-3.97-4.61-7.92-7.64-11.84-3.07-3.97-6.31-7.47-9.67-10.51-20.01-18.08-44.6-19.74-67.63-7.25-3.93 2.13-7.81 4.67-11.62 7.61-3.97 3.07-7.54 6.33-10.7 9.74C60.71 98.83 56.14 123 68.5 146.8c2.09 4.02 4.66 8.03 7.73 12.01 3.03 3.92 6.22 7.37 9.54 10.37 19.88 17.95 44.45 19.62 67.59 7.18 4.1-2.2 8.15-4.83 12.12-7.9 3.81-2.94 7.24-6.07 10.29-9.33 17.91-19.17 22.48-43.43 10.01-67.29h.02Z"/>
|
|
3
|
+
<path fill="#DDDEE1" d="M123.44 191.28c-15.2 0-29.74-5.72-42.25-17.01-3.65-3.3-7.14-7.09-10.37-11.26-3.27-4.23-6.1-8.62-8.39-13.04-13.34-25.67-9.3-53.02 11.09-75.03 3.45-3.72 7.33-7.26 11.53-10.51 4.05-3.13 8.27-5.9 12.54-8.22 26.38-14.31 53.9-11.32 75.49 8.19 3.69 3.34 7.22 7.17 10.5 11.4 3.23 4.17 6.02 8.5 8.3 12.86 13.48 25.79 9.44 53.18-11.08 75.14-3.31 3.55-7.05 6.94-11.11 10.07-4.21 3.25-8.61 6.12-13.07 8.52-11.05 5.94-22.29 8.88-33.18 8.88v.01Zm7.25-130.3c-8.65 0-17.61 2.41-26.57 7.28-3.62 1.97-7.22 4.33-10.7 7.01-3.61 2.79-6.93 5.81-9.86 8.98-16.46 17.77-19.65 38.86-8.98 59.4 1.92 3.69 4.3 7.39 7.08 10.97 2.73 3.53 5.66 6.72 8.72 9.48 17.16 15.5 38.38 17.71 59.76 6.23 3.8-2.04 7.56-4.49 11.17-7.29 3.48-2.69 6.66-5.58 9.48-8.59 16.55-17.71 19.72-38.82 8.95-59.44-1.9-3.64-4.26-7.29-6.99-10.82-2.78-3.59-5.75-6.83-8.84-9.62-10-9.03-21.32-13.59-33.2-13.59h-.02Z"/><path fill="#DDDEE1" d="M179.96 171c-3.54-4.93-7.34-4.9-11.05-2.03-3.48 2.69-4.41 6.33-.7 11.12l4.24 5.48 11.75-9.09-4.24-5.48Z"/>
|
|
4
|
+
<path fill="#DDDEE1" d="m187.155 174.199-17.642 13.64 33.152 42.878 17.642-13.64-33.152-42.878Z"/>
|
|
5
|
+
<path fill="#B7B9BE" d="m184.32 176.391-11.97 9.255 11.243 14.54 11.969-9.254-11.242-14.541Z"/>
|
|
6
|
+
<path fill="#DDDEE1" fill-rule="evenodd" d="m157.715 95.826-53.98 53.979-7.07-7.071 53.979-53.98 7.071 7.072Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="#DDDEE1" fill-rule="evenodd" d="m150.644 149.805-53.98-53.98 7.071-7.07 53.98 53.979-7.071 7.071Z" clip-rule="evenodd"/>
|
|
5
8
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="275" height="275" viewBox="0 0 275 275" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M55.99 215.63L56.08 215.81H218.91L219.01 215.63L137.5 64.9902L55.99 215.63Z" fill="#4B4D51"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M134.115 173.95V118.94H141.445V173.95H134.115Z" fill="#101214"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.432 183.039C136.965 182.943 137.474 182.915 137.91 182.915C138.371 182.915 138.828 182.947 139.287 183.018L139.304 183.02L139.321 183.023C142.228 183.498 144.648 185.521 145.234 188.753C145.337 189.301 145.365 189.827 145.365 190.26C145.365 190.596 145.348 190.974 145.295 191.375V191.436L145.237 191.758C144.659 194.981 142.245 197.029 139.321 197.507L139.304 197.51L139.287 197.512C138.828 197.583 138.371 197.615 137.91 197.615C137.471 197.615 136.958 197.586 136.42 197.489C133.551 196.992 131.143 194.987 130.557 191.769C130.455 191.23 130.425 190.726 130.425 190.27C130.425 189.819 130.454 189.299 130.559 188.749C131.152 185.581 133.51 183.531 136.432 183.039ZM137.755 190.251C137.755 190.257 137.755 190.263 137.755 190.27C137.755 190.273 137.755 190.276 137.755 190.279C137.758 190.28 137.762 190.28 137.766 190.28C137.8 190.283 137.848 190.285 137.91 190.285C137.957 190.285 137.998 190.284 138.035 190.282C138.035 190.275 138.035 190.268 138.035 190.26C138.035 190.256 138.035 190.252 138.035 190.248C137.998 190.246 137.957 190.245 137.91 190.245C137.848 190.245 137.8 190.247 137.766 190.25C137.762 190.25 137.758 190.251 137.755 190.251Z" fill="#101214"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="275" height="275" viewBox="0 0 275 275" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M55.99 215.63L56.08 215.81H218.91L219.01 215.63L137.5 64.9902L55.99 215.63Z" fill="#DDDEE1"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M134.115 173.95V118.94H141.445V173.95H134.115Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.432 183.039C136.965 182.943 137.474 182.915 137.91 182.915C138.371 182.915 138.828 182.947 139.287 183.018L139.304 183.02L139.321 183.023C142.228 183.498 144.648 185.521 145.234 188.753C145.337 189.301 145.365 189.827 145.365 190.26C145.365 190.596 145.348 190.974 145.295 191.375V191.436L145.237 191.758C144.659 194.981 142.245 197.029 139.321 197.507L139.304 197.51L139.287 197.512C138.828 197.583 138.371 197.615 137.91 197.615C137.471 197.615 136.958 197.586 136.42 197.489C133.551 196.992 131.143 194.987 130.556 191.769C130.455 191.23 130.425 190.726 130.425 190.27C130.425 189.819 130.454 189.299 130.559 188.749C131.152 185.581 133.51 183.531 136.432 183.039ZM137.755 190.251C137.755 190.257 137.755 190.263 137.755 190.27C137.755 190.273 137.755 190.276 137.755 190.279C137.758 190.28 137.762 190.28 137.766 190.28C137.8 190.283 137.848 190.285 137.91 190.285C137.957 190.285 137.998 190.284 138.035 190.282C138.035 190.275 138.035 190.268 138.035 190.26C138.035 190.256 138.035 190.252 138.035 190.248C137.998 190.246 137.957 190.245 137.91 190.245C137.848 190.245 137.8 190.247 137.766 190.25C137.762 190.25 137.758 190.251 137.755 190.251Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { RenderSVG } from '../../../common/render-svg';
|
|
4
|
+
import Dark from './assets/dark.svg';
|
|
5
|
+
import Light from './assets/light.svg';
|
|
6
|
+
export var SpotErrorOld = function SpotErrorOld(props) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(RenderSVG, _extends({
|
|
8
|
+
src: Light,
|
|
9
|
+
srcDark: Dark
|
|
10
|
+
}, props));
|
|
11
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* This function is used to switch between two components based on a feature flag
|
|
5
|
+
* @param ComponentOld
|
|
6
|
+
* @param ComponentNext
|
|
7
|
+
* @param featureFlagFn function that returns a boolean value to switch to the next component, e.g. () => fg('my_flag_name')
|
|
8
|
+
* @returns
|
|
9
|
+
*/
|
|
10
|
+
export var withFeatureFlaggedComponent = function withFeatureFlaggedComponent(ComponentOld, ComponentNext, featureFlagFn) {
|
|
11
|
+
return function (props) {
|
|
12
|
+
// copied from packages/editor/editor-common/src/utils/withFeatureFlaggedComponent.tsx
|
|
13
|
+
// Ignored via go/ees005
|
|
14
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
15
|
+
return featureFlagFn() ? /*#__PURE__*/React.createElement(ComponentNext, props) : /*#__PURE__*/React.createElement(ComponentOld, props);
|
|
16
|
+
};
|
|
17
|
+
};
|
package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.compiled.css
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._19bvoahv{padding-left:var(--ds-space-600,3pc)}
|
|
1
3
|
._1bah1h6o{justify-content:center}
|
|
2
4
|
._1e0c1txw{display:flex}
|
|
3
5
|
._1wpz1h6o{align-self:center}
|
|
4
6
|
._1y0bdipb font{xsmall:normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
5
7
|
._4t3i1osq{height:100%}
|
|
8
|
+
._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
|
|
9
|
+
._ca0qoahv{padding-top:var(--ds-space-600,3pc)}
|
|
6
10
|
._ca0qpxbi{padding-top:var(--ds-space-200,1pc)}
|
|
11
|
+
._n3tdoahv{padding-bottom:var(--ds-space-600,3pc)}
|
|
12
|
+
._n3tdpxbi{padding-bottom:var(--ds-space-200,1pc)}
|
|
7
13
|
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
14
|
+
._p12f1kdj{max-width:25pc}
|
|
8
15
|
._pfzw85h9 font{xlarge:normal 600 29px/2pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
16
|
+
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
17
|
+
._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
|
|
18
|
+
._u5f3oahv{padding-right:var(--ds-space-600,3pc)}
|
|
9
19
|
._v2gl1yp8 font{small:normal 600 1pc/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
10
20
|
._wtt4ykg7 font{xxlarge:normal 500 35px/40px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
11
21
|
._x3fx1hgc font{medium:normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
@@ -3,14 +3,18 @@ import "./index.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 Link from '@atlaskit/link';
|
|
6
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
8
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
8
9
|
import { RichIconSearch } from '../../../../../common/ui/rich-icon/search';
|
|
9
10
|
import { CrystalBallSVGOld } from './assets/crystal-ball-svg-old';
|
|
10
11
|
import { initialStateViewMessages } from './messages';
|
|
11
12
|
var initialStateViewContainerStyles = null;
|
|
13
|
+
var svgAndTextsWrapperStylesOld = null;
|
|
12
14
|
var svgAndTextsWrapperStyles = null;
|
|
15
|
+
var searchTitleStylesOld = null;
|
|
13
16
|
var searchTitleStyles = null;
|
|
17
|
+
var mainTextStyles = null;
|
|
14
18
|
var AQLSupportDocumentLink = 'https://support.atlassian.com/jira-service-management-cloud/docs/use-assets-query-language-aql/';
|
|
15
19
|
export var InitialStateView = function InitialStateView() {
|
|
16
20
|
var _useIntl = useIntl(),
|
|
@@ -19,14 +23,18 @@ export var InitialStateView = function InitialStateView() {
|
|
|
19
23
|
"data-testid": "assets-aql-datasource-modal--initial-state-view",
|
|
20
24
|
className: ax(["_1e0c1txw _1bah1h6o _4t3i1osq"])
|
|
21
25
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22
|
-
className: ax(["_y3gn1h6o _1wpz1h6o"])
|
|
26
|
+
className: ax([fg('platform-linking-visual-refresh-sllv') ? "_y3gn1h6o _1wpz1h6o _ca0qoahv _n3tdoahv _19bvoahv _u5f3oahv _p12f1kdj" : "_y3gn1h6o _1wpz1h6o"])
|
|
23
27
|
}, fg('bandicoots-update-sllv-icons') ? /*#__PURE__*/React.createElement(RichIconSearch, {
|
|
24
28
|
size: "xlarge",
|
|
25
|
-
alt: formatMessage(initialStateViewMessages.searchTitle)
|
|
29
|
+
alt: formatMessage(fg('platform-linking-visual-refresh-sllv') ? initialStateViewMessages.searchTitle : initialStateViewMessages.searchTitleOld)
|
|
26
30
|
}) : /*#__PURE__*/React.createElement(CrystalBallSVGOld, null), /*#__PURE__*/React.createElement("div", {
|
|
27
|
-
className: ax(["_ca0qpxbi _n3tdu2gc _wtt4ykg7 _pfzw85h9 _zzcc1umn _x3fx1hgc _v2gl1yp8 _1y0bdipb _z7oy1jq3"])
|
|
28
|
-
}, formatMessage(initialStateViewMessages.searchTitle
|
|
31
|
+
className: ax([fg('platform-linking-visual-refresh-sllv') ? "_11c8lodh _syaz1fxt _ca0q1ejb _n3tdpxbi" : "_ca0qpxbi _n3tdu2gc _wtt4ykg7 _pfzw85h9 _zzcc1umn _x3fx1hgc _v2gl1yp8 _1y0bdipb _z7oy1jq3"])
|
|
32
|
+
}, formatMessage(fg('platform-linking-visual-refresh-sllv') ? initialStateViewMessages.searchTitle : initialStateViewMessages.searchTitleOld)), /*#__PURE__*/React.createElement("div", {
|
|
33
|
+
className: ax([fg('platform-linking-visual-refresh-sllv') && "_syaz1gjq"])
|
|
34
|
+
}, formatMessage(initialStateViewMessages.searchDescription)), fg('platform-linking-visual-refresh-sllv') ? /*#__PURE__*/React.createElement(Link, {
|
|
35
|
+
href: AQLSupportDocumentLink
|
|
36
|
+
}, formatMessage(initialStateViewMessages.learnMoreLink)) : /*#__PURE__*/React.createElement("a", {
|
|
29
37
|
href: AQLSupportDocumentLink,
|
|
30
38
|
target: "_blank"
|
|
31
|
-
}, formatMessage(initialStateViewMessages.
|
|
39
|
+
}, formatMessage(initialStateViewMessages.learnMoreLinkOld))));
|
|
32
40
|
};
|
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
import { defineMessages } from 'react-intl-next';
|
|
2
2
|
export var initialStateViewMessages = defineMessages({
|
|
3
|
+
searchTitleOld: {
|
|
4
|
+
id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.searchTitleOld',
|
|
5
|
+
description: 'The initial search state title that gives the user some idea about how to get information',
|
|
6
|
+
defaultMessage: 'Search for objects'
|
|
7
|
+
},
|
|
3
8
|
searchTitle: {
|
|
4
9
|
id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.searchTitle',
|
|
5
10
|
description: 'The initial search state title that gives the user some idea about how to get information',
|
|
6
|
-
defaultMessage: 'Search for objects'
|
|
11
|
+
defaultMessage: 'Search for objects or object types'
|
|
7
12
|
},
|
|
8
13
|
searchDescription: {
|
|
9
14
|
id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.searchDescription',
|
|
10
15
|
description: 'The initial search state helper message displays under the search title',
|
|
11
16
|
defaultMessage: 'Start typing or use AQL to search.'
|
|
12
17
|
},
|
|
18
|
+
learnMoreLinkOld: {
|
|
19
|
+
id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLinkOld',
|
|
20
|
+
description: 'The link that displays under the search description to help people know more about AQL',
|
|
21
|
+
defaultMessage: 'Learn more about searching with AQL.'
|
|
22
|
+
},
|
|
13
23
|
learnMoreLink: {
|
|
14
24
|
id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLink',
|
|
15
25
|
description: 'The link that displays under the search description to help people know more about AQL',
|
|
16
|
-
defaultMessage: '
|
|
26
|
+
defaultMessage: 'Find out more about searching with AQL'
|
|
17
27
|
}
|
|
18
28
|
});
|
|
@@ -17,7 +17,7 @@ import debounce from 'debounce-promise';
|
|
|
17
17
|
import { useIntl } from 'react-intl-next';
|
|
18
18
|
import Button from '@atlaskit/button/new';
|
|
19
19
|
import { Field } from '@atlaskit/form';
|
|
20
|
-
import ChevronDownIcon from '@atlaskit/icon/utility/
|
|
20
|
+
import ChevronDownIcon from '@atlaskit/icon/utility/chevron-down';
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import { AsyncSelect, PopupSelect } from '@atlaskit/select';
|
|
23
23
|
import { layers } from '@atlaskit/theme/constants';
|
|
@@ -132,7 +132,12 @@ export var AssetsObjectSchemaSelect = function AssetsObjectSchemaSelect(_ref2) {
|
|
|
132
132
|
triggerProps = _objectWithoutProperties(_ref5, _excluded3);
|
|
133
133
|
return /*#__PURE__*/React.createElement(Button, _extends({}, triggerProps, {
|
|
134
134
|
isSelected: isOpen,
|
|
135
|
-
iconAfter:
|
|
135
|
+
iconAfter: function iconAfter() {
|
|
136
|
+
return /*#__PURE__*/React.createElement(ChevronDownIcon, {
|
|
137
|
+
label: "",
|
|
138
|
+
color: "currentColor"
|
|
139
|
+
});
|
|
140
|
+
}
|
|
136
141
|
}), ((_restFieldProps$value = restFieldProps.value) === null || _restFieldProps$value === void 0 ? void 0 : _restFieldProps$value.label) || formatMessage(objectSchemaSelectMessages.placeholder));
|
|
137
142
|
}
|
|
138
143
|
})) : /*#__PURE__*/React.createElement(AsyncSelect, _extends({
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
3
|
._zulppxbi{gap:var(--ds-space-200,1pc)}
|
|
4
|
+
._19pkmgjw{margin-top:var(--ds-space-negative-200,-1pc)}
|
|
3
5
|
._1e0c1txw{display:flex}
|
|
4
6
|
._2lx21bp4{flex-direction:column}
|
|
5
7
|
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
8
|
+
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
6
9
|
._syaznoz8{color:var(--ds-text-subtlest,#505f79)}
|