@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.
Files changed (75) 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 +28 -16
  4. package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  5. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +2 -2
  6. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  7. package/dist/cjs/components/agent-builder/components/MentionEditor.js +1 -1
  8. package/dist/cjs/components/agent-builder/components/MentionEditor.js.map +1 -1
  9. package/dist/cjs/components/agent-builder/components/MentionField.js +1 -1
  10. package/dist/cjs/components/agent-builder/components/MentionField.js.map +1 -1
  11. package/dist/cjs/components/agent-builder/components/MentionPicker.js +11 -11
  12. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  13. package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js +1 -1
  14. package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js.map +1 -1
  15. package/dist/cjs/components/agent-builder/components/SelectableListSection.js +1 -1
  16. package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
  17. package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
  18. package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
  19. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
  20. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  21. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
  22. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  23. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +4 -4
  24. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  25. package/dist/cjs/components/agent-listing/AgentTableRow.js +1 -1
  26. package/dist/cjs/components/agent-listing/AgentTableRow.js.map +1 -1
  27. package/dist/cjs/editor/BikEditor.styles.js +0 -6
  28. package/dist/cjs/editor/BikEditor.styles.js.map +1 -1
  29. package/dist/cjs/icons/Informational/Common UI/ShieldOutline.js +2 -0
  30. package/dist/cjs/icons/Informational/Common UI/ShieldOutline.js.map +1 -0
  31. package/dist/cjs/icons/index.js +1 -1
  32. package/dist/esm/components/agent-builder/AgentBuilder.js +69 -71
  33. package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
  34. package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +0 -8
  35. package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +3 -0
  36. package/dist/esm/components/agent-builder/AgentBuilder.styled.js +46 -33
  37. package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  38. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.d.ts +0 -3
  39. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +110 -113
  40. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  41. package/dist/esm/components/agent-builder/components/MentionEditor.d.ts +0 -7
  42. package/dist/esm/components/agent-builder/components/MentionEditor.js +74 -89
  43. package/dist/esm/components/agent-builder/components/MentionEditor.js.map +1 -1
  44. package/dist/esm/components/agent-builder/components/MentionField.js +26 -28
  45. package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
  46. package/dist/esm/components/agent-builder/components/MentionPicker.d.ts +1 -14
  47. package/dist/esm/components/agent-builder/components/MentionPicker.js +138 -167
  48. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  49. package/dist/esm/components/agent-builder/components/RequireVerificationModal.js +5 -5
  50. package/dist/esm/components/agent-builder/components/RequireVerificationModal.js.map +1 -1
  51. package/dist/esm/components/agent-builder/components/SelectableListSection.js +72 -63
  52. package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
  53. package/dist/esm/components/agent-builder/constants/tools.d.ts +1 -1
  54. package/dist/esm/components/agent-builder/constants/tools.js +5 -6
  55. package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
  56. package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +0 -7
  57. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +96 -99
  58. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  59. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +174 -165
  60. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  61. package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +4 -14
  62. package/dist/esm/components/agent-builder/utils/mentionSerialization.js +38 -50
  63. package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  64. package/dist/esm/components/agent-listing/AgentTableRow.js +1 -1
  65. package/dist/esm/components/agent-listing/AgentTableRow.js.map +1 -1
  66. package/dist/esm/editor/BikEditor.styles.js +0 -6
  67. package/dist/esm/editor/BikEditor.styles.js.map +1 -1
  68. package/dist/esm/icons/Informational/Common UI/ShieldOutline.d.ts +7 -0
  69. package/dist/esm/icons/Informational/Common UI/ShieldOutline.js +35 -0
  70. package/dist/esm/icons/Informational/Common UI/ShieldOutline.js.map +1 -0
  71. package/dist/esm/icons/Informational/Common UI/index.d.ts +1 -0
  72. package/dist/esm/icons/index.d.ts +25 -25
  73. package/dist/esm/icons/index.js +172 -170
  74. package/dist/esm/icons/index.js.map +1 -1
  75. package/package.json +1 -1
@@ -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 G } from "./Arrows/Normal arrows/ArrowUp.js";
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 Ge } from "./Informational/Communication/ChatQuestion.js";
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 Oo } from "./Informational/Store related/CustomerReport.js";
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 Or } from "./Informational/General/FailDoc.js";
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 Oa } from "./Informational/Identity/Group.js";
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 Ot } from "./Informational/Store related/LegalBalance.js";
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 Gf } from "./Social/Channels/MonoMessenger.js";
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 Gl } from "./Media/Audio/Play.js";
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 Gs } from "./Actions/Common actions/ShareAndroid.js";
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 "./Social/Channels/ShopifyBrand.js";
239
- import { default as Ys } from "./Social/Social/ShopifyDefault.js";
240
- import { default as qs } from "./Informational/eCommerce/ShoppingBag.js";
241
- import { default as _s } from "./Informational/eCommerce/ShoppingBasket.js";
242
- import { default as em } from "./Informational/Customer intent/ShoppingCart.js";
243
- import { default as rm } from "./Informational/eCommerce/ShoppingCart.js";
244
- import { default as tm } from "./Actions/Common actions/Shortcut.js";
245
- import { default as lm } from "./BIK AI specific/Shorter.js";
246
- import { default as mm } from "./Actions/Selection/SingleChoice.js";
247
- import { default as dm } from "./Informational/Customer intent/SingleChoice.js";
248
- import { default as xm } from "./Social/Social/SlackIcon.js";
249
- import { default as im } from "./Informational/General/Slash.js";
250
- import { default as hm } from "./Media/Audio/Sleep.js";
251
- import { default as gm } from "./Media/Devices/Smartphone.js";
252
- import { default as Sm } from "./Social/Channels/SmsV2.js";
253
- import { default as Am } from "./BIK AI specific/Sparkling2Line.js";
254
- import { default as Fm } from "./Toggles/General/StarEmpty.js";
255
- import { default as Tm } from "./Toggles/General/StarFilled.js";
256
- import { default as Im } from "./Toggles/General/StarHalf.js";
257
- import { default as Vm } from "./Informational/Store related/Store.js";
258
- import { default as Lm } from "./Informational/Store related/StoreSync.js";
259
- import { default as Dm } from "./Actions/Formatting/Subscript.js";
260
- import { default as Em } from "./Actions/Formatting/Superscript.js";
261
- import { default as Wm } from "./Actions/Navigation/Sync.js";
262
- import { default as Gm } from "./Informational/Finance/TablerTicket.js";
263
- import { default as Nm } from "./Actions/Common actions/Task.js";
264
- import { default as jm } from "./Social/Channels/TaskV2.js";
265
- import { default as Qm } from "./Social/Channels/Tasks.js";
266
- import { default as Ym } from "./Actions/Formatting/Text.js";
267
- import { default as qm } from "./Actions/Formatting/TextAlignCenter.js";
268
- import { default as _m } from "./Actions/Formatting/TextAlignLeft.js";
269
- import { default as ep } from "./Actions/Formatting/TextAlignRight.js";
270
- import { default as rp } from "./Actions/Formatting/TextBold.js";
271
- import { default as tp } from "./Actions/Formatting/TextItalics.js";
272
- import { default as lp } from "./Actions/Formatting/TextJustify.js";
273
- import { default as mp } from "./Informational/Files and folders/TextMessage.js";
274
- import { default as dp } from "./Actions/Formatting/TextStrikethrough.js";
275
- import { default as xp } from "./Actions/Formatting/TextUnderline.js";
276
- import { default as ip } from "./Actions/Formatting/Textbox.js";
277
- import { default as hp } from "./Legacy - Bikayi specific/Services/Theme.js";
278
- import { default as gp } from "./Informational/Store related/TicketForm.js";
279
- import { default as Sp } from "./Informational/General/TicketV2.js";
280
- import { default as Ap } from "./Informational/Common UI/Training.js";
281
- import { default as Fp } from "./Informational/Location/Truck.js";
282
- import { default as Tp } from "./Social/Social/Twitter.js";
283
- import { default as Ip } from "./Informational/Files and folders/Unarchive.js";
284
- import { default as Vp } from "./Informational/Identity/Union.js";
285
- import { default as Lp } from "./Informational/Identity/Union1.js";
286
- import { default as Dp } from "./Toggles/General/Unlock.js";
287
- import { default as Ep } from "./Informational/Customer intent/Unsatisfactory.js";
288
- import { default as Wp } from "./Media/Others/Upload.js";
289
- import { default as Gp } from "./Informational/Identity/User.js";
290
- import { default as Np } from "./Informational/Identity/UserMinus1.js";
291
- import { default as jp } from "./Informational/Identity/UserPlus.js";
292
- import { default as Qp } from "./Informational/Customer intent/UserSound.js";
293
- import { default as Yp } from "./Media/Visual/VideoCamcorder.js";
294
- import { default as qp } from "./Media/Visual/VideoFilm.js";
295
- import { default as _p } from "./Media/Audio/VolumeMute.js";
296
- import { default as ed } from "./Media/Audio/VolumeOneline.js";
297
- import { default as rd } from "./Media/Audio/VolumeTwoline.js";
298
- import { default as td } from "./Informational/Finance/Wallet.js";
299
- import { default as ld } from "./BIK AI specific/WandSparkles.js";
300
- import { default as md } from "./Social/Channels/WebPush.js";
301
- import { default as dd } from "./BIK AI specific/Webhook.js";
302
- import { default as xd } from "./Social/Channels/WebpushV2.js";
303
- import { default as id } from "./Social/Social/Website.js";
304
- import { default as hd } from "./Social/Channels/WhatsApp.js";
305
- import { default as gd } from "./Social/Channels/WhatsAppCallV2.js";
306
- import { default as Sd } from "./Social/Channels/WhatsAppV2.js";
307
- import { default as Ad } from "./Actions/Navigation/Whatsapp.js";
308
- import { default as Fd } from "./Social/Social/Whatsapp.js";
309
- import { default as Td } from "./Social/Social/WooCommerce.js";
310
- import { default as Id } from "./Informational/Date and time/WorkingHours.js";
311
- import { default as Vd } from "./BIK AI specific/Write.js";
312
- import { default as Ld } from "./Social/Social/Youtube.js";
313
- import { default as Dd } from "./Social/Social/Zendesk.js";
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
- G as ArrowUp,
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
- Ge as ChatQuestion,
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
- Oo as CustomerReport,
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
- Or as FailDoc,
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
- Oa as Group,
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
- Ot as LegalBalance,
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
- Gf as MonoMessenger,
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
- Gl as Play,
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
- Gs as ShareAndroid,
550
+ Os as ShareAndroid,
550
551
  Ns as Shield,
551
552
  js as ShieldCheck,
552
- Qs as ShopifyBrand,
553
- Ys as ShopifyDefault,
554
- qs as ShoppingBag,
555
- _s as ShoppingBasket,
556
- em as ShoppingCart,
557
- rm as ShoppingCart2,
558
- tm as Shortcut,
559
- lm as Shorter,
560
- mm as SingleChoice,
561
- dm as SingleChoice2,
562
- xm as SlackIcon,
563
- im as Slash,
564
- hm as Sleep,
565
- gm as Smartphone,
566
- Sm as SmsV2,
567
- Am as Sparkling2Line,
568
- Fm as StarEmpty,
569
- Tm as StarFilled,
570
- Im as StarHalf,
571
- Vm as Store,
572
- Lm as StoreSync,
573
- Dm as Subscript,
574
- Em as Superscript,
575
- Wm as Sync,
576
- Gm as TablerTicket,
577
- Nm as Task,
578
- jm as TaskV2,
579
- Qm as Tasks,
580
- Ym as Text,
581
- qm as TextAlignCenter,
582
- _m as TextAlignLeft,
583
- ep as TextAlignRight,
584
- rp as TextBold,
585
- tp as TextItalics,
586
- lp as TextJustify,
587
- mp as TextMessage,
588
- dp as TextStrikethrough,
589
- xp as TextUnderline,
590
- ip as Textbox,
591
- hp as Theme,
592
- gp as TicketForm,
593
- Sp as TicketV2,
594
- Ap as Training,
595
- Fp as Truck,
596
- Tp as Twitter,
597
- Ip as Unarchive,
598
- Vp as Union,
599
- Lp as Union1,
600
- Dp as Unlock,
601
- Ep as Unsatisfactory,
602
- Wp as Upload,
603
- Gp as User,
604
- Np as UserMinus1,
605
- jp as UserPlus,
606
- Qp as UserSound,
607
- Yp as VideoCamcorder,
608
- qp as VideoFilm,
609
- _p as VolumeMute,
610
- ed as VolumeOneline,
611
- rd as VolumeTwoline,
612
- td as Wallet,
613
- ld as WandSparkles,
614
- md as WebPush,
615
- dd as Webhook,
616
- xd as WebpushV2,
617
- id as Website,
618
- hd as WhatsApp,
619
- gd as WhatsAppCallV2,
620
- Sd as WhatsAppV2,
621
- Ad as Whatsapp,
622
- Fd as Whatsapp2,
623
- Td as WooCommerce,
624
- Id as WorkingHours,
625
- Vd as Write,
626
- Ld as Youtube,
627
- Dd as Zendesk
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.849-beta.2",
3
+ "version": "0.0.849",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",