@atlaskit/editor-plugin-type-ahead 1.10.0 → 1.10.2
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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-type-ahead
|
|
2
2
|
|
|
3
|
+
## 1.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154186)
|
|
8
|
+
[`5c316170d29dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c316170d29dd) -
|
|
9
|
+
Bump @atlaskit/adf-schema to 42.3.1
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 1.10.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 1.10.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -36,6 +36,8 @@ var querySpanStyles = (0, _react2.css)({
|
|
|
36
36
|
padding: 0,
|
|
37
37
|
margin: 0,
|
|
38
38
|
// ED-17022 Fixes firefox caret position
|
|
39
|
+
// Do not migrate font when em is used as unit
|
|
40
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
39
41
|
fontSize: '1em',
|
|
40
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
41
43
|
height: _editorSharedStyles.blockNodesVerticalMargin,
|
|
@@ -24,6 +24,8 @@ const querySpanStyles = css({
|
|
|
24
24
|
padding: 0,
|
|
25
25
|
margin: 0,
|
|
26
26
|
// ED-17022 Fixes firefox caret position
|
|
27
|
+
// Do not migrate font when em is used as unit
|
|
28
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
27
29
|
fontSize: '1em',
|
|
28
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
|
|
29
31
|
height: blockNodesVerticalMargin,
|
|
@@ -25,6 +25,8 @@ var querySpanStyles = css({
|
|
|
25
25
|
padding: 0,
|
|
26
26
|
margin: 0,
|
|
27
27
|
// ED-17022 Fixes firefox caret position
|
|
28
|
+
// Do not migrate font when em is used as unit
|
|
29
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
28
30
|
fontSize: '1em',
|
|
29
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
|
|
30
32
|
height: blockNodesVerticalMargin,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
".": "./src/index.ts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/adf-schema": "^42.
|
|
35
|
-
"@atlaskit/editor-common": "^
|
|
34
|
+
"@atlaskit/adf-schema": "^42.3.1",
|
|
35
|
+
"@atlaskit/editor-common": "^94.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^1.10.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
38
38
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
|
39
|
-
"@atlaskit/menu": "^2.
|
|
39
|
+
"@atlaskit/menu": "^2.13.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
41
41
|
"@atlaskit/prosemirror-input-rules": "^3.2.0",
|
|
42
|
-
"@atlaskit/theme": "^
|
|
42
|
+
"@atlaskit/theme": "^14.0.0",
|
|
43
43
|
"@atlaskit/tokens": "^2.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1",
|