layerchart 0.59.2 → 0.59.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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { createDimensionGetter } from '../utils/rect.js';
|
|
9
9
|
import { isScaleBand } from '../utils/scales.js';
|
|
10
10
|
import { accessor, type Accessor } from '../utils/common.js';
|
|
11
|
-
import { greatestAbs } from '@layerstack/utils
|
|
11
|
+
import { greatestAbs } from '@layerstack/utils';
|
|
12
12
|
|
|
13
13
|
const { x: xContext, y: yContext, xScale } = chartContext();
|
|
14
14
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { type ComponentProps } from 'svelte';
|
|
3
3
|
import { max, min } from 'd3-array';
|
|
4
4
|
import { pointRadial, type Series, type SeriesPoint } from 'd3-shape';
|
|
5
|
-
import { notNull } from '@layerstack/utils
|
|
5
|
+
import { notNull } from '@layerstack/utils';
|
|
6
6
|
import { cls } from '@layerstack/tailwind';
|
|
7
7
|
|
|
8
8
|
import { chartContext } from './ChartContext.svelte';
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import type { Readable } from 'svelte/store';
|
|
8
8
|
import { extent } from 'd3-array';
|
|
9
9
|
import { pointRadial } from 'd3-shape';
|
|
10
|
-
import { notNull } from '@layerstack/utils
|
|
10
|
+
import { notNull } from '@layerstack/utils';
|
|
11
11
|
|
|
12
12
|
import { chartContext } from './ChartContext.svelte';
|
|
13
13
|
import Circle from './Circle.svelte';
|
package/dist/docs/Preview.svelte
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
import { Button, CopyButton, Dialog, Toggle, Tooltip } from 'svelte-ux';
|
|
9
9
|
import { cls } from '@layerstack/tailwind';
|
|
10
|
-
import { entries, fromEntries } from '@layerstack/utils';
|
|
11
|
-
import { isLiteralObject } from '@layerstack/utils/object';
|
|
12
10
|
|
|
13
11
|
import Code from './Code.svelte';
|
|
14
12
|
import Json from './Json.svelte';
|
package/dist/utils/scales.js
CHANGED
|
@@ -2,7 +2,7 @@ import { derived } from 'svelte/store';
|
|
|
2
2
|
import { tweened, spring } from 'svelte/motion';
|
|
3
3
|
import { motionStore } from '../stores/motionStore.js';
|
|
4
4
|
import { scaleBand } from 'd3-scale';
|
|
5
|
-
import { unique } from '@layerstack/utils
|
|
5
|
+
import { unique } from '@layerstack/utils';
|
|
6
6
|
/**
|
|
7
7
|
* Implemenation for missing `scaleBand().invert()`
|
|
8
8
|
*
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"author": "Sean Lynch <techniq35@gmail.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "techniq/layerchart",
|
|
7
|
-
"version": "0.59.
|
|
7
|
+
"version": "0.59.3",
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@changesets/cli": "^2.27.9",
|
|
10
10
|
"@mdi/js": "^7.4.47",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
},
|
|
68
68
|
"type": "module",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@layerstack/svelte-actions": "^0.0.
|
|
71
|
-
"@layerstack/svelte-stores": "^0.0.
|
|
72
|
-
"@layerstack/tailwind": "^0.0.
|
|
73
|
-
"@layerstack/utils": "^0.0.
|
|
70
|
+
"@layerstack/svelte-actions": "^0.0.8",
|
|
71
|
+
"@layerstack/svelte-stores": "^0.0.8",
|
|
72
|
+
"@layerstack/tailwind": "^0.0.10",
|
|
73
|
+
"@layerstack/utils": "^0.0.6",
|
|
74
74
|
"d3-array": "^3.2.4",
|
|
75
75
|
"d3-color": "^3.1.0",
|
|
76
76
|
"d3-delaunay": "^6.0.4",
|