@atlaskit/side-navigation 11.0.7 → 11.0.9

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,17 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 11.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.0.7
4
16
 
5
17
  ### Patch Changes
@@ -0,0 +1,48 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.volt.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../volt/tsDist/@atlaskit__side-navigation/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../css/afm-volt/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../ds-lib/afm-volt/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../icon/afm-volt/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../menu/afm-volt/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../motion/afm-volt/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../primitives/afm-volt/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../theme/afm-volt/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../tokens/afm-volt/tsconfig.json"
46
+ }
47
+ ]
48
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "11.0.7",
3
+ "version": "11.0.9",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,21 +26,20 @@
26
26
  "category": "Navigation",
27
27
  "status": {
28
28
  "type": "intent-to-deprecate",
29
- "description": "We are in the process of building a new side navigation component: [@atlaskit/navigation-system](/components/navigation-system/side-navigation/examples) (For Atlassian employees only at this stage)"
29
+ "description": "We are planning on deprecating Side navigation. We recommend using Navigation system instead. [View Navigation system documentation](/components/navigation-system)"
30
30
  }
31
- },
32
- "runReact18": true
31
+ }
33
32
  },
34
33
  "dependencies": {
35
- "@atlaskit/css": "^0.11.0",
34
+ "@atlaskit/css": "^0.12.0",
36
35
  "@atlaskit/ds-lib": "^4.0.0",
37
- "@atlaskit/icon": "^27.0.0",
36
+ "@atlaskit/icon": "^27.3.0",
38
37
  "@atlaskit/menu": "^8.0.0",
39
38
  "@atlaskit/motion": "^5.1.0",
40
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/primitives": "^14.9.0",
42
- "@atlaskit/theme": "^18.0.0",
43
- "@atlaskit/tokens": "^5.3.0",
40
+ "@atlaskit/primitives": "^14.10.0",
41
+ "@atlaskit/theme": "^19.0.0",
42
+ "@atlaskit/tokens": "^5.4.0",
44
43
  "@babel/runtime": "^7.0.0",
45
44
  "@compiled/react": "^0.18.3"
46
45
  },
@@ -58,14 +57,14 @@
58
57
  "@atlaskit/form": "^12.0.0",
59
58
  "@atlaskit/image": "^3.0.0",
60
59
  "@atlaskit/link": "^3.2.0",
61
- "@atlaskit/logo": "^19.1.0",
60
+ "@atlaskit/logo": "^19.5.0",
62
61
  "@atlaskit/onboarding": "^14.2.0",
63
62
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
64
63
  "@atlaskit/pragmatic-drag-and-drop-live-region": "^1.3.0",
65
64
  "@atlaskit/pragmatic-drag-and-drop-react-accessibility": "^2.0.0",
66
65
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
67
66
  "@atlaskit/section-message": "^8.2.0",
68
- "@atlaskit/select": "^20.7.0",
67
+ "@atlaskit/select": "^21.1.0",
69
68
  "@atlaskit/visual-regression": "workspace:^",
70
69
  "@testing-library/react": "^13.4.0",
71
70
  "raf-stub": "^2.0.1",