@atlaskit/tmp-editor-statsig 74.10.0 → 74.11.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
+ ## 74.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`976ecba9e36d7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/976ecba9e36d7) -
8
+ ff cleanup: ccpi_fix_broken_uploaded_img
9
+
3
10
  ## 74.10.0
4
11
 
5
12
  ### Minor Changes
@@ -749,14 +749,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
749
749
  param: 'isEnabled',
750
750
  defaultValue: false
751
751
  }),
752
- // Added 2026-03-12
753
- ccpi_fix_broken_uploaded_img: (0, _experimentBuilders.createBooleanExperiment)({
754
- productKeys: {
755
- confluence: 'ccpi_fix_broken_uploaded_img'
756
- },
757
- param: 'isEnabled',
758
- defaultValue: false
759
- }),
760
752
  // Added 2026-02-05
761
753
  'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
762
754
  productKeys: {
@@ -743,14 +743,6 @@ export const editorExperimentsConfig = {
743
743
  param: 'isEnabled',
744
744
  defaultValue: false
745
745
  }),
746
- // Added 2026-03-12
747
- ccpi_fix_broken_uploaded_img: createBooleanExperiment({
748
- productKeys: {
749
- confluence: 'ccpi_fix_broken_uploaded_img'
750
- },
751
- param: 'isEnabled',
752
- defaultValue: false
753
- }),
754
746
  // Added 2026-02-05
755
747
  'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
756
748
  productKeys: {
@@ -743,14 +743,6 @@ export var editorExperimentsConfig = {
743
743
  param: 'isEnabled',
744
744
  defaultValue: false
745
745
  }),
746
- // Added 2026-03-12
747
- ccpi_fix_broken_uploaded_img: createBooleanExperiment({
748
- productKeys: {
749
- confluence: 'ccpi_fix_broken_uploaded_img'
750
- },
751
- param: 'isEnabled',
752
- defaultValue: false
753
- }),
754
746
  // Added 2026-02-05
755
747
  'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
756
748
  productKeys: {
@@ -203,12 +203,6 @@ export declare const editorExperimentsConfig: {
203
203
  productKeys?: ProductKeys;
204
204
  typeGuard: IsBooleanType;
205
205
  };
206
- ccpi_fix_broken_uploaded_img: {
207
- defaultValue: boolean;
208
- param: string;
209
- productKeys?: ProductKeys;
210
- typeGuard: IsBooleanType;
211
- };
212
206
  'editor-a11y-fy26-keyboard-move-row-column': {
213
207
  defaultValue: boolean;
214
208
  param: string;
@@ -203,12 +203,6 @@ export declare const editorExperimentsConfig: {
203
203
  productKeys?: ProductKeys;
204
204
  typeGuard: IsBooleanType;
205
205
  };
206
- ccpi_fix_broken_uploaded_img: {
207
- defaultValue: boolean;
208
- param: string;
209
- productKeys?: ProductKeys;
210
- typeGuard: IsBooleanType;
211
- };
212
206
  'editor-a11y-fy26-keyboard-move-row-column': {
213
207
  defaultValue: boolean;
214
208
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "74.10.0",
3
+ "version": "74.11.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",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/react-ufo": "^5.18.0",
38
+ "@atlaskit/react-ufo": "^5.19.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "platform-feature-flags": {