@atlaskit/tmp-editor-statsig 34.2.0 → 34.3.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
+ ## 34.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b5e671b3b051c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5e671b3b051c) -
8
+ [ux] Fix inline node annotation color in Renderer to match text annotation color
9
+
3
10
  ## 34.2.0
4
11
 
5
12
  ### Minor Changes
@@ -182,6 +182,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
182
182
  param: 'isEnabled',
183
183
  defaultValue: false
184
184
  }),
185
+ // Added 2026-03-06
186
+ platform_editor_media_reliability_observability: (0, _experimentBuilders.createBooleanExperiment)({
187
+ productKeys: {
188
+ confluence: 'platform_editor_media_reliability_observability'
189
+ },
190
+ param: 'isEnabled',
191
+ defaultValue: false
192
+ }),
185
193
  // Added 2025-11-20
186
194
  platform_editor_annotations_sync_on_docchange: (0, _experimentBuilders.createBooleanExperiment)({
187
195
  productKeys: {
@@ -1609,6 +1617,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1609
1617
  param: 'isEnabled',
1610
1618
  defaultValue: false
1611
1619
  }),
1620
+ // Added 2026-03-04
1621
+ confluence_fe_renderer_inline_node_mark_color_fix: (0, _experimentBuilders.createBooleanExperiment)({
1622
+ productKeys: {
1623
+ confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
1624
+ },
1625
+ param: 'isEnabled',
1626
+ defaultValue: false
1627
+ }),
1612
1628
  // Added 2026-03-05
1613
1629
  platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
1614
1630
  productKeys: {
@@ -176,6 +176,14 @@ export const editorExperimentsConfig = {
176
176
  param: 'isEnabled',
177
177
  defaultValue: false
178
178
  }),
179
+ // Added 2026-03-06
180
+ platform_editor_media_reliability_observability: createBooleanExperiment({
181
+ productKeys: {
182
+ confluence: 'platform_editor_media_reliability_observability'
183
+ },
184
+ param: 'isEnabled',
185
+ defaultValue: false
186
+ }),
179
187
  // Added 2025-11-20
180
188
  platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
181
189
  productKeys: {
@@ -1603,6 +1611,14 @@ export const editorExperimentsConfig = {
1603
1611
  param: 'isEnabled',
1604
1612
  defaultValue: false
1605
1613
  }),
1614
+ // Added 2026-03-04
1615
+ confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1616
+ productKeys: {
1617
+ confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
1618
+ },
1619
+ param: 'isEnabled',
1620
+ defaultValue: false
1621
+ }),
1606
1622
  // Added 2026-03-05
1607
1623
  platform_editor_table_resizer_extended_zone: createBooleanExperiment({
1608
1624
  productKeys: {
@@ -176,6 +176,14 @@ export var editorExperimentsConfig = {
176
176
  param: 'isEnabled',
177
177
  defaultValue: false
178
178
  }),
179
+ // Added 2026-03-06
180
+ platform_editor_media_reliability_observability: createBooleanExperiment({
181
+ productKeys: {
182
+ confluence: 'platform_editor_media_reliability_observability'
183
+ },
184
+ param: 'isEnabled',
185
+ defaultValue: false
186
+ }),
179
187
  // Added 2025-11-20
180
188
  platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
181
189
  productKeys: {
@@ -1603,6 +1611,14 @@ export var editorExperimentsConfig = {
1603
1611
  param: 'isEnabled',
1604
1612
  defaultValue: false
1605
1613
  }),
1614
+ // Added 2026-03-04
1615
+ confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
1616
+ productKeys: {
1617
+ confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
1618
+ },
1619
+ param: 'isEnabled',
1620
+ defaultValue: false
1621
+ }),
1606
1622
  // Added 2026-03-05
1607
1623
  platform_editor_table_resizer_extended_zone: createBooleanExperiment({
1608
1624
  productKeys: {
@@ -1164,6 +1164,12 @@ export declare const editorExperimentsConfig: {
1164
1164
  productKeys?: ProductKeys;
1165
1165
  typeGuard: IsBooleanType;
1166
1166
  };
1167
+ platform_editor_media_reliability_observability: {
1168
+ defaultValue: boolean;
1169
+ param: string;
1170
+ productKeys?: ProductKeys;
1171
+ typeGuard: IsBooleanType;
1172
+ };
1167
1173
  platform_editor_eslint_suppression_fix: {
1168
1174
  defaultValue: boolean;
1169
1175
  param: string;
@@ -1182,6 +1188,12 @@ export declare const editorExperimentsConfig: {
1182
1188
  productKeys?: ProductKeys;
1183
1189
  typeGuard: IsBooleanType;
1184
1190
  };
1191
+ confluence_fe_renderer_inline_node_mark_color_fix: {
1192
+ defaultValue: boolean;
1193
+ param: string;
1194
+ productKeys?: ProductKeys;
1195
+ typeGuard: IsBooleanType;
1196
+ };
1185
1197
  platform_editor_table_resizer_extended_zone: {
1186
1198
  defaultValue: boolean;
1187
1199
  param: string;
@@ -1164,6 +1164,12 @@ export declare const editorExperimentsConfig: {
1164
1164
  productKeys?: ProductKeys;
1165
1165
  typeGuard: IsBooleanType;
1166
1166
  };
1167
+ platform_editor_media_reliability_observability: {
1168
+ defaultValue: boolean;
1169
+ param: string;
1170
+ productKeys?: ProductKeys;
1171
+ typeGuard: IsBooleanType;
1172
+ };
1167
1173
  platform_editor_eslint_suppression_fix: {
1168
1174
  defaultValue: boolean;
1169
1175
  param: string;
@@ -1182,6 +1188,12 @@ export declare const editorExperimentsConfig: {
1182
1188
  productKeys?: ProductKeys;
1183
1189
  typeGuard: IsBooleanType;
1184
1190
  };
1191
+ confluence_fe_renderer_inline_node_mark_color_fix: {
1192
+ defaultValue: boolean;
1193
+ param: string;
1194
+ productKeys?: ProductKeys;
1195
+ typeGuard: IsBooleanType;
1196
+ };
1185
1197
  platform_editor_table_resizer_extended_zone: {
1186
1198
  defaultValue: boolean;
1187
1199
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "34.2.0",
3
+ "version": "34.3.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",