@atlaskit/tmp-editor-statsig 13.22.0 → 13.23.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c6c113481c118`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c6c113481c118) -
8
+ Updates limited mode to include lcm sizes in decision to engage.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 13.22.0
4
15
 
5
16
  ### Minor Changes
@@ -19,10 +19,17 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
19
19
  // Editor Platform experiments
20
20
  // lwoollard experiments
21
21
  // Added 03-09-2025
22
+ cc_editor_limited_mode_include_lcm: (0, _experimentBuilders.createBooleanExperiment)({
23
+ productKeys: {
24
+ confluence: 'cc_editor_limited_mode_include_lcm'
25
+ },
26
+ param: 'isEnabled',
27
+ defaultValue: false
28
+ }),
29
+ // Added 03-09-2025
22
30
  cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
23
31
  productKeys: {
24
- confluence: 'cc_editor_interactivity_monitoring',
25
- jira: 'cc_editor_interactivity_monitoring'
32
+ confluence: 'cc_editor_interactivity_monitoring'
26
33
  },
27
34
  param: 'isEnabled',
28
35
  defaultValue: false
@@ -13,10 +13,17 @@ export const editorExperimentsConfig = {
13
13
  // Editor Platform experiments
14
14
  // lwoollard experiments
15
15
  // Added 03-09-2025
16
+ cc_editor_limited_mode_include_lcm: createBooleanExperiment({
17
+ productKeys: {
18
+ confluence: 'cc_editor_limited_mode_include_lcm'
19
+ },
20
+ param: 'isEnabled',
21
+ defaultValue: false
22
+ }),
23
+ // Added 03-09-2025
16
24
  cc_editor_interactivity_monitoring: createBooleanExperiment({
17
25
  productKeys: {
18
- confluence: 'cc_editor_interactivity_monitoring',
19
- jira: 'cc_editor_interactivity_monitoring'
26
+ confluence: 'cc_editor_interactivity_monitoring'
20
27
  },
21
28
  param: 'isEnabled',
22
29
  defaultValue: false
@@ -13,10 +13,17 @@ export var editorExperimentsConfig = {
13
13
  // Editor Platform experiments
14
14
  // lwoollard experiments
15
15
  // Added 03-09-2025
16
+ cc_editor_limited_mode_include_lcm: createBooleanExperiment({
17
+ productKeys: {
18
+ confluence: 'cc_editor_limited_mode_include_lcm'
19
+ },
20
+ param: 'isEnabled',
21
+ defaultValue: false
22
+ }),
23
+ // Added 03-09-2025
16
24
  cc_editor_interactivity_monitoring: createBooleanExperiment({
17
25
  productKeys: {
18
- confluence: 'cc_editor_interactivity_monitoring',
19
- jira: 'cc_editor_interactivity_monitoring'
26
+ confluence: 'cc_editor_interactivity_monitoring'
20
27
  },
21
28
  param: 'isEnabled',
22
29
  defaultValue: false
@@ -5,6 +5,12 @@ export type EditorExperimentsConfig = typeof editorExperimentsConfig;
5
5
  * existing experiments.
6
6
  */
7
7
  export declare const editorExperimentsConfig: {
8
+ cc_editor_limited_mode_include_lcm: {
9
+ typeGuard: typeof import("./type-guards").isBoolean;
10
+ defaultValue: boolean;
11
+ param: string;
12
+ productKeys?: import("./types").ProductKeys;
13
+ };
8
14
  cc_editor_interactivity_monitoring: {
9
15
  typeGuard: typeof import("./type-guards").isBoolean;
10
16
  defaultValue: boolean;
@@ -5,6 +5,12 @@ export type EditorExperimentsConfig = typeof editorExperimentsConfig;
5
5
  * existing experiments.
6
6
  */
7
7
  export declare const editorExperimentsConfig: {
8
+ cc_editor_limited_mode_include_lcm: {
9
+ typeGuard: typeof import("./type-guards").isBoolean;
10
+ defaultValue: boolean;
11
+ param: string;
12
+ productKeys?: import("./types").ProductKeys;
13
+ };
8
14
  cc_editor_interactivity_monitoring: {
9
15
  typeGuard: typeof import("./type-guards").isBoolean;
10
16
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.22.0",
3
+ "version": "13.23.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": "^4.13.0",
37
+ "@atlaskit/react-ufo": "^4.14.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {