@atlaskit/side-navigation 11.0.12 → 11.0.14

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,19 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 11.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 11.0.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 11.0.12
4
18
 
5
19
  ### Patch Changes
@@ -3,9 +3,9 @@
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "composite": true,
7
6
  "outDir": "../../../../../confluence/tsDist/@atlaskit__side-navigation",
8
- "rootDir": "../"
7
+ "rootDir": "../",
8
+ "composite": true
9
9
  },
10
10
  "include": [
11
11
  "../src/**/*.ts",
@@ -51,4 +51,4 @@
51
51
  "path": "../../tokens/afm-cc/tsconfig.json"
52
52
  }
53
53
  ]
54
- }
54
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "11.0.12",
3
+ "version": "11.0.14",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -16,9 +16,6 @@
16
16
  "**/*.compiled.css"
17
17
  ],
18
18
  "atlaskit:src": "src/index.tsx",
19
- "af:exports": {
20
- ".": "./src/index.tsx"
21
- },
22
19
  "atlassian": {
23
20
  "team": "Design System Team",
24
21
  "website": {
@@ -33,13 +30,13 @@
33
30
  "dependencies": {
34
31
  "@atlaskit/css": "^0.12.0",
35
32
  "@atlaskit/ds-lib": "^5.0.0",
36
- "@atlaskit/icon": "^28.0.0",
33
+ "@atlaskit/icon": "^28.1.0",
37
34
  "@atlaskit/menu": "^8.3.0",
38
35
  "@atlaskit/motion": "^5.3.0",
39
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/primitives": "^14.11.0",
41
- "@atlaskit/theme": "^19.0.0",
42
- "@atlaskit/tokens": "^6.0.0",
37
+ "@atlaskit/primitives": "^14.12.0",
38
+ "@atlaskit/theme": "^20.0.0",
39
+ "@atlaskit/tokens": "^6.1.0",
43
40
  "@babel/runtime": "^7.0.0",
44
41
  "@compiled/react": "^0.18.3"
45
42
  },
@@ -54,18 +51,17 @@
54
51
  "@atlaskit/button": "^23.4.0",
55
52
  "@atlaskit/docs": "^11.0.0",
56
53
  "@atlaskit/dropdown-menu": "^16.3.0",
57
- "@atlaskit/form": "^12.1.0",
54
+ "@atlaskit/form": "^12.4.0",
58
55
  "@atlaskit/image": "^3.0.0",
59
56
  "@atlaskit/link": "^3.2.0",
60
57
  "@atlaskit/logo": "^19.7.0",
61
58
  "@atlaskit/onboarding": "^14.3.0",
62
59
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
63
60
  "@atlaskit/pragmatic-drag-and-drop-live-region": "^1.3.0",
64
- "@atlaskit/pragmatic-drag-and-drop-react-accessibility": "^2.0.0",
61
+ "@atlaskit/pragmatic-drag-and-drop-react-accessibility": "^2.1.0",
65
62
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
66
- "@atlaskit/section-message": "^8.5.0",
63
+ "@atlaskit/section-message": "^8.6.0",
67
64
  "@atlaskit/select": "^21.2.0",
68
- "@atlaskit/visual-regression": "workspace:^",
69
65
  "@testing-library/react": "^13.4.0",
70
66
  "raf-stub": "^2.0.1",
71
67
  "tiny-invariant": "^1.2.0"