boka-human-cliend-v3 0.0.38 → 0.0.39

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.
@@ -5242,6 +5242,7 @@
5242
5242
  setTimeout(() => {
5243
5243
  if (!this.hideIcon) {
5244
5244
  this.icon();
5245
+ } else {
5245
5246
  this.visible = true;
5246
5247
  }
5247
5248
  if (!this.fullScreen) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boka-human-cliend-v3",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "main": "dist/boka-human-v3.umd.js",
5
5
  "scripts": {
6
6
  "dev": "vite",