@atlaskit/editor-plugin-type-ahead 8.1.1 → 8.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,11 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 8.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.1.1
4
10
 
5
11
  ### Patch Changes
@@ -112,8 +112,6 @@ var TypeAheadPopup = exports.TypeAheadPopup = /*#__PURE__*/_react.default.memo(f
112
112
 
113
113
  // eslint-disable-next-line @atlaskit/platform/use-recommended-utils
114
114
  _featureGateJsClient.default.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
115
- // eslint-disable-next-line @atlaskit/platform/use-recommended-utils
116
- _featureGateJsClient.default.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
117
115
  api === null || api === void 0 || (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 || (_api$analytics2 = _api$analytics2.actions) === null || _api$analytics2 === void 0 || _api$analytics2.fireAnalyticsEvent({
118
116
  action: _analytics.ACTION.RENDERED,
119
117
  actionSubject: _analytics.ACTION_SUBJECT.TYPEAHEAD,
@@ -101,8 +101,6 @@ export const TypeAheadPopup = /*#__PURE__*/React.memo(props => {
101
101
 
102
102
  // eslint-disable-next-line @atlaskit/platform/use-recommended-utils
103
103
  FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
104
- // eslint-disable-next-line @atlaskit/platform/use-recommended-utils
105
- FeatureGates.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
106
104
  api === null || api === void 0 ? void 0 : (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 ? void 0 : (_api$analytics2$actio = _api$analytics2.actions) === null || _api$analytics2$actio === void 0 ? void 0 : _api$analytics2$actio.fireAnalyticsEvent({
107
105
  action: ACTION.RENDERED,
108
106
  actionSubject: ACTION_SUBJECT.TYPEAHEAD,
@@ -102,8 +102,6 @@ export var TypeAheadPopup = /*#__PURE__*/React.memo(function (props) {
102
102
 
103
103
  // eslint-disable-next-line @atlaskit/platform/use-recommended-utils
104
104
  FeatureGates.getExperimentValue('cc_fd_db_quick_insert_options', 'isEnabled', false);
105
- // eslint-disable-next-line @atlaskit/platform/use-recommended-utils
106
- FeatureGates.getExperimentValue('cc_fd_cwr_quick_insert', 'cohort', 'control');
107
105
  api === null || api === void 0 || (_api$analytics2 = api.analytics) === null || _api$analytics2 === void 0 || (_api$analytics2 = _api$analytics2.actions) === null || _api$analytics2 === void 0 || _api$analytics2.fireAnalyticsEvent({
108
106
  action: ACTION.RENDERED,
109
107
  actionSubject: ACTION_SUBJECT.TYPEAHEAD,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Type-ahead plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,8 +44,8 @@
44
44
  "@atlaskit/primitives": "^18.1.0",
45
45
  "@atlaskit/prosemirror-history": "^0.2.0",
46
46
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
47
- "@atlaskit/tmp-editor-statsig": "^55.0.0",
48
- "@atlaskit/tokens": "^11.4.0",
47
+ "@atlaskit/tmp-editor-statsig": "^55.1.0",
48
+ "@atlaskit/tokens": "^12.0.0",
49
49
  "@atlaskit/visually-hidden": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",