@adhiban/three-mesh-ui
Advanced tools
Comparing version 6.5.2-b to 6.5.2-c
{ | ||
"name": "@adhiban/three-mesh-ui", | ||
"version": "6.5.2b", | ||
"version": "6.5.2c", | ||
"description": "a library on top of three.js to help in creating 3D user interfaces, with minor changes ;)", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -16,7 +16,13 @@ import type {Color, Object3D} from "three"; | ||
export type StateOptions = { | ||
state: number; | ||
attributes: BlockOptions, | ||
onSet: method | ||
} | ||
export declare class Block extends Object3D { | ||
constructor(options: BlockOptions); | ||
setupState(): void; | ||
setState(): void; | ||
setupState(StateOptions): void; | ||
setState(state: string): void; | ||
add(...args: any[]): any; | ||
} | ||
@@ -40,2 +46,5 @@ | ||
constructor(options: InlineBlockOptions); | ||
setupState(StateOptions): void; | ||
setState(state: string): void; | ||
add(...args: any[]): any; | ||
} | ||
@@ -42,0 +51,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1851045
15808