@atlaskit/link-datasource 2.3.7 → 2.3.9

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.
Files changed (152) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/ui/assets-modal/modal/index.js +1 -1
  3. package/dist/cjs/ui/assets-modal/modal/render-assets-content/index.js +6 -0
  4. package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +3 -0
  5. package/dist/cjs/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
  6. package/dist/cjs/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
  7. package/dist/cjs/ui/assets-modal/search-container/index.js +1 -0
  8. package/dist/cjs/ui/assets-modal/search-container/loading-state.js +1 -0
  9. package/dist/cjs/ui/assets-modal/search-container/object-schema-select/index.js +1 -1
  10. package/dist/cjs/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
  11. package/dist/cjs/ui/assets-modal/search-container/styled.js +7 -4
  12. package/dist/cjs/ui/common/error-state/access-required.js +3 -0
  13. package/dist/cjs/ui/common/error-state/loading-error.js +3 -0
  14. package/dist/cjs/ui/common/error-state/modal-loading-error.js +3 -0
  15. package/dist/cjs/ui/common/error-state/no-instances.js +2 -0
  16. package/dist/cjs/ui/common/error-state/no-results.js +3 -0
  17. package/dist/cjs/ui/common/error-state/provider-auth-required-svg.js +1 -0
  18. package/dist/cjs/ui/common/error-state/provider-auth-required.js +2 -0
  19. package/dist/cjs/ui/common/initial-state-view/index.js +2 -0
  20. package/dist/cjs/ui/common/modal/basic-search-input/index.js +2 -0
  21. package/dist/cjs/ui/common/modal/cancel-button/index.js +2 -0
  22. package/dist/cjs/ui/common/modal/content-container/index.js +7 -0
  23. package/dist/cjs/ui/common/modal/count-view-smart-link/index.js +1 -0
  24. package/dist/cjs/ui/common/modal/datasource-modal/index.js +2 -1
  25. package/dist/cjs/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
  26. package/dist/cjs/ui/common/modal/popup-select/trigger.js +7 -1
  27. package/dist/cjs/ui/common/modal/site-selector/index.js +2 -0
  28. package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +15 -7
  29. package/dist/cjs/ui/confluence-search-modal/modal/index.js +1 -1
  30. package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +2 -0
  31. package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -0
  32. package/dist/cjs/ui/issue-like-table/column-picker/index.js +1 -0
  33. package/dist/cjs/ui/issue-like-table/drag-column-preview.js +11 -2
  34. package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +6 -0
  35. package/dist/cjs/ui/issue-like-table/empty-state/index.js +4 -1
  36. package/dist/cjs/ui/issue-like-table/empty-state/type.js +2 -0
  37. package/dist/cjs/ui/issue-like-table/index.js +11 -1
  38. package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +2 -1
  39. package/dist/cjs/ui/issue-like-table/render-type/icon/index.js +2 -0
  40. package/dist/cjs/ui/issue-like-table/render-type/link/index.js +1 -1
  41. package/dist/cjs/ui/issue-like-table/render-type/richtext/index.js +1 -1
  42. package/dist/cjs/ui/issue-like-table/render-type/text/index.js +3 -0
  43. package/dist/cjs/ui/issue-like-table/render-type/user/index.js +7 -0
  44. package/dist/cjs/ui/issue-like-table/styled.js +3 -3
  45. package/dist/cjs/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
  46. package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.js +1 -1
  47. package/dist/cjs/ui/jira-issues-modal/modal/index.js +1 -1
  48. package/dist/cjs/ui/jira-issues-modal/mode-switcher/index.js +5 -0
  49. package/dist/cjs/ui/table-footer/index.js +4 -0
  50. package/dist/es2019/ui/assets-modal/modal/index.js +2 -0
  51. package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +6 -0
  52. package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -0
  53. package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
  54. package/dist/es2019/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
  55. package/dist/es2019/ui/assets-modal/search-container/index.js +1 -0
  56. package/dist/es2019/ui/assets-modal/search-container/loading-state.js +1 -0
  57. package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
  58. package/dist/es2019/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
  59. package/dist/es2019/ui/assets-modal/search-container/styled.js +6 -4
  60. package/dist/es2019/ui/common/error-state/access-required.js +3 -0
  61. package/dist/es2019/ui/common/error-state/loading-error.js +3 -0
  62. package/dist/es2019/ui/common/error-state/modal-loading-error.js +3 -0
  63. package/dist/es2019/ui/common/error-state/no-instances.js +2 -0
  64. package/dist/es2019/ui/common/error-state/no-results.js +3 -0
  65. package/dist/es2019/ui/common/error-state/provider-auth-required-svg.js +1 -0
  66. package/dist/es2019/ui/common/error-state/provider-auth-required.js +2 -0
  67. package/dist/es2019/ui/common/initial-state-view/index.js +2 -0
  68. package/dist/es2019/ui/common/modal/basic-search-input/index.js +1 -0
  69. package/dist/es2019/ui/common/modal/cancel-button/index.js +2 -0
  70. package/dist/es2019/ui/common/modal/content-container/index.js +6 -0
  71. package/dist/es2019/ui/common/modal/count-view-smart-link/index.js +1 -0
  72. package/dist/es2019/ui/common/modal/datasource-modal/index.js +2 -1
  73. package/dist/es2019/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
  74. package/dist/es2019/ui/common/modal/popup-select/trigger.js +7 -1
  75. package/dist/es2019/ui/common/modal/site-selector/index.js +3 -0
  76. package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +14 -7
  77. package/dist/es2019/ui/confluence-search-modal/modal/index.js +2 -0
  78. package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +2 -0
  79. package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -0
  80. package/dist/es2019/ui/issue-like-table/column-picker/index.js +2 -0
  81. package/dist/es2019/ui/issue-like-table/drag-column-preview.js +10 -2
  82. package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +8 -1
  83. package/dist/es2019/ui/issue-like-table/empty-state/index.js +4 -1
  84. package/dist/es2019/ui/issue-like-table/empty-state/type.js +2 -0
  85. package/dist/es2019/ui/issue-like-table/index.js +17 -1
  86. package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +3 -0
  87. package/dist/es2019/ui/issue-like-table/render-type/icon/index.js +2 -0
  88. package/dist/es2019/ui/issue-like-table/render-type/link/index.js +1 -1
  89. package/dist/es2019/ui/issue-like-table/render-type/richtext/index.js +2 -0
  90. package/dist/es2019/ui/issue-like-table/render-type/text/index.js +3 -0
  91. package/dist/es2019/ui/issue-like-table/render-type/user/index.js +6 -0
  92. package/dist/es2019/ui/issue-like-table/styled.js +8 -2
  93. package/dist/es2019/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
  94. package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +2 -0
  95. package/dist/es2019/ui/jira-issues-modal/modal/index.js +2 -0
  96. package/dist/es2019/ui/jira-issues-modal/mode-switcher/index.js +5 -0
  97. package/dist/es2019/ui/table-footer/index.js +3 -0
  98. package/dist/esm/ui/assets-modal/modal/index.js +2 -0
  99. package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +6 -0
  100. package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -0
  101. package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
  102. package/dist/esm/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
  103. package/dist/esm/ui/assets-modal/search-container/index.js +1 -0
  104. package/dist/esm/ui/assets-modal/search-container/loading-state.js +1 -0
  105. package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
  106. package/dist/esm/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
  107. package/dist/esm/ui/assets-modal/search-container/styled.js +6 -4
  108. package/dist/esm/ui/common/error-state/access-required.js +3 -0
  109. package/dist/esm/ui/common/error-state/loading-error.js +3 -0
  110. package/dist/esm/ui/common/error-state/modal-loading-error.js +3 -0
  111. package/dist/esm/ui/common/error-state/no-instances.js +2 -0
  112. package/dist/esm/ui/common/error-state/no-results.js +3 -0
  113. package/dist/esm/ui/common/error-state/provider-auth-required-svg.js +1 -0
  114. package/dist/esm/ui/common/error-state/provider-auth-required.js +2 -0
  115. package/dist/esm/ui/common/initial-state-view/index.js +2 -0
  116. package/dist/esm/ui/common/modal/basic-search-input/index.js +1 -0
  117. package/dist/esm/ui/common/modal/cancel-button/index.js +2 -0
  118. package/dist/esm/ui/common/modal/content-container/index.js +6 -0
  119. package/dist/esm/ui/common/modal/count-view-smart-link/index.js +1 -0
  120. package/dist/esm/ui/common/modal/datasource-modal/index.js +2 -1
  121. package/dist/esm/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
  122. package/dist/esm/ui/common/modal/popup-select/trigger.js +7 -1
  123. package/dist/esm/ui/common/modal/site-selector/index.js +3 -0
  124. package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +14 -7
  125. package/dist/esm/ui/confluence-search-modal/modal/index.js +2 -0
  126. package/dist/esm/ui/datasource-table-view/datasourceTableView.js +2 -0
  127. package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +2 -0
  128. package/dist/esm/ui/issue-like-table/column-picker/index.js +2 -0
  129. package/dist/esm/ui/issue-like-table/drag-column-preview.js +10 -2
  130. package/dist/esm/ui/issue-like-table/draggable-table-heading.js +7 -0
  131. package/dist/esm/ui/issue-like-table/empty-state/index.js +4 -1
  132. package/dist/esm/ui/issue-like-table/empty-state/type.js +2 -0
  133. package/dist/esm/ui/issue-like-table/index.js +12 -1
  134. package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +3 -0
  135. package/dist/esm/ui/issue-like-table/render-type/icon/index.js +2 -0
  136. package/dist/esm/ui/issue-like-table/render-type/link/index.js +1 -1
  137. package/dist/esm/ui/issue-like-table/render-type/richtext/index.js +2 -0
  138. package/dist/esm/ui/issue-like-table/render-type/text/index.js +3 -0
  139. package/dist/esm/ui/issue-like-table/render-type/user/index.js +6 -0
  140. package/dist/esm/ui/issue-like-table/styled.js +3 -2
  141. package/dist/esm/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
  142. package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +2 -0
  143. package/dist/esm/ui/jira-issues-modal/modal/index.js +2 -0
  144. package/dist/esm/ui/jira-issues-modal/mode-switcher/index.js +5 -0
  145. package/dist/esm/ui/table-footer/index.js +3 -0
  146. package/dist/types/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
  147. package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
  148. package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
  149. package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
  150. package/examples-helpers/buildIssueLikeTable.tsx +2 -0
  151. package/examples-helpers/hoverableContainer.tsx +1 -0
  152. package/package.json +176 -176
@@ -34,6 +34,8 @@ var _styled2 = require("./styled");
34
34
  var _utils = require("./utils");
35
35
  var _excluded = ["triggerRef"];
36
36
  /** @jsx jsx */
37
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
38
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
37
39
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
38
40
  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
41
  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; }
@@ -43,6 +45,7 @@ var DropdownParent = _styled.default.div({
43
45
  display: 'flex',
44
46
  alignItems: 'center',
45
47
  whiteSpace: 'nowrap',
48
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
46
49
  '& button': {
47
50
  textAlign: 'left' /* By default button center in the middle without props to control it */,
48
51
  height: 'auto' /* By default button is not happy with tall (up to lines in our case) content */,
@@ -69,6 +72,7 @@ var resizerStyles = (0, _react2.css)({
69
72
  // we want this to sit on top of adjacent column headers
70
73
  right: 'calc(-1 * calc(var(--local-hitbox-width) / 2))',
71
74
  top: 0,
75
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
72
76
  '::before': {
73
77
  opacity: 0,
74
78
  '--local-line-width': "var(--ds-border-width, 2px)",
@@ -80,6 +84,7 @@ var resizerStyles = (0, _react2.css)({
80
84
  left: "calc(50% - calc(var(--local-line-width) / 2))",
81
85
  transition: 'opacity 0.2s ease'
82
86
  },
87
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
83
88
  ':hover::before': {
84
89
  opacity: 1
85
90
  }
@@ -89,6 +94,7 @@ var resizingStyles = (0, _react2.css)({
89
94
  // while resizing. The browser controls the cursor while dragging, but the browser
90
95
  // can sometimes bug out.
91
96
  cursor: 'unset',
97
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
92
98
  '::before': {
93
99
  opacity: 1
94
100
  }
@@ -9,6 +9,7 @@ var _linkingCommon = require("@atlaskit/linking-common");
9
9
  var _colors = require("@atlaskit/theme/colors");
10
10
  var _styled = require("../styled");
11
11
  /** @jsx jsx */
12
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
13
 
13
14
  var SkeletonComponent = function SkeletonComponent(_ref) {
14
15
  var width = _ref.width,
@@ -31,9 +32,11 @@ var cellStyles = (0, _react.css)({
31
32
  padding: padding,
32
33
  borderRight: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
33
34
  borderBottom: "0.5px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
35
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
34
36
  '&:first-child': {
35
37
  paddingLeft: "var(--ds-space-100, 8px)"
36
38
  },
39
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
37
40
  '&:last-child': {
38
41
  borderRight: 0,
39
42
  paddingRight: "var(--ds-space-100, 8px)"
@@ -110,7 +113,7 @@ var _default = exports.default = function _default(_ref4) {
110
113
  style: {
111
114
  // the IssueLikeDataTableView wraps the table in a container with the styling below while modal doesn't
112
115
  // this maxHeight comes from scrollableContainerHeight
113
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
116
+ // 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
117
  maxHeight: _styled.ScrollableContainerHeight,
115
118
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
116
119
  padding: "var(--ds-space-0, 0px)",
@@ -13,6 +13,8 @@ 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/use-compiled -- Ignored via go/DSP-18766
17
+
16
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
17
19
  var IconWrapper = _styled.default.div({
18
20
  display: 'flex',
@@ -40,6 +40,8 @@ var _useIsOnScreen = require("./useIsOnScreen");
40
40
  var _utils = require("./utils");
41
41
  var _styled$td;
42
42
  /** @jsx jsx */
43
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
44
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
43
45
  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; }
44
46
  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; }
45
47
  var tableSidePadding = "var(--ds-space-200, 16px)";
@@ -47,6 +49,7 @@ var tableHeadStyles = (0, _react2.css)({
47
49
  background: "var(--ds-elevation-surface-current, #FFF)",
48
50
  position: 'sticky',
49
51
  top: 0,
52
+ // 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
53
  zIndex: _zindex.stickyTableHeadersIndex
51
54
  });
52
55
  var truncateTextStyles = (0, _react2.css)({
@@ -81,6 +84,7 @@ var truncateStyles = (0, _react2.css)({
81
84
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
82
85
  var TableCell = _styled.default.td((_styled$td = {}, (0, _defineProperty2.default)(_styled$td, "".concat((0, _styled2.withTablePluginBodyPrefix)()), {
83
86
  /* First section here is to override things editor table plugin css defines */
87
+ // 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
88
  font: _styled2.fieldTextFontSize,
85
89
  padding: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-100, 8px)"),
86
90
  border: 0,
@@ -189,10 +193,15 @@ var scrollableContainerStyles = (0, _react2.css)({
189
193
  overflow: 'auto',
190
194
  boxSizing: 'border-box',
191
195
  backgroundColor: "var(--ds-elevation-surface-current, #FFF)",
196
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
192
197
  backgroundImage: scrollableContainerShadowsCssComponents.backgroundImage,
198
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
193
199
  backgroundPosition: scrollableContainerShadowsCssComponents.backgroundPosition,
200
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
194
201
  backgroundRepeat: scrollableContainerShadowsCssComponents.backgroundRepeat,
202
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
195
203
  backgroundSize: scrollableContainerShadowsCssComponents.backgroundSize,
204
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
196
205
  backgroundAttachment: scrollableContainerShadowsCssComponents.backgroundAttachment
197
206
  });
198
207
  var tableStyles = (0, _react2.css)({
@@ -211,6 +220,7 @@ var noDefaultBorderStyles = (0, _react2.css)({
211
220
  borderBottom: 0
212
221
  });
213
222
  var headerStyles = (0, _react2.css)({
223
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
214
224
  font: "var(--ds-font-body-UNSAFE_small, ".concat(_typography.fontFallback.body.UNSAFE_small, ")"),
215
225
  fontWeight: "var(--ds-font-weight-medium, 500)"
216
226
  });
@@ -659,7 +669,7 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
659
669
  return (0, _react2.jsx)(_styled2.TableHeading, {
660
670
  key: key,
661
671
  "data-testid": "".concat(key, "-column-heading")
662
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
672
+ // 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
673
  ,
664
674
  style: (0, _utils.getWidthCss)({
665
675
  shouldUseWidth: shouldUseWidth,
@@ -12,7 +12,7 @@ var _styled = _interopRequireDefault(require("@emotion/styled"));
12
12
  var _reactIntlNext = require("react-intl-next");
13
13
  var _styled2 = require("../../styled");
14
14
  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; }
15
- 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; }
15
+ 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; } // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
16
  var DATETIME_TYPE_TEST_ID = exports.DATETIME_TYPE_TEST_ID = 'link-datasource-render-type--datetime';
17
17
  var dateOptions = {
18
18
  month: 'short',
@@ -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) {
@@ -8,6 +8,8 @@ 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/use-compiled -- Ignored via go/DSP-18766
12
+
11
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
12
14
  var IconWrapper = _styled.default.div({
13
15
  display: 'flex',
@@ -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,7 +12,7 @@ var _react2 = require("@emotion/react");
12
12
  var _schemaDefault = require("@atlaskit/adf-schema/schema-default");
13
13
  var _model = require("@atlaskit/editor-prosemirror/model");
14
14
  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; }
15
- 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; } /** @jsx jsx */
15
+ 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; } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
16
  var rootStyles = (0, _react2.css)({
17
17
  position: 'relative'
18
18
  });
@@ -8,10 +8,13 @@ exports.default = exports.TEXT_TYPE_TEST_ID = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _styled2 = require("../../styled");
11
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
+
11
13
  var TEXT_TYPE_TEST_ID = exports.TEXT_TYPE_TEST_ID = 'link-datasource-render-type--text';
12
14
 
13
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
14
16
  var TextWrapper = _styled.default.span({
17
+ // 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
18
  fontSize: _styled2.fieldTextFontSize
16
19
  });
17
20
  var TextRenderType = function TextRenderType(_ref) {
@@ -21,9 +21,14 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
21
21
  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; }
22
22
  /** @jsx jsx */
23
23
 
24
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
+
26
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
27
+
24
28
  var userWrapperStyles = (0, _primitives.xcss)({
25
29
  display: 'flex',
26
30
  alignItems: 'center',
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
27
32
  fontSize: "".concat(_styled2.fieldTextFontSize, "px")
28
33
  });
29
34
  var avatarWrapperStyles = (0, _primitives.xcss)({
@@ -35,7 +40,9 @@ var widthObserverWrapperStyles = (0, _primitives.xcss)({
35
40
 
36
41
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
37
42
  var AvatarGroupWrapperStyles = _styled.default.div({
43
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
38
44
  ul: {
45
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles -- Ignored via go/DSP-18766
39
46
  paddingLeft: '0px !important'
40
47
  }
41
48
  });
@@ -9,11 +9,11 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
9
9
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var _colors = require("@atlaskit/theme/colors");
11
11
  var _typography = require("@atlaskit/theme/typography");
12
- var _styled$th;
12
+ var _styled$th; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
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 -- To migrate as part of go/ui-styling-standard
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 -- To migrate as part of go/ui-styling-standard
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',
@@ -48,7 +48,7 @@ var buildJQL = exports.buildJQL = function buildJQL(input) {
48
48
  var text = constructTerminalClause('text', _jqlAst.OPERATOR_LIKE, "".concat(basicSearch).concat(fuzzy));
49
49
  var summary = constructTerminalClause('summary', _jqlAst.OPERATOR_LIKE, "".concat(basicSearch).concat(fuzzy));
50
50
  var orClauseFields = [text, summary];
51
- if (jiraIssueKeyRegExp.test(trimmedRawSearch)) {
51
+ if (jiraIssueKeyRegExp.test(trimmedRawSearch.toUpperCase())) {
52
52
  var key = constructTerminalClause('key', _jqlAst.OPERATOR_EQUALS, basicSearch);
53
53
  orClauseFields.push(key);
54
54
  }
@@ -30,7 +30,7 @@ var _excluded = ["basicInputTextValue"];
30
30
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
31
31
  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; }
32
32
  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; }
33
- 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; } /** @jsx jsx */
33
+ 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; } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
34
34
  var inputContainerStyles = (0, _react2.css)({
35
35
  alignItems: 'baseline',
36
36
  display: 'flex',
@@ -55,7 +55,7 @@ var _jiraSearchContainer = require("../jira-search-container");
55
55
  var _jiraIssuesInitialStateSvg = require("./jira-issues-initial-state-svg");
56
56
  var _messages3 = require("./messages");
57
57
  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; }
58
- 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; } /** @jsx jsx */
58
+ 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; } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
59
59
  var issueCountStyles = (0, _react2.css)({
60
60
  flex: 1,
61
61
  fontWeight: 600
@@ -12,6 +12,8 @@ var _colors = require("@atlaskit/theme/colors");
12
12
  var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
13
13
  /** @jsx jsx */
14
14
 
15
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
+
15
17
  var modeSwitcherStyles = (0, _react2.css)({
16
18
  alignItems: 'center',
17
19
  background: "var(--ds-background-neutral, ".concat(_colors.N20, ")"),
@@ -40,6 +42,7 @@ var modeSwitcherLabelStyles = (0, _react2.css)({
40
42
  textTransform: 'uppercase',
41
43
  padding: "var(--ds-space-050, 4px)",
42
44
  borderRadius: "var(--ds-space-050, 4px)",
45
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
43
46
  ':hover': {
44
47
  cursor: 'pointer',
45
48
  backgroundColor: "var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N30A, ")")
@@ -49,6 +52,7 @@ var modeSwitcherLabelSelectedStyles = (0, _react2.css)({
49
52
  backgroundColor: "var(--ds-background-input-pressed, ".concat(_colors.N0, ")"),
50
53
  borderRadius: "var(--ds-space-050, 4px)",
51
54
  boxShadow: "var(--ds-shadow-overflow, 0px 0px 1px rgba(9, 30, 66, 0.12), 0px 0px 8px rgba(9, 30, 66, 0.16))",
55
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
52
56
  ':hover': {
53
57
  cursor: 'pointer',
54
58
  backgroundColor: "var(--ds-background-input-pressed, ".concat(_colors.N0, ")")
@@ -58,6 +62,7 @@ var modeSwitcherLabelDisabledStyles = (0, _react2.css)({
58
62
  color: "var(--ds-text-disabled, ".concat(_colors.N60, ")")
59
63
  });
60
64
  var modeSwitcherDisabledStyles = (0, _react2.css)({
65
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
61
66
  ':hover': {
62
67
  cursor: 'not-allowed',
63
68
  background: 'transparent'
@@ -22,6 +22,10 @@ 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/use-compiled -- Ignored via go/DSP-18766
26
+
27
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
28
+
25
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
26
30
  var FooterWrapper = _styled.default.div({
27
31
  padding: "var(--ds-space-0, 0px)".concat(" ", "var(--ds-space-200, 16px)"),
@@ -1,6 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { css, jsx } from '@emotion/react';
5
7
  import { FormattedMessage } from 'react-intl-next';
6
8
  import { withAnalyticsContext } from '@atlaskit/analytics-next';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useCallback, useMemo } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { N40 } from '@atlaskit/theme/colors';
5
7
  import { AccessRequired } from '../../../common/error-state/access-required';
@@ -23,9 +25,13 @@ const tableBordersStyles = css({
23
25
  borderTopLeftRadius: "var(--ds-border-radius-200, 8px)",
24
26
  borderTopRightRadius: "var(--ds-border-radius-200, 8px)",
25
27
  borderBottom: `2px solid ${`var(--ds-background-accent-gray-subtler, ${N40})`}`,
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
26
29
  backgroundImage: scrollableContainerShadowsCssComponents.backgroundImage,
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
27
31
  backgroundRepeat: scrollableContainerShadowsCssComponents.backgroundRepeat,
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
28
33
  backgroundSize: scrollableContainerShadowsCssComponents.backgroundSize,
34
+ // 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
35
  backgroundAttachment: scrollableContainerShadowsCssComponents.backgroundAttachment
30
36
  });
31
37
  const RejectedView = () => jsx("div", {
@@ -1,5 +1,6 @@
1
1
  /** @jsx jsx */
2
2
 
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
4
  import { css, jsx } from '@emotion/react';
4
5
  import { useIntl } from 'react-intl-next';
5
6
  import { fontFallback } from '@atlaskit/theme/typography';
@@ -15,6 +16,7 @@ const svgAndTextsWrapperStyles = css({
15
16
  alignSelf: 'center'
16
17
  });
17
18
  const searchTitleStyles = css({
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
18
20
  font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`,
19
21
  paddingTop: "var(--ds-space-200, 16px)",
20
22
  paddingBottom: "var(--ds-space-100, 8px)"
@@ -1,6 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { Fragment } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { css, jsx } from '@emotion/react';
5
7
  import { useIntl } from 'react-intl-next';
6
8
  import { LoadingButton } from '@atlaskit/button';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { Skeleton } from '@atlaskit/linking-common';
4
5
  export const AssetsAqlSearchInputSkeleton = () => jsx(Skeleton, {
@@ -1,5 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
4
  import { jsx } from '@emotion/react';
4
5
  import Form from '@atlaskit/form';
5
6
  import { useDatasourceAnalyticsEvents } from '../../../analytics';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { AssetsAqlSearchInputSkeleton } from './aql-search-input/loading-state';
4
5
  import { AssetsObjectSchemaSelectSkeleton } from './object-schema-select/loading-state';
@@ -1,6 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
 
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
5
  import { jsx } from '@emotion/react';
5
6
  import debounce from 'debounce-promise';
6
7
  import { useIntl } from 'react-intl-next';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { jsx } from '@emotion/react';
3
4
  import { Skeleton } from '@atlaskit/linking-common';
4
5
  export const AssetsObjectSchemaSelectSkeleton = () => jsx(Skeleton, {
@@ -1,14 +1,16 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  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
3
+ // 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
4
  export const FormRowContainer = styled.div(props => ({
4
5
  alignItems: 'center',
5
6
  display: 'flex',
7
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
6
8
  gap: props.isNarrowGap ? "var(--ds-space-100, 8px)" : "var(--ds-space-200, 16px)",
7
9
  flexGrow: 1,
8
10
  width: '100%'
9
11
  }));
10
12
 
11
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
12
14
  export const FormContainer = styled.form({
13
15
  display: 'grid',
14
16
  rowGap: "var(--ds-space-200, 16px)",
@@ -16,13 +18,13 @@ export const FormContainer = styled.form({
16
18
  });
17
19
 
18
20
  // 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
21
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
20
22
  export const FieldContainer = styled.div({
21
23
  flex: 1,
22
24
  marginTop: "var(--ds-space-negative-100, -8px)"
23
25
  });
24
26
 
25
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
27
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
26
28
  export const SchemaSelectContainer = styled.div({
27
29
  width: '100%',
28
30
  maxWidth: '386px'
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useEffect } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { useIntl } from 'react-intl-next';
5
7
  import EmptyState from '@atlaskit/empty-state';
@@ -11,6 +13,7 @@ import { AccessRequiredSVG } from './access-required-svg';
11
13
  import { loadingErrorMessages } from './messages';
12
14
  const urlStyles = css({
13
15
  color: `var(--ds-text-subtlest, ${N400})`,
16
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
14
17
  font: `var(--ds-font-body, ${fontFallback.body.medium})`
15
18
  });
16
19
  const descriptionMessageStyles = css({
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useEffect } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { FormattedMessage } from 'react-intl-next';
5
7
  import Button from '@atlaskit/button/standard-button';
@@ -19,6 +21,7 @@ const errorMessageContainerStyles = css({
19
21
  placeItems: 'center'
20
22
  });
21
23
  const errorMessageStyles = css({
24
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
22
25
  font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`
23
26
  });
24
27
  const errorDescriptionStyles = css({
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useEffect } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { FormattedMessage } from 'react-intl-next';
5
7
  import { fontFallback } from '@atlaskit/theme/typography';
@@ -18,6 +20,7 @@ const errorMessageContainerStyles = css({
18
20
  placeItems: 'center'
19
21
  });
20
22
  const errorMessageStyles = css({
23
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
21
24
  font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`
22
25
  });
23
26
  const errorDescriptionStyles = css({
@@ -1,10 +1,12 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { useIntl } from 'react-intl-next';
4
5
  import { Flex, xcss } from '@atlaskit/primitives';
5
6
  import { fontFallback } from '@atlaskit/theme/typography';
6
7
  import { NoInstancesSvg } from './no-instances-svg';
7
8
  const titleStyles = css({
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
8
10
  font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`,
9
11
  marginTop: "var(--ds-space-200, 16px)"
10
12
  });
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useEffect } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { FormattedMessage } from 'react-intl-next';
5
7
  import Button from '@atlaskit/button/standard-button';
@@ -19,6 +21,7 @@ const noResultsMessageContainerStyles = css({
19
21
  placeItems: 'center'
20
22
  });
21
23
  const noResultsMessageStyles = css({
24
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
22
25
  font: `var(--ds-font-heading-small, ${fontFallback.heading.small})`
23
26
  });
24
27
  export const NoResults = ({
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  const imageStyles = css({
4
5
  width: 200,
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React, { useEffect } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { css, jsx } from '@emotion/react';
4
6
  import { useIntl } from 'react-intl-next';
5
7
  import Button from '@atlaskit/button';
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
3
  import { css, jsx } from '@emotion/react';
3
4
  import { FormattedMessage, useIntl } from 'react-intl-next';
4
5
  import Lozenge from '@atlaskit/lozenge';
@@ -21,6 +22,7 @@ const betaTagStyles = css({
21
22
  });
22
23
  const searchTitleStyles = css({
23
24
  color: `var(--ds-text-subtlest, ${N300})`,
25
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
24
26
  font: `var(--ds-font-heading-medium, ${fontFallback.heading.medium})`,
25
27
  paddingTop: "var(--ds-space-200, 16px)",
26
28
  paddingBottom: "var(--ds-space-100, 8px)",
@@ -1,5 +1,6 @@
1
1
  /** @jsx jsx */
2
2
 
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
4
  import { css, jsx } from '@emotion/react';
4
5
  import { useIntl } from 'react-intl-next';
5
6
  import { LoadingButton } from '@atlaskit/button';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useCallback } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import { jsx } from '@emotion/react';
4
6
  import { FormattedMessage } from 'react-intl-next';
5
7
  import Button from '@atlaskit/button/standard-button';