@atlaskit/tmp-editor-statsig 12.9.0 → 12.9.1

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
+ ## 12.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`88eddbfa8aadd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88eddbfa8aadd) -
8
+ clean up FF of static emotion for editor
9
+
3
10
  ## 12.9.0
4
11
 
5
12
  ### Minor Changes
@@ -49,7 +49,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
49
49
  platform_editor_tables_table_selector: false,
50
50
  platform_renderer_fix_analytics_memo_callback: false,
51
51
  platform_editor_stop_width_reflows: false,
52
- platform_editor_core_static_emotion: false,
53
52
  platform_editor_core_static_emotion_non_central: false,
54
53
  platform_editor_no_cursor_on_edit_page_init: false,
55
54
  'jira-work-sync-desc-comment-summary': false,
@@ -319,14 +319,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
319
319
  param: 'isEnabled',
320
320
  defaultValue: false
321
321
  }),
322
- // Added 2025-05-08
323
- platform_editor_core_static_emotion: (0, _experimentBuilders.createBooleanExperiment)({
324
- productKeys: {
325
- confluence: 'platform_editor_core_static_emotion'
326
- },
327
- param: 'isEnabled',
328
- defaultValue: false
329
- }),
330
322
  // Added 2025-06-11
331
323
  platform_editor_core_static_emotion_non_central: (0, _experimentBuilders.createBooleanExperiment)({
332
324
  productKeys: {
@@ -43,7 +43,6 @@ export const testBooleanOverrides = {
43
43
  platform_editor_tables_table_selector: false,
44
44
  platform_renderer_fix_analytics_memo_callback: false,
45
45
  platform_editor_stop_width_reflows: false,
46
- platform_editor_core_static_emotion: false,
47
46
  platform_editor_core_static_emotion_non_central: false,
48
47
  platform_editor_no_cursor_on_edit_page_init: false,
49
48
  'jira-work-sync-desc-comment-summary': false,
@@ -313,14 +313,6 @@ export const editorExperimentsConfig = {
313
313
  param: 'isEnabled',
314
314
  defaultValue: false
315
315
  }),
316
- // Added 2025-05-08
317
- platform_editor_core_static_emotion: createBooleanExperiment({
318
- productKeys: {
319
- confluence: 'platform_editor_core_static_emotion'
320
- },
321
- param: 'isEnabled',
322
- defaultValue: false
323
- }),
324
316
  // Added 2025-06-11
325
317
  platform_editor_core_static_emotion_non_central: createBooleanExperiment({
326
318
  productKeys: {
@@ -43,7 +43,6 @@ export var testBooleanOverrides = {
43
43
  platform_editor_tables_table_selector: false,
44
44
  platform_renderer_fix_analytics_memo_callback: false,
45
45
  platform_editor_stop_width_reflows: false,
46
- platform_editor_core_static_emotion: false,
47
46
  platform_editor_core_static_emotion_non_central: false,
48
47
  platform_editor_no_cursor_on_edit_page_init: false,
49
48
  'jira-work-sync-desc-comment-summary': false,
@@ -313,14 +313,6 @@ export var editorExperimentsConfig = {
313
313
  param: 'isEnabled',
314
314
  defaultValue: false
315
315
  }),
316
- // Added 2025-05-08
317
- platform_editor_core_static_emotion: createBooleanExperiment({
318
- productKeys: {
319
- confluence: 'platform_editor_core_static_emotion'
320
- },
321
- param: 'isEnabled',
322
- defaultValue: false
323
- }),
324
316
  // Added 2025-06-11
325
317
  platform_editor_core_static_emotion_non_central: createBooleanExperiment({
326
318
  productKeys: {
@@ -233,12 +233,6 @@ export declare const editorExperimentsConfig: {
233
233
  param: string;
234
234
  productKeys?: import("./types").ProductKeys;
235
235
  };
236
- platform_editor_core_static_emotion: {
237
- typeGuard: typeof import("./type-guards").isBoolean;
238
- defaultValue: boolean;
239
- param: string;
240
- productKeys?: import("./types").ProductKeys;
241
- };
242
236
  platform_editor_core_static_emotion_non_central: {
243
237
  typeGuard: typeof import("./type-guards").isBoolean;
244
238
  defaultValue: boolean;
@@ -233,12 +233,6 @@ export declare const editorExperimentsConfig: {
233
233
  param: string;
234
234
  productKeys?: import("./types").ProductKeys;
235
235
  };
236
- platform_editor_core_static_emotion: {
237
- typeGuard: typeof import("./type-guards").isBoolean;
238
- defaultValue: boolean;
239
- param: string;
240
- productKeys?: import("./types").ProductKeys;
241
- };
242
236
  platform_editor_core_static_emotion_non_central: {
243
237
  typeGuard: typeof import("./type-guards").isBoolean;
244
238
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.9.0",
3
+ "version": "12.9.1",
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",