@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.
- package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
- package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/cjs/components/agent-builder/AgentBuilder.styled.js +151 -29
- package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js +2 -0
- package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js.map +1 -0
- package/dist/cjs/components/agent-builder/components/ChannelsSection.js +2 -0
- package/dist/cjs/components/agent-builder/components/ChannelsSection.js.map +1 -0
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +5 -5
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/GoLiveModal.js +1 -1
- package/dist/cjs/components/agent-builder/components/GoLiveModal.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionEditor.js +2 -2
- package/dist/cjs/components/agent-builder/components/MentionEditor.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionField.js +1 -1
- package/dist/cjs/components/agent-builder/components/MentionField.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionPicker.js +13 -13
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js +3 -3
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/cjs/components/agent-builder/constants/channels.js +2 -0
- package/dist/cjs/components/agent-builder/constants/channels.js.map +1 -0
- package/dist/cjs/components/agent-builder/constants/steps.js +1 -1
- package/dist/cjs/components/agent-builder/constants/steps.js.map +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step1About.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step1About.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js +2 -2
- package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +2 -2
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/cjs/components/agent-builder/utils/sourceIcons.js +1 -1
- package/dist/cjs/components/agent-builder/utils/sourceIcons.js.map +1 -1
- package/dist/cjs/icons/Social/Channels/ManifestGlass.js +2 -0
- package/dist/cjs/icons/Social/Channels/ManifestGlass.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/ShipStation.js +2 -0
- package/dist/cjs/icons/Social/Channels/ShipStation.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/Skio.js +2 -0
- package/dist/cjs/icons/Social/Channels/Skio.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.js +103 -97
- package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +76 -0
- package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +68 -0
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js +224 -59
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/esm/components/agent-builder/components/ChannelSelectModal.d.ts +26 -0
- package/dist/esm/components/agent-builder/components/ChannelSelectModal.js +121 -0
- package/dist/esm/components/agent-builder/components/ChannelSelectModal.js.map +1 -0
- package/dist/esm/components/agent-builder/components/ChannelsSection.d.ts +10 -0
- package/dist/esm/components/agent-builder/components/ChannelsSection.js +183 -0
- package/dist/esm/components/agent-builder/components/ChannelsSection.js.map +1 -0
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +135 -132
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/components/GoLiveModal.js +12 -12
- package/dist/esm/components/agent-builder/components/GoLiveModal.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionEditor.d.ts +2 -0
- package/dist/esm/components/agent-builder/components/MentionEditor.js +47 -45
- package/dist/esm/components/agent-builder/components/MentionEditor.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionField.js +52 -51
- package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionPicker.d.ts +5 -0
- package/dist/esm/components/agent-builder/components/MentionPicker.js +134 -132
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/components/SelectableListSection.d.ts +2 -0
- package/dist/esm/components/agent-builder/components/SelectableListSection.js +48 -46
- package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/esm/components/agent-builder/constants/channels.d.ts +56 -0
- package/dist/esm/components/agent-builder/constants/channels.js +41 -0
- package/dist/esm/components/agent-builder/constants/channels.js.map +1 -0
- package/dist/esm/components/agent-builder/constants/steps.d.ts +31 -1
- package/dist/esm/components/agent-builder/constants/steps.js +15 -6
- package/dist/esm/components/agent-builder/constants/steps.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +13 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +157 -148
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/index.d.ts +5 -2
- package/dist/esm/components/agent-builder/steps/Step1About.js +15 -13
- package/dist/esm/components/agent-builder/steps/Step1About.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js +55 -48
- package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +158 -157
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.d.ts +11 -0
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js +127 -23
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +10 -3
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js +31 -23
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/sourceIcons.d.ts +7 -5
- package/dist/esm/components/agent-builder/utils/sourceIcons.js +26 -26
- package/dist/esm/components/agent-builder/utils/sourceIcons.js.map +1 -1
- package/dist/esm/icons/Social/Channels/ManifestGlass.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/ManifestGlass.js +252 -0
- package/dist/esm/icons/Social/Channels/ManifestGlass.js.map +1 -0
- package/dist/esm/icons/Social/Channels/ShipStation.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/ShipStation.js +31 -0
- package/dist/esm/icons/Social/Channels/ShipStation.js.map +1 -0
- package/dist/esm/icons/Social/Channels/Skio.d.ts +6 -0
- package/dist/{cjs/assets/icons/Skio.svg.js → esm/icons/Social/Channels/Skio.js} +31 -2
- package/dist/esm/icons/Social/Channels/Skio.js.map +1 -0
- package/dist/esm/icons/Social/Channels/index.d.ts +3 -0
- package/dist/esm/icons/index.d.ts +25 -25
- package/dist/esm/icons/index.js +330 -324
- package/dist/esm/icons/index.js.map +1 -1
- package/dist/esm/index.js +671 -663
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/assets/icons/BigCommerce.svg.js +0 -2
- package/dist/cjs/assets/icons/BigCommerce.svg.js.map +0 -1
- package/dist/cjs/assets/icons/Gorgias.svg.js +0 -2
- package/dist/cjs/assets/icons/Gorgias.svg.js.map +0 -1
- package/dist/cjs/assets/icons/ManifestGlass.svg.js +0 -2
- package/dist/cjs/assets/icons/ManifestGlass.svg.js.map +0 -1
- package/dist/cjs/assets/icons/ShipStation.svg.js +0 -2
- package/dist/cjs/assets/icons/ShipStation.svg.js.map +0 -1
- package/dist/cjs/assets/icons/Shopify.svg.js +0 -2
- package/dist/cjs/assets/icons/Shopify.svg.js.map +0 -1
- package/dist/cjs/assets/icons/Skio.svg.js.map +0 -1
- package/dist/esm/assets/icons/BigCommerce.svg.js +0 -6
- package/dist/esm/assets/icons/BigCommerce.svg.js.map +0 -1
- package/dist/esm/assets/icons/Gorgias.svg.js +0 -6
- package/dist/esm/assets/icons/Gorgias.svg.js.map +0 -1
- package/dist/esm/assets/icons/ManifestGlass.svg.js +0 -6
- package/dist/esm/assets/icons/ManifestGlass.svg.js.map +0 -1
- package/dist/esm/assets/icons/ShipStation.svg.js +0 -6
- package/dist/esm/assets/icons/ShipStation.svg.js.map +0 -1
- package/dist/esm/assets/icons/Shopify.svg.js +0 -6
- package/dist/esm/assets/icons/Shopify.svg.js.map +0 -1
- package/dist/esm/assets/icons/Skio.svg.js +0 -6
- package/dist/esm/assets/icons/Skio.svg.js.map +0 -1
package/dist/esm/icons/index.js
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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/
|
|
165
|
-
import { default as sf } from "./
|
|
166
|
-
import { default as mf } from "./
|
|
167
|
-
import { default as uf } from "./
|
|
168
|
-
import { default as nf } from "./
|
|
169
|
-
import { default as hf } from "./
|
|
170
|
-
import { default as gf } from "./Informational/
|
|
171
|
-
import { default as Sf } from "./Informational/
|
|
172
|
-
import { default as Af } from "./Informational/
|
|
173
|
-
import { default as bf } from "./Informational/
|
|
174
|
-
import { default as Tf } from "./
|
|
175
|
-
import { default as If } from "./Social/
|
|
176
|
-
import { default as Lf } from "./Social/
|
|
177
|
-
import { default as vf } from "./
|
|
178
|
-
import { default as Df } from "./
|
|
179
|
-
import { default as Ef } from "./
|
|
180
|
-
import { default as Wf } from "./
|
|
181
|
-
import { default as
|
|
182
|
-
import { default as Nf } from "./Social/Channels/
|
|
183
|
-
import { default as jf } from "./Social/Channels/
|
|
184
|
-
import { default as Qf } from "./Social/Channels/
|
|
185
|
-
import { default as Yf } from "./Social/Channels/
|
|
186
|
-
import { default as qf } from "./Social/Channels/
|
|
187
|
-
import { default as _f } from "./Social/Channels/
|
|
188
|
-
import { default as el } from "./Social/Channels/
|
|
189
|
-
import { default as rl } from "./
|
|
190
|
-
import { default as tl } from "./Informational/Common UI/
|
|
191
|
-
import { default as ll } from "./Informational/
|
|
192
|
-
import { default as pl } from "./
|
|
193
|
-
import { default as dl } from "./Actions/Formatting/
|
|
194
|
-
import { default as xl } from "./
|
|
195
|
-
import { default as nl } from "./Informational/
|
|
196
|
-
import { default as hl } from "./
|
|
197
|
-
import { default as gl } from "./Actions/Formatting/
|
|
198
|
-
import { default as Sl } from "./Actions/
|
|
199
|
-
import { default as Al } from "./
|
|
200
|
-
import { default as bl } from "./Informational/
|
|
201
|
-
import { default as Tl } from "./
|
|
202
|
-
import { default as Il } from "./Media/
|
|
203
|
-
import { default as Ll } from "./
|
|
204
|
-
import { default as vl } from "./
|
|
205
|
-
import { default as Dl } from "./Informational/
|
|
206
|
-
import { default as El } from "./Informational/
|
|
207
|
-
import { default as Wl } from "./Informational/
|
|
208
|
-
import { default as
|
|
209
|
-
import { default as Nl } from "./
|
|
210
|
-
import { default as jl } from "./
|
|
211
|
-
import { default as Ql } from "./
|
|
212
|
-
import { default as Yl } from "./
|
|
213
|
-
import { default as ql } from "./
|
|
214
|
-
import { default as _l } from "./
|
|
215
|
-
import { default as es } from "./
|
|
216
|
-
import { default as rs } from "./
|
|
217
|
-
import { default as ts } from "./
|
|
218
|
-
import { default as ls } from "./Informational/
|
|
219
|
-
import { default as ps } from "./Informational/
|
|
220
|
-
import { default as ds } from "./
|
|
221
|
-
import { default as xs } from "./
|
|
222
|
-
import { default as ns } from "./Social/
|
|
223
|
-
import { default as hs } from "./
|
|
224
|
-
import { default as gs } from "./
|
|
225
|
-
import { default as Ss } from "./Actions/
|
|
226
|
-
import { default as As } from "./Actions/
|
|
227
|
-
import { default as bs } from "./
|
|
228
|
-
import { default as Ts } from "./
|
|
229
|
-
import { default as Is } from "./Media/Visual/
|
|
230
|
-
import { default as Ls } from "./
|
|
231
|
-
import { default as vs } from "./Informational/
|
|
232
|
-
import { default as Ds } from "./
|
|
233
|
-
import { default as Es } from "./
|
|
234
|
-
import { default as Ws } from "./
|
|
235
|
-
import { default as
|
|
236
|
-
import { default as Ns } from "./
|
|
237
|
-
import { default as js } from "./
|
|
238
|
-
import { default as Qs } from "./
|
|
239
|
-
import { default as Ys } from "./
|
|
240
|
-
import { default as qs } from "./
|
|
241
|
-
import { default as _s } from "./
|
|
242
|
-
import { default as ep } from "./Informational/
|
|
243
|
-
import { default as rp } from "./Informational/
|
|
244
|
-
import { default as tp } from "./
|
|
245
|
-
import { default as lp } from "./Social/
|
|
246
|
-
import { default as pp } from "./
|
|
247
|
-
import { default as dp } from "./
|
|
248
|
-
import { default as xp } from "./Informational/
|
|
249
|
-
import { default as np } from "./Informational/eCommerce/
|
|
250
|
-
import { default as hp } from "./
|
|
251
|
-
import { default as gp } from "./
|
|
252
|
-
import { default as Sp } from "./Actions/
|
|
253
|
-
import { default as Ap } from "./
|
|
254
|
-
import { default as bp } from "./
|
|
255
|
-
import { default as Tp } from "./Informational/
|
|
256
|
-
import { default as Ip } from "./
|
|
257
|
-
import { default as Lp } from "./
|
|
258
|
-
import { default as vp } from "./
|
|
259
|
-
import { default as Dp } from "./
|
|
260
|
-
import { default as Ep } from "./
|
|
261
|
-
import { default as Wp } from "./
|
|
262
|
-
import { default as
|
|
263
|
-
import { default as Np } from "./
|
|
264
|
-
import { default as jp } from "./
|
|
265
|
-
import { default as Qp } from "./
|
|
266
|
-
import { default as Yp } from "./
|
|
267
|
-
import { default as qp } from "./
|
|
268
|
-
import { default as _p } from "./
|
|
269
|
-
import { default as em } from "./Actions/
|
|
270
|
-
import { default as rm } from "./
|
|
271
|
-
import { default as tm } from "./
|
|
272
|
-
import { default as lm } from "./Actions/
|
|
273
|
-
import { default as pm } from "./
|
|
274
|
-
import { default as dm } from "./
|
|
275
|
-
import { default as xm } from "./Actions/Formatting/
|
|
276
|
-
import { default as nm } from "./Actions/Formatting/
|
|
277
|
-
import { default as hm } from "./Actions/Formatting/
|
|
278
|
-
import { default as gm } from "./Actions/Formatting/
|
|
279
|
-
import { default as Sm } from "./
|
|
280
|
-
import { default as Am } from "./Actions/Formatting/
|
|
281
|
-
import { default as bm } from "./Actions/Formatting/
|
|
282
|
-
import { default as Tm } from "./
|
|
283
|
-
import { default as Im } from "./
|
|
284
|
-
import { default as Lm } from "./
|
|
285
|
-
import { default as vm } from "./
|
|
286
|
-
import { default as Dm } from "./
|
|
287
|
-
import { default as Em } from "./Informational/
|
|
288
|
-
import { default as Wm } from "./
|
|
289
|
-
import { default as
|
|
290
|
-
import { default as Nm } from "./Informational/
|
|
291
|
-
import { default as jm } from "./
|
|
292
|
-
import { default as Qm } from "./
|
|
293
|
-
import { default as Ym } from "./Informational/
|
|
294
|
-
import { default as qm } from "./
|
|
295
|
-
import { default as _m } from "./
|
|
296
|
-
import { default as ed } from "./Informational/
|
|
297
|
-
import { default as rd } from "./
|
|
298
|
-
import { default as td } from "./Informational/
|
|
299
|
-
import { default as ld } from "./
|
|
300
|
-
import { default as pd } from "./
|
|
301
|
-
import { default as dd } from "./
|
|
302
|
-
import { default as xd } from "./Media/
|
|
303
|
-
import { default as nd } from "./Media/
|
|
304
|
-
import { default as hd } from "./
|
|
305
|
-
import { default as gd } from "./
|
|
306
|
-
import { default as Sd } from "./
|
|
307
|
-
import { default as Ad } from "./
|
|
308
|
-
import { default as bd } from "./
|
|
309
|
-
import { default as Td } from "./Social/
|
|
310
|
-
import { default as Id } from "./
|
|
311
|
-
import { default as Ld } from "./Social/Channels/
|
|
312
|
-
import { default as vd } from "./Social/
|
|
313
|
-
import { default as Dd } from "./
|
|
314
|
-
import { default as Ed } from "./Social/
|
|
315
|
-
import { default as Wd } from "./Social/
|
|
316
|
-
import { default as
|
|
317
|
-
import { default as Nd } from "./
|
|
318
|
-
import { default as jd } from "./Social/Social/
|
|
319
|
-
import { default as Qd } from "./
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
485
|
-
sf as
|
|
486
|
-
mf as
|
|
487
|
-
uf as
|
|
488
|
-
nf as
|
|
489
|
-
hf as
|
|
490
|
-
gf as
|
|
491
|
-
Sf as
|
|
492
|
-
Af as
|
|
493
|
-
bf as
|
|
494
|
-
Tf as
|
|
495
|
-
If as
|
|
496
|
-
Lf as
|
|
497
|
-
vf as
|
|
498
|
-
Df as
|
|
499
|
-
Ef as
|
|
500
|
-
Wf as
|
|
501
|
-
|
|
502
|
-
Nf as
|
|
503
|
-
jf as
|
|
504
|
-
Qf as
|
|
505
|
-
Yf as
|
|
506
|
-
qf as
|
|
507
|
-
_f as
|
|
508
|
-
el as
|
|
509
|
-
rl as
|
|
510
|
-
tl as
|
|
511
|
-
ll as
|
|
512
|
-
pl as
|
|
513
|
-
dl as
|
|
514
|
-
xl as
|
|
515
|
-
nl as
|
|
516
|
-
hl as
|
|
517
|
-
gl as
|
|
518
|
-
Sl as
|
|
519
|
-
Al as
|
|
520
|
-
bl as
|
|
521
|
-
Tl as
|
|
522
|
-
Il as
|
|
523
|
-
Ll as
|
|
524
|
-
vl as
|
|
525
|
-
Dl as
|
|
526
|
-
El as
|
|
527
|
-
Wl as
|
|
528
|
-
|
|
529
|
-
Nl as
|
|
530
|
-
jl as
|
|
531
|
-
Ql as
|
|
532
|
-
Yl as
|
|
533
|
-
ql as
|
|
534
|
-
_l as
|
|
535
|
-
es as
|
|
536
|
-
rs as
|
|
537
|
-
ts as
|
|
538
|
-
ls as
|
|
539
|
-
ps as
|
|
540
|
-
ds as
|
|
541
|
-
xs as
|
|
542
|
-
ns as
|
|
543
|
-
hs as
|
|
544
|
-
gs as
|
|
545
|
-
Ss as
|
|
546
|
-
As as
|
|
547
|
-
bs as
|
|
548
|
-
Ts as
|
|
549
|
-
Is as
|
|
550
|
-
Ls as
|
|
551
|
-
vs as
|
|
552
|
-
Ds as
|
|
553
|
-
Es as
|
|
554
|
-
Ws as
|
|
555
|
-
|
|
556
|
-
Ns as
|
|
557
|
-
js as
|
|
558
|
-
Qs as
|
|
559
|
-
Ys as
|
|
560
|
-
qs as
|
|
561
|
-
_s as
|
|
562
|
-
ep as
|
|
563
|
-
rp as
|
|
564
|
-
tp as
|
|
565
|
-
lp as
|
|
566
|
-
pp as
|
|
567
|
-
dp as
|
|
568
|
-
xp as
|
|
569
|
-
np as
|
|
570
|
-
hp as
|
|
571
|
-
gp as
|
|
572
|
-
Sp as
|
|
573
|
-
Ap as
|
|
574
|
-
bp as
|
|
575
|
-
Tp as
|
|
576
|
-
Ip as
|
|
577
|
-
Lp as
|
|
578
|
-
vp as
|
|
579
|
-
Dp as
|
|
580
|
-
Ep as
|
|
581
|
-
Wp as
|
|
582
|
-
|
|
583
|
-
Np as
|
|
584
|
-
jp as
|
|
585
|
-
Qp as
|
|
586
|
-
Yp as
|
|
587
|
-
qp as
|
|
588
|
-
_p as
|
|
589
|
-
em as
|
|
590
|
-
rm as
|
|
591
|
-
tm as
|
|
592
|
-
lm as
|
|
593
|
-
pm as
|
|
594
|
-
dm as
|
|
595
|
-
xm as
|
|
596
|
-
nm as
|
|
597
|
-
hm as
|
|
598
|
-
gm as
|
|
599
|
-
Sm as
|
|
600
|
-
Am as
|
|
601
|
-
bm as
|
|
602
|
-
Tm as
|
|
603
|
-
Im as
|
|
604
|
-
Lm as
|
|
605
|
-
vm as
|
|
606
|
-
Dm as
|
|
607
|
-
Em as
|
|
608
|
-
Wm as
|
|
609
|
-
|
|
610
|
-
Nm as
|
|
611
|
-
jm as
|
|
612
|
-
Qm as
|
|
613
|
-
Ym as
|
|
614
|
-
qm as
|
|
615
|
-
_m as
|
|
616
|
-
ed as
|
|
617
|
-
rd as
|
|
618
|
-
td as
|
|
619
|
-
ld as
|
|
620
|
-
pd as
|
|
621
|
-
dd as
|
|
622
|
-
xd as
|
|
623
|
-
nd as
|
|
624
|
-
hd as
|
|
625
|
-
gd as
|
|
626
|
-
Sd as
|
|
627
|
-
Ad as
|
|
628
|
-
bd as
|
|
629
|
-
Td as
|
|
630
|
-
Id as
|
|
631
|
-
Ld as
|
|
632
|
-
vd as
|
|
633
|
-
Dd as
|
|
634
|
-
Ed as
|
|
635
|
-
Wd as
|
|
636
|
-
|
|
637
|
-
Nd as
|
|
638
|
-
jd as
|
|
639
|
-
Qd as
|
|
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
|