@atlaskit/jql-editor 5.5.7 → 5.5.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/jql-editor
|
|
2
2
|
|
|
3
|
+
## 5.5.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`407e1dc11eeed`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/407e1dc11eeed) -
|
|
8
|
+
Minor changes to border radius values.
|
|
9
|
+
|
|
10
|
+
## 5.5.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 5.5.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -17,7 +17,7 @@ var UserContainer = exports.UserContainer = _styled.default.span({
|
|
|
17
17
|
display: 'inline-flex',
|
|
18
18
|
alignItems: 'baseline',
|
|
19
19
|
paddingLeft: "var(--ds-space-025, 2px)",
|
|
20
|
-
borderRadius:
|
|
20
|
+
borderRadius: "var(--ds-radius-xlarge, 12px)",
|
|
21
21
|
cursor: 'pointer',
|
|
22
22
|
userSelect: 'none'
|
|
23
23
|
},
|
|
@@ -8,7 +8,7 @@ export const UserContainer = styled.span({
|
|
|
8
8
|
display: 'inline-flex',
|
|
9
9
|
alignItems: 'baseline',
|
|
10
10
|
paddingLeft: `${"var(--ds-space-025, 2px)"}`,
|
|
11
|
-
borderRadius:
|
|
11
|
+
borderRadius: "var(--ds-radius-xlarge, 12px)",
|
|
12
12
|
cursor: 'pointer',
|
|
13
13
|
userSelect: 'none'
|
|
14
14
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/jql-editor",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/avatar": "^25.1.0",
|
|
39
39
|
"@atlaskit/button": "^23.4.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
41
|
-
"@atlaskit/form": "^
|
|
41
|
+
"@atlaskit/form": "^14.0.0",
|
|
42
42
|
"@atlaskit/icon": "^28.2.0",
|
|
43
43
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
44
44
|
"@atlaskit/jql-autocomplete": "^2.0.0",
|