@atlaskit/tmp-editor-statsig 116.0.0 → 117.0.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 117.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`6e2538f8383a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e2538f8383a1) -
8
+ Clean up experiment `platform_editor_spotlight_migration`. The floating toolbar button is no
9
+ longer wrapped in the now-removed `SpotlightPulse` onboarding effect; the orphaned internal
10
+ `Pulse` component (the last `@atlaskit/onboarding` usage in editor-common) has been removed.
11
+
3
12
  ## 116.0.0
4
13
 
5
14
  ### Major Changes
package/compass.yml ADDED
@@ -0,0 +1,38 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/80d90df9-b050-46f2-8563-aa320eca79e5
3
+ name: '@atlaskit/tmp-editor-statsig'
4
+ ownerId: ari:cloud:identity::team/e611522d-1773-43e4-85a5-e62f7cde47d6 # Editor - Core Experiences
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/C03ULQ29LJ0 # #team-cc-editor-ai
20
+ - name: Tmp Editor Statsig
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/tmp-editor-statsig
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Editor
27
+ - name: Technical Owner
28
+ type: user
29
+ value: ari:cloud:identity::user/612646c53fe26c00694fbe6a # Chris Kimber
30
+ - name: Required Reviewers Opt In
31
+ type: boolean
32
+ value: true
33
+ - name: Reviewer Selection Mechanism
34
+ type: text
35
+ value: random(2)
36
+ - name: Required Reviewer Approvals
37
+ type: number
38
+ value: 1
@@ -1758,14 +1758,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1758
1758
  defaultValue: false
1759
1759
  }),
1760
1760
  // Added 2026-03-30
1761
- platform_editor_spotlight_migration: (0, _experimentBuilders.createBooleanExperiment)({
1762
- productKeys: {
1763
- confluence: 'platform_editor_spotlight_migration'
1764
- },
1765
- param: 'isEnabled',
1766
- defaultValue: false
1767
- }),
1768
- // Added 2026-03-30
1769
1761
  platform_editor_ai_xstate_migration: (0, _experimentBuilders.createBooleanExperiment)({
1770
1762
  productKeys: {
1771
1763
  confluence: 'platform_editor_ai_xstate_migration'
@@ -1752,14 +1752,6 @@ export const editorExperimentsConfig = {
1752
1752
  defaultValue: false
1753
1753
  }),
1754
1754
  // Added 2026-03-30
1755
- platform_editor_spotlight_migration: createBooleanExperiment({
1756
- productKeys: {
1757
- confluence: 'platform_editor_spotlight_migration'
1758
- },
1759
- param: 'isEnabled',
1760
- defaultValue: false
1761
- }),
1762
- // Added 2026-03-30
1763
1755
  platform_editor_ai_xstate_migration: createBooleanExperiment({
1764
1756
  productKeys: {
1765
1757
  confluence: 'platform_editor_ai_xstate_migration'
@@ -1752,14 +1752,6 @@ export var editorExperimentsConfig = {
1752
1752
  defaultValue: false
1753
1753
  }),
1754
1754
  // Added 2026-03-30
1755
- platform_editor_spotlight_migration: createBooleanExperiment({
1756
- productKeys: {
1757
- confluence: 'platform_editor_spotlight_migration'
1758
- },
1759
- param: 'isEnabled',
1760
- defaultValue: false
1761
- }),
1762
- // Added 2026-03-30
1763
1755
  platform_editor_ai_xstate_migration: createBooleanExperiment({
1764
1756
  productKeys: {
1765
1757
  confluence: 'platform_editor_ai_xstate_migration'
@@ -986,12 +986,6 @@ export declare const editorExperimentsConfig: {
986
986
  productKeys?: ProductKeys;
987
987
  typeGuard: IsBooleanType;
988
988
  };
989
- platform_editor_spotlight_migration: {
990
- defaultValue: boolean;
991
- param: string;
992
- productKeys?: ProductKeys;
993
- typeGuard: IsBooleanType;
994
- };
995
989
  platform_editor_fix_advanced_codeblocks_crlf_patch: {
996
990
  defaultValue: boolean;
997
991
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "116.0.0",
3
+ "version": "117.0.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",