@atlaskit/navigation-system 10.5.0 → 10.5.1
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 +6 -0
- package/package.json +27 -15
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.1",
|
|
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",
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"module": "dist/esm/index.js",
|
|
12
12
|
"module:es2019": "dist/es2019/index.js",
|
|
13
13
|
"types": "dist/types/index.d.ts",
|
|
14
|
-
"sideEffects": [
|
|
14
|
+
"sideEffects": [
|
|
15
|
+
"*.compiled.css"
|
|
16
|
+
],
|
|
15
17
|
"atlaskit:src": "src/index.tsx",
|
|
16
18
|
"atlassian": {
|
|
17
19
|
"react-compiler": {
|
|
@@ -44,7 +46,10 @@
|
|
|
44
46
|
]
|
|
45
47
|
},
|
|
46
48
|
"integrationTests": {
|
|
47
|
-
"additionalBrowsers": [
|
|
49
|
+
"additionalBrowsers": [
|
|
50
|
+
"desktop-firefox",
|
|
51
|
+
"desktop-webkit"
|
|
52
|
+
]
|
|
48
53
|
}
|
|
49
54
|
},
|
|
50
55
|
"dependencies": {
|
|
@@ -54,7 +59,7 @@
|
|
|
54
59
|
"@atlaskit/button": "^24.3.0",
|
|
55
60
|
"@atlaskit/css": "^1.0.0",
|
|
56
61
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
57
|
-
"@atlaskit/icon": "^
|
|
62
|
+
"@atlaskit/icon": "^37.0.0",
|
|
58
63
|
"@atlaskit/layering": "^4.1.0",
|
|
59
64
|
"@atlaskit/logo": "^21.4.0",
|
|
60
65
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
@@ -91,24 +96,24 @@
|
|
|
91
96
|
"@atlaskit/inline-dialog": "^19.1.0",
|
|
92
97
|
"@atlaskit/link": "^4.1.0",
|
|
93
98
|
"@atlaskit/lozenge": "^14.1.0",
|
|
94
|
-
"@atlaskit/menu": "^9.
|
|
99
|
+
"@atlaskit/menu": "^9.2.0",
|
|
95
100
|
"@atlaskit/modal-dialog": "^16.1.0",
|
|
96
101
|
"@atlaskit/onboarding": "^15.1.0",
|
|
97
102
|
"@atlaskit/page-header": "^13.1.0",
|
|
98
103
|
"@atlaskit/page-layout": "^5.2.0",
|
|
99
104
|
"@atlaskit/popper": "^8.2.0",
|
|
100
105
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
|
|
101
|
-
"@atlaskit/select": "^22.
|
|
102
|
-
"@atlaskit/skeleton": "^4.
|
|
106
|
+
"@atlaskit/select": "^22.5.0",
|
|
107
|
+
"@atlaskit/skeleton": "^4.2.0",
|
|
103
108
|
"@atlaskit/spotlight": "^2.1.0",
|
|
104
109
|
"@atlaskit/textfield": "^9.1.0",
|
|
105
|
-
"@atlaskit/top-layer": "^1.
|
|
106
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
107
|
-
"@atlassian/gemini": "^1.
|
|
110
|
+
"@atlaskit/top-layer": "^1.6.0",
|
|
111
|
+
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
112
|
+
"@atlassian/gemini": "^1.49.0",
|
|
108
113
|
"@atlassian/search-dialog": "^10.5.0",
|
|
109
114
|
"@atlassian/ssr-tests": "workspace:^",
|
|
110
|
-
"@atlassian/test-utils": "^1.
|
|
111
|
-
"@atlassian/testing-library": "^0.
|
|
115
|
+
"@atlassian/test-utils": "^1.1.0",
|
|
116
|
+
"@atlassian/testing-library": "^0.11.0",
|
|
112
117
|
"@axe-core/playwright": "^4.11.1",
|
|
113
118
|
"@testing-library/react": "^16.3.0",
|
|
114
119
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -122,10 +127,17 @@
|
|
|
122
127
|
},
|
|
123
128
|
"@repo/internal": {
|
|
124
129
|
"dom-events": "use-bind-event-listener",
|
|
125
|
-
"design-tokens": [
|
|
130
|
+
"design-tokens": [
|
|
131
|
+
"color",
|
|
132
|
+
"spacing"
|
|
133
|
+
],
|
|
126
134
|
"deprecation": "no-deprecated-imports",
|
|
127
|
-
"imports": [
|
|
128
|
-
|
|
135
|
+
"imports": [
|
|
136
|
+
"import-no-extraneous-disable-for-examples-and-docs"
|
|
137
|
+
],
|
|
138
|
+
"styling": [
|
|
139
|
+
"emotion"
|
|
140
|
+
]
|
|
129
141
|
}
|
|
130
142
|
},
|
|
131
143
|
"platform-feature-flags": {
|