@atlaskit/rovo-agent-components 0.3.2 → 0.4.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.
@@ -29,94 +29,4 @@ export declare const messages: {
29
29
  defaultMessage: string;
30
30
  description: string;
31
31
  };
32
- confluenceHomeSuggestion1: {
33
- id: string;
34
- defaultMessage: string;
35
- description: string;
36
- };
37
- confluenceHomeSuggestion2: {
38
- id: string;
39
- defaultMessage: string;
40
- description: string;
41
- };
42
- confluenceHomeSuggestion3: {
43
- id: string;
44
- defaultMessage: string;
45
- description: string;
46
- };
47
- confluencePageEditSuggestion1: {
48
- id: string;
49
- defaultMessage: string;
50
- description: string;
51
- };
52
- confluencePageEditSuggestion2: {
53
- id: string;
54
- defaultMessage: string;
55
- description: string;
56
- };
57
- confluencePageEditSuggestion3: {
58
- id: string;
59
- defaultMessage: string;
60
- description: string;
61
- };
62
- confluencePageViewSuggestion1: {
63
- id: string;
64
- defaultMessage: string;
65
- description: string;
66
- };
67
- confluencePageViewSuggestion2: {
68
- id: string;
69
- defaultMessage: string;
70
- description: string;
71
- };
72
- confluencePageViewSuggestion3: {
73
- id: string;
74
- defaultMessage: string;
75
- description: string;
76
- };
77
- jiraHomeSuggestion1: {
78
- id: string;
79
- defaultMessage: string;
80
- description: string;
81
- };
82
- jiraHomeSuggestion2: {
83
- id: string;
84
- defaultMessage: string;
85
- description: string;
86
- };
87
- jiraHomeSuggestion3: {
88
- id: string;
89
- defaultMessage: string;
90
- description: string;
91
- };
92
- jiraIssueViewSuggestion1: {
93
- id: string;
94
- defaultMessage: string;
95
- description: string;
96
- };
97
- jiraIssueViewSuggestion2: {
98
- id: string;
99
- defaultMessage: string;
100
- description: string;
101
- };
102
- jiraIssueViewSuggestion3: {
103
- id: string;
104
- defaultMessage: string;
105
- description: string;
106
- };
107
- jiraIssueListSuggestion1: {
108
- id: string;
109
- defaultMessage: string;
110
- description: string;
111
- };
112
- jiraIssueListSuggestion2: {
113
- id: string;
114
- defaultMessage: string;
115
- description: string;
116
- };
117
- jiraIssueListSuggestion3: {
118
- id: string;
119
- defaultMessage: string;
120
- description: string;
121
- };
122
32
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,12 +41,10 @@
41
41
  "@atlaskit/heading": "^2.4.3",
42
42
  "@atlaskit/icon": "^22.13.0",
43
43
  "@atlaskit/logo": "^14.2.0",
44
- "@atlaskit/platform-feature-flags": "^0.3.0",
45
44
  "@atlaskit/primitives": "^12.0.0",
46
45
  "@atlaskit/skeleton": "^0.5.0",
47
46
  "@atlaskit/tokens": "^1.58.0",
48
47
  "@babel/runtime": "^7.0.0",
49
- "bind-event-listener": "^3.0.0",
50
48
  "react-intl-next": "npm:react-intl@^5.18.1"
51
49
  },
52
50
  "peerDependencies": {
@@ -101,13 +99,5 @@
101
99
  "import-no-extraneous-disable-for-examples-and-docs"
102
100
  ]
103
101
  }
104
- },
105
- "platform-feature-flags": {
106
- "rovo_chat_new_create_agent": {
107
- "type": "boolean"
108
- },
109
- "rovo_chat_page_context_static_convo_starters": {
110
- "type": "boolean"
111
- }
112
102
  }
113
103
  }