@visactor/vgrammar
Advanced tools
Comparing version 0.0.11-alpha.2 to 0.0.11-alpha.3
@@ -19,3 +19,3 @@ "use strict"; | ||
fill: color, | ||
str: color | ||
stroke: color | ||
}) : default_1.defaultTheme.discreteLegend.items[0].shape; | ||
@@ -22,0 +22,0 @@ return { |
@@ -29,3 +29,3 @@ import { isContinuous } from "@visactor/vscale"; | ||
fill: color, | ||
str: color | ||
stroke: color | ||
}) : defaultTheme.discreteLegend.items[0].shape; | ||
@@ -148,2 +148,3 @@ return { | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=legend.js.map |
@@ -57,2 +57,2 @@ import { getBandWidthOfScale, invokeEncoder } from "../graph/mark/encode"; | ||
} | ||
//# sourceMappingURL=cell.js.map | ||
//# sourceMappingURL=cell.js.map |
@@ -87,2 +87,2 @@ import { ScaleEnum } from "@visactor/vscale"; | ||
} | ||
//# sourceMappingURL=interval.js.map | ||
//# sourceMappingURL=interval.js.map |
@@ -200,2 +200,3 @@ import { has, isNil, isBoolean, isFunction } from "@visactor/vutils"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=glyph-element.js.map |
@@ -64,3 +64,2 @@ import { isNil } from "@visactor/vutils"; | ||
coordinate.applyTransforms(transforms); | ||
} | ||
//# sourceMappingURL=coordinate.js.map | ||
} |
@@ -486,2 +486,2 @@ const axis = { | ||
}; | ||
//# sourceMappingURL=default.js.map | ||
//# sourceMappingURL=default.js.map |
@@ -80,3 +80,2 @@ import { transform as sortTransform } from "./data/sort"; | ||
} | ||
}; | ||
//# sourceMappingURL=index.js.map | ||
}; |
@@ -31,2 +31,3 @@ export * from "./dataflow"; | ||
export * from "./morph"; | ||
export * from "./morph"; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,1 @@ | ||
export { }; | ||
//# sourceMappingURL=morph.js.map | ||
export { }; |
export { }; | ||
//# sourceMappingURL=theme.js.map | ||
//# sourceMappingURL=theme.js.map |
export { }; | ||
//# sourceMappingURL=transform.js.map | ||
//# sourceMappingURL=transform.js.map |
export { }; | ||
//# sourceMappingURL=view.js.map | ||
//# sourceMappingURL=view.js.map |
{ | ||
"name": "@visactor/vgrammar", | ||
"version": "0.0.11-alpha.2", | ||
"version": "0.0.11-alpha.3", | ||
"description": "VGrammar is a visual grammar library", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@visactor/vgrammar-coordinate": "0.0.11-alpha.2", | ||
"@visactor/vgrammar-coordinate": "0.0.11-alpha.3", | ||
"@visactor/vscale": "0.9.0-alpha.2", | ||
"@visactor/vgrammar-util": "0.0.11-alpha.2", | ||
"@visactor/vgrammar-util": "0.0.11-alpha.3", | ||
"@visactor/vrender": "0.9.2-fill-stroke.2", | ||
@@ -47,6 +47,6 @@ "@visactor/vrender-components": "0.9.2-fill-stroke.2", | ||
"form-data": "~4.0.0", | ||
"@internal/jest-config": "0.0.1", | ||
"@internal/bundler": "0.0.1", | ||
"@internal/ts-config": "0.0.1", | ||
"@internal/jest-config": "0.0.1", | ||
"@internal/eslint-config": "0.0.1" | ||
"@internal/eslint-config": "0.0.1", | ||
"@internal/ts-config": "0.0.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5370261
32953
+ Added@visactor/vgrammar-coordinate@0.0.11-alpha.3(transitive)
+ Added@visactor/vgrammar-util@0.0.11-alpha.3(transitive)
- Removed@visactor/vgrammar-coordinate@0.0.11-alpha.2(transitive)
- Removed@visactor/vgrammar-util@0.0.11-alpha.2(transitive)