@ndmspc/ndmvr 0.20240220.0 → 0.20240402.0
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/ndmvr.es.js +4997 -4195
- package/dist/ndmvr.umd.js +148 -148
- package/dist/style.css +1 -0
- package/package.json +2 -2
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.mainUI{border:0px solid pink;position:fixed;top:0;width:99%;height:99%;z-index:1;pointer-events:none}.regionUI{border:0px solid yellow;position:absolute;display:flex;flex-direction:row;pointer-events:none}.skyColor{filter:hue-rotate(240deg) saturate(100%) brightness(100%) drop-shadow(0px 0px 20px white)}.baseColor{filter:hue-rotate(24deg) saturate(68%) brightness(100%) drop-shadow(0px 0px 20px white)}.grayColor{filter:hue-rotate(0deg) saturate(0%) brightness(100%) drop-shadow(0px 0px 20px white)}.mainUI{border:0px solid pink;position:absolute;top:0;width:99%;height:99%;z-index:9999;pointer-events:none}.regionUI{border:0px solid yellow;position:absolute;display:flex;flex-direction:column;pointer-events:none}.joystick{width:100px;height:100px}.button-container{position:fixed;right:5px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}img{width:50px;height:50px;cursor:pointer;transform:rotate(90deg)}.rotate-animation{transition:transform .5s ease}.rotated{transform:rotate(180deg)}.menu{position:fixed;top:0;right:0;width:100%;background-color:#f0f0f0;box-sizing:border-box;flex-direction:column}.uiwrapper{width:100vw;height:100vh;position:absolute;top:0;left:0;text-align:center;pointer-events:none;z-index:9999}.uiblock{font-family:sans-serif;font-size:4vmin;width:10em;height:1em;display:inline-block;color:#fff;background:#00006480;padding:1em 2em;margin-top:20vh;pointer-events:none}.as-console-wrapper{display:none!important}.regionUI{border:0px solid yellow;position:absolute;display:flex;flex-direction:row;pointer-events:none;z-index:9999}.buttonUI{border:0px solid lime;display:flex;flex-direction:column;justify-content:center;pointer-events:auto;filter:drop-shadow(0px 0px 20px white)}.buttonUI>div:first-child{order:-1}.exit-button{rotate:90deg;width:5vh;height:5vh}.maximize-button{width:3vh;height:3vh}.flex-fullscreen{position:fixed;top:0;width:100%;height:100%;z-index:9999;pointer-events:none;display:flex;align-items:end;justify-content:center}.area-container{position:absolute;display:flex;flex-direction:row;pointer-events:none;background-color:#6a6e7399;padding:20px;margin-bottom:20vh}.buttonUI{display:flex;flex-direction:column;justify-content:center;pointer-events:auto;filter:drop-shadow(0px 0px 20px white)}.button-6{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:#00000005 0 1px 3px;box-sizing:border-box;color:#000000d9;font-family:system-ui,-apple-system,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;justify-content:center;line-height:1.25;min-height:3rem;padding:calc(.875rem - 1px) calc(1.5rem - 1px)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndmspc/ndmvr",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20240402.0",
|
|
4
4
|
"description": "React components ndmspc core",
|
|
5
5
|
"author": "Martin Vala",
|
|
6
6
|
"repository": "https://gitlab.com/ndmspc/ndmvr.git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"preview": "vite -c vite.config.app.js"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ndmspc/react-ndmspc-core": "~0.
|
|
31
|
+
"@ndmspc/react-ndmspc-core": "~0.20240307.0",
|
|
32
32
|
"aframe": "1.5.0",
|
|
33
33
|
"jsdoc": "^4.0.2",
|
|
34
34
|
"react-is": "^18.2.0",
|