@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.
- 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 +51 -39
- package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/AgentBuilderFooter.js +1 -1
- package/dist/cjs/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/AgentBuilderTopBar.js +1 -1
- package/dist/cjs/components/agent-builder/components/AgentBuilderTopBar.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/ConfigToolPanel.js +2 -2
- package/dist/cjs/components/agent-builder/components/ConfigToolPanel.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +1 -1
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/DiscardModal.js +1 -1
- package/dist/cjs/components/agent-builder/components/DiscardModal.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 +1 -1
- package/dist/cjs/components/agent-builder/components/MentionEditor.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionPicker.js +22 -22
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/RestApiToolPanel.js +4 -4
- package/dist/cjs/components/agent-builder/components/RestApiToolPanel.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js +6 -6
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/StepSectionHeader.js +1 -1
- package/dist/cjs/components/agent-builder/components/StepSectionHeader.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/Step2WhenItStepsIn.js +3 -1
- 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 +5 -3
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/cjs/components/agent-listing/AgentListing.js +1 -1
- package/dist/cjs/components/agent-listing/AgentListing.js.map +1 -1
- package/dist/cjs/components/agent-listing/AgentTable.js +1 -1
- package/dist/cjs/components/agent-listing/AgentTable.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/components/agent-listing/AgentTableShimmer.js +2 -0
- package/dist/cjs/components/agent-listing/AgentTableShimmer.js.map +1 -0
- package/dist/cjs/components/agent-listing/DeleteAgentModal.js +1 -1
- package/dist/cjs/components/agent-listing/DeleteAgentModal.js.map +1 -1
- package/dist/cjs/components/avatar/Avatar.js +1 -1
- package/dist/cjs/components/avatar/Avatar.js.map +1 -1
- package/dist/cjs/components/avatar/Avatar.styled.js +4 -12
- package/dist/cjs/components/avatar/Avatar.styled.js.map +1 -1
- package/dist/cjs/components/button/Button.styled.js +1 -0
- package/dist/cjs/components/button/Button.styled.js.map +1 -1
- package/dist/cjs/components/dropdown/Dropdown.js +1 -1
- package/dist/cjs/components/dropdown/Dropdown.js.map +1 -1
- package/dist/cjs/editor/BikEditor.js +1 -1
- package/dist/cjs/editor/BikEditor.js.map +1 -1
- package/dist/cjs/editor/BikEditor.styles.js +97 -54
- package/dist/cjs/editor/BikEditor.styles.js.map +1 -1
- package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js +3 -3
- package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -1
- package/dist/cjs/icons/Informational/Common UI/Shield.js +2 -0
- package/dist/cjs/icons/Informational/Common UI/Shield.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.js +106 -102
- package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +3 -6
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js +118 -106
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/esm/components/agent-builder/__fixtures__/agentValue.d.ts +11 -0
- package/dist/esm/components/agent-builder/components/AgentBuilderFooter.js +29 -21
- package/dist/esm/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
- package/dist/esm/components/agent-builder/components/AgentBuilderTopBar.js +27 -26
- package/dist/esm/components/agent-builder/components/AgentBuilderTopBar.js.map +1 -1
- package/dist/esm/components/agent-builder/components/ConfigToolPanel.js +25 -25
- package/dist/esm/components/agent-builder/components/ConfigToolPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +24 -23
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/components/DiscardModal.d.ts +3 -1
- package/dist/esm/components/agent-builder/components/DiscardModal.js +33 -24
- package/dist/esm/components/agent-builder/components/DiscardModal.js.map +1 -1
- package/dist/esm/components/agent-builder/components/GoLiveModal.js +23 -21
- package/dist/esm/components/agent-builder/components/GoLiveModal.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionEditor.js +19 -19
- package/dist/esm/components/agent-builder/components/MentionEditor.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionPicker.js +174 -144
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/components/RestApiToolPanel.d.ts +2 -0
- package/dist/esm/components/agent-builder/components/RestApiToolPanel.js +111 -105
- package/dist/esm/components/agent-builder/components/RestApiToolPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/components/SelectableListSection.d.ts +13 -4
- package/dist/esm/components/agent-builder/components/SelectableListSection.js +161 -136
- package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/esm/components/agent-builder/components/StepSectionHeader.js +7 -7
- package/dist/esm/components/agent-builder/components/StepSectionHeader.js.map +1 -1
- package/dist/esm/components/agent-builder/constants/tools.js +6 -6
- package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +104 -103
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js +101 -102
- package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +146 -144
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js +23 -79
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js +35 -23
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentListing.js +65 -65
- package/dist/esm/components/agent-listing/AgentListing.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentTable.d.ts +2 -0
- package/dist/esm/components/agent-listing/AgentTable.js +16 -15
- package/dist/esm/components/agent-listing/AgentTable.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentTableRow.js +11 -11
- package/dist/esm/components/agent-listing/AgentTableRow.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentTableShimmer.d.ts +12 -0
- package/dist/esm/components/agent-listing/AgentTableShimmer.js +20 -0
- package/dist/esm/components/agent-listing/AgentTableShimmer.js.map +1 -0
- package/dist/esm/components/agent-listing/DeleteAgentModal.js +8 -8
- package/dist/esm/components/agent-listing/DeleteAgentModal.js.map +1 -1
- package/dist/esm/components/agent-listing/__fixtures__/agents.d.ts +3 -0
- package/dist/esm/components/avatar/Avatar.d.ts +1 -2
- package/dist/esm/components/avatar/Avatar.js +24 -34
- package/dist/esm/components/avatar/Avatar.js.map +1 -1
- package/dist/esm/components/avatar/Avatar.styled.d.ts +0 -1
- package/dist/esm/components/avatar/Avatar.styled.js +8 -17
- package/dist/esm/components/avatar/Avatar.styled.js.map +1 -1
- package/dist/esm/components/button/Button.styled.js +25 -19
- package/dist/esm/components/button/Button.styled.js.map +1 -1
- package/dist/esm/components/dropdown/Dropdown.js +18 -13
- package/dist/esm/components/dropdown/Dropdown.js.map +1 -1
- package/dist/esm/editor/BikEditor.js +173 -160
- package/dist/esm/editor/BikEditor.js.map +1 -1
- package/dist/esm/editor/BikEditor.styles.d.ts +20 -3
- package/dist/esm/editor/BikEditor.styles.js +102 -57
- package/dist/esm/editor/BikEditor.styles.js.map +1 -1
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.d.ts +5 -8
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js +87 -68
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -1
- package/dist/esm/icons/Informational/Common UI/Shield.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Shield.js +34 -0
- package/dist/esm/icons/Informational/Common UI/Shield.js.map +1 -0
- package/dist/esm/icons/Informational/Common UI/index.d.ts +1 -0
- package/dist/esm/icons/index.d.ts +1 -1
- package/dist/esm/icons/index.js +156 -154
- package/dist/esm/icons/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/icons/index.js
CHANGED
|
@@ -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/
|
|
235
|
-
import { default as Gs } from "./
|
|
236
|
-
import { default as Ns } from "./Social/
|
|
237
|
-
import { default as js } from "./
|
|
238
|
-
import { default as Qs } from "./Informational/eCommerce/
|
|
239
|
-
import { default as Ys } from "./Informational/
|
|
240
|
-
import { default as qs } from "./Informational/
|
|
241
|
-
import { default as _s } from "./
|
|
242
|
-
import { default as em } from "./
|
|
243
|
-
import { default as rm } from "./
|
|
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 "./Media/
|
|
249
|
-
import { default as im } from "./
|
|
250
|
-
import { default as hm } from "./
|
|
251
|
-
import { default as gm } from "./
|
|
252
|
-
import { default as Sm } from "./Toggles/General/
|
|
253
|
-
import { default as Am } from "./Toggles/General/
|
|
254
|
-
import { default as Fm } from "./
|
|
255
|
-
import { default as Tm } from "./Informational/Store related/
|
|
256
|
-
import { default as Im } from "./
|
|
257
|
-
import { default as ym } from "./Actions/Formatting/
|
|
258
|
-
import { default as Vm } from "./Actions/
|
|
259
|
-
import { default as Dm } from "./
|
|
260
|
-
import { default as Em } from "./
|
|
261
|
-
import { default as Wm } from "./
|
|
262
|
-
import { default as Gm } from "./Social/Channels/
|
|
263
|
-
import { default as Nm } from "./
|
|
264
|
-
import { default as jm } from "./Actions/Formatting/
|
|
265
|
-
import { default as Qm } from "./Actions/Formatting/
|
|
266
|
-
import { default as Ym } from "./Actions/Formatting/
|
|
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 "./
|
|
271
|
-
import { default as tp } from "./
|
|
272
|
-
import { default as lp } from "./Actions/Formatting/
|
|
273
|
-
import { default as mp } from "./Actions/Formatting/
|
|
274
|
-
import { default as dp } from "./
|
|
275
|
-
import { default as xp } from "./
|
|
276
|
-
import { default as ip } from "./Informational/
|
|
277
|
-
import { default as hp } from "./Informational/
|
|
278
|
-
import { default as gp } from "./Informational/
|
|
279
|
-
import { default as Sp } from "./
|
|
280
|
-
import { default as Ap } from "./
|
|
281
|
-
import { default as Fp } from "./Informational/
|
|
282
|
-
import { default as Tp } from "./Informational/Identity/
|
|
283
|
-
import { default as Ip } from "./
|
|
284
|
-
import { default as yp } from "./
|
|
285
|
-
import { default as Vp } from "./
|
|
286
|
-
import { default as Dp } from "./
|
|
287
|
-
import { default as Ep } from "./Informational/Identity/
|
|
288
|
-
import { default as Wp } from "./Informational/Identity/
|
|
289
|
-
import { default as Gp } from "./Informational/
|
|
290
|
-
import { default as Np } from "./
|
|
291
|
-
import { default as jp } from "./Media/Visual/
|
|
292
|
-
import { default as Qp } from "./Media/
|
|
293
|
-
import { default as Yp } from "./Media/Audio/
|
|
294
|
-
import { default as qp } from "./Media/Audio/
|
|
295
|
-
import { default as _p } from "./
|
|
296
|
-
import { default as ed } from "./
|
|
297
|
-
import { default as rd } from "./
|
|
298
|
-
import { default as td } from "./
|
|
299
|
-
import { default as ld } from "./
|
|
300
|
-
import { default as md } from "./Social/
|
|
301
|
-
import { default as dd } from "./Social/
|
|
302
|
-
import { default as xd } from "./Social/Channels/
|
|
303
|
-
import { default as id } from "./Social/Channels/
|
|
304
|
-
import { default as hd } from "./
|
|
305
|
-
import { default as gd } from "./
|
|
306
|
-
import { default as Sd } from "./Social/Social/
|
|
307
|
-
import { default as Ad } from "./
|
|
308
|
-
import { default as Fd } from "./
|
|
309
|
-
import { default as Td } from "./
|
|
310
|
-
import { default as Id } from "./Social/Social/
|
|
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
|
|
546
|
-
Gs as
|
|
547
|
-
Ns as
|
|
548
|
-
js as
|
|
549
|
-
Qs as
|
|
550
|
-
Ys as
|
|
551
|
-
qs as
|
|
552
|
-
_s as
|
|
553
|
-
em as
|
|
554
|
-
rm as
|
|
555
|
-
tm as
|
|
556
|
-
lm as
|
|
557
|
-
mm as
|
|
558
|
-
dm as
|
|
559
|
-
xm as
|
|
560
|
-
im as
|
|
561
|
-
hm as
|
|
562
|
-
gm as
|
|
563
|
-
Sm as
|
|
564
|
-
Am as
|
|
565
|
-
Fm as
|
|
566
|
-
Tm as
|
|
567
|
-
Im as
|
|
568
|
-
ym as
|
|
569
|
-
Vm as
|
|
570
|
-
Dm as
|
|
571
|
-
Em as
|
|
572
|
-
Wm as
|
|
573
|
-
Gm as
|
|
574
|
-
Nm as
|
|
575
|
-
jm as
|
|
576
|
-
Qm as
|
|
577
|
-
Ym as
|
|
578
|
-
qm as
|
|
579
|
-
_m as
|
|
580
|
-
ep as
|
|
581
|
-
rp as
|
|
582
|
-
tp as
|
|
583
|
-
lp as
|
|
584
|
-
mp as
|
|
585
|
-
dp as
|
|
586
|
-
xp as
|
|
587
|
-
ip as
|
|
588
|
-
hp as
|
|
589
|
-
gp as
|
|
590
|
-
Sp as
|
|
591
|
-
Ap as
|
|
592
|
-
Fp as
|
|
593
|
-
Tp as
|
|
594
|
-
Ip as
|
|
595
|
-
yp as
|
|
596
|
-
Vp as
|
|
597
|
-
Dp as
|
|
598
|
-
Ep as
|
|
599
|
-
Wp as
|
|
600
|
-
Gp as
|
|
601
|
-
Np as
|
|
602
|
-
jp as
|
|
603
|
-
Qp as
|
|
604
|
-
Yp as
|
|
605
|
-
qp as
|
|
606
|
-
_p as
|
|
607
|
-
ed as
|
|
608
|
-
rd as
|
|
609
|
-
td as
|
|
610
|
-
ld as
|
|
611
|
-
md as
|
|
612
|
-
dd as
|
|
613
|
-
xd as
|
|
614
|
-
id as
|
|
615
|
-
hd as
|
|
616
|
-
gd as
|
|
617
|
-
Sd as
|
|
618
|
-
Ad as
|
|
619
|
-
Fd as
|
|
620
|
-
Td as
|
|
621
|
-
Id as
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|