boka-human-cliend-v3 0.0.40 → 0.0.41

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.
@@ -483,7 +483,6 @@
483
483
  min-height: 360px;
484
484
  height: 80vh;
485
485
  border: 1px solid #ccc;
486
- transform: translate(10vw, 10vh);
487
486
  }
488
487
  .humanMainView.full {
489
488
  padding-top: env(safe-area-inset-top);
@@ -497,7 +496,6 @@
497
496
  left: 0;
498
497
  z-index: 999;
499
498
  overflow: hidden;
500
- transform: none;
501
499
  }
502
500
  .humanMainView .humanMainHeader {
503
501
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boka-human-cliend-v3",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "main": "dist/boka-human-v3.umd.js",
5
5
  "scripts": {
6
6
  "dev": "vite",