@atlaskit/editor-plugin-type-ahead 19.0.9 → 19.0.10
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 +6 -0
- package/dist/cjs/ui/registered-menu/RegisteredTypeAheadMenu.js +1 -1
- package/dist/cjs/ui/registered-menu/TypeAheadMenuFooter.js +1 -1
- package/dist/es2019/ui/registered-menu/RegisteredTypeAheadMenu.js +1 -1
- package/dist/es2019/ui/registered-menu/TypeAheadMenuFooter.js +1 -1
- package/dist/esm/ui/registered-menu/RegisteredTypeAheadMenu.js +1 -1
- package/dist/esm/ui/registered-menu/TypeAheadMenuFooter.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* RegisteredTypeAheadMenu.tsx generated by @compiled/babel-plugin v3.0.
|
|
1
|
+
/* RegisteredTypeAheadMenu.tsx generated by @compiled/babel-plugin v3.0.2 */
|
|
2
2
|
import "./RegisteredTypeAheadMenu.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useCallback, useId, useLayoutEffect, useMemo, useRef, useState } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TypeAheadMenuFooter.tsx generated by @compiled/babel-plugin v3.0.
|
|
1
|
+
/* TypeAheadMenuFooter.tsx generated by @compiled/babel-plugin v3.0.2 */
|
|
2
2
|
import "./TypeAheadMenuFooter.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* RegisteredTypeAheadMenu.tsx generated by @compiled/babel-plugin v3.0.
|
|
1
|
+
/* RegisteredTypeAheadMenu.tsx generated by @compiled/babel-plugin v3.0.2 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./RegisteredTypeAheadMenu.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* TypeAheadMenuFooter.tsx generated by @compiled/babel-plugin v3.0.
|
|
1
|
+
/* TypeAheadMenuFooter.tsx generated by @compiled/babel-plugin v3.0.2 */
|
|
2
2
|
import "./TypeAheadMenuFooter.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.10",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaskit/adf-schema": "^57.
|
|
24
|
+
"@atlaskit/adf-schema": "^57.5.0",
|
|
25
25
|
"@atlaskit/css": "^1.1.0",
|
|
26
26
|
"@atlaskit/editor-plugin-analytics": "^18.0.0",
|
|
27
27
|
"@atlaskit/editor-plugin-connectivity": "^18.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/primitives": "^22.5.0",
|
|
43
43
|
"@atlaskit/prosemirror-history": "^1.2.0",
|
|
44
44
|
"@atlaskit/prosemirror-input-rules": "^4.1.0",
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^198.0.0",
|
|
46
46
|
"@atlaskit/tokens": "^17.0.0",
|
|
47
47
|
"@atlaskit/visually-hidden": "^4.4.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"w3c-keyname": "^2.1.8"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@atlaskit/editor-common": "^122.
|
|
57
|
+
"@atlaskit/editor-common": "^122.10.0",
|
|
58
58
|
"react": "^18.2.0 || ^19.2.0",
|
|
59
59
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
60
60
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|