vis-core 0.21.61 → 0.21.63

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.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.21.61";
1
+ declare const _default: "0.21.63";
2
2
  export default _default;
@@ -136,8 +136,8 @@ export default class extends Base {
136
136
  setLineWidthByProperty(key: string, value: any, width: number | 'origin'): void;
137
137
  addAreaPlaneByProperty(key: string, value: any, options?: {
138
138
  uid?: string;
139
- material?: THREE.Material;
140
- lineMaterial?: MeshLineMaterial;
139
+ material?: THREE.Material | Record<string, any>;
140
+ lineMaterial?: MeshLineMaterial | Record<string, any>;
141
141
  topSegments?: number;
142
142
  }): Promise<Group | undefined>;
143
143
  caId: string | number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.61",
3
+ "version": "0.21.63",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",