aurum-canvas
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "aurum-canvas", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"main": "prebuilt/esnext/aurum-canvas.js", | ||
"type": "module", | ||
"typings": "prebuilt/esnext/aurum-canvas.d.ts", | ||
@@ -16,3 +15,3 @@ "description": "Aurum style scene graph management for rendering in canvas", | ||
"dependencies": { | ||
"aurumjs": "^0.8.16" | ||
"aurumjs": "^0.9.0" | ||
}, | ||
@@ -19,0 +18,0 @@ "devDependencies": { |
@@ -1,2 +0,3 @@ | ||
import { AurumElement, DataSource, Renderable, AurumComponentAPI, ReadOnlyDataSource, ClassType, AttributeValue } from 'aurumjs'; | ||
import { AurumElement, DataSource, Renderable, AurumComponentAPI, ReadOnlyDataSource, ClassType } from 'aurumjs'; | ||
import { StyleType } from 'aurumjs/prebuilt/esnext/utilities/common.js'; | ||
export interface AurumnCanvasFeatures { | ||
@@ -24,3 +25,3 @@ mouseWheelZoom?: { | ||
class?: ClassType; | ||
style?: AttributeValue; | ||
style?: StyleType; | ||
width?: ReadOnlyDataSource<string | number> | ReadOnlyDataSource<string> | ReadOnlyDataSource<number> | string | number; | ||
@@ -27,0 +28,0 @@ height?: ReadOnlyDataSource<string | number> | ReadOnlyDataSource<string> | ReadOnlyDataSource<number> | string | number; |
@@ -16,3 +16,3 @@ { | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node16", | ||
"moduleResolution": "node", | ||
"noImplicitReturns": true, | ||
@@ -23,3 +23,2 @@ "alwaysStrict": true, | ||
"declarationMap": true, | ||
"inlineSources": true, | ||
"outDir": "prebuilt/esnext" | ||
@@ -26,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
236327
No
+ Addedaurumjs@0.9.50(transitive)
- Removedaurumjs@0.8.16(transitive)
Updatedaurumjs@^0.9.0