@visactor/vrender-components 0.15.0-alpha.15 → 0.15.0-alpha.17

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.
@@ -5,4 +5,4 @@ export * from "./line";
5
5
  export * from "./area";
6
6
 
7
7
  export * from "./point";
8
- //# sourceMappingURL=index.js.map
8
+ //# sourceMappingURL=index.js.map
package/es/marker/line.js CHANGED
@@ -55,4 +55,4 @@ export class MarkLine extends Marker {
55
55
  }
56
56
 
57
57
  MarkLine.defaultAttributes = DEFAULT_MARK_LINE_THEME;
58
- //# sourceMappingURL=line.js.map
58
+ //# sourceMappingURL=line.js.map
package/es/pager/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from "./type";
2
2
 
3
3
  export * from "./pager";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
package/es/pager/pager.js CHANGED
@@ -131,4 +131,4 @@ Pager.defaultAttributes = {
131
131
  fontSize: 12
132
132
  }
133
133
  };
134
- //# sourceMappingURL=pager.js.map
134
+ //# sourceMappingURL=pager.js.map
package/es/pager/type.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-components",
3
- "version": "0.15.0-alpha.15",
3
+ "version": "0.15.0-alpha.17",
4
4
  "description": "components library for dp visualization",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vrender": "0.15.0-alpha.15",
15
+ "@visactor/vrender": "0.15.0-alpha.17",
16
16
  "@visactor/vutils": "~0.15.5",
17
17
  "@visactor/vscale": "~0.15.5",
18
18
  "inversify": "6.0.1"
@@ -28,9 +28,9 @@
28
28
  "eslint": "~8.18.0",
29
29
  "vite": "3.2.6",
30
30
  "typescript": "4.9.5",
31
+ "@internal/ts-config": "0.0.1",
31
32
  "@internal/bundler": "0.0.1",
32
- "@internal/eslint-config": "0.0.1",
33
- "@internal/ts-config": "0.0.1"
33
+ "@internal/eslint-config": "0.0.1"
34
34
  },
35
35
  "keywords": [
36
36
  "VisActor",