@atlaskit/tmp-editor-statsig 12.27.0 → 12.28.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
+ ## 12.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6af30673f7cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6af30673f7cee) -
8
+ [ux] Adding padding to the left and right side of highlighted text
9
+
3
10
  ## 12.27.0
4
11
 
5
12
  ### Minor Changes
@@ -66,5 +66,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
66
66
  platform_editor_toggle_expand_on_match_found: false,
67
67
  platform_editor_reduce_noisy_steps_ncs: false,
68
68
  cc_improve_writing_on_paste_v2: false,
69
- platform_editor_ai_aifc: false
69
+ platform_editor_ai_aifc: false,
70
+ platform_editor_text_highlight_padding: false
70
71
  };
@@ -1040,5 +1040,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1040
1040
  },
1041
1041
  param: 'isEnabled',
1042
1042
  defaultValue: false
1043
+ }),
1044
+ // Added 2025-09-15
1045
+ platform_editor_text_highlight_padding: (0, _experimentBuilders.createBooleanExperiment)({
1046
+ productKeys: {
1047
+ confluence: 'platform_editor_text_highlight_padding'
1048
+ },
1049
+ param: 'isEnabled',
1050
+ defaultValue: false
1043
1051
  })
1044
1052
  };
@@ -60,5 +60,6 @@ export const testBooleanOverrides = {
60
60
  platform_editor_toggle_expand_on_match_found: false,
61
61
  platform_editor_reduce_noisy_steps_ncs: false,
62
62
  cc_improve_writing_on_paste_v2: false,
63
- platform_editor_ai_aifc: false
63
+ platform_editor_ai_aifc: false,
64
+ platform_editor_text_highlight_padding: false
64
65
  };
@@ -1034,5 +1034,13 @@ export const editorExperimentsConfig = {
1034
1034
  },
1035
1035
  param: 'isEnabled',
1036
1036
  defaultValue: false
1037
+ }),
1038
+ // Added 2025-09-15
1039
+ platform_editor_text_highlight_padding: createBooleanExperiment({
1040
+ productKeys: {
1041
+ confluence: 'platform_editor_text_highlight_padding'
1042
+ },
1043
+ param: 'isEnabled',
1044
+ defaultValue: false
1037
1045
  })
1038
1046
  };
@@ -60,5 +60,6 @@ export var testBooleanOverrides = {
60
60
  platform_editor_toggle_expand_on_match_found: false,
61
61
  platform_editor_reduce_noisy_steps_ncs: false,
62
62
  cc_improve_writing_on_paste_v2: false,
63
- platform_editor_ai_aifc: false
63
+ platform_editor_ai_aifc: false,
64
+ platform_editor_text_highlight_padding: false
64
65
  };
@@ -1034,5 +1034,13 @@ export var editorExperimentsConfig = {
1034
1034
  },
1035
1035
  param: 'isEnabled',
1036
1036
  defaultValue: false
1037
+ }),
1038
+ // Added 2025-09-15
1039
+ platform_editor_text_highlight_padding: createBooleanExperiment({
1040
+ productKeys: {
1041
+ confluence: 'platform_editor_text_highlight_padding'
1042
+ },
1043
+ param: 'isEnabled',
1044
+ defaultValue: false
1037
1045
  })
1038
1046
  };
@@ -764,4 +764,10 @@ export declare const editorExperimentsConfig: {
764
764
  param: string;
765
765
  productKeys?: import("./types").ProductKeys;
766
766
  };
767
+ platform_editor_text_highlight_padding: {
768
+ typeGuard: typeof import("./type-guards").isBoolean;
769
+ defaultValue: boolean;
770
+ param: string;
771
+ productKeys?: import("./types").ProductKeys;
772
+ };
767
773
  };
@@ -764,4 +764,10 @@ export declare const editorExperimentsConfig: {
764
764
  param: string;
765
765
  productKeys?: import("./types").ProductKeys;
766
766
  };
767
+ platform_editor_text_highlight_padding: {
768
+ typeGuard: typeof import("./type-guards").isBoolean;
769
+ defaultValue: boolean;
770
+ param: string;
771
+ productKeys?: import("./types").ProductKeys;
772
+ };
767
773
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.27.0",
3
+ "version": "12.28.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",
@@ -33,7 +33,7 @@
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
35
  "@atlaskit/feature-gate-js-client": "^5.5.0",
36
- "@atlaskit/react-ufo": "^4.8.0",
36
+ "@atlaskit/react-ufo": "^4.9.0",
37
37
  "@babel/runtime": "^7.0.0"
38
38
  },
39
39
  "peerDependencies": {