@atlaskit/editor-plugin-type-ahead 16.1.0 → 16.1.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,17 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 16.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 16.1.0
4
16
 
5
17
  ### Minor Changes
@@ -271,9 +271,7 @@ var TypeAheadListItem = exports.TypeAheadListItem = /*#__PURE__*/_react.default.
271
271
  role: "option",
272
272
  ref: buttonItemRef,
273
273
  isDisabled: itemIsDisabled,
274
- testId: (0, _experiments.editorExperiment)('platform_synced_block', true) ? item.testId : undefined
275
- // @ts-ignore
276
- ,
274
+ testId: (0, _experiments.editorExperiment)('platform_synced_block', true) ? item.testId : undefined,
277
275
  css: listItemClasses
278
276
  }, (0, _react2.jsx)("div", {
279
277
  "aria-hidden": true
@@ -284,9 +284,7 @@ export const TypeAheadListItem = /*#__PURE__*/React.memo(({
284
284
  role: "option",
285
285
  ref: buttonItemRef,
286
286
  isDisabled: itemIsDisabled,
287
- testId: editorExperiment('platform_synced_block', true) ? item.testId : undefined
288
- // @ts-ignore
289
- ,
287
+ testId: editorExperiment('platform_synced_block', true) ? item.testId : undefined,
290
288
  css: listItemClasses
291
289
  }, jsx("div", {
292
290
  "aria-hidden": true
@@ -263,9 +263,7 @@ export var TypeAheadListItem = /*#__PURE__*/React.memo(function (_ref) {
263
263
  role: "option",
264
264
  ref: buttonItemRef,
265
265
  isDisabled: itemIsDisabled,
266
- testId: editorExperiment('platform_synced_block', true) ? item.testId : undefined
267
- // @ts-ignore
268
- ,
266
+ testId: editorExperiment('platform_synced_block', true) ? item.testId : undefined,
269
267
  css: listItemClasses
270
268
  }, jsx("div", {
271
269
  "aria-hidden": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "16.1.0",
3
+ "version": "16.1.2",
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": "^56.7.0",
24
+ "@atlaskit/adf-schema": "^57.0.0",
25
25
  "@atlaskit/css": "^1.0.0",
26
26
  "@atlaskit/editor-plugin-analytics": "^15.0.0",
27
27
  "@atlaskit/editor-plugin-connectivity": "^15.0.0",
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/editor-plugin-ui-control-registry": "^9.0.0",
31
31
  "@atlaskit/editor-prosemirror": "^8.0.0",
32
32
  "@atlaskit/editor-shared-styles": "^4.0.0",
33
- "@atlaskit/editor-ui-control-model": "^2.6.0",
33
+ "@atlaskit/editor-ui-control-model": "^2.7.0",
34
34
  "@atlaskit/feature-gate-js-client": "^6.0.0",
35
35
  "@atlaskit/heading": "^7.0.0",
36
36
  "@atlaskit/icon": "^37.3.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/primitives": "^22.2.0",
42
42
  "@atlaskit/prosemirror-history": "^1.1.0",
43
43
  "@atlaskit/prosemirror-input-rules": "^4.0.0",
44
- "@atlaskit/tmp-editor-statsig": "^147.1.0",
44
+ "@atlaskit/tmp-editor-statsig": "^148.0.0",
45
45
  "@atlaskit/tokens": "^16.7.0",
46
46
  "@atlaskit/visually-hidden": "^4.2.0",
47
47
  "@babel/runtime": "^7.0.0",
@@ -53,7 +53,7 @@
53
53
  "w3c-keyname": "^2.1.8"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^119.2.0",
56
+ "@atlaskit/editor-common": "^119.5.0",
57
57
  "react": "^18.2.0 || ^19.2.0",
58
58
  "react-dom": "^18.2.0 || ^19.2.0",
59
59
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"