@bikdotai/bik-component-library 0.0.841-beta.0 → 0.0.841

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 (147) 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 +51 -39
  4. package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  5. package/dist/cjs/components/agent-builder/components/AgentBuilderFooter.js +1 -1
  6. package/dist/cjs/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
  7. package/dist/cjs/components/agent-builder/components/AgentBuilderTopBar.js +1 -1
  8. package/dist/cjs/components/agent-builder/components/AgentBuilderTopBar.js.map +1 -1
  9. package/dist/cjs/components/agent-builder/components/ConfigToolPanel.js +2 -2
  10. package/dist/cjs/components/agent-builder/components/ConfigToolPanel.js.map +1 -1
  11. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +1 -1
  12. package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  13. package/dist/cjs/components/agent-builder/components/DiscardModal.js +1 -1
  14. package/dist/cjs/components/agent-builder/components/DiscardModal.js.map +1 -1
  15. package/dist/cjs/components/agent-builder/components/GoLiveModal.js +1 -1
  16. package/dist/cjs/components/agent-builder/components/GoLiveModal.js.map +1 -1
  17. package/dist/cjs/components/agent-builder/components/MentionEditor.js +1 -1
  18. package/dist/cjs/components/agent-builder/components/MentionEditor.js.map +1 -1
  19. package/dist/cjs/components/agent-builder/components/MentionPicker.js +22 -22
  20. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  21. package/dist/cjs/components/agent-builder/components/RestApiToolPanel.js +4 -4
  22. package/dist/cjs/components/agent-builder/components/RestApiToolPanel.js.map +1 -1
  23. package/dist/cjs/components/agent-builder/components/SelectableListSection.js +6 -6
  24. package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
  25. package/dist/cjs/components/agent-builder/components/StepSectionHeader.js +1 -1
  26. package/dist/cjs/components/agent-builder/components/StepSectionHeader.js.map +1 -1
  27. package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
  28. package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
  29. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
  30. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  31. package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js +3 -1
  32. package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
  33. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
  34. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  35. package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js +1 -1
  36. package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
  37. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +5 -3
  38. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  39. package/dist/cjs/components/agent-listing/AgentListing.js +1 -1
  40. package/dist/cjs/components/agent-listing/AgentListing.js.map +1 -1
  41. package/dist/cjs/components/agent-listing/AgentTable.js +1 -1
  42. package/dist/cjs/components/agent-listing/AgentTable.js.map +1 -1
  43. package/dist/cjs/components/agent-listing/AgentTableRow.js +1 -1
  44. package/dist/cjs/components/agent-listing/AgentTableRow.js.map +1 -1
  45. package/dist/cjs/components/agent-listing/AgentTableShimmer.js +2 -0
  46. package/dist/cjs/components/agent-listing/AgentTableShimmer.js.map +1 -0
  47. package/dist/cjs/components/agent-listing/DeleteAgentModal.js +1 -1
  48. package/dist/cjs/components/agent-listing/DeleteAgentModal.js.map +1 -1
  49. package/dist/cjs/components/avatar/Avatar.js +1 -1
  50. package/dist/cjs/components/avatar/Avatar.js.map +1 -1
  51. package/dist/cjs/components/avatar/Avatar.styled.js +4 -12
  52. package/dist/cjs/components/avatar/Avatar.styled.js.map +1 -1
  53. package/dist/cjs/components/button/Button.styled.js +1 -0
  54. package/dist/cjs/components/button/Button.styled.js.map +1 -1
  55. package/dist/cjs/components/dropdown/Dropdown.js +1 -1
  56. package/dist/cjs/components/dropdown/Dropdown.js.map +1 -1
  57. package/dist/cjs/editor/BikEditor.js +1 -1
  58. package/dist/cjs/editor/BikEditor.js.map +1 -1
  59. package/dist/cjs/editor/BikEditor.styles.js +97 -54
  60. package/dist/cjs/editor/BikEditor.styles.js.map +1 -1
  61. package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js +3 -3
  62. package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -1
  63. package/dist/cjs/icons/Informational/Common UI/Shield.js +2 -0
  64. package/dist/cjs/icons/Informational/Common UI/Shield.js.map +1 -0
  65. package/dist/cjs/icons/index.js +1 -1
  66. package/dist/esm/components/agent-builder/AgentBuilder.js +106 -102
  67. package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
  68. package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +3 -6
  69. package/dist/esm/components/agent-builder/AgentBuilder.styled.js +118 -106
  70. package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  71. package/dist/esm/components/agent-builder/__fixtures__/agentValue.d.ts +11 -0
  72. package/dist/esm/components/agent-builder/components/AgentBuilderFooter.js +29 -21
  73. package/dist/esm/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
  74. package/dist/esm/components/agent-builder/components/AgentBuilderTopBar.js +27 -26
  75. package/dist/esm/components/agent-builder/components/AgentBuilderTopBar.js.map +1 -1
  76. package/dist/esm/components/agent-builder/components/ConfigToolPanel.js +25 -25
  77. package/dist/esm/components/agent-builder/components/ConfigToolPanel.js.map +1 -1
  78. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +24 -23
  79. package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
  80. package/dist/esm/components/agent-builder/components/DiscardModal.d.ts +3 -1
  81. package/dist/esm/components/agent-builder/components/DiscardModal.js +33 -24
  82. package/dist/esm/components/agent-builder/components/DiscardModal.js.map +1 -1
  83. package/dist/esm/components/agent-builder/components/GoLiveModal.js +23 -21
  84. package/dist/esm/components/agent-builder/components/GoLiveModal.js.map +1 -1
  85. package/dist/esm/components/agent-builder/components/MentionEditor.js +19 -19
  86. package/dist/esm/components/agent-builder/components/MentionEditor.js.map +1 -1
  87. package/dist/esm/components/agent-builder/components/MentionPicker.js +174 -144
  88. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  89. package/dist/esm/components/agent-builder/components/RestApiToolPanel.d.ts +2 -0
  90. package/dist/esm/components/agent-builder/components/RestApiToolPanel.js +111 -105
  91. package/dist/esm/components/agent-builder/components/RestApiToolPanel.js.map +1 -1
  92. package/dist/esm/components/agent-builder/components/SelectableListSection.d.ts +13 -4
  93. package/dist/esm/components/agent-builder/components/SelectableListSection.js +161 -136
  94. package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
  95. package/dist/esm/components/agent-builder/components/StepSectionHeader.js +7 -7
  96. package/dist/esm/components/agent-builder/components/StepSectionHeader.js.map +1 -1
  97. package/dist/esm/components/agent-builder/constants/tools.js +6 -6
  98. package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
  99. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +104 -103
  100. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  101. package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js +101 -102
  102. package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
  103. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +146 -144
  104. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  105. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js +23 -79
  106. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
  107. package/dist/esm/components/agent-builder/utils/mentionSerialization.js +35 -23
  108. package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  109. package/dist/esm/components/agent-listing/AgentListing.js +65 -65
  110. package/dist/esm/components/agent-listing/AgentListing.js.map +1 -1
  111. package/dist/esm/components/agent-listing/AgentTable.d.ts +2 -0
  112. package/dist/esm/components/agent-listing/AgentTable.js +16 -15
  113. package/dist/esm/components/agent-listing/AgentTable.js.map +1 -1
  114. package/dist/esm/components/agent-listing/AgentTableRow.js +11 -11
  115. package/dist/esm/components/agent-listing/AgentTableRow.js.map +1 -1
  116. package/dist/esm/components/agent-listing/AgentTableShimmer.d.ts +12 -0
  117. package/dist/esm/components/agent-listing/AgentTableShimmer.js +20 -0
  118. package/dist/esm/components/agent-listing/AgentTableShimmer.js.map +1 -0
  119. package/dist/esm/components/agent-listing/DeleteAgentModal.js +8 -8
  120. package/dist/esm/components/agent-listing/DeleteAgentModal.js.map +1 -1
  121. package/dist/esm/components/agent-listing/__fixtures__/agents.d.ts +3 -0
  122. package/dist/esm/components/avatar/Avatar.d.ts +1 -2
  123. package/dist/esm/components/avatar/Avatar.js +24 -34
  124. package/dist/esm/components/avatar/Avatar.js.map +1 -1
  125. package/dist/esm/components/avatar/Avatar.styled.d.ts +0 -1
  126. package/dist/esm/components/avatar/Avatar.styled.js +8 -17
  127. package/dist/esm/components/avatar/Avatar.styled.js.map +1 -1
  128. package/dist/esm/components/button/Button.styled.js +25 -19
  129. package/dist/esm/components/button/Button.styled.js.map +1 -1
  130. package/dist/esm/components/dropdown/Dropdown.js +18 -13
  131. package/dist/esm/components/dropdown/Dropdown.js.map +1 -1
  132. package/dist/esm/editor/BikEditor.js +173 -160
  133. package/dist/esm/editor/BikEditor.js.map +1 -1
  134. package/dist/esm/editor/BikEditor.styles.d.ts +20 -3
  135. package/dist/esm/editor/BikEditor.styles.js +102 -57
  136. package/dist/esm/editor/BikEditor.styles.js.map +1 -1
  137. package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.d.ts +5 -8
  138. package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js +87 -68
  139. package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -1
  140. package/dist/esm/icons/Informational/Common UI/Shield.d.ts +7 -0
  141. package/dist/esm/icons/Informational/Common UI/Shield.js +34 -0
  142. package/dist/esm/icons/Informational/Common UI/Shield.js.map +1 -0
  143. package/dist/esm/icons/Informational/Common UI/index.d.ts +1 -0
  144. package/dist/esm/icons/index.d.ts +1 -1
  145. package/dist/esm/icons/index.js +156 -154
  146. package/dist/esm/icons/index.js.map +1 -1
  147. package/package.json +1 -1
@@ -231,83 +231,84 @@ import { default as ys } from "./Legacy - Bikayi specific/Navigation/Services.js
231
231
  import { default as Vs } from "./Informational/Common UI/Settings.js";
232
232
  import { default as Ds } from "./BIK AI specific/Shape.js";
233
233
  import { default as Es } from "./Actions/Common actions/ShareAndroid.js";
234
- import { default as Ws } from "./Informational/eCommerce/ShieldCheck.js";
235
- import { default as Gs } from "./Social/Channels/ShopifyBrand.js";
236
- import { default as Ns } from "./Social/Social/ShopifyDefault.js";
237
- import { default as js } from "./Informational/eCommerce/ShoppingBag.js";
238
- import { default as Qs } from "./Informational/eCommerce/ShoppingBasket.js";
239
- import { default as Ys } from "./Informational/Customer intent/ShoppingCart.js";
240
- import { default as qs } from "./Informational/eCommerce/ShoppingCart.js";
241
- import { default as _s } from "./Actions/Common actions/Shortcut.js";
242
- import { default as em } from "./BIK AI specific/Shorter.js";
243
- import { default as rm } from "./Actions/Selection/SingleChoice.js";
244
- import { default as tm } from "./Informational/Customer intent/SingleChoice.js";
245
- import { default as lm } from "./Social/Social/SlackIcon.js";
246
- import { default as mm } from "./Informational/General/Slash.js";
247
- import { default as dm } from "./Media/Audio/Sleep.js";
248
- import { default as xm } from "./Media/Devices/Smartphone.js";
249
- import { default as im } from "./Social/Channels/SmsV2.js";
250
- import { default as hm } from "./BIK AI specific/Sparkling2Line.js";
251
- import { default as gm } from "./Toggles/General/StarEmpty.js";
252
- import { default as Sm } from "./Toggles/General/StarFilled.js";
253
- import { default as Am } from "./Toggles/General/StarHalf.js";
254
- import { default as Fm } from "./Informational/Store related/Store.js";
255
- import { default as Tm } from "./Informational/Store related/StoreSync.js";
256
- import { default as Im } from "./Actions/Formatting/Subscript.js";
257
- import { default as ym } from "./Actions/Formatting/Superscript.js";
258
- import { default as Vm } from "./Actions/Navigation/Sync.js";
259
- import { default as Dm } from "./Informational/Finance/TablerTicket.js";
260
- import { default as Em } from "./Actions/Common actions/Task.js";
261
- import { default as Wm } from "./Social/Channels/TaskV2.js";
262
- import { default as Gm } from "./Social/Channels/Tasks.js";
263
- import { default as Nm } from "./Actions/Formatting/Text.js";
264
- import { default as jm } from "./Actions/Formatting/TextAlignCenter.js";
265
- import { default as Qm } from "./Actions/Formatting/TextAlignLeft.js";
266
- import { default as Ym } from "./Actions/Formatting/TextAlignRight.js";
267
- import { default as qm } from "./Actions/Formatting/TextBold.js";
268
- import { default as _m } from "./Actions/Formatting/TextItalics.js";
269
- import { default as ep } from "./Actions/Formatting/TextJustify.js";
270
- import { default as rp } from "./Informational/Files and folders/TextMessage.js";
271
- import { default as tp } from "./Actions/Formatting/TextStrikethrough.js";
272
- import { default as lp } from "./Actions/Formatting/TextUnderline.js";
273
- import { default as mp } from "./Actions/Formatting/Textbox.js";
274
- import { default as dp } from "./Legacy - Bikayi specific/Services/Theme.js";
275
- import { default as xp } from "./Informational/Store related/TicketForm.js";
276
- import { default as ip } from "./Informational/General/TicketV2.js";
277
- import { default as hp } from "./Informational/Common UI/Training.js";
278
- import { default as gp } from "./Informational/Location/Truck.js";
279
- import { default as Sp } from "./Social/Social/Twitter.js";
280
- import { default as Ap } from "./Informational/Files and folders/Unarchive.js";
281
- import { default as Fp } from "./Informational/Identity/Union.js";
282
- import { default as Tp } from "./Informational/Identity/Union1.js";
283
- import { default as Ip } from "./Toggles/General/Unlock.js";
284
- import { default as yp } from "./Informational/Customer intent/Unsatisfactory.js";
285
- import { default as Vp } from "./Media/Others/Upload.js";
286
- import { default as Dp } from "./Informational/Identity/User.js";
287
- import { default as Ep } from "./Informational/Identity/UserMinus1.js";
288
- import { default as Wp } from "./Informational/Identity/UserPlus.js";
289
- import { default as Gp } from "./Informational/Customer intent/UserSound.js";
290
- import { default as Np } from "./Media/Visual/VideoCamcorder.js";
291
- import { default as jp } from "./Media/Visual/VideoFilm.js";
292
- import { default as Qp } from "./Media/Audio/VolumeMute.js";
293
- import { default as Yp } from "./Media/Audio/VolumeOneline.js";
294
- import { default as qp } from "./Media/Audio/VolumeTwoline.js";
295
- import { default as _p } from "./Informational/Finance/Wallet.js";
296
- import { default as ed } from "./BIK AI specific/WandSparkles.js";
297
- import { default as rd } from "./Social/Channels/WebPush.js";
298
- import { default as td } from "./BIK AI specific/Webhook.js";
299
- import { default as ld } from "./Social/Channels/WebpushV2.js";
300
- import { default as md } from "./Social/Social/Website.js";
301
- import { default as dd } from "./Social/Channels/WhatsApp.js";
302
- import { default as xd } from "./Social/Channels/WhatsAppCallV2.js";
303
- import { default as id } from "./Social/Channels/WhatsAppV2.js";
304
- import { default as hd } from "./Actions/Navigation/Whatsapp.js";
305
- import { default as gd } from "./Social/Social/Whatsapp.js";
306
- import { default as Sd } from "./Social/Social/WooCommerce.js";
307
- import { default as Ad } from "./Informational/Date and time/WorkingHours.js";
308
- import { default as Fd } from "./BIK AI specific/Write.js";
309
- import { default as Td } from "./Social/Social/Youtube.js";
310
- import { default as Id } from "./Social/Social/Zendesk.js";
234
+ import { default as Ws } from "./Informational/Common UI/Shield.js";
235
+ import { default as Gs } from "./Informational/eCommerce/ShieldCheck.js";
236
+ import { default as Ns } from "./Social/Channels/ShopifyBrand.js";
237
+ import { default as js } from "./Social/Social/ShopifyDefault.js";
238
+ import { default as Qs } from "./Informational/eCommerce/ShoppingBag.js";
239
+ import { default as Ys } from "./Informational/eCommerce/ShoppingBasket.js";
240
+ import { default as qs } from "./Informational/Customer intent/ShoppingCart.js";
241
+ import { default as _s } from "./Informational/eCommerce/ShoppingCart.js";
242
+ import { default as em } from "./Actions/Common actions/Shortcut.js";
243
+ import { default as rm } from "./BIK AI specific/Shorter.js";
244
+ import { default as tm } from "./Actions/Selection/SingleChoice.js";
245
+ import { default as lm } from "./Informational/Customer intent/SingleChoice.js";
246
+ import { default as mm } from "./Social/Social/SlackIcon.js";
247
+ import { default as dm } from "./Informational/General/Slash.js";
248
+ import { default as xm } from "./Media/Audio/Sleep.js";
249
+ import { default as im } from "./Media/Devices/Smartphone.js";
250
+ import { default as hm } from "./Social/Channels/SmsV2.js";
251
+ import { default as gm } from "./BIK AI specific/Sparkling2Line.js";
252
+ import { default as Sm } from "./Toggles/General/StarEmpty.js";
253
+ import { default as Am } from "./Toggles/General/StarFilled.js";
254
+ import { default as Fm } from "./Toggles/General/StarHalf.js";
255
+ import { default as Tm } from "./Informational/Store related/Store.js";
256
+ import { default as Im } from "./Informational/Store related/StoreSync.js";
257
+ import { default as ym } from "./Actions/Formatting/Subscript.js";
258
+ import { default as Vm } from "./Actions/Formatting/Superscript.js";
259
+ import { default as Dm } from "./Actions/Navigation/Sync.js";
260
+ import { default as Em } from "./Informational/Finance/TablerTicket.js";
261
+ import { default as Wm } from "./Actions/Common actions/Task.js";
262
+ import { default as Gm } from "./Social/Channels/TaskV2.js";
263
+ import { default as Nm } from "./Social/Channels/Tasks.js";
264
+ import { default as jm } from "./Actions/Formatting/Text.js";
265
+ import { default as Qm } from "./Actions/Formatting/TextAlignCenter.js";
266
+ import { default as Ym } from "./Actions/Formatting/TextAlignLeft.js";
267
+ import { default as qm } from "./Actions/Formatting/TextAlignRight.js";
268
+ import { default as _m } from "./Actions/Formatting/TextBold.js";
269
+ import { default as ep } from "./Actions/Formatting/TextItalics.js";
270
+ import { default as rp } from "./Actions/Formatting/TextJustify.js";
271
+ import { default as tp } from "./Informational/Files and folders/TextMessage.js";
272
+ import { default as lp } from "./Actions/Formatting/TextStrikethrough.js";
273
+ import { default as mp } from "./Actions/Formatting/TextUnderline.js";
274
+ import { default as dp } from "./Actions/Formatting/Textbox.js";
275
+ import { default as xp } from "./Legacy - Bikayi specific/Services/Theme.js";
276
+ import { default as ip } from "./Informational/Store related/TicketForm.js";
277
+ import { default as hp } from "./Informational/General/TicketV2.js";
278
+ import { default as gp } from "./Informational/Common UI/Training.js";
279
+ import { default as Sp } from "./Informational/Location/Truck.js";
280
+ import { default as Ap } from "./Social/Social/Twitter.js";
281
+ import { default as Fp } from "./Informational/Files and folders/Unarchive.js";
282
+ import { default as Tp } from "./Informational/Identity/Union.js";
283
+ import { default as Ip } from "./Informational/Identity/Union1.js";
284
+ import { default as yp } from "./Toggles/General/Unlock.js";
285
+ import { default as Vp } from "./Informational/Customer intent/Unsatisfactory.js";
286
+ import { default as Dp } from "./Media/Others/Upload.js";
287
+ import { default as Ep } from "./Informational/Identity/User.js";
288
+ import { default as Wp } from "./Informational/Identity/UserMinus1.js";
289
+ import { default as Gp } from "./Informational/Identity/UserPlus.js";
290
+ import { default as Np } from "./Informational/Customer intent/UserSound.js";
291
+ import { default as jp } from "./Media/Visual/VideoCamcorder.js";
292
+ import { default as Qp } from "./Media/Visual/VideoFilm.js";
293
+ import { default as Yp } from "./Media/Audio/VolumeMute.js";
294
+ import { default as qp } from "./Media/Audio/VolumeOneline.js";
295
+ import { default as _p } from "./Media/Audio/VolumeTwoline.js";
296
+ import { default as ed } from "./Informational/Finance/Wallet.js";
297
+ import { default as rd } from "./BIK AI specific/WandSparkles.js";
298
+ import { default as td } from "./Social/Channels/WebPush.js";
299
+ import { default as ld } from "./BIK AI specific/Webhook.js";
300
+ import { default as md } from "./Social/Channels/WebpushV2.js";
301
+ import { default as dd } from "./Social/Social/Website.js";
302
+ import { default as xd } from "./Social/Channels/WhatsApp.js";
303
+ import { default as id } from "./Social/Channels/WhatsAppCallV2.js";
304
+ import { default as hd } from "./Social/Channels/WhatsAppV2.js";
305
+ import { default as gd } from "./Actions/Navigation/Whatsapp.js";
306
+ import { default as Sd } from "./Social/Social/Whatsapp.js";
307
+ import { default as Ad } from "./Social/Social/WooCommerce.js";
308
+ import { default as Fd } from "./Informational/Date and time/WorkingHours.js";
309
+ import { default as Td } from "./BIK AI specific/Write.js";
310
+ import { default as Id } from "./Social/Social/Youtube.js";
311
+ import { default as yd } from "./Social/Social/Zendesk.js";
311
312
  export {
312
313
  r as Activate,
313
314
  t as AddLabel,
@@ -542,82 +543,83 @@ export {
542
543
  Vs as Settings,
543
544
  Ds as Shape,
544
545
  Es as ShareAndroid,
545
- Ws as ShieldCheck,
546
- Gs as ShopifyBrand,
547
- Ns as ShopifyDefault,
548
- js as ShoppingBag,
549
- Qs as ShoppingBasket,
550
- Ys as ShoppingCart,
551
- qs as ShoppingCart2,
552
- _s as Shortcut,
553
- em as Shorter,
554
- rm as SingleChoice,
555
- tm as SingleChoice2,
556
- lm as SlackIcon,
557
- mm as Slash,
558
- dm as Sleep,
559
- xm as Smartphone,
560
- im as SmsV2,
561
- hm as Sparkling2Line,
562
- gm as StarEmpty,
563
- Sm as StarFilled,
564
- Am as StarHalf,
565
- Fm as Store,
566
- Tm as StoreSync,
567
- Im as Subscript,
568
- ym as Superscript,
569
- Vm as Sync,
570
- Dm as TablerTicket,
571
- Em as Task,
572
- Wm as TaskV2,
573
- Gm as Tasks,
574
- Nm as Text,
575
- jm as TextAlignCenter,
576
- Qm as TextAlignLeft,
577
- Ym as TextAlignRight,
578
- qm as TextBold,
579
- _m as TextItalics,
580
- ep as TextJustify,
581
- rp as TextMessage,
582
- tp as TextStrikethrough,
583
- lp as TextUnderline,
584
- mp as Textbox,
585
- dp as Theme,
586
- xp as TicketForm,
587
- ip as TicketV2,
588
- hp as Training,
589
- gp as Truck,
590
- Sp as Twitter,
591
- Ap as Unarchive,
592
- Fp as Union,
593
- Tp as Union1,
594
- Ip as Unlock,
595
- yp as Unsatisfactory,
596
- Vp as Upload,
597
- Dp as User,
598
- Ep as UserMinus1,
599
- Wp as UserPlus,
600
- Gp as UserSound,
601
- Np as VideoCamcorder,
602
- jp as VideoFilm,
603
- Qp as VolumeMute,
604
- Yp as VolumeOneline,
605
- qp as VolumeTwoline,
606
- _p as Wallet,
607
- ed as WandSparkles,
608
- rd as WebPush,
609
- td as Webhook,
610
- ld as WebpushV2,
611
- md as Website,
612
- dd as WhatsApp,
613
- xd as WhatsAppCallV2,
614
- id as WhatsAppV2,
615
- hd as Whatsapp,
616
- gd as Whatsapp2,
617
- Sd as WooCommerce,
618
- Ad as WorkingHours,
619
- Fd as Write,
620
- Td as Youtube,
621
- Id as Zendesk
546
+ Ws as Shield,
547
+ Gs as ShieldCheck,
548
+ Ns as ShopifyBrand,
549
+ js as ShopifyDefault,
550
+ Qs as ShoppingBag,
551
+ Ys as ShoppingBasket,
552
+ qs as ShoppingCart,
553
+ _s as ShoppingCart2,
554
+ em as Shortcut,
555
+ rm as Shorter,
556
+ tm as SingleChoice,
557
+ lm as SingleChoice2,
558
+ mm as SlackIcon,
559
+ dm as Slash,
560
+ xm as Sleep,
561
+ im as Smartphone,
562
+ hm as SmsV2,
563
+ gm as Sparkling2Line,
564
+ Sm as StarEmpty,
565
+ Am as StarFilled,
566
+ Fm as StarHalf,
567
+ Tm as Store,
568
+ Im as StoreSync,
569
+ ym as Subscript,
570
+ Vm as Superscript,
571
+ Dm as Sync,
572
+ Em as TablerTicket,
573
+ Wm as Task,
574
+ Gm as TaskV2,
575
+ Nm as Tasks,
576
+ jm as Text,
577
+ Qm as TextAlignCenter,
578
+ Ym as TextAlignLeft,
579
+ qm as TextAlignRight,
580
+ _m as TextBold,
581
+ ep as TextItalics,
582
+ rp as TextJustify,
583
+ tp as TextMessage,
584
+ lp as TextStrikethrough,
585
+ mp as TextUnderline,
586
+ dp as Textbox,
587
+ xp as Theme,
588
+ ip as TicketForm,
589
+ hp as TicketV2,
590
+ gp as Training,
591
+ Sp as Truck,
592
+ Ap as Twitter,
593
+ Fp as Unarchive,
594
+ Tp as Union,
595
+ Ip as Union1,
596
+ yp as Unlock,
597
+ Vp as Unsatisfactory,
598
+ Dp as Upload,
599
+ Ep as User,
600
+ Wp as UserMinus1,
601
+ Gp as UserPlus,
602
+ Np as UserSound,
603
+ jp as VideoCamcorder,
604
+ Qp as VideoFilm,
605
+ Yp as VolumeMute,
606
+ qp as VolumeOneline,
607
+ _p as VolumeTwoline,
608
+ ed as Wallet,
609
+ rd as WandSparkles,
610
+ td as WebPush,
611
+ ld as Webhook,
612
+ md as WebpushV2,
613
+ dd as Website,
614
+ xd as WhatsApp,
615
+ id as WhatsAppCallV2,
616
+ hd as WhatsAppV2,
617
+ gd as Whatsapp,
618
+ Sd as Whatsapp2,
619
+ Ad as WooCommerce,
620
+ Fd as WorkingHours,
621
+ Td as Write,
622
+ Id as Youtube,
623
+ yd as Zendesk
622
624
  };
623
625
  //# 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.841-beta.0",
3
+ "version": "0.0.841",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",