@bikdotai/bik-component-library 0.0.849-beta.2 → 0.0.849
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 +28 -16
- package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +2 -2
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionEditor.js +1 -1
- 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 +11 -11
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js +1 -1
- package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
- package/dist/cjs/components/agent-builder/constants/tools.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/Step3HowItResponds.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +4 -4
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/cjs/components/agent-listing/AgentTableRow.js +1 -1
- package/dist/cjs/components/agent-listing/AgentTableRow.js.map +1 -1
- package/dist/cjs/editor/BikEditor.styles.js +0 -6
- package/dist/cjs/editor/BikEditor.styles.js.map +1 -1
- package/dist/cjs/icons/Informational/Common UI/ShieldOutline.js +2 -0
- package/dist/cjs/icons/Informational/Common UI/ShieldOutline.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.js +69 -71
- package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +0 -8
- package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +3 -0
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js +46 -33
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.d.ts +0 -3
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +110 -113
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionEditor.d.ts +0 -7
- package/dist/esm/components/agent-builder/components/MentionEditor.js +74 -89
- package/dist/esm/components/agent-builder/components/MentionEditor.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionField.js +26 -28
- package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionPicker.d.ts +1 -14
- package/dist/esm/components/agent-builder/components/MentionPicker.js +138 -167
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/components/RequireVerificationModal.js +5 -5
- package/dist/esm/components/agent-builder/components/RequireVerificationModal.js.map +1 -1
- package/dist/esm/components/agent-builder/components/SelectableListSection.js +72 -63
- package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/esm/components/agent-builder/constants/tools.d.ts +1 -1
- package/dist/esm/components/agent-builder/constants/tools.js +5 -6
- package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +0 -7
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +96 -99
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +174 -165
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +4 -14
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js +38 -50
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentTableRow.js +1 -1
- package/dist/esm/components/agent-listing/AgentTableRow.js.map +1 -1
- package/dist/esm/editor/BikEditor.styles.js +0 -6
- package/dist/esm/editor/BikEditor.styles.js.map +1 -1
- package/dist/esm/icons/Informational/Common UI/ShieldOutline.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/ShieldOutline.js +35 -0
- package/dist/esm/icons/Informational/Common UI/ShieldOutline.js.map +1 -0
- package/dist/esm/icons/Informational/Common UI/index.d.ts +1 -0
- package/dist/esm/icons/index.d.ts +25 -25
- package/dist/esm/icons/index.js +172 -170
- package/dist/esm/icons/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/icons/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import { default as L } 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 O } 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/Finance/Bank.js";
|
|
@@ -44,7 +44,7 @@ import { default as Le } from "./Informational/Finance/CashOnDelivery.js";
|
|
|
44
44
|
import { default as De } from "./Informational/Finance/ChartLine.js";
|
|
45
45
|
import { default as Ee } from "./Informational/Communication/Chat.js";
|
|
46
46
|
import { default as We } from "./Informational/Communication/ChatCheck.js";
|
|
47
|
-
import { default as
|
|
47
|
+
import { default as Oe } from "./Informational/Communication/ChatQuestion.js";
|
|
48
48
|
import { default as Ne } from "./Informational/Communication/ChatStar.js";
|
|
49
49
|
import { default as je } from "./Informational/Identity/Chatbot.js";
|
|
50
50
|
import { default as Qe } from "./Informational/General/Check.js";
|
|
@@ -71,7 +71,7 @@ import { default as vo } from "./Informational/Finance/CreditCard.js";
|
|
|
71
71
|
import { default as Uo } from "./Media/Visual/Crop.js";
|
|
72
72
|
import { default as Bo } from "./Actions/Common actions/Cross.js";
|
|
73
73
|
import { default as Ho } from "./Legacy - Bikayi specific/Services/Customdomain.js";
|
|
74
|
-
import { default as
|
|
74
|
+
import { default as Go } from "./Informational/Store related/CustomerReport.js";
|
|
75
75
|
import { default as zo } from "./Actions/Common actions/Deactivate.js";
|
|
76
76
|
import { default as Jo } from "./Actions/Formatting/DecreaseIndent.js";
|
|
77
77
|
import { default as Ko } from "./Actions/Common actions/Delete.js";
|
|
@@ -98,7 +98,7 @@ import { default as vr } from "./Social/Social/Facebook.js";
|
|
|
98
98
|
import { default as Ur } from "./Social/Channels/FacebookComment.js";
|
|
99
99
|
import { default as Br } from "./Social/Channels/FacebookCommentV2.js";
|
|
100
100
|
import { default as Hr } from "./Social/Channels/FacebookV2.js";
|
|
101
|
-
import { default as
|
|
101
|
+
import { default as Gr } from "./Informational/General/FailDoc.js";
|
|
102
102
|
import { default as zr } from "./Informational/Files and folders/File.js";
|
|
103
103
|
import { default as Jr } from "./Informational/Files and folders/FileCsv.js";
|
|
104
104
|
import { default as Kr } from "./Informational/Files and folders/FilePage.js";
|
|
@@ -125,7 +125,7 @@ import { default as va } from "./Informational/eCommerce/GiftPlus.js";
|
|
|
125
125
|
import { default as Ua } from "./Social/Channels/GmailV2.js";
|
|
126
126
|
import { default as Ba } from "./Social/Social/Google.js";
|
|
127
127
|
import { default as Ha } from "./Social/Social/Gorgias.js";
|
|
128
|
-
import { default as
|
|
128
|
+
import { default as Ga } from "./Informational/Identity/Group.js";
|
|
129
129
|
import { default as za } from "./Informational/Finance/Growth.js";
|
|
130
130
|
import { default as Ja } from "./Actions/Selection/HandleDrag.js";
|
|
131
131
|
import { default as Ka } from "./Informational/Store related/Head112.js";
|
|
@@ -152,7 +152,7 @@ import { default as vt } from "./Informational/Store related/InventoryReport.js"
|
|
|
152
152
|
import { default as Ut } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
|
|
153
153
|
import { default as Bt } from "./Social/Social/Kustomer.js";
|
|
154
154
|
import { default as Ht } from "./Informational/Location/LanguageChange.js";
|
|
155
|
-
import { default as
|
|
155
|
+
import { default as Gt } from "./Informational/Store related/LegalBalance.js";
|
|
156
156
|
import { default as zt } from "./Actions/Common actions/LinkSimpleHorizontal.js";
|
|
157
157
|
import { default as Jt } from "./Informational/Communication/LiveChat.js";
|
|
158
158
|
import { default as Kt } from "./Toggles/General/Lock.js";
|
|
@@ -178,7 +178,7 @@ import { default as Lf } from "./Social/Channels/MonoFacebookComment.js";
|
|
|
178
178
|
import { default as Df } from "./Social/Channels/MonoInstagram.js";
|
|
179
179
|
import { default as Ef } from "./Social/Channels/MonoInstagramComment.js";
|
|
180
180
|
import { default as Wf } from "./Social/Channels/MonoMail.js";
|
|
181
|
-
import { default as
|
|
181
|
+
import { default as Of } from "./Social/Channels/MonoMessenger.js";
|
|
182
182
|
import { default as Nf } from "./Social/Channels/MonoPhone.js";
|
|
183
183
|
import { default as jf } from "./Social/Channels/MonoTasks.js";
|
|
184
184
|
import { default as Qf } from "./Social/Channels/MonoWhatsapp.js";
|
|
@@ -205,7 +205,7 @@ import { default as Ll } from "./Informational/Communication/Phone.js";
|
|
|
205
205
|
import { default as Dl } from "./Social/Channels/PhoneV2.js";
|
|
206
206
|
import { default as El } from "./Informational/Common UI/Placeholder.js";
|
|
207
207
|
import { default as Wl } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
|
|
208
|
-
import { default as
|
|
208
|
+
import { default as Ol } from "./Media/Audio/Play.js";
|
|
209
209
|
import { default as Nl } from "./Actions/Common actions/Plus.js";
|
|
210
210
|
import { default as jl } from "./BIK AI specific/PricePlease.js";
|
|
211
211
|
import { default as Ql } from "./Informational/Files and folders/PrivateNote.js";
|
|
@@ -232,85 +232,86 @@ import { default as Ls } from "./Informational/Customer intent/Services.js";
|
|
|
232
232
|
import { default as Ds } from "./Legacy - Bikayi specific/Navigation/Services.js";
|
|
233
233
|
import { default as Es } from "./Informational/Common UI/Settings.js";
|
|
234
234
|
import { default as Ws } from "./BIK AI specific/Shape.js";
|
|
235
|
-
import { default as
|
|
235
|
+
import { default as Os } from "./Actions/Common actions/ShareAndroid.js";
|
|
236
236
|
import { default as Ns } from "./Informational/Common UI/Shield.js";
|
|
237
237
|
import { default as js } from "./Informational/eCommerce/ShieldCheck.js";
|
|
238
|
-
import { default as Qs } from "./
|
|
239
|
-
import { default as Ys } from "./Social/
|
|
240
|
-
import { default as qs } from "./
|
|
241
|
-
import { default as _s } from "./Informational/eCommerce/
|
|
242
|
-
import { default as em } from "./Informational/
|
|
243
|
-
import { default as rm } from "./Informational/
|
|
244
|
-
import { default as tm } from "./
|
|
245
|
-
import { default as lm } from "./
|
|
246
|
-
import { default as mm } from "./
|
|
247
|
-
import { default as dm } from "./
|
|
248
|
-
import { default as xm } from "./
|
|
249
|
-
import { default as im } from "./
|
|
250
|
-
import { default as hm } from "./
|
|
251
|
-
import { default as gm } from "./Media/
|
|
252
|
-
import { default as Sm } from "./
|
|
253
|
-
import { default as Am } from "./
|
|
254
|
-
import { default as Fm } from "./
|
|
255
|
-
import { default as Tm } from "./Toggles/General/
|
|
256
|
-
import { default as Im } from "./Toggles/General/
|
|
257
|
-
import { default as Vm } from "./
|
|
258
|
-
import { default as Lm } from "./Informational/Store related/
|
|
259
|
-
import { default as Dm } from "./
|
|
260
|
-
import { default as Em } from "./Actions/Formatting/
|
|
261
|
-
import { default as Wm } from "./Actions/
|
|
262
|
-
import { default as
|
|
263
|
-
import { default as Nm } from "./
|
|
264
|
-
import { default as jm } from "./
|
|
265
|
-
import { default as Qm } from "./Social/Channels/
|
|
266
|
-
import { default as Ym } from "./
|
|
267
|
-
import { default as qm } from "./Actions/Formatting/
|
|
268
|
-
import { default as _m } from "./Actions/Formatting/
|
|
269
|
-
import { default as ep } from "./Actions/Formatting/
|
|
270
|
-
import { default as rp } from "./Actions/Formatting/
|
|
271
|
-
import { default as tp } from "./Actions/Formatting/
|
|
272
|
-
import { default as lp } from "./Actions/Formatting/
|
|
273
|
-
import { default as mp } from "./
|
|
274
|
-
import { default as dp } from "./
|
|
275
|
-
import { default as xp } from "./Actions/Formatting/
|
|
276
|
-
import { default as ip } from "./Actions/Formatting/
|
|
277
|
-
import { default as hp } from "./
|
|
278
|
-
import { default as gp } from "./
|
|
279
|
-
import { default as Sp } from "./Informational/
|
|
280
|
-
import { default as Ap } from "./Informational/
|
|
281
|
-
import { default as Fp } from "./Informational/
|
|
282
|
-
import { default as Tp } from "./
|
|
283
|
-
import { default as Ip } from "./
|
|
284
|
-
import { default as Vp } from "./Informational/
|
|
285
|
-
import { default as Lp } from "./Informational/Identity/
|
|
286
|
-
import { default as Dp } from "./
|
|
287
|
-
import { default as Ep } from "./
|
|
288
|
-
import { default as Wp } from "./
|
|
289
|
-
import { default as
|
|
290
|
-
import { default as Np } from "./Informational/Identity/
|
|
291
|
-
import { default as jp } from "./Informational/Identity/
|
|
292
|
-
import { default as Qp } from "./Informational/
|
|
293
|
-
import { default as Yp } from "./
|
|
294
|
-
import { default as qp } from "./Media/Visual/
|
|
295
|
-
import { default as _p } from "./Media/
|
|
296
|
-
import { default as ed } from "./Media/Audio/
|
|
297
|
-
import { default as rd } from "./Media/Audio/
|
|
298
|
-
import { default as td } from "./
|
|
299
|
-
import { default as ld } from "./
|
|
300
|
-
import { default as md } from "./
|
|
301
|
-
import { default as dd } from "./
|
|
302
|
-
import { default as xd } from "./
|
|
303
|
-
import { default as id } from "./Social/
|
|
304
|
-
import { default as hd } from "./Social/
|
|
305
|
-
import { default as gd } from "./Social/Channels/
|
|
306
|
-
import { default as Sd } from "./Social/Channels/
|
|
307
|
-
import { default as Ad } from "./
|
|
308
|
-
import { default as Fd } from "./
|
|
309
|
-
import { default as Td } from "./Social/Social/
|
|
310
|
-
import { default as Id } from "./
|
|
311
|
-
import { default as Vd } from "./
|
|
312
|
-
import { default as Ld } from "./
|
|
313
|
-
import { default as Dd } from "./Social/Social/
|
|
238
|
+
import { default as Qs } from "./Informational/Common UI/ShieldOutline.js";
|
|
239
|
+
import { default as Ys } from "./Social/Channels/ShopifyBrand.js";
|
|
240
|
+
import { default as qs } from "./Social/Social/ShopifyDefault.js";
|
|
241
|
+
import { default as _s } from "./Informational/eCommerce/ShoppingBag.js";
|
|
242
|
+
import { default as em } from "./Informational/eCommerce/ShoppingBasket.js";
|
|
243
|
+
import { default as rm } from "./Informational/Customer intent/ShoppingCart.js";
|
|
244
|
+
import { default as tm } from "./Informational/eCommerce/ShoppingCart.js";
|
|
245
|
+
import { default as lm } from "./Actions/Common actions/Shortcut.js";
|
|
246
|
+
import { default as mm } from "./BIK AI specific/Shorter.js";
|
|
247
|
+
import { default as dm } from "./Actions/Selection/SingleChoice.js";
|
|
248
|
+
import { default as xm } from "./Informational/Customer intent/SingleChoice.js";
|
|
249
|
+
import { default as im } from "./Social/Social/SlackIcon.js";
|
|
250
|
+
import { default as hm } from "./Informational/General/Slash.js";
|
|
251
|
+
import { default as gm } from "./Media/Audio/Sleep.js";
|
|
252
|
+
import { default as Sm } from "./Media/Devices/Smartphone.js";
|
|
253
|
+
import { default as Am } from "./Social/Channels/SmsV2.js";
|
|
254
|
+
import { default as Fm } from "./BIK AI specific/Sparkling2Line.js";
|
|
255
|
+
import { default as Tm } from "./Toggles/General/StarEmpty.js";
|
|
256
|
+
import { default as Im } from "./Toggles/General/StarFilled.js";
|
|
257
|
+
import { default as Vm } from "./Toggles/General/StarHalf.js";
|
|
258
|
+
import { default as Lm } from "./Informational/Store related/Store.js";
|
|
259
|
+
import { default as Dm } from "./Informational/Store related/StoreSync.js";
|
|
260
|
+
import { default as Em } from "./Actions/Formatting/Subscript.js";
|
|
261
|
+
import { default as Wm } from "./Actions/Formatting/Superscript.js";
|
|
262
|
+
import { default as Om } from "./Actions/Navigation/Sync.js";
|
|
263
|
+
import { default as Nm } from "./Informational/Finance/TablerTicket.js";
|
|
264
|
+
import { default as jm } from "./Actions/Common actions/Task.js";
|
|
265
|
+
import { default as Qm } from "./Social/Channels/TaskV2.js";
|
|
266
|
+
import { default as Ym } from "./Social/Channels/Tasks.js";
|
|
267
|
+
import { default as qm } from "./Actions/Formatting/Text.js";
|
|
268
|
+
import { default as _m } from "./Actions/Formatting/TextAlignCenter.js";
|
|
269
|
+
import { default as ep } from "./Actions/Formatting/TextAlignLeft.js";
|
|
270
|
+
import { default as rp } from "./Actions/Formatting/TextAlignRight.js";
|
|
271
|
+
import { default as tp } from "./Actions/Formatting/TextBold.js";
|
|
272
|
+
import { default as lp } from "./Actions/Formatting/TextItalics.js";
|
|
273
|
+
import { default as mp } from "./Actions/Formatting/TextJustify.js";
|
|
274
|
+
import { default as dp } from "./Informational/Files and folders/TextMessage.js";
|
|
275
|
+
import { default as xp } from "./Actions/Formatting/TextStrikethrough.js";
|
|
276
|
+
import { default as ip } from "./Actions/Formatting/TextUnderline.js";
|
|
277
|
+
import { default as hp } from "./Actions/Formatting/Textbox.js";
|
|
278
|
+
import { default as gp } from "./Legacy - Bikayi specific/Services/Theme.js";
|
|
279
|
+
import { default as Sp } from "./Informational/Store related/TicketForm.js";
|
|
280
|
+
import { default as Ap } from "./Informational/General/TicketV2.js";
|
|
281
|
+
import { default as Fp } from "./Informational/Common UI/Training.js";
|
|
282
|
+
import { default as Tp } from "./Informational/Location/Truck.js";
|
|
283
|
+
import { default as Ip } from "./Social/Social/Twitter.js";
|
|
284
|
+
import { default as Vp } from "./Informational/Files and folders/Unarchive.js";
|
|
285
|
+
import { default as Lp } from "./Informational/Identity/Union.js";
|
|
286
|
+
import { default as Dp } from "./Informational/Identity/Union1.js";
|
|
287
|
+
import { default as Ep } from "./Toggles/General/Unlock.js";
|
|
288
|
+
import { default as Wp } from "./Informational/Customer intent/Unsatisfactory.js";
|
|
289
|
+
import { default as Op } from "./Media/Others/Upload.js";
|
|
290
|
+
import { default as Np } from "./Informational/Identity/User.js";
|
|
291
|
+
import { default as jp } from "./Informational/Identity/UserMinus1.js";
|
|
292
|
+
import { default as Qp } from "./Informational/Identity/UserPlus.js";
|
|
293
|
+
import { default as Yp } from "./Informational/Customer intent/UserSound.js";
|
|
294
|
+
import { default as qp } from "./Media/Visual/VideoCamcorder.js";
|
|
295
|
+
import { default as _p } from "./Media/Visual/VideoFilm.js";
|
|
296
|
+
import { default as ed } from "./Media/Audio/VolumeMute.js";
|
|
297
|
+
import { default as rd } from "./Media/Audio/VolumeOneline.js";
|
|
298
|
+
import { default as td } from "./Media/Audio/VolumeTwoline.js";
|
|
299
|
+
import { default as ld } from "./Informational/Finance/Wallet.js";
|
|
300
|
+
import { default as md } from "./BIK AI specific/WandSparkles.js";
|
|
301
|
+
import { default as dd } from "./Social/Channels/WebPush.js";
|
|
302
|
+
import { default as xd } from "./BIK AI specific/Webhook.js";
|
|
303
|
+
import { default as id } from "./Social/Channels/WebpushV2.js";
|
|
304
|
+
import { default as hd } from "./Social/Social/Website.js";
|
|
305
|
+
import { default as gd } from "./Social/Channels/WhatsApp.js";
|
|
306
|
+
import { default as Sd } from "./Social/Channels/WhatsAppCallV2.js";
|
|
307
|
+
import { default as Ad } from "./Social/Channels/WhatsAppV2.js";
|
|
308
|
+
import { default as Fd } from "./Actions/Navigation/Whatsapp.js";
|
|
309
|
+
import { default as Td } from "./Social/Social/Whatsapp.js";
|
|
310
|
+
import { default as Id } from "./Social/Social/WooCommerce.js";
|
|
311
|
+
import { default as Vd } from "./Informational/Date and time/WorkingHours.js";
|
|
312
|
+
import { default as Ld } from "./BIK AI specific/Write.js";
|
|
313
|
+
import { default as Dd } from "./Social/Social/Youtube.js";
|
|
314
|
+
import { default as Ed } from "./Social/Social/Zendesk.js";
|
|
314
315
|
export {
|
|
315
316
|
r as Activate,
|
|
316
317
|
t as AddLabel,
|
|
@@ -331,7 +332,7 @@ export {
|
|
|
331
332
|
D as ArrowRight,
|
|
332
333
|
E as ArrowSwitch,
|
|
333
334
|
W as ArrowUndo,
|
|
334
|
-
|
|
335
|
+
O as ArrowUp,
|
|
335
336
|
N as ArrowUpLeft,
|
|
336
337
|
j as ArrowUpRight,
|
|
337
338
|
Q as Bank,
|
|
@@ -358,7 +359,7 @@ export {
|
|
|
358
359
|
De as ChartLine,
|
|
359
360
|
Ee as Chat,
|
|
360
361
|
We as ChatCheck,
|
|
361
|
-
|
|
362
|
+
Oe as ChatQuestion,
|
|
362
363
|
Ne as ChatStar,
|
|
363
364
|
je as Chatbot,
|
|
364
365
|
Qe as Check,
|
|
@@ -385,7 +386,7 @@ export {
|
|
|
385
386
|
Uo as Crop,
|
|
386
387
|
Bo as Cross,
|
|
387
388
|
Ho as Customdomain,
|
|
388
|
-
|
|
389
|
+
Go as CustomerReport,
|
|
389
390
|
zo as Deactivate,
|
|
390
391
|
Jo as DecreaseIndent,
|
|
391
392
|
Ko as Delete,
|
|
@@ -412,7 +413,7 @@ export {
|
|
|
412
413
|
Ur as FacebookComment,
|
|
413
414
|
Br as FacebookCommentV2,
|
|
414
415
|
Hr as FacebookV2,
|
|
415
|
-
|
|
416
|
+
Gr as FailDoc,
|
|
416
417
|
zr as File,
|
|
417
418
|
Jr as FileCsv,
|
|
418
419
|
Kr as FilePage,
|
|
@@ -439,7 +440,7 @@ export {
|
|
|
439
440
|
Ua as GmailV2,
|
|
440
441
|
Ba as Google,
|
|
441
442
|
Ha as Gorgias,
|
|
442
|
-
|
|
443
|
+
Ga as Group,
|
|
443
444
|
za as Growth,
|
|
444
445
|
Ja as HandleDrag,
|
|
445
446
|
Ka as Head112,
|
|
@@ -466,7 +467,7 @@ export {
|
|
|
466
467
|
Ut as Journeys,
|
|
467
468
|
Bt as Kustomer,
|
|
468
469
|
Ht as LanguageChange,
|
|
469
|
-
|
|
470
|
+
Gt as LegalBalance,
|
|
470
471
|
zt as LinkSimpleHorizontal,
|
|
471
472
|
Jt as LiveChat,
|
|
472
473
|
Kt as Lock,
|
|
@@ -492,7 +493,7 @@ export {
|
|
|
492
493
|
Df as MonoInstagram,
|
|
493
494
|
Ef as MonoInstagramComment,
|
|
494
495
|
Wf as MonoMail,
|
|
495
|
-
|
|
496
|
+
Of as MonoMessenger,
|
|
496
497
|
Nf as MonoPhone,
|
|
497
498
|
jf as MonoTasks,
|
|
498
499
|
Qf as MonoWhatsapp,
|
|
@@ -519,7 +520,7 @@ export {
|
|
|
519
520
|
Dl as PhoneV2,
|
|
520
521
|
El as Placeholder,
|
|
521
522
|
Wl as PlanUltimate,
|
|
522
|
-
|
|
523
|
+
Ol as Play,
|
|
523
524
|
Nl as Plus,
|
|
524
525
|
jl as PricePlease,
|
|
525
526
|
Ql as PrivateNote,
|
|
@@ -546,84 +547,85 @@ export {
|
|
|
546
547
|
Ds as Services2,
|
|
547
548
|
Es as Settings,
|
|
548
549
|
Ws as Shape,
|
|
549
|
-
|
|
550
|
+
Os as ShareAndroid,
|
|
550
551
|
Ns as Shield,
|
|
551
552
|
js as ShieldCheck,
|
|
552
|
-
Qs as
|
|
553
|
-
Ys as
|
|
554
|
-
qs as
|
|
555
|
-
_s as
|
|
556
|
-
em as
|
|
557
|
-
rm as
|
|
558
|
-
tm as
|
|
559
|
-
lm as
|
|
560
|
-
mm as
|
|
561
|
-
dm as
|
|
562
|
-
xm as
|
|
563
|
-
im as
|
|
564
|
-
hm as
|
|
565
|
-
gm as
|
|
566
|
-
Sm as
|
|
567
|
-
Am as
|
|
568
|
-
Fm as
|
|
569
|
-
Tm as
|
|
570
|
-
Im as
|
|
571
|
-
Vm as
|
|
572
|
-
Lm as
|
|
573
|
-
Dm as
|
|
574
|
-
Em as
|
|
575
|
-
Wm as
|
|
576
|
-
|
|
577
|
-
Nm as
|
|
578
|
-
jm as
|
|
579
|
-
Qm as
|
|
580
|
-
Ym as
|
|
581
|
-
qm as
|
|
582
|
-
_m as
|
|
583
|
-
ep as
|
|
584
|
-
rp as
|
|
585
|
-
tp as
|
|
586
|
-
lp as
|
|
587
|
-
mp as
|
|
588
|
-
dp as
|
|
589
|
-
xp as
|
|
590
|
-
ip as
|
|
591
|
-
hp as
|
|
592
|
-
gp as
|
|
593
|
-
Sp as
|
|
594
|
-
Ap as
|
|
595
|
-
Fp as
|
|
596
|
-
Tp as
|
|
597
|
-
Ip as
|
|
598
|
-
Vp as
|
|
599
|
-
Lp as
|
|
600
|
-
Dp as
|
|
601
|
-
Ep as
|
|
602
|
-
Wp as
|
|
603
|
-
|
|
604
|
-
Np as
|
|
605
|
-
jp as
|
|
606
|
-
Qp as
|
|
607
|
-
Yp as
|
|
608
|
-
qp as
|
|
609
|
-
_p as
|
|
610
|
-
ed as
|
|
611
|
-
rd as
|
|
612
|
-
td as
|
|
613
|
-
ld as
|
|
614
|
-
md as
|
|
615
|
-
dd as
|
|
616
|
-
xd as
|
|
617
|
-
id as
|
|
618
|
-
hd as
|
|
619
|
-
gd as
|
|
620
|
-
Sd as
|
|
621
|
-
Ad as
|
|
622
|
-
Fd as
|
|
623
|
-
Td as
|
|
624
|
-
Id as
|
|
625
|
-
Vd as
|
|
626
|
-
Ld as
|
|
627
|
-
Dd as
|
|
553
|
+
Qs as ShieldOutline,
|
|
554
|
+
Ys as ShopifyBrand,
|
|
555
|
+
qs as ShopifyDefault,
|
|
556
|
+
_s as ShoppingBag,
|
|
557
|
+
em as ShoppingBasket,
|
|
558
|
+
rm as ShoppingCart,
|
|
559
|
+
tm as ShoppingCart2,
|
|
560
|
+
lm as Shortcut,
|
|
561
|
+
mm as Shorter,
|
|
562
|
+
dm as SingleChoice,
|
|
563
|
+
xm as SingleChoice2,
|
|
564
|
+
im as SlackIcon,
|
|
565
|
+
hm as Slash,
|
|
566
|
+
gm as Sleep,
|
|
567
|
+
Sm as Smartphone,
|
|
568
|
+
Am as SmsV2,
|
|
569
|
+
Fm as Sparkling2Line,
|
|
570
|
+
Tm as StarEmpty,
|
|
571
|
+
Im as StarFilled,
|
|
572
|
+
Vm as StarHalf,
|
|
573
|
+
Lm as Store,
|
|
574
|
+
Dm as StoreSync,
|
|
575
|
+
Em as Subscript,
|
|
576
|
+
Wm as Superscript,
|
|
577
|
+
Om as Sync,
|
|
578
|
+
Nm as TablerTicket,
|
|
579
|
+
jm as Task,
|
|
580
|
+
Qm as TaskV2,
|
|
581
|
+
Ym as Tasks,
|
|
582
|
+
qm as Text,
|
|
583
|
+
_m as TextAlignCenter,
|
|
584
|
+
ep as TextAlignLeft,
|
|
585
|
+
rp as TextAlignRight,
|
|
586
|
+
tp as TextBold,
|
|
587
|
+
lp as TextItalics,
|
|
588
|
+
mp as TextJustify,
|
|
589
|
+
dp as TextMessage,
|
|
590
|
+
xp as TextStrikethrough,
|
|
591
|
+
ip as TextUnderline,
|
|
592
|
+
hp as Textbox,
|
|
593
|
+
gp as Theme,
|
|
594
|
+
Sp as TicketForm,
|
|
595
|
+
Ap as TicketV2,
|
|
596
|
+
Fp as Training,
|
|
597
|
+
Tp as Truck,
|
|
598
|
+
Ip as Twitter,
|
|
599
|
+
Vp as Unarchive,
|
|
600
|
+
Lp as Union,
|
|
601
|
+
Dp as Union1,
|
|
602
|
+
Ep as Unlock,
|
|
603
|
+
Wp as Unsatisfactory,
|
|
604
|
+
Op as Upload,
|
|
605
|
+
Np as User,
|
|
606
|
+
jp as UserMinus1,
|
|
607
|
+
Qp as UserPlus,
|
|
608
|
+
Yp as UserSound,
|
|
609
|
+
qp as VideoCamcorder,
|
|
610
|
+
_p as VideoFilm,
|
|
611
|
+
ed as VolumeMute,
|
|
612
|
+
rd as VolumeOneline,
|
|
613
|
+
td as VolumeTwoline,
|
|
614
|
+
ld as Wallet,
|
|
615
|
+
md as WandSparkles,
|
|
616
|
+
dd as WebPush,
|
|
617
|
+
xd as Webhook,
|
|
618
|
+
id as WebpushV2,
|
|
619
|
+
hd as Website,
|
|
620
|
+
gd as WhatsApp,
|
|
621
|
+
Sd as WhatsAppCallV2,
|
|
622
|
+
Ad as WhatsAppV2,
|
|
623
|
+
Fd as Whatsapp,
|
|
624
|
+
Td as Whatsapp2,
|
|
625
|
+
Id as WooCommerce,
|
|
626
|
+
Vd as WorkingHours,
|
|
627
|
+
Ld as Write,
|
|
628
|
+
Dd as Youtube,
|
|
629
|
+
Ed as Zendesk
|
|
628
630
|
};
|
|
629
631
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|