@atlaskit/navigation-system 10.0.1 → 10.1.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,11 +1,29 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 10.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 10.0.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
26
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
27
  gating.
10
28
  - Updated dependencies
11
29
 
@@ -118,8 +118,8 @@ The main difference between panel and modal dialog is their behaviors:
118
118
  }}
119
119
  isFullWidth
120
120
  >
121
- When designing, use <a href="/foundations/grid-beta">grid</a> to position content within the
122
- main area only.
121
+ When designing, use <a href="/foundations/grid">grid</a> to position content within the main
122
+ area only.
123
123
  </DoDont>
124
124
  <DoDont
125
125
  type="dont"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "10.0.1",
3
+ "version": "10.1.0",
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",
@@ -19,7 +19,7 @@
19
19
  "react-compiler": {
20
20
  "enabled": true,
21
21
  "gating": {
22
- "source": "@atlassian/react-compiler-gating",
22
+ "source": "@atlaskit/react-compiler-gating",
23
23
  "importSpecifierName": "isReactCompilerActivePlatform"
24
24
  }
25
25
  },
@@ -53,25 +53,25 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@atlaskit/analytics-next": "^12.0.0",
57
- "@atlaskit/app-provider": "^5.0.0",
58
- "@atlaskit/avatar": "^26.0.0",
59
- "@atlaskit/button": "^24.1.0",
56
+ "@atlaskit/analytics-next": "^12.1.0",
57
+ "@atlaskit/app-provider": "^5.1.0",
58
+ "@atlaskit/avatar": "^26.1.0",
59
+ "@atlaskit/button": "^24.2.0",
60
60
  "@atlaskit/css": "^1.0.0",
61
61
  "@atlaskit/ds-lib": "^8.0.0",
62
- "@atlaskit/icon": "^36.0.0",
63
- "@atlaskit/layering": "^4.0.0",
64
- "@atlaskit/logo": "^21.1.0",
62
+ "@atlaskit/icon": "^36.1.0",
63
+ "@atlaskit/layering": "^4.1.0",
64
+ "@atlaskit/logo": "^21.2.0",
65
65
  "@atlaskit/platform-feature-flags": "^2.0.0",
66
- "@atlaskit/platform-feature-flags-react": "^1.0.0",
67
- "@atlaskit/popup": "^5.0.0",
66
+ "@atlaskit/platform-feature-flags-react": "^1.1.0",
67
+ "@atlaskit/popup": "^5.1.0",
68
68
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
69
- "@atlaskit/primitives": "^20.0.0",
70
- "@atlaskit/side-nav-items": "^2.0.0",
71
- "@atlaskit/tokens": "^15.0.0",
72
- "@atlaskit/tooltip": "^23.0.0",
73
- "@atlaskit/visually-hidden": "^4.0.0",
74
- "@atlassian/react-compiler-gating": "^0.2.0",
69
+ "@atlaskit/primitives": "^20.1.0",
70
+ "@atlaskit/react-compiler-gating": "^0.2.0",
71
+ "@atlaskit/side-nav-items": "^2.2.0",
72
+ "@atlaskit/tokens": "^15.1.0",
73
+ "@atlaskit/tooltip": "^23.1.0",
74
+ "@atlaskit/visually-hidden": "^4.1.0",
75
75
  "@babel/runtime": "^7.0.0",
76
76
  "@compiled/react": "^0.20.0",
77
77
  "bind-event-listener": "^3.0.0",
@@ -86,34 +86,34 @@
86
86
  "@af/accessibility-testing": "workspace:^",
87
87
  "@af/integration-testing": "workspace:^",
88
88
  "@af/visual-regression": "workspace:^",
89
- "@atlaskit/badge": "^19.0.0",
90
- "@atlaskit/banner": "^15.0.0",
91
- "@atlaskit/breadcrumbs": "^17.0.0",
92
- "@atlaskit/dropdown-menu": "^17.0.0",
93
- "@atlaskit/flag": "^18.0.0",
94
- "@atlaskit/form": "^16.0.0",
95
- "@atlaskit/heading": "^6.0.0",
96
- "@atlaskit/inline-dialog": "^19.0.0",
97
- "@atlaskit/link": "^4.0.0",
98
- "@atlaskit/lozenge": "^14.0.0",
99
- "@atlaskit/menu": "^9.0.0",
100
- "@atlaskit/modal-dialog": "^16.0.0",
101
- "@atlaskit/onboarding": "^15.0.0",
102
- "@atlaskit/page-header": "^13.0.0",
103
- "@atlaskit/page-layout": "^5.0.0",
104
- "@atlaskit/popper": "^8.0.0",
89
+ "@atlaskit/badge": "^19.1.0",
90
+ "@atlaskit/banner": "^15.1.0",
91
+ "@atlaskit/breadcrumbs": "^17.2.0",
92
+ "@atlaskit/dropdown-menu": "^17.1.0",
93
+ "@atlaskit/flag": "^18.1.0",
94
+ "@atlaskit/form": "^16.1.0",
95
+ "@atlaskit/heading": "^6.1.0",
96
+ "@atlaskit/inline-dialog": "^19.1.0",
97
+ "@atlaskit/link": "^4.1.0",
98
+ "@atlaskit/lozenge": "^14.1.0",
99
+ "@atlaskit/menu": "^9.1.0",
100
+ "@atlaskit/modal-dialog": "^16.1.0",
101
+ "@atlaskit/onboarding": "^15.1.0",
102
+ "@atlaskit/page-header": "^13.1.0",
103
+ "@atlaskit/page-layout": "^5.1.0",
104
+ "@atlaskit/popper": "^8.2.0",
105
105
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
106
- "@atlaskit/select": "^22.1.0",
107
- "@atlaskit/skeleton": "^3.0.0",
108
- "@atlaskit/spotlight": "^2.0.0",
109
- "@atlaskit/textfield": "^9.0.0",
110
- "@atlaskit/top-layer": "^1.0.0",
106
+ "@atlaskit/select": "^22.2.0",
107
+ "@atlaskit/skeleton": "^3.1.0",
108
+ "@atlaskit/spotlight": "^2.1.0",
109
+ "@atlaskit/textfield": "^9.1.0",
110
+ "@atlaskit/top-layer": "^1.2.0",
111
111
  "@atlassian/feature-flags-test-utils": "^1.1.0",
112
112
  "@atlassian/gemini": "^1.47.0",
113
- "@atlassian/search-dialog": "^10.4.0",
113
+ "@atlassian/search-dialog": "^10.5.0",
114
114
  "@atlassian/ssr-tests": "workspace:^",
115
115
  "@atlassian/test-utils": "^1.0.0",
116
- "@atlassian/testing-library": "^0.6.0",
116
+ "@atlassian/testing-library": "^0.7.0",
117
117
  "@axe-core/playwright": "^4.11.1",
118
118
  "@testing-library/react": "^16.3.0",
119
119
  "@testing-library/user-event": "^14.4.3",