@atlaskit/charlie-hierarchy 0.1.1 → 0.1.3

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,18 @@
1
1
  # @atlaskit/charlie-hierarchy
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`806cfe1c4e6b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/806cfe1c4e6b7) -
14
+ Internal changes to how border radius is applied.
15
+
3
16
  ## 0.1.1
4
17
 
5
18
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Utility functions for Charlie Hierarchy component
3
3
  */
4
- import type { HierarchyPointNode } from "@visx/hierarchy/lib/types";
4
+ import type { HierarchyPointNode } from '@visx/hierarchy/lib/types';
5
5
  /**
6
6
  * Calculates the horizontal shift needed to center nodes when some children are stacked vertically
7
7
  * @param totalChildren - Total number of children for a parent node
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Utility functions for Charlie Hierarchy component
3
3
  */
4
- import type { HierarchyPointNode } from "@visx/hierarchy/lib/types";
4
+ import type { HierarchyPointNode } from '@visx/hierarchy/lib/types';
5
5
  /**
6
6
  * Calculates the horizontal shift needed to center nodes when some children are stacked vertically
7
7
  * @param totalChildren - Total number of children for a parent node
package/package.json CHANGED
@@ -23,15 +23,12 @@
23
23
  "*.compiled.css"
24
24
  ],
25
25
  "atlaskit:src": "src/index.ts",
26
- "af:exports": {
27
- ".": "./src/index.ts"
28
- },
29
26
  "dependencies": {
30
- "@atlaskit/button": "^23.3.0",
31
- "@atlaskit/css": "^0.12.0",
32
- "@atlaskit/primitives": "^14.11.0",
27
+ "@atlaskit/button": "^23.4.0",
28
+ "@atlaskit/css": "^0.13.0",
29
+ "@atlaskit/primitives": "^14.13.0",
33
30
  "@atlaskit/range": "^9.2.0",
34
- "@atlaskit/tokens": "^6.0.0",
31
+ "@atlaskit/tokens": "^6.2.0",
35
32
  "@babel/runtime": "^7.0.0",
36
33
  "@compiled/react": "^0.18.3",
37
34
  "@visx/group": "^1.7.0",
@@ -47,7 +44,6 @@
47
44
  "@af/integration-testing": "workspace:^",
48
45
  "@af/visual-regression": "workspace:^",
49
46
  "@atlaskit/ssr": "workspace:^",
50
- "@atlaskit/visual-regression": "workspace:^",
51
47
  "@testing-library/react": "^13.4.0",
52
48
  "react-dom": "^18.2.0"
53
49
  },
@@ -95,7 +91,7 @@
95
91
  ]
96
92
  },
97
93
  "name": "@atlaskit/charlie-hierarchy",
98
- "version": "0.1.1",
94
+ "version": "0.1.3",
99
95
  "description": "A component for building SVG-rendered trees, with support for custom node rendering, zooming, and panning.",
100
96
  "author": "Atlassian Pty Ltd",
101
97
  "license": "Apache-2.0",