layerchart 0.6.0 → 0.6.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/components/index.d.ts +1 -0
- package/components/index.js +1 -0
- package/package.json +1 -1
package/components/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as Labels } from './Labels.svelte';
|
|
|
19
19
|
export { default as Line } from './Line.svelte';
|
|
20
20
|
export { default as LinearGradient } from './LinearGradient.svelte';
|
|
21
21
|
export { default as Link } from './Link.svelte';
|
|
22
|
+
export { default as Pack } from './Pack.svelte';
|
|
22
23
|
export { default as Partition } from './Partition.svelte';
|
|
23
24
|
export { default as Path } from './Path.svelte';
|
|
24
25
|
export { default as Pattern } from './Pattern.svelte';
|
package/components/index.js
CHANGED
|
@@ -19,6 +19,7 @@ export { default as Labels } from './Labels.svelte';
|
|
|
19
19
|
export { default as Line } from './Line.svelte';
|
|
20
20
|
export { default as LinearGradient } from './LinearGradient.svelte';
|
|
21
21
|
export { default as Link } from './Link.svelte';
|
|
22
|
+
export { default as Pack } from './Pack.svelte';
|
|
22
23
|
export { default as Partition } from './Partition.svelte';
|
|
23
24
|
export { default as Path } from './Path.svelte';
|
|
24
25
|
export { default as Pattern } from './Pattern.svelte';
|
package/package.json
CHANGED