@atlaskit/link-picker 1.48.2 → 1.49.0
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 +16 -0
- package/dist/cjs/common/generic-error-svg/index.compiled.css +2 -0
- package/dist/cjs/common/generic-error-svg/index.js +34 -25
- package/dist/cjs/common/generic-error-svg/old/index.js +66 -0
- package/dist/cjs/common/ui/empty-state/index.compiled.css +3 -0
- package/dist/cjs/common/ui/empty-state/index.js +26 -14
- package/dist/cjs/common/ui/empty-state/old/index.js +38 -0
- package/dist/cjs/common/ui/min-height-container/index.compiled.css +4 -0
- package/dist/cjs/common/ui/min-height-container/index.js +24 -14
- package/dist/cjs/common/ui/min-height-container/old/index.js +34 -0
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/index.compiled.css +1 -0
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/index.js +23 -18
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/old/index.js +50 -0
- package/dist/cjs/ui/link-picker/form-footer/index.compiled.css +3 -0
- package/dist/cjs/ui/link-picker/form-footer/index.js +30 -35
- package/dist/cjs/ui/link-picker/form-footer/link-picker-submit-button/index.js +2 -8
- package/dist/cjs/ui/link-picker/form-footer/old/index.js +116 -0
- package/dist/cjs/ui/link-picker/index.compiled.css +10 -0
- package/dist/cjs/ui/link-picker/index.js +43 -59
- package/dist/cjs/ui/link-picker/old/index.js +435 -0
- package/dist/cjs/ui/link-picker/search-results/index.compiled.css +7 -0
- package/dist/cjs/ui/link-picker/search-results/index.js +33 -32
- package/dist/cjs/ui/link-picker/search-results/link-search-error/index.js +5 -11
- package/dist/cjs/ui/link-picker/search-results/link-search-list/index.compiled.css +23 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/index.js +53 -43
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.compiled.css +2 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +36 -28
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/old/index.js +70 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/index.compiled.css +34 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/index.js +99 -76
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/old/index.js +145 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/old/index.js +188 -0
- package/dist/cjs/ui/link-picker/search-results/old/index.js +105 -0
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.compiled.css +29 -0
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.js +54 -42
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/old/index.js +163 -0
- package/dist/cjs/ui/link-picker/search-results/search-results-container/index.compiled.css +4 -0
- package/dist/cjs/ui/link-picker/search-results/search-results-container/index.js +21 -19
- package/dist/cjs/ui/link-picker/search-results/search-results-container/old/index.js +43 -0
- package/dist/cjs/ui/link-picker/text-input/index.compiled.css +10 -0
- package/dist/cjs/ui/link-picker/text-input/index.js +35 -39
- package/dist/cjs/ui/link-picker/text-input/old/index.js +125 -0
- package/dist/cjs/ui/loader-fallback/index.compiled.css +1 -0
- package/dist/cjs/ui/loader-fallback/index.js +21 -15
- package/dist/cjs/ui/loader-fallback/old/index.js +67 -0
- package/dist/cjs/ui/main.compiled.css +1 -0
- package/dist/cjs/ui/main.js +25 -24
- package/dist/cjs/ui/old/main.js +75 -0
- package/dist/es2019/common/generic-error-svg/index.compiled.css +2 -0
- package/dist/es2019/common/generic-error-svg/index.js +27 -23
- package/dist/es2019/common/generic-error-svg/old/index.js +58 -0
- package/dist/es2019/common/ui/empty-state/index.compiled.css +3 -0
- package/dist/es2019/common/ui/empty-state/index.js +18 -9
- package/dist/es2019/common/ui/empty-state/old/index.js +32 -0
- package/dist/es2019/common/ui/min-height-container/index.compiled.css +4 -0
- package/dist/es2019/common/ui/min-height-container/index.js +21 -12
- package/dist/es2019/common/ui/min-height-container/old/index.js +25 -0
- package/dist/es2019/ui/error-boundary/error-boundary-fallback/index.compiled.css +1 -0
- package/dist/es2019/ui/error-boundary/error-boundary-fallback/index.js +19 -16
- package/dist/es2019/ui/error-boundary/error-boundary-fallback/old/index.js +41 -0
- package/dist/es2019/ui/link-picker/form-footer/index.compiled.css +3 -0
- package/dist/es2019/ui/link-picker/form-footer/index.js +27 -32
- package/dist/es2019/ui/link-picker/form-footer/link-picker-submit-button/index.js +2 -7
- package/dist/es2019/ui/link-picker/form-footer/old/index.js +104 -0
- package/dist/es2019/ui/link-picker/index.compiled.css +10 -0
- package/dist/es2019/ui/link-picker/index.js +36 -58
- package/dist/es2019/ui/link-picker/old/index.js +436 -0
- package/dist/es2019/ui/link-picker/search-results/index.compiled.css +7 -0
- package/dist/es2019/ui/link-picker/search-results/index.js +29 -31
- package/dist/es2019/ui/link-picker/search-results/link-search-error/index.js +5 -10
- package/dist/es2019/ui/link-picker/search-results/link-search-list/index.compiled.css +23 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/index.js +46 -42
- package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.compiled.css +2 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +29 -26
- package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/old/index.js +63 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/index.compiled.css +34 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/index.js +77 -72
- package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/old/index.js +132 -0
- package/dist/es2019/ui/link-picker/search-results/link-search-list/old/index.js +178 -0
- package/dist/es2019/ui/link-picker/search-results/old/index.js +98 -0
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/index.compiled.css +29 -0
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/index.js +39 -39
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/old/index.js +130 -0
- package/dist/es2019/ui/link-picker/search-results/search-results-container/index.compiled.css +4 -0
- package/dist/es2019/ui/link-picker/search-results/search-results-container/index.js +16 -16
- package/dist/es2019/ui/link-picker/search-results/search-results-container/old/index.js +37 -0
- package/dist/es2019/ui/link-picker/text-input/index.compiled.css +10 -0
- package/dist/es2019/ui/link-picker/text-input/index.js +29 -38
- package/dist/es2019/ui/link-picker/text-input/old/index.js +121 -0
- package/dist/es2019/ui/loader-fallback/index.compiled.css +1 -0
- package/dist/es2019/ui/loader-fallback/index.js +17 -13
- package/dist/es2019/ui/loader-fallback/old/index.js +60 -0
- package/dist/es2019/ui/main.compiled.css +1 -0
- package/dist/es2019/ui/main.js +24 -22
- package/dist/es2019/ui/old/main.js +73 -0
- package/dist/esm/common/generic-error-svg/index.compiled.css +2 -0
- package/dist/esm/common/generic-error-svg/index.js +30 -23
- package/dist/esm/common/generic-error-svg/old/index.js +58 -0
- package/dist/esm/common/ui/empty-state/index.compiled.css +3 -0
- package/dist/esm/common/ui/empty-state/index.js +18 -9
- package/dist/esm/common/ui/empty-state/old/index.js +31 -0
- package/dist/esm/common/ui/min-height-container/index.compiled.css +4 -0
- package/dist/esm/common/ui/min-height-container/index.js +23 -14
- package/dist/esm/common/ui/min-height-container/old/index.js +25 -0
- package/dist/esm/ui/error-boundary/error-boundary-fallback/index.compiled.css +1 -0
- package/dist/esm/ui/error-boundary/error-boundary-fallback/index.js +19 -16
- package/dist/esm/ui/error-boundary/error-boundary-fallback/old/index.js +43 -0
- package/dist/esm/ui/link-picker/form-footer/index.compiled.css +3 -0
- package/dist/esm/ui/link-picker/form-footer/index.js +28 -34
- package/dist/esm/ui/link-picker/form-footer/link-picker-submit-button/index.js +2 -7
- package/dist/esm/ui/link-picker/form-footer/old/index.js +108 -0
- package/dist/esm/ui/link-picker/index.compiled.css +10 -0
- package/dist/esm/ui/link-picker/index.js +37 -59
- package/dist/esm/ui/link-picker/old/index.js +432 -0
- package/dist/esm/ui/link-picker/search-results/index.compiled.css +7 -0
- package/dist/esm/ui/link-picker/search-results/index.js +30 -32
- package/dist/esm/ui/link-picker/search-results/link-search-error/index.js +5 -10
- package/dist/esm/ui/link-picker/search-results/link-search-list/index.compiled.css +23 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/index.js +47 -43
- package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.compiled.css +2 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.js +32 -26
- package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/old/index.js +63 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/index.compiled.css +34 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/index.js +94 -72
- package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/old/index.js +136 -0
- package/dist/esm/ui/link-picker/search-results/link-search-list/old/index.js +186 -0
- package/dist/esm/ui/link-picker/search-results/old/index.js +100 -0
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/index.compiled.css +29 -0
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/index.js +52 -43
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/old/index.js +158 -0
- package/dist/esm/ui/link-picker/search-results/search-results-container/index.compiled.css +4 -0
- package/dist/esm/ui/link-picker/search-results/search-results-container/index.js +16 -16
- package/dist/esm/ui/link-picker/search-results/search-results-container/old/index.js +36 -0
- package/dist/esm/ui/link-picker/text-input/index.compiled.css +10 -0
- package/dist/esm/ui/link-picker/text-input/index.js +29 -38
- package/dist/esm/ui/link-picker/text-input/old/index.js +121 -0
- package/dist/esm/ui/loader-fallback/index.compiled.css +1 -0
- package/dist/esm/ui/loader-fallback/index.js +17 -13
- package/dist/esm/ui/loader-fallback/old/index.js +59 -0
- package/dist/esm/ui/main.compiled.css +1 -0
- package/dist/esm/ui/main.js +24 -22
- package/dist/esm/ui/old/main.js +64 -0
- package/dist/types/common/generic-error-svg/index.d.ts +3 -6
- package/dist/types/common/generic-error-svg/old/index.d.ts +6 -0
- package/dist/types/common/types.d.ts +0 -1
- package/dist/types/common/ui/empty-state/index.d.ts +3 -2
- package/dist/types/common/ui/empty-state/old/index.d.ts +9 -0
- package/dist/types/common/ui/min-height-container/index.d.ts +3 -0
- package/dist/types/common/ui/min-height-container/old/index.d.ts +8 -0
- package/dist/types/ui/error-boundary/error-boundary-fallback/index.d.ts +3 -6
- package/dist/types/ui/error-boundary/error-boundary-fallback/old/index.d.ts +6 -0
- package/dist/types/ui/link-picker/form-footer/index.d.ts +2 -5
- package/dist/types/ui/link-picker/form-footer/link-picker-submit-button/index.d.ts +2 -6
- package/dist/types/ui/link-picker/form-footer/old/index.d.ts +42 -0
- package/dist/types/ui/link-picker/index.d.ts +2 -2
- package/dist/types/ui/link-picker/old/index.d.ts +25 -0
- package/dist/types/ui/link-picker/search-results/index.d.ts +2 -2
- package/dist/types/ui/link-picker/search-results/link-search-error/index.d.ts +2 -6
- package/dist/types/ui/link-picker/search-results/link-search-list/index.d.ts +1 -0
- package/dist/types/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.d.ts +3 -6
- package/dist/types/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/old/index.d.ts +6 -0
- package/dist/types/ui/link-picker/search-results/link-search-list/list-item/index.d.ts +3 -2
- package/dist/types/ui/link-picker/search-results/link-search-list/list-item/old/index.d.ts +23 -0
- package/dist/types/ui/link-picker/search-results/link-search-list/old/index.d.ts +52 -0
- package/dist/types/ui/link-picker/search-results/old/index.d.ts +45 -0
- package/dist/types/ui/link-picker/search-results/scrolling-tabs/index.d.ts +4 -4
- package/dist/types/ui/link-picker/search-results/scrolling-tabs/old/index.d.ts +7 -0
- package/dist/types/ui/link-picker/search-results/search-results-container/index.d.ts +2 -2
- package/dist/types/ui/link-picker/search-results/search-results-container/old/index.d.ts +10 -0
- package/dist/types/ui/link-picker/text-input/index.d.ts +3 -2
- package/dist/types/ui/link-picker/text-input/old/index.d.ts +18 -0
- package/dist/types/ui/loader-fallback/index.d.ts +3 -6
- package/dist/types/ui/loader-fallback/old/index.d.ts +17 -0
- package/dist/types/ui/main.d.ts +2 -2
- package/dist/types/ui/old/main.d.ts +13 -0
- package/dist/types-ts4.5/common/generic-error-svg/index.d.ts +3 -6
- package/dist/types-ts4.5/common/generic-error-svg/old/index.d.ts +6 -0
- package/dist/types-ts4.5/common/types.d.ts +0 -1
- package/dist/types-ts4.5/common/ui/empty-state/index.d.ts +3 -2
- package/dist/types-ts4.5/common/ui/empty-state/old/index.d.ts +9 -0
- package/dist/types-ts4.5/common/ui/min-height-container/index.d.ts +3 -0
- package/dist/types-ts4.5/common/ui/min-height-container/old/index.d.ts +8 -0
- package/dist/types-ts4.5/ui/error-boundary/error-boundary-fallback/index.d.ts +3 -6
- package/dist/types-ts4.5/ui/error-boundary/error-boundary-fallback/old/index.d.ts +6 -0
- package/dist/types-ts4.5/ui/link-picker/form-footer/index.d.ts +2 -5
- package/dist/types-ts4.5/ui/link-picker/form-footer/link-picker-submit-button/index.d.ts +2 -6
- package/dist/types-ts4.5/ui/link-picker/form-footer/old/index.d.ts +42 -0
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/old/index.d.ts +25 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-error/index.d.ts +2 -6
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/index.d.ts +3 -6
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/old/index.d.ts +6 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/list-item/index.d.ts +3 -2
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/list-item/old/index.d.ts +23 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/old/index.d.ts +52 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/old/index.d.ts +45 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/index.d.ts +4 -4
- package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/old/index.d.ts +7 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/search-results-container/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/search-results/search-results-container/old/index.d.ts +10 -0
- package/dist/types-ts4.5/ui/link-picker/text-input/index.d.ts +3 -2
- package/dist/types-ts4.5/ui/link-picker/text-input/old/index.d.ts +18 -0
- package/dist/types-ts4.5/ui/loader-fallback/index.d.ts +3 -6
- package/dist/types-ts4.5/ui/loader-fallback/old/index.d.ts +17 -0
- package/dist/types-ts4.5/ui/main.d.ts +2 -2
- package/dist/types-ts4.5/ui/old/main.d.ts +13 -0
- package/lazy/package.json +3 -1
- package/package.json +12 -5
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/index.js +0 -69
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/styled.js +0 -25
- package/dist/es2019/ui/link-picker/form-footer/feature-discovery/index.js +0 -61
- package/dist/es2019/ui/link-picker/form-footer/feature-discovery/styled.js +0 -18
- package/dist/esm/ui/link-picker/form-footer/feature-discovery/index.js +0 -62
- package/dist/esm/ui/link-picker/form-footer/feature-discovery/styled.js +0 -18
- package/dist/types/ui/link-picker/form-footer/feature-discovery/index.d.ts +0 -15
- package/dist/types/ui/link-picker/form-footer/feature-discovery/styled.d.ts +0 -1
- package/dist/types-ts4.5/ui/link-picker/form-footer/feature-discovery/index.d.ts +0 -15
- package/dist/types-ts4.5/ui/link-picker/form-footer/feature-discovery/styled.d.ts +0 -1
- /package/dist/cjs/common/ui/min-height-container/{styled.js → old/styled.js} +0 -0
- /package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/{styled.js → old/styled.js} +0 -0
- /package/dist/cjs/ui/link-picker/search-results/link-search-list/{styled.js → old/styled.js} +0 -0
- /package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/{styles.js → old/styles.js} +0 -0
- /package/dist/es2019/common/ui/min-height-container/{styled.js → old/styled.js} +0 -0
- /package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/{styled.js → old/styled.js} +0 -0
- /package/dist/es2019/ui/link-picker/search-results/link-search-list/{styled.js → old/styled.js} +0 -0
- /package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/{styles.js → old/styles.js} +0 -0
- /package/dist/esm/common/ui/min-height-container/{styled.js → old/styled.js} +0 -0
- /package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/{styled.js → old/styled.js} +0 -0
- /package/dist/esm/ui/link-picker/search-results/link-search-list/{styled.js → old/styled.js} +0 -0
- /package/dist/esm/ui/link-picker/search-results/scrolling-tabs/{styles.js → old/styles.js} +0 -0
- /package/dist/types/common/ui/min-height-container/{styled.d.ts → old/styled.d.ts} +0 -0
- /package/dist/types/ui/link-picker/search-results/link-search-list/list-item/{styled.d.ts → old/styled.d.ts} +0 -0
- /package/dist/types/ui/link-picker/search-results/link-search-list/{styled.d.ts → old/styled.d.ts} +0 -0
- /package/dist/types/ui/link-picker/search-results/scrolling-tabs/{styles.d.ts → old/styles.d.ts} +0 -0
- /package/dist/types-ts4.5/common/ui/min-height-container/{styled.d.ts → old/styled.d.ts} +0 -0
- /package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/list-item/{styled.d.ts → old/styled.d.ts} +0 -0
- /package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/{styled.d.ts → old/styled.d.ts} +0 -0
- /package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/{styles.d.ts → old/styles.d.ts} +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Heading from '@atlaskit/heading';
|
|
3
|
+
import { Flex, Text, xcss } from '@atlaskit/primitives';
|
|
4
|
+
const containerStyles = xcss({
|
|
5
|
+
marginBlockStart: 'space.600',
|
|
6
|
+
marginBlockEnd: 'space.600',
|
|
7
|
+
textAlign: 'center'
|
|
8
|
+
});
|
|
9
|
+
export const EmptyStateOld = ({
|
|
10
|
+
testId,
|
|
11
|
+
header,
|
|
12
|
+
description,
|
|
13
|
+
renderImage
|
|
14
|
+
}) => {
|
|
15
|
+
return /*#__PURE__*/React.createElement(Flex, {
|
|
16
|
+
xcss: containerStyles,
|
|
17
|
+
testId: testId,
|
|
18
|
+
direction: "column",
|
|
19
|
+
alignItems: "center",
|
|
20
|
+
gap: "space.300"
|
|
21
|
+
}, renderImage === null || renderImage === void 0 ? void 0 : renderImage(), /*#__PURE__*/React.createElement(Flex, {
|
|
22
|
+
direction: "column",
|
|
23
|
+
alignItems: "center",
|
|
24
|
+
gap: "space.200"
|
|
25
|
+
}, /*#__PURE__*/React.createElement(Heading, {
|
|
26
|
+
size: "medium",
|
|
27
|
+
as: "h2"
|
|
28
|
+
}, header), description && /*#__PURE__*/React.createElement(Text, {
|
|
29
|
+
as: "p",
|
|
30
|
+
color: "color.text"
|
|
31
|
+
}, description)));
|
|
32
|
+
};
|
|
@@ -1,25 +1,34 @@
|
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
1
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* @jsx jsx
|
|
5
|
-
*/
|
|
3
|
+
import "./index.compiled.css";
|
|
4
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
6
5
|
import React, { forwardRef } from 'react';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
|
+
import { MinHeightContainerOld } from './old';
|
|
8
|
+
const minHeightComponentStyles = null;
|
|
9
|
+
export const MinHeightContainerNew = /*#__PURE__*/forwardRef(({
|
|
10
|
+
className,
|
|
12
11
|
minHeight,
|
|
13
12
|
...props
|
|
14
13
|
}, ref) => {
|
|
15
|
-
return
|
|
14
|
+
return /*#__PURE__*/React.createElement("div", _extends({
|
|
16
15
|
ref: ref
|
|
17
|
-
// eslint-disable-next-line @atlaskit/
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
18
17
|
,
|
|
19
|
-
|
|
18
|
+
className: ax(["_1e0c1txw _4cvr1fhb _1bah1h6o _1tke16li", className])
|
|
20
19
|
}, props, {
|
|
21
20
|
style: {
|
|
22
21
|
['--link-picker-min-height']: minHeight
|
|
23
22
|
}
|
|
24
23
|
}));
|
|
24
|
+
});
|
|
25
|
+
export const MinHeightContainer = /*#__PURE__*/forwardRef((props, ref) => {
|
|
26
|
+
if (fg('platform_bandicoots-link-picker-css')) {
|
|
27
|
+
return /*#__PURE__*/React.createElement(MinHeightContainerNew, _extends({
|
|
28
|
+
ref: ref
|
|
29
|
+
}, props));
|
|
30
|
+
}
|
|
31
|
+
return /*#__PURE__*/React.createElement(MinHeightContainerOld, _extends({
|
|
32
|
+
ref: ref
|
|
33
|
+
}, props));
|
|
25
34
|
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
5
|
+
*/
|
|
6
|
+
import React, { forwardRef } from 'react';
|
|
7
|
+
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
|
+
import { jsx } from '@emotion/react';
|
|
10
|
+
import { minHeightComponentStyles } from './styled';
|
|
11
|
+
export const MinHeightContainerOld = /*#__PURE__*/forwardRef(({
|
|
12
|
+
minHeight,
|
|
13
|
+
...props
|
|
14
|
+
}, ref) => {
|
|
15
|
+
return jsx("div", _extends({
|
|
16
|
+
ref: ref
|
|
17
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
18
|
+
,
|
|
19
|
+
css: minHeightComponentStyles
|
|
20
|
+
}, props, {
|
|
21
|
+
style: {
|
|
22
|
+
['--link-picker-min-height']: minHeight
|
|
23
|
+
}
|
|
24
|
+
}));
|
|
25
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._vwz44jg8{line-height:normal}
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
|
-
import { css, jsx } from '@emotion/react';
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
|
+
import "./index.compiled.css";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
7
5
|
import { defineMessages, useIntl } from 'react-intl-next';
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
7
|
import { LINK_PICKER_MIN_HEIGHT_IN_PX_FALLBACK } from '../../../common/constants';
|
|
9
8
|
import { GenericErrorSVG } from '../../../common/generic-error-svg';
|
|
10
9
|
import { EmptyState } from '../../../common/ui/empty-state';
|
|
11
10
|
import { MinHeightContainer } from '../../../common/ui/min-height-container';
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
lineHeight: 'initial'
|
|
15
|
-
});
|
|
11
|
+
import { ErrorBoundaryFallbackOld } from './old';
|
|
12
|
+
const errorBoundaryFallbackStyles = null;
|
|
16
13
|
const messages = defineMessages({
|
|
17
14
|
heading: {
|
|
18
15
|
defaultMessage: 'Something went wrong!',
|
|
@@ -25,17 +22,23 @@ const messages = defineMessages({
|
|
|
25
22
|
id: 'fabric.linkPicker.unhandledError.description'
|
|
26
23
|
}
|
|
27
24
|
});
|
|
28
|
-
export const
|
|
25
|
+
export const ErrorBoundaryFallbackNew = () => {
|
|
29
26
|
const intl = useIntl();
|
|
30
27
|
const header = intl.formatMessage(messages.heading);
|
|
31
28
|
const description = intl.formatMessage(messages.description);
|
|
32
|
-
return
|
|
33
|
-
css: errorBoundaryFallbackStyles,
|
|
29
|
+
return /*#__PURE__*/React.createElement(MinHeightContainer, {
|
|
34
30
|
minHeight: LINK_PICKER_MIN_HEIGHT_IN_PX_FALLBACK,
|
|
35
|
-
"data-testid": "link-picker-root-error-boundary-ui"
|
|
36
|
-
|
|
31
|
+
"data-testid": "link-picker-root-error-boundary-ui",
|
|
32
|
+
className: ax(["_vwz44jg8"])
|
|
33
|
+
}, /*#__PURE__*/React.createElement(EmptyState, {
|
|
37
34
|
header: header,
|
|
38
|
-
renderImage: () =>
|
|
35
|
+
renderImage: () => /*#__PURE__*/React.createElement(GenericErrorSVG, null),
|
|
39
36
|
description: description
|
|
40
37
|
}));
|
|
38
|
+
};
|
|
39
|
+
export const ErrorBoundaryFallback = () => {
|
|
40
|
+
if (fg('platform_bandicoots-link-picker-css')) {
|
|
41
|
+
return /*#__PURE__*/React.createElement(ErrorBoundaryFallbackNew, null);
|
|
42
|
+
}
|
|
43
|
+
return /*#__PURE__*/React.createElement(ErrorBoundaryFallbackOld, null);
|
|
41
44
|
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
|
+
import { css, jsx } from '@emotion/react';
|
|
7
|
+
import { defineMessages, useIntl } from 'react-intl-next';
|
|
8
|
+
import { LINK_PICKER_MIN_HEIGHT_IN_PX_FALLBACK } from '../../../../common/constants';
|
|
9
|
+
import { GenericErrorSVG } from '../../../../common/generic-error-svg';
|
|
10
|
+
import { EmptyState } from '../../../../common/ui/empty-state';
|
|
11
|
+
import { MinHeightContainer } from '../../../../common/ui/min-height-container';
|
|
12
|
+
const errorBoundaryFallbackStyles = css({
|
|
13
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
14
|
+
lineHeight: 'initial'
|
|
15
|
+
});
|
|
16
|
+
const messages = defineMessages({
|
|
17
|
+
heading: {
|
|
18
|
+
defaultMessage: 'Something went wrong!',
|
|
19
|
+
description: 'Heading displayed when an unhandled error occurs.',
|
|
20
|
+
id: 'fabric.linkPicker.unhandledError.heading'
|
|
21
|
+
},
|
|
22
|
+
description: {
|
|
23
|
+
defaultMessage: 'Try reloading the page.',
|
|
24
|
+
description: 'Body message shown underneath the heading when an unhandled error occurs.',
|
|
25
|
+
id: 'fabric.linkPicker.unhandledError.description'
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
export const ErrorBoundaryFallbackOld = () => {
|
|
29
|
+
const intl = useIntl();
|
|
30
|
+
const header = intl.formatMessage(messages.heading);
|
|
31
|
+
const description = intl.formatMessage(messages.description);
|
|
32
|
+
return jsx(MinHeightContainer, {
|
|
33
|
+
css: errorBoundaryFallbackStyles,
|
|
34
|
+
minHeight: LINK_PICKER_MIN_HEIGHT_IN_PX_FALLBACK,
|
|
35
|
+
"data-testid": "link-picker-root-error-boundary-ui"
|
|
36
|
+
}, jsx(EmptyState, {
|
|
37
|
+
header: header,
|
|
38
|
+
renderImage: () => jsx(GenericErrorSVG, null),
|
|
39
|
+
description: description
|
|
40
|
+
}));
|
|
41
|
+
};
|
|
@@ -1,27 +1,20 @@
|
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
1
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
*/
|
|
3
|
+
import "./index.compiled.css";
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import { memo } from 'react';
|
|
7
|
-
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
9
|
-
import { css, jsx } from '@emotion/react';
|
|
10
7
|
import { defineMessages, useIntl } from 'react-intl-next';
|
|
11
8
|
import Button, { ButtonGroup } from '@atlaskit/button';
|
|
12
9
|
import EditorAddIconLegacy from '@atlaskit/icon/glyph/editor/add';
|
|
13
10
|
import EditorAddIcon from '@atlaskit/icon/utility/add';
|
|
11
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
12
|
import VisuallyHidden from '@atlaskit/visually-hidden';
|
|
15
13
|
import { UnauthenticatedError } from '../../../common/utils/errors';
|
|
16
|
-
import FeatureDiscovery from './feature-discovery';
|
|
17
14
|
import { LinkPickerSubmitButton } from './link-picker-submit-button';
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
});
|
|
22
|
-
const formFooterActionStyles = css({
|
|
23
|
-
marginRight: 'auto'
|
|
24
|
-
});
|
|
15
|
+
import { FormFooterOld } from './old';
|
|
16
|
+
const formFooterStyles = null;
|
|
17
|
+
const formFooterActionStyles = null;
|
|
25
18
|
export const messages = defineMessages({
|
|
26
19
|
cancelButton: {
|
|
27
20
|
id: 'fabric.linkPicker.button.cancel',
|
|
@@ -38,11 +31,9 @@ export const testIds = {
|
|
|
38
31
|
insertButton: 'link-picker-insert-button',
|
|
39
32
|
cancelButton: 'link-picker-cancel-button',
|
|
40
33
|
actionButton: 'link-picker-action-button',
|
|
41
|
-
submitStatusA11yIndicator: 'link-picker-submit-status-a11y-indicator'
|
|
42
|
-
/** Feature discovery for action button (css pulse) */
|
|
43
|
-
actionButtonDiscovery: 'link-picker-action-button-discovery'
|
|
34
|
+
submitStatusA11yIndicator: 'link-picker-submit-status-a11y-indicator'
|
|
44
35
|
};
|
|
45
|
-
export const
|
|
36
|
+
export const FormFooterNew = /*#__PURE__*/memo(({
|
|
46
37
|
isLoading,
|
|
47
38
|
isSubmitting = false,
|
|
48
39
|
error,
|
|
@@ -52,21 +43,21 @@ export const FormFooter = /*#__PURE__*/memo(({
|
|
|
52
43
|
isEditing,
|
|
53
44
|
onCancel,
|
|
54
45
|
action,
|
|
55
|
-
createFeatureDiscovery = false,
|
|
56
46
|
customSubmitButtonLabel,
|
|
57
47
|
submitMessageId,
|
|
58
48
|
hideSubmitButton,
|
|
49
|
+
className,
|
|
59
50
|
...restProps
|
|
60
51
|
}) => {
|
|
61
52
|
const intl = useIntl();
|
|
62
53
|
if (error && error instanceof UnauthenticatedError) {
|
|
63
54
|
return null;
|
|
64
55
|
}
|
|
65
|
-
const createButton = pluginAction =>
|
|
56
|
+
const createButton = pluginAction => /*#__PURE__*/React.createElement(Button, {
|
|
66
57
|
testId: testIds.actionButton,
|
|
67
58
|
onClick: pluginAction.callback,
|
|
68
59
|
appearance: "default",
|
|
69
|
-
iconBefore:
|
|
60
|
+
iconBefore: /*#__PURE__*/React.createElement(EditorAddIcon, {
|
|
70
61
|
label: "",
|
|
71
62
|
LEGACY_size: "medium",
|
|
72
63
|
LEGACY_fallbackIcon: EditorAddIconLegacy,
|
|
@@ -75,23 +66,21 @@ export const FormFooter = /*#__PURE__*/memo(({
|
|
|
75
66
|
isDisabled: isSubmitting,
|
|
76
67
|
"aria-labelledby": isSubmitting ? submitMessageId : undefined
|
|
77
68
|
}, typeof pluginAction.label === 'string' ? pluginAction.label : intl.formatMessage(pluginAction.label));
|
|
78
|
-
return
|
|
79
|
-
|
|
80
|
-
}, restProps), isSubmitting &&
|
|
69
|
+
return /*#__PURE__*/React.createElement("footer", _extends({
|
|
70
|
+
className: ax(["_1e0c1txw _1bahesu3", className])
|
|
71
|
+
}, restProps), isSubmitting && /*#__PURE__*/React.createElement(VisuallyHidden, {
|
|
81
72
|
role: "status",
|
|
82
73
|
id: submitMessageId,
|
|
83
74
|
testId: testIds.submitStatusA11yIndicator
|
|
84
|
-
}, intl.formatMessage(messages.submittingStatusMessage)), action &&
|
|
85
|
-
|
|
86
|
-
},
|
|
87
|
-
testId: testIds.actionButtonDiscovery
|
|
88
|
-
}, createButton(action)) : createButton(action)), jsx(ButtonGroup, null, onCancel && jsx(Button, {
|
|
75
|
+
}, intl.formatMessage(messages.submittingStatusMessage)), action && /*#__PURE__*/React.createElement("div", {
|
|
76
|
+
className: ax(["_2hwx1wug"])
|
|
77
|
+
}, createButton(action)), /*#__PURE__*/React.createElement(ButtonGroup, null, onCancel && /*#__PURE__*/React.createElement(Button, {
|
|
89
78
|
appearance: "subtle",
|
|
90
79
|
onClick: onCancel,
|
|
91
80
|
testId: testIds.cancelButton,
|
|
92
81
|
isDisabled: isSubmitting,
|
|
93
82
|
"aria-labelledby": isSubmitting ? submitMessageId : undefined
|
|
94
|
-
}, intl.formatMessage(messages.cancelButton)), !hideSubmitButton &&
|
|
83
|
+
}, intl.formatMessage(messages.cancelButton)), !hideSubmitButton && /*#__PURE__*/React.createElement(LinkPickerSubmitButton, {
|
|
95
84
|
isEditing: isEditing,
|
|
96
85
|
isLoading: isLoading,
|
|
97
86
|
isSubmitting: isSubmitting,
|
|
@@ -103,4 +92,10 @@ export const FormFooter = /*#__PURE__*/memo(({
|
|
|
103
92
|
testId: testIds.insertButton,
|
|
104
93
|
url: url
|
|
105
94
|
})));
|
|
106
|
-
});
|
|
95
|
+
});
|
|
96
|
+
export const FormFooter = props => {
|
|
97
|
+
if (fg('platform_bandicoots-link-picker-css')) {
|
|
98
|
+
return /*#__PURE__*/React.createElement(FormFooterNew, props);
|
|
99
|
+
}
|
|
100
|
+
return /*#__PURE__*/React.createElement(FormFooterOld, props);
|
|
101
|
+
};
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
1
|
+
import React from 'react';
|
|
7
2
|
import { defineMessages, useIntl } from 'react-intl-next';
|
|
8
3
|
import LoadingButton from '@atlaskit/button/loading-button';
|
|
9
4
|
import { checkSubmitDisabled } from './utils';
|
|
@@ -34,7 +29,7 @@ export const LinkPickerSubmitButton = ({
|
|
|
34
29
|
const intl = useIntl();
|
|
35
30
|
const insertButtonMsg = isEditing ? messages.saveButton : messages.insertButton;
|
|
36
31
|
const isSubmitDisabled = checkSubmitDisabled(isLoading, isSubmitting, error, url, queryState, items);
|
|
37
|
-
return
|
|
32
|
+
return /*#__PURE__*/React.createElement(LoadingButton, {
|
|
38
33
|
type: "submit",
|
|
39
34
|
appearance: "primary",
|
|
40
35
|
testId: testId,
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/* eslint-disable @atlassian/tangerine/import/no-parent-imports */
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @jsxRuntime classic
|
|
6
|
+
* @jsx jsx
|
|
7
|
+
*/
|
|
8
|
+
import { memo } from 'react';
|
|
9
|
+
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
|
+
import { css, jsx } from '@emotion/react';
|
|
12
|
+
import { defineMessages, useIntl } from 'react-intl-next';
|
|
13
|
+
import Button, { ButtonGroup } from '@atlaskit/button';
|
|
14
|
+
import EditorAddIconLegacy from '@atlaskit/icon/glyph/editor/add';
|
|
15
|
+
import EditorAddIcon from '@atlaskit/icon/utility/add';
|
|
16
|
+
import VisuallyHidden from '@atlaskit/visually-hidden';
|
|
17
|
+
import { UnauthenticatedError } from '../../../../common/utils/errors';
|
|
18
|
+
import { LinkPickerSubmitButton } from '../link-picker-submit-button';
|
|
19
|
+
const formFooterStyles = css({
|
|
20
|
+
display: 'flex',
|
|
21
|
+
justifyContent: 'flex-end'
|
|
22
|
+
});
|
|
23
|
+
const formFooterActionStyles = css({
|
|
24
|
+
marginRight: 'auto'
|
|
25
|
+
});
|
|
26
|
+
export const messages = defineMessages({
|
|
27
|
+
cancelButton: {
|
|
28
|
+
id: 'fabric.linkPicker.button.cancel',
|
|
29
|
+
defaultMessage: 'Cancel',
|
|
30
|
+
description: 'Button to cancel and dismiss the link picker'
|
|
31
|
+
},
|
|
32
|
+
submittingStatusMessage: {
|
|
33
|
+
id: 'fabric.linkPicker.status.submitting',
|
|
34
|
+
defaultMessage: 'Submitting',
|
|
35
|
+
description: 'Accessibility text to indicate the form has been submitted, and submission is in-progress'
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
export const testIds = {
|
|
39
|
+
insertButton: 'link-picker-insert-button',
|
|
40
|
+
cancelButton: 'link-picker-cancel-button',
|
|
41
|
+
actionButton: 'link-picker-action-button',
|
|
42
|
+
submitStatusA11yIndicator: 'link-picker-submit-status-a11y-indicator',
|
|
43
|
+
/** Feature discovery for action button (css pulse) */
|
|
44
|
+
actionButtonDiscovery: 'link-picker-action-button-discovery'
|
|
45
|
+
};
|
|
46
|
+
export const FormFooterOld = /*#__PURE__*/memo(({
|
|
47
|
+
isLoading,
|
|
48
|
+
isSubmitting = false,
|
|
49
|
+
error,
|
|
50
|
+
url,
|
|
51
|
+
queryState,
|
|
52
|
+
items,
|
|
53
|
+
isEditing,
|
|
54
|
+
onCancel,
|
|
55
|
+
action,
|
|
56
|
+
customSubmitButtonLabel,
|
|
57
|
+
submitMessageId,
|
|
58
|
+
hideSubmitButton,
|
|
59
|
+
...restProps
|
|
60
|
+
}) => {
|
|
61
|
+
const intl = useIntl();
|
|
62
|
+
if (error && error instanceof UnauthenticatedError) {
|
|
63
|
+
return null;
|
|
64
|
+
}
|
|
65
|
+
const createButton = pluginAction => jsx(Button, {
|
|
66
|
+
testId: testIds.actionButton,
|
|
67
|
+
onClick: pluginAction.callback,
|
|
68
|
+
appearance: "default",
|
|
69
|
+
iconBefore: jsx(EditorAddIcon, {
|
|
70
|
+
label: "",
|
|
71
|
+
LEGACY_size: "medium",
|
|
72
|
+
LEGACY_fallbackIcon: EditorAddIconLegacy,
|
|
73
|
+
color: "currentColor"
|
|
74
|
+
}),
|
|
75
|
+
isDisabled: isSubmitting,
|
|
76
|
+
"aria-labelledby": isSubmitting ? submitMessageId : undefined
|
|
77
|
+
}, typeof pluginAction.label === 'string' ? pluginAction.label : intl.formatMessage(pluginAction.label));
|
|
78
|
+
return jsx("footer", _extends({
|
|
79
|
+
css: formFooterStyles
|
|
80
|
+
}, restProps), isSubmitting && jsx(VisuallyHidden, {
|
|
81
|
+
role: "status",
|
|
82
|
+
id: submitMessageId,
|
|
83
|
+
testId: testIds.submitStatusA11yIndicator
|
|
84
|
+
}, intl.formatMessage(messages.submittingStatusMessage)), action && jsx("div", {
|
|
85
|
+
css: formFooterActionStyles
|
|
86
|
+
}, createButton(action)), jsx(ButtonGroup, null, onCancel && jsx(Button, {
|
|
87
|
+
appearance: "subtle",
|
|
88
|
+
onClick: onCancel,
|
|
89
|
+
testId: testIds.cancelButton,
|
|
90
|
+
isDisabled: isSubmitting,
|
|
91
|
+
"aria-labelledby": isSubmitting ? submitMessageId : undefined
|
|
92
|
+
}, intl.formatMessage(messages.cancelButton)), !hideSubmitButton && jsx(LinkPickerSubmitButton, {
|
|
93
|
+
isEditing: isEditing,
|
|
94
|
+
isLoading: isLoading,
|
|
95
|
+
isSubmitting: isSubmitting,
|
|
96
|
+
customSubmitButtonLabel: customSubmitButtonLabel,
|
|
97
|
+
error: error,
|
|
98
|
+
items: items,
|
|
99
|
+
queryState: queryState,
|
|
100
|
+
submitMessageId: submitMessageId,
|
|
101
|
+
testId: testIds.insertButton,
|
|
102
|
+
url: url
|
|
103
|
+
})));
|
|
104
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
._19bv164s{padding-left:var(--link-picker-padding-left)}
|
|
2
|
+
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
3
|
+
._1e0c1txw{display:flex}
|
|
4
|
+
._1e0ctcjq{display:block!important}
|
|
5
|
+
._2lx21bp4{flex-direction:column}
|
|
6
|
+
._ca0q1k79{padding-top:var(--link-picker-padding-top)}
|
|
7
|
+
._n3td1t3k{padding-bottom:var(--link-picker-padding-bottom)}
|
|
8
|
+
._u5f31pah{padding-right:var(--link-picker-padding-right)}
|
|
9
|
+
._vchhusvi{box-sizing:border-box}
|
|
10
|
+
._vwz44jg8{line-height:normal}
|