@atlaskit/link-datasource 2.3.6 → 2.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/index.js +4 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/styled.js +5 -4
- package/dist/cjs/ui/common/error-state/access-required.js +1 -0
- package/dist/cjs/ui/common/error-state/loading-error.js +1 -0
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +1 -0
- package/dist/cjs/ui/common/error-state/no-instances.js +1 -0
- package/dist/cjs/ui/common/error-state/no-results.js +1 -0
- package/dist/cjs/ui/common/initial-state-view/index.js +1 -0
- package/dist/cjs/ui/common/modal/content-container/index.js +5 -0
- package/dist/cjs/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +5 -1
- package/dist/cjs/ui/common/modal/site-selector/index.js +1 -0
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -7
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/cjs/ui/issue-like-table/drag-column-preview.js +7 -2
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +4 -0
- package/dist/cjs/ui/issue-like-table/empty-state/index.js +3 -1
- package/dist/cjs/ui/issue-like-table/index.js +10 -2
- package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/text/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/cjs/ui/issue-like-table/styled.js +2 -2
- package/dist/cjs/ui/jira-issues-modal/mode-switcher/index.js +3 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +4 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/styled.js +5 -4
- package/dist/es2019/ui/common/error-state/access-required.js +1 -0
- package/dist/es2019/ui/common/error-state/loading-error.js +1 -0
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +1 -0
- package/dist/es2019/ui/common/error-state/no-instances.js +1 -0
- package/dist/es2019/ui/common/error-state/no-results.js +1 -0
- package/dist/es2019/ui/common/initial-state-view/index.js +1 -0
- package/dist/es2019/ui/common/modal/content-container/index.js +5 -0
- package/dist/es2019/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +5 -1
- package/dist/es2019/ui/common/modal/site-selector/index.js +1 -0
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -7
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/es2019/ui/issue-like-table/drag-column-preview.js +7 -2
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +5 -1
- package/dist/es2019/ui/issue-like-table/empty-state/index.js +3 -1
- package/dist/es2019/ui/issue-like-table/index.js +15 -2
- package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +1 -0
- package/dist/es2019/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/text/index.js +1 -0
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/styled.js +7 -2
- package/dist/es2019/ui/jira-issues-modal/mode-switcher/index.js +3 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +4 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/styled.js +5 -4
- package/dist/esm/ui/common/error-state/access-required.js +1 -0
- package/dist/esm/ui/common/error-state/loading-error.js +1 -0
- package/dist/esm/ui/common/error-state/modal-loading-error.js +1 -0
- package/dist/esm/ui/common/error-state/no-instances.js +1 -0
- package/dist/esm/ui/common/error-state/no-results.js +1 -0
- package/dist/esm/ui/common/initial-state-view/index.js +1 -0
- package/dist/esm/ui/common/modal/content-container/index.js +5 -0
- package/dist/esm/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/esm/ui/common/modal/popup-select/trigger.js +5 -1
- package/dist/esm/ui/common/modal/site-selector/index.js +1 -0
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -7
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/esm/ui/issue-like-table/drag-column-preview.js +7 -2
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +4 -0
- package/dist/esm/ui/issue-like-table/empty-state/index.js +3 -1
- package/dist/esm/ui/issue-like-table/index.js +10 -2
- package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +1 -0
- package/dist/esm/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/text/index.js +1 -0
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/esm/ui/issue-like-table/styled.js +2 -2
- package/dist/esm/ui/jira-issues-modal/mode-switcher/index.js +3 -0
- package/dist/types/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/package.json +155 -172
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 2.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#110903](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110903)
|
|
8
|
+
[`20e5460b28e6d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20e5460b28e6d) -
|
|
9
|
+
[ux] Closing the modal will no longer trigger return of focus, because it works in a very buggy
|
|
10
|
+
way inside editor.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 2.3.7
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#108865](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108865)
|
|
18
|
+
[`db1d41998242d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db1d41998242d) -
|
|
19
|
+
[ux] Rename mock data priority column to "Priority" and change default with for it from 40 to 64px
|
|
20
|
+
to allow for whole word without line break
|
|
21
|
+
|
|
3
22
|
## 2.3.6
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -30,9 +30,13 @@ var tableBordersStyles = (0, _react2.css)({
|
|
|
30
30
|
borderTopLeftRadius: "var(--ds-border-radius-200, 8px)",
|
|
31
31
|
borderTopRightRadius: "var(--ds-border-radius-200, 8px)",
|
|
32
32
|
borderBottom: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(_colors.N40, ")")),
|
|
33
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
33
34
|
backgroundImage: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundImage,
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
34
36
|
backgroundRepeat: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
35
38
|
backgroundSize: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundSize,
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
36
40
|
backgroundAttachment: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
37
41
|
});
|
|
38
42
|
var RejectedView = function RejectedView() {
|
|
@@ -21,6 +21,7 @@ var svgAndTextsWrapperStyles = (0, _react.css)({
|
|
|
21
21
|
alignSelf: 'center'
|
|
22
22
|
});
|
|
23
23
|
var searchTitleStyles = (0, _react.css)({
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
24
25
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")"),
|
|
25
26
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
26
27
|
paddingBottom: "var(--ds-space-100, 8px)"
|
|
@@ -6,18 +6,19 @@ 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
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
|
|
10
10
|
var FormRowContainer = exports.FormRowContainer = _styled.default.div(function (props) {
|
|
11
11
|
return {
|
|
12
12
|
alignItems: 'center',
|
|
13
13
|
display: 'flex',
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
14
15
|
gap: props.isNarrowGap ? "var(--ds-space-100, 8px)" : "var(--ds-space-200, 16px)",
|
|
15
16
|
flexGrow: 1,
|
|
16
17
|
width: '100%'
|
|
17
18
|
};
|
|
18
19
|
});
|
|
19
20
|
|
|
20
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
21
22
|
var FormContainer = exports.FormContainer = _styled.default.form({
|
|
22
23
|
display: 'grid',
|
|
23
24
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -25,13 +26,13 @@ var FormContainer = exports.FormContainer = _styled.default.form({
|
|
|
25
26
|
});
|
|
26
27
|
|
|
27
28
|
// Override the top margin of fields
|
|
28
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
29
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
29
30
|
var FieldContainer = exports.FieldContainer = _styled.default.div({
|
|
30
31
|
flex: 1,
|
|
31
32
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
32
33
|
});
|
|
33
34
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
36
|
var SchemaSelectContainer = exports.SchemaSelectContainer = _styled.default.div({
|
|
36
37
|
width: '100%',
|
|
37
38
|
maxWidth: '386px'
|
|
@@ -19,6 +19,7 @@ var _messages = require("./messages");
|
|
|
19
19
|
|
|
20
20
|
var urlStyles = (0, _react2.css)({
|
|
21
21
|
color: "var(--ds-text-subtlest, ".concat(_colors.N400, ")"),
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
23
|
font: "var(--ds-font-body, ".concat(_typography.fontFallback.body.medium, ")")
|
|
23
24
|
});
|
|
24
25
|
var descriptionMessageStyles = (0, _react2.css)({
|
|
@@ -27,6 +27,7 @@ var errorMessageContainerStyles = (0, _react2.css)({
|
|
|
27
27
|
placeItems: 'center'
|
|
28
28
|
});
|
|
29
29
|
var errorMessageStyles = (0, _react2.css)({
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
30
31
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")")
|
|
31
32
|
});
|
|
32
33
|
var errorDescriptionStyles = (0, _react2.css)({
|
|
@@ -25,6 +25,7 @@ var errorMessageContainerStyles = (0, _react2.css)({
|
|
|
25
25
|
placeItems: 'center'
|
|
26
26
|
});
|
|
27
27
|
var errorMessageStyles = (0, _react2.css)({
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
28
29
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")")
|
|
29
30
|
});
|
|
30
31
|
var errorDescriptionStyles = (0, _react2.css)({
|
|
@@ -12,6 +12,7 @@ var _noInstancesSvg = require("./no-instances-svg");
|
|
|
12
12
|
/** @jsx jsx */
|
|
13
13
|
|
|
14
14
|
var titleStyles = (0, _react.css)({
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
15
16
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")"),
|
|
16
17
|
marginTop: "var(--ds-space-200, 16px)"
|
|
17
18
|
});
|
|
@@ -27,6 +27,7 @@ var noResultsMessageContainerStyles = (0, _react2.css)({
|
|
|
27
27
|
placeItems: 'center'
|
|
28
28
|
});
|
|
29
29
|
var noResultsMessageStyles = (0, _react2.css)({
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
30
31
|
font: "var(--ds-font-heading-small, ".concat(_typography.fontFallback.heading.small, ")")
|
|
31
32
|
});
|
|
32
33
|
var NoResults = exports.NoResults = function NoResults(_ref) {
|
|
@@ -29,6 +29,7 @@ var betaTagStyles = (0, _react.css)({
|
|
|
29
29
|
});
|
|
30
30
|
var searchTitleStyles = (0, _react.css)({
|
|
31
31
|
color: "var(--ds-text-subtlest, ".concat(_colors.N300, ")"),
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
32
33
|
font: "var(--ds-font-heading-medium, ".concat(_typography.fontFallback.heading.medium, ")"),
|
|
33
34
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
34
35
|
paddingBottom: "var(--ds-space-100, 8px)",
|
|
@@ -15,10 +15,15 @@ var contentContainerStyles = (0, _primitives.xcss)({
|
|
|
15
15
|
maxHeight: '420px',
|
|
16
16
|
overflow: 'auto',
|
|
17
17
|
borderBottom: "2px solid ".concat("var(--ds-background-accent-gray-subtler, ".concat(_colors.N40, ")")),
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
18
19
|
backgroundImage: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundImage,
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
19
21
|
backgroundPosition: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundPosition,
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
20
23
|
backgroundRepeat: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
21
25
|
backgroundSize: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundSize,
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
22
27
|
backgroundAttachment: _issueLikeTable.scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
23
28
|
});
|
|
24
29
|
var tableContainerStyles = (0, _primitives.xcss)({
|
|
@@ -29,6 +29,7 @@ var DatasourceModal = exports.DatasourceModal = function DatasourceModal(_ref) {
|
|
|
29
29
|
onClose: onClose,
|
|
30
30
|
width: "calc(100% - 80px)",
|
|
31
31
|
shouldScrollInViewport: true,
|
|
32
|
-
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick
|
|
32
|
+
shouldCloseOnOverlayClick: shouldCloseOnOverlayClick,
|
|
33
|
+
shouldReturnFocus: false
|
|
33
34
|
}, /*#__PURE__*/_react.default.createElement(ScreenEvent, null), children);
|
|
34
35
|
};
|
|
@@ -24,17 +24,21 @@ var badgeStyles = (0, _primitives.xcss)({
|
|
|
24
24
|
marginLeft: 'space.050'
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
28
28
|
var LoadingStateAnimationWrapper = exports.LoadingStateAnimationWrapper = _styled.default.div({
|
|
29
29
|
position: 'relative',
|
|
30
30
|
animation: 'flickerAnimation 2s infinite',
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
31
32
|
'@keyframes flickerAnimation': {
|
|
33
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
32
34
|
'0%': {
|
|
33
35
|
opacity: 1
|
|
34
36
|
},
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
35
38
|
'50%': {
|
|
36
39
|
opacity: 0.5
|
|
37
40
|
},
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
38
42
|
'100%': {
|
|
39
43
|
opacity: 1
|
|
40
44
|
}
|
|
@@ -28,6 +28,7 @@ var selectStyles = (0, _react2.css)({
|
|
|
28
28
|
fontSize: "var(--ds-font-size-100, 14px)",
|
|
29
29
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
30
30
|
lineHeight: "var(--ds-space-250, 20px)",
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
31
32
|
zIndex: _zindex.siteSelectorIndex
|
|
32
33
|
});
|
|
33
34
|
var SiteSelector = exports.SiteSelector = function SiteSelector(props) {
|
package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -8,7 +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 --
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
12
|
var PopupComponentContainer = exports.PopupComponentContainer = _styled.default.div({
|
|
13
13
|
boxSizing: 'border-box',
|
|
14
14
|
display: 'block',
|
|
@@ -16,13 +16,14 @@ var PopupComponentContainer = exports.PopupComponentContainer = _styled.default.
|
|
|
16
16
|
overflow: 'visible',
|
|
17
17
|
borderRadius: "var(--ds-border-radius-100, 4px)",
|
|
18
18
|
background: "var(--ds-background-input, ".concat(_colors.N0, ")"),
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
19
20
|
':focus': {
|
|
20
21
|
outline: 'none'
|
|
21
22
|
},
|
|
22
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))"
|
|
23
24
|
});
|
|
24
25
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
27
|
var CustomDropdown = exports.CustomDropdown = _styled.default.div({
|
|
27
28
|
width: '340px',
|
|
28
29
|
background: "var(--ds-background-input, ".concat(_colors.N0, ")"),
|
|
@@ -31,7 +32,7 @@ var CustomDropdown = exports.CustomDropdown = _styled.default.div({
|
|
|
31
32
|
zIndex: _constants.layers.modal()
|
|
32
33
|
});
|
|
33
34
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
|
|
35
36
|
var CustomDropdownItem = exports.CustomDropdownItem = _styled.default.div(function (props) {
|
|
36
37
|
return {
|
|
37
38
|
height: '36px',
|
|
@@ -39,25 +40,30 @@ var CustomDropdownItem = exports.CustomDropdownItem = _styled.default.div(functi
|
|
|
39
40
|
display: 'flex',
|
|
40
41
|
justifyContent: 'flex-start',
|
|
41
42
|
alignItems: 'center',
|
|
43
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
42
44
|
paddingLeft: props.isSelected ? '15px' : '16px',
|
|
43
45
|
boxSizing: 'border-box',
|
|
46
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
44
47
|
color: props.isSelected ? "var(--ds-text-selected, ".concat(_colors.B400, ")") : 'inherit',
|
|
48
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
45
49
|
background: props.isSelected ? "var(--ds-background-accent-blue-subtlest, ".concat(_colors.B50, ")") : 'transparent',
|
|
50
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
46
51
|
borderLeft: props.isSelected ? "2px solid ".concat("var(--ds-text-selected, ".concat(_colors.B400, ")")) : 'none',
|
|
47
52
|
'&:hover': {
|
|
53
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
48
54
|
background: props.isSelected ? "var(--ds-background-accent-blue-subtlest, ".concat(_colors.B50, ")") : "var(--ds-background-input-hovered, ".concat(_colors.N20, ")"),
|
|
49
55
|
cursor: 'default'
|
|
50
56
|
}
|
|
51
57
|
};
|
|
52
58
|
});
|
|
53
59
|
|
|
54
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
60
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
55
61
|
var CustomDateWrapper = exports.CustomDateWrapper = _styled.default.div({
|
|
56
62
|
padding: "var(--ds-space-150, 12px)",
|
|
57
63
|
boxSizing: 'border-box'
|
|
58
64
|
});
|
|
59
65
|
|
|
60
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
66
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
61
67
|
var DatePickersWrapper = exports.DatePickersWrapper = _styled.default.div({
|
|
62
68
|
display: 'flex',
|
|
63
69
|
justifyContent: 'space-between',
|
|
@@ -65,7 +71,7 @@ var DatePickersWrapper = exports.DatePickersWrapper = _styled.default.div({
|
|
|
65
71
|
width: '100%'
|
|
66
72
|
});
|
|
67
73
|
|
|
68
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
74
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
69
75
|
var SelectDateRangeButton = exports.SelectDateRangeButton = _styled.default.button({
|
|
70
76
|
background: "var(--ds-background-accent-gray-subtler, ".concat(_colors.N20, ")"),
|
|
71
77
|
border: 'none',
|
|
@@ -80,7 +86,7 @@ var SelectDateRangeButton = exports.SelectDateRangeButton = _styled.default.butt
|
|
|
80
86
|
}
|
|
81
87
|
});
|
|
82
88
|
|
|
83
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
89
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
84
90
|
var DateRangeErrorMessage = exports.DateRangeErrorMessage = _styled.default.div({
|
|
85
91
|
display: 'flex',
|
|
86
92
|
lineHeight: 1.3333,
|
|
@@ -17,6 +17,7 @@ var _excluded = ["children"];
|
|
|
17
17
|
var SELECT_ITEMS_MAXIMUM_THRESHOLD = exports.SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
18
18
|
var messageStyles = (0, _react.css)({
|
|
19
19
|
color: "var(--ds-text-subtle, #44546F)",
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
20
21
|
font: "var(--ds-font-body-small, ".concat(_typography.fontFallback.body.small, ")"),
|
|
21
22
|
fontWeight: "var(--ds-font-weight-regular, 400)"
|
|
22
23
|
});
|
|
@@ -22,7 +22,9 @@ var TablePreviewHeading = (0, _styled.default)(_styled2.TableHeading)({
|
|
|
22
22
|
whiteSpace: 'nowrap',
|
|
23
23
|
background: "var(--ds-background-disabled, #091E4224)",
|
|
24
24
|
maxWidth: maxWidth
|
|
25
|
-
},
|
|
25
|
+
},
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
27
|
+
firstLastChildOverride);
|
|
26
28
|
|
|
27
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
28
30
|
var TablePreviewCell = _styled.default.td({
|
|
@@ -34,11 +36,14 @@ var TablePreviewCell = _styled.default.td({
|
|
|
34
36
|
boxSizing: 'border-box',
|
|
35
37
|
borderBottom: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
36
38
|
height: '30px'
|
|
37
|
-
},
|
|
39
|
+
},
|
|
40
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
41
|
+
firstLastChildOverride);
|
|
38
42
|
var tableStyles = (0, _react2.css)({
|
|
39
43
|
background: "var(--ds-surface, #FFF)",
|
|
40
44
|
borderCollapse: 'separate',
|
|
41
45
|
borderSpacing: 0,
|
|
46
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
42
47
|
font: "var(--ds-font-body, ".concat(_typography.fontFallback.body.medium, ")"),
|
|
43
48
|
maxWidth: maxWidth
|
|
44
49
|
});
|
|
@@ -43,6 +43,7 @@ var DropdownParent = _styled.default.div({
|
|
|
43
43
|
display: 'flex',
|
|
44
44
|
alignItems: 'center',
|
|
45
45
|
whiteSpace: 'nowrap',
|
|
46
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
46
47
|
'& button': {
|
|
47
48
|
textAlign: 'left' /* By default button center in the middle without props to control it */,
|
|
48
49
|
height: 'auto' /* By default button is not happy with tall (up to lines in our case) content */,
|
|
@@ -69,6 +70,7 @@ var resizerStyles = (0, _react2.css)({
|
|
|
69
70
|
// we want this to sit on top of adjacent column headers
|
|
70
71
|
right: 'calc(-1 * calc(var(--local-hitbox-width) / 2))',
|
|
71
72
|
top: 0,
|
|
73
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
72
74
|
'::before': {
|
|
73
75
|
opacity: 0,
|
|
74
76
|
'--local-line-width': "var(--ds-border-width, 2px)",
|
|
@@ -80,6 +82,7 @@ var resizerStyles = (0, _react2.css)({
|
|
|
80
82
|
left: "calc(50% - calc(var(--local-line-width) / 2))",
|
|
81
83
|
transition: 'opacity 0.2s ease'
|
|
82
84
|
},
|
|
85
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
83
86
|
':hover::before': {
|
|
84
87
|
opacity: 1
|
|
85
88
|
}
|
|
@@ -89,6 +92,7 @@ var resizingStyles = (0, _react2.css)({
|
|
|
89
92
|
// while resizing. The browser controls the cursor while dragging, but the browser
|
|
90
93
|
// can sometimes bug out.
|
|
91
94
|
cursor: 'unset',
|
|
95
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
92
96
|
'::before': {
|
|
93
97
|
opacity: 1
|
|
94
98
|
}
|
|
@@ -31,9 +31,11 @@ var cellStyles = (0, _react.css)({
|
|
|
31
31
|
padding: padding,
|
|
32
32
|
borderRight: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
33
33
|
borderBottom: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
34
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
34
35
|
'&:first-child': {
|
|
35
36
|
paddingLeft: "var(--ds-space-100, 8px)"
|
|
36
37
|
},
|
|
38
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
37
39
|
'&:last-child': {
|
|
38
40
|
borderRight: 0,
|
|
39
41
|
paddingRight: "var(--ds-space-100, 8px)"
|
|
@@ -110,7 +112,7 @@ var _default = exports.default = function _default(_ref4) {
|
|
|
110
112
|
style: {
|
|
111
113
|
// the IssueLikeDataTableView wraps the table in a container with the styling below while modal doesn't
|
|
112
114
|
// this maxHeight comes from scrollableContainerHeight
|
|
113
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
115
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
114
116
|
maxHeight: _styled.ScrollableContainerHeight,
|
|
115
117
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
116
118
|
padding: "var(--ds-space-0, 0px)",
|
|
@@ -47,6 +47,7 @@ var tableHeadStyles = (0, _react2.css)({
|
|
|
47
47
|
background: "var(--ds-elevation-surface-current, #FFF)",
|
|
48
48
|
position: 'sticky',
|
|
49
49
|
top: 0,
|
|
50
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
50
51
|
zIndex: _zindex.stickyTableHeadersIndex
|
|
51
52
|
});
|
|
52
53
|
var truncateTextStyles = (0, _react2.css)({
|
|
@@ -81,6 +82,7 @@ var truncateStyles = (0, _react2.css)({
|
|
|
81
82
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
82
83
|
var TableCell = _styled.default.td((_styled$td = {}, (0, _defineProperty2.default)(_styled$td, "".concat((0, _styled2.withTablePluginBodyPrefix)()), {
|
|
83
84
|
/* First section here is to override things editor table plugin css defines */
|
|
85
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
84
86
|
font: _styled2.fieldTextFontSize,
|
|
85
87
|
padding: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-100, 8px)"),
|
|
86
88
|
border: 0,
|
|
@@ -189,10 +191,15 @@ var scrollableContainerStyles = (0, _react2.css)({
|
|
|
189
191
|
overflow: 'auto',
|
|
190
192
|
boxSizing: 'border-box',
|
|
191
193
|
backgroundColor: "var(--ds-elevation-surface-current, #FFF)",
|
|
194
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
192
195
|
backgroundImage: scrollableContainerShadowsCssComponents.backgroundImage,
|
|
196
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
193
197
|
backgroundPosition: scrollableContainerShadowsCssComponents.backgroundPosition,
|
|
198
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
194
199
|
backgroundRepeat: scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
200
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
195
201
|
backgroundSize: scrollableContainerShadowsCssComponents.backgroundSize,
|
|
202
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
196
203
|
backgroundAttachment: scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
197
204
|
});
|
|
198
205
|
var tableStyles = (0, _react2.css)({
|
|
@@ -211,6 +218,7 @@ var noDefaultBorderStyles = (0, _react2.css)({
|
|
|
211
218
|
borderBottom: 0
|
|
212
219
|
});
|
|
213
220
|
var headerStyles = (0, _react2.css)({
|
|
221
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
214
222
|
font: "var(--ds-font-body-UNSAFE_small, ".concat(_typography.fontFallback.body.UNSAFE_small, ")"),
|
|
215
223
|
fontWeight: "var(--ds-font-weight-medium, 500)"
|
|
216
224
|
});
|
|
@@ -246,7 +254,7 @@ var getOrderedColumns = exports.getOrderedColumns = function getOrderedColumns(c
|
|
|
246
254
|
};
|
|
247
255
|
var DEFAULT_WIDTH = _utils.COLUMN_BASE_WIDTH * 22;
|
|
248
256
|
var keyBasedWidthMap = {
|
|
249
|
-
priority: _utils.COLUMN_BASE_WIDTH *
|
|
257
|
+
priority: _utils.COLUMN_BASE_WIDTH * 8,
|
|
250
258
|
status: _utils.COLUMN_BASE_WIDTH * 18,
|
|
251
259
|
summary: _utils.COLUMN_BASE_WIDTH * 45,
|
|
252
260
|
description: _utils.COLUMN_BASE_WIDTH * 31,
|
|
@@ -659,7 +667,7 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
|
|
|
659
667
|
return (0, _react2.jsx)(_styled2.TableHeading, {
|
|
660
668
|
key: key,
|
|
661
669
|
"data-testid": "".concat(key, "-column-heading")
|
|
662
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
670
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
663
671
|
,
|
|
664
672
|
style: (0, _utils.getWidthCss)({
|
|
665
673
|
shouldUseWidth: shouldUseWidth,
|
|
@@ -27,6 +27,7 @@ var timeOptions = {
|
|
|
27
27
|
|
|
28
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
29
29
|
var DateTimeWrapper = _styled.default.span({
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
30
31
|
fontSize: _styled2.fieldTextFontSize
|
|
31
32
|
});
|
|
32
33
|
function getFormattedDate(value) {
|
|
@@ -40,7 +40,7 @@ var LinkRenderType = function LinkRenderType(_ref) {
|
|
|
40
40
|
url: url
|
|
41
41
|
}, /*#__PURE__*/_react.default.createElement(_linkUrl.default, {
|
|
42
42
|
href: url
|
|
43
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
43
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
44
44
|
,
|
|
45
45
|
style: _objectSpread(_objectSpread({}, linkStyle), {}, {
|
|
46
46
|
fontSize: _styled.fieldTextFontSize
|
|
@@ -12,6 +12,7 @@ var TEXT_TYPE_TEST_ID = exports.TEXT_TYPE_TEST_ID = 'link-datasource-render-type
|
|
|
12
12
|
|
|
13
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
14
14
|
var TextWrapper = _styled.default.span({
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
15
16
|
fontSize: _styled2.fieldTextFontSize
|
|
16
17
|
});
|
|
17
18
|
var TextRenderType = function TextRenderType(_ref) {
|
|
@@ -24,6 +24,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
24
24
|
var userWrapperStyles = (0, _primitives.xcss)({
|
|
25
25
|
display: 'flex',
|
|
26
26
|
alignItems: 'center',
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
27
28
|
fontSize: "".concat(_styled2.fieldTextFontSize, "px")
|
|
28
29
|
});
|
|
29
30
|
var avatarWrapperStyles = (0, _primitives.xcss)({
|
|
@@ -35,7 +36,9 @@ var widthObserverWrapperStyles = (0, _primitives.xcss)({
|
|
|
35
36
|
|
|
36
37
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
|
|
37
38
|
var AvatarGroupWrapperStyles = _styled.default.div({
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
38
40
|
ul: {
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
|
|
39
42
|
paddingLeft: '0px !important'
|
|
40
43
|
}
|
|
41
44
|
});
|
|
@@ -13,7 +13,7 @@ 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
15
|
|
|
16
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
17
17
|
var Table = exports.Table = _styled.default.table({
|
|
18
18
|
width: '100%'
|
|
19
19
|
});
|
|
@@ -33,7 +33,7 @@ var withTablePluginPrefix = exports.withTablePluginPrefix = function withTablePl
|
|
|
33
33
|
var withTablePluginHeaderPrefix = exports.withTablePluginHeaderPrefix = withTablePluginPrefix.bind(null, 'thead');
|
|
34
34
|
var withTablePluginBodyPrefix = exports.withTablePluginBodyPrefix = withTablePluginPrefix.bind(null, 'tbody');
|
|
35
35
|
|
|
36
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
36
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
37
37
|
var TableHeading = exports.TableHeading = _styled.default.th((_styled$th = {}, (0, _defineProperty2.default)(_styled$th, "".concat(withTablePluginHeaderPrefix()), {
|
|
38
38
|
border: 0,
|
|
39
39
|
position: 'relative',
|
|
@@ -40,6 +40,7 @@ var modeSwitcherLabelStyles = (0, _react2.css)({
|
|
|
40
40
|
textTransform: 'uppercase',
|
|
41
41
|
padding: "var(--ds-space-050, 4px)",
|
|
42
42
|
borderRadius: "var(--ds-space-050, 4px)",
|
|
43
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
43
44
|
':hover': {
|
|
44
45
|
cursor: 'pointer',
|
|
45
46
|
backgroundColor: "var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N30A, ")")
|
|
@@ -49,6 +50,7 @@ var modeSwitcherLabelSelectedStyles = (0, _react2.css)({
|
|
|
49
50
|
backgroundColor: "var(--ds-background-input-pressed, ".concat(_colors.N0, ")"),
|
|
50
51
|
borderRadius: "var(--ds-space-050, 4px)",
|
|
51
52
|
boxShadow: "var(--ds-shadow-overflow, 0px 0px 1px rgba(9, 30, 66, 0.12), 0px 0px 8px rgba(9, 30, 66, 0.16))",
|
|
53
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
52
54
|
':hover': {
|
|
53
55
|
cursor: 'pointer',
|
|
54
56
|
backgroundColor: "var(--ds-background-input-pressed, ".concat(_colors.N0, ")")
|
|
@@ -58,6 +60,7 @@ var modeSwitcherLabelDisabledStyles = (0, _react2.css)({
|
|
|
58
60
|
color: "var(--ds-text-disabled, ".concat(_colors.N60, ")")
|
|
59
61
|
});
|
|
60
62
|
var modeSwitcherDisabledStyles = (0, _react2.css)({
|
|
63
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
61
64
|
':hover': {
|
|
62
65
|
cursor: 'not-allowed',
|
|
63
66
|
background: 'transparent'
|
|
@@ -23,9 +23,13 @@ const tableBordersStyles = css({
|
|
|
23
23
|
borderTopLeftRadius: "var(--ds-border-radius-200, 8px)",
|
|
24
24
|
borderTopRightRadius: "var(--ds-border-radius-200, 8px)",
|
|
25
25
|
borderBottom: `2px solid ${`var(--ds-background-accent-gray-subtler, ${N40})`}`,
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
26
27
|
backgroundImage: scrollableContainerShadowsCssComponents.backgroundImage,
|
|
28
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
27
29
|
backgroundRepeat: scrollableContainerShadowsCssComponents.backgroundRepeat,
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
28
31
|
backgroundSize: scrollableContainerShadowsCssComponents.backgroundSize,
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
29
33
|
backgroundAttachment: scrollableContainerShadowsCssComponents.backgroundAttachment
|
|
30
34
|
});
|
|
31
35
|
const RejectedView = () => jsx("div", {
|
|
@@ -15,6 +15,7 @@ const svgAndTextsWrapperStyles = css({
|
|
|
15
15
|
alignSelf: 'center'
|
|
16
16
|
});
|
|
17
17
|
const searchTitleStyles = css({
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
18
19
|
font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`,
|
|
19
20
|
paddingTop: "var(--ds-space-200, 16px)",
|
|
20
21
|
paddingBottom: "var(--ds-space-100, 8px)"
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import styled from '@emotion/styled';
|
|
2
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled
|
|
2
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-dynamic-styles -- Ignored via go/DSP-18766
|
|
3
3
|
export const FormRowContainer = styled.div(props => ({
|
|
4
4
|
alignItems: 'center',
|
|
5
5
|
display: 'flex',
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
6
7
|
gap: props.isNarrowGap ? "var(--ds-space-100, 8px)" : "var(--ds-space-200, 16px)",
|
|
7
8
|
flexGrow: 1,
|
|
8
9
|
width: '100%'
|
|
9
10
|
}));
|
|
10
11
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
12
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
13
|
export const FormContainer = styled.form({
|
|
13
14
|
display: 'grid',
|
|
14
15
|
rowGap: "var(--ds-space-200, 16px)",
|
|
@@ -16,13 +17,13 @@ export const FormContainer = styled.form({
|
|
|
16
17
|
});
|
|
17
18
|
|
|
18
19
|
// Override the top margin of fields
|
|
19
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
20
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
20
21
|
export const FieldContainer = styled.div({
|
|
21
22
|
flex: 1,
|
|
22
23
|
marginTop: "var(--ds-space-negative-100, -8px)"
|
|
23
24
|
});
|
|
24
25
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled --
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
27
|
export const SchemaSelectContainer = styled.div({
|
|
27
28
|
width: '100%',
|
|
28
29
|
maxWidth: '386px'
|
|
@@ -11,6 +11,7 @@ import { AccessRequiredSVG } from './access-required-svg';
|
|
|
11
11
|
import { loadingErrorMessages } from './messages';
|
|
12
12
|
const urlStyles = css({
|
|
13
13
|
color: `var(--ds-text-subtlest, ${N400})`,
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
14
15
|
font: `var(--ds-font-body, ${fontFallback.body.medium})`
|
|
15
16
|
});
|
|
16
17
|
const descriptionMessageStyles = css({
|
|
@@ -19,6 +19,7 @@ const errorMessageContainerStyles = css({
|
|
|
19
19
|
placeItems: 'center'
|
|
20
20
|
});
|
|
21
21
|
const errorMessageStyles = css({
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
23
|
font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`
|
|
23
24
|
});
|
|
24
25
|
const errorDescriptionStyles = css({
|
|
@@ -18,6 +18,7 @@ const errorMessageContainerStyles = css({
|
|
|
18
18
|
placeItems: 'center'
|
|
19
19
|
});
|
|
20
20
|
const errorMessageStyles = css({
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
21
22
|
font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`
|
|
22
23
|
});
|
|
23
24
|
const errorDescriptionStyles = css({
|