| @@ -475,4 +475,5 @@ createStyles(css` | |||
| .editor-container .close-button:hover { | |||
| background: rgba(255, 255, 255, 0.3); | |||
| box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); | |||
| }`) | |||
| } | |||
| `) | |||
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "threepipe", | |||
| "version": "0.0.49", | |||
| "version": "0.0.50", | |||
| "lockfileVersion": 3, | |||
| "requires": true, | |||
| "packages": { | |||
| "": { | |||
| "name": "threepipe", | |||
| "version": "0.0.49", | |||
| "version": "0.0.50", | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz", | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "threepipe", | |||
| "version": "0.0.49", | |||
| "version": "0.0.50", | |||
| "description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.", | |||
| "main": "dist/index.js", | |||
| "module": "dist/index.mjs", | |||
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "@threepipe/plugin-assimpjs", | |||
| "version": "0.2.0", | |||
| "version": "0.2.1", | |||
| "lockfileVersion": 3, | |||
| "requires": true, | |||
| "packages": { | |||
| "": { | |||
| "name": "@threepipe/plugin-assimpjs", | |||
| "version": "0.2.0", | |||
| "version": "0.2.1", | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| "assimpjs": "^0.0.10", | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "@threepipe/plugin-assimpjs", | |||
| "description": "Assimp.js Plugin for ThreePipe", | |||
| "version": "0.2.0", | |||
| "version": "0.2.1", | |||
| "devDependencies": { | |||
| }, | |||
| "dependencies": { | |||
| @@ -64,7 +64,7 @@ | |||
| "replace": { | |||
| "dependencies": {}, | |||
| "peerDependencies": { | |||
| "threepipe": "^0.0.46" | |||
| "threepipe": "^0.0.50" | |||
| } | |||
| } | |||
| } | |||
| @@ -1,18 +1,18 @@ | |||
| { | |||
| "name": "@threepipe/plugin-blueprintjs", | |||
| "version": "0.3.3", | |||
| "version": "0.4.0", | |||
| "lockfileVersion": 3, | |||
| "requires": true, | |||
| "packages": { | |||
| "": { | |||
| "name": "@threepipe/plugin-blueprintjs", | |||
| "version": "0.3.3", | |||
| "version": "0.4.0", | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| "threepipe": "file:./../../src/" | |||
| }, | |||
| "devDependencies": { | |||
| "uiconfig-blueprint": "0.1.0-dev.5", | |||
| "uiconfig-blueprint": "0.1.0-dev.8", | |||
| "uiconfig.js": "^0.1.3" | |||
| } | |||
| }, | |||
| @@ -522,9 +522,9 @@ | |||
| "link": true | |||
| }, | |||
| "node_modules/ts-browser-helpers": { | |||
| "version": "0.16.2", | |||
| "resolved": "https://registry.npmjs.org/ts-browser-helpers/-/ts-browser-helpers-0.16.2.tgz", | |||
| "integrity": "sha512-4HHBBSML8e8Jve4Gba21gmgu6ARCVTKCnfjf01nV4V/ZEjExW9X5aJiHSyqlV2JWNlD7PQScljgMT0XyamnESA==", | |||
| "version": "0.17.1", | |||
| "resolved": "https://registry.npmjs.org/ts-browser-helpers/-/ts-browser-helpers-0.17.1.tgz", | |||
| "integrity": "sha512-tA+VTMcOgZBm0vPSnGAcQD2KjxnPPw7mtIfkxzAJ+h05MUH6wur5pJa2fcw29MRa7+Tc9iGfcj3bG237P6QhEA==", | |||
| "dev": true, | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| @@ -542,9 +542,9 @@ | |||
| "license": "0BSD" | |||
| }, | |||
| "node_modules/uiconfig-blueprint": { | |||
| "version": "0.1.0-dev.5", | |||
| "resolved": "https://registry.npmjs.org/uiconfig-blueprint/-/uiconfig-blueprint-0.1.0-dev.5.tgz", | |||
| "integrity": "sha512-ERj0t4MIPa/77ktWxRjar8z9Ke51RlLlR94QftBB009DOm9Hx5BCYaAhrVJVjM3wolLlfCcFbPIbiw0MxyLkWw==", | |||
| "version": "0.1.0-dev.8", | |||
| "resolved": "https://registry.npmjs.org/uiconfig-blueprint/-/uiconfig-blueprint-0.1.0-dev.8.tgz", | |||
| "integrity": "sha512-VaRx34pAaXEDfz+V+6fn1gcEW8ZyNkVHs9E11C6WDYtp2YgciU5fnT9ehN3k6tpxjjtzrb5ruVlwloemwvduog==", | |||
| "dev": true, | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| @@ -552,8 +552,8 @@ | |||
| "@blueprintjs/select": "^5.2.2", | |||
| "blueprint-styler": "^5.0.2", | |||
| "react-colorful": "^5.6.1", | |||
| "ts-browser-helpers": "^0.16.2", | |||
| "uiconfig.js": "^0.1.2" | |||
| "ts-browser-helpers": "^0.17.1", | |||
| "uiconfig.js": "^0.1.5" | |||
| }, | |||
| "peerDependencies": { | |||
| "@blueprintjs/core": "^5.11.0", | |||
| @@ -589,9 +589,9 @@ | |||
| } | |||
| }, | |||
| "node_modules/uiconfig.js": { | |||
| "version": "0.1.3", | |||
| "resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.1.3.tgz", | |||
| "integrity": "sha512-Q3eXWGrwXO46lkjfCsMQX6fsMKLmg4u4rrvZMkRJlQiDmsQyCaDdIJy7CMKrBWWfL9e6f4w+66SHAb+u4rOL2g==", | |||
| "version": "0.1.5", | |||
| "resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.1.5.tgz", | |||
| "integrity": "sha512-qsNfb0cnMTpTk9rp6i6wXHJh3w02vxoi2GceYwRfqjqtgmGeFahAuQpdN6d0qR8V0ALs54eyfDOljo50ccNXgw==", | |||
| "dev": true, | |||
| "license": "MIT" | |||
| }, | |||
| @@ -1,9 +1,9 @@ | |||
| { | |||
| "name": "@threepipe/plugin-blueprintjs", | |||
| "description": "Blueprint.js UI Plugin for ThreePipe", | |||
| "version": "0.3.3", | |||
| "version": "0.4.0", | |||
| "devDependencies": { | |||
| "uiconfig-blueprint": "0.1.0-dev.5", | |||
| "uiconfig-blueprint": "0.1.0-dev.8", | |||
| "uiconfig.js": "^0.1.3" | |||
| }, | |||
| "dependencies": { | |||
| @@ -65,7 +65,7 @@ | |||
| "replace": { | |||
| "dependencies": {}, | |||
| "peerDependencies": { | |||
| "threepipe": "^0.0.35" | |||
| "threepipe": "^0.0.50" | |||
| } | |||
| } | |||
| }, | |||
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "@threepipe/plugin-path-tracing", | |||
| "version": "0.1.1", | |||
| "version": "0.1.2", | |||
| "lockfileVersion": 3, | |||
| "requires": true, | |||
| "packages": { | |||
| "": { | |||
| "name": "@threepipe/plugin-path-tracing", | |||
| "version": "0.1.1", | |||
| "version": "0.1.2", | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| "three": "file:./../../node_modules/three", | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "@threepipe/plugin-path-tracing", | |||
| "description": "Path tracing plugin interfaces for Threepipe", | |||
| "version": "0.1.1", | |||
| "version": "0.1.2", | |||
| "devDependencies": { | |||
| "three-gpu-pathtracer": "^0.0.23" | |||
| }, | |||
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "@threepipe/plugin-tweakpane", | |||
| "version": "0.6.0", | |||
| "version": "0.6.1", | |||
| "lockfileVersion": 3, | |||
| "requires": true, | |||
| "packages": { | |||
| "": { | |||
| "name": "@threepipe/plugin-tweakpane", | |||
| "version": "0.6.0", | |||
| "version": "0.6.1", | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| "threepipe": "file:./../../src/" | |||
| @@ -14,7 +14,7 @@ | |||
| "devDependencies": { | |||
| "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz", | |||
| "uiconfig-tweakpane": "^0.0.10", | |||
| "uiconfig.js": "^0.1.3" | |||
| "uiconfig.js": "^0.1.5" | |||
| } | |||
| }, | |||
| "../../src": {}, | |||
| @@ -93,9 +93,9 @@ | |||
| } | |||
| }, | |||
| "node_modules/uiconfig.js": { | |||
| "version": "0.1.3", | |||
| "resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.1.3.tgz", | |||
| "integrity": "sha512-Q3eXWGrwXO46lkjfCsMQX6fsMKLmg4u4rrvZMkRJlQiDmsQyCaDdIJy7CMKrBWWfL9e6f4w+66SHAb+u4rOL2g==", | |||
| "version": "0.1.5", | |||
| "resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.1.5.tgz", | |||
| "integrity": "sha512-qsNfb0cnMTpTk9rp6i6wXHJh3w02vxoi2GceYwRfqjqtgmGeFahAuQpdN6d0qR8V0ALs54eyfDOljo50ccNXgw==", | |||
| "dev": true, | |||
| "license": "MIT" | |||
| } | |||
| @@ -1,11 +1,11 @@ | |||
| { | |||
| "name": "@threepipe/plugin-tweakpane", | |||
| "description": "Tweakpane UI Plugin for ThreePipe", | |||
| "version": "0.6.0", | |||
| "version": "0.6.1", | |||
| "devDependencies": { | |||
| "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz", | |||
| "uiconfig-tweakpane": "^0.0.10", | |||
| "uiconfig.js": "^0.1.3" | |||
| "uiconfig.js": "^0.1.5" | |||
| }, | |||
| "dependencies": { | |||
| "threepipe": "file:./../../src/" | |||
| @@ -68,7 +68,7 @@ | |||
| "uiconfig-tweakpane": "^0.0.10" | |||
| }, | |||
| "peerDependencies": { | |||
| "threepipe": "^0.0.40" | |||
| "threepipe": "^0.0.50" | |||
| } | |||
| } | |||
| }, | |||
| @@ -1 +1 @@ | |||
| export const VERSION = '0.0.49' | |||
| export const VERSION = '0.0.50' | |||