hanc-webrtc-widgets 2.5.3 → 2.5.4

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.
@@ -56423,7 +56423,7 @@ let te = class extends wg {
56423
56423
 
56424
56424
  <div class="container" part="container">
56425
56425
  <div class="brand">
56426
- Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">Hanc.ai</a>
56426
+ Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">HANC.ai</a>
56427
56427
  </div>
56428
56428
  <div
56429
56429
  class="orb-container"
@@ -57035,7 +57035,7 @@ let ie = class extends wg {
57035
57035
 
57036
57036
  <div class="container" part="container">
57037
57037
  <div class="brand">
57038
- Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">Hanc.ai</a>
57038
+ Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">HANC.ai</a>
57039
57039
  </div>
57040
57040
  <div
57041
57041
  class="orb-container"
@@ -57599,7 +57599,7 @@ let ge = class extends wg {
57599
57599
  ?disabled=${this.callStatus === "connecting"}
57600
57600
  >
57601
57601
  <div class="brand" @click=${(t) => t.stopPropagation()}>
57602
- Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">Hanc.ai</a>
57602
+ Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">HANC.ai</a>
57603
57603
  </div>
57604
57604
  <div
57605
57605
  class="orb-container"
@@ -58139,7 +58139,7 @@ let zA = class extends wg {
58139
58139
 
58140
58140
  <div class="floating-container" part="floating-container">
58141
58141
  <div class="brand" @click=${(g) => g.stopPropagation()}>
58142
- Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">Hanc.ai</a>
58142
+ Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">HANC.ai</a>
58143
58143
  </div>
58144
58144
  <button
58145
58145
  part="pill-button"
@@ -5040,7 +5040,7 @@ void main() {
5040
5040
 
5041
5041
  <div class="container" part="container">
5042
5042
  <div class="brand">
5043
- Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">Hanc.ai</a>
5043
+ Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">HANC.ai</a>
5044
5044
  </div>
5045
5045
  <div
5046
5046
  class="orb-container"
@@ -5338,7 +5338,7 @@ void main() {
5338
5338
 
5339
5339
  <div class="container" part="container">
5340
5340
  <div class="brand">
5341
- Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">Hanc.ai</a>
5341
+ Powered by <a class="brand_link" href="https://hanc.ai" target="_blank">HANC.ai</a>
5342
5342
  </div>
5343
5343
  <div
5344
5344
  class="orb-container"
@@ -5574,7 +5574,7 @@ void main() {
5574
5574
  ?disabled=${this.callStatus==="connecting"}
5575
5575
  >
5576
5576
  <div class="brand" @click=${g=>g.stopPropagation()}>
5577
- Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">Hanc.ai</a>
5577
+ Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">HANC.ai</a>
5578
5578
  </div>
5579
5579
  <div
5580
5580
  class="orb-container"
@@ -5795,7 +5795,7 @@ void main() {
5795
5795
 
5796
5796
  <div class="floating-container" part="floating-container">
5797
5797
  <div class="brand" @click=${n=>n.stopPropagation()}>
5798
- Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">Hanc.ai</a>
5798
+ Powered by <a target="_blank" href="https://hanc.ai" class="brand_link">HANC.ai</a>
5799
5799
  </div>
5800
5800
  <button
5801
5801
  part="pill-button"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanc-webrtc-widgets",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "type": "module",
5
5
  "main": "dist/hanc-webrtc-widgets.umd.js",
6
6
  "module": "dist/hanc-webrtc-widgets.es.js",