@bikdotai/bik-component-library 0.0.866 → 0.0.867

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
  2. package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
  3. package/dist/cjs/components/agent-builder/AgentBuilder.styled.js +151 -29
  4. package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  5. package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js +2 -0
  6. package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js.map +1 -0
  7. package/dist/cjs/components/agent-builder/components/ChannelsSection.js +2 -0
  8. package/dist/cjs/components/agent-builder/components/ChannelsSection.js.map +1 -0
  9. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +5 -5
  10. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  11. package/dist/cjs/components/agent-builder/components/GoLiveModal.js +1 -1
  12. package/dist/cjs/components/agent-builder/components/GoLiveModal.js.map +1 -1
  13. package/dist/cjs/components/agent-builder/components/MentionEditor.js +2 -2
  14. package/dist/cjs/components/agent-builder/components/MentionEditor.js.map +1 -1
  15. package/dist/cjs/components/agent-builder/components/MentionField.js +1 -1
  16. package/dist/cjs/components/agent-builder/components/MentionField.js.map +1 -1
  17. package/dist/cjs/components/agent-builder/components/MentionPicker.js +13 -13
  18. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  19. package/dist/cjs/components/agent-builder/components/SelectableListSection.js +3 -3
  20. package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
  21. package/dist/cjs/components/agent-builder/constants/channels.js +2 -0
  22. package/dist/cjs/components/agent-builder/constants/channels.js.map +1 -0
  23. package/dist/cjs/components/agent-builder/constants/steps.js +1 -1
  24. package/dist/cjs/components/agent-builder/constants/steps.js.map +1 -1
  25. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
  26. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  27. package/dist/cjs/components/agent-builder/steps/Step1About.js +1 -1
  28. package/dist/cjs/components/agent-builder/steps/Step1About.js.map +1 -1
  29. package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js +2 -2
  30. package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
  31. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
  32. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  33. package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js +1 -1
  34. package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
  35. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +2 -2
  36. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  37. package/dist/cjs/components/agent-builder/utils/sourceIcons.js +1 -1
  38. package/dist/cjs/components/agent-builder/utils/sourceIcons.js.map +1 -1
  39. package/dist/cjs/icons/Social/Channels/ManifestGlass.js +2 -0
  40. package/dist/cjs/icons/Social/Channels/ManifestGlass.js.map +1 -0
  41. package/dist/cjs/icons/Social/Channels/ShipStation.js +2 -0
  42. package/dist/cjs/icons/Social/Channels/ShipStation.js.map +1 -0
  43. package/dist/cjs/icons/Social/Channels/Skio.js +2 -0
  44. package/dist/cjs/icons/Social/Channels/Skio.js.map +1 -0
  45. package/dist/cjs/icons/index.js +1 -1
  46. package/dist/cjs/index.js +1 -1
  47. package/dist/esm/components/agent-builder/AgentBuilder.js +103 -97
  48. package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
  49. package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +76 -0
  50. package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +68 -0
  51. package/dist/esm/components/agent-builder/AgentBuilder.styled.js +224 -59
  52. package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  53. package/dist/esm/components/agent-builder/components/ChannelSelectModal.d.ts +26 -0
  54. package/dist/esm/components/agent-builder/components/ChannelSelectModal.js +121 -0
  55. package/dist/esm/components/agent-builder/components/ChannelSelectModal.js.map +1 -0
  56. package/dist/esm/components/agent-builder/components/ChannelsSection.d.ts +10 -0
  57. package/dist/esm/components/agent-builder/components/ChannelsSection.js +183 -0
  58. package/dist/esm/components/agent-builder/components/ChannelsSection.js.map +1 -0
  59. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +135 -132
  60. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  61. package/dist/esm/components/agent-builder/components/GoLiveModal.js +12 -12
  62. package/dist/esm/components/agent-builder/components/GoLiveModal.js.map +1 -1
  63. package/dist/esm/components/agent-builder/components/MentionEditor.d.ts +2 -0
  64. package/dist/esm/components/agent-builder/components/MentionEditor.js +47 -45
  65. package/dist/esm/components/agent-builder/components/MentionEditor.js.map +1 -1
  66. package/dist/esm/components/agent-builder/components/MentionField.js +52 -51
  67. package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
  68. package/dist/esm/components/agent-builder/components/MentionPicker.d.ts +5 -0
  69. package/dist/esm/components/agent-builder/components/MentionPicker.js +134 -132
  70. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  71. package/dist/esm/components/agent-builder/components/SelectableListSection.d.ts +2 -0
  72. package/dist/esm/components/agent-builder/components/SelectableListSection.js +48 -46
  73. package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
  74. package/dist/esm/components/agent-builder/constants/channels.d.ts +56 -0
  75. package/dist/esm/components/agent-builder/constants/channels.js +41 -0
  76. package/dist/esm/components/agent-builder/constants/channels.js.map +1 -0
  77. package/dist/esm/components/agent-builder/constants/steps.d.ts +31 -1
  78. package/dist/esm/components/agent-builder/constants/steps.js +15 -6
  79. package/dist/esm/components/agent-builder/constants/steps.js.map +1 -1
  80. package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +13 -1
  81. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +157 -148
  82. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  83. package/dist/esm/components/agent-builder/index.d.ts +5 -2
  84. package/dist/esm/components/agent-builder/steps/Step1About.js +15 -13
  85. package/dist/esm/components/agent-builder/steps/Step1About.js.map +1 -1
  86. package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js +55 -48
  87. package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
  88. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +158 -157
  89. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  90. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.d.ts +11 -0
  91. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js +127 -23
  92. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
  93. package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +10 -3
  94. package/dist/esm/components/agent-builder/utils/mentionSerialization.js +31 -23
  95. package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  96. package/dist/esm/components/agent-builder/utils/sourceIcons.d.ts +7 -5
  97. package/dist/esm/components/agent-builder/utils/sourceIcons.js +26 -26
  98. package/dist/esm/components/agent-builder/utils/sourceIcons.js.map +1 -1
  99. package/dist/esm/icons/Social/Channels/ManifestGlass.d.ts +6 -0
  100. package/dist/esm/icons/Social/Channels/ManifestGlass.js +252 -0
  101. package/dist/esm/icons/Social/Channels/ManifestGlass.js.map +1 -0
  102. package/dist/esm/icons/Social/Channels/ShipStation.d.ts +6 -0
  103. package/dist/esm/icons/Social/Channels/ShipStation.js +31 -0
  104. package/dist/esm/icons/Social/Channels/ShipStation.js.map +1 -0
  105. package/dist/esm/icons/Social/Channels/Skio.d.ts +6 -0
  106. package/dist/{cjs/assets/icons/Skio.svg.js → esm/icons/Social/Channels/Skio.js} +31 -2
  107. package/dist/esm/icons/Social/Channels/Skio.js.map +1 -0
  108. package/dist/esm/icons/Social/Channels/index.d.ts +3 -0
  109. package/dist/esm/icons/index.d.ts +25 -25
  110. package/dist/esm/icons/index.js +330 -324
  111. package/dist/esm/icons/index.js.map +1 -1
  112. package/dist/esm/index.js +671 -663
  113. package/dist/esm/index.js.map +1 -1
  114. package/package.json +1 -1
  115. package/dist/cjs/assets/icons/BigCommerce.svg.js +0 -2
  116. package/dist/cjs/assets/icons/BigCommerce.svg.js.map +0 -1
  117. package/dist/cjs/assets/icons/Gorgias.svg.js +0 -2
  118. package/dist/cjs/assets/icons/Gorgias.svg.js.map +0 -1
  119. package/dist/cjs/assets/icons/ManifestGlass.svg.js +0 -2
  120. package/dist/cjs/assets/icons/ManifestGlass.svg.js.map +0 -1
  121. package/dist/cjs/assets/icons/ShipStation.svg.js +0 -2
  122. package/dist/cjs/assets/icons/ShipStation.svg.js.map +0 -1
  123. package/dist/cjs/assets/icons/Shopify.svg.js +0 -2
  124. package/dist/cjs/assets/icons/Shopify.svg.js.map +0 -1
  125. package/dist/cjs/assets/icons/Skio.svg.js.map +0 -1
  126. package/dist/esm/assets/icons/BigCommerce.svg.js +0 -6
  127. package/dist/esm/assets/icons/BigCommerce.svg.js.map +0 -1
  128. package/dist/esm/assets/icons/Gorgias.svg.js +0 -6
  129. package/dist/esm/assets/icons/Gorgias.svg.js.map +0 -1
  130. package/dist/esm/assets/icons/ManifestGlass.svg.js +0 -6
  131. package/dist/esm/assets/icons/ManifestGlass.svg.js.map +0 -1
  132. package/dist/esm/assets/icons/ShipStation.svg.js +0 -6
  133. package/dist/esm/assets/icons/ShipStation.svg.js.map +0 -1
  134. package/dist/esm/assets/icons/Shopify.svg.js +0 -6
  135. package/dist/esm/assets/icons/Shopify.svg.js.map +0 -1
  136. package/dist/esm/assets/icons/Skio.svg.js +0 -6
  137. package/dist/esm/assets/icons/Skio.svg.js.map +0 -1
@@ -17,7 +17,7 @@ import { default as v } from "./Actions/Navigation/ArrowRedo.js";
17
17
  import { default as D } from "./Arrows/Normal arrows/ArrowRight.js";
18
18
  import { default as E } from "./Arrows/Special/ArrowSwitch.js";
19
19
  import { default as W } from "./Actions/Navigation/ArrowUndo.js";
20
- import { default as O } from "./Arrows/Normal arrows/ArrowUp.js";
20
+ import { default as G } from "./Arrows/Normal arrows/ArrowUp.js";
21
21
  import { default as N } from "./Arrows/Normal arrows/ArrowUpLeft.js";
22
22
  import { default as j } from "./Arrows/Normal arrows/ArrowUpRight.js";
23
23
  import { default as Q } from "./Informational/Communication/At.js";
@@ -44,7 +44,7 @@ import { default as ve } from "./Arrows/Carat/CaratUp.js";
44
44
  import { default as De } from "./Informational/Finance/CashOnDelivery.js";
45
45
  import { default as Ee } from "./Informational/Finance/ChartLine.js";
46
46
  import { default as We } from "./Informational/Communication/Chat.js";
47
- import { default as Oe } from "./Informational/Communication/ChatCheck.js";
47
+ import { default as Ge } from "./Informational/Communication/ChatCheck.js";
48
48
  import { default as Ne } from "./Informational/Communication/ChatQuestion.js";
49
49
  import { default as je } from "./Informational/Communication/ChatStar.js";
50
50
  import { default as Qe } from "./Informational/Identity/Chatbot.js";
@@ -71,7 +71,7 @@ import { default as yo } from "./Actions/Formatting/Copy.js";
71
71
  import { default as Uo } from "./Informational/Finance/CreditCard.js";
72
72
  import { default as Bo } from "./Media/Visual/Crop.js";
73
73
  import { default as Ho } from "./Actions/Common actions/Cross.js";
74
- import { default as Go } from "./Legacy - Bikayi specific/Services/Customdomain.js";
74
+ import { default as Oo } from "./Legacy - Bikayi specific/Services/Customdomain.js";
75
75
  import { default as zo } from "./Informational/Store related/CustomerReport.js";
76
76
  import { default as Jo } from "./Actions/Common actions/Deactivate.js";
77
77
  import { default as Ko } from "./Actions/Formatting/DecreaseIndent.js";
@@ -98,7 +98,7 @@ import { default as yr } from "./Social/Channels/Facebook.js";
98
98
  import { default as Ur } from "./Social/Social/Facebook.js";
99
99
  import { default as Br } from "./Social/Channels/FacebookComment.js";
100
100
  import { default as Hr } from "./Social/Channels/FacebookCommentV2.js";
101
- import { default as Gr } from "./Social/Channels/FacebookV2.js";
101
+ import { default as Or } from "./Social/Channels/FacebookV2.js";
102
102
  import { default as zr } from "./Informational/General/FailDoc.js";
103
103
  import { default as Jr } from "./Informational/Files and folders/File.js";
104
104
  import { default as Kr } from "./Informational/Files and folders/FileCsv.js";
@@ -125,7 +125,7 @@ import { default as ya } from "./Informational/eCommerce/Gift1.js";
125
125
  import { default as Ua } from "./Informational/eCommerce/GiftMinus.js";
126
126
  import { default as Ba } from "./Informational/eCommerce/GiftPlus.js";
127
127
  import { default as Ha } from "./Social/Channels/GmailV2.js";
128
- import { default as Ga } from "./Social/Social/Google.js";
128
+ import { default as Oa } from "./Social/Social/Google.js";
129
129
  import { default as za } from "./Social/Social/Gorgias.js";
130
130
  import { default as Ja } from "./Informational/Identity/Group.js";
131
131
  import { default as Ka } from "./Informational/Finance/Growth.js";
@@ -152,7 +152,7 @@ import { default as yt } from "./Social/Channels/InstagramIcon.js";
152
152
  import { default as Ut } from "./Social/Channels/InstagramV2.js";
153
153
  import { default as Bt } from "./Informational/Store related/InventoryReport.js";
154
154
  import { default as Ht } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
155
- import { default as Gt } from "./Social/Social/Kustomer.js";
155
+ import { default as Ot } from "./Social/Social/Kustomer.js";
156
156
  import { default as zt } from "./Informational/Location/LanguageChange.js";
157
157
  import { default as Jt } from "./Informational/Store related/LegalBalance.js";
158
158
  import { default as Kt } from "./Actions/Common actions/LinkSimpleHorizontal.js";
@@ -161,162 +161,165 @@ import { default as Xt } from "./Toggles/General/Lock.js";
161
161
  import { default as $t } from "./Actions/Navigation/LogIn.js";
162
162
  import { default as of } from "./Actions/Navigation/LogOut.js";
163
163
  import { default as af } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
164
- import { default as ff } from "./Social/Channels/ManifestLiveChat.js";
165
- import { default as sf } from "./BIK AI specific/ManifestSparkle.js";
166
- import { default as mf } from "./Informational/Location/MapPin.js";
167
- import { default as uf } from "./Legacy - Bikayi specific/Services/Marketing.js";
168
- import { default as nf } from "./Media/Visual/Maximize.js";
169
- import { default as hf } from "./Informational/Files and folders/MediaMessage.js";
170
- import { default as gf } from "./Informational/Common UI/MenuHamburger.js";
171
- import { default as Sf } from "./Informational/General/Merge.js";
172
- import { default as Af } from "./Informational/Common UI/MessageSearch.js";
173
- import { default as bf } from "./Informational/General/MessageSource.js";
174
- import { default as Tf } from "./Social/Channels/Messenger.js";
175
- import { default as If } from "./Social/Social/Messenger.js";
176
- import { default as Lf } from "./Social/Channels/MessengerV2.js";
177
- import { default as vf } from "./Media/Audio/Microphone.js";
178
- import { default as Df } from "./Actions/Common actions/Minus.js";
179
- import { default as Ef } from "./Informational/Finance/Money1.js";
180
- import { default as Wf } from "./Social/Channels/MonoFacebook.js";
181
- import { default as Of } from "./Social/Channels/MonoFacebookComment.js";
182
- import { default as Nf } from "./Social/Channels/MonoInstagram.js";
183
- import { default as jf } from "./Social/Channels/MonoInstagramComment.js";
184
- import { default as Qf } from "./Social/Channels/MonoMail.js";
185
- import { default as Yf } from "./Social/Channels/MonoMessenger.js";
186
- import { default as qf } from "./Social/Channels/MonoPhone.js";
187
- import { default as _f } from "./Social/Channels/MonoTasks.js";
188
- import { default as el } from "./Social/Channels/MonoWhatsapp.js";
189
- import { default as rl } from "./Informational/Common UI/MoreHorizontal.js";
190
- import { default as tl } from "./Informational/Common UI/MoreVertical.js";
191
- import { default as ll } from "./Informational/Files and folders/Move.js";
192
- import { default as pl } from "./Actions/Formatting/MultiLine.js";
193
- import { default as dl } from "./Actions/Formatting/MultiSelect.js";
194
- import { default as xl } from "./Informational/General/NewTicket.js";
195
- import { default as nl } from "./Informational/Finance/NoCredits.js";
196
- import { default as hl } from "./Actions/Formatting/Number.js";
197
- import { default as gl } from "./Actions/Formatting/NumberList.js";
198
- import { default as Sl } from "./Actions/Navigation/OpenNewWindow.js";
199
- import { default as Al } from "./Informational/Files and folders/OrderHistory.js";
200
- import { default as bl } from "./Informational/Store related/OrderReport.js";
201
- import { default as Tl } from "./Media/Others/Paperclip.js";
202
- import { default as Il } from "./Media/Audio/Pause.js";
203
- import { default as Ll } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
204
- import { default as vl } from "./Informational/Store related/PaymentReport.js";
205
- import { default as Dl } from "./Informational/Customer intent/Percent.js";
206
- import { default as El } from "./Informational/Finance/Percent.js";
207
- import { default as Wl } from "./Informational/Identity/Person.js";
208
- import { default as Ol } from "./Informational/Communication/Phone.js";
209
- import { default as Nl } from "./Social/Channels/PhoneV2.js";
210
- import { default as jl } from "./Informational/Common UI/Placeholder.js";
211
- import { default as Ql } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
212
- import { default as Yl } from "./Media/Audio/Play.js";
213
- import { default as ql } from "./Actions/Common actions/Plus.js";
214
- import { default as _l } from "./BIK AI specific/PricePlease.js";
215
- import { default as es } from "./Informational/Files and folders/PrivateNote.js";
216
- import { default as rs } from "./Actions/Common actions/ProductTour.js";
217
- import { default as ts } from "./Informational/eCommerce/Promocode.js";
218
- import { default as ls } from "./Informational/Customer intent/Purchase.js";
219
- import { default as ps } from "./Informational/Identity/PuzzlePiece.js";
220
- import { default as ds } from "./Actions/Formatting/Quotes.js";
221
- import { default as xs } from "./Social/Social/Rcs.js";
222
- import { default as ns } from "./Social/Channels/RcsV2.js";
223
- import { default as hs } from "./Informational/eCommerce/Receipt.js";
224
- import { default as gs } from "./Actions/Navigation/Refresh.js";
225
- import { default as Ss } from "./Actions/Common actions/RestApi.js";
226
- import { default as As } from "./Actions/Navigation/Rewind.js";
227
- import { default as bs } from "./Informational/Identity/Robot.js";
228
- import { default as Ts } from "./Media/Visual/RotateAnticlockwise.js";
229
- import { default as Is } from "./Media/Visual/RotateClockwise.js";
230
- import { default as Ls } from "./Informational/General/RoundCheck.js";
231
- import { default as vs } from "./Informational/Finance/Rupee.js";
232
- import { default as Ds } from "./Actions/Common actions/Save.js";
233
- import { default as Es } from "./Informational/Common UI/Search.js";
234
- import { default as Ws } from "./Actions/Common actions/Send.js";
235
- import { default as Os } from "./Actions/Common actions/SendAirplane.js";
236
- import { default as Ns } from "./Informational/Customer intent/Services.js";
237
- import { default as js } from "./Legacy - Bikayi specific/Navigation/Services.js";
238
- import { default as Qs } from "./Informational/Common UI/Settings.js";
239
- import { default as Ys } from "./BIK AI specific/Shape.js";
240
- import { default as qs } from "./Actions/Common actions/ShareAndroid.js";
241
- import { default as _s } from "./Informational/Common UI/Shield.js";
242
- import { default as ep } from "./Informational/eCommerce/ShieldCheck.js";
243
- import { default as rp } from "./Informational/Common UI/ShieldOutline.js";
244
- import { default as tp } from "./Social/Channels/ShopifyBrand.js";
245
- import { default as lp } from "./Social/Social/ShopifyDefault.js";
246
- import { default as pp } from "./Informational/eCommerce/ShoppingBag.js";
247
- import { default as dp } from "./Informational/eCommerce/ShoppingBasket.js";
248
- import { default as xp } from "./Informational/Customer intent/ShoppingCart.js";
249
- import { default as np } from "./Informational/eCommerce/ShoppingCart.js";
250
- import { default as hp } from "./Actions/Common actions/Shortcut.js";
251
- import { default as gp } from "./BIK AI specific/Shorter.js";
252
- import { default as Sp } from "./Actions/Selection/SingleChoice.js";
253
- import { default as Ap } from "./Informational/Customer intent/SingleChoice.js";
254
- import { default as bp } from "./Social/Social/SlackIcon.js";
255
- import { default as Tp } from "./Informational/General/Slash.js";
256
- import { default as Ip } from "./Media/Audio/Sleep.js";
257
- import { default as Lp } from "./Media/Devices/Smartphone.js";
258
- import { default as vp } from "./Social/Channels/SmsV2.js";
259
- import { default as Dp } from "./BIK AI specific/Sparkling2Line.js";
260
- import { default as Ep } from "./Toggles/General/StarEmpty.js";
261
- import { default as Wp } from "./Toggles/General/StarFilled.js";
262
- import { default as Op } from "./Toggles/General/StarHalf.js";
263
- import { default as Np } from "./Informational/Store related/Store.js";
264
- import { default as jp } from "./Informational/Store related/StoreSync.js";
265
- import { default as Qp } from "./Actions/Formatting/Subscript.js";
266
- import { default as Yp } from "./Actions/Formatting/Superscript.js";
267
- import { default as qp } from "./Actions/Navigation/Sync.js";
268
- import { default as _p } from "./Informational/Finance/TablerTicket.js";
269
- import { default as em } from "./Actions/Common actions/Task.js";
270
- import { default as rm } from "./Social/Channels/TaskV2.js";
271
- import { default as tm } from "./Social/Channels/Tasks.js";
272
- import { default as lm } from "./Actions/Formatting/Text.js";
273
- import { default as pm } from "./Actions/Formatting/TextAlignCenter.js";
274
- import { default as dm } from "./Actions/Formatting/TextAlignLeft.js";
275
- import { default as xm } from "./Actions/Formatting/TextAlignRight.js";
276
- import { default as nm } from "./Actions/Formatting/TextBold.js";
277
- import { default as hm } from "./Actions/Formatting/TextItalics.js";
278
- import { default as gm } from "./Actions/Formatting/TextJustify.js";
279
- import { default as Sm } from "./Informational/Files and folders/TextMessage.js";
280
- import { default as Am } from "./Actions/Formatting/TextStrikethrough.js";
281
- import { default as bm } from "./Actions/Formatting/TextUnderline.js";
282
- import { default as Tm } from "./Actions/Formatting/Textbox.js";
283
- import { default as Im } from "./Legacy - Bikayi specific/Services/Theme.js";
284
- import { default as Lm } from "./Informational/Store related/TicketForm.js";
285
- import { default as vm } from "./Informational/General/TicketV2.js";
286
- import { default as Dm } from "./Informational/Common UI/Training.js";
287
- import { default as Em } from "./Informational/Location/Truck.js";
288
- import { default as Wm } from "./Social/Social/Twitter.js";
289
- import { default as Om } from "./Informational/Files and folders/Unarchive.js";
290
- import { default as Nm } from "./Informational/Identity/Union.js";
291
- import { default as jm } from "./Informational/Identity/Union1.js";
292
- import { default as Qm } from "./Toggles/General/Unlock.js";
293
- import { default as Ym } from "./Informational/Customer intent/Unsatisfactory.js";
294
- import { default as qm } from "./Media/Others/Upload.js";
295
- import { default as _m } from "./Informational/Identity/User.js";
296
- import { default as ed } from "./Informational/Identity/UserMinus1.js";
297
- import { default as rd } from "./Informational/Identity/UserPlus.js";
298
- import { default as td } from "./Informational/Customer intent/UserSound.js";
299
- import { default as ld } from "./Media/Visual/VideoCamcorder.js";
300
- import { default as pd } from "./Media/Visual/VideoFilm.js";
301
- import { default as dd } from "./Media/Audio/VolumeMute.js";
302
- import { default as xd } from "./Media/Audio/VolumeOneline.js";
303
- import { default as nd } from "./Media/Audio/VolumeTwoline.js";
304
- import { default as hd } from "./Informational/Finance/Wallet.js";
305
- import { default as gd } from "./BIK AI specific/WandSparkles.js";
306
- import { default as Sd } from "./Social/Channels/WebPush.js";
307
- import { default as Ad } from "./BIK AI specific/Webhook.js";
308
- import { default as bd } from "./Social/Channels/WebpushV2.js";
309
- import { default as Td } from "./Social/Social/Website.js";
310
- import { default as Id } from "./Social/Channels/WhatsApp.js";
311
- import { default as Ld } from "./Social/Channels/WhatsAppCallV2.js";
312
- import { default as vd } from "./Social/Channels/WhatsAppV2.js";
313
- import { default as Dd } from "./Actions/Navigation/Whatsapp.js";
314
- import { default as Ed } from "./Social/Social/Whatsapp.js";
315
- import { default as Wd } from "./Social/Social/WooCommerce.js";
316
- import { default as Od } from "./Informational/Date and time/WorkingHours.js";
317
- import { default as Nd } from "./BIK AI specific/Write.js";
318
- import { default as jd } from "./Social/Social/Youtube.js";
319
- import { default as Qd } from "./Social/Social/Zendesk.js";
164
+ import { default as ff } from "./Social/Channels/ManifestGlass.js";
165
+ import { default as sf } from "./Social/Channels/ManifestLiveChat.js";
166
+ import { default as mf } from "./BIK AI specific/ManifestSparkle.js";
167
+ import { default as uf } from "./Informational/Location/MapPin.js";
168
+ import { default as nf } from "./Legacy - Bikayi specific/Services/Marketing.js";
169
+ import { default as hf } from "./Media/Visual/Maximize.js";
170
+ import { default as gf } from "./Informational/Files and folders/MediaMessage.js";
171
+ import { default as Sf } from "./Informational/Common UI/MenuHamburger.js";
172
+ import { default as Af } from "./Informational/General/Merge.js";
173
+ import { default as bf } from "./Informational/Common UI/MessageSearch.js";
174
+ import { default as Tf } from "./Informational/General/MessageSource.js";
175
+ import { default as If } from "./Social/Channels/Messenger.js";
176
+ import { default as Lf } from "./Social/Social/Messenger.js";
177
+ import { default as vf } from "./Social/Channels/MessengerV2.js";
178
+ import { default as Df } from "./Media/Audio/Microphone.js";
179
+ import { default as Ef } from "./Actions/Common actions/Minus.js";
180
+ import { default as Wf } from "./Informational/Finance/Money1.js";
181
+ import { default as Gf } from "./Social/Channels/MonoFacebook.js";
182
+ import { default as Nf } from "./Social/Channels/MonoFacebookComment.js";
183
+ import { default as jf } from "./Social/Channels/MonoInstagram.js";
184
+ import { default as Qf } from "./Social/Channels/MonoInstagramComment.js";
185
+ import { default as Yf } from "./Social/Channels/MonoMail.js";
186
+ import { default as qf } from "./Social/Channels/MonoMessenger.js";
187
+ import { default as _f } from "./Social/Channels/MonoPhone.js";
188
+ import { default as el } from "./Social/Channels/MonoTasks.js";
189
+ import { default as rl } from "./Social/Channels/MonoWhatsapp.js";
190
+ import { default as tl } from "./Informational/Common UI/MoreHorizontal.js";
191
+ import { default as ll } from "./Informational/Common UI/MoreVertical.js";
192
+ import { default as pl } from "./Informational/Files and folders/Move.js";
193
+ import { default as dl } from "./Actions/Formatting/MultiLine.js";
194
+ import { default as xl } from "./Actions/Formatting/MultiSelect.js";
195
+ import { default as nl } from "./Informational/General/NewTicket.js";
196
+ import { default as hl } from "./Informational/Finance/NoCredits.js";
197
+ import { default as gl } from "./Actions/Formatting/Number.js";
198
+ import { default as Sl } from "./Actions/Formatting/NumberList.js";
199
+ import { default as Al } from "./Actions/Navigation/OpenNewWindow.js";
200
+ import { default as bl } from "./Informational/Files and folders/OrderHistory.js";
201
+ import { default as Tl } from "./Informational/Store related/OrderReport.js";
202
+ import { default as Il } from "./Media/Others/Paperclip.js";
203
+ import { default as Ll } from "./Media/Audio/Pause.js";
204
+ import { default as vl } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
205
+ import { default as Dl } from "./Informational/Store related/PaymentReport.js";
206
+ import { default as El } from "./Informational/Customer intent/Percent.js";
207
+ import { default as Wl } from "./Informational/Finance/Percent.js";
208
+ import { default as Gl } from "./Informational/Identity/Person.js";
209
+ import { default as Nl } from "./Informational/Communication/Phone.js";
210
+ import { default as jl } from "./Social/Channels/PhoneV2.js";
211
+ import { default as Ql } from "./Informational/Common UI/Placeholder.js";
212
+ import { default as Yl } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
213
+ import { default as ql } from "./Media/Audio/Play.js";
214
+ import { default as _l } from "./Actions/Common actions/Plus.js";
215
+ import { default as es } from "./BIK AI specific/PricePlease.js";
216
+ import { default as rs } from "./Informational/Files and folders/PrivateNote.js";
217
+ import { default as ts } from "./Actions/Common actions/ProductTour.js";
218
+ import { default as ls } from "./Informational/eCommerce/Promocode.js";
219
+ import { default as ps } from "./Informational/Customer intent/Purchase.js";
220
+ import { default as ds } from "./Informational/Identity/PuzzlePiece.js";
221
+ import { default as xs } from "./Actions/Formatting/Quotes.js";
222
+ import { default as ns } from "./Social/Social/Rcs.js";
223
+ import { default as hs } from "./Social/Channels/RcsV2.js";
224
+ import { default as gs } from "./Informational/eCommerce/Receipt.js";
225
+ import { default as Ss } from "./Actions/Navigation/Refresh.js";
226
+ import { default as As } from "./Actions/Common actions/RestApi.js";
227
+ import { default as bs } from "./Actions/Navigation/Rewind.js";
228
+ import { default as Ts } from "./Informational/Identity/Robot.js";
229
+ import { default as Is } from "./Media/Visual/RotateAnticlockwise.js";
230
+ import { default as Ls } from "./Media/Visual/RotateClockwise.js";
231
+ import { default as vs } from "./Informational/General/RoundCheck.js";
232
+ import { default as Ds } from "./Informational/Finance/Rupee.js";
233
+ import { default as Es } from "./Actions/Common actions/Save.js";
234
+ import { default as Ws } from "./Informational/Common UI/Search.js";
235
+ import { default as Gs } from "./Actions/Common actions/Send.js";
236
+ import { default as Ns } from "./Actions/Common actions/SendAirplane.js";
237
+ import { default as js } from "./Informational/Customer intent/Services.js";
238
+ import { default as Qs } from "./Legacy - Bikayi specific/Navigation/Services.js";
239
+ import { default as Ys } from "./Informational/Common UI/Settings.js";
240
+ import { default as qs } from "./BIK AI specific/Shape.js";
241
+ import { default as _s } from "./Actions/Common actions/ShareAndroid.js";
242
+ import { default as ep } from "./Informational/Common UI/Shield.js";
243
+ import { default as rp } from "./Informational/eCommerce/ShieldCheck.js";
244
+ import { default as tp } from "./Informational/Common UI/ShieldOutline.js";
245
+ import { default as lp } from "./Social/Channels/ShipStation.js";
246
+ import { default as pp } from "./Social/Channels/ShopifyBrand.js";
247
+ import { default as dp } from "./Social/Social/ShopifyDefault.js";
248
+ import { default as xp } from "./Informational/eCommerce/ShoppingBag.js";
249
+ import { default as np } from "./Informational/eCommerce/ShoppingBasket.js";
250
+ import { default as hp } from "./Informational/Customer intent/ShoppingCart.js";
251
+ import { default as gp } from "./Informational/eCommerce/ShoppingCart.js";
252
+ import { default as Sp } from "./Actions/Common actions/Shortcut.js";
253
+ import { default as Ap } from "./BIK AI specific/Shorter.js";
254
+ import { default as bp } from "./Actions/Selection/SingleChoice.js";
255
+ import { default as Tp } from "./Informational/Customer intent/SingleChoice.js";
256
+ import { default as Ip } from "./Social/Channels/Skio.js";
257
+ import { default as Lp } from "./Social/Social/SlackIcon.js";
258
+ import { default as vp } from "./Informational/General/Slash.js";
259
+ import { default as Dp } from "./Media/Audio/Sleep.js";
260
+ import { default as Ep } from "./Media/Devices/Smartphone.js";
261
+ import { default as Wp } from "./Social/Channels/SmsV2.js";
262
+ import { default as Gp } from "./BIK AI specific/Sparkling2Line.js";
263
+ import { default as Np } from "./Toggles/General/StarEmpty.js";
264
+ import { default as jp } from "./Toggles/General/StarFilled.js";
265
+ import { default as Qp } from "./Toggles/General/StarHalf.js";
266
+ import { default as Yp } from "./Informational/Store related/Store.js";
267
+ import { default as qp } from "./Informational/Store related/StoreSync.js";
268
+ import { default as _p } from "./Actions/Formatting/Subscript.js";
269
+ import { default as em } from "./Actions/Formatting/Superscript.js";
270
+ import { default as rm } from "./Actions/Navigation/Sync.js";
271
+ import { default as tm } from "./Informational/Finance/TablerTicket.js";
272
+ import { default as lm } from "./Actions/Common actions/Task.js";
273
+ import { default as pm } from "./Social/Channels/TaskV2.js";
274
+ import { default as dm } from "./Social/Channels/Tasks.js";
275
+ import { default as xm } from "./Actions/Formatting/Text.js";
276
+ import { default as nm } from "./Actions/Formatting/TextAlignCenter.js";
277
+ import { default as hm } from "./Actions/Formatting/TextAlignLeft.js";
278
+ import { default as gm } from "./Actions/Formatting/TextAlignRight.js";
279
+ import { default as Sm } from "./Actions/Formatting/TextBold.js";
280
+ import { default as Am } from "./Actions/Formatting/TextItalics.js";
281
+ import { default as bm } from "./Actions/Formatting/TextJustify.js";
282
+ import { default as Tm } from "./Informational/Files and folders/TextMessage.js";
283
+ import { default as Im } from "./Actions/Formatting/TextStrikethrough.js";
284
+ import { default as Lm } from "./Actions/Formatting/TextUnderline.js";
285
+ import { default as vm } from "./Actions/Formatting/Textbox.js";
286
+ import { default as Dm } from "./Legacy - Bikayi specific/Services/Theme.js";
287
+ import { default as Em } from "./Informational/Store related/TicketForm.js";
288
+ import { default as Wm } from "./Informational/General/TicketV2.js";
289
+ import { default as Gm } from "./Informational/Common UI/Training.js";
290
+ import { default as Nm } from "./Informational/Location/Truck.js";
291
+ import { default as jm } from "./Social/Social/Twitter.js";
292
+ import { default as Qm } from "./Informational/Files and folders/Unarchive.js";
293
+ import { default as Ym } from "./Informational/Identity/Union.js";
294
+ import { default as qm } from "./Informational/Identity/Union1.js";
295
+ import { default as _m } from "./Toggles/General/Unlock.js";
296
+ import { default as ed } from "./Informational/Customer intent/Unsatisfactory.js";
297
+ import { default as rd } from "./Media/Others/Upload.js";
298
+ import { default as td } from "./Informational/Identity/User.js";
299
+ import { default as ld } from "./Informational/Identity/UserMinus1.js";
300
+ import { default as pd } from "./Informational/Identity/UserPlus.js";
301
+ import { default as dd } from "./Informational/Customer intent/UserSound.js";
302
+ import { default as xd } from "./Media/Visual/VideoCamcorder.js";
303
+ import { default as nd } from "./Media/Visual/VideoFilm.js";
304
+ import { default as hd } from "./Media/Audio/VolumeMute.js";
305
+ import { default as gd } from "./Media/Audio/VolumeOneline.js";
306
+ import { default as Sd } from "./Media/Audio/VolumeTwoline.js";
307
+ import { default as Ad } from "./Informational/Finance/Wallet.js";
308
+ import { default as bd } from "./BIK AI specific/WandSparkles.js";
309
+ import { default as Td } from "./Social/Channels/WebPush.js";
310
+ import { default as Id } from "./BIK AI specific/Webhook.js";
311
+ import { default as Ld } from "./Social/Channels/WebpushV2.js";
312
+ import { default as vd } from "./Social/Social/Website.js";
313
+ import { default as Dd } from "./Social/Channels/WhatsApp.js";
314
+ import { default as Ed } from "./Social/Channels/WhatsAppCallV2.js";
315
+ import { default as Wd } from "./Social/Channels/WhatsAppV2.js";
316
+ import { default as Gd } from "./Actions/Navigation/Whatsapp.js";
317
+ import { default as Nd } from "./Social/Social/Whatsapp.js";
318
+ import { default as jd } from "./Social/Social/WooCommerce.js";
319
+ import { default as Qd } from "./Informational/Date and time/WorkingHours.js";
320
+ import { default as Yd } from "./BIK AI specific/Write.js";
321
+ import { default as qd } from "./Social/Social/Youtube.js";
322
+ import { default as _d } from "./Social/Social/Zendesk.js";
320
323
  export {
321
324
  r as Activate,
322
325
  t as AddLabel,
@@ -337,7 +340,7 @@ export {
337
340
  D as ArrowRight,
338
341
  E as ArrowSwitch,
339
342
  W as ArrowUndo,
340
- O as ArrowUp,
343
+ G as ArrowUp,
341
344
  N as ArrowUpLeft,
342
345
  j as ArrowUpRight,
343
346
  Q as At,
@@ -364,7 +367,7 @@ export {
364
367
  De as CashOnDelivery,
365
368
  Ee as ChartLine,
366
369
  We as Chat,
367
- Oe as ChatCheck,
370
+ Ge as ChatCheck,
368
371
  Ne as ChatQuestion,
369
372
  je as ChatStar,
370
373
  Qe as Chatbot,
@@ -391,7 +394,7 @@ export {
391
394
  Uo as CreditCard,
392
395
  Bo as Crop,
393
396
  Ho as Cross,
394
- Go as Customdomain,
397
+ Oo as Customdomain,
395
398
  zo as CustomerReport,
396
399
  Jo as Deactivate,
397
400
  Ko as DecreaseIndent,
@@ -418,7 +421,7 @@ export {
418
421
  Ur as Facebook2,
419
422
  Br as FacebookComment,
420
423
  Hr as FacebookCommentV2,
421
- Gr as FacebookV2,
424
+ Or as FacebookV2,
422
425
  zr as FailDoc,
423
426
  Jr as File,
424
427
  Kr as FileCsv,
@@ -445,7 +448,7 @@ export {
445
448
  Ua as GiftMinus,
446
449
  Ba as GiftPlus,
447
450
  Ha as GmailV2,
448
- Ga as Google,
451
+ Oa as Google,
449
452
  za as Gorgias,
450
453
  Ja as Group,
451
454
  Ka as Growth,
@@ -472,7 +475,7 @@ export {
472
475
  Ut as InstagramV2,
473
476
  Bt as InventoryReport,
474
477
  Ht as Journeys,
475
- Gt as Kustomer,
478
+ Ot as Kustomer,
476
479
  zt as LanguageChange,
477
480
  Jt as LegalBalance,
478
481
  Kt as LinkSimpleHorizontal,
@@ -481,161 +484,164 @@ export {
481
484
  $t as LogIn,
482
485
  of as LogOut,
483
486
  af as LoudSpeaker,
484
- ff as ManifestLiveChat,
485
- sf as ManifestSparkle,
486
- mf as MapPin,
487
- uf as Marketing,
488
- nf as Maximize,
489
- hf as MediaMessage,
490
- gf as MenuHamburger,
491
- Sf as Merge,
492
- Af as MessageSearch,
493
- bf as MessageSource,
494
- Tf as Messenger,
495
- If as Messenger2,
496
- Lf as MessengerV2,
497
- vf as Microphone,
498
- Df as Minus,
499
- Ef as Money1,
500
- Wf as MonoFacebook,
501
- Of as MonoFacebookComment,
502
- Nf as MonoInstagram,
503
- jf as MonoInstagramComment,
504
- Qf as MonoMail,
505
- Yf as MonoMessenger,
506
- qf as MonoPhone,
507
- _f as MonoTasks,
508
- el as MonoWhatsapp,
509
- rl as MoreHorizontal,
510
- tl as MoreVertical,
511
- ll as Move,
512
- pl as MultiLine,
513
- dl as MultiSelect,
514
- xl as NewTicket,
515
- nl as NoCredits,
516
- hl as Number,
517
- gl as NumberList,
518
- Sl as OpenNewWindow,
519
- Al as OrderHistory,
520
- bl as OrderReport,
521
- Tl as Paperclip,
522
- Il as Pause,
523
- Ll as PaymentLink,
524
- vl as PaymentReport,
525
- Dl as Percent,
526
- El as Percent2,
527
- Wl as Person,
528
- Ol as Phone,
529
- Nl as PhoneV2,
530
- jl as Placeholder,
531
- Ql as PlanUltimate,
532
- Yl as Play,
533
- ql as Plus,
534
- _l as PricePlease,
535
- es as PrivateNote,
536
- rs as ProductTour,
537
- ts as Promocode,
538
- ls as Purchase,
539
- ps as PuzzlePiece,
540
- ds as Quotes,
541
- xs as Rcs,
542
- ns as RcsV2,
543
- hs as Receipt,
544
- gs as Refresh,
545
- Ss as RestApi,
546
- As as Rewind,
547
- bs as Robot,
548
- Ts as RotateAnticlockwise,
549
- Is as RotateClockwise,
550
- Ls as RoundCheck,
551
- vs as Rupee,
552
- Ds as Save,
553
- Es as Search,
554
- Ws as Send,
555
- Os as SendAirplane,
556
- Ns as Services,
557
- js as Services2,
558
- Qs as Settings,
559
- Ys as Shape,
560
- qs as ShareAndroid,
561
- _s as Shield,
562
- ep as ShieldCheck,
563
- rp as ShieldOutline,
564
- tp as ShopifyBrand,
565
- lp as ShopifyDefault,
566
- pp as ShoppingBag,
567
- dp as ShoppingBasket,
568
- xp as ShoppingCart,
569
- np as ShoppingCart2,
570
- hp as Shortcut,
571
- gp as Shorter,
572
- Sp as SingleChoice,
573
- Ap as SingleChoice2,
574
- bp as SlackIcon,
575
- Tp as Slash,
576
- Ip as Sleep,
577
- Lp as Smartphone,
578
- vp as SmsV2,
579
- Dp as Sparkling2Line,
580
- Ep as StarEmpty,
581
- Wp as StarFilled,
582
- Op as StarHalf,
583
- Np as Store,
584
- jp as StoreSync,
585
- Qp as Subscript,
586
- Yp as Superscript,
587
- qp as Sync,
588
- _p as TablerTicket,
589
- em as Task,
590
- rm as TaskV2,
591
- tm as Tasks,
592
- lm as Text,
593
- pm as TextAlignCenter,
594
- dm as TextAlignLeft,
595
- xm as TextAlignRight,
596
- nm as TextBold,
597
- hm as TextItalics,
598
- gm as TextJustify,
599
- Sm as TextMessage,
600
- Am as TextStrikethrough,
601
- bm as TextUnderline,
602
- Tm as Textbox,
603
- Im as Theme,
604
- Lm as TicketForm,
605
- vm as TicketV2,
606
- Dm as Training,
607
- Em as Truck,
608
- Wm as Twitter,
609
- Om as Unarchive,
610
- Nm as Union,
611
- jm as Union1,
612
- Qm as Unlock,
613
- Ym as Unsatisfactory,
614
- qm as Upload,
615
- _m as User,
616
- ed as UserMinus1,
617
- rd as UserPlus,
618
- td as UserSound,
619
- ld as VideoCamcorder,
620
- pd as VideoFilm,
621
- dd as VolumeMute,
622
- xd as VolumeOneline,
623
- nd as VolumeTwoline,
624
- hd as Wallet,
625
- gd as WandSparkles,
626
- Sd as WebPush,
627
- Ad as Webhook,
628
- bd as WebpushV2,
629
- Td as Website,
630
- Id as WhatsApp,
631
- Ld as WhatsAppCallV2,
632
- vd as WhatsAppV2,
633
- Dd as Whatsapp,
634
- Ed as Whatsapp2,
635
- Wd as WooCommerce,
636
- Od as WorkingHours,
637
- Nd as Write,
638
- jd as Youtube,
639
- Qd as Zendesk
487
+ ff as ManifestGlass,
488
+ sf as ManifestLiveChat,
489
+ mf as ManifestSparkle,
490
+ uf as MapPin,
491
+ nf as Marketing,
492
+ hf as Maximize,
493
+ gf as MediaMessage,
494
+ Sf as MenuHamburger,
495
+ Af as Merge,
496
+ bf as MessageSearch,
497
+ Tf as MessageSource,
498
+ If as Messenger,
499
+ Lf as Messenger2,
500
+ vf as MessengerV2,
501
+ Df as Microphone,
502
+ Ef as Minus,
503
+ Wf as Money1,
504
+ Gf as MonoFacebook,
505
+ Nf as MonoFacebookComment,
506
+ jf as MonoInstagram,
507
+ Qf as MonoInstagramComment,
508
+ Yf as MonoMail,
509
+ qf as MonoMessenger,
510
+ _f as MonoPhone,
511
+ el as MonoTasks,
512
+ rl as MonoWhatsapp,
513
+ tl as MoreHorizontal,
514
+ ll as MoreVertical,
515
+ pl as Move,
516
+ dl as MultiLine,
517
+ xl as MultiSelect,
518
+ nl as NewTicket,
519
+ hl as NoCredits,
520
+ gl as Number,
521
+ Sl as NumberList,
522
+ Al as OpenNewWindow,
523
+ bl as OrderHistory,
524
+ Tl as OrderReport,
525
+ Il as Paperclip,
526
+ Ll as Pause,
527
+ vl as PaymentLink,
528
+ Dl as PaymentReport,
529
+ El as Percent,
530
+ Wl as Percent2,
531
+ Gl as Person,
532
+ Nl as Phone,
533
+ jl as PhoneV2,
534
+ Ql as Placeholder,
535
+ Yl as PlanUltimate,
536
+ ql as Play,
537
+ _l as Plus,
538
+ es as PricePlease,
539
+ rs as PrivateNote,
540
+ ts as ProductTour,
541
+ ls as Promocode,
542
+ ps as Purchase,
543
+ ds as PuzzlePiece,
544
+ xs as Quotes,
545
+ ns as Rcs,
546
+ hs as RcsV2,
547
+ gs as Receipt,
548
+ Ss as Refresh,
549
+ As as RestApi,
550
+ bs as Rewind,
551
+ Ts as Robot,
552
+ Is as RotateAnticlockwise,
553
+ Ls as RotateClockwise,
554
+ vs as RoundCheck,
555
+ Ds as Rupee,
556
+ Es as Save,
557
+ Ws as Search,
558
+ Gs as Send,
559
+ Ns as SendAirplane,
560
+ js as Services,
561
+ Qs as Services2,
562
+ Ys as Settings,
563
+ qs as Shape,
564
+ _s as ShareAndroid,
565
+ ep as Shield,
566
+ rp as ShieldCheck,
567
+ tp as ShieldOutline,
568
+ lp as ShipStation,
569
+ pp as ShopifyBrand,
570
+ dp as ShopifyDefault,
571
+ xp as ShoppingBag,
572
+ np as ShoppingBasket,
573
+ hp as ShoppingCart,
574
+ gp as ShoppingCart2,
575
+ Sp as Shortcut,
576
+ Ap as Shorter,
577
+ bp as SingleChoice,
578
+ Tp as SingleChoice2,
579
+ Ip as Skio,
580
+ Lp as SlackIcon,
581
+ vp as Slash,
582
+ Dp as Sleep,
583
+ Ep as Smartphone,
584
+ Wp as SmsV2,
585
+ Gp as Sparkling2Line,
586
+ Np as StarEmpty,
587
+ jp as StarFilled,
588
+ Qp as StarHalf,
589
+ Yp as Store,
590
+ qp as StoreSync,
591
+ _p as Subscript,
592
+ em as Superscript,
593
+ rm as Sync,
594
+ tm as TablerTicket,
595
+ lm as Task,
596
+ pm as TaskV2,
597
+ dm as Tasks,
598
+ xm as Text,
599
+ nm as TextAlignCenter,
600
+ hm as TextAlignLeft,
601
+ gm as TextAlignRight,
602
+ Sm as TextBold,
603
+ Am as TextItalics,
604
+ bm as TextJustify,
605
+ Tm as TextMessage,
606
+ Im as TextStrikethrough,
607
+ Lm as TextUnderline,
608
+ vm as Textbox,
609
+ Dm as Theme,
610
+ Em as TicketForm,
611
+ Wm as TicketV2,
612
+ Gm as Training,
613
+ Nm as Truck,
614
+ jm as Twitter,
615
+ Qm as Unarchive,
616
+ Ym as Union,
617
+ qm as Union1,
618
+ _m as Unlock,
619
+ ed as Unsatisfactory,
620
+ rd as Upload,
621
+ td as User,
622
+ ld as UserMinus1,
623
+ pd as UserPlus,
624
+ dd as UserSound,
625
+ xd as VideoCamcorder,
626
+ nd as VideoFilm,
627
+ hd as VolumeMute,
628
+ gd as VolumeOneline,
629
+ Sd as VolumeTwoline,
630
+ Ad as Wallet,
631
+ bd as WandSparkles,
632
+ Td as WebPush,
633
+ Id as Webhook,
634
+ Ld as WebpushV2,
635
+ vd as Website,
636
+ Dd as WhatsApp,
637
+ Ed as WhatsAppCallV2,
638
+ Wd as WhatsAppV2,
639
+ Gd as Whatsapp,
640
+ Nd as Whatsapp2,
641
+ jd as WooCommerce,
642
+ Qd as WorkingHours,
643
+ Yd as Write,
644
+ qd as Youtube,
645
+ _d as Zendesk
640
646
  };
641
647
  //# sourceMappingURL=index.js.map