@atlaskit/tmp-editor-statsig 16.7.0 → 16.8.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`517f06f895cc9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/517f06f895cc9) -
8
+ [https://product-fabric.atlassian.net/browse/ED-29730](ED-29730) - clen up
9
+ platform_editor_emoji_otp Statsig experiment
10
+
3
11
  ## 16.7.0
4
12
 
5
13
  ### Minor Changes
@@ -624,14 +624,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
624
624
  param: 'isEnabled',
625
625
  defaultValue: false
626
626
  }),
627
- // Added 2025-09-16
628
- platform_editor_emoji_otp: (0, _experimentBuilders.createBooleanExperiment)({
629
- productKeys: {
630
- confluence: 'platform_editor_emoji_otp'
631
- },
632
- param: 'isEnabled',
633
- defaultValue: false
634
- }),
635
627
  // Added 2025-07-23
636
628
  // Added 2025-07-24
637
629
  editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
@@ -618,14 +618,6 @@ export const editorExperimentsConfig = {
618
618
  param: 'isEnabled',
619
619
  defaultValue: false
620
620
  }),
621
- // Added 2025-09-16
622
- platform_editor_emoji_otp: createBooleanExperiment({
623
- productKeys: {
624
- confluence: 'platform_editor_emoji_otp'
625
- },
626
- param: 'isEnabled',
627
- defaultValue: false
628
- }),
629
621
  // Added 2025-07-23
630
622
  // Added 2025-07-24
631
623
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
@@ -618,14 +618,6 @@ export var editorExperimentsConfig = {
618
618
  param: 'isEnabled',
619
619
  defaultValue: false
620
620
  }),
621
- // Added 2025-09-16
622
- platform_editor_emoji_otp: createBooleanExperiment({
623
- productKeys: {
624
- confluence: 'platform_editor_emoji_otp'
625
- },
626
- param: 'isEnabled',
627
- defaultValue: false
628
- }),
629
621
  // Added 2025-07-23
630
622
  // Added 2025-07-24
631
623
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
@@ -368,12 +368,6 @@ export declare const editorExperimentsConfig: {
368
368
  productKeys?: ProductKeys;
369
369
  typeGuard: IsBooleanType;
370
370
  };
371
- platform_editor_emoji_otp: {
372
- defaultValue: boolean;
373
- param: string;
374
- productKeys?: ProductKeys;
375
- typeGuard: IsBooleanType;
376
- };
377
371
  platform_editor_enable_single_player_step_merging: {
378
372
  defaultValue: boolean;
379
373
  param: string;
@@ -368,12 +368,6 @@ export declare const editorExperimentsConfig: {
368
368
  productKeys?: ProductKeys;
369
369
  typeGuard: IsBooleanType;
370
370
  };
371
- platform_editor_emoji_otp: {
372
- defaultValue: boolean;
373
- param: string;
374
- productKeys?: ProductKeys;
375
- typeGuard: IsBooleanType;
376
- };
377
371
  platform_editor_enable_single_player_step_merging: {
378
372
  defaultValue: boolean;
379
373
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.7.0",
3
+ "version": "16.8.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",