@atlaskit/tmp-editor-statsig 16.5.0 → 16.6.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.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`77df724ec737e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/77df724ec737e) -
8
+ [https://product-fabric.atlassian.net/browse/ED-28631](ED-28631) - cleanup the
9
+ platform_editor_smart_card_otp Statsig experiment
10
+
3
11
  ## 16.5.0
4
12
 
5
13
  ### Minor Changes
@@ -560,13 +560,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
560
560
  param: 'isEnabled',
561
561
  defaultValue: false
562
562
  }),
563
- platform_editor_smart_card_otp: (0, _experimentBuilders.createBooleanExperiment)({
564
- productKeys: {
565
- confluence: 'platform_editor_smart_card_otp'
566
- },
567
- param: 'isEnabled',
568
- defaultValue: false
569
- }),
570
563
  // Added 2025-07-15
571
564
  platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
572
565
  productKeys: {
@@ -554,13 +554,6 @@ export const editorExperimentsConfig = {
554
554
  param: 'isEnabled',
555
555
  defaultValue: false
556
556
  }),
557
- platform_editor_smart_card_otp: createBooleanExperiment({
558
- productKeys: {
559
- confluence: 'platform_editor_smart_card_otp'
560
- },
561
- param: 'isEnabled',
562
- defaultValue: false
563
- }),
564
557
  // Added 2025-07-15
565
558
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
566
559
  productKeys: {
@@ -554,13 +554,6 @@ export var editorExperimentsConfig = {
554
554
  param: 'isEnabled',
555
555
  defaultValue: false
556
556
  }),
557
- platform_editor_smart_card_otp: createBooleanExperiment({
558
- productKeys: {
559
- confluence: 'platform_editor_smart_card_otp'
560
- },
561
- param: 'isEnabled',
562
- defaultValue: false
563
- }),
564
557
  // Added 2025-07-15
565
558
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
566
559
  productKeys: {
@@ -597,12 +597,6 @@ export declare const editorExperimentsConfig: {
597
597
  productKeys?: ProductKeys;
598
598
  typeGuard: IsBooleanType;
599
599
  };
600
- platform_editor_smart_card_otp: {
601
- defaultValue: boolean;
602
- param: string;
603
- productKeys?: ProductKeys;
604
- typeGuard: IsBooleanType;
605
- };
606
600
  editor_fix_embed_width_expand: {
607
601
  defaultValue: boolean;
608
602
  param: string;
@@ -597,12 +597,6 @@ export declare const editorExperimentsConfig: {
597
597
  productKeys?: ProductKeys;
598
598
  typeGuard: IsBooleanType;
599
599
  };
600
- platform_editor_smart_card_otp: {
601
- defaultValue: boolean;
602
- param: string;
603
- productKeys?: ProductKeys;
604
- typeGuard: IsBooleanType;
605
- };
606
600
  editor_fix_embed_width_expand: {
607
601
  defaultValue: boolean;
608
602
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.5.0",
3
+ "version": "16.6.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",