@atlaskit/tmp-editor-statsig 76.0.0 → 77.0.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
+ ## 77.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`7bfc7106b79c7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7bfc7106b79c7) -
8
+ Clean up platform_editor_toolbar_aifc_use_editor_typography experiment.
9
+
3
10
  ## 76.0.0
4
11
 
5
12
  ### Major Changes
@@ -1055,14 +1055,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1055
1055
  param: 'isEnabled',
1056
1056
  defaultValue: false
1057
1057
  }),
1058
- platform_editor_toolbar_aifc_use_editor_typography: (0, _experimentBuilders.createBooleanExperiment)({
1059
- productKeys: {
1060
- confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1061
- jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1062
- },
1063
- param: 'isEnabled',
1064
- defaultValue: false
1065
- }),
1066
1058
  platform_editor_toolbar_submenu_open_click: (0, _experimentBuilders.createBooleanExperiment)({
1067
1059
  productKeys: {
1068
1060
  confluence: 'platform_editor_toolbar_submenu_open_click'
@@ -1049,14 +1049,6 @@ export const editorExperimentsConfig = {
1049
1049
  param: 'isEnabled',
1050
1050
  defaultValue: false
1051
1051
  }),
1052
- platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
1053
- productKeys: {
1054
- confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1055
- jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1056
- },
1057
- param: 'isEnabled',
1058
- defaultValue: false
1059
- }),
1060
1052
  platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
1061
1053
  productKeys: {
1062
1054
  confluence: 'platform_editor_toolbar_submenu_open_click'
@@ -1049,14 +1049,6 @@ export var editorExperimentsConfig = {
1049
1049
  param: 'isEnabled',
1050
1050
  defaultValue: false
1051
1051
  }),
1052
- platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
1053
- productKeys: {
1054
- confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
1055
- jira: 'platform_editor_toolbar_aifc_use_editor_typography'
1056
- },
1057
- param: 'isEnabled',
1058
- defaultValue: false
1059
- }),
1060
1052
  platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
1061
1053
  productKeys: {
1062
1054
  confluence: 'platform_editor_toolbar_submenu_open_click'
@@ -815,12 +815,6 @@ export declare const editorExperimentsConfig: {
815
815
  productKeys?: ProductKeys;
816
816
  typeGuard: IsBooleanType;
817
817
  };
818
- platform_editor_toolbar_aifc_use_editor_typography: {
819
- defaultValue: boolean;
820
- param: string;
821
- productKeys?: ProductKeys;
822
- typeGuard: IsBooleanType;
823
- };
824
818
  platform_editor_aifc_sync_block_stream_fix: {
825
819
  defaultValue: boolean;
826
820
  param: string;
@@ -815,12 +815,6 @@ export declare const editorExperimentsConfig: {
815
815
  productKeys?: ProductKeys;
816
816
  typeGuard: IsBooleanType;
817
817
  };
818
- platform_editor_toolbar_aifc_use_editor_typography: {
819
- defaultValue: boolean;
820
- param: string;
821
- productKeys?: ProductKeys;
822
- typeGuard: IsBooleanType;
823
- };
824
818
  platform_editor_aifc_sync_block_stream_fix: {
825
819
  defaultValue: boolean;
826
820
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "76.0.0",
3
+ "version": "77.0.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",