@atlaskit/link-datasource 2.3.8 → 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 (144) hide show
  1. package/CHANGELOG.md +9 -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 +2 -0
  4. package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -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 +2 -0
  12. package/dist/cjs/ui/common/error-state/access-required.js +2 -0
  13. package/dist/cjs/ui/common/error-state/loading-error.js +2 -0
  14. package/dist/cjs/ui/common/error-state/modal-loading-error.js +2 -0
  15. package/dist/cjs/ui/common/error-state/no-instances.js +1 -0
  16. package/dist/cjs/ui/common/error-state/no-results.js +2 -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 +1 -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 +2 -0
  23. package/dist/cjs/ui/common/modal/count-view-smart-link/index.js +1 -0
  24. package/dist/cjs/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
  25. package/dist/cjs/ui/common/modal/popup-select/trigger.js +2 -0
  26. package/dist/cjs/ui/common/modal/site-selector/index.js +1 -0
  27. package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +2 -0
  28. package/dist/cjs/ui/confluence-search-modal/modal/index.js +1 -1
  29. package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +2 -0
  30. package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
  31. package/dist/cjs/ui/issue-like-table/column-picker/index.js +1 -0
  32. package/dist/cjs/ui/issue-like-table/drag-column-preview.js +4 -0
  33. package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +2 -0
  34. package/dist/cjs/ui/issue-like-table/empty-state/index.js +1 -0
  35. package/dist/cjs/ui/issue-like-table/empty-state/type.js +2 -0
  36. package/dist/cjs/ui/issue-like-table/index.js +2 -0
  37. package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +1 -1
  38. package/dist/cjs/ui/issue-like-table/render-type/icon/index.js +2 -0
  39. package/dist/cjs/ui/issue-like-table/render-type/richtext/index.js +1 -1
  40. package/dist/cjs/ui/issue-like-table/render-type/text/index.js +2 -0
  41. package/dist/cjs/ui/issue-like-table/render-type/user/index.js +4 -0
  42. package/dist/cjs/ui/issue-like-table/styled.js +1 -1
  43. package/dist/cjs/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
  44. package/dist/cjs/ui/jira-issues-modal/jira-search-container/index.js +1 -1
  45. package/dist/cjs/ui/jira-issues-modal/modal/index.js +1 -1
  46. package/dist/cjs/ui/jira-issues-modal/mode-switcher/index.js +2 -0
  47. package/dist/cjs/ui/table-footer/index.js +4 -0
  48. package/dist/es2019/ui/assets-modal/modal/index.js +2 -0
  49. package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +2 -0
  50. package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
  51. package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
  52. package/dist/es2019/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
  53. package/dist/es2019/ui/assets-modal/search-container/index.js +1 -0
  54. package/dist/es2019/ui/assets-modal/search-container/loading-state.js +1 -0
  55. package/dist/es2019/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
  56. package/dist/es2019/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
  57. package/dist/es2019/ui/assets-modal/search-container/styled.js +1 -0
  58. package/dist/es2019/ui/common/error-state/access-required.js +2 -0
  59. package/dist/es2019/ui/common/error-state/loading-error.js +2 -0
  60. package/dist/es2019/ui/common/error-state/modal-loading-error.js +2 -0
  61. package/dist/es2019/ui/common/error-state/no-instances.js +1 -0
  62. package/dist/es2019/ui/common/error-state/no-results.js +2 -0
  63. package/dist/es2019/ui/common/error-state/provider-auth-required-svg.js +1 -0
  64. package/dist/es2019/ui/common/error-state/provider-auth-required.js +2 -0
  65. package/dist/es2019/ui/common/initial-state-view/index.js +1 -0
  66. package/dist/es2019/ui/common/modal/basic-search-input/index.js +1 -0
  67. package/dist/es2019/ui/common/modal/cancel-button/index.js +2 -0
  68. package/dist/es2019/ui/common/modal/content-container/index.js +1 -0
  69. package/dist/es2019/ui/common/modal/count-view-smart-link/index.js +1 -0
  70. package/dist/es2019/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
  71. package/dist/es2019/ui/common/modal/popup-select/trigger.js +2 -0
  72. package/dist/es2019/ui/common/modal/site-selector/index.js +2 -0
  73. package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -0
  74. package/dist/es2019/ui/confluence-search-modal/modal/index.js +2 -0
  75. package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +2 -0
  76. package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
  77. package/dist/es2019/ui/issue-like-table/column-picker/index.js +2 -0
  78. package/dist/es2019/ui/issue-like-table/drag-column-preview.js +3 -0
  79. package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +3 -0
  80. package/dist/es2019/ui/issue-like-table/empty-state/index.js +1 -0
  81. package/dist/es2019/ui/issue-like-table/empty-state/type.js +2 -0
  82. package/dist/es2019/ui/issue-like-table/index.js +3 -0
  83. package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +2 -0
  84. package/dist/es2019/ui/issue-like-table/render-type/icon/index.js +2 -0
  85. package/dist/es2019/ui/issue-like-table/render-type/richtext/index.js +2 -0
  86. package/dist/es2019/ui/issue-like-table/render-type/text/index.js +2 -0
  87. package/dist/es2019/ui/issue-like-table/render-type/user/index.js +3 -0
  88. package/dist/es2019/ui/issue-like-table/styled.js +1 -0
  89. package/dist/es2019/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
  90. package/dist/es2019/ui/jira-issues-modal/jira-search-container/index.js +2 -0
  91. package/dist/es2019/ui/jira-issues-modal/modal/index.js +2 -0
  92. package/dist/es2019/ui/jira-issues-modal/mode-switcher/index.js +2 -0
  93. package/dist/es2019/ui/table-footer/index.js +3 -0
  94. package/dist/esm/ui/assets-modal/modal/index.js +2 -0
  95. package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +2 -0
  96. package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
  97. package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +2 -0
  98. package/dist/esm/ui/assets-modal/search-container/aql-search-input/loading-state.js +1 -0
  99. package/dist/esm/ui/assets-modal/search-container/index.js +1 -0
  100. package/dist/esm/ui/assets-modal/search-container/loading-state.js +1 -0
  101. package/dist/esm/ui/assets-modal/search-container/object-schema-select/index.js +1 -0
  102. package/dist/esm/ui/assets-modal/search-container/object-schema-select/loading-state.js +1 -0
  103. package/dist/esm/ui/assets-modal/search-container/styled.js +1 -0
  104. package/dist/esm/ui/common/error-state/access-required.js +2 -0
  105. package/dist/esm/ui/common/error-state/loading-error.js +2 -0
  106. package/dist/esm/ui/common/error-state/modal-loading-error.js +2 -0
  107. package/dist/esm/ui/common/error-state/no-instances.js +1 -0
  108. package/dist/esm/ui/common/error-state/no-results.js +2 -0
  109. package/dist/esm/ui/common/error-state/provider-auth-required-svg.js +1 -0
  110. package/dist/esm/ui/common/error-state/provider-auth-required.js +2 -0
  111. package/dist/esm/ui/common/initial-state-view/index.js +1 -0
  112. package/dist/esm/ui/common/modal/basic-search-input/index.js +1 -0
  113. package/dist/esm/ui/common/modal/cancel-button/index.js +2 -0
  114. package/dist/esm/ui/common/modal/content-container/index.js +1 -0
  115. package/dist/esm/ui/common/modal/count-view-smart-link/index.js +1 -0
  116. package/dist/esm/ui/common/modal/display-view-dropdown/display-view-drop-down.js +1 -0
  117. package/dist/esm/ui/common/modal/popup-select/trigger.js +2 -0
  118. package/dist/esm/ui/common/modal/site-selector/index.js +2 -0
  119. package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -0
  120. package/dist/esm/ui/confluence-search-modal/modal/index.js +2 -0
  121. package/dist/esm/ui/datasource-table-view/datasourceTableView.js +2 -0
  122. package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
  123. package/dist/esm/ui/issue-like-table/column-picker/index.js +2 -0
  124. package/dist/esm/ui/issue-like-table/drag-column-preview.js +3 -0
  125. package/dist/esm/ui/issue-like-table/draggable-table-heading.js +3 -0
  126. package/dist/esm/ui/issue-like-table/empty-state/index.js +1 -0
  127. package/dist/esm/ui/issue-like-table/empty-state/type.js +2 -0
  128. package/dist/esm/ui/issue-like-table/index.js +3 -0
  129. package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +2 -0
  130. package/dist/esm/ui/issue-like-table/render-type/icon/index.js +2 -0
  131. package/dist/esm/ui/issue-like-table/render-type/richtext/index.js +2 -0
  132. package/dist/esm/ui/issue-like-table/render-type/text/index.js +2 -0
  133. package/dist/esm/ui/issue-like-table/render-type/user/index.js +3 -0
  134. package/dist/esm/ui/issue-like-table/styled.js +1 -0
  135. package/dist/esm/ui/jira-issues-modal/jira-search-container/buildJQL.js +1 -1
  136. package/dist/esm/ui/jira-issues-modal/jira-search-container/index.js +2 -0
  137. package/dist/esm/ui/jira-issues-modal/modal/index.js +2 -0
  138. package/dist/esm/ui/jira-issues-modal/mode-switcher/index.js +2 -0
  139. package/dist/esm/ui/table-footer/index.js +3 -0
  140. package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
  141. package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/PopupComponent.d.ts +1 -1
  142. package/examples-helpers/buildIssueLikeTable.tsx +2 -0
  143. package/examples-helpers/hoverableContainer.tsx +1 -0
  144. package/package.json +36 -15
@@ -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';
@@ -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';
@@ -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 { useIntl } from 'react-intl-next';
4
5
  import { Flex, xcss } from '@atlaskit/primitives';
@@ -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';
@@ -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';
@@ -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';
@@ -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 { jsx } from '@emotion/react';
4
5
  import { Box, xcss } from '@atlaskit/primitives';
5
6
  import { N40 } from '@atlaskit/theme/colors';
@@ -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 } from 'react-intl-next';
4
5
  import { B400, N0 } from '@atlaskit/theme/colors';
@@ -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 { FormattedMessage, useIntl } from 'react-intl-next';
4
5
  import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
@@ -1,4 +1,6 @@
1
1
  import React, { forwardRef, useCallback } from 'react';
2
+
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
4
  import styled from '@emotion/styled';
3
5
  import Badge from '@atlaskit/badge';
4
6
  import Button from '@atlaskit/button/standard-button';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { 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 { useIntl } from 'react-intl-next';
5
7
  import { Box, xcss } from '@atlaskit/primitives';
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import styled from '@emotion/styled';
2
3
  import { B400, B50, N0, N20, N30, R400 } from '@atlaskit/theme/colors';
3
4
  import { layers } from '@atlaskit/theme/constants';
@@ -1,6 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { Fragment, 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 { jsx } from '@emotion/react';
5
7
  import { FormattedMessage, FormattedNumber } from 'react-intl-next';
6
8
  import { withAnalyticsContext } from '@atlaskit/analytics-next';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useCallback, useEffect, useRef } 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 { withAnalyticsContext } from '@atlaskit/analytics-next';
5
7
  import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
@@ -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 { css, jsx } from '@emotion/react';
4
5
  import { FormattedMessage } from 'react-intl-next';
5
6
  import { components } from '@atlaskit/select';
@@ -1,6 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { useCallback, useEffect, useRef, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { jsx } from '@emotion/react';
5
7
  import { useIntl } from 'react-intl-next';
6
8
  import Button from '@atlaskit/button/standard-button';
@@ -1,6 +1,9 @@
1
1
  /** @jsx jsx */
2
2
  import React 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';
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
5
8
  import { N40 } from '@atlaskit/theme/colors';
6
9
  import { fontFallback } from '@atlaskit/theme/typography';
@@ -1,7 +1,10 @@
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';
7
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
8
  import styled from '@emotion/styled';
6
9
  import ReactDOM from 'react-dom';
7
10
  import { FormattedMessage } 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 { css, jsx } from '@emotion/react';
3
4
  import { Skeleton } from '@atlaskit/linking-common';
4
5
  import { N40 } from '@atlaskit/theme/colors';
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
+
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
4
  import styled from '@emotion/styled';
3
5
  import Bug16Icon from '@atlaskit/icon-object/glyph/bug/16';
4
6
  import Commit16Icon from '@atlaskit/icon-object/glyph/commit/16';
@@ -1,7 +1,10 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { forwardRef, 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';
7
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
8
  import styled from '@emotion/styled';
6
9
  import debounce from 'lodash/debounce';
7
10
  import { useIntl } from 'react-intl-next';
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
+
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
4
  import styled from '@emotion/styled';
3
5
  import { useIntl } from 'react-intl-next';
4
6
  import { fieldTextFontSize } from '../../styled';
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
+
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
4
  import styled from '@emotion/styled';
3
5
  import Image from '@atlaskit/image';
4
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- To migrate as part of go/ui-styling-standard
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { 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 { defaultSchema } from '@atlaskit/adf-schema/schema-default';
5
7
  import { Node as PMNode, Schema } from '@atlaskit/editor-prosemirror/model';
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
+
3
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
2
4
  import styled from '@emotion/styled';
3
5
  import { fieldTextFontSize } from '../../styled';
4
6
  export const TEXT_TYPE_TEST_ID = 'link-datasource-render-type--text';
@@ -1,6 +1,9 @@
1
1
  /** @jsx jsx */
2
2
  import React, { useState } 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';
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
5
8
  import { FormattedMessage } from 'react-intl-next';
6
9
  import Avatar from '@atlaskit/avatar';
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import styled from '@emotion/styled';
2
3
  import { N40 } from '@atlaskit/theme/colors';
3
4
  import { fontFallback } from '@atlaskit/theme/typography';
@@ -34,7 +34,7 @@ export const buildJQL = input => {
34
34
  const text = constructTerminalClause('text', OPERATOR_LIKE, `${basicSearch}${fuzzy}`);
35
35
  const summary = constructTerminalClause('summary', OPERATOR_LIKE, `${basicSearch}${fuzzy}`);
36
36
  const orClauseFields = [text, summary];
37
- if (jiraIssueKeyRegExp.test(trimmedRawSearch)) {
37
+ if (jiraIssueKeyRegExp.test(trimmedRawSearch.toUpperCase())) {
38
38
  const key = constructTerminalClause('key', OPERATOR_EQUALS, basicSearch);
39
39
  orClauseFields.push(key);
40
40
  }
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import React, { useCallback, useEffect, useMemo, useState } 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 { useDebouncedCallback } from 'use-debounce';
@@ -1,6 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { Fragment, 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, FormattedNumber } from 'react-intl-next';
6
8
  import { withAnalyticsContext } from '@atlaskit/analytics-next';
@@ -1,6 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import React 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 { N0, N20, N30A, N60, N700 } from '@atlaskit/theme/colors';
6
8
  import Tooltip from '@atlaskit/tooltip';
@@ -1,7 +1,10 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /** @jsx jsx */
3
3
  import { Fragment, useEffect, useState } from 'react';
4
+
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
6
  import { jsx } from '@emotion/react';
7
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
8
  import styled from '@emotion/styled';
6
9
  import { FormattedMessage, FormattedNumber, useIntl } from 'react-intl-next';
7
10
  import Button from '@atlaskit/button';
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
5
  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) { _defineProperty(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; }
6
6
  /** @jsx jsx */
7
7
  import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
8
+
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
10
  import { css, jsx } from '@emotion/react';
9
11
  import { FormattedMessage } from 'react-intl-next';
10
12
  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';
@@ -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';
@@ -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 var AssetsAqlSearchInputSkeleton = function AssetsAqlSearchInputSkeleton() {
@@ -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';
@@ -8,6 +8,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
8
8
  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) { _defineProperty(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; }
9
9
  /** @jsx jsx */
10
10
 
11
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
12
  import { jsx } from '@emotion/react';
12
13
  import debounce from 'debounce-promise';
13
14
  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 var AssetsObjectSchemaSelectSkeleton = function AssetsObjectSchemaSelectSkeleton() {
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import styled from '@emotion/styled';
2
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 var FormRowContainer = styled.div(function (props) {
@@ -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';
@@ -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';
@@ -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';
@@ -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 { useIntl } from 'react-intl-next';
4
5
  import { Flex, xcss } from '@atlaskit/primitives';
@@ -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';
@@ -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
  var imageStyles = css({
4
5
  width: 200,
@@ -3,6 +3,8 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
4
  /** @jsx jsx */
5
5
  import React, { useEffect } from 'react';
6
+
7
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
8
  import { css, jsx } from '@emotion/react';
7
9
  import { useIntl } from 'react-intl-next';
8
10
  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';
@@ -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';
@@ -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 { jsx } from '@emotion/react';
4
5
  import { Box, xcss } from '@atlaskit/primitives';
5
6
  import { N40 } from '@atlaskit/theme/colors';
@@ -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 } from 'react-intl-next';
4
5
  import { B400, N0 } from '@atlaskit/theme/colors';
@@ -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 { FormattedMessage, useIntl } from 'react-intl-next';
4
5
  import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
@@ -1,5 +1,7 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  import React, { forwardRef, useCallback } from 'react';
3
+
4
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
5
  import styled from '@emotion/styled';
4
6
  import Badge from '@atlaskit/badge';
5
7
  import Button from '@atlaskit/button/standard-button';
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
5
  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) { _defineProperty(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; }
6
6
  /** @jsx jsx */
7
7
  import { useMemo } from 'react';
8
+
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
10
  import { css, jsx } from '@emotion/react';
9
11
  import { useIntl } from 'react-intl-next';
10
12
  import { Box, xcss } from '@atlaskit/primitives';
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
1
2
  import styled from '@emotion/styled';
2
3
  import { B400, B50, N0, N20, N30, R400 } from '@atlaskit/theme/colors';
3
4
  import { layers } from '@atlaskit/theme/constants';
@@ -5,6 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
5
  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) { _defineProperty(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; }
6
6
  /** @jsx jsx */
7
7
  import { Fragment, useCallback, useEffect, useMemo, useRef, useState } from 'react';
8
+
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
10
  import { jsx } from '@emotion/react';
9
11
  import { FormattedMessage, FormattedNumber } from 'react-intl-next';
10
12
  import { withAnalyticsContext } from '@atlaskit/analytics-next';
@@ -1,5 +1,7 @@
1
1
  /** @jsx jsx */
2
2
  import { useCallback, useEffect, useRef } 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 { withAnalyticsContext } from '@atlaskit/analytics-next';
5
7
  import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["children"];
4
4
  /** @jsx jsx */
5
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
6
  import { css, jsx } from '@emotion/react';
6
7
  import { FormattedMessage } from 'react-intl-next';
7
8
  import { components } from '@atlaskit/select';
@@ -5,6 +5,8 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
5
5
  var _excluded = ["isOpen"];
6
6
  /** @jsx jsx */
7
7
  import { useCallback, useEffect, useRef, useState } from 'react';
8
+
9
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
10
  import { jsx } from '@emotion/react';
9
11
  import { useIntl } from 'react-intl-next';
10
12
  import Button from '@atlaskit/button/standard-button';
@@ -1,6 +1,9 @@
1
1
  /** @jsx jsx */
2
2
  import React 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';
6
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
5
8
  import { N40 } from '@atlaskit/theme/colors';
6
9
  import { fontFallback } from '@atlaskit/theme/typography';
@@ -7,7 +7,10 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
7
7
  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) { _defineProperty(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; }
8
8
  /** @jsx jsx */
9
9
  import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
10
+
11
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
12
  import { css, jsx } from '@emotion/react';
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
  import styled from '@emotion/styled';
12
15
  import ReactDOM from 'react-dom';
13
16
  import { FormattedMessage } 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 { css, jsx } from '@emotion/react';
3
4
  import { Skeleton } from '@atlaskit/linking-common';
4
5
  import { N40 } from '@atlaskit/theme/colors';