@atlaskit/tmp-editor-statsig 48.1.0 → 48.2.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
+ ## 48.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7ba3e1eb9de75`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7ba3e1eb9de75) -
8
+ [ux] Fix top border corners being cut off in comment boxes in Jira
9
+
3
10
  ## 48.1.0
4
11
 
5
12
  ### Minor Changes
@@ -1872,5 +1872,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1872
1872
  },
1873
1873
  param: 'isEnabled',
1874
1874
  defaultValue: false
1875
+ }),
1876
+ // Added 2026-03-26
1877
+ platform_editor_fix_comment_border: (0, _experimentBuilders.createBooleanExperiment)({
1878
+ productKeys: {
1879
+ confluence: 'platform_editor_fix_comment_border'
1880
+ },
1881
+ param: 'isEnabled',
1882
+ defaultValue: false
1875
1883
  })
1876
1884
  };
@@ -1866,5 +1866,13 @@ export const editorExperimentsConfig = {
1866
1866
  },
1867
1867
  param: 'isEnabled',
1868
1868
  defaultValue: false
1869
+ }),
1870
+ // Added 2026-03-26
1871
+ platform_editor_fix_comment_border: createBooleanExperiment({
1872
+ productKeys: {
1873
+ confluence: 'platform_editor_fix_comment_border'
1874
+ },
1875
+ param: 'isEnabled',
1876
+ defaultValue: false
1869
1877
  })
1870
1878
  };
@@ -1866,5 +1866,13 @@ export var editorExperimentsConfig = {
1866
1866
  },
1867
1867
  param: 'isEnabled',
1868
1868
  defaultValue: false
1869
+ }),
1870
+ // Added 2026-03-26
1871
+ platform_editor_fix_comment_border: createBooleanExperiment({
1872
+ productKeys: {
1873
+ confluence: 'platform_editor_fix_comment_border'
1874
+ },
1875
+ param: 'isEnabled',
1876
+ defaultValue: false
1869
1877
  })
1870
1878
  };
@@ -1056,6 +1056,12 @@ export declare const editorExperimentsConfig: {
1056
1056
  productKeys?: ProductKeys;
1057
1057
  typeGuard: IsBooleanType;
1058
1058
  };
1059
+ platform_editor_fix_comment_border: {
1060
+ defaultValue: boolean;
1061
+ param: string;
1062
+ productKeys?: ProductKeys;
1063
+ typeGuard: IsBooleanType;
1064
+ };
1059
1065
  confluence_frontend_fix_date_hydration_error: {
1060
1066
  defaultValue: boolean;
1061
1067
  param: string;
@@ -1056,6 +1056,12 @@ export declare const editorExperimentsConfig: {
1056
1056
  productKeys?: ProductKeys;
1057
1057
  typeGuard: IsBooleanType;
1058
1058
  };
1059
+ platform_editor_fix_comment_border: {
1060
+ defaultValue: boolean;
1061
+ param: string;
1062
+ productKeys?: ProductKeys;
1063
+ typeGuard: IsBooleanType;
1064
+ };
1059
1065
  confluence_frontend_fix_date_hydration_error: {
1060
1066
  defaultValue: boolean;
1061
1067
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "48.1.0",
3
+ "version": "48.2.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.5.0",
37
+ "@atlaskit/react-ufo": "^5.6.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {