@atlaskit/jql-editor 5.5.4 → 5.5.6

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/jql-editor
2
2
 
3
+ ## 5.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.5.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [`5d0b8ba5e6f7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d0b8ba5e6f7f) -
14
+ Internal changes to how borders are applied.
15
+
3
16
  ## 5.5.4
4
17
 
5
18
  ### Patch Changes
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.useJqlEditorAnalytics = void 0;
7
7
  var _jqlEditorCommon = require("@atlaskit/jql-editor-common");
8
8
  var useJqlEditorAnalytics = exports.useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
9
- return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.5.3", _jqlEditorCommon.ANALYTICS_CHANNEL);
9
+ return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.5.5", _jqlEditorCommon.ANALYTICS_CHANNEL);
10
10
  };
@@ -14,7 +14,7 @@ var ExpandToggleContainer = exports.ExpandToggleContainer = _styled.default.div(
14
14
  /* Override background styles for our button to match designs */
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
16
16
  '> button': {
17
- borderRadius: '100%',
17
+ borderRadius: "var(--ds-radius-full, 9999px)",
18
18
  /* Fill the remaining vertical space for a single line in our editor and space between buttons */
19
19
  margin: "var(--ds-space-050, 4px)".concat(" 0"),
20
20
  '&:hover': {
@@ -14,7 +14,7 @@ var SyntaxHelpContainer = exports.SyntaxHelpContainer = _styled.default.div({
14
14
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
15
15
  '> a': {
16
16
  background: "var(--ds-background-neutral-bold, ".concat(_colors.N70, ")"),
17
- borderRadius: '100%',
17
+ borderRadius: "var(--ds-radius-full, 9999px)",
18
18
  margin: "var(--ds-space-050, 4px)",
19
19
  '&:hover': {
20
20
  background: "var(--ds-background-neutral-bold-hovered, ".concat(_colors.N500, ")")
@@ -1,4 +1,4 @@
1
1
  import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
2
2
  export const useJqlEditorAnalytics = analyticsSource => {
3
- return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.5.3", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.5.5", ANALYTICS_CHANNEL);
4
4
  };
@@ -6,7 +6,7 @@ export const ExpandToggleContainer = styled.div({
6
6
  /* Override background styles for our button to match designs */
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
8
8
  '> button': {
9
- borderRadius: '100%',
9
+ borderRadius: "var(--ds-radius-full, 9999px)",
10
10
  /* Fill the remaining vertical space for a single line in our editor and space between buttons */
11
11
  margin: `${"var(--ds-space-050, 4px)"} 0`,
12
12
  '&:hover': {
@@ -6,7 +6,7 @@ export const SyntaxHelpContainer = styled.div({
6
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
7
7
  '> a': {
8
8
  background: `var(--ds-background-neutral-bold, ${N70})`,
9
- borderRadius: '100%',
9
+ borderRadius: "var(--ds-radius-full, 9999px)",
10
10
  margin: "var(--ds-space-050, 4px)",
11
11
  '&:hover': {
12
12
  background: `var(--ds-background-neutral-bold-hovered, ${N500})`
@@ -1,4 +1,4 @@
1
1
  import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
2
2
  export var useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
3
- return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.5.3", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.5.5", ANALYTICS_CHANNEL);
4
4
  };
@@ -6,7 +6,7 @@ export var ExpandToggleContainer = styled.div({
6
6
  /* Override background styles for our button to match designs */
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
8
8
  '> button': {
9
- borderRadius: '100%',
9
+ borderRadius: "var(--ds-radius-full, 9999px)",
10
10
  /* Fill the remaining vertical space for a single line in our editor and space between buttons */
11
11
  margin: "var(--ds-space-050, 4px)".concat(" 0"),
12
12
  '&:hover': {
@@ -6,7 +6,7 @@ export var SyntaxHelpContainer = styled.div({
6
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
7
7
  '> a': {
8
8
  background: "var(--ds-background-neutral-bold, ".concat(N70, ")"),
9
- borderRadius: '100%',
9
+ borderRadius: "var(--ds-radius-full, 9999px)",
10
10
  margin: "var(--ds-space-050, 4px)",
11
11
  '&:hover': {
12
12
  background: "var(--ds-background-neutral-bold-hovered, ".concat(N500, ")")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/jql-editor",
3
- "version": "5.5.4",
3
+ "version": "5.5.6",
4
4
  "description": "This package allows consumers to render an advanced JQL editor component to enable autocomplete-assisted authoring and validation of JQL queries.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/avatar": "^25.1.0",
42
42
  "@atlaskit/button": "^23.4.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
- "@atlaskit/form": "^12.4.0",
44
+ "@atlaskit/form": "^12.5.0",
45
45
  "@atlaskit/icon": "^28.1.0",
46
46
  "@atlaskit/jql-ast": "^3.3.0",
47
47
  "@atlaskit/jql-autocomplete": "^2.0.0",
@@ -51,10 +51,10 @@
51
51
  "@atlaskit/link": "^3.2.0",
52
52
  "@atlaskit/platform-feature-flags": "^1.1.0",
53
53
  "@atlaskit/popper": "^7.1.0",
54
- "@atlaskit/primitives": "^14.12.0",
54
+ "@atlaskit/primitives": "^14.14.0",
55
55
  "@atlaskit/spinner": "^19.0.0",
56
- "@atlaskit/theme": "^20.0.0",
57
- "@atlaskit/tokens": "^6.1.0",
56
+ "@atlaskit/theme": "^21.0.0",
57
+ "@atlaskit/tokens": "^6.3.0",
58
58
  "@atlaskit/tooltip": "^20.4.0",
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "@emotion/react": "^11.7.1",