@atlaskit/navigation-system 5.3.2 → 5.3.4

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,20 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 5.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.3.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`5e4877d22ecd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e4877d22ecd0) -
14
+ Renames the `viewed` analytics event behind the `platform_dst_nav4_fhs_instrumentation_1` feature
15
+ gate to use `viewedOnLoad` as the action name. This is to avoid a conflict with an existing event
16
+ in Global Side Navigation.
17
+
3
18
  ## 5.3.2
4
19
 
5
20
  ### Patch Changes
@@ -163,7 +163,7 @@ function SideNavInternal(_ref) {
163
163
  var navigationAnalyticsEvent = createAnalyticsEvent({
164
164
  source: 'topNav',
165
165
  actionSubject: 'sideNav',
166
- action: 'viewed',
166
+ action: 'viewedOnLoad',
167
167
  actionSubjectId: 'sideNavMenu',
168
168
  attributes: {
169
169
  screen: 'desktop'
@@ -145,7 +145,7 @@ function SideNavInternal({
145
145
  const navigationAnalyticsEvent = createAnalyticsEvent({
146
146
  source: 'topNav',
147
147
  actionSubject: 'sideNav',
148
- action: 'viewed',
148
+ action: 'viewedOnLoad',
149
149
  actionSubjectId: 'sideNavMenu',
150
150
  attributes: {
151
151
  screen: 'desktop'
@@ -153,7 +153,7 @@ function SideNavInternal(_ref) {
153
153
  var navigationAnalyticsEvent = createAnalyticsEvent({
154
154
  source: 'topNav',
155
155
  actionSubject: 'sideNav',
156
- action: 'viewed',
156
+ action: 'viewedOnLoad',
157
157
  actionSubjectId: 'sideNavMenu',
158
158
  attributes: {
159
159
  screen: 'desktop'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "description": "The latest navigation system for Atlassian apps.",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
6
6
  "author": "Atlassian Pty Ltd",
@@ -71,7 +71,7 @@
71
71
  "@atlaskit/button": "^23.6.0",
72
72
  "@atlaskit/css": "^0.15.0",
73
73
  "@atlaskit/ds-lib": "^5.2.0",
74
- "@atlaskit/icon": "^28.5.0",
74
+ "@atlaskit/icon": "^29.0.0",
75
75
  "@atlaskit/layering": "^3.2.0",
76
76
  "@atlaskit/logo": "^19.9.0",
77
77
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -117,7 +117,7 @@
117
117
  "@atlaskit/textfield": "^8.0.0",
118
118
  "@atlassian/feature-flags-test-utils": "^1.0.0",
119
119
  "@atlassian/gemini": "^1.20.0",
120
- "@atlassian/search-dialog": "^9.7.0",
120
+ "@atlassian/search-dialog": "^9.8.0",
121
121
  "@atlassian/ssr-tests": "workspace:^",
122
122
  "@atlassian/testing-library": "^0.4.0",
123
123
  "@axe-core/playwright": "^4.8.0",