@atlaskit/tmp-editor-statsig 39.0.0 → 40.1.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 40.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`be5f64b1c1011`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be5f64b1c1011) -
8
+ [ux] Patch for image editor tool bar border drop downUI size
9
+
10
+ ## 40.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`5a8d797e50210`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a8d797e50210) -
15
+ [FFCLEANUP-91669] clean up platform_editor_hide_toolbar_tooltips_fix experiment to hide dropdown
16
+ menu item tooltips on hover of the dropdown menu button
17
+
3
18
  ## 39.0.0
4
19
 
5
20
  ### Major Changes
@@ -1340,14 +1340,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1340
1340
  param: 'isEnabled',
1341
1341
  defaultValue: false
1342
1342
  }),
1343
- // Added 2026-02-02
1344
- platform_editor_hide_toolbar_tooltips_fix: (0, _experimentBuilders.createBooleanExperiment)({
1345
- productKeys: {
1346
- confluence: 'platform_editor_hide_toolbar_tooltips_fix'
1347
- },
1348
- param: 'isEnabled',
1349
- defaultValue: false
1350
- }),
1351
1343
  // Added 2026-02-03
1352
1344
  platform_editor_enghealth_a11y_jan_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1353
1345
  productKeys: {
@@ -1716,6 +1708,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1716
1708
  defaultValue: false
1717
1709
  }),
1718
1710
  // Added 2026-03-10
1711
+ platform_editor_fix_media_toolbar_border_dropdown: (0, _experimentBuilders.createBooleanExperiment)({
1712
+ productKeys: {
1713
+ confluence: 'platform_editor_fix_media_toolbar_border_dropdown'
1714
+ },
1715
+ param: 'isEnabled',
1716
+ defaultValue: false
1717
+ }),
1718
+ // Added 2026-03-10
1719
1719
  platform_editor_analyse_table_with_merged_cells: (0, _experimentBuilders.createBooleanExperiment)({
1720
1720
  productKeys: {
1721
1721
  confluence: 'platform_editor_analyse_table_with_merged_cells'
@@ -1334,14 +1334,6 @@ export const editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
- // Added 2026-02-02
1338
- platform_editor_hide_toolbar_tooltips_fix: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_hide_toolbar_tooltips_fix'
1341
- },
1342
- param: 'isEnabled',
1343
- defaultValue: false
1344
- }),
1345
1337
  // Added 2026-02-03
1346
1338
  platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1347
1339
  productKeys: {
@@ -1710,6 +1702,14 @@ export const editorExperimentsConfig = {
1710
1702
  defaultValue: false
1711
1703
  }),
1712
1704
  // Added 2026-03-10
1705
+ platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1706
+ productKeys: {
1707
+ confluence: 'platform_editor_fix_media_toolbar_border_dropdown'
1708
+ },
1709
+ param: 'isEnabled',
1710
+ defaultValue: false
1711
+ }),
1712
+ // Added 2026-03-10
1713
1713
  platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1714
1714
  productKeys: {
1715
1715
  confluence: 'platform_editor_analyse_table_with_merged_cells'
@@ -1334,14 +1334,6 @@ export var editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
- // Added 2026-02-02
1338
- platform_editor_hide_toolbar_tooltips_fix: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_hide_toolbar_tooltips_fix'
1341
- },
1342
- param: 'isEnabled',
1343
- defaultValue: false
1344
- }),
1345
1337
  // Added 2026-02-03
1346
1338
  platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1347
1339
  productKeys: {
@@ -1710,6 +1702,14 @@ export var editorExperimentsConfig = {
1710
1702
  defaultValue: false
1711
1703
  }),
1712
1704
  // Added 2026-03-10
1705
+ platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1706
+ productKeys: {
1707
+ confluence: 'platform_editor_fix_media_toolbar_border_dropdown'
1708
+ },
1709
+ param: 'isEnabled',
1710
+ defaultValue: false
1711
+ }),
1712
+ // Added 2026-03-10
1713
1713
  platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1714
1714
  productKeys: {
1715
1715
  confluence: 'platform_editor_analyse_table_with_merged_cells'
@@ -983,12 +983,6 @@ export declare const editorExperimentsConfig: {
983
983
  productKeys?: ProductKeys;
984
984
  typeGuard: IsBooleanType;
985
985
  };
986
- platform_editor_hide_toolbar_tooltips_fix: {
987
- defaultValue: boolean;
988
- param: string;
989
- productKeys?: ProductKeys;
990
- typeGuard: IsBooleanType;
991
- };
992
986
  platform_editor_enghealth_a11y_jan_fixes: {
993
987
  defaultValue: boolean;
994
988
  param: string;
@@ -1260,6 +1254,12 @@ export declare const editorExperimentsConfig: {
1260
1254
  productKeys?: ProductKeys;
1261
1255
  typeGuard: IsBooleanType;
1262
1256
  };
1257
+ platform_editor_fix_media_toolbar_border_dropdown: {
1258
+ defaultValue: boolean;
1259
+ param: string;
1260
+ productKeys?: ProductKeys;
1261
+ typeGuard: IsBooleanType;
1262
+ };
1263
1263
  platform_editor_analyse_table_with_merged_cells: {
1264
1264
  defaultValue: boolean;
1265
1265
  param: string;
@@ -983,12 +983,6 @@ export declare const editorExperimentsConfig: {
983
983
  productKeys?: ProductKeys;
984
984
  typeGuard: IsBooleanType;
985
985
  };
986
- platform_editor_hide_toolbar_tooltips_fix: {
987
- defaultValue: boolean;
988
- param: string;
989
- productKeys?: ProductKeys;
990
- typeGuard: IsBooleanType;
991
- };
992
986
  platform_editor_enghealth_a11y_jan_fixes: {
993
987
  defaultValue: boolean;
994
988
  param: string;
@@ -1260,6 +1254,12 @@ export declare const editorExperimentsConfig: {
1260
1254
  productKeys?: ProductKeys;
1261
1255
  typeGuard: IsBooleanType;
1262
1256
  };
1257
+ platform_editor_fix_media_toolbar_border_dropdown: {
1258
+ defaultValue: boolean;
1259
+ param: string;
1260
+ productKeys?: ProductKeys;
1261
+ typeGuard: IsBooleanType;
1262
+ };
1263
1263
  platform_editor_analyse_table_with_merged_cells: {
1264
1264
  defaultValue: boolean;
1265
1265
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "39.0.0",
3
+ "version": "40.1.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",