@atlaskit/link-datasource 2.3.2 → 2.3.3
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 +9 -0
- package/dist/cjs/ui/assets-modal/search-container/styled.js +6 -0
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +2 -0
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -0
- package/dist/cjs/ui/issue-like-table/drag-column-preview.js +3 -0
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +1 -0
- package/dist/cjs/ui/issue-like-table/empty-state/type.js +1 -0
- package/dist/cjs/ui/issue-like-table/index.js +3 -0
- package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/render-type/icon/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/render-type/text/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +2 -0
- package/dist/cjs/ui/issue-like-table/styled.js +4 -0
- package/dist/cjs/ui/table-footer/index.js +9 -0
- package/dist/es2019/ui/assets-modal/search-container/styled.js +6 -0
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +2 -0
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -0
- package/dist/es2019/ui/issue-like-table/drag-column-preview.js +3 -0
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +1 -0
- package/dist/es2019/ui/issue-like-table/empty-state/type.js +1 -0
- package/dist/es2019/ui/issue-like-table/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/icon/index.js +1 -0
- package/dist/es2019/ui/issue-like-table/render-type/text/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +2 -0
- package/dist/es2019/ui/issue-like-table/styled.js +4 -0
- package/dist/es2019/ui/table-footer/index.js +9 -0
- package/dist/esm/ui/assets-modal/search-container/styled.js +6 -0
- package/dist/esm/ui/common/modal/popup-select/trigger.js +2 -0
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -0
- package/dist/esm/ui/issue-like-table/drag-column-preview.js +3 -0
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +1 -0
- package/dist/esm/ui/issue-like-table/empty-state/type.js +1 -0
- package/dist/esm/ui/issue-like-table/index.js +3 -0
- package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/icon/index.js +1 -0
- package/dist/esm/ui/issue-like-table/render-type/text/index.js +2 -0
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +2 -0
- package/dist/esm/ui/issue-like-table/styled.js +4 -0
- package/dist/esm/ui/table-footer/index.js +9 -0
- package/dist/types/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types/analytics/ufoExperiences/hooks/useColumnPickerRenderedFailedUfoExperience.d.ts +1 -1
- package/dist/types/analytics/ufoExperiences/hooks/useDataRenderedUfoExperience.d.ts +1 -1
- package/dist/types/common/types.d.ts +1 -1
- package/dist/types/common/utils/locale/fetch-messages-for-locale.d.ts +1 -1
- package/dist/types/hooks/useAssetsClient.d.ts +2 -2
- package/dist/types/hooks/useObjectSchemas.d.ts +1 -1
- package/dist/types/services/cmdbService.d.ts +3 -3
- package/dist/types/services/makeGetJqlAutocompleteData.d.ts +1 -1
- package/dist/types/services/makeGetJqlSuggestionsData.d.ts +1 -1
- package/dist/types/services/mocks.d.ts +2 -2
- package/dist/types/services/useBasicFilterAGG.d.ts +2 -2
- package/dist/types/ui/assets-modal/index.d.ts +1 -1
- package/dist/types/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types/ui/assets-modal/search-container/object-schema-select/index.d.ts +1 -1
- package/dist/types/ui/assets-modal/search-container/object-schema-select/utils.d.ts +1 -1
- package/dist/types/ui/common/error-state/no-instances.d.ts +1 -1
- package/dist/types/ui/common/error-state/provider-auth-required.d.ts +1 -1
- package/dist/types/ui/common/initial-state-view/index.d.ts +1 -1
- package/dist/types/ui/common/modal/basic-search-input/index.d.ts +1 -1
- package/dist/types/ui/common/modal/cancel-button/index.d.ts +1 -1
- package/dist/types/ui/common/modal/content-container/index.d.ts +1 -1
- package/dist/types/ui/common/modal/count-view-smart-link/index.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/control.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/dropdownIndicator.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/formatOptionLabel.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/index.d.ts +3 -3
- package/dist/types/ui/common/modal/popup-select/menu-list/index.d.ts +2 -2
- package/dist/types/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/trigger.d.ts +1 -1
- package/dist/types/ui/common/modal/popup-select/types.d.ts +1 -1
- package/dist/types/ui/common/modal/site-selector/index.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/basic-filters/filters/edited-or-created-by/index.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/basic-filters/hooks/useCurrentUserInfo.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/basic-filters/hooks/useRecommendation.d.ts +2 -2
- package/dist/types/ui/confluence-search-modal/basic-filters/types.d.ts +1 -1
- package/dist/types/ui/confluence-search-modal/index.d.ts +1 -1
- package/dist/types/ui/datasource-table-view/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/column-picker/concatenated-menu-list.d.ts +1 -1
- package/dist/types/ui/issue-like-table/column-picker/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/column-picker/types.d.ts +1 -1
- package/dist/types/ui/issue-like-table/custom-icons.d.ts +1 -1
- package/dist/types/ui/issue-like-table/empty-state/priority.d.ts +1 -1
- package/dist/types/ui/issue-like-table/empty-state/type.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/boolean/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/date-time/index.d.ts +2 -2
- package/dist/types/ui/issue-like-table/render-type/icon/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/link/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/status/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/tag/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/text/index.d.ts +1 -1
- package/dist/types/ui/issue-like-table/render-type/user/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/basic-filters/hooks/useFilterOptions.d.ts +3 -3
- package/dist/types/ui/jira-issues-modal/basic-filters/hooks/useHydrateJqlQuery.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/basic-filters/types.d.ts +1 -1
- package/dist/types/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/basic-filters/ui/index.d.ts +1 -1
- package/dist/types/ui/jira-issues-modal/basic-filters/utils/isClauseTooComplex.d.ts +1 -1
- package/dist/types/ui/jira-issues-modal/basic-filters/utils/transformers.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/index.d.ts +1 -1
- package/dist/types/ui/jira-issues-modal/jira-search-container/buildJQL.d.ts +1 -1
- package/dist/types/ui/jira-issues-modal/jira-search-container/index.d.ts +2 -2
- package/dist/types/ui/jira-issues-modal/types.d.ts +3 -3
- package/dist/types-ts4.5/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types-ts4.5/analytics/ufoExperiences/hooks/useColumnPickerRenderedFailedUfoExperience.d.ts +1 -1
- package/dist/types-ts4.5/analytics/ufoExperiences/hooks/useDataRenderedUfoExperience.d.ts +1 -1
- package/dist/types-ts4.5/common/types.d.ts +1 -1
- package/dist/types-ts4.5/common/utils/locale/fetch-messages-for-locale.d.ts +1 -1
- package/dist/types-ts4.5/hooks/useAssetsClient.d.ts +2 -2
- package/dist/types-ts4.5/hooks/useObjectSchemas.d.ts +1 -1
- package/dist/types-ts4.5/services/cmdbService.d.ts +3 -3
- package/dist/types-ts4.5/services/makeGetJqlAutocompleteData.d.ts +1 -1
- package/dist/types-ts4.5/services/makeGetJqlSuggestionsData.d.ts +1 -1
- package/dist/types-ts4.5/services/mocks.d.ts +2 -2
- package/dist/types-ts4.5/services/useBasicFilterAGG.d.ts +2 -2
- package/dist/types-ts4.5/ui/assets-modal/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/search-container/object-schema-select/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/search-container/object-schema-select/utils.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/error-state/no-instances.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/error-state/provider-auth-required.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/initial-state-view/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/basic-search-input/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/cancel-button/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/content-container/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/count-view-smart-link/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/control.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/dropdownIndicator.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/formatOptionLabel.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/index.d.ts +3 -3
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/trigger.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/popup-select/types.d.ts +1 -1
- package/dist/types-ts4.5/ui/common/modal/site-selector/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/edited-or-created-by/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/hooks/useCurrentUserInfo.d.ts +1 -1
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/hooks/useRecommendation.d.ts +2 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/types.d.ts +1 -1
- package/dist/types-ts4.5/ui/confluence-search-modal/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/datasource-table-view/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/column-picker/concatenated-menu-list.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/column-picker/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/column-picker/types.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/custom-icons.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/empty-state/priority.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/empty-state/type.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/boolean/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/date-time/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/issue-like-table/render-type/icon/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/link/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/status/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/tag/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/text/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/issue-like-table/render-type/user/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/hooks/useFilterOptions.d.ts +3 -3
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/hooks/useHydrateJqlQuery.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/types.d.ts +1 -1
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/ui/async-popup-select/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/ui/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/utils/isClauseTooComplex.d.ts +1 -1
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/utils/transformers.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/jira-issues-modal/jira-search-container/buildJQL.d.ts +1 -1
- package/dist/types-ts4.5/ui/jira-issues-modal/jira-search-container/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/jira-issues-modal/types.d.ts +3 -3
- package/examples-helpers/buildAssetsIssuesTable.tsx +2 -2
- package/examples-helpers/buildConfluenceSearchTable.tsx +2 -2
- package/examples-helpers/buildIssueLikeTable.tsx +2 -1
- package/examples-helpers/buildJiraIssuesTable.tsx +2 -2
- package/examples-helpers/mockJqlSmartLinkData.ts +1 -1
- package/examples-helpers/mockSmartLinkData.ts +1 -1
- package/examples-helpers/smartLinkCustomClient.ts +1 -1
- package/examples-helpers/useAssetsTableProps.tsx +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 2.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
|
|
8
|
+
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
|
|
9
|
+
[ED-23332] Update adf-schema package to 36.10.1
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 2.3.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.SchemaSelectContainer = exports.FormRowContainer = exports.FormContainer = exports.FieldContainer = void 0;
|
|
8
8
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
9
10
|
var FormRowContainer = exports.FormRowContainer = _styled.default.div(function (props) {
|
|
10
11
|
return {
|
|
11
12
|
alignItems: 'center',
|
|
@@ -15,6 +16,8 @@ var FormRowContainer = exports.FormRowContainer = _styled.default.div(function (
|
|
|
15
16
|
width: '100%'
|
|
16
17
|
};
|
|
17
18
|
});
|
|
19
|
+
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
18
21
|
var FormContainer = exports.FormContainer = _styled.default.form({
|
|
19
22
|
display: 'grid',
|
|
20
23
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -22,10 +25,13 @@ var FormContainer = exports.FormContainer = _styled.default.form({
|
|
|
22
25
|
});
|
|
23
26
|
|
|
24
27
|
// Override the top margin of fields
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
25
29
|
var FieldContainer = exports.FieldContainer = _styled.default.div({
|
|
26
30
|
flex: 1,
|
|
27
31
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
28
32
|
});
|
|
33
|
+
|
|
34
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
29
35
|
var SchemaSelectContainer = exports.SchemaSelectContainer = _styled.default.div({
|
|
30
36
|
width: '100%',
|
|
31
37
|
maxWidth: '386px'
|
|
@@ -23,6 +23,8 @@ var triggerButtonLabelStyles = (0, _primitives.xcss)({
|
|
|
23
23
|
var badgeStyles = (0, _primitives.xcss)({
|
|
24
24
|
marginLeft: 'space.050'
|
|
25
25
|
});
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
26
28
|
var LoadingStateAnimationWrapper = exports.LoadingStateAnimationWrapper = _styled.default.div({
|
|
27
29
|
position: 'relative',
|
|
28
30
|
animation: 'flickerAnimation 2s infinite',
|
package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -8,6 +8,7 @@ exports.SelectDateRangeButton = exports.PopupComponentContainer = exports.DateRa
|
|
|
8
8
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
9
9
|
var _colors = require("@atlaskit/theme/colors");
|
|
10
10
|
var _constants = require("@atlaskit/theme/constants");
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
11
12
|
var PopupComponentContainer = exports.PopupComponentContainer = _styled.default.div({
|
|
12
13
|
boxSizing: 'border-box',
|
|
13
14
|
display: 'block',
|
|
@@ -20,6 +21,8 @@ var PopupComponentContainer = exports.PopupComponentContainer = _styled.default.
|
|
|
20
21
|
},
|
|
21
22
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))"
|
|
22
23
|
});
|
|
24
|
+
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
23
26
|
var CustomDropdown = exports.CustomDropdown = _styled.default.div({
|
|
24
27
|
width: '340px',
|
|
25
28
|
background: "var(--ds-background-input, ".concat(_colors.N0, ")"),
|
|
@@ -27,6 +30,8 @@ var CustomDropdown = exports.CustomDropdown = _styled.default.div({
|
|
|
27
30
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))",
|
|
28
31
|
zIndex: _constants.layers.modal()
|
|
29
32
|
});
|
|
33
|
+
|
|
34
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
30
35
|
var CustomDropdownItem = exports.CustomDropdownItem = _styled.default.div(function (props) {
|
|
31
36
|
return {
|
|
32
37
|
height: '36px',
|
|
@@ -45,16 +50,22 @@ var CustomDropdownItem = exports.CustomDropdownItem = _styled.default.div(functi
|
|
|
45
50
|
}
|
|
46
51
|
};
|
|
47
52
|
});
|
|
53
|
+
|
|
54
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
48
55
|
var CustomDateWrapper = exports.CustomDateWrapper = _styled.default.div({
|
|
49
56
|
padding: "var(--ds-space-150, 12px)",
|
|
50
57
|
boxSizing: 'border-box'
|
|
51
58
|
});
|
|
59
|
+
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
52
61
|
var DatePickersWrapper = exports.DatePickersWrapper = _styled.default.div({
|
|
53
62
|
display: 'flex',
|
|
54
63
|
justifyContent: 'space-between',
|
|
55
64
|
alignItems: 'center',
|
|
56
65
|
width: '100%'
|
|
57
66
|
});
|
|
67
|
+
|
|
68
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
58
69
|
var SelectDateRangeButton = exports.SelectDateRangeButton = _styled.default.button({
|
|
59
70
|
background: "var(--ds-background-accent-gray-subtler, ".concat(_colors.N20, ")"),
|
|
60
71
|
border: 'none',
|
|
@@ -68,6 +79,8 @@ var SelectDateRangeButton = exports.SelectDateRangeButton = _styled.default.butt
|
|
|
68
79
|
cursor: 'pointer'
|
|
69
80
|
}
|
|
70
81
|
});
|
|
82
|
+
|
|
83
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
71
84
|
var DateRangeErrorMessage = exports.DateRangeErrorMessage = _styled.default.div({
|
|
72
85
|
display: 'flex',
|
|
73
86
|
lineHeight: 1.3333,
|
|
@@ -15,6 +15,7 @@ var _styled2 = require("./styled");
|
|
|
15
15
|
|
|
16
16
|
var maxWidth = '200px';
|
|
17
17
|
var firstLastChildOverride = "\n &:first-of-type, &:last-of-type {\n padding-left: ".concat("var(--ds-space-100, 8px)", ";\n padding-right: ", "var(--ds-space-100, 8px)", ";\n }\n");
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
18
19
|
var TablePreviewHeading = (0, _styled.default)(_styled2.TableHeading)({
|
|
19
20
|
overflow: 'hidden',
|
|
20
21
|
textOverflow: 'ellipsis',
|
|
@@ -22,6 +23,8 @@ var TablePreviewHeading = (0, _styled.default)(_styled2.TableHeading)({
|
|
|
22
23
|
background: "var(--ds-background-disabled, #091E4224)",
|
|
23
24
|
maxWidth: maxWidth
|
|
24
25
|
}, firstLastChildOverride);
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
25
28
|
var TablePreviewCell = _styled.default.td({
|
|
26
29
|
overflow: 'hidden',
|
|
27
30
|
textOverflow: 'ellipsis',
|
|
@@ -38,6 +38,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
38
38
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
39
39
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
40
40
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
41
42
|
var DropdownParent = _styled.default.div({
|
|
42
43
|
display: 'flex',
|
|
43
44
|
alignItems: 'center',
|
|
@@ -13,6 +13,7 @@ var _3 = _interopRequireDefault(require("@atlaskit/icon-object/glyph/epic/16"));
|
|
|
13
13
|
var _4 = _interopRequireDefault(require("@atlaskit/icon-object/glyph/issue/16"));
|
|
14
14
|
var _5 = _interopRequireDefault(require("@atlaskit/icon-object/glyph/story/16"));
|
|
15
15
|
var _6 = _interopRequireDefault(require("@atlaskit/icon-object/glyph/task/16"));
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
17
|
var IconWrapper = _styled.default.div({
|
|
17
18
|
display: 'flex',
|
|
18
19
|
alignItems: 'center',
|
|
@@ -54,6 +54,7 @@ var truncateTextStyles = (0, _react2.css)({
|
|
|
54
54
|
whiteSpace: 'nowrap'
|
|
55
55
|
});
|
|
56
56
|
var columnPickerWidth = 80;
|
|
57
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
57
58
|
var ColumnPickerHeader = _styled.default.th((0, _defineProperty2.default)({}, "".concat((0, _styled2.withTablePluginHeaderPrefix)('&:last-of-type')), {
|
|
58
59
|
boxSizing: 'border-box',
|
|
59
60
|
border: 0,
|
|
@@ -75,6 +76,8 @@ var truncateStyles = (0, _react2.css)({
|
|
|
75
76
|
textOverflow: 'ellipsis',
|
|
76
77
|
whiteSpace: 'nowrap'
|
|
77
78
|
});
|
|
79
|
+
|
|
80
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
78
81
|
var TableCell = _styled.default.td((_styled$td = {}, (0, _defineProperty2.default)(_styled$td, "".concat((0, _styled2.withTablePluginBodyPrefix)()), {
|
|
79
82
|
/* First section here is to override things editor table plugin css defines */
|
|
80
83
|
font: _styled2.fieldTextFontSize,
|
|
@@ -24,6 +24,8 @@ var timeOptions = {
|
|
|
24
24
|
hour: '2-digit',
|
|
25
25
|
minute: '2-digit'
|
|
26
26
|
};
|
|
27
|
+
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
27
29
|
var DateTimeWrapper = _styled.default.span({
|
|
28
30
|
fontSize: _styled2.fieldTextFontSize
|
|
29
31
|
});
|
|
@@ -8,6 +8,7 @@ exports.default = exports.ICON_TYPE_TEST_ID = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
10
10
|
var _image = _interopRequireDefault(require("@atlaskit/image"));
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
11
12
|
var IconWrapper = _styled.default.div({
|
|
12
13
|
display: 'flex',
|
|
13
14
|
alignItems: 'center',
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
10
10
|
var _styled2 = require("../../styled");
|
|
11
11
|
var TEXT_TYPE_TEST_ID = exports.TEXT_TYPE_TEST_ID = 'link-datasource-render-type--text';
|
|
12
|
+
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
12
14
|
var TextWrapper = _styled.default.span({
|
|
13
15
|
fontSize: _styled2.fieldTextFontSize
|
|
14
16
|
});
|
|
@@ -32,6 +32,8 @@ var avatarWrapperStyles = (0, _primitives.xcss)({
|
|
|
32
32
|
var widthObserverWrapperStyles = (0, _primitives.xcss)({
|
|
33
33
|
position: 'relative'
|
|
34
34
|
});
|
|
35
|
+
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
35
37
|
var AvatarGroupWrapperStyles = _styled.default.div({
|
|
36
38
|
ul: {
|
|
37
39
|
paddingLeft: '0px !important'
|
|
@@ -12,6 +12,8 @@ var _typography = require("@atlaskit/theme/typography");
|
|
|
12
12
|
var _styled$th;
|
|
13
13
|
var ScrollableContainerHeight = exports.ScrollableContainerHeight = 590;
|
|
14
14
|
var fieldTextFontSize = exports.fieldTextFontSize = "var(--ds-font-body, ".concat(_typography.fontFallback.body.medium, ")");
|
|
15
|
+
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
15
17
|
var Table = exports.Table = _styled.default.table({
|
|
16
18
|
width: '100%'
|
|
17
19
|
});
|
|
@@ -30,6 +32,8 @@ var withTablePluginPrefix = exports.withTablePluginPrefix = function withTablePl
|
|
|
30
32
|
};
|
|
31
33
|
var withTablePluginHeaderPrefix = exports.withTablePluginHeaderPrefix = withTablePluginPrefix.bind(null, 'thead');
|
|
32
34
|
var withTablePluginBodyPrefix = exports.withTablePluginBodyPrefix = withTablePluginPrefix.bind(null, 'tbody');
|
|
35
|
+
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
33
37
|
var TableHeading = exports.TableHeading = _styled.default.th((_styled$th = {}, (0, _defineProperty2.default)(_styled$th, "".concat(withTablePluginHeaderPrefix()), {
|
|
34
38
|
border: 0,
|
|
35
39
|
position: 'relative',
|
|
@@ -22,6 +22,7 @@ var _poweredByJsmAssets = require("./powered-by-jsm-assets");
|
|
|
22
22
|
var _syncInfo = require("./sync-info");
|
|
23
23
|
/** @jsx jsx */
|
|
24
24
|
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
25
26
|
var FooterWrapper = _styled.default.div({
|
|
26
27
|
padding: "var(--ds-space-0, 0px)".concat(" ", "var(--ds-space-200, 16px)"),
|
|
27
28
|
boxSizing: 'border-box',
|
|
@@ -31,21 +32,29 @@ var FooterWrapper = _styled.default.div({
|
|
|
31
32
|
background: "var(--ds-background-input, ".concat(_colors.N0, ")"),
|
|
32
33
|
borderTop: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(_colors.N40, ")"))
|
|
33
34
|
});
|
|
35
|
+
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
34
37
|
var TopBorderWrapper = _styled.default.div({
|
|
35
38
|
display: 'flex',
|
|
36
39
|
boxSizing: 'border-box',
|
|
37
40
|
justifyContent: 'space-between',
|
|
38
41
|
padding: "var(--ds-space-250, 20px)".concat(" ", "var(--ds-space-0, 0px)")
|
|
39
42
|
});
|
|
43
|
+
|
|
44
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
40
45
|
var ItemCounterWrapper = _styled.default.div({
|
|
41
46
|
display: 'flex',
|
|
42
47
|
alignSelf: 'center'
|
|
43
48
|
});
|
|
49
|
+
|
|
50
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
44
51
|
var SyncWrapper = _styled.default.div({
|
|
45
52
|
display: 'flex',
|
|
46
53
|
alignItems: 'center',
|
|
47
54
|
color: "var(--ds-text-accent-gray, ".concat(_colors.N90, ")")
|
|
48
55
|
});
|
|
56
|
+
|
|
57
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
49
58
|
var SyncTextWrapper = _styled.default.div({
|
|
50
59
|
marginRight: "var(--ds-space-075, 6px)",
|
|
51
60
|
fontSize: '12px'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
2
3
|
export const FormRowContainer = styled.div(props => ({
|
|
3
4
|
alignItems: 'center',
|
|
4
5
|
display: 'flex',
|
|
@@ -6,6 +7,8 @@ export const FormRowContainer = styled.div(props => ({
|
|
|
6
7
|
flexGrow: 1,
|
|
7
8
|
width: '100%'
|
|
8
9
|
}));
|
|
10
|
+
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
9
12
|
export const FormContainer = styled.form({
|
|
10
13
|
display: 'grid',
|
|
11
14
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -13,10 +16,13 @@ export const FormContainer = styled.form({
|
|
|
13
16
|
});
|
|
14
17
|
|
|
15
18
|
// Override the top margin of fields
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
20
|
export const FieldContainer = styled.div({
|
|
17
21
|
flex: 1,
|
|
18
22
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
19
23
|
});
|
|
24
|
+
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
20
26
|
export const SchemaSelectContainer = styled.div({
|
|
21
27
|
width: '100%',
|
|
22
28
|
maxWidth: '386px'
|
|
@@ -12,6 +12,8 @@ const triggerButtonLabelStyles = xcss({
|
|
|
12
12
|
const badgeStyles = xcss({
|
|
13
13
|
marginLeft: 'space.050'
|
|
14
14
|
});
|
|
15
|
+
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
15
17
|
export const LoadingStateAnimationWrapper = styled.div({
|
|
16
18
|
position: 'relative',
|
|
17
19
|
animation: 'flickerAnimation 2s infinite',
|
package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
2
|
import { B400, B50, N0, N20, N30, R400 } from '@atlaskit/theme/colors';
|
|
3
3
|
import { layers } from '@atlaskit/theme/constants';
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
4
5
|
export const PopupComponentContainer = styled.div({
|
|
5
6
|
boxSizing: 'border-box',
|
|
6
7
|
display: 'block',
|
|
@@ -13,6 +14,8 @@ export const PopupComponentContainer = styled.div({
|
|
|
13
14
|
},
|
|
14
15
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))"
|
|
15
16
|
});
|
|
17
|
+
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
19
|
export const CustomDropdown = styled.div({
|
|
17
20
|
width: '340px',
|
|
18
21
|
background: `var(--ds-background-input, ${N0})`,
|
|
@@ -20,6 +23,8 @@ export const CustomDropdown = styled.div({
|
|
|
20
23
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))",
|
|
21
24
|
zIndex: layers.modal()
|
|
22
25
|
});
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
23
28
|
export const CustomDropdownItem = styled.div(props => ({
|
|
24
29
|
height: '36px',
|
|
25
30
|
width: '100%',
|
|
@@ -36,16 +41,22 @@ export const CustomDropdownItem = styled.div(props => ({
|
|
|
36
41
|
cursor: 'default'
|
|
37
42
|
}
|
|
38
43
|
}));
|
|
44
|
+
|
|
45
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
39
46
|
export const CustomDateWrapper = styled.div({
|
|
40
47
|
padding: "var(--ds-space-150, 12px)",
|
|
41
48
|
boxSizing: 'border-box'
|
|
42
49
|
});
|
|
50
|
+
|
|
51
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
43
52
|
export const DatePickersWrapper = styled.div({
|
|
44
53
|
display: 'flex',
|
|
45
54
|
justifyContent: 'space-between',
|
|
46
55
|
alignItems: 'center',
|
|
47
56
|
width: '100%'
|
|
48
57
|
});
|
|
58
|
+
|
|
59
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
49
60
|
export const SelectDateRangeButton = styled.button({
|
|
50
61
|
background: `var(--ds-background-accent-gray-subtler, ${N20})`,
|
|
51
62
|
border: 'none',
|
|
@@ -59,6 +70,8 @@ export const SelectDateRangeButton = styled.button({
|
|
|
59
70
|
cursor: 'pointer'
|
|
60
71
|
}
|
|
61
72
|
});
|
|
73
|
+
|
|
74
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
62
75
|
export const DateRangeErrorMessage = styled.div({
|
|
63
76
|
display: 'flex',
|
|
64
77
|
lineHeight: 1.3333,
|
|
@@ -12,6 +12,7 @@ const firstLastChildOverride = `
|
|
|
12
12
|
padding-right: ${"var(--ds-space-100, 8px)"};
|
|
13
13
|
}
|
|
14
14
|
`;
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
15
16
|
const TablePreviewHeading = styled(TableHeading)({
|
|
16
17
|
overflow: 'hidden',
|
|
17
18
|
textOverflow: 'ellipsis',
|
|
@@ -19,6 +20,8 @@ const TablePreviewHeading = styled(TableHeading)({
|
|
|
19
20
|
background: "var(--ds-background-disabled, #091E4224)",
|
|
20
21
|
maxWidth: maxWidth
|
|
21
22
|
}, firstLastChildOverride);
|
|
23
|
+
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
22
25
|
const TablePreviewCell = styled.td({
|
|
23
26
|
overflow: 'hidden',
|
|
24
27
|
textOverflow: 'ellipsis',
|
|
@@ -22,6 +22,7 @@ import { GlyphPlaceholder, UnwrapTextIcon, WrapTextIcon } from './custom-icons';
|
|
|
22
22
|
import { issueLikeTableMessages } from './messages';
|
|
23
23
|
import { TableHeading } from './styled';
|
|
24
24
|
import { COLUMN_MIN_WIDTH, getWidthCss } from './utils';
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
25
26
|
const DropdownParent = styled.div({
|
|
26
27
|
display: 'flex',
|
|
27
28
|
alignItems: 'center',
|
|
@@ -6,6 +6,7 @@ import Epic16Icon from '@atlaskit/icon-object/glyph/epic/16';
|
|
|
6
6
|
import Issue16Icon from '@atlaskit/icon-object/glyph/issue/16';
|
|
7
7
|
import Story16Icon from '@atlaskit/icon-object/glyph/story/16';
|
|
8
8
|
import Task16Icon from '@atlaskit/icon-object/glyph/task/16';
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
9
10
|
const IconWrapper = styled.div({
|
|
10
11
|
display: 'flex',
|
|
11
12
|
alignItems: 'center',
|
|
@@ -39,6 +39,7 @@ const truncateTextStyles = css({
|
|
|
39
39
|
whiteSpace: 'nowrap'
|
|
40
40
|
});
|
|
41
41
|
const columnPickerWidth = 80;
|
|
42
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
42
43
|
const ColumnPickerHeader = styled.th({
|
|
43
44
|
[`${withTablePluginHeaderPrefix('&:last-of-type')}`]: {
|
|
44
45
|
boxSizing: 'border-box',
|
|
@@ -62,6 +63,8 @@ const truncateStyles = css({
|
|
|
62
63
|
textOverflow: 'ellipsis',
|
|
63
64
|
whiteSpace: 'nowrap'
|
|
64
65
|
});
|
|
66
|
+
|
|
67
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
65
68
|
const TableCell = styled.td({
|
|
66
69
|
[`${withTablePluginBodyPrefix()}`]: {
|
|
67
70
|
/* First section here is to override things editor table plugin css defines */
|
|
@@ -13,6 +13,8 @@ const timeOptions = {
|
|
|
13
13
|
hour: '2-digit',
|
|
14
14
|
minute: '2-digit'
|
|
15
15
|
};
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
18
|
const DateTimeWrapper = styled.span({
|
|
17
19
|
fontSize: fieldTextFontSize
|
|
18
20
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
3
|
import Image from '@atlaskit/image';
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
4
5
|
const IconWrapper = styled.div({
|
|
5
6
|
display: 'flex',
|
|
6
7
|
alignItems: 'center',
|
|
@@ -2,6 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
3
|
import { fieldTextFontSize } from '../../styled';
|
|
4
4
|
export const TEXT_TYPE_TEST_ID = 'link-datasource-render-type--text';
|
|
5
|
+
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
5
7
|
const TextWrapper = styled.span({
|
|
6
8
|
fontSize: fieldTextFontSize
|
|
7
9
|
});
|
|
@@ -20,6 +20,8 @@ const avatarWrapperStyles = xcss({
|
|
|
20
20
|
const widthObserverWrapperStyles = xcss({
|
|
21
21
|
position: 'relative'
|
|
22
22
|
});
|
|
23
|
+
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
23
25
|
const AvatarGroupWrapperStyles = styled.div({
|
|
24
26
|
ul: {
|
|
25
27
|
paddingLeft: '0px !important'
|
|
@@ -3,6 +3,8 @@ import { N40 } from '@atlaskit/theme/colors';
|
|
|
3
3
|
import { fontFallback } from '@atlaskit/theme/typography';
|
|
4
4
|
export const ScrollableContainerHeight = 590;
|
|
5
5
|
export const fieldTextFontSize = `var(--ds-font-body, ${fontFallback.body.medium})`;
|
|
6
|
+
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
6
8
|
export const Table = styled.table({
|
|
7
9
|
width: '100%'
|
|
8
10
|
});
|
|
@@ -22,6 +24,8 @@ export const withTablePluginPrefix = (tableSection, mainRule = '&') => `
|
|
|
22
24
|
`;
|
|
23
25
|
export const withTablePluginHeaderPrefix = withTablePluginPrefix.bind(null, 'thead');
|
|
24
26
|
export const withTablePluginBodyPrefix = withTablePluginPrefix.bind(null, 'tbody');
|
|
27
|
+
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
25
29
|
export const TableHeading = styled.th({
|
|
26
30
|
[`${withTablePluginHeaderPrefix()}`]: {
|
|
27
31
|
border: 0,
|
|
@@ -13,6 +13,7 @@ import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from '../assets-modal';
|
|
|
13
13
|
import { footerMessages } from './messages';
|
|
14
14
|
import { PoweredByJSMAssets } from './powered-by-jsm-assets';
|
|
15
15
|
import { SyncInfo } from './sync-info';
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
17
|
const FooterWrapper = styled.div({
|
|
17
18
|
padding: `${"var(--ds-space-0, 0px)"} ${"var(--ds-space-200, 16px)"}`,
|
|
18
19
|
boxSizing: 'border-box',
|
|
@@ -22,21 +23,29 @@ const FooterWrapper = styled.div({
|
|
|
22
23
|
background: `var(--ds-background-input, ${N0})`,
|
|
23
24
|
borderTop: `2px solid ${`var(--ds-background-accent-gray-subtler, ${N40})`}`
|
|
24
25
|
});
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
25
28
|
const TopBorderWrapper = styled.div({
|
|
26
29
|
display: 'flex',
|
|
27
30
|
boxSizing: 'border-box',
|
|
28
31
|
justifyContent: 'space-between',
|
|
29
32
|
padding: `${"var(--ds-space-250, 20px)"} ${"var(--ds-space-0, 0px)"}`
|
|
30
33
|
});
|
|
34
|
+
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
31
36
|
const ItemCounterWrapper = styled.div({
|
|
32
37
|
display: 'flex',
|
|
33
38
|
alignSelf: 'center'
|
|
34
39
|
});
|
|
40
|
+
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
35
42
|
const SyncWrapper = styled.div({
|
|
36
43
|
display: 'flex',
|
|
37
44
|
alignItems: 'center',
|
|
38
45
|
color: `var(--ds-text-accent-gray, ${N90})`
|
|
39
46
|
});
|
|
47
|
+
|
|
48
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
40
49
|
const SyncTextWrapper = styled.div({
|
|
41
50
|
marginRight: "var(--ds-space-075, 6px)",
|
|
42
51
|
fontSize: '12px'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
2
3
|
export var FormRowContainer = styled.div(function (props) {
|
|
3
4
|
return {
|
|
4
5
|
alignItems: 'center',
|
|
@@ -8,6 +9,8 @@ export var FormRowContainer = styled.div(function (props) {
|
|
|
8
9
|
width: '100%'
|
|
9
10
|
};
|
|
10
11
|
});
|
|
12
|
+
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
11
14
|
export var FormContainer = styled.form({
|
|
12
15
|
display: 'grid',
|
|
13
16
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -15,10 +18,13 @@ export var FormContainer = styled.form({
|
|
|
15
18
|
});
|
|
16
19
|
|
|
17
20
|
// Override the top margin of fields
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
18
22
|
export var FieldContainer = styled.div({
|
|
19
23
|
flex: 1,
|
|
20
24
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
21
25
|
});
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
22
28
|
export var SchemaSelectContainer = styled.div({
|
|
23
29
|
width: '100%',
|
|
24
30
|
maxWidth: '386px'
|
|
@@ -13,6 +13,8 @@ var triggerButtonLabelStyles = xcss({
|
|
|
13
13
|
var badgeStyles = xcss({
|
|
14
14
|
marginLeft: 'space.050'
|
|
15
15
|
});
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
18
|
export var LoadingStateAnimationWrapper = styled.div({
|
|
17
19
|
position: 'relative',
|
|
18
20
|
animation: 'flickerAnimation 2s infinite',
|
package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
2
|
import { B400, B50, N0, N20, N30, R400 } from '@atlaskit/theme/colors';
|
|
3
3
|
import { layers } from '@atlaskit/theme/constants';
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
4
5
|
export var PopupComponentContainer = styled.div({
|
|
5
6
|
boxSizing: 'border-box',
|
|
6
7
|
display: 'block',
|
|
@@ -13,6 +14,8 @@ export var PopupComponentContainer = styled.div({
|
|
|
13
14
|
},
|
|
14
15
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))"
|
|
15
16
|
});
|
|
17
|
+
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
16
19
|
export var CustomDropdown = styled.div({
|
|
17
20
|
width: '340px',
|
|
18
21
|
background: "var(--ds-background-input, ".concat(N0, ")"),
|
|
@@ -20,6 +23,8 @@ export var CustomDropdown = styled.div({
|
|
|
20
23
|
boxShadow: "var(--ds-shadow-overlay, 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 3px 5px 0px rgba(9, 30, 66, 0.20))",
|
|
21
24
|
zIndex: layers.modal()
|
|
22
25
|
});
|
|
26
|
+
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
23
28
|
export var CustomDropdownItem = styled.div(function (props) {
|
|
24
29
|
return {
|
|
25
30
|
height: '36px',
|
|
@@ -38,16 +43,22 @@ export var CustomDropdownItem = styled.div(function (props) {
|
|
|
38
43
|
}
|
|
39
44
|
};
|
|
40
45
|
});
|
|
46
|
+
|
|
47
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
41
48
|
export var CustomDateWrapper = styled.div({
|
|
42
49
|
padding: "var(--ds-space-150, 12px)",
|
|
43
50
|
boxSizing: 'border-box'
|
|
44
51
|
});
|
|
52
|
+
|
|
53
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
45
54
|
export var DatePickersWrapper = styled.div({
|
|
46
55
|
display: 'flex',
|
|
47
56
|
justifyContent: 'space-between',
|
|
48
57
|
alignItems: 'center',
|
|
49
58
|
width: '100%'
|
|
50
59
|
});
|
|
60
|
+
|
|
61
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
51
62
|
export var SelectDateRangeButton = styled.button({
|
|
52
63
|
background: "var(--ds-background-accent-gray-subtler, ".concat(N20, ")"),
|
|
53
64
|
border: 'none',
|
|
@@ -61,6 +72,8 @@ export var SelectDateRangeButton = styled.button({
|
|
|
61
72
|
cursor: 'pointer'
|
|
62
73
|
}
|
|
63
74
|
});
|
|
75
|
+
|
|
76
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
64
77
|
export var DateRangeErrorMessage = styled.div({
|
|
65
78
|
display: 'flex',
|
|
66
79
|
lineHeight: 1.3333,
|
|
@@ -7,6 +7,7 @@ import { fontFallback } from '@atlaskit/theme/typography';
|
|
|
7
7
|
import { TableHeading } from './styled';
|
|
8
8
|
var maxWidth = '200px';
|
|
9
9
|
var firstLastChildOverride = "\n &:first-of-type, &:last-of-type {\n padding-left: ".concat("var(--ds-space-100, 8px)", ";\n padding-right: ", "var(--ds-space-100, 8px)", ";\n }\n");
|
|
10
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
10
11
|
var TablePreviewHeading = styled(TableHeading)({
|
|
11
12
|
overflow: 'hidden',
|
|
12
13
|
textOverflow: 'ellipsis',
|
|
@@ -14,6 +15,8 @@ var TablePreviewHeading = styled(TableHeading)({
|
|
|
14
15
|
background: "var(--ds-background-disabled, #091E4224)",
|
|
15
16
|
maxWidth: maxWidth
|
|
16
17
|
}, firstLastChildOverride);
|
|
18
|
+
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
17
20
|
var TablePreviewCell = styled.td({
|
|
18
21
|
overflow: 'hidden',
|
|
19
22
|
textOverflow: 'ellipsis',
|
|
@@ -28,6 +28,7 @@ import { GlyphPlaceholder, UnwrapTextIcon, WrapTextIcon } from './custom-icons';
|
|
|
28
28
|
import { issueLikeTableMessages } from './messages';
|
|
29
29
|
import { TableHeading } from './styled';
|
|
30
30
|
import { COLUMN_MIN_WIDTH, getWidthCss } from './utils';
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
31
32
|
var DropdownParent = styled.div({
|
|
32
33
|
display: 'flex',
|
|
33
34
|
alignItems: 'center',
|