@webex/widgets 1.20.0 → 1.20.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import E$1, { useEffect, useState, useContext, useCallback, Component } from 'react';
2
- import M from 'prop-types';
1
+ import x, { useEffect, useState, useContext, useCallback, Component } from 'react';
2
+ import T from 'prop-types';
3
3
  import Webex from 'webex';
4
4
  import { createPortal } from 'react-dom';
5
5
  import require$$0$1 from 'util';
@@ -4519,7 +4519,7 @@ var ae = function (r) {
4519
4519
  type: "JOIN",
4520
4520
  text: "Join meeting",
4521
4521
  tooltip: "Join meeting",
4522
- hint: n,
4522
+ hint: "Join meeting. ".concat(n),
4523
4523
  state: r
4524
4524
  };
4525
4525
  }));
@@ -4587,7 +4587,8 @@ var oe = function (r) {
4587
4587
  ID: e.ID,
4588
4588
  type: "CANCEL",
4589
4589
  icon: "cancel",
4590
- tooltip: "Leave meeting"
4590
+ tooltip: "Leave meeting",
4591
+ hint: "Leave meeting"
4591
4592
  }), t.complete();
4592
4593
  });
4593
4594
  }
@@ -5313,9 +5314,9 @@ function Pe(e, t, n) {
5313
5314
  }];
5314
5315
  }
5315
5316
 
5316
- var Ie = !!document.createElement("audio").setSinkId;
5317
+ var Le = !!document.createElement("audio").setSinkId;
5317
5318
 
5318
- function Le(e, t) {
5319
+ function Ie(e, t) {
5319
5320
  var n = Object.keys(e);
5320
5321
 
5321
5322
  if (Object.getOwnPropertySymbols) {
@@ -5331,9 +5332,9 @@ function Le(e, t) {
5331
5332
  function Se(e) {
5332
5333
  for (var t = 1; t < arguments.length; t++) {
5333
5334
  var n = null != arguments[t] ? arguments[t] : {};
5334
- t % 2 ? Le(Object(n), !0).forEach(function (t) {
5335
+ t % 2 ? Ie(Object(n), !0).forEach(function (t) {
5335
5336
  _defineProperty$3(e, t, n[t]);
5336
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Le(Object(n)).forEach(function (t) {
5337
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Ie(Object(n)).forEach(function (t) {
5337
5338
  Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
5338
5339
  });
5339
5340
  }
@@ -5398,12 +5399,25 @@ var je = function (r) {
5398
5399
  var t = this,
5399
5400
  n = defer(function () {
5400
5401
  return t.adapter.getAvailableDevices("audiooutput");
5401
- }),
5402
+ }).pipe(map(function (e) {
5403
+ return e.map(function (e) {
5404
+ return {
5405
+ value: e.deviceId,
5406
+ label: e.label,
5407
+ speaker: e
5408
+ };
5409
+ });
5410
+ }), map(function (e) {
5411
+ return [{
5412
+ value: "",
5413
+ label: "Browser Default"
5414
+ }].concat(_toConsumableArray(e));
5415
+ })),
5402
5416
  r = new Observable(function (n) {
5403
5417
  t.adapter.fetchMeeting(e) ? (n.next({
5404
5418
  ID: t.ID,
5405
5419
  type: "MULTISELECT",
5406
- tooltip: Ie ? "Speaker Devices" : "The current browser does not support changing speakers",
5420
+ tooltip: Le ? "Speaker Devices" : "The current browser does not support changing speakers",
5407
5421
  noOptionsMessage: "No available speakers",
5408
5422
  options: null,
5409
5423
  selected: null,
@@ -5413,13 +5427,7 @@ var je = function (r) {
5413
5427
  a = r.pipe(concatMap(function (e) {
5414
5428
  return n.pipe(map(function (t) {
5415
5429
  return Se(Se({}, e), {}, {
5416
- options: (t || []) && t.map(function (e) {
5417
- return {
5418
- value: e.deviceId,
5419
- label: e.label,
5420
- speaker: e
5421
- };
5422
- })
5430
+ options: t
5423
5431
  });
5424
5432
  }));
5425
5433
  })),
@@ -5540,8 +5548,8 @@ var Ve = {
5540
5548
  M,
5541
5549
  T,
5542
5550
  P,
5543
- I,
5544
5551
  L,
5552
+ I,
5545
5553
  S = Be(R);
5546
5554
 
5547
5555
  function R(t) {
@@ -5602,7 +5610,7 @@ var Ve = {
5602
5610
  state: null,
5603
5611
  cameraID: null,
5604
5612
  microphoneID: null,
5605
- speakerID: null
5613
+ speakerID: ""
5606
5614
  }), n.next = 37;
5607
5615
  break;
5608
5616
 
@@ -5689,7 +5697,7 @@ var Ve = {
5689
5697
  }
5690
5698
  }, {
5691
5699
  key: "joinMeeting",
5692
- value: (L = _asyncToGenerator$1(regenerator.mark(function e(t) {
5700
+ value: (I = _asyncToGenerator$1(regenerator.mark(function e(t) {
5693
5701
  var n,
5694
5702
  r = this,
5695
5703
  a = arguments;
@@ -5773,11 +5781,11 @@ var Ve = {
5773
5781
  }
5774
5782
  }, e, this);
5775
5783
  })), function (e) {
5776
- return L.apply(this, arguments);
5784
+ return I.apply(this, arguments);
5777
5785
  })
5778
5786
  }, {
5779
5787
  key: "ignoreVideoAccessPrompt",
5780
- value: (I = _asyncToGenerator$1(regenerator.mark(function e(t) {
5788
+ value: (L = _asyncToGenerator$1(regenerator.mark(function e(t) {
5781
5789
  return regenerator.wrap(function (e) {
5782
5790
  for (;;) switch (e.prev = e.next) {
5783
5791
  case 0:
@@ -5804,7 +5812,7 @@ var Ve = {
5804
5812
  }
5805
5813
  }, e, this);
5806
5814
  })), function (e) {
5807
- return I.apply(this, arguments);
5815
+ return L.apply(this, arguments);
5808
5816
  })
5809
5817
  }, {
5810
5818
  key: "ignoreAudioAccessPrompt",
@@ -6832,14 +6840,14 @@ function Qe(e) {
6832
6840
  var t = e.size,
6833
6841
  n = e.className,
6834
6842
  r = e.style;
6835
- return E$1.createElement("svg", {
6843
+ return x.createElement("svg", {
6836
6844
  width: t,
6837
6845
  height: t,
6838
6846
  viewBox: "0 0 26 14",
6839
6847
  xmlns: "http://www.w3.org/2000/svg",
6840
6848
  className: "wxc-icon ".concat(n),
6841
6849
  style: r
6842
- }, E$1.createElement("path", {
6850
+ }, x.createElement("path", {
6843
6851
  d: "M25.7075 0.293202C25.52 0.105701 25.2656 0.000366211 25.0004 0.000366211C24.7353 0.000366211 24.4809 0.105701 24.2934 0.293202L13 11.5862L1.70699 0.293202C1.51851 0.110381 1.26568 0.00902984 1.0031 0.0110359C0.740528 0.013042 0.489278 0.118244 0.303611 0.303925C0.117943 0.489605 0.0127584 0.740862 0.0107709 1.00344C0.00878336 1.26601 0.110153 1.51883 0.292988 1.7073L12.293 13.7073C12.4805 13.8948 12.7348 14.0001 13 14.0001C13.2652 14.0001 13.5195 13.8948 13.707 13.7073L25.707 1.7073C25.8946 1.51984 26 1.26555 26.0001 1.00036C26.0002 0.735168 25.8949 0.4808 25.7075 0.293202Z"
6844
6852
  }));
6845
6853
  }
@@ -6848,14 +6856,14 @@ function Ke(e) {
6848
6856
  var t = e.size,
6849
6857
  n = e.className,
6850
6858
  r = e.style;
6851
- return E$1.createElement("svg", {
6859
+ return x.createElement("svg", {
6852
6860
  width: t,
6853
6861
  height: t,
6854
6862
  viewBox: "0 0 8 14",
6855
6863
  xmlns: "http://www.w3.org/2000/svg",
6856
6864
  className: "wxc-icon ".concat(n),
6857
6865
  style: r
6858
- }, E$1.createElement("path", {
6866
+ }, x.createElement("path", {
6859
6867
  d: "M1.70721 6.99987L7.35366 1.35352C7.44508 1.25928 7.49577 1.13287 7.49477 1.00159C7.49378 0.870299 7.44119 0.74467 7.34835 0.65183C7.25552 0.55899 7.12989 0.506389 6.99861 0.505386C6.86732 0.504383 6.7409 0.555058 6.64666 0.646469L0.646662 6.64647C0.552911 6.74023 0.500244 6.8674 0.500244 6.99999C0.500244 7.13259 0.552911 7.25975 0.646662 7.35352L6.64666 13.3535C6.69283 13.4011 6.748 13.439 6.80896 13.4651C6.86992 13.4912 6.93546 13.5049 7.00176 13.5054C7.06806 13.5059 7.13379 13.4932 7.19514 13.468C7.25649 13.4429 7.31223 13.4058 7.35911 13.3589C7.40599 13.312 7.44307 13.2563 7.46821 13.1949C7.49335 13.1336 7.50603 13.0679 7.50553 13.0016C7.50502 12.9353 7.49133 12.8697 7.46526 12.8088C7.43919 12.7478 7.40125 12.6926 7.35366 12.6465L1.70721 6.99987Z"
6860
6868
  }));
6861
6869
  }
@@ -6864,14 +6872,14 @@ function $e(e) {
6864
6872
  var t = e.size,
6865
6873
  n = e.className,
6866
6874
  r = e.style;
6867
- return E$1.createElement("svg", {
6875
+ return x.createElement("svg", {
6868
6876
  width: t,
6869
6877
  height: t,
6870
6878
  viewBox: "0 0 26 14",
6871
6879
  xmlns: "http://www.w3.org/2000/svg",
6872
6880
  className: "wxc-icon ".concat(n),
6873
6881
  style: r
6874
- }, E$1.createElement("path", {
6882
+ }, x.createElement("path", {
6875
6883
  d: "M26.7071 12.2932L14.7071 0.293202C14.5196 0.105701 14.2652 0.000366211 14 0.000366211C13.7349 0.000366211 13.4805 0.105701 13.293 0.293202L1.293 12.2932C1.19821 12.3856 1.12271 12.4959 1.07089 12.6178C1.01907 12.7396 0.991948 12.8705 0.991109 13.0029C0.99027 13.1353 1.01573 13.2665 1.066 13.389C1.11628 13.5114 1.19037 13.6227 1.28398 13.7163C1.37759 13.8099 1.48886 13.884 1.61133 13.9343C1.73381 13.9846 1.86504 14.01 1.99743 14.0092C2.12981 14.0084 2.26071 13.9812 2.38254 13.9294C2.50436 13.8776 2.61468 13.8021 2.7071 13.7073L14 2.4143L25.293 13.7073C25.3854 13.8021 25.4957 13.8776 25.6176 13.9294C25.7394 13.9812 25.8703 14.0084 26.0027 14.0092C26.1351 14.01 26.2663 13.9846 26.3888 13.9343C26.5112 13.884 26.6225 13.8099 26.7161 13.7163C26.8097 13.6227 26.8838 13.5114 26.9341 13.389C26.9844 13.2665 27.0098 13.1353 27.009 13.0029C27.0082 12.8705 26.981 12.7396 26.9292 12.6178C26.8774 12.4959 26.8019 12.3856 26.7071 12.2932Z"
6876
6884
  }));
6877
6885
  }
@@ -6882,19 +6890,19 @@ function et(e) {
6882
6890
  r = e.style,
6883
6891
  a = Pe("audio-microphone-icon", n),
6884
6892
  i = _slicedToArray(a, 1)[0];
6885
- return E$1.createElement("svg", {
6893
+ return x.createElement("svg", {
6886
6894
  width: t,
6887
6895
  height: t,
6888
6896
  viewBox: "0 0 24 24",
6889
6897
  xmlns: "http://www.w3.org/2000/svg",
6890
6898
  className: "wxc-icon ".concat(i),
6891
6899
  style: r
6892
- }, E$1.createElement("path", {
6900
+ }, x.createElement("path", {
6893
6901
  d: "M18 21.0002H16.5154C15.6304 21.0221 14.7675 20.7223 14.0868 20.1563C13.4061 19.5903 12.9539 18.7966 12.814 17.9224C13.8476 17.7311 14.7818 17.1843 15.4547 16.3766C16.1276 15.569 16.4969 14.5515 16.4985 13.5002V6.00024C16.4985 4.80677 16.0244 3.66218 15.1805 2.81826C14.3366 1.97435 13.192 1.50024 11.9985 1.50024C10.8051 1.50024 9.66047 1.97435 8.81656 2.81826C7.97264 3.66218 7.49854 4.80677 7.49854 6.00024V13.5002C7.5004 14.5713 7.88398 15.6066 8.58042 16.4204C9.27685 17.2341 10.2405 17.773 11.2985 17.9402C11.4397 19.1001 11.9685 20.1783 12.799 21.0002H6C5.80109 21.0002 5.61032 21.0793 5.46967 21.2199C5.32902 21.3606 5.25 21.5513 5.25 21.7502C5.25 21.9492 5.32902 22.1399 5.46967 22.2806C5.61032 22.4212 5.80109 22.5002 6 22.5002H18C18.1989 22.5002 18.3897 22.4212 18.5303 22.2806C18.671 22.1399 18.75 21.9492 18.75 21.7502C18.75 21.5513 18.671 21.3606 18.5303 21.2199C18.3897 21.0793 18.1989 21.0002 18 21.0002ZM8.99854 11.2412V9.75024H14.9985V11.2412H8.99854ZM11.9985 3.00024C12.7939 3.00104 13.5565 3.31736 14.119 3.8798C14.6814 4.44224 14.9977 5.20484 14.9985 6.00024V8.25024H8.99854V6.00024C8.99933 5.20484 9.31566 4.44224 9.87809 3.8798C10.4405 3.31736 11.2031 3.00104 11.9985 3.00024Z"
6894
- }), E$1.createElement("path", {
6902
+ }), x.createElement("path", {
6895
6903
  className: "accent",
6896
6904
  d: "M9 11.25H15V13.5C15 15.1569 13.6569 16.5 12 16.5C10.3431 16.5 9 15.1569 9 13.5V11.25Z"
6897
- }), E$1.createElement("rect", {
6905
+ }), x.createElement("rect", {
6898
6906
  className: "accent",
6899
6907
  x: "9",
6900
6908
  y: "8.25",
@@ -6909,16 +6917,16 @@ function tt(e) {
6909
6917
  r = e.style,
6910
6918
  a = Pe("audio-microphone-muted-icon", n),
6911
6919
  i = _slicedToArray(a, 1)[0];
6912
- return E$1.createElement("svg", {
6920
+ return x.createElement("svg", {
6913
6921
  width: t,
6914
6922
  height: t,
6915
6923
  viewBox: "0 0 24 24",
6916
6924
  xmlns: "http://www.w3.org/2000/svg",
6917
6925
  className: "wxc-icon ".concat(i),
6918
6926
  style: r
6919
- }, E$1.createElement("path", {
6927
+ }, x.createElement("path", {
6920
6928
  d: "M18.0017 20.9998H16.5171C15.6321 21.0217 14.7693 20.7218 14.0886 20.1558C13.4079 19.5898 12.9556 18.7961 12.8157 17.922C13.3101 17.8295 13.7854 17.6542 14.2214 17.4035L13.1019 16.2839C12.6475 16.4667 12.1552 16.5351 11.6682 16.4828C11.1813 16.4306 10.7146 16.2595 10.3094 15.9844C9.90415 15.7094 9.57276 15.3389 9.34441 14.9057C9.11606 14.4724 8.99775 13.9896 8.99992 13.4999V12.1817L7.49992 10.6816V13.4998C7.50176 14.5709 7.88538 15.6063 8.58188 16.4201C9.27839 17.2338 10.2422 17.7726 11.3002 17.9397C11.4415 19.0996 11.9702 20.1779 12.8007 20.9998H6.00175C5.80283 20.9998 5.61207 21.0788 5.47142 21.2195C5.33076 21.3601 5.25175 21.5509 5.25175 21.7498C5.25175 21.9487 5.33076 22.1395 5.47142 22.2801C5.61207 22.4208 5.80283 22.4998 6.00175 22.4998H18.0017C18.2007 22.4998 18.3914 22.4208 18.5321 22.2801C18.6727 22.1395 18.7517 21.9487 18.7517 21.7498C18.7517 21.5509 18.6727 21.3601 18.5321 21.2195C18.3914 21.0788 18.2007 20.9998 18.0017 20.9998Z"
6921
- }), E$1.createElement("path", {
6929
+ }), x.createElement("path", {
6922
6930
  d: "M21.5306 20.4695L16.1892 15.1284C16.3945 14.6099 16.5 14.0574 16.5003 13.4998V5.99981C16.4987 4.80729 16.0239 3.66415 15.1802 2.82145C14.3364 1.97876 13.1926 1.50543 12.0001 1.50543C10.8076 1.50543 9.66382 1.97876 8.82004 2.82145C7.97626 3.66415 7.50145 4.80729 7.49992 5.99981V6.43918L3.53021 2.46954C3.38957 2.3289 3.19883 2.24989 2.99993 2.24988C2.80104 2.24988 2.61029 2.32889 2.46965 2.46953C2.32901 2.61016 2.25 2.80091 2.25 2.9998C2.25 3.19869 2.32901 3.38944 2.46964 3.53008L20.47 21.5301C20.5396 21.5997 20.6223 21.655 20.7133 21.6926C20.8043 21.7303 20.9018 21.7497 21.0003 21.7497C21.0988 21.7497 21.1963 21.7303 21.2873 21.6926C21.3782 21.655 21.4609 21.5997 21.5306 21.5301C21.6002 21.4604 21.6554 21.3778 21.6931 21.2868C21.7308 21.1958 21.7502 21.0983 21.7502 20.9998C21.7502 20.9013 21.7308 20.8038 21.6931 20.7128C21.6554 20.6218 21.6002 20.5392 21.5306 20.4695ZM15.0003 13.4998C14.9976 13.6348 14.9854 13.7695 14.9637 13.9028L8.99994 7.93915V5.99981C9.00119 5.20493 9.31784 4.44304 9.88035 3.88142C10.4429 3.31981 11.2052 3.00437 12.0001 3.00437C12.795 3.00437 13.5574 3.31981 14.1199 3.88142C14.6824 4.44304 14.999 5.20493 15.0003 5.99981V13.4998Z"
6923
6931
  }));
6924
6932
  }
@@ -6927,14 +6935,14 @@ function nt(e) {
6927
6935
  var t = e.size,
6928
6936
  n = e.className,
6929
6937
  r = e.style;
6930
- return E$1.createElement("svg", {
6938
+ return x.createElement("svg", {
6931
6939
  width: t,
6932
6940
  height: t,
6933
6941
  viewBox: "0 0 26 18",
6934
6942
  xmlns: "http://www.w3.org/2000/svg",
6935
6943
  className: "wxc-icon ".concat(n),
6936
6944
  style: r
6937
- }, E$1.createElement("path", {
6945
+ }, x.createElement("path", {
6938
6946
  d: "M8.20046 17.1999C8.06863 17.2002 7.93805 17.1743 7.81633 17.1236C7.69461 17.073 7.58418 16.9987 7.49146 16.905L0.291276 9.66962C0.198683 9.57651 0.125336 9.46608 0.0754228 9.34463C0.0255091 9.22317 6.0504e-06 9.09308 0.000370053 8.96177C0.000734056 8.83046 0.026958 8.70051 0.0775442 8.57933C0.12813 8.45816 0.202088 8.34813 0.295196 8.25554C0.388303 8.16295 0.498736 8.0896 0.620189 8.03969C0.741643 7.98977 0.871738 7.96427 1.00305 7.96463C1.13436 7.965 1.26431 7.99122 1.38548 8.04181C1.50666 8.09239 1.61668 8.16635 1.70928 8.25946L8.2542 14.8366L24.3499 1.04169C24.5511 0.869196 24.8126 0.783711 25.0769 0.80404C25.3412 0.824369 25.5866 0.948847 25.759 1.15009C25.9315 1.35133 26.017 1.61286 25.9967 1.87713C25.9764 2.1414 25.8519 2.38678 25.6506 2.55927L8.85085 16.9587C8.67 17.1145 8.43917 17.2001 8.20046 17.1999Z"
6939
6947
  }));
6940
6948
  }
@@ -6946,7 +6954,7 @@ function rt(e) {
6946
6954
  a = e.ariaLabel,
6947
6955
  i = Pe("camera-bold-icon", n),
6948
6956
  o = _slicedToArray(i, 1)[0];
6949
- return E$1.createElement("svg", {
6957
+ return x.createElement("svg", {
6950
6958
  width: t,
6951
6959
  height: t,
6952
6960
  viewBox: "0 0 48 48",
@@ -6954,7 +6962,7 @@ function rt(e) {
6954
6962
  className: "wxc-icon ".concat(o),
6955
6963
  style: r,
6956
6964
  "aria-label": a
6957
- }, E$1.createElement("path", {
6965
+ }, x.createElement("path", {
6958
6966
  d: "M43.5779 13.9478C43.1434 13.6776 42.6468 13.5236 42.1358 13.5006C41.6247 13.4775 41.1162 13.5861 40.6592 13.8159C40.613 13.8394 40.5684 13.8643 40.5244 13.8921L36.0039 16.7672V15.001C36.0016 13.0126 35.2106 11.1063 33.8046 9.70026C32.3986 8.29424 30.4923 7.50331 28.5039 7.50098H10.5039C8.5155 7.50331 6.6092 8.29424 5.20319 9.70026C3.79717 11.1063 3.00624 13.0126 3.00391 15.001V33.001C3.00624 34.9894 3.79717 36.8957 5.20318 38.3017C6.6092 39.7077 8.5155 40.4986 10.5039 40.501H28.5039C30.4923 40.4986 32.3986 39.7077 33.8046 38.3017C35.2106 36.8957 36.0016 34.9894 36.0039 33.001V31.2338L40.5244 34.107C40.5676 34.1348 40.6123 34.1597 40.6577 34.1832C41.115 34.4121 41.6233 34.5203 42.1342 34.4975C42.6451 34.4747 43.1417 34.3217 43.5768 34.0529C44.012 33.7842 44.3711 33.4087 44.6203 32.962C44.8694 32.5154 45.0002 32.0125 45.0002 31.501V16.4995C45.002 15.9879 44.8722 15.4844 44.6231 15.0375C44.374 14.5906 44.014 14.2153 43.5779 13.9478ZM33.0039 33.001C33.0026 34.1941 32.5281 35.3379 31.6844 36.1815C30.8408 37.0252 29.697 37.4997 28.5039 37.501H10.5039C9.31083 37.4997 8.167 37.0252 7.32336 36.1815C6.47973 35.3379 6.00521 34.1941 6.00391 33.001V15.001C6.00521 13.8079 6.47973 12.6641 7.32336 11.8204C8.167 10.9768 9.31083 10.5023 10.5039 10.501H28.5039C29.697 10.5023 30.8408 10.9768 31.6844 11.8204C32.5281 12.6641 33.0026 13.8079 33.0039 15.001V33.001ZM36.0039 27.6794V20.3222L42.0002 16.5083L42.001 31.4907L36.0039 27.6794Z"
6959
6967
  }));
6960
6968
  }
@@ -6965,19 +6973,19 @@ function at(e) {
6965
6973
  r = e.style,
6966
6974
  a = Pe("camera-icon", n),
6967
6975
  i = _slicedToArray(a, 1)[0];
6968
- return E$1.createElement("svg", {
6976
+ return x.createElement("svg", {
6969
6977
  width: t,
6970
6978
  height: t,
6971
6979
  viewBox: "0 0 24 24",
6972
6980
  xmlns: "http://www.w3.org/2000/svg",
6973
6981
  className: "wxc-icon ".concat(i),
6974
6982
  style: r
6975
- }, E$1.createElement("path", {
6983
+ }, x.createElement("path", {
6976
6984
  d: "M21.7866 6.97363C21.5696 6.83826 21.3213 6.76108 21.0658 6.74954C20.8102 6.73799 20.556 6.79247 20.3276 6.90771C20.3048 6.91926 20.2825 6.93197 20.261 6.9458L18 8.38299V7.50024C17.9988 6.50604 17.6034 5.55289 16.9004 4.84988C16.1974 4.14687 15.2442 3.75141 14.25 3.75024H5.25C4.2558 3.75141 3.30265 4.14688 2.59964 4.84989C1.89663 5.55289 1.50117 6.50604 1.5 7.50024V16.5002C1.50117 17.4944 1.89663 18.4476 2.59964 19.1506C3.30265 19.8536 4.2558 20.2491 5.25 20.2502H14.25C15.2442 20.2491 16.1974 19.8536 16.9004 19.1506C17.6034 18.4476 17.9988 17.4944 18 16.5002V15.616L20.261 17.0532C20.2821 17.0671 20.3041 17.0795 20.3269 17.0905C20.5555 17.2051 20.8097 17.2593 21.0651 17.248C21.3206 17.2366 21.569 17.1601 21.7865 17.0257C22.0041 16.8913 22.1837 16.7035 22.3082 16.4801C22.4326 16.2567 22.4979 16.0052 22.4978 15.7495V8.24948C22.4987 7.99366 22.4338 7.74192 22.3092 7.51847C22.1847 7.29502 22.0047 7.10739 21.7866 6.97363ZM16.5 16.5002C16.4993 17.0968 16.2621 17.6687 15.8403 18.0905C15.4185 18.5123 14.8465 18.7496 14.25 18.7502H5.25C4.65346 18.7496 4.08155 18.5123 3.65973 18.0905C3.23792 17.6687 3.00065 17.0968 3 16.5002V7.50024C3.00065 6.90371 3.23791 6.33179 3.65973 5.90997C4.08154 5.48816 4.65346 5.2509 5.25 5.25024H14.25C14.8465 5.2509 15.4185 5.48816 15.8403 5.90997C16.2621 6.33179 16.4993 6.90371 16.5 7.50024V16.5002ZM18 13.8392V10.1598L20.9978 8.25464L20.9993 15.7451L18 13.8392Z",
6977
6985
  fillOpacity: "0.95"
6978
- }), E$1.createElement("path", {
6986
+ }), x.createElement("path", {
6979
6987
  d: "M6.75 10.5001C7.57843 10.5001 8.25 9.82849 8.25 9.00006C8.25 8.17163 7.57843 7.50006 6.75 7.50006C5.92157 7.50006 5.25 8.17163 5.25 9.00006C5.25 9.82849 5.92157 10.5001 6.75 10.5001Z"
6980
- }), E$1.createElement("path", {
6988
+ }), x.createElement("path", {
6981
6989
  className: "accent",
6982
6990
  d: "M6.75 10.5001C7.57843 10.5001 8.25 9.82849 8.25 9.00006C8.25 8.17163 7.57843 7.50006 6.75 7.50006C5.92157 7.50006 5.25 8.17163 5.25 9.00006C5.25 9.82849 5.92157 10.5001 6.75 10.5001Z"
6983
6991
  }));
@@ -6989,16 +6997,16 @@ function it(e) {
6989
6997
  r = e.style,
6990
6998
  a = Pe("camera-muted-icon", n),
6991
6999
  i = _slicedToArray(a, 1)[0];
6992
- return E$1.createElement("svg", {
7000
+ return x.createElement("svg", {
6993
7001
  width: t,
6994
7002
  height: t,
6995
7003
  viewBox: "0 0 24 24",
6996
7004
  xmlns: "http://www.w3.org/2000/svg",
6997
7005
  className: "wxc-icon ".concat(i),
6998
7006
  style: r
6999
- }, E$1.createElement("path", {
7007
+ }, x.createElement("path", {
7000
7008
  d: "M21.787 6.97387C21.5698 6.8388 21.3215 6.76181 21.0659 6.75027C20.8104 6.73872 20.5562 6.79302 20.3276 6.90795C20.3046 6.91967 20.2822 6.93212 20.2603 6.94603L18 8.38359V7.50048C17.9988 6.50627 17.6034 5.55313 16.9004 4.85012C16.1974 4.14711 15.2442 3.75165 14.25 3.75048H5.25C5.11281 3.75275 4.97587 3.7629 4.83985 3.78087L3.52846 2.46947C3.38783 2.32883 3.19708 2.24982 2.99819 2.24982C2.79929 2.24982 2.60855 2.32882 2.46791 2.46946C2.32727 2.6101 2.24825 2.80085 2.24825 2.99974C2.24825 3.19863 2.32726 3.38938 2.4679 3.53002L20.4683 21.53C20.6089 21.6707 20.7996 21.7497 20.9985 21.7497C21.1974 21.7497 21.3882 21.6707 21.5288 21.53C21.6694 21.3894 21.7485 21.1986 21.7485 20.9997C21.7485 20.8009 21.6694 20.6101 21.5288 20.4695L17.9696 16.9104C17.9876 16.7745 17.9977 16.6376 18 16.5005V15.6169L20.2603 17.0535C20.2819 17.0674 20.3042 17.0799 20.3269 17.0916C20.5556 17.206 20.8097 17.2601 21.0651 17.2488C21.3206 17.2374 21.5689 17.1608 21.7865 17.0265C22.004 16.8921 22.1836 16.7043 22.3082 16.481C22.4327 16.2577 22.4981 16.0062 22.4982 15.7505V8.24976C22.4991 7.99393 22.4341 7.74218 22.3096 7.51872C22.185 7.29527 22.0051 7.10763 21.787 6.97387ZM6.30947 5.25048H14.25C14.8465 5.25113 15.4185 5.48839 15.8403 5.91021C16.2621 6.33202 16.4993 6.90394 16.5 7.50048V15.4407L6.30947 5.25048ZM18 13.8397V10.1611L20.9982 8.25414L20.9985 15.7454L18 13.8397Z"
7001
- }), E$1.createElement("path", {
7009
+ }), x.createElement("path", {
7002
7010
  d: "M14.25 18.7505H5.25C4.65346 18.7498 4.08154 18.5126 3.65973 18.0907C3.23791 17.6689 3.00065 17.097 3 16.5005V7.50048C3.00255 7.13381 3.09586 6.77347 3.27159 6.45165L2.17928 5.35933C1.73774 5.98606 1.50051 6.73384 1.5 7.50048V16.5005C1.50117 17.4947 1.89663 18.4478 2.59964 19.1508C3.30265 19.8538 4.2558 20.2493 5.25 20.2505H14.25C15.0167 20.2499 15.7645 20.0126 16.3912 19.5711L15.299 18.4788C14.9771 18.6546 14.6167 18.7479 14.25 18.7505Z"
7003
7011
  }));
7004
7012
  }
@@ -7007,7 +7015,7 @@ function ot(e) {
7007
7015
  var t = e.size,
7008
7016
  n = e.className,
7009
7017
  r = e.style;
7010
- return E$1.createElement("svg", {
7018
+ return x.createElement("svg", {
7011
7019
  width: t,
7012
7020
  height: t,
7013
7021
  viewBox: "0 0 36 36",
@@ -7015,7 +7023,7 @@ function ot(e) {
7015
7023
  xmlns: "http://www.w3.org/2000/svg",
7016
7024
  className: "wxc-icon ".concat(n),
7017
7025
  style: r
7018
- }, E$1.createElement("path", {
7026
+ }, x.createElement("path", {
7019
7027
  d: "M28.7871 9.72433C28.562 9.58573 28.3044 9.50895 28.0402 9.50176C27.7759 9.49456 27.5145 9.55719 27.2822 9.68333L23.5 12.088V10.0007C23.4987 8.80766 23.0242 7.66382 22.1805 6.82018C21.3369 5.97655 20.1931 5.50203 19 5.50073H7C5.80692 5.50203 4.66308 5.97655 3.81945 6.82018C2.97582 7.66382 2.5013 8.80766 2.5 10.0007V22.0007C2.5013 23.1938 2.97582 24.3376 3.81945 25.1813C4.66308 26.0249 5.80692 26.4994 7 26.5007H19C20.1931 26.4994 21.3369 26.0249 22.1805 25.1813C23.0241 24.3376 23.4987 23.1938 23.5 22.0007V19.9107L27.3271 22.3413C27.5357 22.446 27.7657 22.5008 27.999 22.5013C28.3966 22.5 28.7775 22.3414 29.0584 22.06C29.3394 21.7787 29.4975 21.3976 29.4983 21V11C29.4992 10.7442 29.4343 10.4925 29.3097 10.2691C29.1852 10.0456 29.0052 9.85804 28.7871 9.72433Z"
7020
7028
  }));
7021
7029
  }
@@ -7025,30 +7033,30 @@ function st(e) {
7025
7033
  n = e.style,
7026
7034
  r = Pe("camera-issue-icon", t),
7027
7035
  a = _slicedToArray(r, 1)[0];
7028
- return E$1.createElement("svg", {
7036
+ return x.createElement("svg", {
7029
7037
  width: "96",
7030
7038
  height: "88",
7031
7039
  viewBox: "0 0 96 88",
7032
7040
  xmlns: "http://www.w3.org/2000/svg",
7033
7041
  className: "wxc-icon ".concat(a),
7034
7042
  style: n
7035
- }, E$1.createElement("path", {
7043
+ }, x.createElement("path", {
7036
7044
  d: "M21.8643 54.3002V64.2002M5.86426 51.2002V10.2002C5.86426 5.8002 9.46426 2.2002 13.8643 2.2002H61.8643C66.2643 2.2002 69.8643 5.8002 69.8643 10.2002V21.3002C69.8643 22.1002 70.7643 22.6002 71.4643 22.1002L90.6643 9.3002C91.9643 8.4002 93.7643 9.4002 93.7643 11.0002V57.5002C93.7643 59.1002 91.9643 60.1002 90.6643 59.2002L71.3643 46.3002C70.6643 45.9002 69.7643 46.3002 69.7643 47.1002V58.2002C69.7643 62.6002 66.1643 66.2002 61.7643 66.2002H39.0643C38.3643 66.2002 37.6643 65.8002 37.2643 65.1002L27.0643 45.9002C24.7643 41.7002 18.7643 41.7002 16.5643 45.9002L2.66426 71.4002C0.46426 75.4002 3.36426 80.3002 7.96426 80.3002H36.8643C39.0643 80.3002 40.8643 78.5002 40.8643 76.3002C40.8643 74.1002 39.0643 72.3002 36.8643 72.3002C28.8643 72.3002 21.8643 86.3002 21.8643 86.3002",
7037
7045
  stroke: "url(#wxc-icon--camera-issue)",
7038
7046
  strokeWidth: "2.5",
7039
7047
  strokeMiterlimit: "10",
7040
7048
  strokeLinecap: "round",
7041
7049
  strokeLinejoin: "round"
7042
- }), E$1.createElement("defs", null, E$1.createElement("linearGradient", {
7050
+ }), x.createElement("defs", null, x.createElement("linearGradient", {
7043
7051
  id: "wxc-icon--camera-issue",
7044
7052
  x1: "47.8392",
7045
7053
  y1: "2.2002",
7046
7054
  x2: "47.8392",
7047
7055
  y2: "86.3002",
7048
7056
  gradientUnits: "userSpaceOnUse"
7049
- }, E$1.createElement("stop", {
7057
+ }, x.createElement("stop", {
7050
7058
  stopColor: "var(--wxc-icon--error--gradient-start-color)"
7051
- }), E$1.createElement("stop", {
7059
+ }), x.createElement("stop", {
7052
7060
  offset: "1",
7053
7061
  stopColor: "var(--wxc-icon--error--gradient-stop-color)"
7054
7062
  }))));
@@ -7058,14 +7066,14 @@ function ct(e) {
7058
7066
  var t = e.size,
7059
7067
  n = e.className,
7060
7068
  r = e.style;
7061
- return E$1.createElement("svg", {
7069
+ return x.createElement("svg", {
7062
7070
  width: t,
7063
7071
  height: t,
7064
7072
  viewBox: "0 0 24 24",
7065
7073
  xmlns: "http://www.w3.org/2000/svg",
7066
7074
  className: "wxc-icon ".concat(n),
7067
7075
  style: r
7068
- }, E$1.createElement("path", {
7076
+ }, x.createElement("path", {
7069
7077
  d: "M13.0596 11.9998L19.2794 5.78001C19.349 5.71038 19.4042 5.6277 19.4419 5.53672C19.4796 5.44573 19.499 5.34822 19.499 5.24974C19.499 5.15126 19.4796 5.05374 19.4419 4.96276C19.4042 4.87177 19.349 4.7891 19.2793 4.71947C19.2097 4.64983 19.127 4.5946 19.036 4.55691C18.945 4.51923 18.8475 4.49983 18.7491 4.49983C18.6506 4.49984 18.5531 4.51924 18.4621 4.55692C18.3711 4.59461 18.2884 4.64985 18.2188 4.71949L11.999 10.9392L5.77929 4.71949C5.70979 4.64921 5.62709 4.59335 5.53594 4.55514C5.44478 4.51692 5.34697 4.49711 5.24813 4.49683C5.14929 4.49655 5.05137 4.51581 4.96 4.55351C4.86863 4.59121 4.78562 4.64659 4.71573 4.71648C4.64584 4.78638 4.59045 4.8694 4.55276 4.96077C4.51507 5.05214 4.49581 5.15006 4.4961 5.2489C4.49638 5.34774 4.5162 5.44555 4.55442 5.5367C4.59264 5.62786 4.6485 5.71055 4.71879 5.78004L10.9385 11.9998L4.71879 18.2195C4.64915 18.2892 4.59391 18.3718 4.55622 18.4628C4.51853 18.5538 4.49914 18.6513 4.49914 18.7498C4.49914 18.8483 4.51853 18.9458 4.55622 19.0368C4.59391 19.1278 4.64915 19.2105 4.71878 19.2801C4.78842 19.3497 4.87109 19.405 4.96207 19.4427C5.05306 19.4803 5.15057 19.4997 5.24906 19.4997C5.34754 19.4997 5.44505 19.4803 5.53604 19.4427C5.62702 19.405 5.70969 19.3497 5.77933 19.2801L11.9991 13.0603L18.2188 19.2801C18.3595 19.4207 18.5502 19.4997 18.7491 19.4997C18.948 19.4997 19.1387 19.4207 19.2794 19.2801C19.42 19.1395 19.499 18.9487 19.499 18.7498C19.499 18.5509 19.42 18.3602 19.2794 18.2195L13.0596 11.9998Z",
7070
7078
  fillOpacity: "0.95"
7071
7079
  }));
@@ -7075,14 +7083,14 @@ function lt(e) {
7075
7083
  var t = e.size,
7076
7084
  n = e.className,
7077
7085
  r = e.style;
7078
- return E$1.createElement("svg", {
7086
+ return x.createElement("svg", {
7079
7087
  width: t,
7080
7088
  height: t,
7081
7089
  viewBox: "0 0 32 32",
7082
7090
  xmlns: "http://www.w3.org/2000/svg",
7083
7091
  className: "wxc-icon ".concat(n),
7084
7092
  style: r
7085
- }, E$1.createElement("path", {
7093
+ }, x.createElement("path", {
7086
7094
  d: "M15.9989 3.5C13.7548 3.5003 11.552 4.1047 9.62198 5.24976C7.69191 6.39481 6.10565 8.03831 5.02971 10.0077C3.95376 11.9772 3.4278 14.1999 3.50702 16.4427C3.58624 18.6855 4.26772 20.8656 5.47995 22.7542C5.33614 23.4793 5.0456 24.1674 4.62617 24.7762C4.20675 25.3849 3.66729 25.9015 3.04095 26.2942C2.42715 26.6975 2.41695 27.1965 2.61225 27.5295C2.98135 28.1604 4.35685 28.51 6.02095 28.51C7.73977 28.5206 9.44103 28.164 11.0109 27.4641C12.7145 28.2053 14.5618 28.5575 16.4185 28.4951C18.2752 28.4328 20.0947 27.9573 21.7446 27.1034C23.3945 26.2495 24.8334 25.0386 25.9565 23.5587C27.0797 22.0789 27.8589 20.3673 28.2374 18.5485C28.616 16.7297 28.5844 14.8494 28.145 13.0443C27.7056 11.2393 26.8695 9.55483 25.6973 8.11351C24.5251 6.6722 23.0464 5.51027 21.3688 4.71221C19.6912 3.91415 17.8567 3.50004 15.9989 3.5Z"
7087
7095
  }));
7088
7096
  }
@@ -7091,7 +7099,7 @@ function ut(e) {
7091
7099
  var t = e.size,
7092
7100
  n = e.className,
7093
7101
  r = e.style;
7094
- return E$1.createElement("svg", {
7102
+ return x.createElement("svg", {
7095
7103
  width: t,
7096
7104
  height: t,
7097
7105
  viewBox: "0 0 32 32",
@@ -7099,7 +7107,7 @@ function ut(e) {
7099
7107
  xmlns: "http://www.w3.org/2000/svg",
7100
7108
  className: "wxc-icon ".concat(n),
7101
7109
  style: r
7102
- }, E$1.createElement("path", {
7110
+ }, x.createElement("path", {
7103
7111
  fillRule: "evenodd",
7104
7112
  clipRule: "evenodd",
7105
7113
  d: "M16 29.5C23.4558 29.5 29.5 23.4558 29.5 16C29.5 8.54416 23.4558 2.5 16 2.5C8.54416 2.5 2.5 8.54416 2.5 16C2.5 23.4558 8.54416 29.5 16 29.5ZM10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17H22C22.5523 17 23 16.5523 23 16C23 15.4477 22.5523 15 22 15H10Z"
@@ -7110,20 +7118,20 @@ function mt(e) {
7110
7118
  var t = e.size,
7111
7119
  n = e.className,
7112
7120
  r = e.style;
7113
- return E$1.createElement("svg", {
7121
+ return x.createElement("svg", {
7114
7122
  width: t,
7115
7123
  height: t,
7116
7124
  viewBox: "0 0 20 20",
7117
7125
  xmlns: "http://www.w3.org/2000/svg",
7118
7126
  className: "wxc-icon ".concat(n),
7119
7127
  style: r
7120
- }, E$1.createElement("path", {
7128
+ }, x.createElement("path", {
7121
7129
  d: "M13.9063 14.0264V14.8436C13.9063 14.9679 13.9556 15.0872 14.0436 15.1751C14.1315 15.263 14.2507 15.3124 14.375 15.3124C14.4993 15.3124 14.6186 15.263 14.7065 15.1751C14.7944 15.0872 14.8438 14.9679 14.8438 14.8436V14.0264C14.8438 13.902 14.7944 13.7828 14.7065 13.6949C14.6186 13.607 14.4993 13.5576 14.375 13.5576C14.2507 13.5576 14.1315 13.607 14.0436 13.6949C13.9556 13.7828 13.9063 13.902 13.9063 14.0264Z"
7122
- }), E$1.createElement("path", {
7130
+ }), x.createElement("path", {
7123
7131
  d: "M14.3749 16.8751C14.6338 16.8751 14.8437 16.6652 14.8437 16.4063C14.8437 16.1474 14.6338 15.9376 14.3749 15.9376C14.116 15.9376 13.9062 16.1474 13.9062 16.4063C13.9062 16.6652 14.116 16.8751 14.3749 16.8751Z"
7124
- }), E$1.createElement("path", {
7132
+ }), x.createElement("path", {
7125
7133
  d: "M18.5864 16.8822L15.47 11.2559L15.4627 11.2437C15.352 11.0541 15.1934 10.897 15.0028 10.7881C14.8122 10.6792 14.5962 10.6225 14.3767 10.6236C14.1572 10.6247 13.9418 10.6837 13.7523 10.7944C13.5628 10.9052 13.4058 11.064 13.2971 11.2547L10.1703 16.87C10.0596 17.06 10.001 17.2758 10.0004 17.4957C9.99972 17.7156 10.0571 17.9318 10.1666 18.1224C10.2762 18.3131 10.4341 18.4715 10.6244 18.5816C10.8147 18.6918 11.0307 18.7498 11.2506 18.7498H17.4994C17.7181 18.7498 17.933 18.6924 18.1225 18.5834C18.3121 18.4744 18.4698 18.3175 18.5798 18.1285C18.6898 17.9395 18.7483 17.7249 18.7495 17.5062C18.7507 17.2875 18.6944 17.0724 18.5864 16.8822ZM11.2567 17.4889L14.3817 11.8712L17.4994 17.4999L11.2567 17.4889Z"
7126
- }), E$1.createElement("path", {
7134
+ }), x.createElement("path", {
7127
7135
  d: "M12.1521 8.89943C11.85 8.75608 11.539 8.63255 11.2209 8.52964C11.8951 8.01306 12.3905 7.29813 12.6373 6.4854C12.8842 5.67266 12.8701 4.803 12.597 3.9987C12.3239 3.1944 11.8056 2.49591 11.115 2.00147C10.4243 1.50702 9.59608 1.24148 8.74668 1.24219C7.89729 1.2429 7.06948 1.50982 6.37966 2.00542C5.68984 2.50102 5.17271 3.20036 4.90099 4.00512C4.62926 4.80988 4.6166 5.67956 4.8648 6.49188C5.113 7.3042 5.60957 8.0183 6.28468 8.53376C3.38856 9.50126 1.25 12.0943 1.25 15.0573C1.25 17.6024 4.94688 18.6382 8.11218 18.7511C8.12012 18.7517 8.12745 18.7517 8.13538 18.7517C8.29903 18.7515 8.45604 18.687 8.57267 18.5722C8.68931 18.4574 8.75626 18.3015 8.75914 18.1378C8.76201 17.9742 8.70059 17.816 8.58806 17.6972C8.47554 17.5783 8.32089 17.5084 8.15735 17.5024C4.87915 17.3846 2.5 16.3567 2.5 15.0573C2.5 11.9769 5.36194 9.37493 8.75 9.37493C9.73994 9.37189 10.7176 9.59417 11.6089 10.0249C11.6828 10.0608 11.7631 10.0818 11.8452 10.0867C11.9272 10.0915 12.0094 10.0801 12.0871 10.0531C12.1647 10.0262 12.2363 9.98413 12.2976 9.92945C12.359 9.87477 12.409 9.80852 12.4447 9.7345C12.4804 9.66048 12.5012 9.58013 12.5058 9.49806C12.5105 9.416 12.4989 9.33383 12.4717 9.25626C12.4445 9.17869 12.4023 9.10724 12.3474 9.04601C12.2926 8.98478 12.2262 8.93497 12.1521 8.89943ZM5.93751 5.31237C5.93751 4.75611 6.10246 4.21234 6.4115 3.74982C6.72054 3.28731 7.15979 2.92683 7.67371 2.71395C8.18763 2.50108 8.75313 2.44539 9.2987 2.55391C9.84427 2.66243 10.3454 2.93029 10.7387 3.32363C11.1321 3.71696 11.3999 4.2181 11.5085 4.76367C11.617 5.30925 11.5613 5.87475 11.3484 6.38866C11.1355 6.90258 10.7751 7.34183 10.3125 7.65087C9.85004 7.95992 9.30627 8.12487 8.75001 8.12487C8.00434 8.12405 7.28944 7.82747 6.76217 7.3002C6.2349 6.77293 5.93832 6.05804 5.93751 5.31237Z"
7128
7136
  }));
7129
7137
  }
@@ -7132,16 +7140,16 @@ function pt(e) {
7132
7140
  var t = e.size,
7133
7141
  n = e.className,
7134
7142
  r = e.style;
7135
- return E$1.createElement("svg", {
7143
+ return x.createElement("svg", {
7136
7144
  width: t,
7137
7145
  height: t,
7138
7146
  viewBox: "0 0 16 16",
7139
7147
  xmlns: "http://www.w3.org/2000/svg",
7140
7148
  className: "wxc-icon ".concat(n),
7141
7149
  style: r
7142
- }, E$1.createElement("path", {
7150
+ }, x.createElement("path", {
7143
7151
  d: "M6.99995 9.99994C4.5268 9.99994 2.3725 7.81782 1.65229 6.99994C2.15704 6.42834 2.71634 5.90733 3.32224 5.44431L2.60636 4.72843C1.86421 5.30392 1.19185 5.96417 0.602972 6.69575C0.536227 6.78311 0.500068 6.89 0.500068 6.99995C0.500068 7.10989 0.536227 7.21678 0.602972 7.30414C0.718697 7.45502 3.47407 10.9999 6.99997 10.9999C7.55129 10.995 8.09898 10.9102 8.62592 10.7479L7.80012 9.92219C7.53627 9.9721 7.26847 9.99812 6.99995 9.99994Z"
7144
- }), E$1.createElement("path", {
7152
+ }), x.createElement("path", {
7145
7153
  d: "M13.3535 12.6464L10.5634 9.85639C11.6385 9.16289 12.5952 8.30116 13.3969 7.30414C13.4637 7.21678 13.4998 7.10989 13.4998 6.99995C13.4998 6.89 13.4637 6.78311 13.3969 6.69575C13.2812 6.54487 10.5249 2.99994 6.99995 2.99994C6.08 3.0149 5.17496 3.23482 4.35072 3.64369L1.35346 0.64643C1.30704 0.600006 1.25192 0.56318 1.19127 0.538056C1.13061 0.512931 1.0656 0.5 0.999946 0.5C0.934292 0.5 0.869281 0.512932 0.808624 0.538057C0.747968 0.563182 0.692854 0.600008 0.64643 0.646433C0.552672 0.740191 0.5 0.867355 0.5 0.999949C0.5 1.13254 0.552674 1.25971 0.646432 1.35347L3.43632 4.14335L3.43571 4.14371L4.16773 4.87571L4.16834 4.87535L8.89176 9.59877L8.89109 9.59907L9.64836 10.3564L9.64904 10.3561L12.6464 13.3535C12.6928 13.3999 12.748 13.4367 12.8086 13.4618C12.8693 13.487 12.9343 13.4999 12.9999 13.4999C13.0656 13.4999 13.1306 13.487 13.1913 13.4618C13.2519 13.4367 13.307 13.3999 13.3534 13.3535C13.3999 13.307 13.4367 13.2519 13.4618 13.1913C13.4869 13.1306 13.4999 13.0656 13.4999 12.9999C13.4999 12.9343 13.4869 12.8693 13.4618 12.8086C13.4367 12.748 13.3999 12.6929 13.3535 12.6464ZM5.1092 4.40219C5.70715 4.14599 6.34949 4.00935 6.99995 3.99996C9.47358 3.99996 11.6279 6.18307 12.3481 7.00046C11.6206 7.83062 10.7728 8.5471 9.83305 9.12604L5.1092 4.40219Z"
7146
7154
  }));
7147
7155
  }
@@ -7150,7 +7158,7 @@ function dt(e) {
7150
7158
  var t = e.size,
7151
7159
  n = e.className,
7152
7160
  r = e.style;
7153
- return E$1.createElement("svg", {
7161
+ return x.createElement("svg", {
7154
7162
  width: t,
7155
7163
  height: t,
7156
7164
  viewBox: "0 0 32 32",
@@ -7158,9 +7166,9 @@ function dt(e) {
7158
7166
  xmlns: "http://www.w3.org/2000/svg",
7159
7167
  className: "wxc-icon ".concat(n),
7160
7168
  style: r
7161
- }, E$1.createElement("path", {
7169
+ }, x.createElement("path", {
7162
7170
  d: "M4.5 13.75V24.75C4.50132 25.9431 4.97585 27.0869 5.81948 27.9305C6.66311 28.7741 7.80693 29.2487 9 29.25H23C24.1931 29.2487 25.3369 28.7742 26.1805 27.9305C27.0242 27.0869 27.4987 25.9431 27.5 24.75V13.75H4.5Z"
7163
- }), E$1.createElement("path", {
7171
+ }), x.createElement("path", {
7164
7172
  d: "M23 6.25V3.75C23 3.48478 22.8946 3.23043 22.7071 3.04289C22.5196 2.85536 22.2652 2.75 22 2.75C21.7348 2.75 21.4804 2.85536 21.2929 3.04289C21.1054 3.23043 21 3.48478 21 3.75V6.25H11V3.75C11 3.48478 10.8946 3.23043 10.7071 3.04289C10.5196 2.85536 10.2652 2.75 10 2.75C9.73478 2.75 9.48043 2.85536 9.29289 3.04289C9.10536 3.23043 9 3.48478 9 3.75V6.25C7.80692 6.2513 6.66308 6.72582 5.81945 7.56945C4.97582 8.41308 4.5013 9.55692 4.5 10.75V11.75H27.5V10.75C27.4987 9.55692 27.0242 8.41308 26.1805 7.56945C25.3369 6.72582 24.1931 6.2513 23 6.25Z"
7165
7173
  }));
7166
7174
  }
@@ -7172,7 +7180,7 @@ function ft(e) {
7172
7180
  a = e.ariaLabel,
7173
7181
  i = Pe("microphone-bold-icon", n),
7174
7182
  o = _slicedToArray(i, 1)[0];
7175
- return E$1.createElement("svg", {
7183
+ return x.createElement("svg", {
7176
7184
  width: t,
7177
7185
  height: t,
7178
7186
  viewBox: "0 0 48 48",
@@ -7180,7 +7188,7 @@ function ft(e) {
7180
7188
  className: "wxc-icon ".concat(o),
7181
7189
  style: r,
7182
7190
  "aria-label": a
7183
- }, E$1.createElement("path", {
7191
+ }, x.createElement("path", {
7184
7192
  d: "M36.0039 41.9996H33.0354C31.2654 42.0434 29.5395 41.4436 28.178 40.3117C26.8165 39.1797 25.9119 37.5923 25.6318 35.844C27.699 35.4611 29.5672 34.3674 30.9128 32.7522C32.2585 31.1369 32.9969 29.102 33.0002 26.9996V11.9996C33.0002 9.61269 32.052 7.3235 30.3642 5.63567C28.6764 3.94785 26.3872 2.99963 24.0002 2.99963C21.6133 2.99963 19.3241 3.94785 17.6363 5.63567C15.9485 7.3235 15.0002 9.61269 15.0002 11.9996V26.9996C15.0039 29.1419 15.7712 31.2126 17.1642 32.8401C18.5572 34.4676 20.4847 35.5452 22.6007 35.8795C22.8833 38.1993 23.9408 40.3558 25.6018 41.9996H12.0039C11.6061 41.9996 11.2246 42.1577 10.9432 42.439C10.6619 42.7203 10.5039 43.1018 10.5039 43.4996C10.5039 43.8975 10.6619 44.279 10.9432 44.5603C11.2246 44.8416 11.6061 44.9996 12.0039 44.9996H36.0039C36.4017 44.9996 36.7833 44.8416 37.0646 44.5603C37.3459 44.279 37.5039 43.8975 37.5039 43.4996C37.5039 43.1018 37.3459 42.7203 37.0646 42.439C36.7833 42.1577 36.4017 41.9996 36.0039 41.9996ZM18.0002 26.9996V11.9996C18.0002 10.4083 18.6324 8.88217 19.7576 7.75695C20.8828 6.63173 22.4089 5.99959 24.0002 5.99959C25.5915 5.99959 27.1177 6.63173 28.2429 7.75695C29.3681 8.88217 30.0002 10.4083 30.0002 11.9996V26.9996C30.0002 28.5909 29.3681 30.117 28.2429 31.2422C27.1177 32.3674 25.5915 32.9996 24.0002 32.9996C22.4089 32.9996 20.8828 32.3674 19.7576 31.2422C18.6324 30.117 18.0002 28.5909 18.0002 26.9996Z"
7185
7193
  }));
7186
7194
  }
@@ -7190,30 +7198,30 @@ function ht(e) {
7190
7198
  n = e.style,
7191
7199
  r = Pe("microphone-issue-icon", t),
7192
7200
  a = _slicedToArray(r, 1)[0];
7193
- return E$1.createElement("svg", {
7201
+ return x.createElement("svg", {
7194
7202
  width: "62",
7195
7203
  height: "91",
7196
7204
  viewBox: "0 0 62 91",
7197
7205
  xmlns: "http://www.w3.org/2000/svg",
7198
7206
  className: "wxc-icon ".concat(a),
7199
7207
  style: n
7200
- }, E$1.createElement("path", {
7208
+ }, x.createElement("path", {
7201
7209
  d: "M25.8672 65.2V69.2001C25.8672 80.2001 34.8672 89.2001 45.8672 89.2001M25.8672 65.2C32.4336 65.2 38.1092 61.1912 40.5672 55.5M25.8672 65.2C13.0672 65.2 9.86719 55.5 9.86719 49.3V17.3C9.86719 8.50005 17.0672 1.30005 25.8672 1.30005C34.2297 1.30005 41.1473 7.80188 41.8145 16M49.8672 89.2001H1.86719M40.9514 28.55V38.45M56.3514 39.35L46.1514 20.15C43.8514 15.95 37.8514 15.95 35.6514 20.15L21.7514 45.6501C19.5514 49.65 22.4514 54.5501 27.0514 54.5501H40.7456M40.7456 54.5501H55.9514C58.1514 54.5501 59.9514 52.7501 59.9514 50.5501C59.9514 48.3501 58.1514 46.5501 55.9514 46.5501C46.1033 46.5501 41.7664 52.8008 40.7456 54.5501ZM40.7456 54.5501C40.5795 54.8346 40.5012 55 40.5012 55",
7202
7210
  stroke: "url(#wxc-icon--microphone-issue)",
7203
7211
  strokeWidth: "2.5",
7204
7212
  strokeMiterlimit: "10",
7205
7213
  strokeLinecap: "round",
7206
7214
  strokeLinejoin: "round"
7207
- }), E$1.createElement("defs", null, E$1.createElement("linearGradient", {
7215
+ }), x.createElement("defs", null, x.createElement("linearGradient", {
7208
7216
  id: "wxc-icon--microphone-issue",
7209
7217
  x1: "30.9093",
7210
7218
  y1: "1.30005",
7211
7219
  x2: "30.9093",
7212
7220
  y2: "89.2001",
7213
7221
  gradientUnits: "userSpaceOnUse"
7214
- }, E$1.createElement("stop", {
7222
+ }, x.createElement("stop", {
7215
7223
  stopColor: "var(--wxc-icon--error--gradient-start-color)"
7216
- }), E$1.createElement("stop", {
7224
+ }), x.createElement("stop", {
7217
7225
  offset: "1",
7218
7226
  stopColor: "var(--wxc-icon--error--gradient-stop-color)"
7219
7227
  }))));
@@ -7223,20 +7231,20 @@ function vt(e) {
7223
7231
  var t = e.size,
7224
7232
  n = e.className,
7225
7233
  r = e.style;
7226
- return E$1.createElement("svg", {
7234
+ return x.createElement("svg", {
7227
7235
  width: t,
7228
7236
  height: t,
7229
7237
  viewBox: "0 0 14 4",
7230
7238
  xmlns: "http://www.w3.org/2000/svg",
7231
7239
  className: "wxc-icon ".concat(n),
7232
7240
  style: r
7233
- }, E$1.createElement("path", {
7241
+ }, x.createElement("path", {
7234
7242
  d: "M7 3.125C7.62132 3.125 8.125 2.62132 8.125 2C8.125 1.37868 7.62132 0.875 7 0.875C6.37868 0.875 5.875 1.37868 5.875 2C5.875 2.62132 6.37868 3.125 7 3.125Z",
7235
7243
  fillOpacity: "0.95"
7236
- }), E$1.createElement("path", {
7244
+ }), x.createElement("path", {
7237
7245
  d: "M1.375 3.125C1.99632 3.125 2.5 2.62132 2.5 2C2.5 1.37868 1.99632 0.875 1.375 0.875C0.75368 0.875 0.25 1.37868 0.25 2C0.25 2.62132 0.75368 3.125 1.375 3.125Z",
7238
7246
  fillOpacity: "0.95"
7239
- }), E$1.createElement("path", {
7247
+ }), x.createElement("path", {
7240
7248
  d: "M12.625 3.125C13.2463 3.125 13.75 2.62132 13.75 2C13.75 1.37868 13.2463 0.875 12.625 0.875C12.0037 0.875 11.5 1.37868 11.5 2C11.5 2.62132 12.0037 3.125 12.625 3.125Z",
7241
7249
  fillOpacity: "0.95"
7242
7250
  }));
@@ -7246,20 +7254,20 @@ function gt(e) {
7246
7254
  var t = e.size,
7247
7255
  n = e.className,
7248
7256
  r = e.style;
7249
- return E$1.createElement("svg", {
7257
+ return x.createElement("svg", {
7250
7258
  width: t,
7251
7259
  height: t,
7252
7260
  viewBox: "0 0 4 14",
7253
7261
  xmlns: "http://www.w3.org/2000/svg",
7254
7262
  className: "wxc-icon ".concat(n),
7255
7263
  style: r
7256
- }, E$1.createElement("path", {
7264
+ }, x.createElement("path", {
7257
7265
  d: "M2 8.125C2.62132 8.125 3.125 7.62132 3.125 7C3.125 6.37868 2.62132 5.875 2 5.875C1.37868 5.875 0.875 6.37868 0.875 7C0.875 7.62132 1.37868 8.125 2 8.125Z",
7258
7266
  fillOpacity: "0.95"
7259
- }), E$1.createElement("path", {
7267
+ }), x.createElement("path", {
7260
7268
  d: "M2 13.75C2.62132 13.75 3.125 13.2463 3.125 12.625C3.125 12.0037 2.62132 11.5 2 11.5C1.37868 11.5 0.875 12.0037 0.875 12.625C0.875 13.2463 1.37868 13.75 2 13.75Z",
7261
7269
  fillOpacity: "0.95"
7262
- }), E$1.createElement("path", {
7270
+ }), x.createElement("path", {
7263
7271
  d: "M2 2.5C2.62132 2.5 3.125 1.99632 3.125 1.375C3.125 0.75368 2.62132 0.25 2 0.25C1.37868 0.25 0.875 0.75368 0.875 1.375C0.875 1.99632 1.37868 2.5 2 2.5Z",
7264
7272
  fillOpacity: "0.95"
7265
7273
  }));
@@ -7269,23 +7277,23 @@ function yt(e) {
7269
7277
  var t = e.size,
7270
7278
  n = e.className,
7271
7279
  r = e.style;
7272
- return E$1.createElement("svg", {
7280
+ return x.createElement("svg", {
7273
7281
  width: t,
7274
7282
  height: t,
7275
7283
  viewBox: "0 0 24 24",
7276
7284
  xmlns: "http://www.w3.org/2000/svg",
7277
7285
  className: "wxc-icon ".concat(n),
7278
7286
  style: r
7279
- }, E$1.createElement("path", {
7287
+ }, x.createElement("path", {
7280
7288
  d: "M13.5 15.7502C13.5 15.8487 13.5194 15.9462 13.557 16.0372C13.5947 16.1282 13.65 16.2109 13.7196 16.2806C13.7893 16.3502 13.872 16.4054 13.963 16.4431C14.054 16.4808 14.1515 16.5002 14.25 16.5002H21.75C21.9489 16.5002 22.1397 16.4211 22.2803 16.2805C22.421 16.1398 22.5 15.9491 22.5 15.7502C22.5 15.5513 22.421 15.3605 22.2803 15.2198C22.1397 15.0792 21.9489 15.0002 21.75 15.0002H14.25C14.1515 15.0001 14.054 15.0195 13.963 15.0572C13.872 15.0949 13.7893 15.1501 13.7196 15.2198C13.65 15.2894 13.5947 15.3721 13.557 15.4631C13.5194 15.5541 13.5 15.6517 13.5 15.7502Z",
7281
7289
  fillOpacity: "0.95"
7282
- }), E$1.createElement("path", {
7290
+ }), x.createElement("path", {
7283
7291
  d: "M21.75 18.0002H14.25C14.0511 18.0002 13.8603 18.0792 13.7197 18.2198C13.579 18.3605 13.5 18.5513 13.5 18.7502C13.5 18.9491 13.579 19.1398 13.7197 19.2805C13.8603 19.4211 14.0511 19.5002 14.25 19.5002H21.75C21.9489 19.5002 22.1397 19.4211 22.2803 19.2805C22.421 19.1398 22.5 18.9491 22.5 18.7502C22.5 18.5513 22.421 18.3605 22.2803 18.2198C22.1397 18.0792 21.9489 18.0002 21.75 18.0002Z",
7284
7292
  fillOpacity: "0.95"
7285
- }), E$1.createElement("path", {
7293
+ }), x.createElement("path", {
7286
7294
  d: "M21.75 21.0002H14.25C14.0511 21.0002 13.8603 21.0792 13.7197 21.2198C13.579 21.3605 13.5 21.5513 13.5 21.7502C13.5 21.9491 13.579 22.1398 13.7197 22.2805C13.8603 22.4211 14.0511 22.5002 14.25 22.5002H21.75C21.9489 22.5002 22.1397 22.4211 22.2803 22.2805C22.421 22.1398 22.5 21.9491 22.5 21.7502C22.5 21.5513 22.421 21.3605 22.2803 21.2198C22.1397 21.0792 21.9489 21.0002 21.75 21.0002Z",
7287
7295
  fillOpacity: "0.95"
7288
- }), E$1.createElement("path", {
7296
+ }), x.createElement("path", {
7289
7297
  d: "M11.2215 20.9819C7.8644 21.102 4.78237 20.3864 3.54933 19.1977C3.38278 19.0559 3.24783 18.8808 3.15321 18.6836C3.05859 18.4864 3.0064 18.2715 3.00002 18.0529C3.00002 14.3651 6.43471 11.2502 10.5 11.2502C12.2316 11.2486 13.9158 11.816 15.2933 12.8652C15.3714 12.9253 15.4606 12.9694 15.5558 12.995C15.6509 13.0207 15.7502 13.0273 15.8479 13.0146C15.9457 13.0018 16.0399 12.9699 16.1253 12.9207C16.2107 12.8715 16.2856 12.806 16.3456 12.7278C16.4057 12.6497 16.4497 12.5605 16.4753 12.4653C16.5008 12.3701 16.5074 12.2708 16.4945 12.1731C16.4817 12.0754 16.4497 11.9812 16.4005 11.8958C16.3512 11.8105 16.2856 11.7357 16.2074 11.6757C15.3811 11.0438 14.4545 10.5554 13.4662 10.2309C14.274 9.60983 14.8669 8.75123 15.1616 7.77579C15.4562 6.80034 15.4378 5.75709 15.109 4.79263C14.7801 3.82818 14.1573 2.99101 13.3281 2.39878C12.4989 1.80655 11.505 1.48904 10.486 1.49085C9.46701 1.49267 8.47422 1.81373 7.64713 2.40891C6.82004 3.00409 6.20023 3.84348 5.87481 4.8091C5.5494 5.77472 5.53473 6.81804 5.83288 7.79243C6.13102 8.76681 6.72699 9.62329 7.53702 10.2415C4.06398 11.4015 1.5 14.5058 1.5 18.0529C1.50654 18.473 1.59942 18.8872 1.77286 19.2699C1.9463 19.6525 2.19659 19.9954 2.50818 20.2773C4.21143 21.9194 7.62121 22.4943 10.504 22.4943C10.7659 22.4943 11.024 22.4899 11.2756 22.4804C11.3741 22.4769 11.4709 22.454 11.5604 22.4131C11.65 22.3722 11.7307 22.3141 11.7978 22.242C11.8649 22.1698 11.9171 22.0852 11.9515 21.9929C11.9859 21.9006 12.0018 21.8025 11.9982 21.704C11.9959 21.6052 11.9739 21.5078 11.9334 21.4176C11.8928 21.3275 11.8347 21.2463 11.7622 21.179C11.6898 21.1117 11.6047 21.0595 11.5118 21.0257C11.4189 20.9918 11.3202 20.9769 11.2215 20.9819ZM10.4945 3.00017C11.162 3.00017 11.8145 3.19811 12.3696 3.56896C12.9246 3.93981 13.3572 4.46691 13.6126 5.08361C13.8681 5.70031 13.9349 6.37891 13.8047 7.0336C13.6744 7.68828 13.353 8.28965 12.881 8.76165C12.409 9.23365 11.8076 9.55509 11.1529 9.68532C10.4983 9.81554 9.81965 9.74871 9.20295 9.49326C8.58625 9.23781 8.05915 8.80523 7.6883 8.25022C7.31745 7.6952 7.11951 7.04268 7.11951 6.37517C7.12049 5.48036 7.47638 4.62248 8.1091 3.98976C8.74183 3.35704 9.5997 3.00114 10.4945 3.00017Z",
7290
7298
  fillOpacity: "0.95"
7291
7299
  }));
@@ -7295,22 +7303,22 @@ function Ct(e) {
7295
7303
  var t = e.size,
7296
7304
  n = e.className,
7297
7305
  r = e.style;
7298
- return E$1.createElement("svg", {
7306
+ return x.createElement("svg", {
7299
7307
  width: t,
7300
7308
  height: t,
7301
7309
  viewBox: "0 0 27 28",
7302
7310
  xmlns: "http://www.w3.org/2000/svg",
7303
7311
  className: "wxc-icon ".concat(n),
7304
7312
  style: r
7305
- }, E$1.createElement("path", {
7313
+ }, x.createElement("path", {
7306
7314
  d: "M5.39636 5.51583C5.39628 4.42495 5.72487 3.35855 6.34057 2.45148C6.95628 1.54441 7.83146 0.83742 8.85542 0.419919C9.87937 0.00241855 11.0061 -0.106841 12.0932 0.105959C13.1802 0.318758 14.1787 0.84406 14.9625 1.61543C15.7462 2.3868 16.2799 3.36959 16.4961 4.43951C16.7123 5.50944 16.6013 6.61844 16.1771 7.62626C15.7529 8.63409 15.0346 9.49547 14.113 10.1015C13.1914 10.7075 12.108 11.0309 10.9996 11.0308C9.51406 11.0291 8.08984 10.4475 7.0394 9.41363C5.98896 8.37973 5.39807 6.97799 5.39636 5.51583Z"
7307
- }), E$1.createElement("path", {
7315
+ }), x.createElement("path", {
7308
7316
  d: "M15.0761 19.3827C15.0258 19.2614 15 19.1313 15 19C15 18.8687 15.0258 18.7386 15.0761 18.6173C15.1263 18.4959 15.2 18.3857 15.2928 18.2928C15.3857 18.2 15.4959 18.1263 15.6173 18.0761C15.7386 18.0258 15.8687 18 16 18H26C26.2652 18 26.5196 18.1054 26.7071 18.2929C26.8946 18.4804 27 18.7348 27 19C27 19.2652 26.8946 19.5196 26.7071 19.7071C26.5196 19.8946 26.2652 20 26 20H16C15.8687 20 15.7386 19.9742 15.6173 19.924C15.4959 19.8737 15.3857 19.8 15.2928 19.7072C15.2 19.6143 15.1263 19.5041 15.0761 19.3827Z"
7309
- }), E$1.createElement("path", {
7317
+ }), x.createElement("path", {
7310
7318
  d: "M16 22H26C26.2652 22 26.5196 22.1054 26.7071 22.2929C26.8946 22.4804 27 22.7348 27 23C27 23.2652 26.8946 23.5196 26.7071 23.7071C26.5196 23.8946 26.2652 24 26 24H16C15.7348 24 15.4804 23.8946 15.2929 23.7071C15.1054 23.5196 15 23.2652 15 23C15 22.7348 15.1054 22.4804 15.2929 22.2929C15.4804 22.1054 15.7348 22 16 22Z"
7311
- }), E$1.createElement("path", {
7319
+ }), x.createElement("path", {
7312
7320
  d: "M26 26H16C15.7348 26 15.4804 26.1054 15.2929 26.2929C15.1054 26.4804 15 26.7348 15 27C15 27.2652 15.1054 27.5196 15.2929 27.7071C15.4804 27.8946 15.7348 28 16 28H26C26.2652 28 26.5196 27.8946 26.7071 27.7071C26.8946 27.5196 27 27.2652 27 27C27 26.7348 26.8946 26.4804 26.7071 26.2929C26.5196 26.1054 26.2652 26 26 26Z"
7313
- }), E$1.createElement("path", {
7321
+ }), x.createElement("path", {
7314
7322
  d: "M12.0004 27C4.8215 27 0 25.1454 0 23.4115C0 17.671 5.38317 13 11.9996 13C15.2767 13 18.2514 14.1459 20.4194 16H16.4286C14.535 16 13 17.4845 13 19.3158C13 19.9974 13.2127 20.631 13.5774 21.1579C13.2127 21.6848 13 22.3184 13 23C13 23.6816 13.2127 24.3152 13.5774 24.8421C13.2127 25.369 13 26.0026 13 26.6842C13 26.7864 13.0048 26.8876 13.0142 26.9875C12.6818 26.9958 12.3438 27 12.0004 27Z"
7315
7323
  }));
7316
7324
  }
@@ -7319,7 +7327,7 @@ function wt(e) {
7319
7327
  var t = e.size,
7320
7328
  n = e.className,
7321
7329
  r = e.style;
7322
- return E$1.createElement("svg", {
7330
+ return x.createElement("svg", {
7323
7331
  width: t,
7324
7332
  height: t,
7325
7333
  viewBox: "0 0 32 32",
@@ -7327,7 +7335,7 @@ function wt(e) {
7327
7335
  xmlns: "http://www.w3.org/2000/svg",
7328
7336
  className: "wxc-icon ".concat(n),
7329
7337
  style: r
7330
- }, E$1.createElement("path", {
7338
+ }, x.createElement("path", {
7331
7339
  d: "M28.9659 6.89408C28.4825 6.14577 27.7229 5.61887 26.8527 5.42827C25.9825 5.23767 25.0722 5.39882 24.3204 5.87658L17.8424 10.0135L11.4942 5.90098C11.0818 5.66915 10.6006 5.59112 10.1361 5.68076C9.67159 5.77041 9.25397 6.02193 8.95751 6.39057C8.66104 6.7592 8.50497 7.22106 8.51704 7.69396C8.52912 8.16687 8.70856 8.62016 9.02345 8.97318L12.4289 13.4705L9.52835 15.3227C8.39717 14.4846 7.10631 13.887 5.73535 13.5669C4.94483 13.4124 4.1251 13.5483 3.42675 13.9497C2.44435 14.5806 2.37885 15.2797 2.62495 15.6929L5.38675 20.1929L6.52135 22.1451C6.69097 22.4363 6.91768 22.6903 7.18787 22.8917C7.45807 23.0931 7.76618 23.2379 8.09371 23.3172C8.42124 23.3966 8.76143 23.409 9.09387 23.3537C9.4263 23.2983 9.74413 23.1763 10.0283 22.9951L16.5673 18.8184L17.0283 24.9619C17.0959 25.4311 17.332 25.8596 17.6924 26.1675C18.0529 26.4753 18.5132 26.6415 18.9872 26.6348H19.0019C19.4756 26.644 19.9366 26.4808 20.2991 26.1756C20.6616 25.8704 20.9009 25.444 20.9726 24.9756L22.4626 15.0556L27.9441 11.5556C28.3177 11.3171 28.6406 11.0071 28.8942 10.6436C29.1479 10.28 29.3273 9.87 29.4222 9.43699C29.5171 9.00397 29.5256 8.55649 29.4472 8.12018C29.3689 7.68387 29.2055 7.26702 28.9659 6.89408Z"
7332
7340
  }));
7333
7341
  }
@@ -7336,7 +7344,7 @@ function bt(e) {
7336
7344
  var t = e.size,
7337
7345
  n = e.className,
7338
7346
  r = e.style;
7339
- return E$1.createElement("svg", {
7347
+ return x.createElement("svg", {
7340
7348
  width: t,
7341
7349
  height: t,
7342
7350
  viewBox: "0 0 32 32",
@@ -7344,7 +7352,7 @@ function bt(e) {
7344
7352
  xmlns: "http://www.w3.org/2000/svg",
7345
7353
  className: "wxc-icon ".concat(n),
7346
7354
  style: r
7347
- }, E$1.createElement("path", {
7355
+ }, x.createElement("path", {
7348
7356
  d: "M29.2414 21.8688C29.0733 21.6091 28.8269 21.4095 28.5379 21.2989C28.2489 21.1883 27.9322 21.1725 27.6335 21.2536C25.6693 21.7741 23.6177 21.8763 21.6115 21.5536C18.8294 21.0615 16.2658 19.726 14.268 17.7282C12.2702 15.7303 10.9348 13.1667 10.4426 10.3845C10.1229 8.37678 10.2287 6.32425 10.7531 4.36002C10.8332 4.06235 10.8167 3.74696 10.7062 3.45921C10.5957 3.17145 10.3968 2.92614 10.1381 2.75852C9.87432 2.57925 9.5604 2.48834 9.2416 2.49887C8.9228 2.5094 8.61557 2.62083 8.36415 2.81712C6.17827 4.51982 4.49968 6.78789 3.51 9.37589C2.52032 11.9639 2.25724 14.7733 2.74925 17.5C3.33601 20.5329 4.85556 23.3068 7.09559 25.434C9.33561 27.5612 12.1842 28.9355 15.2433 29.3649C17.8666 29.7183 20.5366 29.3739 22.9843 28.3665C25.432 27.3591 27.5708 25.7242 29.1852 23.6266C29.3793 23.3772 29.4893 23.0727 29.4994 22.7569C29.5095 22.441 29.4192 22.1301 29.2414 21.8688Z"
7349
7357
  }));
7350
7358
  }
@@ -7353,7 +7361,7 @@ function Et(e) {
7353
7361
  var t = e.size,
7354
7362
  n = e.className,
7355
7363
  r = e.style;
7356
- return E$1.createElement("svg", {
7364
+ return x.createElement("svg", {
7357
7365
  width: t,
7358
7366
  height: t,
7359
7367
  viewBox: "0 0 32 32",
@@ -7361,7 +7369,7 @@ function Et(e) {
7361
7369
  xmlns: "http://www.w3.org/2000/svg",
7362
7370
  className: "wxc-icon ".concat(n),
7363
7371
  style: r
7364
- }, E$1.createElement("path", {
7372
+ }, x.createElement("path", {
7365
7373
  d: "M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98935 25.5415 6.45847C23.0107 3.9276 19.5792 2.504 16 2.5ZM21.707 21.707C21.6142 21.7999 21.504 21.8736 21.3827 21.9238C21.2613 21.9741 21.1313 22 21 22C20.8687 22 20.7387 21.9741 20.6174 21.9238C20.496 21.8736 20.3858 21.7999 20.293 21.707L15.293 16.707C15.2001 16.6142 15.1264 16.504 15.0761 16.3827C15.0259 16.2613 15 16.1313 15 16V8C15 7.73478 15.1054 7.48043 15.2929 7.29289C15.4804 7.10536 15.7348 7 16 7C16.2652 7 16.5196 7.10536 16.7071 7.29289C16.8946 7.48043 17 7.73478 17 8V15.586L21.707 20.293C21.7999 20.3858 21.8735 20.496 21.9238 20.6173C21.974 20.7386 21.9999 20.8686 21.9999 20.9998C21.9999 21.1311 21.974 21.2611 21.9238 21.3824C21.8735 21.5037 21.7999 21.6139 21.707 21.7067V21.707Z"
7366
7374
  }));
7367
7375
  }
@@ -7369,7 +7377,7 @@ function Et(e) {
7369
7377
  function xt(e) {
7370
7378
  var t = e.className,
7371
7379
  n = e.style;
7372
- return E$1.createElement("svg", {
7380
+ return x.createElement("svg", {
7373
7381
  width: "83",
7374
7382
  height: "73",
7375
7383
  viewBox: "0 0 83 73",
@@ -7377,21 +7385,21 @@ function xt(e) {
7377
7385
  xmlns: "http://www.w3.org/2000/svg",
7378
7386
  className: "wxc-icon ".concat(t),
7379
7387
  style: n
7380
- }, E$1.createElement("path", {
7388
+ }, x.createElement("path", {
7381
7389
  fillRule: "evenodd",
7382
7390
  clipRule: "evenodd",
7383
7391
  d: "M41.5484 7.89762e-05L41.5574 0C54.5206 3.83854e-05 65.2033 9.6817 66.6228 22.1714C67.3189 22.0675 68.0527 22 68.7943 22C76.7226 22 83.134 28.461 82.9167 36.3772L82.9167 36.3782C82.6989 44.0427 76.2265 50 68.5421 50H51.3929C50.4139 50 49.4654 50.4876 48.8975 51.3134L45.6396 56.05H48.3666C50.1613 56.05 51.0857 58.1689 49.7861 59.4571L37.3277 71.8071C36.7385 72.3913 35.9234 72.3488 35.3923 71.9858C34.8618 71.6231 34.5279 70.8745 34.8957 70.1218L38.595 62.1H33.4872C31.9311 62.1 30.8535 60.351 31.7942 58.9897L38.8008 48.5463C39.1093 48.0864 39.7355 47.9615 40.1994 48.2674C40.6633 48.5732 40.7892 49.194 40.4807 49.6538L33.4756 60.095C33.4778 60.0974 33.4798 60.0989 33.4808 60.0995C33.4809 60.0996 33.4809 60.0996 33.481 60.0996C33.4818 60.0998 33.4837 60.1 33.4872 60.1H39.3886C39.9668 60.1 40.415 60.4257 40.6557 60.8007C40.8913 61.1677 41.0066 61.7085 40.7546 62.2274L37.9052 68.4063L48.3523 58.05H44.6846C43.4774 58.05 42.7292 56.7004 43.4524 55.6798L47.2305 50.1867C48.1757 48.8125 49.7492 48 51.3929 48H68.5421C75.1818 48 80.7137 42.8579 80.8999 36.3228C81.0861 29.5391 75.594 24 68.7943 24C68.0837 24 67.3632 24.0742 66.6681 24.1892C66.5509 28.3427 65.1641 31.3938 63.4167 33.2196C62.5011 34.1762 61.4556 34.8256 60.4164 35.0693C59.3663 35.3155 58.2581 35.1495 57.4475 34.366L57.4383 34.3572L57.4384 34.3571C55.6397 32.5741 56.2271 29.9533 57.6972 27.8705C59.1141 25.8629 61.5552 23.9616 64.6598 22.7943C63.5386 11.1151 53.6238 2.0023 41.5619 2.00004C30.6822 2.09791 21.5933 9.47916 19.0309 19.4958C18.9089 19.9724 18.4556 20.2904 17.9617 20.2459C17.4075 20.196 16.8427 20.15 16.2877 20.15C8.37609 20.15 1.92926 26.6407 2.16443 34.5205L2.16458 34.5255C2.35219 42.1044 8.88706 48.15 16.5903 48.15H21.3315C21.8887 48.15 22.3403 48.5978 22.3403 49.15C22.3403 49.7023 21.8887 50.15 21.3315 50.15H16.5903C7.85141 50.15 0.364967 43.297 0.147695 34.5771C-0.12007 25.558 7.25274 18.15 16.2877 18.15C16.6315 18.15 16.9725 18.1649 17.2993 18.1863C20.3583 7.72281 30.0308 0.101567 41.5484 7.89762e-05ZM64.6074 24.9762C62.216 26.0218 60.3986 27.5318 59.3502 29.0171C58.0617 30.8427 58.1414 32.2198 58.8601 32.9381C59.059 33.1274 59.3999 33.2524 59.952 33.123C60.519 32.9901 61.2357 32.5926 61.9531 31.843C63.1979 30.5423 64.3541 28.266 64.6074 24.9762Z",
7384
7392
  fill: "url(#paint0_linear)"
7385
- }), E$1.createElement("defs", null, E$1.createElement("linearGradient", {
7393
+ }), x.createElement("defs", null, x.createElement("linearGradient", {
7386
7394
  id: "paint0_linear",
7387
7395
  x1: "41.5313",
7388
7396
  y1: "0",
7389
7397
  x2: "41.5313",
7390
7398
  y2: "72.2535",
7391
7399
  gradientUnits: "userSpaceOnUse"
7392
- }, E$1.createElement("stop", {
7400
+ }, x.createElement("stop", {
7393
7401
  stopColor: "var(--wxc-icon--error--gradient-start-color)"
7394
- }), E$1.createElement("stop", {
7402
+ }), x.createElement("stop", {
7395
7403
  offset: "1",
7396
7404
  stopColor: "var(--wxc-icon--error--gradient-stop-color)"
7397
7405
  }))));
@@ -7401,17 +7409,17 @@ function Nt(e) {
7401
7409
  var t = e.size,
7402
7410
  n = e.className,
7403
7411
  r = e.style;
7404
- return E$1.createElement("svg", {
7412
+ return x.createElement("svg", {
7405
7413
  width: t,
7406
7414
  height: t,
7407
7415
  viewBox: "0 0 24 24",
7408
7416
  xmlns: "http://www.w3.org/2000/svg",
7409
7417
  className: "wxc-icon ".concat(n),
7410
7418
  style: r
7411
- }, E$1.createElement("path", {
7419
+ }, x.createElement("path", {
7412
7420
  d: "M12 7.50027C11.11 7.50027 10.24 7.76419 9.49993 8.25866C8.75991 8.75313 8.18314 9.45593 7.84254 10.2782C7.50195 11.1005 7.41283 12.0053 7.58647 12.8782C7.7601 13.7511 8.18868 14.5529 8.81802 15.1823C9.44736 15.8116 10.2492 16.2402 11.1221 16.4138C11.995 16.5874 12.8998 16.4983 13.7221 16.1577C14.5443 15.8171 15.2471 15.2404 15.7416 14.5003C16.2361 13.7603 16.5 12.8903 16.5 12.0003C16.4987 10.8072 16.0242 9.66336 15.1805 8.81973C14.3369 7.9761 13.1931 7.50158 12 7.50027ZM12 15.0003C11.4067 15.0003 10.8266 14.8243 10.3333 14.4947C9.83994 14.165 9.45542 13.6965 9.22836 13.1483C9.0013 12.6001 8.94189 11.9969 9.05764 11.415C9.1734 10.8331 9.45912 10.2985 9.87868 9.87895C10.2982 9.4594 10.8328 9.17367 11.4147 9.05792C11.9967 8.94216 12.5999 9.00157 13.1481 9.22863C13.6962 9.4557 14.1648 9.84022 14.4944 10.3336C14.8241 10.8269 15 11.4069 15 12.0003C14.9992 12.7957 14.6829 13.5583 14.1205 14.1207C13.558 14.6832 12.7954 14.9995 12 15.0003Z",
7413
7421
  fillOpacity: "0.95"
7414
- }), E$1.createElement("path", {
7422
+ }), x.createElement("path", {
7415
7423
  d: "M21 9.75027H19.2539L18.7537 8.52567L19.9995 7.30252C20.1402 7.16462 20.2523 7.00036 20.3294 6.81912C20.4066 6.63788 20.4473 6.44321 20.4492 6.24623C20.4511 6.04926 20.4142 5.85384 20.3406 5.67113C20.2669 5.48843 20.158 5.32203 20.0201 5.18143L18.969 4.1099C18.6898 3.82704 18.31 3.66618 17.9125 3.66248C17.5151 3.65877 17.1323 3.81252 16.8479 4.09012L15.5984 5.31693L14.25 4.75149V3.00024C14.2495 2.60258 14.0913 2.22135 13.8101 1.94015C13.5289 1.65896 13.1477 1.50076 12.75 1.50024H11.25C10.8523 1.50076 10.4711 1.65896 10.1899 1.94015C9.90872 2.22135 9.75051 2.60258 9.75 3.00024V4.74857L8.46386 5.28177L7.22754 4.04544C6.946 3.76439 6.56444 3.60654 6.16663 3.60654C5.76881 3.60654 5.38726 3.76439 5.10571 4.04544L4.04516 5.10599C3.76412 5.38739 3.60626 5.76883 3.60626 6.16654C3.60626 6.56424 3.76412 6.94569 4.04516 7.22709L5.28223 8.46341L4.74902 9.75027H3C2.60233 9.75079 2.2211 9.90899 1.93991 10.1902C1.65872 10.4714 1.50052 10.8526 1.5 11.2503V12.7503C1.50052 13.1479 1.65872 13.5292 1.93991 13.8104C2.2211 14.0916 2.60233 14.2498 3 14.2503H4.749L5.2822 15.5364L4.04516 16.7727C3.76411 17.0543 3.60626 17.4358 3.60626 17.8337C3.60626 18.2315 3.76411 18.613 4.04516 18.8946L5.10571 19.9551C5.38743 20.2358 5.76892 20.3935 6.16663 20.3935C6.56433 20.3935 6.94583 20.2358 7.22754 19.9551L8.46386 18.718L9.75 19.2513V21.0003C9.75051 21.3979 9.90872 21.7791 10.1899 22.0603C10.4711 22.3415 10.8523 22.4997 11.25 22.5003H12.75C13.1477 22.4997 13.5289 22.3415 13.8101 22.0603C14.0913 21.7791 14.2495 21.3979 14.25 21.0003L14.2507 19.2513L15.5369 18.718L16.7732 19.9551C17.0548 20.2358 17.4362 20.3935 17.8338 20.3935C18.2314 20.3935 18.6127 20.2358 18.8943 19.9551L19.9563 18.8939C20.2367 18.612 20.3939 18.2305 20.3936 17.833C20.3933 17.4355 20.2356 17.0542 19.9548 16.7728L18.7185 15.5364L19.2517 14.2503H21C21.3977 14.2498 21.7789 14.0916 22.0601 13.8104C22.3413 13.5292 22.4995 13.148 22.5 12.7503V11.2503C22.4995 10.8526 22.3413 10.4714 22.0601 10.1902C21.7789 9.909 21.3977 9.75079 21 9.75027ZM21 12.7503H19.2517C18.9549 12.7495 18.6646 12.8372 18.4178 13.002C18.171 13.1669 17.9789 13.4016 17.866 13.6761L17.332 14.9629C17.2185 15.237 17.1889 15.5385 17.2469 15.8294C17.3049 16.1203 17.448 16.3875 17.658 16.597L18.8951 17.834L17.8338 18.8946L16.5975 17.6575C16.3878 17.4476 16.1205 17.3047 15.8294 17.2468C15.5384 17.1889 15.2368 17.2186 14.9627 17.3323L13.6773 17.8648C13.4026 17.9777 13.1676 18.1699 13.0025 18.4168C12.8374 18.6637 12.7495 18.9542 12.7501 19.2513V21.0003H11.2501V19.2513C11.2508 18.9545 11.1632 18.6642 10.9983 18.4174C10.8334 18.1706 10.5988 17.9785 10.3243 17.8655L9.03741 17.3316C8.76339 17.2179 8.46179 17.1882 8.17087 17.2463C7.87994 17.3043 7.61282 17.4474 7.40338 17.6575L6.16626 18.8946L5.10571 17.8333L6.34277 16.597C6.55286 16.3874 6.69593 16.1201 6.75383 15.829C6.81173 15.538 6.78184 15.2363 6.66796 14.9622L6.13546 13.6768C6.02246 13.4022 5.83026 13.1674 5.58334 13.0024C5.33642 12.8374 5.04597 12.7496 4.74899 12.7503H3V11.2503H4.749C5.04589 11.251 5.33625 11.1632 5.58306 10.9982C5.82986 10.8331 6.02193 10.5984 6.13477 10.3237L6.66796 9.03687C6.78212 8.763 6.81215 8.46134 6.75424 8.17034C6.69632 7.87934 6.55309 7.61216 6.34277 7.40286L5.10571 6.16653L6.16699 5.10599L7.40332 6.34232C7.61298 6.55231 7.88028 6.69531 8.17131 6.7532C8.46235 6.81109 8.76402 6.78126 9.03808 6.66749L10.3235 6.13499C10.5981 6.02199 10.8329 5.82979 10.9979 5.58288C11.1629 5.33598 11.2507 5.04554 11.25 4.74857V3.00027H12.75V4.75152C12.7496 5.0471 12.8368 5.33616 13.0005 5.58225C13.1642 5.82834 13.3972 6.02045 13.6699 6.13434L15.0168 6.69977C15.2893 6.81444 15.5896 6.846 15.8799 6.79049C16.1703 6.73498 16.4377 6.59486 16.6487 6.38777L17.8989 5.16096L18.9492 6.23174L17.7034 7.45487C17.4901 7.66298 17.3439 7.93011 17.2836 8.22194C17.2233 8.51377 17.2516 8.81696 17.365 9.09256L17.866 10.3186C17.9782 10.5945 18.1703 10.8305 18.4176 10.9965C18.6649 11.1625 18.9561 11.2509 19.2539 11.2503H21V12.7503Z",
7416
7424
  fillOpacity: "0.95"
7417
7425
  }));
@@ -7421,7 +7429,7 @@ function kt(e) {
7421
7429
  var t = e.size,
7422
7430
  n = e.className,
7423
7431
  r = e.style;
7424
- return E$1.createElement("svg", {
7432
+ return x.createElement("svg", {
7425
7433
  width: t,
7426
7434
  height: t,
7427
7435
  viewBox: "0 0 32 32",
@@ -7429,7 +7437,7 @@ function kt(e) {
7429
7437
  xmlns: "http://www.w3.org/2000/svg",
7430
7438
  className: "wxc-icon ".concat(n),
7431
7439
  style: r
7432
- }, E$1.createElement("path", {
7440
+ }, x.createElement("path", {
7433
7441
  d: "M25 5.5H7C5.80692 5.5013 4.66308 5.97582 3.81945 6.81945C2.97582 7.66308 2.5013 8.80692 2.5 10V21.7839C2.50124 23.0343 2.99853 24.2332 3.88272 25.1173C4.76692 26.0015 5.96578 26.4988 7.2162 26.5H24.7836C26.034 26.4986 27.2328 26.0013 28.1169 25.1172C29.0011 24.233 29.4985 23.0343 29.5 21.7839V10C29.4987 8.80693 29.0241 7.66311 28.1805 6.81948C27.3369 5.97585 26.1931 5.50132 25 5.5ZM20.707 16.707C20.5195 16.8945 20.2651 16.9998 20 16.9998C19.7348 16.9998 19.4804 16.8945 19.2929 16.707L17 14.4138V20.0007C17 20.2659 16.8946 20.5203 16.7071 20.7078C16.5196 20.8953 16.2652 21.0007 16 21.0007C15.7348 21.0007 15.4804 20.8953 15.2929 20.7078C15.1054 20.5203 15 20.2659 15 20.0007V14.4138L12.707 16.7067C12.5185 16.8895 12.2657 16.9909 12.0031 16.9889C11.7406 16.9869 11.4893 16.8817 11.3036 16.6961C11.1179 16.5104 11.0127 16.2592 11.0107 15.9966C11.0087 15.734 11.1101 15.4812 11.2929 15.2927L15.2929 11.2927C15.4804 11.1052 15.7348 10.9999 16 10.9999C16.2651 10.9999 16.5195 11.1052 16.707 11.2927L20.707 15.2927C20.8945 15.4802 20.9999 15.7345 21 15.9996C21.0001 16.2648 20.8948 16.5191 20.7074 16.7067L20.707 16.707Z"
7434
7442
  }));
7435
7443
  }
@@ -7438,17 +7446,17 @@ function Ot(e) {
7438
7446
  var t = e.size,
7439
7447
  n = e.className,
7440
7448
  r = e.style;
7441
- return E$1.createElement("svg", {
7449
+ return x.createElement("svg", {
7442
7450
  width: t,
7443
7451
  height: t,
7444
7452
  viewBox: "0 0 24 24",
7445
7453
  xmlns: "http://www.w3.org/2000/svg",
7446
7454
  className: "wxc-icon ".concat(n),
7447
7455
  style: r
7448
- }, E$1.createElement("path", {
7456
+ }, x.createElement("path", {
7449
7457
  d: "M18.75 3.75H5.25C4.25579 3.75115 3.30263 4.14661 2.59962 4.84962C1.89661 5.55263 1.50115 6.50579 1.5 7.5V16.338C1.50115 17.3752 1.9137 18.3696 2.64712 19.103C3.38055 19.8364 4.37495 20.2489 5.41215 20.25H18.5877C19.6249 20.2489 20.6193 19.8364 21.3528 19.103C22.0862 18.3696 22.4988 17.3752 22.5 16.338V7.5C22.4988 6.5058 22.1034 5.55265 21.4004 4.84964C20.6973 4.14664 19.7442 3.75117 18.75 3.75ZM21 16.338C20.9992 16.9775 20.7448 17.5906 20.2926 18.0428C19.8403 18.4949 19.2272 18.7493 18.5877 18.75H5.41215C4.77262 18.7494 4.15945 18.4951 3.70721 18.0429C3.25498 17.5907 3.00064 16.9775 3 16.338V7.5C3.00066 6.90346 3.23792 6.33155 3.65973 5.90973C4.08155 5.48792 4.65346 5.25066 5.25 5.25H18.75C19.3465 5.25066 19.9185 5.48792 20.3403 5.90973C20.7621 6.33155 20.9993 6.90346 21 7.5V16.338Z",
7450
7458
  fillOpacity: "0.95"
7451
- }), E$1.createElement("path", {
7459
+ }), x.createElement("path", {
7452
7460
  d: "M12.5306 8.46952C12.3899 8.3289 12.1992 8.2499 12.0003 8.2499C11.8014 8.2499 11.6106 8.3289 11.47 8.46952L8.46997 11.4695C8.33227 11.6108 8.25575 11.8006 8.257 11.9978C8.25825 12.1951 8.33716 12.3839 8.47665 12.5234C8.61614 12.6629 8.80497 12.7418 9.00223 12.7431C9.19949 12.7443 9.38931 12.6678 9.53055 12.5301L11.25 10.8104V15.0006C11.25 15.1995 11.329 15.3903 11.4697 15.5309C11.6103 15.6716 11.8011 15.7506 12 15.7506C12.1989 15.7506 12.3897 15.6716 12.5303 15.5309C12.671 15.3903 12.75 15.1995 12.75 15.0006V10.8104L14.4697 12.5301C14.6109 12.6678 14.8007 12.7443 14.998 12.7431C15.1953 12.7418 15.3841 12.6629 15.5236 12.5234C15.6631 12.3839 15.742 12.1951 15.7432 11.9978C15.7445 11.8006 15.668 11.6108 15.5303 11.4695L12.5306 8.46952Z",
7453
7461
  fillOpacity: "0.95"
7454
7462
  }));
@@ -7458,16 +7466,16 @@ function Dt(e) {
7458
7466
  var t = e.size,
7459
7467
  n = e.className,
7460
7468
  r = e.style;
7461
- return E$1.createElement("svg", {
7469
+ return x.createElement("svg", {
7462
7470
  width: t,
7463
7471
  height: t,
7464
7472
  viewBox: "0 0 16 8",
7465
7473
  xmlns: "http://www.w3.org/2000/svg",
7466
7474
  className: "wxc-icon ".concat(n),
7467
7475
  style: r
7468
- }, E$1.createElement("path", {
7476
+ }, x.createElement("path", {
7469
7477
  d: "M13.3968 3.69556C13.2811 3.54468 10.5248 -0.000244141 6.99988 -0.000244141C3.474 -0.000244141 0.718629 3.54468 0.602904 3.69556C0.536159 3.78292 0.5 3.88982 0.5 3.99976C0.5 4.1097 0.536159 4.21659 0.602904 4.30396C0.718629 4.45484 3.474 7.99976 6.9999 7.99976C10.5248 7.99976 13.2812 4.45484 13.3969 4.30396C13.4636 4.21659 13.4998 4.1097 13.4998 3.99975C13.4998 3.88981 13.4636 3.78292 13.3968 3.69556ZM6.99988 6.99976C4.52673 6.99976 2.37243 4.81763 1.65222 3.99976C2.37243 3.18189 4.52672 0.999756 6.99988 0.999756C9.47351 0.999756 11.6278 3.18287 12.348 4.00026C11.6293 4.81812 9.48034 6.99976 6.99988 6.99976Z"
7470
- }), E$1.createElement("path", {
7478
+ }), x.createElement("path", {
7471
7479
  d: "M6.99988 1.99976C6.60432 1.99976 6.21764 2.11705 5.88874 2.33682C5.55984 2.55658 5.3035 2.86894 5.15212 3.23439C5.00075 3.59984 4.96114 4.00197 5.03831 4.38994C5.11548 4.7779 5.30596 5.13426 5.58567 5.41397C5.86537 5.69367 6.22174 5.88416 6.6097 5.96133C6.99766 6.0385 7.39979 5.99889 7.76525 5.84752C8.1307 5.69614 8.44306 5.43979 8.66282 5.1109C8.88258 4.782 8.99988 4.39532 8.99988 3.99976C8.99935 3.46949 8.78847 2.96109 8.41351 2.58613C8.03855 2.21117 7.53015 2.00029 6.99988 1.99976ZM6.99988 4.99976C6.8021 4.99976 6.60876 4.94111 6.44431 4.83123C6.27986 4.72134 6.15169 4.56517 6.076 4.38244C6.00031 4.19971 5.98051 3.99865 6.01909 3.80467C6.05768 3.61068 6.15292 3.4325 6.29277 3.29265C6.43262 3.1528 6.61081 3.05756 6.80479 3.01897C6.99877 2.98039 7.19984 3.00019 7.38256 3.07588C7.56529 3.15156 7.72147 3.27974 7.83135 3.44419C7.94123 3.60863 7.99988 3.80197 7.99988 3.99976C7.99954 4.26487 7.89407 4.51902 7.70661 4.70648C7.51914 4.89394 7.26499 4.99941 6.99988 4.99976Z"
7472
7480
  }));
7473
7481
  }
@@ -7476,7 +7484,7 @@ function Mt(e) {
7476
7484
  var t = e.size,
7477
7485
  n = e.className,
7478
7486
  r = e.style;
7479
- return E$1.createElement("svg", {
7487
+ return x.createElement("svg", {
7480
7488
  width: t,
7481
7489
  height: t,
7482
7490
  viewBox: "0 0 32 32",
@@ -7484,28 +7492,30 @@ function Mt(e) {
7484
7492
  xmlns: "http://www.w3.org/2000/svg",
7485
7493
  className: "wxc-icon ".concat(n),
7486
7494
  style: r
7487
- }, E$1.createElement("path", {
7495
+ }, x.createElement("path", {
7488
7496
  d: "M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98935 25.5415 6.45847C23.0107 3.9276 19.5792 2.504 16 2.5Z"
7489
7497
  }));
7490
7498
  }
7491
7499
 
7492
7500
  function Tt(e) {
7493
- var t = e.size,
7501
+ var t = e.ariaLabel,
7494
7502
  n = e.className,
7495
- r = e.style,
7496
- a = Pe("waiting-for-host-icon", n),
7497
- i = _slicedToArray(a, 1)[0];
7498
- return E$1.createElement("svg", {
7499
- width: t,
7500
- height: t,
7503
+ r = e.size,
7504
+ a = e.style,
7505
+ i = Pe("waiting-for-host-icon", n),
7506
+ o = _slicedToArray(i, 1)[0];
7507
+ return x.createElement("svg", {
7508
+ width: r,
7509
+ height: r,
7501
7510
  viewBox: "0 0 120 120",
7502
7511
  fill: "none",
7503
7512
  xmlns: "http://www.w3.org/2000/svg",
7504
- className: i,
7505
- style: r
7506
- }, E$1.createElement("g", {
7513
+ className: o,
7514
+ style: a,
7515
+ "aria-label": t
7516
+ }, x.createElement("g", {
7507
7517
  id: "rocket-avatar-120"
7508
- }, E$1.createElement("path", {
7518
+ }, x.createElement("path", {
7509
7519
  id: "apply-style-here",
7510
7520
  d: "M49.6445 30.1C49.6445 23.9 53.5445 18.6 56.4445 14.8C58.0445 12.7 61.1445 12.7 62.7445 14.8C65.6445 18.6 69.5445 23.9 69.5445 30.1M39.6445 48.1V43.1C39.6445 39.3 41.6445 36.3 43.1445 34.6C43.9445 33.7 45.3445 33.7 46.1445 34.6C47.6445 36.3 49.6445 39.3 49.6445 43.1V43.8C49.6445 45.9 48.8445 48 47.3445 49.5L34.9445 61.8C31.5445 65.2 29.6445 69.8 29.6445 74.5V77C29.6445 78.1 30.5445 79 31.6445 79H47.6445C48.7445 79 49.6445 78.1 49.6445 77V56M79.6445 48.1V43.1C79.6445 39.3 77.6445 36.3 76.1445 34.6C75.3445 33.7 73.9445 33.7 73.1445 34.6C71.6445 36.3 69.6445 39.3 69.6445 43.1V43.8C69.6445 45.9 70.4445 48 71.9445 49.5L84.4445 61.8C87.8445 65.2 89.7445 69.8 89.7445 74.5V77C89.7445 78.1 88.8445 79 87.7445 79H71.7445C70.6445 79 69.7445 78.1 69.7445 77V56M35.6445 107.1C35.6445 102.7 39.2445 99.1 43.6445 99.1C43.6445 94.7 47.2445 91.1 51.6445 91.1C51.6445 86.7 55.2445 83.1 59.6445 83.1C64.0445 83.1 67.6445 86.7 67.6445 91.1C72.0445 91.1 75.6445 94.7 75.6445 99.1C80.0445 99.1 83.6445 102.7 83.6445 107.1M63.6445 37.1C63.6445 39.3091 61.8537 41.1 59.6445 41.1C57.4354 41.1 55.6445 39.3091 55.6445 37.1C55.6445 34.8908 57.4354 33.1 59.6445 33.1C61.8537 33.1 63.6445 34.8908 63.6445 37.1Z",
7511
7521
  stroke: "url(#paint0_linear_3181:123911)",
@@ -7513,16 +7523,16 @@ function Tt(e) {
7513
7523
  strokeMiterlimit: "10",
7514
7524
  strokeLinecap: "round",
7515
7525
  strokeLinejoin: "round"
7516
- })), E$1.createElement("defs", null, E$1.createElement("linearGradient", {
7526
+ })), x.createElement("defs", null, x.createElement("linearGradient", {
7517
7527
  id: "paint0_linear_3181:123911",
7518
7528
  x1: "59.6945",
7519
7529
  y1: "13.225",
7520
7530
  x2: "59.6945",
7521
7531
  y2: "107.1",
7522
7532
  gradientUnits: "userSpaceOnUse"
7523
- }, E$1.createElement("stop", {
7533
+ }, x.createElement("stop", {
7524
7534
  stopColor: "#93C437"
7525
- }), E$1.createElement("stop", {
7535
+ }), x.createElement("stop", {
7526
7536
  offset: "1",
7527
7537
  stopColor: "#279BE8"
7528
7538
  }))));
@@ -7532,294 +7542,296 @@ function Pt(e) {
7532
7542
  var t = e.size,
7533
7543
  n = e.className,
7534
7544
  r = e.style;
7535
- return E$1.createElement("svg", {
7545
+ return x.createElement("svg", {
7536
7546
  width: t,
7537
7547
  height: t,
7538
7548
  viewBox: "0 0 16 16",
7539
7549
  xmlns: "http://www.w3.org/2000/svg",
7540
7550
  className: "wxc-icon ".concat(n),
7541
7551
  style: r
7542
- }, E$1.createElement("path", {
7552
+ }, x.createElement("path", {
7543
7553
  d: "M13.7971 10.7495L8.2991 1.24998C8.16738 1.02195 7.97797 0.832599 7.7499 0.700952C7.52182 0.569305 7.26312 0.5 6.99978 0.5C6.73644 0.5 6.47774 0.569305 6.24966 0.700952C6.02159 0.832599 5.83218 1.02195 5.70046 1.24998L5.70096 1.24948L0.200962 10.75C0.0693183 10.978 9.13466e-06 11.2366 9.02787e-10 11.4999C-9.13286e-06 11.7632 0.069282 12.0219 0.20091 12.2499C0.332538 12.4779 0.521865 12.6673 0.749865 12.7989C0.977865 12.9306 1.2365 12.9999 1.49979 13H12.4983C12.7617 13.0001 13.0205 12.9308 13.2486 12.7991C13.4767 12.6674 13.6661 12.478 13.7977 12.2499C13.9294 12.0217 13.9986 11.763 13.9985 11.4996C13.9984 11.2362 13.929 10.9775 13.7971 10.7495ZM12.9314 11.75C12.8882 11.8266 12.8253 11.8903 12.7491 11.9342C12.6729 11.9782 12.5863 12.0009 12.4983 12H1.49978C1.4121 11.9999 1.32598 11.9768 1.25006 11.9329C1.17414 11.889 1.11108 11.826 1.06721 11.7501C1.02334 11.6742 1.0002 11.588 1.00011 11.5004C1.00001 11.4127 1.02297 11.3265 1.06668 11.2505L6.56618 1.75049L6.56668 1.74999C6.61063 1.67394 6.67383 1.61079 6.74993 1.56691C6.82602 1.52303 6.91233 1.49995 7.00017 1.5C7.08801 1.50005 7.17429 1.52323 7.25034 1.5672C7.32638 1.61117 7.38951 1.67439 7.43337 1.75049L12.9314 11.25C12.9762 11.3257 12.9999 11.412 12.9999 11.5C12.9999 11.5879 12.9762 11.6743 12.9314 11.75Z"
7544
- }), E$1.createElement("path", {
7554
+ }), x.createElement("path", {
7545
7555
  d: "M6.99984 10.9999C7.34502 10.9999 7.62484 10.7201 7.62484 10.3749C7.62484 10.0297 7.34502 9.74992 6.99984 9.74992C6.65466 9.74992 6.37484 10.0297 6.37484 10.3749C6.37484 10.7201 6.65466 10.9999 6.99984 10.9999Z"
7546
- }), E$1.createElement("path", {
7556
+ }), x.createElement("path", {
7547
7557
  d: "M6.99978 8.99998C7.06545 9.00002 7.13049 8.98711 7.19117 8.962C7.25185 8.93689 7.30698 8.90006 7.35342 8.85362C7.39986 8.80718 7.43669 8.75205 7.4618 8.69137C7.48691 8.63069 7.49982 8.56565 7.49978 8.49998V4.99998C7.49978 4.86738 7.4471 4.7402 7.35334 4.64643C7.25957 4.55266 7.13239 4.49998 6.99978 4.49998C6.86717 4.49998 6.74 4.55266 6.64623 4.64643C6.55246 4.7402 6.49978 4.86738 6.49978 4.99998V8.49998C6.49974 8.56565 6.51265 8.63069 6.53777 8.69137C6.56288 8.75205 6.59971 8.80719 6.64614 8.85362C6.69258 8.90006 6.74772 8.93689 6.8084 8.962C6.86908 8.98711 6.93411 9.00002 6.99978 8.99998Z"
7548
7558
  }));
7549
7559
  }
7550
7560
 
7551
7561
  Qe.propTypes = {
7552
- size: M.number,
7553
- className: M.string,
7554
- style: M.shape()
7562
+ size: T.number,
7563
+ className: T.string,
7564
+ style: T.shape()
7555
7565
  }, Qe.defaultProps = {
7556
7566
  size: 26,
7557
7567
  className: "",
7558
7568
  style: {}
7559
7569
  }, Ke.propTypes = {
7560
- size: M.number,
7561
- className: M.string,
7562
- style: M.shape()
7570
+ size: T.number,
7571
+ className: T.string,
7572
+ style: T.shape()
7563
7573
  }, Ke.defaultProps = {
7564
7574
  size: 16,
7565
7575
  className: "",
7566
7576
  style: {}
7567
7577
  }, $e.propTypes = {
7568
- size: M.number,
7569
- className: M.string,
7570
- style: M.shape()
7578
+ size: T.number,
7579
+ className: T.string,
7580
+ style: T.shape()
7571
7581
  }, $e.defaultProps = {
7572
7582
  size: 26,
7573
7583
  className: "",
7574
7584
  style: {}
7575
7585
  }, et.propTypes = {
7576
- size: M.number,
7577
- className: M.string,
7578
- style: M.shape()
7586
+ size: T.number,
7587
+ className: T.string,
7588
+ style: T.shape()
7579
7589
  }, et.defaultProps = {
7580
7590
  size: 24,
7581
7591
  className: "",
7582
7592
  style: {}
7583
7593
  }, tt.propTypes = {
7584
- size: M.number,
7585
- className: M.string,
7586
- style: M.shape()
7594
+ size: T.number,
7595
+ className: T.string,
7596
+ style: T.shape()
7587
7597
  }, tt.defaultProps = {
7588
7598
  size: 24,
7589
7599
  className: "",
7590
7600
  style: {}
7591
7601
  }, nt.propTypes = {
7592
- size: M.number,
7593
- className: M.string,
7594
- style: M.shape()
7602
+ size: T.number,
7603
+ className: T.string,
7604
+ style: T.shape()
7595
7605
  }, nt.defaultProps = {
7596
7606
  size: 26,
7597
7607
  className: "",
7598
7608
  style: {}
7599
7609
  }, rt.propTypes = {
7600
- size: M.number,
7601
- className: M.string,
7602
- style: M.shape(),
7603
- ariaLabel: M.string
7610
+ size: T.number,
7611
+ className: T.string,
7612
+ style: T.shape(),
7613
+ ariaLabel: T.string
7604
7614
  }, rt.defaultProps = {
7605
7615
  size: 24,
7606
7616
  className: "",
7607
7617
  style: {},
7608
7618
  ariaLabel: void 0
7609
7619
  }, at.propTypes = {
7610
- size: M.number,
7611
- className: M.string,
7612
- style: M.shape()
7620
+ size: T.number,
7621
+ className: T.string,
7622
+ style: T.shape()
7613
7623
  }, at.defaultProps = {
7614
7624
  size: 24,
7615
7625
  className: "",
7616
7626
  style: {}
7617
7627
  }, it.propTypes = {
7618
- size: M.number,
7619
- className: M.string,
7620
- style: M.shape()
7628
+ size: T.number,
7629
+ className: T.string,
7630
+ style: T.shape()
7621
7631
  }, it.defaultProps = {
7622
7632
  size: 24,
7623
7633
  className: "",
7624
7634
  style: {}
7625
7635
  }, ot.propTypes = {
7626
- size: M.number,
7627
- className: M.string,
7628
- style: M.shape()
7636
+ size: T.number,
7637
+ className: T.string,
7638
+ style: T.shape()
7629
7639
  }, ot.defaultProps = {
7630
7640
  size: 24,
7631
7641
  className: "",
7632
7642
  style: {}
7633
7643
  }, st.propTypes = {
7634
- className: M.string,
7635
- style: M.shape()
7644
+ className: T.string,
7645
+ style: T.shape()
7636
7646
  }, st.defaultProps = {
7637
7647
  className: void 0,
7638
7648
  style: void 0
7639
7649
  }, ct.propTypes = {
7640
- size: M.number,
7641
- className: M.string,
7642
- style: M.shape()
7650
+ size: T.number,
7651
+ className: T.string,
7652
+ style: T.shape()
7643
7653
  }, ct.defaultProps = {
7644
7654
  size: 24,
7645
7655
  className: "",
7646
7656
  style: {}
7647
7657
  }, lt.propTypes = {
7648
- size: M.number,
7649
- className: M.string,
7650
- style: M.shape()
7658
+ size: T.number,
7659
+ className: T.string,
7660
+ style: T.shape()
7651
7661
  }, lt.defaultProps = {
7652
7662
  size: 24,
7653
7663
  className: void 0,
7654
7664
  style: void 0
7655
7665
  }, ut.propTypes = {
7656
- size: M.number,
7657
- className: M.string,
7658
- style: M.shape()
7666
+ size: T.number,
7667
+ className: T.string,
7668
+ style: T.shape()
7659
7669
  }, ut.defaultProps = {
7660
7670
  size: 24,
7661
7671
  className: "",
7662
7672
  style: {}
7663
7673
  }, mt.propTypes = {
7664
- size: M.number,
7665
- className: M.string,
7666
- style: M.shape()
7674
+ size: T.number,
7675
+ className: T.string,
7676
+ style: T.shape()
7667
7677
  }, mt.defaultProps = {
7668
7678
  size: 24,
7669
7679
  className: "",
7670
7680
  style: {}
7671
7681
  }, pt.propTypes = {
7672
- size: M.number,
7673
- className: M.string,
7674
- style: M.shape()
7682
+ size: T.number,
7683
+ className: T.string,
7684
+ style: T.shape()
7675
7685
  }, pt.defaultProps = {
7676
7686
  size: 16,
7677
7687
  className: "",
7678
7688
  style: {}
7679
7689
  }, dt.propTypes = {
7680
- size: M.number,
7681
- className: M.string,
7682
- style: M.shape()
7690
+ size: T.number,
7691
+ className: T.string,
7692
+ style: T.shape()
7683
7693
  }, dt.defaultProps = {
7684
7694
  size: 24,
7685
7695
  className: "",
7686
7696
  style: {}
7687
7697
  }, ft.propTypes = {
7688
- size: M.number,
7689
- className: M.string,
7690
- style: M.shape(),
7691
- ariaLabel: M.string
7698
+ size: T.number,
7699
+ className: T.string,
7700
+ style: T.shape(),
7701
+ ariaLabel: T.string
7692
7702
  }, ft.defaultProps = {
7693
7703
  size: 24,
7694
7704
  className: "",
7695
7705
  style: {},
7696
7706
  ariaLabel: void 0
7697
7707
  }, ht.propTypes = {
7698
- className: M.string,
7699
- style: M.shape()
7708
+ className: T.string,
7709
+ style: T.shape()
7700
7710
  }, ht.defaultProps = {
7701
7711
  className: void 0,
7702
7712
  style: void 0
7703
7713
  }, vt.propTypes = {
7704
- size: M.number,
7705
- className: M.string,
7706
- style: M.shape()
7714
+ size: T.number,
7715
+ className: T.string,
7716
+ style: T.shape()
7707
7717
  }, vt.defaultProps = {
7708
7718
  size: 24,
7709
7719
  className: "",
7710
7720
  style: {}
7711
7721
  }, gt.propTypes = {
7712
- size: M.number,
7713
- className: M.string,
7714
- style: M.shape()
7722
+ size: T.number,
7723
+ className: T.string,
7724
+ style: T.shape()
7715
7725
  }, gt.defaultProps = {
7716
7726
  size: 24,
7717
7727
  className: "",
7718
7728
  style: {}
7719
7729
  }, yt.propTypes = {
7720
- size: M.number,
7721
- className: M.string,
7722
- style: M.shape()
7730
+ size: T.number,
7731
+ className: T.string,
7732
+ style: T.shape()
7723
7733
  }, yt.defaultProps = {
7724
7734
  size: 24,
7725
7735
  className: "",
7726
7736
  style: {}
7727
7737
  }, Ct.propTypes = {
7728
- size: M.number,
7729
- className: M.string,
7730
- style: M.shape()
7738
+ size: T.number,
7739
+ className: T.string,
7740
+ style: T.shape()
7731
7741
  }, Ct.defaultProps = {
7732
7742
  size: 24,
7733
7743
  className: "",
7734
7744
  style: {}
7735
7745
  }, wt.propTypes = {
7736
- size: M.number,
7737
- className: M.string,
7738
- style: M.shape()
7746
+ size: T.number,
7747
+ className: T.string,
7748
+ style: T.shape()
7739
7749
  }, wt.defaultProps = {
7740
7750
  size: 24,
7741
7751
  className: "",
7742
7752
  style: {}
7743
7753
  }, bt.propTypes = {
7744
- size: M.number,
7745
- className: M.string,
7746
- style: M.shape()
7754
+ size: T.number,
7755
+ className: T.string,
7756
+ style: T.shape()
7747
7757
  }, bt.defaultProps = {
7748
7758
  size: 24,
7749
7759
  className: "",
7750
7760
  style: {}
7751
7761
  }, Et.propTypes = {
7752
- size: M.number,
7753
- className: M.string,
7754
- style: M.shape()
7762
+ size: T.number,
7763
+ className: T.string,
7764
+ style: T.shape()
7755
7765
  }, Et.defaultProps = {
7756
7766
  size: 24,
7757
7767
  className: "",
7758
7768
  style: {}
7759
7769
  }, xt.propTypes = {
7760
- className: M.string,
7761
- style: M.shape()
7770
+ className: T.string,
7771
+ style: T.shape()
7762
7772
  }, xt.defaultProps = {
7763
7773
  className: "",
7764
7774
  style: {}
7765
7775
  }, Nt.propTypes = {
7766
- size: M.number,
7767
- className: M.string,
7768
- style: M.shape()
7776
+ size: T.number,
7777
+ className: T.string,
7778
+ style: T.shape()
7769
7779
  }, Nt.defaultProps = {
7770
7780
  size: 24,
7771
7781
  className: "",
7772
7782
  style: {}
7773
7783
  }, kt.propTypes = {
7774
- size: M.number,
7775
- className: M.string,
7776
- style: M.shape()
7784
+ size: T.number,
7785
+ className: T.string,
7786
+ style: T.shape()
7777
7787
  }, kt.defaultProps = {
7778
7788
  size: 24,
7779
7789
  className: "",
7780
7790
  style: {}
7781
7791
  }, Ot.propTypes = {
7782
- size: M.number,
7783
- className: M.string,
7784
- style: M.shape()
7792
+ size: T.number,
7793
+ className: T.string,
7794
+ style: T.shape()
7785
7795
  }, Ot.defaultProps = {
7786
7796
  size: 24,
7787
7797
  className: "",
7788
7798
  style: {}
7789
7799
  }, Dt.propTypes = {
7790
- size: M.number,
7791
- className: M.string,
7792
- style: M.shape()
7800
+ size: T.number,
7801
+ className: T.string,
7802
+ style: T.shape()
7793
7803
  }, Dt.defaultProps = {
7794
7804
  size: 16,
7795
7805
  className: "",
7796
7806
  style: {}
7797
7807
  }, Mt.propTypes = {
7798
- size: M.number,
7799
- className: M.string,
7800
- style: M.shape()
7808
+ size: T.number,
7809
+ className: T.string,
7810
+ style: T.shape()
7801
7811
  }, Mt.defaultProps = {
7802
7812
  size: 24,
7803
7813
  className: "",
7804
7814
  style: {}
7805
7815
  }, Tt.propTypes = {
7806
- size: M.number,
7807
- className: M.string,
7808
- style: M.shape()
7816
+ ariaLabel: T.string,
7817
+ className: T.string,
7818
+ size: T.number,
7819
+ style: T.shape()
7809
7820
  }, Tt.defaultProps = {
7810
- size: 120,
7821
+ ariaLabel: void 0,
7811
7822
  className: void 0,
7823
+ size: 120,
7812
7824
  style: void 0
7813
7825
  }, Pt.propTypes = {
7814
- size: M.number,
7815
- className: M.string,
7816
- style: M.shape()
7826
+ size: T.number,
7827
+ className: T.string,
7828
+ style: T.shape()
7817
7829
  }, Pt.defaultProps = {
7818
7830
  size: 16,
7819
7831
  className: "",
7820
7832
  style: {}
7821
7833
  };
7822
- var It = {
7834
+ var Lt = {
7823
7835
  "arrow-down": Qe,
7824
7836
  "arrow-left": Ke,
7825
7837
  "arrow-up": $e,
@@ -7857,7 +7869,7 @@ var It = {
7857
7869
  "waiting-for-host": Tt
7858
7870
  };
7859
7871
 
7860
- function Lt(e) {
7872
+ function It(e) {
7861
7873
  var t = e.name,
7862
7874
  n = e.size,
7863
7875
  r = e.className,
@@ -7867,8 +7879,8 @@ function Lt(e) {
7867
7879
  s = _slicedToArray(o, 2),
7868
7880
  c = s[0],
7869
7881
  l = s[1],
7870
- u = It[c];
7871
- return u || (console.error("".concat(c, ' icon is not defined. Available icons are "').concat(Object.keys(It).join(", "), '".')), u = "span"), E$1.createElement(u, {
7882
+ u = Lt[c];
7883
+ return u || (console.error("".concat(c, ' icon is not defined. Available icons are "').concat(Object.keys(Lt).join(", "), '".')), u = "span"), x.createElement(u, {
7872
7884
  size: n || l && Number(l),
7873
7885
  className: r,
7874
7886
  style: a,
@@ -7883,33 +7895,33 @@ function St(e) {
7883
7895
  a = _slicedToArray(r, 2),
7884
7896
  i = a[0],
7885
7897
  o = a[1];
7886
- return E$1.createElement("div", {
7898
+ return x.createElement("div", {
7887
7899
  className: i,
7888
7900
  style: n
7889
- }, E$1.createElement("div", {
7901
+ }, x.createElement("div", {
7890
7902
  className: o("bullet")
7891
7903
  }));
7892
7904
  }
7893
7905
 
7894
- Lt.propTypes = {
7895
- name: M.string.isRequired,
7896
- size: M.number,
7897
- className: M.string,
7898
- style: M.shape(),
7899
- ariaLabel: M.string
7900
- }, Lt.defaultProps = {
7906
+ It.propTypes = {
7907
+ name: T.string.isRequired,
7908
+ size: T.number,
7909
+ className: T.string,
7910
+ style: T.shape(),
7911
+ ariaLabel: T.string
7912
+ }, It.defaultProps = {
7901
7913
  size: void 0,
7902
7914
  className: "",
7903
7915
  style: {},
7904
7916
  ariaLabel: void 0
7905
7917
  }, St.propTypes = {
7906
- className: M.string,
7907
- style: M.shape()
7918
+ className: T.string,
7919
+ style: T.shape()
7908
7920
  }, St.defaultProps = {
7909
7921
  className: void 0,
7910
7922
  style: void 0
7911
7923
  };
7912
- var Rt = E$1.createContext();
7924
+ var Rt = x.createContext();
7913
7925
 
7914
7926
  function zt(e, t) {
7915
7927
  var n = e.current;
@@ -8441,7 +8453,7 @@ function Pn(e, t) {
8441
8453
  return n;
8442
8454
  }
8443
8455
 
8444
- function In(e) {
8456
+ function Ln(e) {
8445
8457
  for (var t = 1; t < arguments.length; t++) {
8446
8458
  var n = null != arguments[t] ? arguments[t] : {};
8447
8459
  t % 2 ? Pn(Object(n), !0).forEach(function (t) {
@@ -8454,7 +8466,7 @@ function In(e) {
8454
8466
  return e;
8455
8467
  }
8456
8468
 
8457
- var Ln = {
8469
+ var In = {
8458
8470
  title: null,
8459
8471
  localShare: {
8460
8472
  stream: null
@@ -8471,7 +8483,7 @@ var Ln = {
8471
8483
  };
8472
8484
 
8473
8485
  function Sn(e) {
8474
- var t = useState(Ln),
8486
+ var t = useState(In),
8475
8487
  n = _slicedToArray(t, 2),
8476
8488
  r = n[0],
8477
8489
  a = n[1],
@@ -8504,9 +8516,9 @@ function Sn(e) {
8504
8516
  };
8505
8517
  });
8506
8518
  })).subscribe(function (e) {
8507
- a(In({}, e)), n = e;
8519
+ a(Ln({}, e)), n = e;
8508
8520
  }, function (e) {
8509
- a(In(In({}, Ln), {}, {
8521
+ a(Ln(Ln({}, In), {}, {
8510
8522
  error: e
8511
8523
  })), console.log(e);
8512
8524
  }),
@@ -8519,7 +8531,7 @@ function Sn(e) {
8519
8531
  var e;
8520
8532
  null !== (e = n) && void 0 !== e && e.ID && s.leaveMeeting(n.ID), c && (window.removeEventListener("beforeunload", c), c = void 0), i.unsubscribe();
8521
8533
  };
8522
- } else a(In({}, Ln)), t = void 0;
8534
+ } else a(Ln({}, In)), t = void 0;
8523
8535
 
8524
8536
  return t;
8525
8537
  }, [s, e]), r;
@@ -8680,7 +8692,7 @@ function qn(e) {
8680
8692
  y = c === W.BOT,
8681
8693
  C = c === W.TYPING,
8682
8694
  w = !g,
8683
- N = o && !g,
8695
+ E = o && !g,
8684
8696
  k = n && !y && !g && v,
8685
8697
  O = Pe("avatar", t, {
8686
8698
  "avatar-self": g
@@ -8689,37 +8701,37 @@ function qn(e) {
8689
8701
  M = D[0],
8690
8702
  T = D[1],
8691
8703
  P = "".concat(T("placeholder"), " ").concat(T("placeholder"), "-").concat(u),
8692
- I = T("status-".concat(c));
8693
- return E$1.createElement("div", {
8704
+ L = T("status-".concat(c));
8705
+ return x.createElement("div", {
8694
8706
  className: M,
8695
8707
  style: a
8696
- }, E$1.createElement("div", {
8708
+ }, x.createElement("div", {
8697
8709
  className: T("content")
8698
- }, C && n && E$1.createElement(St, null), w && E$1.createElement("svg", {
8710
+ }, C && n && x.createElement(St, null), w && x.createElement("svg", {
8699
8711
  viewBox: "0 0 40 40",
8700
8712
  className: P
8701
- }, E$1.createElement("text", {
8713
+ }, x.createElement("text", {
8702
8714
  x: "50%",
8703
8715
  y: "50%"
8704
- }, " " === s ? "??" : h)), N && E$1.createElement("img", {
8716
+ }, " " === s ? "??" : h)), E && x.createElement("img", {
8705
8717
  className: T(d ? "image-error" : "image"),
8706
8718
  src: o,
8707
8719
  alt: "avatar",
8708
8720
  onError: function () {
8709
8721
  return f(!0);
8710
8722
  }
8711
- }), k && E$1.createElement("div", {
8723
+ }), k && x.createElement("div", {
8712
8724
  className: T("status-icon-container")
8713
- }, E$1.createElement(Lt, {
8725
+ }, x.createElement(It, {
8714
8726
  name: v,
8715
- className: "".concat(T("status-icon"), " ").concat(I)
8716
- })), y && n && E$1.createElement("svg", {
8727
+ className: "".concat(T("status-icon"), " ").concat(L)
8728
+ })), y && n && x.createElement("svg", {
8717
8729
  viewBox: "0 0 26 26",
8718
8730
  className: T("bot-badge")
8719
- }, E$1.createElement("text", {
8731
+ }, x.createElement("text", {
8720
8732
  x: "50%",
8721
8733
  y: "57%"
8722
- }, "Bot")), g && n && E$1.createElement(Lt, {
8734
+ }, "Bot")), g && n && x.createElement(It, {
8723
8735
  name: "chat-filled",
8724
8736
  className: T("self-icon")
8725
8737
  })));
@@ -8749,10 +8761,10 @@ function Yn(e, t) {
8749
8761
  }
8750
8762
 
8751
8763
  qn.propTypes = {
8752
- className: M.string,
8753
- displayStatus: M.bool,
8754
- personID: M.string.isRequired,
8755
- style: M.shape()
8764
+ className: T.string,
8765
+ displayStatus: T.bool,
8766
+ personID: T.string.isRequired,
8767
+ style: T.shape()
8756
8768
  }, qn.defaultProps = {
8757
8769
  className: "",
8758
8770
  displayStatus: !0,
@@ -9804,16 +9816,16 @@ var xr = "midnight",
9804
9816
 
9805
9817
  switch (t) {
9806
9818
  case "X":
9807
- return Ir(a);
9819
+ return Lr(a);
9808
9820
 
9809
9821
  case "XXXX":
9810
9822
  case "XX":
9811
- return Lr(a);
9823
+ return Ir(a);
9812
9824
 
9813
9825
  case "XXXXX":
9814
9826
  case "XXX":
9815
9827
  default:
9816
- return Lr(a, ":");
9828
+ return Ir(a, ":");
9817
9829
  }
9818
9830
  },
9819
9831
  x: function (e, t, n, r) {
@@ -9821,16 +9833,16 @@ var xr = "midnight",
9821
9833
 
9822
9834
  switch (t) {
9823
9835
  case "x":
9824
- return Ir(a);
9836
+ return Lr(a);
9825
9837
 
9826
9838
  case "xxxx":
9827
9839
  case "xx":
9828
- return Lr(a);
9840
+ return Ir(a);
9829
9841
 
9830
9842
  case "xxxxx":
9831
9843
  case "xxx":
9832
9844
  default:
9833
- return Lr(a, ":");
9845
+ return Ir(a, ":");
9834
9846
  }
9835
9847
  },
9836
9848
  O: function (e, t, n, r) {
@@ -9844,7 +9856,7 @@ var xr = "midnight",
9844
9856
 
9845
9857
  case "OOOO":
9846
9858
  default:
9847
- return "GMT" + Lr(a, ":");
9859
+ return "GMT" + Ir(a, ":");
9848
9860
  }
9849
9861
  },
9850
9862
  z: function (e, t, n, r) {
@@ -9858,7 +9870,7 @@ var xr = "midnight",
9858
9870
 
9859
9871
  case "zzzz":
9860
9872
  default:
9861
- return "GMT" + Lr(a, ":");
9873
+ return "GMT" + Ir(a, ":");
9862
9874
  }
9863
9875
  },
9864
9876
  t: function (e, t, n, r) {
@@ -9880,11 +9892,11 @@ function Pr(e, t) {
9880
9892
  return n + String(a) + o + cr(i, 2);
9881
9893
  }
9882
9894
 
9883
- function Ir(e, t) {
9884
- return e % 60 == 0 ? (e > 0 ? "-" : "+") + cr(Math.abs(e) / 60, 2) : Lr(e, t);
9895
+ function Lr(e, t) {
9896
+ return e % 60 == 0 ? (e > 0 ? "-" : "+") + cr(Math.abs(e) / 60, 2) : Ir(e, t);
9885
9897
  }
9886
9898
 
9887
- function Lr(e, t) {
9899
+ function Ir(e, t) {
9888
9900
  var n = t || "",
9889
9901
  r = e > 0 ? "-" : "+",
9890
9902
  a = Math.abs(e);
@@ -10050,7 +10062,7 @@ function Gr(e) {
10050
10062
  function ia(e) {
10051
10063
  var t = e.adapter,
10052
10064
  n = e.children;
10053
- return E$1.createElement(Rt.Provider, {
10065
+ return x.createElement(Rt.Provider, {
10054
10066
  value: t
10055
10067
  }, n);
10056
10068
  }
@@ -10062,7 +10074,7 @@ function oa(e) {
10062
10074
  a = e.type,
10063
10075
  i = Pe("banner", n, _defineProperty$3({}, "".concat(a), !0)),
10064
10076
  o = _slicedToArray(i, 1)[0];
10065
- return E$1.createElement("div", {
10077
+ return x.createElement("div", {
10066
10078
  className: o,
10067
10079
  style: r
10068
10080
  }, t);
@@ -10100,55 +10112,55 @@ function ca(e) {
10100
10112
  return e;
10101
10113
  }({}, r);
10102
10114
 
10103
- return n && (o.width = n, o.height = n), E$1.createElement("div", {
10115
+ return n && (o.width = n, o.height = n), x.createElement("div", {
10104
10116
  className: i,
10105
10117
  style: o
10106
10118
  });
10107
10119
  }
10108
10120
 
10109
10121
  ({
10110
- className: M.string,
10111
- personID: M.string.isRequired,
10112
- style: M.shape(),
10113
- timestamp: M.string.isRequired
10122
+ className: T.string,
10123
+ personID: T.string.isRequired,
10124
+ style: T.shape(),
10125
+ timestamp: T.string.isRequired
10114
10126
  }), {
10115
- activityID: M.string.isRequired,
10116
- className: M.string,
10117
- style: M.shape()
10127
+ activityID: T.string.isRequired,
10128
+ className: T.string,
10129
+ style: T.shape()
10118
10130
  }, {
10119
- className: M.string,
10120
- personName: M.string.isRequired,
10121
- style: M.shape()
10131
+ className: T.string,
10132
+ personName: T.string.isRequired,
10133
+ style: T.shape()
10122
10134
  }, {
10123
- className: M.string,
10124
- date: M.string.isRequired,
10125
- style: M.shape()
10135
+ className: T.string,
10136
+ date: T.string.isRequired,
10137
+ style: T.shape()
10126
10138
  }, {
10127
- className: M.string,
10128
- roomID: M.string.isRequired,
10129
- style: M.shape()
10139
+ className: T.string,
10140
+ roomID: T.string.isRequired,
10141
+ style: T.shape()
10130
10142
  }, ia.propTypes = {
10131
- adapter: M.shape({
10132
- activitiesAdapter: M.object.isRequired,
10133
- meetingsAdapter: M.object.isRequired,
10134
- membershipsAdapter: M.object.isRequired,
10135
- peopleAdapter: M.object.isRequired,
10136
- roomsAdapter: M.object.isRequired
10143
+ adapter: T.shape({
10144
+ activitiesAdapter: T.object.isRequired,
10145
+ meetingsAdapter: T.object.isRequired,
10146
+ membershipsAdapter: T.object.isRequired,
10147
+ peopleAdapter: T.object.isRequired,
10148
+ roomsAdapter: T.object.isRequired
10137
10149
  }).isRequired,
10138
- children: M.node.isRequired
10150
+ children: T.node.isRequired
10139
10151
  }, oa.propTypes = {
10140
- children: M.node.isRequired,
10141
- className: M.string,
10142
- style: M.shape(),
10143
- type: M.oneOf(["top", "bottom"])
10152
+ children: T.node.isRequired,
10153
+ className: T.string,
10154
+ style: T.shape(),
10155
+ type: T.oneOf(["top", "bottom"])
10144
10156
  }, oa.defaultProps = {
10145
10157
  className: "",
10146
10158
  style: void 0,
10147
10159
  type: "top"
10148
10160
  }, ca.propTypes = {
10149
- className: M.string,
10150
- size: M.number,
10151
- style: M.shape()
10161
+ className: T.string,
10162
+ size: T.number,
10163
+ style: T.shape()
10152
10164
  }, ca.defaultProps = {
10153
10165
  className: "",
10154
10166
  size: 28,
@@ -10193,15 +10205,15 @@ function la(e) {
10193
10205
  g = _slicedToArray(v, 2),
10194
10206
  y = g[0],
10195
10207
  C = g[1],
10196
- w = f ? E$1.createElement(qn, {
10208
+ w = f ? x.createElement(qn, {
10197
10209
  personID: f,
10198
10210
  displayStatus: !1
10199
- }) : E$1.createElement(ca, null);
10200
- return E$1.createElement("div", {
10211
+ }) : x.createElement(ca, null);
10212
+ return x.createElement("div", {
10201
10213
  ref: c,
10202
10214
  className: y,
10203
10215
  style: i
10204
- }, t ? E$1.createElement("video", {
10216
+ }, t ? x.createElement("video", {
10205
10217
  className: C("video"),
10206
10218
  ref: h,
10207
10219
  playsInline: !0,
@@ -10215,7 +10227,7 @@ function ua(e) {
10215
10227
  r = e.style,
10216
10228
  a = Pe("badge", n),
10217
10229
  i = _slicedToArray(a, 1)[0];
10218
- return E$1.createElement("div", {
10230
+ return x.createElement("div", {
10219
10231
  className: i,
10220
10232
  style: r
10221
10233
  }, t);
@@ -10228,7 +10240,7 @@ function ma(e) {
10228
10240
  a = e.type,
10229
10241
  i = Pe("title", n, _defineProperty$3({}, "".concat(a), !0)),
10230
10242
  o = _slicedToArray(i, 1)[0];
10231
- return E$1.createElement("h5", {
10243
+ return x.createElement("h5", {
10232
10244
  className: o,
10233
10245
  style: r
10234
10246
  }, t);
@@ -10263,45 +10275,45 @@ function pa(e) {
10263
10275
  return e.inMeeting;
10264
10276
  }).length > 1,
10265
10277
  w = !!(i || o || s),
10266
- x = Pe("remote-media", t, {
10278
+ E = Pe("remote-media", t, {
10267
10279
  tablet: y >= 768 && y < 1024,
10268
10280
  desktop: y >= 1024 && y < 1440,
10269
10281
  "desktop-xl": y >= 1440,
10270
10282
  "remote-video-n-share": o && s
10271
10283
  }),
10272
- N = _slicedToArray(x, 2),
10273
- O = N[0],
10284
+ N = _slicedToArray(E, 2),
10285
+ k = N[0],
10274
10286
  D = N[1];
10275
- return f = c ? E$1.createElement("div", {
10287
+ return f = c ? x.createElement("div", {
10276
10288
  className: D("media-error")
10277
- }, E$1.createElement(Lt, {
10289
+ }, x.createElement(It, {
10278
10290
  name: "error",
10279
10291
  className: D("error-icon")
10280
- }), E$1.createElement("div", null, "Having trouble joining the meeting?"), E$1.createElement("div", null, "Please check your connection.")) : w && C ? E$1.createElement(E$1.Fragment, null, o && E$1.createElement("video", {
10292
+ }), x.createElement("div", null, "Having trouble joining the meeting?"), x.createElement("div", null, "Please check your connection.")) : w && C ? x.createElement(x.Fragment, null, o && x.createElement("video", {
10281
10293
  className: "".concat(D("video"), " ").concat(D("remote-video")),
10282
10294
  ref: p,
10283
10295
  muted: !0,
10284
10296
  playsInline: !0,
10285
10297
  autoPlay: !0
10286
- }), s && E$1.createElement("video", {
10298
+ }), s && x.createElement("video", {
10287
10299
  className: "".concat(D("video"), " ").concat(D("remote-share")),
10288
10300
  ref: d,
10289
10301
  muted: !0,
10290
10302
  playsInline: !0,
10291
10303
  autoPlay: !0
10292
- }), i && E$1.createElement("audio", {
10304
+ }), i && x.createElement("audio", {
10293
10305
  ref: m,
10294
10306
  autoPlay: !0
10295
- })) : w && !C ? E$1.createElement(ma, {
10307
+ })) : w && !C ? x.createElement(ma, {
10296
10308
  type: "subsection"
10297
- }, "Waiting for others to join...") : E$1.createElement(ua, {
10309
+ }, "Waiting for others to join...") : x.createElement(ua, {
10298
10310
  className: D("connecting-badge")
10299
- }, E$1.createElement(ca, {
10311
+ }, x.createElement(ca, {
10300
10312
  size: 14,
10301
10313
  className: D("connecting-spinner")
10302
- }), E$1.createElement("span", null, "Connecting")), E$1.createElement("div", {
10314
+ }), x.createElement("span", null, "Connecting")), x.createElement("div", {
10303
10315
  ref: g,
10304
- className: O,
10316
+ className: k,
10305
10317
  style: r
10306
10318
  }, f);
10307
10319
  }
@@ -10332,27 +10344,27 @@ function da(e) {
10332
10344
  }),
10333
10345
  C = _slicedToArray(y, 2),
10334
10346
  w = C[0],
10335
- N = C[1];
10347
+ E = C[1];
10336
10348
  return useEffect(function () {
10337
10349
  v(p ? 16 * p / 9 : "none");
10338
- }, [p]), E$1.createElement("div", {
10350
+ }, [p]), x.createElement("div", {
10339
10351
  ref: l,
10340
10352
  className: w,
10341
10353
  style: r
10342
- }, E$1.createElement("div", {
10354
+ }, x.createElement("div", {
10343
10355
  style: {
10344
10356
  maxWidth: h
10345
10357
  },
10346
- className: N("media-container")
10347
- }, E$1.createElement(pa, {
10348
- className: N("remote-media-in-meeting"),
10358
+ className: E("media-container")
10359
+ }, x.createElement(pa, {
10360
+ className: E("remote-media-in-meeting"),
10349
10361
  meetingID: n
10350
- }), E$1.createElement(la, {
10351
- className: N("local-media-in-meeting"),
10362
+ }), x.createElement(la, {
10363
+ className: E("local-media-in-meeting"),
10352
10364
  meetingID: n,
10353
10365
  mediaType: g
10354
- }), (null == o ? void 0 : o.stream) && E$1.createElement(oa, {
10355
- className: N("share-banner")
10366
+ }), (null == o ? void 0 : o.stream) && x.createElement(oa, {
10367
+ className: E("share-banner")
10356
10368
  }, "You're sharing your screen")));
10357
10369
  }
10358
10370
 
@@ -10380,24 +10392,24 @@ function fa(e) {
10380
10392
  y = _slicedToArray(g, 2),
10381
10393
  C = y[0],
10382
10394
  w = y[1],
10383
- x = E$1.createElement(ca, {
10395
+ E = x.createElement(ca, {
10384
10396
  size: 36
10385
10397
  });
10386
10398
 
10387
10399
  if (l) {
10388
10400
  var N = p || "No Meeting Information";
10389
- x = E$1.createElement(E$1.Fragment, null, E$1.createElement("h2", {
10401
+ E = x.createElement(x.Fragment, null, x.createElement("h2", {
10390
10402
  className: w("title")
10391
- }, N), u && m && E$1.createElement("h3", {
10403
+ }, N), u && m && x.createElement("h3", {
10392
10404
  className: w("time")
10393
10405
  }, (t = new Date(u), n = new Date(m), r = Yr(t, "p"), a = Yr(n, "p"), "".concat(r, " - ").concat(a))));
10394
10406
  }
10395
10407
 
10396
- return E$1.createElement("div", {
10408
+ return x.createElement("div", {
10397
10409
  ref: h,
10398
10410
  className: C,
10399
10411
  style: s
10400
- }, x);
10412
+ }, E);
10401
10413
  }
10402
10414
 
10403
10415
  function ha(e) {
@@ -10419,77 +10431,77 @@ function ha(e) {
10419
10431
  v = Mn(n).localVideo;
10420
10432
  return useEffect(function () {
10421
10433
  h(m ? 16 * m / 9 - 1 : "none");
10422
- }, [m]), E$1.createElement("div", {
10434
+ }, [m]), x.createElement("div", {
10423
10435
  className: o,
10424
10436
  style: r
10425
- }, n ? E$1.createElement("div", {
10437
+ }, n ? x.createElement("div", {
10426
10438
  style: {
10427
10439
  maxWidth: f
10428
10440
  },
10429
10441
  className: s("media-container")
10430
- }, E$1.createElement(fa, {
10442
+ }, x.createElement(fa, {
10431
10443
  className: s("info"),
10432
10444
  meetingID: n
10433
- }), E$1.createElement("div", {
10445
+ }), x.createElement("div", {
10434
10446
  ref: u,
10435
10447
  className: s("interstitial-media-container")
10436
- }, E$1.createElement(la, {
10448
+ }, x.createElement(la, {
10437
10449
  className: s("media"),
10438
10450
  meetingID: n,
10439
10451
  mediaType: "video"
10440
- }), v.stream && E$1.createElement(oa, null, "My preview"))) : E$1.createElement(ca, null));
10452
+ }), v.stream && x.createElement(oa, null, "My preview"))) : x.createElement(ca, null));
10441
10453
  }
10442
10454
 
10443
10455
  la.propTypes = {
10444
- className: M.string,
10445
- mediaType: M.oneOf(["video", "screen", "preview"]),
10446
- meetingID: M.string.isRequired,
10447
- style: M.shape()
10456
+ className: T.string,
10457
+ mediaType: T.oneOf(["video", "screen", "preview"]),
10458
+ meetingID: T.string.isRequired,
10459
+ style: T.shape()
10448
10460
  }, la.defaultProps = {
10449
10461
  className: "",
10450
10462
  mediaType: "video",
10451
10463
  style: void 0
10452
10464
  }, ua.propTypes = {
10453
- children: M.node.isRequired,
10454
- className: M.string,
10455
- style: M.shape()
10465
+ children: T.node.isRequired,
10466
+ className: T.string,
10467
+ style: T.shape()
10456
10468
  }, ua.defaultProps = {
10457
10469
  className: "",
10458
10470
  style: {}
10459
10471
  }, ma.propTypes = {
10460
- children: M.node.isRequired,
10461
- className: M.string,
10462
- style: M.shape(),
10463
- type: M.oneOf(["section", "subsection"])
10472
+ children: T.node.isRequired,
10473
+ className: T.string,
10474
+ style: T.shape(),
10475
+ type: T.oneOf(["section", "subsection"])
10464
10476
  }, ma.defaultProps = {
10465
10477
  className: "",
10466
10478
  style: {},
10467
10479
  type: "section"
10468
10480
  }, pa.propTypes = {
10469
- className: M.string,
10470
- meetingID: M.string.isRequired,
10471
- style: M.shape()
10481
+ className: T.string,
10482
+ meetingID: T.string.isRequired,
10483
+ style: T.shape()
10472
10484
  }, pa.defaultProps = {
10473
10485
  className: "",
10474
10486
  style: void 0
10475
10487
  }, da.propTypes = {
10476
- className: M.string,
10477
- meetingID: M.string.isRequired,
10478
- style: M.shape()
10488
+ className: T.string,
10489
+ meetingID: T.string.isRequired,
10490
+ style: T.shape()
10479
10491
  }, da.defaultProps = {
10480
10492
  className: "",
10481
10493
  style: void 0
10482
10494
  }, fa.propTypes = {
10483
- className: M.string,
10484
- meetingID: M.string.isRequired,
10485
- style: M.shape()
10495
+ className: T.string,
10496
+ meetingID: T.string.isRequired,
10497
+ style: T.shape()
10486
10498
  }, fa.defaultProps = {
10487
10499
  className: "",
10488
10500
  style: void 0
10489
10501
  }, ha.propTypes = {
10490
- className: M.string,
10491
- meetingID: M.string.isRequired,
10492
- style: M.shape()
10502
+ className: T.string,
10503
+ meetingID: T.string.isRequired,
10504
+ style: T.shape()
10493
10505
  }, ha.defaultProps = {
10494
10506
  className: "",
10495
10507
  style: void 0
@@ -10528,7 +10540,7 @@ function ya(e) {
10528
10540
  }
10529
10541
 
10530
10542
  va.propTypes = {
10531
- children: M.node.isRequired
10543
+ children: T.node.isRequired
10532
10544
  };
10533
10545
 
10534
10546
  var Ca = function (e) {
@@ -10571,14 +10583,14 @@ var Ca = function (e) {
10571
10583
  }
10572
10584
 
10573
10585
  return e;
10574
- }, [t, i]), p && E$1.createElement(va, null, E$1.createElement("div", {
10586
+ }, [t, i]), p && x.createElement(va, null, x.createElement("div", {
10575
10587
  className: c,
10576
10588
  style: ya(ya({}, a), t)
10577
- }, E$1.createElement("div", {
10589
+ }, x.createElement("div", {
10578
10590
  className: l("wrapper")
10579
- }, E$1.createElement("div", {
10591
+ }, x.createElement("div", {
10580
10592
  className: l("box")
10581
- }, n, E$1.createElement("span", {
10593
+ }, n, x.createElement("span", {
10582
10594
  className: l("arrow")
10583
10595
  })))));
10584
10596
  };
@@ -10626,7 +10638,7 @@ function Ea(e) {
10626
10638
  h = Pe("button", i, (_defineProperty$3(t = {}, "".concat(f), !0), _defineProperty$3(t, "pressed", c), t)),
10627
10639
  v = _slicedToArray(h, 1)[0],
10628
10640
  g = En();
10629
- return zt(g, r), E$1.createElement(E$1.Fragment, null, E$1.createElement("button", {
10641
+ return zt(g, r), x.createElement(x.Fragment, null, x.createElement("button", {
10630
10642
  className: v,
10631
10643
  disabled: o,
10632
10644
  type: "button",
@@ -10638,7 +10650,7 @@ function Ea(e) {
10638
10650
  style: ba({
10639
10651
  height: l
10640
10652
  }, u)
10641
- }, a), p && E$1.createElement(Ca, {
10653
+ }, a), p && x.createElement(Ca, {
10642
10654
  target: g.current
10643
10655
  }, p));
10644
10656
  }
@@ -10666,14 +10678,14 @@ function xa(e) {
10666
10678
  y = useState(!1),
10667
10679
  C = _slicedToArray(y, 2),
10668
10680
  w = C[0],
10669
- N = C[1],
10681
+ E = C[1],
10670
10682
  k = En();
10671
- return zt(k, p), E$1.createElement("div", {
10683
+ return zt(k, p), x.createElement("div", {
10672
10684
  className: v,
10673
10685
  style: n
10674
- }, E$1.createElement("div", {
10686
+ }, x.createElement("div", {
10675
10687
  className: g("form-control")
10676
- }, E$1.createElement("input", {
10688
+ }, x.createElement("input", {
10677
10689
  type: w ? "text" : r,
10678
10690
  value: i,
10679
10691
  name: a,
@@ -10688,34 +10700,34 @@ function xa(e) {
10688
10700
  autoFocus: p,
10689
10701
  tabIndex: d,
10690
10702
  ref: k
10691
- }), "password" === r && i && E$1.createElement(Ea, {
10703
+ }), "password" === r && i && x.createElement(Ea, {
10692
10704
  type: "ghost",
10693
10705
  className: g("input-field-right-icon"),
10694
10706
  size: 28,
10695
10707
  onClick: function () {
10696
- N(function (e) {
10708
+ E(function (e) {
10697
10709
  return !e;
10698
10710
  });
10699
10711
  }
10700
- }, E$1.createElement(Lt, {
10712
+ }, x.createElement(It, {
10701
10713
  name: w ? "hide-password" : "show-password"
10702
- })), "password" !== r && i && E$1.createElement(Ea, {
10714
+ })), "password" !== r && i && x.createElement(Ea, {
10703
10715
  type: "ghost",
10704
10716
  className: g("input-field-right-icon"),
10705
10717
  size: 28,
10706
10718
  onClick: function () {
10707
10719
  return s("");
10708
10720
  }
10709
- }, E$1.createElement(Lt, {
10721
+ }, x.createElement(It, {
10710
10722
  name: "cancel",
10711
10723
  size: 16
10712
- }))), l && E$1.createElement("div", {
10724
+ }))), l && x.createElement("div", {
10713
10725
  className: g("input-error-container")
10714
- }, E$1.createElement(Lt, {
10726
+ }, x.createElement(It, {
10715
10727
  name: "warning",
10716
10728
  size: 16,
10717
10729
  className: g("input-error-icon")
10718
- }), E$1.createElement("span", {
10730
+ }), x.createElement("span", {
10719
10731
  className: g("input-error-text")
10720
10732
  }, l)));
10721
10733
  }
@@ -10737,7 +10749,7 @@ function Na(e) {
10737
10749
  p = _slicedToArray(m, 2),
10738
10750
  d = p[0],
10739
10751
  f = p[1];
10740
- return E$1.createElement("div", {
10752
+ return x.createElement("div", {
10741
10753
  ref: u,
10742
10754
  className: d,
10743
10755
  onKeyUp: function (e) {
@@ -10745,31 +10757,33 @@ function Na(e) {
10745
10757
  },
10746
10758
  role: "dialog",
10747
10759
  "aria-label": s || o
10748
- }, E$1.createElement("div", {
10760
+ }, x.createElement("div", {
10749
10761
  className: "".concat(f("content"), " ").concat(i)
10750
- }, E$1.createElement("div", {
10762
+ }, x.createElement("div", {
10751
10763
  className: f("header")
10752
- }, r && E$1.createElement(Ea, {
10764
+ }, r && x.createElement(Ea, {
10753
10765
  tabIndex: 198,
10754
10766
  type: "ghost",
10755
10767
  className: f("back"),
10756
10768
  size: 28,
10757
- onClick: r
10758
- }, E$1.createElement(Lt, {
10769
+ onClick: r,
10770
+ ariaLabel: "Return to the previous screen"
10771
+ }, x.createElement(It, {
10759
10772
  name: "arrow-left",
10760
10773
  size: "13"
10761
- })), o && E$1.createElement("h3", {
10774
+ })), o && x.createElement("h3", {
10762
10775
  className: f("title")
10763
- }, o), a && E$1.createElement(Ea, {
10776
+ }, o), a && x.createElement(Ea, {
10764
10777
  tabIndex: 199,
10765
10778
  className: f("close"),
10766
10779
  type: "ghost",
10767
10780
  size: 28,
10781
+ ariaLabel: "Close dialog",
10768
10782
  onClick: a
10769
- }, E$1.createElement(Lt, {
10783
+ }, x.createElement(It, {
10770
10784
  name: "cancel",
10771
10785
  size: 16
10772
- }))), E$1.createElement("div", {
10786
+ }))), x.createElement("div", {
10773
10787
  className: f("body")
10774
10788
  }, t)));
10775
10789
  }
@@ -10791,9 +10805,9 @@ function ka(e) {
10791
10805
  f = _slicedToArray(p, 2),
10792
10806
  h = f[0],
10793
10807
  v = f[1];
10794
- return E$1.createElement("div", {
10808
+ return x.createElement("div", {
10795
10809
  className: l
10796
- }, E$1.createElement("ul", {
10810
+ }, x.createElement("ul", {
10797
10811
  role: "menu",
10798
10812
  className: u("list"),
10799
10813
  onKeyDown: function (e) {
@@ -10809,7 +10823,7 @@ function ka(e) {
10809
10823
  ref: m,
10810
10824
  onBlur: r
10811
10825
  }, t.map(function (e, t) {
10812
- return E$1.createElement("li", {
10826
+ return x.createElement("li", {
10813
10827
  className: "".concat(u("option"), " ").concat(h === t && u("option--focused")),
10814
10828
  key: e.value,
10815
10829
  onClick: function () {
@@ -10822,11 +10836,11 @@ function ka(e) {
10822
10836
  role: "option",
10823
10837
  "aria-selected": i === e.value,
10824
10838
  title: "object" !== _typeof(e.label) && e.label
10825
- }, e.icon && E$1.createElement(Lt, {
10839
+ }, e.icon && x.createElement(It, {
10826
10840
  name: e.icon
10827
- }), E$1.createElement("span", {
10841
+ }), x.createElement("span", {
10828
10842
  className: u("label")
10829
- }, e.label), i && E$1.createElement(Lt, {
10843
+ }, e.label), i && x.createElement(It, {
10830
10844
  className: De(u("check"), _defineProperty$3({}, u("check--invisible"), i !== e.value)),
10831
10845
  size: 16,
10832
10846
  name: "check"
@@ -10871,9 +10885,9 @@ function Oa(e) {
10871
10885
  }), e = function () {
10872
10886
  return document.removeEventListener("click", w);
10873
10887
  }), e;
10874
- }, [p]), E$1.createElement("div", {
10888
+ }, [p]), x.createElement("div", {
10875
10889
  className: v
10876
- }, E$1.createElement("div", {
10890
+ }, x.createElement("div", {
10877
10891
  className: "".concat(g("selected-option"), " ").concat(p ? g("expanded") : ""),
10878
10892
  onClick: C,
10879
10893
  "aria-hidden": "true",
@@ -10884,12 +10898,12 @@ function Oa(e) {
10884
10898
  onKeyDown: function (e) {
10885
10899
  "Enter" !== e.key && " " !== e.key || e.target !== e.currentTarget || C(), "Tab" === e.key && d(!1);
10886
10900
  }
10887
- }, E$1.createElement("span", {
10901
+ }, x.createElement("span", {
10888
10902
  className: g("label")
10889
- }, y || r), E$1.createElement(Lt, {
10903
+ }, y || r), x.createElement(It, {
10890
10904
  name: p ? "arrow-up" : "arrow-down",
10891
10905
  size: 13
10892
- })), p && E$1.createElement(ka, {
10906
+ })), p && x.createElement(ka, {
10893
10907
  className: g("options-list"),
10894
10908
  options: a,
10895
10909
  onSelect: function (e) {
@@ -10904,27 +10918,27 @@ function Oa(e) {
10904
10918
  }
10905
10919
 
10906
10920
  Ca.propTypes = {
10907
- className: M.string,
10908
- children: M.node.isRequired,
10909
- style: M.shape(),
10910
- target: M.shape()
10921
+ className: T.string,
10922
+ children: T.node.isRequired,
10923
+ style: T.shape(),
10924
+ target: T.shape()
10911
10925
  }, Ca.defaultProps = {
10912
10926
  className: "",
10913
10927
  style: {},
10914
10928
  target: null
10915
10929
  }, Ea.propTypes = {
10916
- ariaLabel: M.string,
10917
- autoFocus: M.bool,
10918
- children: M.node.isRequired,
10919
- className: M.string,
10920
- isDisabled: M.bool,
10921
- onClick: M.func.isRequired,
10922
- pressed: M.bool,
10923
- style: M.shape(),
10924
- size: M.oneOfType([M.number, M.string]),
10925
- tabIndex: M.number,
10926
- tooltip: M.string,
10927
- type: M.oneOf(["default", "join", "cancel", "ghost", "toggle"])
10930
+ ariaLabel: T.string,
10931
+ autoFocus: T.bool,
10932
+ children: T.node.isRequired,
10933
+ className: T.string,
10934
+ isDisabled: T.bool,
10935
+ onClick: T.func.isRequired,
10936
+ pressed: T.bool,
10937
+ style: T.shape(),
10938
+ size: T.oneOfType([T.number, T.string]),
10939
+ tabIndex: T.number,
10940
+ tooltip: T.string,
10941
+ type: T.oneOf(["default", "join", "cancel", "ghost", "toggle"])
10928
10942
  }, Ea.defaultProps = {
10929
10943
  ariaLabel: void 0,
10930
10944
  autoFocus: !1,
@@ -10937,19 +10951,19 @@ Ca.propTypes = {
10937
10951
  tooltip: "",
10938
10952
  type: "default"
10939
10953
  }, xa.propTypes = {
10940
- autoFocus: M.bool,
10941
- className: M.string,
10942
- style: M.shape(),
10943
- type: M.string,
10944
- value: M.string,
10945
- name: M.string,
10946
- placeholder: M.string,
10947
- onChange: M.func,
10948
- disabled: M.bool,
10949
- error: M.string,
10950
- ariaLabel: M.string,
10951
- required: M.bool,
10952
- tabIndex: M.number
10954
+ autoFocus: T.bool,
10955
+ className: T.string,
10956
+ style: T.shape(),
10957
+ type: T.string,
10958
+ value: T.string,
10959
+ name: T.string,
10960
+ placeholder: T.string,
10961
+ onChange: T.func,
10962
+ disabled: T.bool,
10963
+ error: T.string,
10964
+ ariaLabel: T.string,
10965
+ required: T.bool,
10966
+ tabIndex: T.number
10953
10967
  }, xa.defaultProps = {
10954
10968
  autoFocus: !1,
10955
10969
  className: "",
@@ -10965,13 +10979,13 @@ Ca.propTypes = {
10965
10979
  required: !1,
10966
10980
  tabIndex: void 0
10967
10981
  }, Na.propTypes = {
10968
- children: M.node.isRequired,
10969
- className: M.string,
10970
- onBack: M.func,
10971
- onClose: M.func,
10972
- otherClassName: M.string,
10973
- title: M.string,
10974
- ariaLabel: M.string
10982
+ children: T.node.isRequired,
10983
+ className: T.string,
10984
+ onBack: T.func,
10985
+ onClose: T.func,
10986
+ otherClassName: T.string,
10987
+ title: T.string,
10988
+ ariaLabel: T.string
10975
10989
  }, Na.defaultProps = {
10976
10990
  className: "",
10977
10991
  onBack: void 0,
@@ -10980,16 +10994,16 @@ Ca.propTypes = {
10980
10994
  title: "",
10981
10995
  ariaLabel: void 0
10982
10996
  }, ka.propTypes = {
10983
- className: M.string,
10984
- onBlur: M.func,
10985
- options: M.arrayOf(M.shape({
10986
- value: M.string,
10987
- label: M.node,
10988
- icon: M.string
10997
+ className: T.string,
10998
+ onBlur: T.func,
10999
+ options: T.arrayOf(T.shape({
11000
+ value: T.string,
11001
+ label: T.node,
11002
+ icon: T.string
10989
11003
  })),
10990
- onSelect: M.func.isRequired,
10991
- selected: M.string,
10992
- tabIndex: M.number
11004
+ onSelect: T.func.isRequired,
11005
+ selected: T.string,
11006
+ tabIndex: T.number
10993
11007
  }, ka.defaultProps = {
10994
11008
  className: "",
10995
11009
  onBlur: void 0,
@@ -10997,17 +11011,17 @@ Ca.propTypes = {
10997
11011
  selected: "",
10998
11012
  tabIndex: void 0
10999
11013
  }, Oa.propTypes = {
11000
- className: M.string,
11001
- value: M.string,
11002
- options: M.arrayOf(M.shape({
11003
- value: M.string,
11004
- label: M.string
11014
+ className: T.string,
11015
+ value: T.string,
11016
+ options: T.arrayOf(T.shape({
11017
+ value: T.string,
11018
+ label: T.string
11005
11019
  })),
11006
- onChange: M.func.isRequired,
11007
- disabled: M.bool,
11008
- tooltip: M.string,
11009
- ariaLabel: M.string,
11010
- tabIndex: M.number
11020
+ onChange: T.func.isRequired,
11021
+ disabled: T.bool,
11022
+ tooltip: T.string,
11023
+ ariaLabel: T.string,
11024
+ tabIndex: T.number
11011
11025
  }, Oa.defaultProps = {
11012
11026
  className: "",
11013
11027
  value: "",
@@ -11025,7 +11039,8 @@ var Da = {
11025
11039
  iconLabel: "Camera icon",
11026
11040
  buttonLabel: "Proceed without camera",
11027
11041
  buttonAction: "ignoreVideoAccessPrompt",
11028
- buttonTooltip: "This setting cannot be changed once the meeting starts."
11042
+ buttonTooltip: "This setting cannot be changed once the meeting starts.",
11043
+ buttonHint: "Proceed without camera. This setting cannot be changed once the meeting starts."
11029
11044
  },
11030
11045
  microphone: {
11031
11046
  icon: "microphone-bold",
@@ -11034,7 +11049,8 @@ var Da = {
11034
11049
  iconLabel: "Microphone icon",
11035
11050
  buttonLabel: "Proceed without audio",
11036
11051
  buttonAction: "ignoreAudioAccessPrompt",
11037
- buttonTooltip: "This setting cannot be changed once the meeting starts."
11052
+ buttonTooltip: "This setting cannot be changed once the meeting starts.",
11053
+ buttonHint: "Proceed without audio. This setting cannot be changed once the meeting starts."
11038
11054
  }
11039
11055
  };
11040
11056
 
@@ -11051,37 +11067,38 @@ function Ma(e) {
11051
11067
  u = c[1],
11052
11068
  m = useContext(Rt),
11053
11069
  p = Mn(a).ID;
11054
- return E$1.createElement("div", {
11070
+ return x.createElement("div", {
11055
11071
  className: l,
11056
11072
  style: i
11057
- }, n && E$1.createElement("div", {
11073
+ }, n && x.createElement("div", {
11058
11074
  className: u("logo-container")
11059
- }, n), E$1.createElement(Lt, {
11075
+ }, n), x.createElement(It, {
11060
11076
  name: o.icon,
11061
11077
  size: 48,
11062
11078
  ariaLabel: o.iconLabel
11063
- }), E$1.createElement("h2", {
11079
+ }), x.createElement("h2", {
11064
11080
  className: u("title")
11065
- }, o.title), E$1.createElement("p", {
11081
+ }, o.title), x.createElement("p", {
11066
11082
  className: u("body")
11067
- }, "Select", " ", E$1.createElement("span", {
11083
+ }, "Select", " ", x.createElement("span", {
11068
11084
  className: u("allow")
11069
- }, "Allow"), " ", o.message), E$1.createElement(Ea, {
11085
+ }, "Allow"), " ", o.message), x.createElement(Ea, {
11070
11086
  type: "default",
11071
11087
  size: 40,
11072
11088
  onClick: function () {
11073
11089
  return m.meetingsAdapter[o.buttonAction](p);
11074
11090
  },
11075
- tooltip: o.buttonTooltip
11091
+ tooltip: o.buttonTooltip,
11092
+ ariaLabel: o.buttonHint
11076
11093
  }, o.buttonLabel));
11077
11094
  }
11078
11095
 
11079
11096
  Ma.propTypes = {
11080
- className: M.string,
11081
- logo: M.node,
11082
- media: M.oneOf(["camera", "microphone"]),
11083
- meetingID: M.string.isRequired,
11084
- style: M.shape()
11097
+ className: T.string,
11098
+ logo: T.node,
11099
+ media: T.oneOf(["camera", "microphone"]),
11100
+ meetingID: T.string.isRequired,
11101
+ style: T.shape()
11085
11102
  }, Ma.defaultProps = {
11086
11103
  className: "",
11087
11104
  logo: void 0,
@@ -11121,7 +11138,7 @@ function Pa(e) {
11121
11138
  s = n.selected,
11122
11139
  c = n.tooltip,
11123
11140
  l = n.hint;
11124
- return E$1.createElement(Oa, {
11141
+ return x.createElement(Oa, {
11125
11142
  className: e("control-select"),
11126
11143
  style: r,
11127
11144
  value: s || "",
@@ -11145,49 +11162,50 @@ function Pa(e) {
11145
11162
  p = n.hint,
11146
11163
  d = n.state === A,
11147
11164
  f = n.state === j;
11148
- return i ? E$1.createElement(Ea, {
11165
+ return i ? x.createElement(Ea, {
11149
11166
  type: "ghost",
11150
11167
  style: r,
11151
11168
  size: 24,
11152
11169
  className: e("as-item"),
11153
- tooltip: m
11154
- }, c && E$1.createElement(Lt, {
11170
+ tooltip: m,
11171
+ ariaLabel: p || u
11172
+ }, c && x.createElement(It, {
11155
11173
  name: c,
11156
11174
  size: 14,
11157
11175
  className: e("item-button-icon")
11158
- }), E$1.createElement("span", {
11176
+ }), x.createElement("span", {
11159
11177
  className: e("item-button-text")
11160
- }, u)) : E$1.createElement(Ea, {
11178
+ }, u)) : x.createElement(Ea, {
11161
11179
  className: e("control-button"),
11162
11180
  type: Ta[l] || "default",
11163
11181
  size: 48,
11164
11182
  isDisabled: d,
11165
11183
  onClick: t,
11166
- ariaLabel: p,
11184
+ ariaLabel: p || u,
11167
11185
  pressed: f,
11168
11186
  tooltip: m,
11169
11187
  autoFocus: o,
11170
11188
  tabIndex: s
11171
- }, c && E$1.createElement(Lt, {
11189
+ }, c && x.createElement(It, {
11172
11190
  name: c,
11173
11191
  size: 24
11174
- }), (a || !c) && u && E$1.createElement("span", {
11192
+ }), (a || !c) && u && x.createElement("span", {
11175
11193
  className: e("button-text")
11176
11194
  }, u));
11177
- }(v, m, p, s, o, n, r, c) : "", E$1.createElement("div", {
11195
+ }(v, m, p, s, o, n, r, c) : "", x.createElement("div", {
11178
11196
  className: h
11179
11197
  }, t);
11180
11198
  }
11181
11199
 
11182
11200
  Pa.propTypes = {
11183
- asItem: M.bool,
11184
- autoFocus: M.bool,
11185
- className: M.string,
11186
- meetingID: M.string.isRequired,
11187
- showText: M.bool,
11188
- style: M.shape(),
11189
- tabIndex: M.number,
11190
- type: M.string.isRequired
11201
+ asItem: T.bool,
11202
+ autoFocus: T.bool,
11203
+ className: T.string,
11204
+ meetingID: T.string.isRequired,
11205
+ showText: T.bool,
11206
+ style: T.shape(),
11207
+ tabIndex: T.number,
11208
+ type: T.string.isRequired
11191
11209
  }, Pa.defaultProps = {
11192
11210
  asItem: !1,
11193
11211
  autoFocus: !1,
@@ -11197,12 +11215,12 @@ Pa.propTypes = {
11197
11215
  tabIndex: void 0
11198
11216
  };
11199
11217
 
11200
- var Ia = function (e) {
11218
+ var La = function (e) {
11201
11219
  return !!e;
11202
11220
  };
11203
11221
 
11204
- function La(e) {
11205
- for (var t = e.className, n = e.collapseRangeStart, r = e.collapseRangeEnd, a = e.controls, i = e.meetingID, o = e.style, s = e.tabIndexes, c = useContext(Rt).meetingsAdapter, l = Mn(i).state, u = xn(), m = _slicedToArray(u, 2), p = m[0], d = m[1].width, f = xn(), h = _slicedToArray(f, 2), v = h[0], g = h[1].width, y = l === V, C = Pe("meeting-control-bar", t), w = _slicedToArray(C, 2), O = w[0], D = w[1], M = a(y), P = s(y), I = M.length, L = useState(), S = _slicedToArray(L, 2), R = S[0], j = S[1], z = useState([0, 0]), A = _slicedToArray(z, 2), B = _slicedToArray(A[0], 2), H = B[0], q = B[1], U = A[1], Z = useState(!1), F = _slicedToArray(Z, 2), W = F[0], Y = F[1], G = [], _ = [], X = [], J = [], Q = 0; Q < 20; Q += 1) {
11222
+ function Ia(e) {
11223
+ for (var t = e.className, n = e.collapseRangeStart, r = e.collapseRangeEnd, a = e.controls, i = e.meetingID, o = e.style, s = e.tabIndexes, c = useContext(Rt).meetingsAdapter, l = Mn(i).state, u = xn(), m = _slicedToArray(u, 2), p = m[0], d = m[1].width, f = xn(), h = _slicedToArray(f, 2), v = h[0], g = h[1].width, y = l === V, C = Pe("meeting-control-bar", t), w = _slicedToArray(C, 2), D = w[0], M = w[1], T = a(y), P = s(y), L = T.length, I = useState(), S = _slicedToArray(I, 2), R = S[0], j = S[1], z = useState([0, 0]), A = _slicedToArray(z, 2), B = _slicedToArray(A[0], 2), H = B[0], q = B[1], U = A[1], Z = useState(!1), F = _slicedToArray(Z, 2), W = F[0], Y = F[1], G = [], _ = [], X = [], J = [], Q = 0; Q < 20; Q += 1) {
11206
11224
  var K = xn(),
11207
11225
  $ = _slicedToArray(K, 2),
11208
11226
  ee = $[0],
@@ -11211,21 +11229,21 @@ function La(e) {
11211
11229
  re = _slicedToArray(ne, 2),
11212
11230
  ae = re[0],
11213
11231
  ie = re[1].width,
11214
- oe = Q < I;
11232
+ oe = Q < L;
11215
11233
  G[Q] = oe && ee, _[Q] = oe && ae, X[Q] = oe && te + 10, J[Q] = oe && ie + 10;
11216
11234
  }
11217
11235
 
11218
11236
  useEffect(function () {
11219
- if (X.splice(I), J.splice(I), d && g && X.every(Ia) && J.every(Ia)) {
11237
+ if (X.splice(L), J.splice(L), d && g && X.every(La) && J.every(La)) {
11220
11238
  for (var e = J.reduce(function (e, t) {
11221
11239
  return e + t;
11222
11240
  }, 0), t = J.map(function () {
11223
11241
  return !0;
11224
- }), a = I - 1; a >= 0 && e > d; a -= 1) e -= J[a] - X[a], t[a] = !1;
11242
+ }), a = L - 1; a >= 0 && e > d; a -= 1) e -= J[a] - X[a], t[a] = !1;
11225
11243
 
11226
11244
  if (j(t), e <= d) U([0, 0]), Y(!1);else {
11227
- var i = (n + I) % I,
11228
- o = (r + I) % I;
11245
+ var i = (n + L) % L,
11246
+ o = (r + L) % L;
11229
11247
  e += g + 10;
11230
11248
 
11231
11249
  for (var s = o, c = o - 1; c >= i && e > d; c -= 1) e -= X[c], s = c;
@@ -11233,7 +11251,7 @@ function La(e) {
11233
11251
  U([s, o]);
11234
11252
  }
11235
11253
  }
11236
- }, [d, g, n, r, I].concat(X, J));
11254
+ }, [d, g, n, r, L].concat(X, J));
11237
11255
 
11238
11256
  var se,
11239
11257
  ce = function (e, t) {
@@ -11242,9 +11260,9 @@ function La(e) {
11242
11260
  return e + n;
11243
11261
  });
11244
11262
  }(e, t).map(function (e) {
11245
- return E$1.createElement(Pa, {
11246
- key: M[e],
11247
- type: M[e],
11263
+ return x.createElement(Pa, {
11264
+ key: T[e],
11265
+ type: T[e],
11248
11266
  meetingID: i,
11249
11267
  showText: R[e],
11250
11268
  autoFocus: P[e] === Math.min.apply(Math, _toConsumableArray(P)) || !1,
@@ -11256,18 +11274,19 @@ function La(e) {
11256
11274
  return Y(!W);
11257
11275
  },
11258
11276
  ue = function (e, t, n, r) {
11259
- return E$1.createElement("div", {
11277
+ return x.createElement("div", {
11260
11278
  ref: n,
11261
11279
  key: "collapse-button",
11262
- className: D("collapse-button")
11263
- }, E$1.createElement(Ea, {
11280
+ className: M("collapse-button")
11281
+ }, x.createElement(Ea, {
11264
11282
  onClick: t,
11265
11283
  type: "toggle",
11266
11284
  size: 48,
11267
11285
  pressed: e,
11268
11286
  tabIndex: r,
11269
- tooltip: "More options"
11270
- }, E$1.createElement(Lt, {
11287
+ tooltip: "More options",
11288
+ ariaLabel: e ? "Collapse additional controls" : "Expand additional controls"
11289
+ }, x.createElement(It, {
11271
11290
  name: e ? "more-adr" : "more"
11272
11291
  })));
11273
11292
  },
@@ -11282,46 +11301,46 @@ function La(e) {
11282
11301
  }), e = function () {
11283
11302
  return document.removeEventListener("click", me);
11284
11303
  }), e;
11285
- }, [W]), E$1.createElement("div", {
11304
+ }, [W]), x.createElement("div", {
11286
11305
  ref: p,
11287
- className: O,
11306
+ className: D,
11288
11307
  style: o
11289
- }, W && (se = M.slice(H, q).map(function (e) {
11308
+ }, W && (se = T.slice(H, q).map(function (e) {
11290
11309
  return {
11291
11310
  value: e,
11292
- label: E$1.createElement(Pa, {
11311
+ label: x.createElement(Pa, {
11293
11312
  key: e,
11294
11313
  type: e,
11295
11314
  meetingID: i,
11296
11315
  asItem: !0
11297
11316
  })
11298
11317
  };
11299
- }), E$1.createElement(ka, {
11300
- className: D("collapsed-controls"),
11318
+ }), x.createElement(ka, {
11319
+ className: M("collapsed-controls"),
11301
11320
  options: se,
11302
11321
  onSelect: function (e) {
11303
11322
  c.meetingControls[e.value].action(i), le();
11304
11323
  },
11305
11324
  tabIndex: P[H]
11306
- })), R && E$1.createElement("div", {
11307
- className: D("controls")
11308
- }, ce(0, H), H < q && ue(W, le, void 0, P[H]), ce(q, I)), E$1.createElement("div", {
11309
- className: "".concat(D("controls"), " ").concat(D("controls--control-refs")),
11325
+ })), R && x.createElement("div", {
11326
+ className: M("controls")
11327
+ }, ce(0, H), H < q && ue(W, le, void 0, P[H]), ce(q, L)), x.createElement("div", {
11328
+ className: "".concat(M("controls"), " ").concat(M("controls--control-refs")),
11310
11329
  "aria-hidden": "true"
11311
- }, M.map(function (e, t) {
11312
- return E$1.createElement(E$1.Fragment, {
11330
+ }, T.map(function (e, t) {
11331
+ return x.createElement(x.Fragment, {
11313
11332
  key: e
11314
- }, E$1.createElement("div", {
11333
+ }, x.createElement("div", {
11315
11334
  ref: G[t],
11316
11335
  key: "icon"
11317
- }, E$1.createElement(Pa, {
11336
+ }, x.createElement(Pa, {
11318
11337
  type: e,
11319
11338
  meetingID: i,
11320
11339
  showText: !1
11321
- })), E$1.createElement("div", {
11340
+ })), x.createElement("div", {
11322
11341
  ref: _[t],
11323
11342
  key: "text"
11324
- }, E$1.createElement(Pa, {
11343
+ }, x.createElement(Pa, {
11325
11344
  type: e,
11326
11345
  meetingID: i,
11327
11346
  showText: !0
@@ -11329,15 +11348,15 @@ function La(e) {
11329
11348
  }), ue(W, function () {}, v)));
11330
11349
  }
11331
11350
 
11332
- La.propTypes = {
11333
- className: M.string,
11334
- collapseRangeStart: M.number,
11335
- collapseRangeEnd: M.number,
11336
- controls: M.func,
11337
- meetingID: M.string.isRequired,
11338
- style: M.shape(),
11339
- tabIndexes: M.func
11340
- }, La.defaultProps = {
11351
+ Ia.propTypes = {
11352
+ className: T.string,
11353
+ collapseRangeStart: T.number,
11354
+ collapseRangeEnd: T.number,
11355
+ controls: T.func,
11356
+ meetingID: T.string.isRequired,
11357
+ style: T.shape(),
11358
+ tabIndexes: T.func
11359
+ }, Ia.defaultProps = {
11341
11360
  className: "",
11342
11361
  collapseRangeStart: 0,
11343
11362
  collapseRangeEnd: -1,
@@ -11352,7 +11371,7 @@ La.propTypes = {
11352
11371
  var Sa = "Webex by Cisco logo",
11353
11372
  Ra = "Your name appears in the participant list. Skip this optional field to use the name provided by the system.",
11354
11373
  ja = "The password is provided in the invitation for a scheduled meeting, or from the host.",
11355
- za = "Start the meeting after entering the required information.",
11374
+ za = "Start meeting. Start the meeting after entering the required information.",
11356
11375
  Aa = "Click to go to a new screen where the meeting host can enter the host key.";
11357
11376
 
11358
11377
  function Ba(e) {
@@ -11376,40 +11395,40 @@ function Ba(e) {
11376
11395
  y = g.ID,
11377
11396
  C = g.invalidPassword,
11378
11397
  w = useState(!1),
11379
- k = _slicedToArray(w, 2),
11380
- O = k[0],
11381
- D = k[1],
11398
+ E = _slicedToArray(w, 2),
11399
+ O = E[0],
11400
+ D = E[1],
11382
11401
  M = useContext(Rt),
11383
11402
  T = xn(),
11384
11403
  P = _slicedToArray(T, 2),
11385
- I = P[0],
11386
- L = Pe("meeting-guest-authentication", t, {
11404
+ L = P[0],
11405
+ I = Pe("meeting-guest-authentication", t, {
11387
11406
  phone: P[1].width <= 425
11388
11407
  }),
11389
- S = _slicedToArray(L, 2),
11408
+ S = _slicedToArray(I, 2),
11390
11409
  R = S[0],
11391
11410
  j = S[1],
11392
11411
  z = h || !m || C || O,
11393
11412
  A = "Enter meeting information to join";
11394
- return E$1.createElement("div", {
11395
- ref: I,
11413
+ return x.createElement("div", {
11414
+ ref: L,
11396
11415
  className: R,
11397
11416
  style: r
11398
- }, E$1.createElement("div", {
11417
+ }, x.createElement("div", {
11399
11418
  className: j("header")
11400
- }, E$1.createElement("div", {
11419
+ }, x.createElement("div", {
11401
11420
  className: j("logo"),
11402
11421
  "aria-label": Sa
11403
- }), E$1.createElement("div", {
11422
+ }), x.createElement("div", {
11404
11423
  className: j("title"),
11405
11424
  title: A
11406
- }, A)), E$1.createElement("form", {
11425
+ }, A)), x.createElement("form", {
11407
11426
  className: j("form-content")
11408
- }, E$1.createElement("label", {
11427
+ }, x.createElement("label", {
11409
11428
  className: j("label")
11410
- }, E$1.createElement("span", {
11429
+ }, x.createElement("span", {
11411
11430
  className: j("label-text")
11412
- }, "Your name"), E$1.createElement(xa, {
11431
+ }, "Your name"), x.createElement(xa, {
11413
11432
  type: "text",
11414
11433
  name: "name",
11415
11434
  value: s,
@@ -11424,11 +11443,11 @@ function Ba(e) {
11424
11443
  ariaLabel: Ra,
11425
11444
  autoFocus: !0,
11426
11445
  tabIndex: 101
11427
- })), E$1.createElement("label", {
11446
+ })), x.createElement("label", {
11428
11447
  className: j("label")
11429
- }, E$1.createElement("span", {
11448
+ }, x.createElement("span", {
11430
11449
  className: j("label-text")
11431
- }, "Meeting password (required)"), E$1.createElement(xa, {
11450
+ }, "Meeting password (required)"), x.createElement(xa, {
11432
11451
  type: "password",
11433
11452
  name: "password",
11434
11453
  value: m,
@@ -11439,7 +11458,7 @@ function Ba(e) {
11439
11458
  error: C ? "Incorrect password. Try again." : "",
11440
11459
  ariaLabel: ja,
11441
11460
  tabIndex: 102
11442
- })), E$1.createElement(Ea, {
11461
+ })), x.createElement(Ea, {
11443
11462
  type: "primary",
11444
11463
  className: j("start-button"),
11445
11464
  size: 28,
@@ -11454,12 +11473,12 @@ function Ba(e) {
11454
11473
  isDisabled: z,
11455
11474
  ariaLabel: za,
11456
11475
  tabIndex: 103
11457
- }, O && E$1.createElement(ca, {
11476
+ }, O && x.createElement(ca, {
11458
11477
  className: j("start-button-spinner"),
11459
11478
  size: 16
11460
- }), O ? "Starting meeting..." : "Start meeting")), E$1.createElement("div", {
11479
+ }), O ? "Starting meeting..." : "Start meeting")), x.createElement("div", {
11461
11480
  className: j("host-text")
11462
- }, "Hosting the meeting?", " ", E$1.createElement("a", {
11481
+ }, "Hosting the meeting?", " ", x.createElement("a", {
11463
11482
  href: "#",
11464
11483
  tabIndex: 104,
11465
11484
  className: j("host-hyperlink"),
@@ -11471,10 +11490,10 @@ function Ba(e) {
11471
11490
  }
11472
11491
 
11473
11492
  Ba.propTypes = {
11474
- className: M.string,
11475
- meetingID: M.string.isRequired,
11476
- style: M.shape(),
11477
- switchToHostModal: M.func
11493
+ className: T.string,
11494
+ meetingID: T.string.isRequired,
11495
+ style: T.shape(),
11496
+ switchToHostModal: T.func
11478
11497
  }, Ba.defaultProps = {
11479
11498
  className: "",
11480
11499
  style: void 0,
@@ -11482,7 +11501,7 @@ Ba.propTypes = {
11482
11501
  };
11483
11502
  var Va = "Webex by Cisco logo",
11484
11503
  Ha = "The host key is generated when a meeting is scheduled.",
11485
- qa = "Start the meeting for all participants after entering the required information.";
11504
+ qa = "Start meeting. Start the meeting for all participants after entering the required information.";
11486
11505
 
11487
11506
  function Ua(e) {
11488
11507
  var t = e.className,
@@ -11507,32 +11526,32 @@ function Ua(e) {
11507
11526
  phone: g[1].width <= 425
11508
11527
  }),
11509
11528
  w = _slicedToArray(C, 2),
11510
- k = w[0],
11529
+ E = w[0],
11511
11530
  O = w[1],
11512
11531
  D = !o || u || d,
11513
11532
  M = "Enter host information to join";
11514
- return E$1.createElement("div", {
11533
+ return x.createElement("div", {
11515
11534
  ref: y,
11516
- className: k,
11535
+ className: E,
11517
11536
  style: r
11518
- }, E$1.createElement("div", {
11537
+ }, x.createElement("div", {
11519
11538
  className: O("header")
11520
- }, E$1.createElement("div", {
11539
+ }, x.createElement("div", {
11521
11540
  className: O("logo"),
11522
11541
  "aria-label": Va
11523
- }), E$1.createElement("div", {
11542
+ }), x.createElement("div", {
11524
11543
  className: O("title"),
11525
11544
  title: M
11526
- }, M)), E$1.createElement("form", {
11545
+ }, M)), x.createElement("form", {
11527
11546
  className: O("form-content"),
11528
11547
  onSubmit: function (e) {
11529
11548
  e.preventDefault();
11530
11549
  }
11531
- }, E$1.createElement("label", {
11550
+ }, x.createElement("label", {
11532
11551
  className: O("label")
11533
- }, E$1.createElement("span", {
11552
+ }, x.createElement("span", {
11534
11553
  className: O("label-text")
11535
- }, "Host key (required)"), E$1.createElement(xa, {
11554
+ }, "Host key (required)"), x.createElement(xa, {
11536
11555
  type: "password",
11537
11556
  name: "password",
11538
11557
  value: o,
@@ -11544,7 +11563,7 @@ function Ua(e) {
11544
11563
  ariaLabel: Ha,
11545
11564
  autoFocus: !0,
11546
11565
  tabIndex: 101
11547
- })), E$1.createElement(Ea, {
11566
+ })), x.createElement(Ea, {
11548
11567
  type: "primary",
11549
11568
  className: O("start-button"),
11550
11569
  size: 28,
@@ -11558,7 +11577,7 @@ function Ua(e) {
11558
11577
  isDisabled: D,
11559
11578
  ariaLabel: qa,
11560
11579
  tabIndex: 102
11561
- }, d && E$1.createElement(ca, {
11580
+ }, d && x.createElement(ca, {
11562
11581
  className: O("start-button-spinner"),
11563
11582
  size: 16
11564
11583
  }), d ? "Starting meeting..." : "Start meeting")));
@@ -11587,44 +11606,44 @@ function Za(e) {
11587
11606
  y = null == d ? void 0 : d.sharing,
11588
11607
  C = null == d ? void 0 : d.inMeeting,
11589
11608
  w = p.ID === o && a === U,
11590
- x = null == d ? void 0 : d.host,
11609
+ E = null == d ? void 0 : d.host,
11591
11610
  N = null == d ? void 0 : d.guest,
11592
- k = [w && "You", x && "Host", y && "Presenter"].filter(function (e) {
11611
+ k = [w && "You", E && "Host", y && "Presenter"].filter(function (e) {
11593
11612
  return e;
11594
11613
  }),
11595
- O = (null == m || null === (t = m[0]) || void 0 === t ? void 0 : t.split("@")[1]) || E$1.createElement("i", null, "Unknown organization"),
11614
+ O = (null == m || null === (t = m[0]) || void 0 === t ? void 0 : t.split("@")[1]) || x.createElement("i", null, "Unknown organization"),
11596
11615
  D = Pe("member", n),
11597
11616
  M = _slicedToArray(D, 2),
11598
11617
  T = M[0],
11599
11618
  P = M[1];
11600
- return E$1.createElement("div", {
11619
+ return x.createElement("div", {
11601
11620
  className: T,
11602
11621
  style: s
11603
- }, E$1.createElement(qn, {
11622
+ }, x.createElement(qn, {
11604
11623
  personID: o,
11605
11624
  displayStatus: i,
11606
11625
  className: P("avatar")
11607
- }), E$1.createElement("div", {
11626
+ }), x.createElement("div", {
11608
11627
  className: P("details")
11609
- }, E$1.createElement("div", {
11628
+ }, x.createElement("div", {
11610
11629
  className: P("name")
11611
- }, (null != l ? l : E$1.createElement(ca, {
11630
+ }, (null != l ? l : x.createElement(ca, {
11612
11631
  size: 16
11613
- })) || E$1.createElement("i", null, "Name not available"), N && E$1.createElement("span", {
11632
+ })) || x.createElement("i", null, "Name not available"), N && x.createElement("span", {
11614
11633
  className: P("guest")
11615
- }, " (Guest)")), k.length > 0 && E$1.createElement("div", {
11634
+ }, " (Guest)")), k.length > 0 && x.createElement("div", {
11616
11635
  className: P("roles")
11617
- }, k.join(", ")), g && E$1.createElement("div", {
11636
+ }, k.join(", ")), g && x.createElement("div", {
11618
11637
  className: P("organization")
11619
- }, f.name || O)), C && y && E$1.createElement(Lt, {
11638
+ }, f.name || O)), C && y && x.createElement(It, {
11620
11639
  name: "content-share",
11621
11640
  size: 16,
11622
11641
  className: P("sharing")
11623
- }), C && v && E$1.createElement(Lt, {
11642
+ }), C && v && x.createElement(It, {
11624
11643
  name: "microphone",
11625
11644
  size: 16,
11626
11645
  className: P("speaking")
11627
- }), C && h && E$1.createElement(Lt, {
11646
+ }), C && h && x.createElement(It, {
11628
11647
  name: "microphone-muted",
11629
11648
  size: 16,
11630
11649
  className: P("muted")
@@ -11646,7 +11665,7 @@ function Fa(e) {
11646
11665
  p = function (e) {
11647
11666
  return e.map(function (e) {
11648
11667
  var t = e.ID;
11649
- return E$1.createElement(Za, {
11668
+ return x.createElement(Za, {
11650
11669
  destinationType: r,
11651
11670
  destinationID: n,
11652
11671
  personID: t,
@@ -11655,41 +11674,42 @@ function Fa(e) {
11655
11674
  });
11656
11675
  },
11657
11676
  d = function (e, t) {
11658
- return e.length > 0 && E$1.createElement(E$1.Fragment, null, E$1.createElement("h5", {
11677
+ return e.length > 0 && x.createElement(x.Fragment, null, x.createElement("h5", {
11659
11678
  className: m("section-title")
11660
11679
  }, t), p(e));
11661
11680
  },
11662
11681
  f = o.some(function (e) {
11663
11682
  return void 0 !== e.orgID && void 0 !== s && e.orgID !== s;
11664
- }) && E$1.createElement("div", {
11683
+ }) && x.createElement("div", {
11665
11684
  className: m("external-user-warning")
11666
- }, E$1.createElement(Lt, {
11685
+ }, x.createElement(It, {
11667
11686
  name: "external-user",
11668
11687
  size: 20,
11669
11688
  className: m("external-user-icon")
11670
- }), E$1.createElement("div", {
11689
+ }), x.createElement("div", {
11671
11690
  className: m("external-user-message")
11672
11691
  }, "People outside your company are included in this space"));
11673
11692
 
11674
- return E$1.createElement("div", {
11693
+ return x.createElement("div", {
11675
11694
  className: u,
11676
11695
  style: a
11677
- }, E$1.createElement("div", {
11696
+ }, x.createElement("div", {
11678
11697
  className: m("header")
11679
- }, E$1.createElement(ma, {
11698
+ }, x.createElement(ma, {
11680
11699
  type: "section",
11681
11700
  className: m("title")
11682
- }, "Participants (", o ? o.length : E$1.createElement("i", null, "loading..."), ")"), E$1.createElement(Ea, {
11701
+ }, "Participants (", o ? o.length : x.createElement("i", null, "loading..."), ")"), x.createElement(Ea, {
11683
11702
  type: "ghost",
11684
11703
  size: 28,
11685
11704
  onClick: i,
11686
- tabIndex: 50
11687
- }, E$1.createElement(Lt, {
11705
+ tabIndex: 50,
11706
+ ariaLabel: "Close participants panel"
11707
+ }, x.createElement(It, {
11688
11708
  name: "cancel",
11689
11709
  size: 16
11690
- }))), f, E$1.createElement("div", {
11710
+ }))), f, x.createElement("div", {
11691
11711
  className: m("members")
11692
- }, r !== U ? p(o) : E$1.createElement(E$1.Fragment, null, d(o.filter(function (e) {
11712
+ }, r !== U ? p(o) : x.createElement(x.Fragment, null, d(o.filter(function (e) {
11693
11713
  return e.inMeeting;
11694
11714
  }), "In the meeting"), d(o.filter(function (e) {
11695
11715
  return !e.inMeeting;
@@ -11713,10 +11733,10 @@ function Wa(e) {
11713
11733
  p = (i || []).findIndex(function (e) {
11714
11734
  return e.key === r;
11715
11735
  });
11716
- return E$1.createElement("div", {
11736
+ return x.createElement("div", {
11717
11737
  className: u,
11718
11738
  style: a
11719
- }, E$1.createElement("ul", {
11739
+ }, x.createElement("ul", {
11720
11740
  className: m("list"),
11721
11741
  tabIndex: o,
11722
11742
  onKeyUp: function (e) {
@@ -11731,58 +11751,58 @@ function Wa(e) {
11731
11751
  "aria-label": "Use arrow keys to navigate between setting options",
11732
11752
  role: "tablist"
11733
11753
  }, i.map(function (e, t) {
11734
- return E$1.createElement("li", {
11754
+ return x.createElement("li", {
11735
11755
  className: De(m("tab"), r === e.key && m("tab--active")),
11736
11756
  key: e.key,
11737
11757
  role: "tab",
11738
11758
  "aria-selected": r === e.key
11739
- }, E$1.createElement("button", {
11759
+ }, x.createElement("button", {
11740
11760
  onClick: function () {
11741
11761
  return n(e.key);
11742
11762
  },
11743
11763
  type: "button",
11744
- "aria-label": "Tab ".concat(t + 1, " of ").concat(i.length, ". ").concat(e.ariaLabel)
11764
+ "aria-label": "".concat(e.heading, ". Tab ").concat(t + 1, " of ").concat(i.length, ". ").concat(e.ariaLabel)
11745
11765
  }, e.heading));
11746
- })), E$1.createElement("div", {
11766
+ })), x.createElement("div", {
11747
11767
  className: m("content")
11748
11768
  }, s()));
11749
11769
  }
11750
11770
 
11751
11771
  Ua.propTypes = {
11752
- className: M.string,
11753
- meetingID: M.string.isRequired,
11754
- style: M.shape()
11772
+ className: T.string,
11773
+ meetingID: T.string.isRequired,
11774
+ style: T.shape()
11755
11775
  }, Ua.defaultProps = {
11756
11776
  className: "",
11757
11777
  style: void 0
11758
11778
  }, Za.propTypes = {
11759
- className: M.string,
11760
- destinationID: M.string.isRequired,
11761
- destinationType: M.string.isRequired,
11762
- displayStatus: M.bool,
11763
- personID: M.string.isRequired,
11764
- style: M.shape()
11779
+ className: T.string,
11780
+ destinationID: T.string.isRequired,
11781
+ destinationType: T.string.isRequired,
11782
+ displayStatus: T.bool,
11783
+ personID: T.string.isRequired,
11784
+ style: T.shape()
11765
11785
  }, Za.defaultProps = {
11766
11786
  className: "",
11767
11787
  displayStatus: !1,
11768
11788
  style: void 0
11769
11789
  }, Fa.propTypes = {
11770
- className: M.string,
11771
- destinationID: M.string.isRequired,
11772
- destinationType: M.string.isRequired,
11773
- style: M.shape(),
11774
- onClose: M.func
11790
+ className: T.string,
11791
+ destinationID: T.string.isRequired,
11792
+ destinationType: T.string.isRequired,
11793
+ style: T.shape(),
11794
+ onClose: T.func
11775
11795
  }, Fa.defaultProps = {
11776
11796
  className: "",
11777
11797
  style: void 0,
11778
11798
  onClose: void 0
11779
11799
  }, Wa.propTypes = {
11780
- className: M.string,
11781
- onSelect: M.func.isRequired,
11782
- selected: M.string.isRequired,
11783
- style: M.shape(),
11784
- tabs: M.arrayOf(M.object).isRequired,
11785
- tabIndex: M.number
11800
+ className: T.string,
11801
+ onSelect: T.func.isRequired,
11802
+ selected: T.string.isRequired,
11803
+ style: T.shape(),
11804
+ tabs: T.arrayOf(T.object).isRequired,
11805
+ tabIndex: T.number
11786
11806
  }, Wa.defaultProps = {
11787
11807
  className: "",
11788
11808
  style: void 0,
@@ -11794,34 +11814,34 @@ var Ya = Pe("no-media"),
11794
11814
  microphone: {
11795
11815
  icon: "microphone-issue",
11796
11816
  title: "Can't access microphone",
11797
- message: E$1.createElement(E$1.Fragment, null, E$1.createElement("p", {
11817
+ message: x.createElement(x.Fragment, null, x.createElement("p", {
11798
11818
  className: Ga("indications")
11799
- }, "Reload this page and select ", E$1.createElement("b", {
11819
+ }, "Reload this page and select ", x.createElement("b", {
11800
11820
  className: Ga("accent")
11801
- }, "Allow"), " when your browser asks."), E$1.createElement("p", {
11821
+ }, "Allow"), " when your browser asks."), x.createElement("p", {
11802
11822
  className: Ga("indications")
11803
- }, E$1.createElement("div", null, E$1.createElement("b", {
11823
+ }, x.createElement("div", null, x.createElement("b", {
11804
11824
  className: Ga("accent")
11805
- }, "Still not working?")), "You may need to update your webpage permissions. Go to your ", E$1.createElement("b", {
11825
+ }, "Still not working?")), "You may need to update your webpage permissions. Go to your ", x.createElement("b", {
11806
11826
  className: Ga("accent")
11807
- }, "browser settings"), ", look for website settings, select ", E$1.createElement("b", {
11827
+ }, "browser settings"), ", look for website settings, select ", x.createElement("b", {
11808
11828
  className: Ga("accent")
11809
11829
  }, "Allow for Microphone"), ", then reload this page."))
11810
11830
  },
11811
11831
  camera: {
11812
11832
  icon: "camera-issue",
11813
11833
  title: "Can't access camera",
11814
- message: E$1.createElement(E$1.Fragment, null, E$1.createElement("p", {
11834
+ message: x.createElement(x.Fragment, null, x.createElement("p", {
11815
11835
  className: Ga("indications")
11816
- }, "Reload this page and select ", E$1.createElement("b", {
11836
+ }, "Reload this page and select ", x.createElement("b", {
11817
11837
  className: Ga("accent")
11818
- }, "Allow"), " when your browser asks."), E$1.createElement("p", {
11838
+ }, "Allow"), " when your browser asks."), x.createElement("p", {
11819
11839
  className: Ga("indications")
11820
- }, E$1.createElement("div", null, E$1.createElement("b", {
11840
+ }, x.createElement("div", null, x.createElement("b", {
11821
11841
  className: Ga("accent")
11822
- }, "Still not working?")), "You may need to update your webpage permissions. Go to your ", E$1.createElement("b", {
11842
+ }, "Still not working?")), "You may need to update your webpage permissions. Go to your ", x.createElement("b", {
11823
11843
  className: Ga("accent")
11824
- }, "browser settings"), ", look for website settings, select ", E$1.createElement("b", {
11844
+ }, "browser settings"), ", look for website settings, select ", x.createElement("b", {
11825
11845
  className: Ga("accent")
11826
11846
  }, "Allow for Camera"), ", then reload this page."))
11827
11847
  }
@@ -11834,16 +11854,16 @@ function Xa(e) {
11834
11854
  a = Pe("no-media", t),
11835
11855
  i = _slicedToArray(a, 1)[0],
11836
11856
  o = _a[r];
11837
- return E$1.createElement("div", {
11857
+ return x.createElement("div", {
11838
11858
  className: i,
11839
11859
  style: n
11840
- }, E$1.createElement(Lt, {
11860
+ }, x.createElement(It, {
11841
11861
  className: Ga("icon-media-issue"),
11842
11862
  name: o.icon
11843
- }), E$1.createElement(ma, {
11863
+ }), x.createElement(ma, {
11844
11864
  type: "subsection",
11845
11865
  className: Ga("title")
11846
- }, o.title), E$1.createElement("div", {
11866
+ }, o.title), x.createElement("div", {
11847
11867
  className: Ga("body")
11848
11868
  }, o.message));
11849
11869
  }
@@ -11859,22 +11879,22 @@ function Ja(e) {
11859
11879
  c = o[1],
11860
11880
  l = Tn("switch-microphone", r),
11861
11881
  u = _slicedToArray(l, 2)[1];
11862
- return E$1.createElement("div", {
11882
+ return x.createElement("div", {
11863
11883
  className: s,
11864
11884
  style: a
11865
- }, 0 !== (null === (t = u.options) || void 0 === t ? void 0 : t.length) ? E$1.createElement(E$1.Fragment, null, E$1.createElement(ma, {
11885
+ }, 0 !== (null === (t = u.options) || void 0 === t ? void 0 : t.length) ? x.createElement(x.Fragment, null, x.createElement(ma, {
11866
11886
  type: "subsection"
11867
- }, "Speaker"), E$1.createElement(Pa, {
11887
+ }, "Speaker"), x.createElement(Pa, {
11868
11888
  type: "switch-speaker",
11869
11889
  meetingID: r,
11870
11890
  tabIndex: 102
11871
- }), E$1.createElement(ma, {
11891
+ }), x.createElement(ma, {
11872
11892
  type: "subsection"
11873
- }, "Microphone"), E$1.createElement(Pa, {
11893
+ }, "Microphone"), x.createElement(Pa, {
11874
11894
  type: "switch-microphone",
11875
11895
  meetingID: r,
11876
11896
  tabIndex: 103
11877
- })) : E$1.createElement(Xa, {
11897
+ })) : x.createElement(Xa, {
11878
11898
  media: "microphone",
11879
11899
  className: c("no-media")
11880
11900
  }));
@@ -11891,23 +11911,23 @@ function Qa(e) {
11891
11911
  c = o[1],
11892
11912
  l = Tn("switch-camera", n),
11893
11913
  u = _slicedToArray(l, 2)[1];
11894
- return E$1.createElement("div", {
11914
+ return x.createElement("div", {
11895
11915
  className: s,
11896
11916
  style: a
11897
- }, 0 !== (null === (t = u.options) || void 0 === t ? void 0 : t.length) ? E$1.createElement(E$1.Fragment, null, E$1.createElement(ma, {
11917
+ }, 0 !== (null === (t = u.options) || void 0 === t ? void 0 : t.length) ? x.createElement(x.Fragment, null, x.createElement(ma, {
11898
11918
  type: "subsection"
11899
- }, "Camera"), E$1.createElement(Pa, {
11919
+ }, "Camera"), x.createElement(Pa, {
11900
11920
  type: "switch-camera",
11901
11921
  meetingID: n,
11902
11922
  tabIndex: 102
11903
- }), E$1.createElement("div", {
11923
+ }), x.createElement("div", {
11904
11924
  className: c("media")
11905
- }, E$1.createElement(la, {
11925
+ }, x.createElement(la, {
11906
11926
  mediaType: "preview",
11907
11927
  meetingID: n
11908
- }), E$1.createElement(oa, {
11928
+ }), x.createElement(oa, {
11909
11929
  type: "bottom"
11910
- }, "Preview"))) : E$1.createElement(Xa, {
11930
+ }, "Preview"))) : x.createElement(Xa, {
11911
11931
  media: "camera",
11912
11932
  className: c("no-media")
11913
11933
  }));
@@ -11927,7 +11947,7 @@ function Ka(e) {
11927
11947
  key: "audio",
11928
11948
  heading: "Audio",
11929
11949
  content: function () {
11930
- return E$1.createElement(Ja, {
11950
+ return x.createElement(Ja, {
11931
11951
  meetingID: t
11932
11952
  });
11933
11953
  },
@@ -11936,16 +11956,16 @@ function Ka(e) {
11936
11956
  key: "video",
11937
11957
  heading: "Video",
11938
11958
  content: function () {
11939
- return E$1.createElement(Qa, {
11959
+ return x.createElement(Qa, {
11940
11960
  meetingID: t
11941
11961
  });
11942
11962
  },
11943
11963
  ariaLabel: "View camera settings."
11944
11964
  }];
11945
- return E$1.createElement("div", {
11965
+ return x.createElement("div", {
11946
11966
  className: i,
11947
11967
  style: r
11948
- }, E$1.createElement(Wa, {
11968
+ }, x.createElement(Wa, {
11949
11969
  tabs: u,
11950
11970
  selected: c,
11951
11971
  onSelect: l,
@@ -11963,29 +11983,32 @@ function $a(e) {
11963
11983
  s = i[1],
11964
11984
  c = useContext(Rt),
11965
11985
  l = Mn(n).ID;
11966
- return E$1.createElement("div", {
11986
+ return x.createElement("div", {
11967
11987
  className: o,
11968
11988
  style: r
11969
- }, E$1.createElement(fa, {
11989
+ }, x.createElement(fa, {
11970
11990
  className: s("info"),
11971
11991
  meetingID: n
11972
- }), E$1.createElement("div", {
11992
+ }), x.createElement("div", {
11973
11993
  className: s("content")
11974
- }, E$1.createElement("div", {
11994
+ }, x.createElement("div", {
11975
11995
  className: s("icon")
11976
- }, E$1.createElement(Lt, {
11996
+ }, x.createElement(It, {
11977
11997
  name: "waiting-for-host",
11978
- size: 120
11979
- })), E$1.createElement("div", {
11998
+ size: 120,
11999
+ ariaLabel: "Waiting for meeting rocket illustration"
12000
+ })), x.createElement("div", {
11980
12001
  className: s("text")
11981
- }, "Thank you for waiting. We’ll start the meeting when the host joins."), E$1.createElement(Ea, {
12002
+ }, "Thank you for waiting. We’ll start the meeting when the host joins."), x.createElement(Ea, {
11982
12003
  type: "default",
11983
12004
  size: 40,
11984
12005
  onClick: function () {
11985
12006
  return c.meetingsAdapter.leaveMeeting(l);
11986
12007
  },
11987
- tooltip: "Leave meeting"
11988
- }, "Leave")), E$1.createElement(la, {
12008
+ tooltip: "Leave meeting",
12009
+ ariaLabel: "Leave the meeting to stop waiting for the host. To return to the meeting after leaving, refresh the web browser and join again.",
12010
+ tabIndex: 1
12011
+ }, "Leave meeting")), x.createElement(la, {
11989
12012
  className: s("local-media"),
11990
12013
  meetingID: n,
11991
12014
  mediaType: "video"
@@ -12013,16 +12036,16 @@ function ei(e) {
12013
12036
  y = B,
12014
12037
  C = H,
12015
12038
  w = useContext(Rt),
12016
- O = xn(),
12017
- D = _slicedToArray(O, 2),
12039
+ E = xn(),
12040
+ D = _slicedToArray(E, 2),
12018
12041
  M = D[0],
12019
12042
  T = D[1].width,
12020
12043
  P = Pe("meeting", t, {
12021
12044
  "roster-only": f && T <= 425
12022
12045
  }),
12023
- I = _slicedToArray(P, 2),
12024
- L = I[0],
12025
- S = I[1],
12046
+ L = _slicedToArray(P, 2),
12047
+ I = L[0],
12048
+ S = L[1],
12026
12049
  R = useState(!1),
12027
12050
  j = _slicedToArray(R, 2),
12028
12051
  z = j[0],
@@ -12044,42 +12067,42 @@ function ei(e) {
12044
12067
  _ = "".concat(m.stream ? "Unmuted" : "Muted", ", ").concat(p.stream ? "Camera on" : "Camera off");
12045
12068
 
12046
12069
  if (d) {
12047
- if (d === C) G = E$1.createElement(ma, {
12070
+ if (d === C) G = x.createElement(ma, {
12048
12071
  type: "subsection",
12049
12072
  className: S("centered")
12050
12073
  }, "You've successfully left the meeting");else {
12051
12074
  var X;
12052
- X = d === g ? da : d === y ? ha : $a, G = E$1.createElement(E$1.Fragment, null, E$1.createElement("div", {
12075
+ X = d === g ? da : d === y ? ha : $a, G = x.createElement(x.Fragment, null, x.createElement("div", {
12053
12076
  className: S("body")
12054
- }, E$1.createElement(X, {
12077
+ }, x.createElement(X, {
12055
12078
  meetingID: u,
12056
12079
  className: S("inner-meeting")
12057
- }), f && E$1.createElement(Fa, {
12080
+ }), f && x.createElement(Fa, {
12058
12081
  destinationID: u,
12059
12082
  destinationType: U,
12060
12083
  className: S("member-roster"),
12061
12084
  onClose: function () {
12062
12085
  return w.meetingsAdapter.toggleRoster(u);
12063
12086
  }
12064
- }), z && E$1.createElement(ua, {
12087
+ }), z && x.createElement(ua, {
12065
12088
  className: S("media-state-toast")
12066
- }, _)), E$1.createElement(La, {
12089
+ }, _)), x.createElement(Ia, {
12067
12090
  meetingID: u,
12068
12091
  className: S("control-bar"),
12069
12092
  controls: n,
12070
12093
  collapseRangeStart: r,
12071
12094
  collapseRangeEnd: a,
12072
12095
  tabIndexes: i
12073
- }), h.visible && E$1.createElement(Na, {
12096
+ }), h.visible && x.createElement(Na, {
12074
12097
  onClose: function () {
12075
12098
  return w.meetingsAdapter.toggleSettings(u);
12076
12099
  },
12077
12100
  otherClassName: S("settings"),
12078
12101
  title: "Settings",
12079
12102
  ariaLabel: "Meeting settings window"
12080
- }, E$1.createElement(Ka, {
12103
+ }, x.createElement(Ka, {
12081
12104
  meetingID: u
12082
- })), v && d === y && E$1.createElement(Na, {
12105
+ })), v && d === y && x.createElement(Na, {
12083
12106
  onClose: function () {
12084
12107
  return w.meetingsAdapter.clearPasswordRequiredFlag(u);
12085
12108
  },
@@ -12088,25 +12111,25 @@ function ei(e) {
12088
12111
  return Y("guest");
12089
12112
  },
12090
12113
  ariaLabel: "guest" === W ? "Meeting guest authentication" : "Meeting host authentication"
12091
- }, "guest" === W ? E$1.createElement(Ba, {
12114
+ }, "guest" === W ? x.createElement(Ba, {
12092
12115
  meetingID: u,
12093
12116
  className: S("authentication-guest"),
12094
12117
  switchToHostModal: function () {
12095
12118
  return Y("host");
12096
12119
  }
12097
- }) : E$1.createElement(Ua, {
12120
+ }) : x.createElement(Ua, {
12098
12121
  meetingID: u,
12099
12122
  className: S("authentication-host")
12100
12123
  })));
12101
12124
  }
12102
- } else G = E$1.createElement("div", {
12125
+ } else G = x.createElement("div", {
12103
12126
  className: S("loading-logo")
12104
12127
  });
12105
- return E$1.createElement("div", {
12106
- className: L,
12128
+ return x.createElement("div", {
12129
+ className: I,
12107
12130
  style: c,
12108
12131
  ref: M
12109
- }, o && E$1.createElement("div", {
12132
+ }, o && x.createElement("div", {
12110
12133
  className: S("logo")
12111
12134
  }, o), G);
12112
12135
  }
@@ -12114,13 +12137,13 @@ function ei(e) {
12114
12137
  function ti(e) {
12115
12138
  function t(t) {
12116
12139
  var n = Sn(t.meetingDestination);
12117
- return E$1.createElement(e, _extends({
12140
+ return x.createElement(e, _extends({
12118
12141
  meeting: n
12119
12142
  }, t));
12120
12143
  }
12121
12144
 
12122
12145
  return t.propTypes = {
12123
- meetingDestination: M.string.isRequired
12146
+ meetingDestination: T.string.isRequired
12124
12147
  }, t;
12125
12148
  }
12126
12149
 
@@ -12211,8 +12234,8 @@ function ai(e, t) {
12211
12234
  var d = ri(ri({}, n), {}, {
12212
12235
  adapterConnected: i
12213
12236
  }),
12214
- f = E$1.createElement(e, d);
12215
- return i ? E$1.createElement(ia, {
12237
+ f = x.createElement(e, d);
12238
+ return i ? x.createElement(ia, {
12216
12239
  adapter: l
12217
12240
  }, f) : f;
12218
12241
  }
@@ -12222,49 +12245,49 @@ function ai(e, t) {
12222
12245
  }
12223
12246
 
12224
12247
  Xa.propTypes = {
12225
- className: M.string,
12226
- style: M.shape(),
12227
- media: M.oneOf(["camera", "microphone"]).isRequired
12248
+ className: T.string,
12249
+ style: T.shape(),
12250
+ media: T.oneOf(["camera", "microphone"]).isRequired
12228
12251
  }, Xa.defaultProps = {
12229
12252
  className: void 0,
12230
12253
  style: void 0
12231
12254
  }, Ja.propTypes = {
12232
- className: M.string,
12233
- meetingID: M.string.isRequired,
12234
- style: M.shape()
12255
+ className: T.string,
12256
+ meetingID: T.string.isRequired,
12257
+ style: T.shape()
12235
12258
  }, Ja.defaultProps = {
12236
12259
  className: "",
12237
12260
  style: void 0
12238
12261
  }, Qa.propTypes = {
12239
- className: M.string,
12240
- meetingID: M.string.isRequired,
12241
- style: M.shape()
12262
+ className: T.string,
12263
+ meetingID: T.string.isRequired,
12264
+ style: T.shape()
12242
12265
  }, Qa.defaultProps = {
12243
12266
  className: "",
12244
12267
  style: void 0
12245
12268
  }, Ka.propTypes = {
12246
- className: M.string,
12247
- meetingID: M.string.isRequired,
12248
- style: M.shape()
12269
+ className: T.string,
12270
+ meetingID: T.string.isRequired,
12271
+ style: T.shape()
12249
12272
  }, Ka.defaultProps = {
12250
12273
  className: "",
12251
12274
  style: void 0
12252
12275
  }, $a.propTypes = {
12253
- className: M.string,
12254
- meetingID: M.string.isRequired,
12255
- style: M.shape()
12276
+ className: T.string,
12277
+ meetingID: T.string.isRequired,
12278
+ style: T.shape()
12256
12279
  }, $a.defaultProps = {
12257
12280
  className: "",
12258
12281
  style: void 0
12259
12282
  }, ei.propTypes = {
12260
- className: M.string,
12261
- controls: M.func,
12262
- controlsCollapseRangeStart: M.number,
12263
- controlsCollapseRangeEnd: M.number,
12264
- controlsTabIndexes: M.func,
12265
- logo: M.node,
12266
- meetingID: M.string,
12267
- style: M.shape()
12283
+ className: T.string,
12284
+ controls: T.func,
12285
+ controlsCollapseRangeStart: T.number,
12286
+ controlsCollapseRangeEnd: T.number,
12287
+ controlsTabIndexes: T.func,
12288
+ logo: T.node,
12289
+ meetingID: T.string,
12290
+ style: T.shape()
12268
12291
  }, ei.defaultProps = {
12269
12292
  className: "",
12270
12293
  controls: function (e) {
@@ -27762,7 +27785,10 @@ class SwitchSpeakerControl extends MeetingControl {
27762
27785
  const options$ = defer(() => this.adapter.getAvailableDevices(meetingID, 'audiooutput')).pipe(map(availableSpeakers => availableSpeakers.map(speaker => ({
27763
27786
  value: speaker.deviceId,
27764
27787
  label: speaker.label
27765
- }))));
27788
+ }))), map(options => [{
27789
+ value: '',
27790
+ label: 'Browser Default'
27791
+ }, ...options]));
27766
27792
  return combineLatestImmediate(speakerID$, options$).pipe(map(_ref => {
27767
27793
  let [speakerID, options] = _ref;
27768
27794
  return {
@@ -27867,7 +27893,7 @@ class VideoControl extends MeetingControl {
27867
27893
 
27868
27894
  const EVENT_MEDIA_READY = 'media:ready';
27869
27895
  const EVENT_MEDIA_STOPPED = 'media:stopped';
27870
- const EVENT_STATE_CHANGE = 'meeting:stateChange';
27896
+ const EVENT_MEMBERS_UPDATE = 'members:update';
27871
27897
  const EVENT_LOCAL_SHARE_STOP = 'meeting:stoppedSharingLocal';
27872
27898
  const EVENT_LOCAL_SHARE_START = 'meeting:startedSharingLocal';
27873
27899
  const EVENT_REMOTE_SHARE_START = 'meeting:startedSharingRemote';
@@ -27904,6 +27930,11 @@ const mediaSettings = {
27904
27930
  };
27905
27931
  const HYDRA_ID_TYPE_PEOPLE = 'PEOPLE';
27906
27932
  const HYDRA_ID_TYPE_ROOM = 'ROOM';
27933
+ const SDK_MEMBER_STATUS_TO_ADAPTER_MEETING_STATE = {
27934
+ IN_LOBBY: s.LOBBY,
27935
+ IN_MEETING: s.JOINED,
27936
+ NOT_IN_MEETING: s.LEFT
27937
+ };
27907
27938
  /**
27908
27939
  * The `MeetingsSDKAdapter` is an implementation of the `MeetingsAdapter` interface.
27909
27940
  * This adapter utilizes the Webex JS SDK to create and join Webex meetings.
@@ -28402,7 +28433,7 @@ class MeetingsSDKAdapter extends d {
28402
28433
  state: s.NOT_JOINED,
28403
28434
  cameraID: null,
28404
28435
  microphoneID: null,
28405
- speakerID: null
28436
+ speakerID: ''
28406
28437
  };
28407
28438
  }), // if not provided by the sdk, compute a meeting title
28408
28439
  concatMap(meeting => meeting.title ? of(meeting) : from$2(this.fetchMeetingTitle(destination)).pipe(map(title => ({ ...meeting,
@@ -29058,47 +29089,29 @@ class MeetingsSDKAdapter extends d {
29058
29089
  const meetingWithSwitchMicrophoneEvent$ = fromEvent(sdkMeeting, EVENT_MICROPHONE_SWITCH).pipe(tap(() => {
29059
29090
  logger.debug('MEETING', ID, 'getMeeting()', ['received', EVENT_MICROPHONE_SWITCH, 'event']);
29060
29091
  }));
29061
- const meetingStateChange$ = fromEvent(sdkMeeting, EVENT_STATE_CHANGE).pipe(tap(event => {
29062
- const sdkState = event.payload.currentState;
29063
- let state;
29064
-
29065
- if (sdkState === 'INITIALIZING') {
29066
- logger.debug('MEETING', ID, 'getMeeting()', 'meeting state change INITIALIZING');
29067
- state = s.LOBBY;
29068
- } else if (sdkState === 'ACTIVE') {
29069
- logger.debug('MEETING', ID, 'getMeeting()', 'meeting state change ACTIVE');
29070
- state = s.JOINED; // do not await on this, otherwise the emitted message won't contain an updated state
29092
+ const meetingStateChange$ = fromEvent(sdkMeeting && sdkMeeting.members, EVENT_MEMBERS_UPDATE).pipe(map(event => {
29093
+ logger.debug('MEETING', ID, 'getMeeting()', ['received', EVENT_MEMBERS_UPDATE, 'event']);
29094
+ const self = Object.values(event.full).find(m => m.isSelf);
29095
+ return SDK_MEMBER_STATUS_TO_ADAPTER_MEETING_STATE[self && self.status] || s.NOT_JOINED;
29096
+ }), distinctUntilChanged(), tap(state => {
29097
+ logger.debug('MEETING', ID, 'getMeeting()', ['changing meeting state to', state]);
29098
+ this.meetings[ID] = { ...this.meetings[ID],
29099
+ state
29100
+ };
29071
29101
 
29102
+ if (state === s.JOINED) {
29103
+ // do not await on this, otherwise the emitted message won't contain an updated state
29072
29104
  this.addMedia(ID).catch(error => {
29073
29105
  logger.error('MEETING', ID, 'getMeeting()', 'Unable to add media', error);
29074
29106
  });
29075
- } else if (sdkState === 'INACTIVE') {
29076
- logger.debug('MEETING', ID, 'getMeeting()', 'meeting state change INACTIVE');
29077
- state = s.LEFT;
29078
- } else {
29079
- state = this.meetings[ID].state;
29080
29107
  }
29081
-
29082
- logger.debug('MEETING', ID, 'getMeeting()', ['changing meeting state to ', {
29083
- state
29084
- }]);
29085
- this.meetings[ID] = { ...this.meetings[ID],
29086
- state
29087
- };
29088
- logger.debug('MEETING', ID, 'getMeeting()', ['changed meeting state to ', {
29089
- state
29090
- }]);
29091
- }));
29092
- const meetingsWithEvents$ = merge(meetingUpdateEvent$, meetingWithMediaReadyEvent$, meetingWithMediaStoppedEvent$, meetingWithLocalShareStoppedEvent$, meetingWithMediaShareEvent$, meetingWithMediaStoppedShareEvent$, meetingStateChange$, meetingWithSwitchCameraEvent$, meetingWithSwitchMicrophoneEvent$, meetingWithLocalShareStartedEvent$).pipe(map(() => this.meetings[ID]), // Return a meeting object from event
29093
- tap(() => {
29094
- logger.debug('MEETING', ID, 'getMeeting()', ['meeting after event is ', this.meetings[ID]]);
29095
29108
  }));
29096
- const getMeetingWithEvents$ = concat$1(getMeeting$, meetingsWithEvents$).pipe(tap(() => {
29097
- logger.debug('MEETING', ID, 'getMeeting()', ['meeting with events is ', this.meetings[ID]]);
29098
- })); // Convert to a multicast observable
29109
+ const meetingsWithEvents$ = merge(meetingUpdateEvent$, meetingWithMediaReadyEvent$, meetingWithMediaStoppedEvent$, meetingWithLocalShareStoppedEvent$, meetingWithMediaShareEvent$, meetingWithMediaStoppedShareEvent$, meetingStateChange$, meetingWithSwitchCameraEvent$, meetingWithSwitchMicrophoneEvent$, meetingWithLocalShareStartedEvent$).pipe(map(() => this.meetings[ID])); // Return a meeting object from event
29110
+
29111
+ const getMeetingWithEvents$ = concat$1(getMeeting$, meetingsWithEvents$); // Convert to a multicast observable
29099
29112
 
29100
29113
  this.getMeetingObservables[ID] = getMeetingWithEvents$.pipe(publishReplay(1), refCount(), takeWhile(meeting => meeting.state && meeting.state !== s.LEFT, true), tap(() => {
29101
- logger.debug('MEETING', ID, 'getMeeting()', ['emitting updated meeting object', this.meetings[ID]]);
29114
+ logger.debug('MEETING', ID, 'getMeeting()', ['emitting', this.meetings[ID]]);
29102
29115
  }));
29103
29116
  }
29104
29117
 
@@ -29535,7 +29548,7 @@ var defineProperty = defineProperty$1;
29535
29548
  })(constants);
29536
29549
 
29537
29550
  var name = "@webex/sdk-component-adapter";
29538
- var version = "1.89.1";
29551
+ var version = "1.91.0";
29539
29552
  const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name}-${version}`]; // max parameter value must be greater than 0 and less than or equal to 1000
29540
29553
 
29541
29554
  const MAX_MEMBERSHIPS = 1000; // TODO: Figure out how to import JS Doc definitions and remove duplication.
@@ -29928,546 +29941,546 @@ class WebexSDKAdapter extends t {
29928
29941
  }
29929
29942
 
29930
29943
  function WebexLogo() {
29931
- return /*#__PURE__*/E$1.createElement("svg", {
29944
+ return /*#__PURE__*/x.createElement("svg", {
29932
29945
  width: "102",
29933
29946
  height: "33",
29934
29947
  viewBox: "0 0 102 33",
29935
29948
  fill: "currentColor",
29936
29949
  xmlns: "http://www.w3.org/2000/svg",
29937
29950
  alt: "Webex by Cisco"
29938
- }, /*#__PURE__*/E$1.createElement("path", {
29951
+ }, /*#__PURE__*/x.createElement("path", {
29939
29952
  d: "M48.7863 8.02319H51.4715L47.5674 19.824H44.487L41.5692 10.9189L38.6513 19.824H35.6189L31.7148 8.02319H34.4628L37.233 16.9911L40.1398 8.02319H43.0576L46.0125 17.0391L48.7863 8.02319Z"
29940
- }), /*#__PURE__*/E$1.createElement("path", {
29953
+ }), /*#__PURE__*/x.createElement("path", {
29941
29954
  d: "M62.9891 14.871H54.2798C54.3602 15.4795 54.5884 16.0591 54.9446 16.5589C55.2601 16.9963 55.6875 17.3408 56.1819 17.5562C56.6855 17.7737 57.2291 17.8831 57.7775 17.8775C58.3855 17.8752 58.9883 17.7652 59.5578 17.5525C60.1483 17.3366 60.6997 17.0259 61.1904 16.6328L62.472 18.4796C61.8184 19.0494 61.0574 19.4827 60.2337 19.7538C59.3878 20.0194 58.5053 20.1502 57.6187 20.1416C56.5267 20.1632 55.4481 19.8983 54.4903 19.3734C53.5843 18.8657 52.8423 18.1096 52.3518 17.1942C51.824 16.1909 51.5597 15.0699 51.5835 13.9365C51.5609 12.8138 51.8145 11.7027 52.3222 10.701C52.7939 9.78991 53.5135 9.03066 54.398 8.51075C55.3259 7.97668 56.382 7.70595 57.4525 7.72772C58.4627 7.69977 59.4595 7.96363 60.3235 8.48769C61.1876 9.01175 61.8822 9.77379 62.3243 10.6825C62.8123 11.6875 63.0553 12.7937 63.0334 13.9107C63.0371 14.1581 63.0223 14.4795 62.9891 14.871ZM60.4036 12.9134C60.3242 12.1047 59.9772 11.3456 59.4175 10.7564C59.1491 10.5049 58.833 10.31 58.4878 10.1831C58.1427 10.0562 57.7755 9.99992 57.4082 10.0177C57.0215 10 56.6353 10.0602 56.2723 10.1947C55.9094 10.3292 55.5772 10.5353 55.2955 10.8007C54.7377 11.3812 54.3815 12.1259 54.2798 12.9245L60.4036 12.9134Z"
29942
- }), /*#__PURE__*/E$1.createElement("path", {
29955
+ }), /*#__PURE__*/x.createElement("path", {
29943
29956
  d: "M74.0053 8.51812C74.9038 9.04957 75.6405 9.81569 76.1365 10.7342C76.6668 11.7132 76.9364 12.8122 76.9195 13.9254C76.9365 15.0375 76.6668 16.1353 76.1365 17.1129C75.6404 18.0357 74.9009 18.8049 73.9984 19.3369C73.0959 19.8689 72.0648 20.1434 71.0173 20.1306C70.2821 20.146 69.5531 19.9931 68.8861 19.6836C68.2748 19.3888 67.74 18.9565 67.3237 18.4205V19.824H64.7383V3H67.3237V9.42673C67.7418 8.89431 68.2763 8.46473 68.8861 8.17093C69.5523 7.85843 70.2816 7.70421 71.0173 7.72032C72.0676 7.70747 73.1012 7.98345 74.0053 8.51812ZM72.5944 17.2016C73.1307 16.8719 73.5623 16.3967 73.8391 15.8313C74.1232 15.2355 74.2707 14.5837 74.2707 13.9236C74.2707 13.2635 74.1232 12.6117 73.8391 12.0159C73.5612 11.4513 73.1298 10.9764 72.5944 10.6456C72.0253 10.32 71.3811 10.1488 70.7255 10.1488C70.0699 10.1488 69.4256 10.32 68.8566 10.6456C68.3198 10.9715 67.8848 11.441 67.6008 12.0011C67.2935 12.5993 67.1388 13.2641 67.1502 13.9365C67.1384 14.6078 67.2933 15.2714 67.6008 15.8682C67.8848 16.4283 68.3198 16.8978 68.8566 17.2237C69.4256 17.5493 70.0699 17.7206 70.7255 17.7206C71.3811 17.7206 72.0253 17.5493 72.5944 17.2237V17.2016Z"
29944
- }), /*#__PURE__*/E$1.createElement("path", {
29957
+ }), /*#__PURE__*/x.createElement("path", {
29945
29958
  d: "M89.6765 14.871H80.9709C81.0512 15.4795 81.2795 16.0591 81.6357 16.559C81.9512 16.9963 82.3786 17.3408 82.873 17.5562C83.3766 17.7737 83.9202 17.8832 84.4686 17.8775C85.0766 17.8747 85.6792 17.7647 86.2489 17.5525C86.8394 17.3366 87.3908 17.026 87.8815 16.6328L89.1594 18.4796C88.5077 19.0502 87.7477 19.4836 86.9248 19.7539C86.0776 20.0192 85.1939 20.15 84.3061 20.1417C83.2143 20.162 82.136 19.8972 81.1777 19.3734C80.2736 18.8645 79.5331 18.1086 79.0429 17.1942C78.514 16.1912 78.2484 15.0703 78.2709 13.9366C78.2484 12.8138 78.5021 11.7028 79.0096 10.701C79.4813 9.78994 80.2009 9.03069 81.0854 8.51077C82.0187 7.96891 83.0831 7.69419 84.1621 7.71667C85.172 7.69009 86.1682 7.95452 87.032 8.47843C87.8958 9.00233 88.5907 9.76361 89.0338 10.6715C89.5218 11.6764 89.7649 12.7827 89.743 13.8996C89.7282 14.1582 89.7024 14.4795 89.6765 14.871ZM87.091 12.9135C87.0058 12.1099 86.6579 11.3569 86.1012 10.7712C85.8347 10.5183 85.5203 10.3214 85.1764 10.192C84.8326 10.0626 84.4664 10.0033 84.0993 10.0177C83.7126 9.99961 83.3262 10.0596 82.9632 10.1941C82.6002 10.3287 82.2681 10.535 81.9866 10.8008C81.4274 11.3803 81.0711 12.1255 80.9709 12.9245L87.091 12.9135Z"
29946
- }), /*#__PURE__*/E$1.createElement("path", {
29959
+ }), /*#__PURE__*/x.createElement("path", {
29947
29960
  d: "M101.958 19.824H98.7923L95.8005 15.7205L92.8457 19.824H89.8281L94.2603 13.7999L89.8983 8.02319H93.0673L95.9483 11.9642L98.8292 8.02319H101.891L97.5106 13.7777L101.958 19.824Z"
29948
- }), /*#__PURE__*/E$1.createElement("path", {
29961
+ }), /*#__PURE__*/x.createElement("path", {
29949
29962
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29950
29963
  fill: "url(#paint0_linear)"
29951
- }), /*#__PURE__*/E$1.createElement("path", {
29964
+ }), /*#__PURE__*/x.createElement("path", {
29952
29965
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29953
29966
  fill: "url(#paint1_radial)"
29954
- }), /*#__PURE__*/E$1.createElement("path", {
29967
+ }), /*#__PURE__*/x.createElement("path", {
29955
29968
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29956
29969
  fill: "url(#paint2_radial)"
29957
- }), /*#__PURE__*/E$1.createElement("path", {
29970
+ }), /*#__PURE__*/x.createElement("path", {
29958
29971
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29959
29972
  fill: "url(#paint3_radial)"
29960
- }), /*#__PURE__*/E$1.createElement("path", {
29973
+ }), /*#__PURE__*/x.createElement("path", {
29961
29974
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29962
29975
  fill: "url(#paint4_radial)"
29963
- }), /*#__PURE__*/E$1.createElement("path", {
29976
+ }), /*#__PURE__*/x.createElement("path", {
29964
29977
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29965
29978
  fill: "url(#paint5_radial)"
29966
- }), /*#__PURE__*/E$1.createElement("path", {
29979
+ }), /*#__PURE__*/x.createElement("path", {
29967
29980
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29968
29981
  fill: "url(#paint6_radial)"
29969
- }), /*#__PURE__*/E$1.createElement("path", {
29982
+ }), /*#__PURE__*/x.createElement("path", {
29970
29983
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29971
29984
  fill: "url(#paint7_linear)"
29972
- }), /*#__PURE__*/E$1.createElement("path", {
29985
+ }), /*#__PURE__*/x.createElement("path", {
29973
29986
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29974
29987
  fill: "url(#paint8_radial)"
29975
- }), /*#__PURE__*/E$1.createElement("path", {
29988
+ }), /*#__PURE__*/x.createElement("path", {
29976
29989
  d: "M17.8018 3C15.9264 3 13.7554 3.62177 12.3187 6.29377C11.4929 7.82965 11.0746 9.55872 10.6877 11.2746C10.5603 11.8393 10.4289 12.4107 10.2891 12.9526V20.7161C10.9987 20.5197 11.7612 20.1419 12.4926 19.4148C15.2398 16.684 15.7005 9.53912 17.0744 8.17337C17.2301 8.0186 17.3984 7.9286 17.5801 7.9286C18.1329 7.9286 18.5604 8.61395 18.9698 9.4382C19.4249 10.3544 19.9656 11.3997 21.5607 11.3997C22.29 11.3997 23.9726 10.885 23.9726 8.86738C23.9726 7.66003 21.9144 3 17.8018 3Z",
29977
29990
  fill: "url(#paint9_radial)"
29978
- }), /*#__PURE__*/E$1.createElement("path", {
29991
+ }), /*#__PURE__*/x.createElement("path", {
29979
29992
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29980
29993
  fill: "url(#paint10_radial)"
29981
- }), /*#__PURE__*/E$1.createElement("path", {
29994
+ }), /*#__PURE__*/x.createElement("path", {
29982
29995
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29983
29996
  fill: "url(#paint11_radial)"
29984
- }), /*#__PURE__*/E$1.createElement("path", {
29997
+ }), /*#__PURE__*/x.createElement("path", {
29985
29998
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29986
29999
  fill: "url(#paint12_radial)"
29987
- }), /*#__PURE__*/E$1.createElement("path", {
30000
+ }), /*#__PURE__*/x.createElement("path", {
29988
30001
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29989
30002
  fill: "url(#paint13_radial)"
29990
- }), /*#__PURE__*/E$1.createElement("path", {
30003
+ }), /*#__PURE__*/x.createElement("path", {
29991
30004
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.39397 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
29992
30005
  fill: "url(#paint14_radial)"
29993
- }), /*#__PURE__*/E$1.createElement("path", {
30006
+ }), /*#__PURE__*/x.createElement("path", {
29994
30007
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
29995
30008
  fill: "#316AFF"
29996
- }), /*#__PURE__*/E$1.createElement("path", {
30009
+ }), /*#__PURE__*/x.createElement("path", {
29997
30010
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
29998
30011
  fill: "url(#paint15_radial)"
29999
- }), /*#__PURE__*/E$1.createElement("path", {
30012
+ }), /*#__PURE__*/x.createElement("path", {
30000
30013
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30001
30014
  fill: "url(#paint16_radial)"
30002
- }), /*#__PURE__*/E$1.createElement("path", {
30015
+ }), /*#__PURE__*/x.createElement("path", {
30003
30016
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30004
30017
  fill: "url(#paint17_radial)"
30005
- }), /*#__PURE__*/E$1.createElement("path", {
30018
+ }), /*#__PURE__*/x.createElement("path", {
30006
30019
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30007
30020
  fill: "url(#paint18_radial)"
30008
- }), /*#__PURE__*/E$1.createElement("path", {
30021
+ }), /*#__PURE__*/x.createElement("path", {
30009
30022
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30010
30023
  fill: "url(#paint19_radial)"
30011
- }), /*#__PURE__*/E$1.createElement("path", {
30024
+ }), /*#__PURE__*/x.createElement("path", {
30012
30025
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30013
30026
  fill: "url(#paint20_radial)"
30014
- }), /*#__PURE__*/E$1.createElement("path", {
30027
+ }), /*#__PURE__*/x.createElement("path", {
30015
30028
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30016
30029
  fill: "url(#paint21_radial)"
30017
- }), /*#__PURE__*/E$1.createElement("path", {
30030
+ }), /*#__PURE__*/x.createElement("path", {
30018
30031
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30019
30032
  fill: "url(#paint22_radial)"
30020
- }), /*#__PURE__*/E$1.createElement("path", {
30033
+ }), /*#__PURE__*/x.createElement("path", {
30021
30034
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30022
30035
  fill: "url(#paint23_radial)"
30023
- }), /*#__PURE__*/E$1.createElement("path", {
30036
+ }), /*#__PURE__*/x.createElement("path", {
30024
30037
  d: "M23.214 5.74961C23.0286 5.74961 22.8422 5.76673 22.6593 5.80194C23.5286 7.02795 23.9636 8.31231 23.9636 8.86724C23.9636 10.8849 22.2809 11.3996 21.5517 11.3996C20.9825 11.3996 20.5477 11.2664 20.2031 11.0536C20.1998 11.0662 20.1967 11.0788 20.1935 11.0914C20.091 11.4919 20.0101 11.9301 19.87 12.3566C19.6008 13.1767 19.2376 14.1134 18.8498 14.8383C18.4318 15.6197 18.0179 16.0769 17.5245 16.0529C16.9635 16.0256 16.5087 15.3184 15.9433 13.3195C15.761 12.6751 15.5922 11.9684 15.4357 11.2746C15.0476 9.55363 14.5713 7.82304 13.7568 6.29377C12.4265 3.79609 10.1571 3 8.34542 3C6.66524 3 5.40994 3.77801 4.42384 4.75823C4.15133 5.02913 3.85366 5.39409 3.55469 5.82299C4.41476 6.02563 5.22803 6.65881 5.3579 7.85882C5.38348 8.08762 5.56303 9.90486 6.16603 12.0107C6.33906 11.4827 6.59134 10.7009 7.17744 9.43821C7.46469 8.85996 7.72389 8.47867 7.95778 8.24618C8.17228 8.03297 8.36545 7.94491 8.53934 7.94491C8.72691 7.94491 9.36735 8.11282 9.99084 10.2527C10.7641 12.906 11.3395 17.1289 13.5319 19.3711C14.4989 20.3601 15.8521 21 17.7276 21C19.3732 21 20.7452 20.2912 21.7234 19.3052C23.3318 17.6838 24.2131 15.0031 24.5275 14.0111C25.422 11.189 25.6726 8.63656 25.7018 8.3665C25.8682 6.8234 24.5391 5.74961 23.214 5.74961Z",
30025
30038
  fill: "url(#paint24_radial)"
30026
- }), /*#__PURE__*/E$1.createElement("path", {
30039
+ }), /*#__PURE__*/x.createElement("path", {
30027
30040
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.394 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
30028
30041
  fill: "url(#paint25_linear)"
30029
- }), /*#__PURE__*/E$1.createElement("path", {
30042
+ }), /*#__PURE__*/x.createElement("path", {
30030
30043
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.394 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
30031
30044
  fill: "url(#paint26_radial)"
30032
- }), /*#__PURE__*/E$1.createElement("path", {
30045
+ }), /*#__PURE__*/x.createElement("path", {
30033
30046
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.394 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
30034
30047
  fill: "url(#paint27_linear)"
30035
- }), /*#__PURE__*/E$1.createElement("path", {
30048
+ }), /*#__PURE__*/x.createElement("path", {
30036
30049
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.394 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
30037
30050
  fill: "url(#paint28_linear)"
30038
- }), /*#__PURE__*/E$1.createElement("path", {
30051
+ }), /*#__PURE__*/x.createElement("path", {
30039
30052
  d: "M8.2752 20.9287C3.5932 20.9287 1.99967 15.1377 1.64261 14.0111C0.745924 11.1822 0.473333 8.63394 0.444477 8.3665C0.27797 6.8234 1.54339 5.74961 2.9322 5.74961C3.9838 5.74961 5.20424 6.36527 5.3659 7.85896C5.394 8.1102 5.60775 10.277 6.36404 12.638C7.15331 15.102 7.9906 16.0496 8.59357 16.0496C9.56728 16.0496 10.1614 13.6036 10.6866 11.2746C11.0735 9.55872 11.4918 7.82965 12.3176 6.29377C13.7543 3.62177 15.9253 3 17.8008 3C21.9133 3 23.9715 7.66003 23.9715 8.86738C23.9715 10.885 22.2889 11.3997 21.5596 11.3997C19.9645 11.3997 19.4238 10.3544 18.9687 9.43821C18.5593 8.61395 18.1318 7.9286 17.579 7.9286C17.3974 7.9286 17.229 8.0186 17.0734 8.17337C15.6994 9.53912 15.2387 16.684 12.4916 19.4148C10.9686 20.9287 9.31153 20.9287 8.2752 20.9287Z",
30040
30053
  fill: "url(#paint29_radial)"
30041
- }), /*#__PURE__*/E$1.createElement("path", {
30054
+ }), /*#__PURE__*/x.createElement("path", {
30042
30055
  d: "M76.6975 29.1488H76.2852V25.3674H76.7903V26.7975C76.8907 26.6495 77.0275 26.5297 77.1875 26.4496C77.3475 26.3696 77.5254 26.3321 77.7041 26.3406C77.879 26.332 78.0533 26.3656 78.2124 26.4387C78.3715 26.5117 78.5106 26.6221 78.6179 26.7604C78.8204 27.0544 78.9209 27.4067 78.9039 27.7633C78.9158 27.9659 78.8872 28.1689 78.8195 28.3602C78.7519 28.5516 78.6467 28.7275 78.5102 28.8777C78.4006 28.9887 78.2689 29.0756 78.1237 29.1325C77.9784 29.1894 77.8228 29.2153 77.667 29.2083C77.4938 29.2179 77.321 29.1826 77.1655 29.1058C77.0099 29.029 76.8769 28.9133 76.7792 28.77L76.6975 29.1488ZM78.3913 27.7522C78.4004 27.6121 78.3814 27.4716 78.3355 27.3389C78.2896 27.2062 78.2176 27.0841 78.1239 26.9795C78.0535 26.9092 77.9693 26.8544 77.8765 26.8186C77.7838 26.7828 77.6846 26.7667 77.5852 26.7715C77.4693 26.7666 77.3538 26.7889 77.248 26.8366C77.1422 26.8843 77.0491 26.9562 76.9761 27.0464C76.8262 27.2504 76.7502 27.4993 76.7606 27.7522C76.7419 28.043 76.8349 28.3299 77.0206 28.5545C77.0905 28.6347 77.1775 28.698 77.2753 28.7399C77.3731 28.7817 77.479 28.8008 77.5852 28.796C77.7014 28.8022 77.8173 28.7793 77.9224 28.7293C78.0275 28.6794 78.1185 28.604 78.187 28.5099C78.3313 28.2843 78.4026 28.0197 78.3913 27.7522Z"
30043
- }), /*#__PURE__*/E$1.createElement("path", {
30056
+ }), /*#__PURE__*/x.createElement("path", {
30044
30057
  d: "M81.6039 26.4187L80.653 29.186C80.5722 29.453 80.4466 29.7042 80.2815 29.9289C80.2166 30.006 80.1351 30.0674 80.0432 30.1086C79.9512 30.1498 79.8511 30.1696 79.7503 30.1667C79.6398 30.1647 79.5299 30.1485 79.4235 30.1184V29.7098C79.5098 29.7316 79.5982 29.744 79.6872 29.7469C79.7354 29.7494 79.7836 29.7403 79.8276 29.7202C79.8715 29.7002 79.91 29.6698 79.9398 29.6318C80.0365 29.4789 80.1126 29.3141 80.1664 29.1414H80.0029L79 26.4113H79.546L80.3187 28.7328L81.0876 26.4113L81.6039 26.4187Z"
30045
- }), /*#__PURE__*/E$1.createElement("path", {
30058
+ }), /*#__PURE__*/x.createElement("path", {
30046
30059
  d: "M88.6453 25.3712H87.6758V29.1638H88.6341L88.6453 25.3712Z"
30047
- }), /*#__PURE__*/E$1.createElement("path", {
30060
+ }), /*#__PURE__*/x.createElement("path", {
30048
30061
  d: "M96.3569 26.4596C96.11 26.3239 95.8326 26.2536 95.5509 26.2553C95.4128 26.2469 95.2744 26.2669 95.1444 26.314C95.0143 26.361 94.8952 26.4342 94.7945 26.5291C94.6938 26.6239 94.6135 26.7383 94.5586 26.8653C94.5038 26.9923 94.4754 27.1291 94.4754 27.2675C94.4754 27.4058 94.5038 27.5427 94.5586 27.6697C94.6135 27.7967 94.6938 27.9111 94.7945 28.0059C94.8952 28.1007 95.0143 28.1739 95.1444 28.221C95.2744 28.2681 95.4128 28.2881 95.5509 28.2797C95.8319 28.2797 96.1087 28.2108 96.3569 28.0791V29.0932C96.0743 29.1815 95.7801 29.2278 95.484 29.2306C95.219 29.2422 94.9544 29.1999 94.7062 29.1065C94.458 29.013 94.2312 28.8703 94.0397 28.6868C93.8481 28.5034 93.6956 28.2831 93.5915 28.0391C93.4873 27.7952 93.4336 27.5327 93.4336 27.2675C93.4336 27.0022 93.4873 26.7398 93.5915 26.4958C93.6956 26.2519 93.8481 26.0316 94.0397 25.8481C94.2312 25.6647 94.458 25.522 94.7062 25.4285C94.9544 25.3351 95.219 25.2928 95.484 25.3043C95.7802 25.306 96.0745 25.3523 96.3569 25.4418V26.4596Z"
30049
- }), /*#__PURE__*/E$1.createElement("path", {
30062
+ }), /*#__PURE__*/x.createElement("path", {
30050
30063
  d: "M86.3727 26.4596C86.1276 26.323 85.851 26.2526 85.5704 26.2553C85.4323 26.2469 85.294 26.2669 85.1639 26.314C85.0338 26.3611 84.9148 26.4343 84.814 26.5291C84.7133 26.6239 84.633 26.7383 84.5781 26.8653C84.5233 26.9923 84.495 27.1292 84.495 27.2675C84.495 27.4059 84.5233 27.5427 84.5781 27.6697C84.633 27.7967 84.7133 27.9111 84.814 28.0059C84.9148 28.1008 85.0338 28.174 85.1639 28.221C85.294 28.2681 85.4323 28.2881 85.5704 28.2797C85.8491 28.2854 86.1249 28.2216 86.3727 28.094V29.1081C86.0914 29.1965 85.7985 29.2428 85.5035 29.2455C85.2385 29.257 84.974 29.2148 84.7257 29.1213C84.4775 29.0279 84.2508 28.8851 84.0592 28.7017C83.8676 28.5183 83.7151 28.298 83.611 28.054C83.5068 27.8101 83.4531 27.5476 83.4531 27.2824C83.4531 27.0171 83.5068 26.7546 83.611 26.5107C83.7151 26.2668 83.8676 26.0465 84.0592 25.863C84.2508 25.6796 84.4775 25.5369 84.7257 25.4434C84.974 25.3499 85.2385 25.3077 85.5035 25.3192C85.7986 25.3204 86.0917 25.3667 86.3727 25.4567V26.4596Z"
30051
- }), /*#__PURE__*/E$1.createElement("path", {
30064
+ }), /*#__PURE__*/x.createElement("path", {
30052
30065
  d: "M99.3652 26.2702C99.1671 26.2687 98.973 26.3261 98.8077 26.4352C98.6423 26.5443 98.5131 26.7 98.4364 26.8827C98.3598 27.0653 98.3391 27.2667 98.3771 27.4611C98.4151 27.6555 98.5101 27.8342 98.6499 27.9746C98.7897 28.1149 98.9681 28.2105 99.1624 28.2493C99.3566 28.288 99.558 28.2681 99.741 28.1922C99.9239 28.1162 100.08 27.9875 100.19 27.8226C100.3 27.6576 100.358 27.4638 100.357 27.2657C100.359 27.1347 100.335 27.0047 100.286 26.8832C100.237 26.7618 100.164 26.6514 100.071 26.5586C99.9787 26.4658 99.8686 26.3925 99.7474 26.343C99.6261 26.2934 99.4962 26.2687 99.3652 26.2702ZM101.371 27.2657C101.379 27.6631 101.269 28.054 101.054 28.3885C100.839 28.723 100.53 28.986 100.165 29.1439C99.7998 29.3018 99.3963 29.3476 99.0053 29.2753C98.6144 29.203 98.2538 29.016 97.9696 28.7381C97.6853 28.4601 97.4903 28.1039 97.4092 27.7147C97.3282 27.3255 97.3648 26.9209 97.5145 26.5527C97.6642 26.1844 97.9202 25.869 98.2498 25.6467C98.5793 25.4244 98.9676 25.3052 99.3652 25.3044C99.6269 25.2969 99.8874 25.3422 100.131 25.4375C100.375 25.5329 100.597 25.6763 100.784 25.8594C100.972 26.0424 101.12 26.2612 101.221 26.5028C101.322 26.7444 101.373 27.0039 101.371 27.2657Z"
30053
- }), /*#__PURE__*/E$1.createElement("path", {
30066
+ }), /*#__PURE__*/x.createElement("path", {
30054
30067
  d: "M92.2738 26.2367C92.0312 26.1705 91.782 26.1319 91.5309 26.1215C91.1594 26.1215 90.9365 26.2515 90.9365 26.4336C90.9365 26.6156 91.2188 26.7456 91.3748 26.805L91.6423 26.8867C91.8923 26.9406 92.1171 27.0767 92.2807 27.2733C92.4444 27.4699 92.5374 27.7157 92.5449 27.9714C92.5449 28.926 91.7054 29.2455 90.9737 29.2455C90.6282 29.2432 90.2837 29.2084 89.9447 29.1415V28.2537C90.2381 28.3401 90.5416 28.3876 90.8474 28.3948C91.3228 28.3948 91.542 28.2574 91.542 28.0234C91.542 27.7894 91.3526 27.7188 91.1148 27.6519L90.9105 27.5851C90.3756 27.4179 89.9336 27.1059 89.9336 26.4707C89.9336 25.7612 90.4648 25.2858 91.3451 25.2858C91.6594 25.2902 91.9721 25.3301 92.2775 25.4046L92.2738 26.2367Z"
30055
- }), /*#__PURE__*/E$1.createElement("defs", null, /*#__PURE__*/E$1.createElement("linearGradient", {
30068
+ }), /*#__PURE__*/x.createElement("defs", null, /*#__PURE__*/x.createElement("linearGradient", {
30056
30069
  id: "paint0_linear",
30057
30070
  x1: "21.4097",
30058
30071
  y1: "8.26027",
30059
30072
  x2: "4.94289",
30060
30073
  y2: "13.782",
30061
30074
  gradientUnits: "userSpaceOnUse"
30062
- }, /*#__PURE__*/E$1.createElement("stop", {
30075
+ }, /*#__PURE__*/x.createElement("stop", {
30063
30076
  stopColor: "#5CEE64"
30064
- }), /*#__PURE__*/E$1.createElement("stop", {
30077
+ }), /*#__PURE__*/x.createElement("stop", {
30065
30078
  offset: "1",
30066
30079
  stopColor: "#00BBFF"
30067
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30080
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30068
30081
  id: "paint1_radial",
30069
30082
  cx: "0",
30070
30083
  cy: "0",
30071
30084
  r: "1",
30072
30085
  gradientUnits: "userSpaceOnUse",
30073
30086
  gradientTransform: "translate(10.0539 12.561) rotate(-121.424) scale(10.6601 9.04208)"
30074
- }, /*#__PURE__*/E$1.createElement("stop", {
30087
+ }, /*#__PURE__*/x.createElement("stop", {
30075
30088
  stopColor: "#007383"
30076
- }), /*#__PURE__*/E$1.createElement("stop", {
30089
+ }), /*#__PURE__*/x.createElement("stop", {
30077
30090
  offset: "0.407867",
30078
30091
  stopColor: "#00717E",
30079
30092
  stopOpacity: "0.75"
30080
- }), /*#__PURE__*/E$1.createElement("stop", {
30093
+ }), /*#__PURE__*/x.createElement("stop", {
30081
30094
  offset: "0.874482",
30082
30095
  stopColor: "#007281",
30083
30096
  stopOpacity: "0"
30084
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30097
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30085
30098
  id: "paint2_radial",
30086
30099
  cx: "0",
30087
30100
  cy: "0",
30088
30101
  r: "1",
30089
30102
  gradientUnits: "userSpaceOnUse",
30090
30103
  gradientTransform: "translate(17.173 10.5892) rotate(-127.347) scale(8.7122 5.75938)"
30091
- }, /*#__PURE__*/E$1.createElement("stop", {
30104
+ }, /*#__PURE__*/x.createElement("stop", {
30092
30105
  stopColor: "#218970"
30093
- }), /*#__PURE__*/E$1.createElement("stop", {
30106
+ }), /*#__PURE__*/x.createElement("stop", {
30094
30107
  offset: "0.459527",
30095
30108
  stopColor: "#267E6A"
30096
- }), /*#__PURE__*/E$1.createElement("stop", {
30109
+ }), /*#__PURE__*/x.createElement("stop", {
30097
30110
  offset: "1",
30098
30111
  stopColor: "#026C51",
30099
30112
  stopOpacity: "0"
30100
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30113
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30101
30114
  id: "paint3_radial",
30102
30115
  cx: "0",
30103
30116
  cy: "0",
30104
30117
  r: "1",
30105
30118
  gradientUnits: "userSpaceOnUse",
30106
30119
  gradientTransform: "translate(9.43 13.0617) rotate(-107.836) scale(7.053 3.74169)"
30107
- }, /*#__PURE__*/E$1.createElement("stop", {
30120
+ }, /*#__PURE__*/x.createElement("stop", {
30108
30121
  stopColor: "#178697"
30109
- }), /*#__PURE__*/E$1.createElement("stop", {
30122
+ }), /*#__PURE__*/x.createElement("stop", {
30110
30123
  offset: "0.407867",
30111
30124
  stopColor: "#17838F",
30112
30125
  stopOpacity: "0.79"
30113
- }), /*#__PURE__*/E$1.createElement("stop", {
30126
+ }), /*#__PURE__*/x.createElement("stop", {
30114
30127
  offset: "0.874482",
30115
30128
  stopColor: "#007281",
30116
30129
  stopOpacity: "0"
30117
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30130
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30118
30131
  id: "paint4_radial",
30119
30132
  cx: "0",
30120
30133
  cy: "0",
30121
30134
  r: "1",
30122
30135
  gradientUnits: "userSpaceOnUse",
30123
30136
  gradientTransform: "translate(12.6297 13.0241) rotate(-121.424) scale(17.9809 5.60414)"
30124
- }, /*#__PURE__*/E$1.createElement("stop", {
30137
+ }, /*#__PURE__*/x.createElement("stop", {
30125
30138
  stopColor: "#25342F",
30126
30139
  stopOpacity: "0.3"
30127
- }), /*#__PURE__*/E$1.createElement("stop", {
30140
+ }), /*#__PURE__*/x.createElement("stop", {
30128
30141
  offset: "1",
30129
30142
  stopColor: "#25342F",
30130
30143
  stopOpacity: "0"
30131
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30144
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30132
30145
  id: "paint5_radial",
30133
30146
  cx: "0",
30134
30147
  cy: "0",
30135
30148
  r: "1",
30136
30149
  gradientUnits: "userSpaceOnUse",
30137
30150
  gradientTransform: "translate(15.8897 10.7852) rotate(84.9882) scale(6.7331 3.90349)"
30138
- }, /*#__PURE__*/E$1.createElement("stop", {
30151
+ }, /*#__PURE__*/x.createElement("stop", {
30139
30152
  stopColor: "#056D4F"
30140
- }), /*#__PURE__*/E$1.createElement("stop", {
30153
+ }), /*#__PURE__*/x.createElement("stop", {
30141
30154
  offset: "0.232593",
30142
30155
  stopColor: "#056C4E",
30143
30156
  stopOpacity: "0.75"
30144
- }), /*#__PURE__*/E$1.createElement("stop", {
30157
+ }), /*#__PURE__*/x.createElement("stop", {
30145
30158
  offset: "0.598902",
30146
30159
  stopColor: "#056C4E",
30147
30160
  stopOpacity: "0.300824"
30148
- }), /*#__PURE__*/E$1.createElement("stop", {
30161
+ }), /*#__PURE__*/x.createElement("stop", {
30149
30162
  offset: "0.874482",
30150
30163
  stopColor: "#056C4F",
30151
30164
  stopOpacity: "0"
30152
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30165
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30153
30166
  id: "paint6_radial",
30154
30167
  cx: "0",
30155
30168
  cy: "0",
30156
30169
  r: "1",
30157
30170
  gradientUnits: "userSpaceOnUse",
30158
30171
  gradientTransform: "translate(16.1942 -0.102187) rotate(56.4937) scale(7.96654 4.21576)"
30159
- }, /*#__PURE__*/E$1.createElement("stop", {
30172
+ }, /*#__PURE__*/x.createElement("stop", {
30160
30173
  stopColor: "#22B67B"
30161
- }), /*#__PURE__*/E$1.createElement("stop", {
30174
+ }), /*#__PURE__*/x.createElement("stop", {
30162
30175
  offset: "0.407867",
30163
30176
  stopColor: "#24BE82"
30164
- }), /*#__PURE__*/E$1.createElement("stop", {
30177
+ }), /*#__PURE__*/x.createElement("stop", {
30165
30178
  offset: "1",
30166
30179
  stopColor: "#24BE82",
30167
30180
  stopOpacity: "0.07"
30168
- })), /*#__PURE__*/E$1.createElement("linearGradient", {
30181
+ })), /*#__PURE__*/x.createElement("linearGradient", {
30169
30182
  id: "paint7_linear",
30170
30183
  x1: "-5.79159",
30171
30184
  y1: "11.8079",
30172
30185
  x2: "5.92955",
30173
30186
  y2: "11.9065",
30174
30187
  gradientUnits: "userSpaceOnUse"
30175
- }, /*#__PURE__*/E$1.createElement("stop", {
30188
+ }, /*#__PURE__*/x.createElement("stop", {
30176
30189
  stopColor: "#09F8FF"
30177
- }), /*#__PURE__*/E$1.createElement("stop", {
30190
+ }), /*#__PURE__*/x.createElement("stop", {
30178
30191
  offset: "1",
30179
30192
  stopColor: "#0BF7F9",
30180
30193
  stopOpacity: "0"
30181
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30194
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30182
30195
  id: "paint8_radial",
30183
30196
  cx: "0",
30184
30197
  cy: "0",
30185
30198
  r: "1",
30186
30199
  gradientUnits: "userSpaceOnUse",
30187
30200
  gradientTransform: "translate(-3.27352 1.4827) rotate(49.021) scale(10.4336 10.4425)"
30188
- }, /*#__PURE__*/E$1.createElement("stop", {
30201
+ }, /*#__PURE__*/x.createElement("stop", {
30189
30202
  stopColor: "#09F8FF"
30190
- }), /*#__PURE__*/E$1.createElement("stop", {
30203
+ }), /*#__PURE__*/x.createElement("stop", {
30191
30204
  offset: "1",
30192
30205
  stopColor: "#0BF7F9",
30193
30206
  stopOpacity: "0"
30194
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30207
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30195
30208
  id: "paint9_radial",
30196
30209
  cx: "0",
30197
30210
  cy: "0",
30198
30211
  r: "1",
30199
30212
  gradientUnits: "userSpaceOnUse",
30200
30213
  gradientTransform: "translate(5.19272 -3.72097) rotate(47.3777) scale(21.1748 21.1856)"
30201
- }, /*#__PURE__*/E$1.createElement("stop", {
30214
+ }, /*#__PURE__*/x.createElement("stop", {
30202
30215
  stopColor: "#00B8FF"
30203
- }), /*#__PURE__*/E$1.createElement("stop", {
30216
+ }), /*#__PURE__*/x.createElement("stop", {
30204
30217
  offset: "0.745423",
30205
30218
  stopColor: "#00B9FC",
30206
30219
  stopOpacity: "0"
30207
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30220
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30208
30221
  id: "paint10_radial",
30209
30222
  cx: "0",
30210
30223
  cy: "0",
30211
30224
  r: "1",
30212
30225
  gradientUnits: "userSpaceOnUse",
30213
30226
  gradientTransform: "translate(6.32654 12.0019) rotate(-107.836) scale(10.1249 7.14388)"
30214
- }, /*#__PURE__*/E$1.createElement("stop", {
30227
+ }, /*#__PURE__*/x.createElement("stop", {
30215
30228
  stopColor: "#00BCFF",
30216
30229
  stopOpacity: "0.76"
30217
- }), /*#__PURE__*/E$1.createElement("stop", {
30230
+ }), /*#__PURE__*/x.createElement("stop", {
30218
30231
  offset: "0.57273",
30219
30232
  stopColor: "#00BAFC",
30220
30233
  stopOpacity: "0"
30221
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30234
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30222
30235
  id: "paint11_radial",
30223
30236
  cx: "0",
30224
30237
  cy: "0",
30225
30238
  r: "1",
30226
30239
  gradientUnits: "userSpaceOnUse",
30227
30240
  gradientTransform: "translate(22.0331 8.16428) rotate(-130.177) scale(7.21066 5.06823)"
30228
- }, /*#__PURE__*/E$1.createElement("stop", {
30241
+ }, /*#__PURE__*/x.createElement("stop", {
30229
30242
  stopColor: "#5FEC50"
30230
- }), /*#__PURE__*/E$1.createElement("stop", {
30243
+ }), /*#__PURE__*/x.createElement("stop", {
30231
30244
  offset: "1",
30232
30245
  stopColor: "#3CC08E",
30233
30246
  stopOpacity: "0"
30234
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30247
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30235
30248
  id: "paint12_radial",
30236
30249
  cx: "0",
30237
30250
  cy: "0",
30238
30251
  r: "1",
30239
30252
  gradientUnits: "userSpaceOnUse",
30240
30253
  gradientTransform: "translate(20.9873 12.7664) rotate(-78.8553) scale(2.16492 1.52853)"
30241
- }, /*#__PURE__*/E$1.createElement("stop", {
30254
+ }, /*#__PURE__*/x.createElement("stop", {
30242
30255
  stopColor: "#28855B"
30243
- }), /*#__PURE__*/E$1.createElement("stop", {
30256
+ }), /*#__PURE__*/x.createElement("stop", {
30244
30257
  offset: "1",
30245
30258
  stopColor: "#14795C",
30246
30259
  stopOpacity: "0"
30247
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30260
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30248
30261
  id: "paint13_radial",
30249
30262
  cx: "0",
30250
30263
  cy: "0",
30251
30264
  r: "1",
30252
30265
  gradientUnits: "userSpaceOnUse",
30253
30266
  gradientTransform: "translate(20.8807 12.6072) rotate(-77.6157) scale(1.78506 2.54567)"
30254
- }, /*#__PURE__*/E$1.createElement("stop", {
30267
+ }, /*#__PURE__*/x.createElement("stop", {
30255
30268
  stopColor: "#28855B"
30256
- }), /*#__PURE__*/E$1.createElement("stop", {
30269
+ }), /*#__PURE__*/x.createElement("stop", {
30257
30270
  offset: "1",
30258
30271
  stopColor: "#14795C",
30259
30272
  stopOpacity: "0"
30260
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30273
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30261
30274
  id: "paint14_radial",
30262
30275
  cx: "0",
30263
30276
  cy: "0",
30264
30277
  r: "1",
30265
30278
  gradientUnits: "userSpaceOnUse",
30266
30279
  gradientTransform: "translate(23.0529 9.39453) rotate(-133.426) scale(5.9773 4.20528)"
30267
- }, /*#__PURE__*/E$1.createElement("stop", {
30280
+ }, /*#__PURE__*/x.createElement("stop", {
30268
30281
  stopColor: "#5FF05B"
30269
- }), /*#__PURE__*/E$1.createElement("stop", {
30282
+ }), /*#__PURE__*/x.createElement("stop", {
30270
30283
  offset: "0.813285",
30271
30284
  stopColor: "#5DE955",
30272
30285
  stopOpacity: "0"
30273
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30286
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30274
30287
  id: "paint15_radial",
30275
30288
  cx: "0",
30276
30289
  cy: "0",
30277
30290
  r: "1",
30278
30291
  gradientUnits: "userSpaceOnUse",
30279
30292
  gradientTransform: "translate(21.1619 11.0937) rotate(36.8427) scale(5.33572 7.37205)"
30280
- }, /*#__PURE__*/E$1.createElement("stop", {
30293
+ }, /*#__PURE__*/x.createElement("stop", {
30281
30294
  stopColor: "#123AA8"
30282
- }), /*#__PURE__*/E$1.createElement("stop", {
30295
+ }), /*#__PURE__*/x.createElement("stop", {
30283
30296
  offset: "0.966119",
30284
30297
  stopColor: "#123AA8",
30285
30298
  stopOpacity: "0"
30286
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30299
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30287
30300
  id: "paint16_radial",
30288
30301
  cx: "0",
30289
30302
  cy: "0",
30290
30303
  r: "1",
30291
30304
  gradientUnits: "userSpaceOnUse",
30292
30305
  gradientTransform: "translate(19.8237 11.6867) rotate(8.30215) scale(6.3439 9.26978)"
30293
- }, /*#__PURE__*/E$1.createElement("stop", {
30306
+ }, /*#__PURE__*/x.createElement("stop", {
30294
30307
  stopColor: "#123AA8"
30295
- }), /*#__PURE__*/E$1.createElement("stop", {
30308
+ }), /*#__PURE__*/x.createElement("stop", {
30296
30309
  offset: "0.592487",
30297
30310
  stopColor: "#123AA8",
30298
30311
  stopOpacity: "0"
30299
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30312
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30300
30313
  id: "paint17_radial",
30301
30314
  cx: "0",
30302
30315
  cy: "0",
30303
30316
  r: "1",
30304
30317
  gradientUnits: "userSpaceOnUse",
30305
30318
  gradientTransform: "translate(20.3387 12.4566) rotate(24.1836) scale(5.40105 9.48433)"
30306
- }, /*#__PURE__*/E$1.createElement("stop", {
30319
+ }, /*#__PURE__*/x.createElement("stop", {
30307
30320
  stopColor: "#123AA8"
30308
- }), /*#__PURE__*/E$1.createElement("stop", {
30321
+ }), /*#__PURE__*/x.createElement("stop", {
30309
30322
  offset: "0.756788",
30310
30323
  stopColor: "#123AA8",
30311
30324
  stopOpacity: "0"
30312
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30325
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30313
30326
  id: "paint18_radial",
30314
30327
  cx: "0",
30315
30328
  cy: "0",
30316
30329
  r: "1",
30317
30330
  gradientUnits: "userSpaceOnUse",
30318
30331
  gradientTransform: "translate(19.7021 12.7708) rotate(95.9323) scale(9.53426 5.33984)"
30319
- }, /*#__PURE__*/E$1.createElement("stop", {
30332
+ }, /*#__PURE__*/x.createElement("stop", {
30320
30333
  stopColor: "#123AA8"
30321
- }), /*#__PURE__*/E$1.createElement("stop", {
30334
+ }), /*#__PURE__*/x.createElement("stop", {
30322
30335
  offset: "0.592487",
30323
30336
  stopColor: "#123AA8",
30324
30337
  stopOpacity: "0"
30325
- }), /*#__PURE__*/E$1.createElement("stop", {
30338
+ }), /*#__PURE__*/x.createElement("stop", {
30326
30339
  offset: "1",
30327
30340
  stopColor: "#123AA8",
30328
30341
  stopOpacity: "0"
30329
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30342
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30330
30343
  id: "paint19_radial",
30331
30344
  cx: "0",
30332
30345
  cy: "0",
30333
30346
  r: "1",
30334
30347
  gradientUnits: "userSpaceOnUse",
30335
30348
  gradientTransform: "translate(21.1619 8.56248) rotate(93.7494) scale(11.4725 4.18555)"
30336
- }, /*#__PURE__*/E$1.createElement("stop", {
30349
+ }, /*#__PURE__*/x.createElement("stop", {
30337
30350
  stopColor: "#123AA8"
30338
- }), /*#__PURE__*/E$1.createElement("stop", {
30351
+ }), /*#__PURE__*/x.createElement("stop", {
30339
30352
  offset: "0.884611",
30340
30353
  stopColor: "#123AA8",
30341
30354
  stopOpacity: "0"
30342
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30355
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30343
30356
  id: "paint20_radial",
30344
30357
  cx: "0",
30345
30358
  cy: "0",
30346
30359
  r: "1",
30347
30360
  gradientUnits: "userSpaceOnUse",
30348
30361
  gradientTransform: "translate(7.86928 10.9476) rotate(84.714) scale(6.0884 3.29688)"
30349
- }, /*#__PURE__*/E$1.createElement("stop", {
30362
+ }, /*#__PURE__*/x.createElement("stop", {
30350
30363
  stopColor: "#123AA8"
30351
- }), /*#__PURE__*/E$1.createElement("stop", {
30364
+ }), /*#__PURE__*/x.createElement("stop", {
30352
30365
  offset: "0.884611",
30353
30366
  stopColor: "#123AA8",
30354
30367
  stopOpacity: "0"
30355
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30368
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30356
30369
  id: "paint21_radial",
30357
30370
  cx: "0",
30358
30371
  cy: "0",
30359
30372
  r: "1",
30360
30373
  gradientUnits: "userSpaceOnUse",
30361
30374
  gradientTransform: "translate(7.86483 11.1114) rotate(87.1887) scale(6.35336 5.36263)"
30362
- }, /*#__PURE__*/E$1.createElement("stop", {
30375
+ }, /*#__PURE__*/x.createElement("stop", {
30363
30376
  stopColor: "#123AA8"
30364
- }), /*#__PURE__*/E$1.createElement("stop", {
30377
+ }), /*#__PURE__*/x.createElement("stop", {
30365
30378
  offset: "0.884611",
30366
30379
  stopColor: "#123AA8",
30367
30380
  stopOpacity: "0"
30368
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30381
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30369
30382
  id: "paint22_radial",
30370
30383
  cx: "0",
30371
30384
  cy: "0",
30372
30385
  r: "1",
30373
30386
  gradientUnits: "userSpaceOnUse",
30374
30387
  gradientTransform: "translate(9.34276 17.081) rotate(-22.7152) scale(7.21963 13.8952)"
30375
- }, /*#__PURE__*/E$1.createElement("stop", {
30388
+ }, /*#__PURE__*/x.createElement("stop", {
30376
30389
  stopColor: "#123AA8"
30377
- }), /*#__PURE__*/E$1.createElement("stop", {
30390
+ }), /*#__PURE__*/x.createElement("stop", {
30378
30391
  offset: "0.708977",
30379
30392
  stopColor: "#123AA8",
30380
30393
  stopOpacity: "0"
30381
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30394
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30382
30395
  id: "paint23_radial",
30383
30396
  cx: "0",
30384
30397
  cy: "0",
30385
30398
  r: "1",
30386
30399
  gradientUnits: "userSpaceOnUse",
30387
30400
  gradientTransform: "translate(6.76526 9.55813) rotate(-159.94) scale(4.78651 8.05849)"
30388
- }, /*#__PURE__*/E$1.createElement("stop", {
30401
+ }, /*#__PURE__*/x.createElement("stop", {
30389
30402
  stopColor: "#1A3DA0"
30390
- }), /*#__PURE__*/E$1.createElement("stop", {
30403
+ }), /*#__PURE__*/x.createElement("stop", {
30391
30404
  offset: "0.708977",
30392
30405
  stopColor: "#123AA8",
30393
30406
  stopOpacity: "0"
30394
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30407
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30395
30408
  id: "paint24_radial",
30396
30409
  cx: "0",
30397
30410
  cy: "0",
30398
30411
  r: "1",
30399
30412
  gradientUnits: "userSpaceOnUse",
30400
30413
  gradientTransform: "translate(2.54067 11.1556) rotate(16.4007) scale(9.13706 9.05368)"
30401
- }, /*#__PURE__*/E$1.createElement("stop", {
30414
+ }, /*#__PURE__*/x.createElement("stop", {
30402
30415
  stopColor: "#1E3882"
30403
- }), /*#__PURE__*/E$1.createElement("stop", {
30416
+ }), /*#__PURE__*/x.createElement("stop", {
30404
30417
  offset: "0.761404",
30405
30418
  stopColor: "#123AA8",
30406
30419
  stopOpacity: "0"
30407
- })), /*#__PURE__*/E$1.createElement("linearGradient", {
30420
+ })), /*#__PURE__*/x.createElement("linearGradient", {
30408
30421
  id: "paint25_linear",
30409
30422
  x1: "-0.331541",
30410
30423
  y1: "6.20397",
30411
30424
  x2: "8.57129",
30412
30425
  y2: "12.014",
30413
30426
  gradientUnits: "userSpaceOnUse"
30414
- }, /*#__PURE__*/E$1.createElement("stop", {
30427
+ }, /*#__PURE__*/x.createElement("stop", {
30415
30428
  offset: "0.229329",
30416
30429
  stopColor: "#1DC4FF"
30417
- }), /*#__PURE__*/E$1.createElement("stop", {
30430
+ }), /*#__PURE__*/x.createElement("stop", {
30418
30431
  offset: "1",
30419
30432
  stopColor: "#1CC1FF",
30420
30433
  stopOpacity: "0"
30421
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30434
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30422
30435
  id: "paint26_radial",
30423
30436
  cx: "0",
30424
30437
  cy: "0",
30425
30438
  r: "1",
30426
30439
  gradientUnits: "userSpaceOnUse",
30427
30440
  gradientTransform: "translate(-3.27407 1.48228) rotate(49.021) scale(10.4336 10.4425)"
30428
- }, /*#__PURE__*/E$1.createElement("stop", {
30441
+ }, /*#__PURE__*/x.createElement("stop", {
30429
30442
  stopColor: "#09F8FF"
30430
- }), /*#__PURE__*/E$1.createElement("stop", {
30443
+ }), /*#__PURE__*/x.createElement("stop", {
30431
30444
  offset: "1",
30432
30445
  stopColor: "#0BF7F9",
30433
30446
  stopOpacity: "0"
30434
- })), /*#__PURE__*/E$1.createElement("linearGradient", {
30447
+ })), /*#__PURE__*/x.createElement("linearGradient", {
30435
30448
  id: "paint27_linear",
30436
30449
  x1: "0.167041",
30437
30450
  y1: "6.49161",
30438
30451
  x2: "2.64631",
30439
30452
  y2: "8.78972",
30440
30453
  gradientUnits: "userSpaceOnUse"
30441
- }, /*#__PURE__*/E$1.createElement("stop", {
30454
+ }, /*#__PURE__*/x.createElement("stop", {
30442
30455
  stopColor: "#26FBFF"
30443
- }), /*#__PURE__*/E$1.createElement("stop", {
30456
+ }), /*#__PURE__*/x.createElement("stop", {
30444
30457
  offset: "0.637346",
30445
30458
  stopColor: "#0BF7F9",
30446
30459
  stopOpacity: "0"
30447
- })), /*#__PURE__*/E$1.createElement("linearGradient", {
30460
+ })), /*#__PURE__*/x.createElement("linearGradient", {
30448
30461
  id: "paint28_linear",
30449
30462
  x1: "-0.505157",
30450
30463
  y1: "8.20858",
30451
30464
  x2: "2.99361",
30452
30465
  y2: "8.46382",
30453
30466
  gradientUnits: "userSpaceOnUse"
30454
- }, /*#__PURE__*/E$1.createElement("stop", {
30467
+ }, /*#__PURE__*/x.createElement("stop", {
30455
30468
  stopColor: "#26FBFF"
30456
- }), /*#__PURE__*/E$1.createElement("stop", {
30469
+ }), /*#__PURE__*/x.createElement("stop", {
30457
30470
  offset: "0.637346",
30458
30471
  stopColor: "#0BF7F9",
30459
30472
  stopOpacity: "0"
30460
- })), /*#__PURE__*/E$1.createElement("radialGradient", {
30473
+ })), /*#__PURE__*/x.createElement("radialGradient", {
30461
30474
  id: "paint29_radial",
30462
30475
  cx: "0",
30463
30476
  cy: "0",
30464
30477
  r: "1",
30465
30478
  gradientUnits: "userSpaceOnUse",
30466
30479
  gradientTransform: "translate(6.32622 12.002) rotate(-107.836) scale(10.1249 7.14388)"
30467
- }, /*#__PURE__*/E$1.createElement("stop", {
30480
+ }, /*#__PURE__*/x.createElement("stop", {
30468
30481
  stopColor: "#00BCFF",
30469
30482
  stopOpacity: "0.76"
30470
- }), /*#__PURE__*/E$1.createElement("stop", {
30483
+ }), /*#__PURE__*/x.createElement("stop", {
30471
30484
  offset: "0.57273",
30472
30485
  stopColor: "#00BAFC",
30473
30486
  stopOpacity: "0"
@@ -30509,25 +30522,25 @@ var WebexMeetingWidget = /*#__PURE__*/function (_Component) {
30509
30522
  var meeting = this.props.meeting;
30510
30523
  var audioPermission = (_meeting$localAudio = meeting.localAudio) === null || _meeting$localAudio === void 0 ? void 0 : _meeting$localAudio.permission;
30511
30524
  var videoPermission = (_meeting$localVideo = meeting.localVideo) === null || _meeting$localVideo === void 0 ? void 0 : _meeting$localVideo.permission;
30512
- var logo = /*#__PURE__*/E$1.createElement(WebexLogo, null);
30525
+ var logo = /*#__PURE__*/x.createElement(WebexLogo, null);
30513
30526
  var content;
30514
30527
 
30515
30528
  if (audioPermission === 'ASKING') {
30516
- content = /*#__PURE__*/E$1.createElement(Ma, {
30529
+ content = /*#__PURE__*/x.createElement(Ma, {
30517
30530
  className: "webex-meeting-widget__content",
30518
30531
  meetingID: meeting.ID,
30519
30532
  media: "microphone",
30520
30533
  logo: logo
30521
30534
  });
30522
30535
  } else if (videoPermission === 'ASKING') {
30523
- content = /*#__PURE__*/E$1.createElement(Ma, {
30536
+ content = /*#__PURE__*/x.createElement(Ma, {
30524
30537
  className: "webex-meeting-widget__content",
30525
30538
  meetingID: meeting.ID,
30526
30539
  media: "camera",
30527
30540
  logo: logo
30528
30541
  });
30529
30542
  } else {
30530
- content = /*#__PURE__*/E$1.createElement(ei, {
30543
+ content = /*#__PURE__*/x.createElement(ei, {
30531
30544
  className: "webex-meeting-widget__content",
30532
30545
  meetingID: meeting.ID,
30533
30546
  logo: logo,
@@ -30537,7 +30550,7 @@ var WebexMeetingWidget = /*#__PURE__*/function (_Component) {
30537
30550
  });
30538
30551
  }
30539
30552
 
30540
- return /*#__PURE__*/E$1.createElement("div", {
30553
+ return /*#__PURE__*/x.createElement("div", {
30541
30554
  className: "webex-meeting-widget ".concat(this.props.className),
30542
30555
  style: this.props.style
30543
30556
  }, content);
@@ -30548,13 +30561,13 @@ var WebexMeetingWidget = /*#__PURE__*/function (_Component) {
30548
30561
  }(Component);
30549
30562
 
30550
30563
  WebexMeetingWidget.propTypes = {
30551
- accessToken: M.string.isRequired,
30552
- className: M.string,
30553
- controls: M.func,
30554
- controlsCollapseRangeStart: M.number,
30555
- controlsCollapseRangeEnd: M.number,
30556
- meetingDestination: M.string.isRequired,
30557
- style: M.shape()
30564
+ accessToken: T.string.isRequired,
30565
+ className: T.string,
30566
+ controls: T.func,
30567
+ controlsCollapseRangeStart: T.number,
30568
+ controlsCollapseRangeEnd: T.number,
30569
+ meetingDestination: T.string.isRequired,
30570
+ style: T.shape()
30558
30571
  };
30559
30572
  WebexMeetingWidget.defaultProps = {
30560
30573
  className: '',
@@ -30571,7 +30584,7 @@ var WebexMeeting = ai(ti(WebexMeetingWidget), function (props) {
30571
30584
  },
30572
30585
  config: {
30573
30586
  appName: appName,
30574
- appVersion: "1.19.1"
30587
+ appVersion: "1.20.3"
30575
30588
  }
30576
30589
  });
30577
30590
  return new WebexSDKAdapter(webex);