@atlaskit/tmp-editor-statsig 93.0.1 → 94.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 94.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`809a7bb620a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/809a7bb620a33) -
8
+ [ux] Cleanup feature gate `cc_editor_hover_link_overlay_css_fix`. The hover link overlay overflow
9
+ handling is now always active, so labels reset on hover and hide when the button would overflow
10
+ its container.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 93.0.1
4
17
 
5
18
  ### Patch Changes
@@ -25,7 +25,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
25
25
  platform_sl_3p_auth_rovo_action: false,
26
26
  platform_sl_3p_preauth_better_hovercard: true,
27
27
  cwr_blank_object_experiment: false,
28
- cc_editor_hover_link_overlay_css_fix: false,
29
28
  platform_editor_feedback_mandatory_rating: false,
30
29
  platform_editor_preview_panel_responsiveness: false,
31
30
  platform_editor_toolbar_aifc: false,
@@ -218,14 +218,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
218
218
  values: ['control', 'test'],
219
219
  defaultValue: 'control'
220
220
  }),
221
- // Added 2025-12-09
222
- cc_editor_hover_link_overlay_css_fix: (0, _experimentBuilders.createBooleanExperiment)({
223
- productKeys: {
224
- confluence: 'cc_editor_hover_link_overlay_css_fix'
225
- },
226
- param: 'isEnabled',
227
- defaultValue: false
228
- }),
229
221
  // Added 2026-04-08
230
222
  cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
231
223
  productKeys: {
@@ -1495,6 +1487,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1495
1487
  param: 'isEnabled',
1496
1488
  defaultValue: false
1497
1489
  }),
1490
+ // Added 2026-06-11
1491
+ platform_teamoji_26_refresh_emoji_picker: (0, _experimentBuilders.createBooleanExperiment)({
1492
+ productKeys: {
1493
+ confluence: 'platform_teamoji_26_refresh_emoji_picker',
1494
+ jira: 'platform_teamoji_26_refresh_emoji_picker'
1495
+ },
1496
+ param: 'isEnabled',
1497
+ defaultValue: false
1498
+ }),
1498
1499
  // Added 2026-02-26
1499
1500
  platform_editor_toolbar_update_jira_config: (0, _experimentBuilders.createBooleanExperiment)({
1500
1501
  productKeys: {
@@ -19,7 +19,6 @@ export const testBooleanOverrides = {
19
19
  platform_sl_3p_auth_rovo_action: false,
20
20
  platform_sl_3p_preauth_better_hovercard: true,
21
21
  cwr_blank_object_experiment: false,
22
- cc_editor_hover_link_overlay_css_fix: false,
23
22
  platform_editor_feedback_mandatory_rating: false,
24
23
  platform_editor_preview_panel_responsiveness: false,
25
24
  platform_editor_toolbar_aifc: false,
@@ -212,14 +212,6 @@ export const editorExperimentsConfig = {
212
212
  values: ['control', 'test'],
213
213
  defaultValue: 'control'
214
214
  }),
215
- // Added 2025-12-09
216
- cc_editor_hover_link_overlay_css_fix: createBooleanExperiment({
217
- productKeys: {
218
- confluence: 'cc_editor_hover_link_overlay_css_fix'
219
- },
220
- param: 'isEnabled',
221
- defaultValue: false
222
- }),
223
215
  // Added 2026-04-08
224
216
  cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
225
217
  productKeys: {
@@ -1489,6 +1481,15 @@ export const editorExperimentsConfig = {
1489
1481
  param: 'isEnabled',
1490
1482
  defaultValue: false
1491
1483
  }),
1484
+ // Added 2026-06-11
1485
+ platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
1486
+ productKeys: {
1487
+ confluence: 'platform_teamoji_26_refresh_emoji_picker',
1488
+ jira: 'platform_teamoji_26_refresh_emoji_picker'
1489
+ },
1490
+ param: 'isEnabled',
1491
+ defaultValue: false
1492
+ }),
1492
1493
  // Added 2026-02-26
1493
1494
  platform_editor_toolbar_update_jira_config: createBooleanExperiment({
1494
1495
  productKeys: {
@@ -19,7 +19,6 @@ export var testBooleanOverrides = {
19
19
  platform_sl_3p_auth_rovo_action: false,
20
20
  platform_sl_3p_preauth_better_hovercard: true,
21
21
  cwr_blank_object_experiment: false,
22
- cc_editor_hover_link_overlay_css_fix: false,
23
22
  platform_editor_feedback_mandatory_rating: false,
24
23
  platform_editor_preview_panel_responsiveness: false,
25
24
  platform_editor_toolbar_aifc: false,
@@ -212,14 +212,6 @@ export var editorExperimentsConfig = {
212
212
  values: ['control', 'test'],
213
213
  defaultValue: 'control'
214
214
  }),
215
- // Added 2025-12-09
216
- cc_editor_hover_link_overlay_css_fix: createBooleanExperiment({
217
- productKeys: {
218
- confluence: 'cc_editor_hover_link_overlay_css_fix'
219
- },
220
- param: 'isEnabled',
221
- defaultValue: false
222
- }),
223
215
  // Added 2026-04-08
224
216
  cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
225
217
  productKeys: {
@@ -1489,6 +1481,15 @@ export var editorExperimentsConfig = {
1489
1481
  param: 'isEnabled',
1490
1482
  defaultValue: false
1491
1483
  }),
1484
+ // Added 2026-06-11
1485
+ platform_teamoji_26_refresh_emoji_picker: createBooleanExperiment({
1486
+ productKeys: {
1487
+ confluence: 'platform_teamoji_26_refresh_emoji_picker',
1488
+ jira: 'platform_teamoji_26_refresh_emoji_picker'
1489
+ },
1490
+ param: 'isEnabled',
1491
+ defaultValue: false
1492
+ }),
1492
1493
  // Added 2026-02-26
1493
1494
  platform_editor_toolbar_update_jira_config: createBooleanExperiment({
1494
1495
  productKeys: {
@@ -70,12 +70,6 @@ export declare const editorExperimentsConfig: {
70
70
  typeGuard: (value: unknown) => value is 'control' | 'test';
71
71
  values: ('control' | 'test')[];
72
72
  };
73
- cc_editor_hover_link_overlay_css_fix: {
74
- defaultValue: boolean;
75
- param: string;
76
- productKeys?: ProductKeys;
77
- typeGuard: IsBooleanType;
78
- };
79
73
  cc_integrations_editor_open_link_click_analytics: {
80
74
  defaultValue: boolean;
81
75
  param: string;
@@ -1154,6 +1148,12 @@ export declare const editorExperimentsConfig: {
1154
1148
  productKeys?: ProductKeys;
1155
1149
  typeGuard: IsBooleanType;
1156
1150
  };
1151
+ platform_teamoji_26_refresh_emoji_picker: {
1152
+ defaultValue: boolean;
1153
+ param: string;
1154
+ productKeys?: ProductKeys;
1155
+ typeGuard: IsBooleanType;
1156
+ };
1157
1157
  platform_editor_toolbar_update_jira_config: {
1158
1158
  defaultValue: boolean;
1159
1159
  param: string;
@@ -70,12 +70,6 @@ export declare const editorExperimentsConfig: {
70
70
  typeGuard: (value: unknown) => value is 'control' | 'test';
71
71
  values: ('control' | 'test')[];
72
72
  };
73
- cc_editor_hover_link_overlay_css_fix: {
74
- defaultValue: boolean;
75
- param: string;
76
- productKeys?: ProductKeys;
77
- typeGuard: IsBooleanType;
78
- };
79
73
  cc_integrations_editor_open_link_click_analytics: {
80
74
  defaultValue: boolean;
81
75
  param: string;
@@ -1154,6 +1148,12 @@ export declare const editorExperimentsConfig: {
1154
1148
  productKeys?: ProductKeys;
1155
1149
  typeGuard: IsBooleanType;
1156
1150
  };
1151
+ platform_teamoji_26_refresh_emoji_picker: {
1152
+ defaultValue: boolean;
1153
+ param: string;
1154
+ productKeys?: ProductKeys;
1155
+ typeGuard: IsBooleanType;
1156
+ };
1157
1157
  platform_editor_toolbar_update_jira_config: {
1158
1158
  defaultValue: boolean;
1159
1159
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "93.0.1",
3
+ "version": "94.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",