@atlaskit/tmp-editor-statsig 16.32.0 → 16.33.0

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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`989213ce3c890`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/989213ce3c890) -
8
+ fg cleanup: company-hub-config-panel-keyboard-nav
9
+
3
10
  ## 16.32.0
4
11
 
5
12
  ### Minor Changes
@@ -216,14 +216,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
216
216
  param: 'isEnabled',
217
217
  defaultValue: false
218
218
  }),
219
- // Added 2025-11-20
220
- 'company-hub-config-panel-keyboard-nav': (0, _experimentBuilders.createBooleanExperiment)({
221
- productKeys: {
222
- confluence: 'company-hub-config-panel-keyboard-nav'
223
- },
224
- param: 'isEnabled',
225
- defaultValue: false
226
- }),
227
219
  // Added 2026-01-05
228
220
  'company_hub_carousel_thumbnails-refactor': (0, _experimentBuilders.createBooleanExperiment)({
229
221
  productKeys: {
@@ -210,14 +210,6 @@ export const editorExperimentsConfig = {
210
210
  param: 'isEnabled',
211
211
  defaultValue: false
212
212
  }),
213
- // Added 2025-11-20
214
- 'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
215
- productKeys: {
216
- confluence: 'company-hub-config-panel-keyboard-nav'
217
- },
218
- param: 'isEnabled',
219
- defaultValue: false
220
- }),
221
213
  // Added 2026-01-05
222
214
  'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
223
215
  productKeys: {
@@ -210,14 +210,6 @@ export var editorExperimentsConfig = {
210
210
  param: 'isEnabled',
211
211
  defaultValue: false
212
212
  }),
213
- // Added 2025-11-20
214
- 'company-hub-config-panel-keyboard-nav': createBooleanExperiment({
215
- productKeys: {
216
- confluence: 'company-hub-config-panel-keyboard-nav'
217
- },
218
- param: 'isEnabled',
219
- defaultValue: false
220
- }),
221
213
  // Added 2026-01-05
222
214
  'company_hub_carousel_thumbnails-refactor': createBooleanExperiment({
223
215
  productKeys: {
@@ -94,12 +94,6 @@ export declare const editorExperimentsConfig: {
94
94
  productKeys?: ProductKeys;
95
95
  typeGuard: IsBooleanType;
96
96
  };
97
- 'company-hub-config-panel-keyboard-nav': {
98
- defaultValue: boolean;
99
- param: string;
100
- productKeys?: ProductKeys;
101
- typeGuard: IsBooleanType;
102
- };
103
97
  platform_editor_fix_emoji_paste_html: {
104
98
  defaultValue: boolean;
105
99
  param: string;
@@ -94,12 +94,6 @@ export declare const editorExperimentsConfig: {
94
94
  productKeys?: ProductKeys;
95
95
  typeGuard: IsBooleanType;
96
96
  };
97
- 'company-hub-config-panel-keyboard-nav': {
98
- defaultValue: boolean;
99
- param: string;
100
- productKeys?: ProductKeys;
101
- typeGuard: IsBooleanType;
102
- };
103
97
  platform_editor_fix_emoji_paste_html: {
104
98
  defaultValue: boolean;
105
99
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.32.0",
3
+ "version": "16.33.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",