@bikdotai/bik-component-library 0.0.840 → 0.0.841-beta.1
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 +28 -22
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js +2 -0
- package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js.map +1 -0
- 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/button/Button.styled.js +1 -0
- package/dist/cjs/components/button/Button.styled.js.map +1 -1
- package/dist/cjs/components/card-selector/CardSelector.js +1 -1
- package/dist/cjs/components/card-selector/CardSelector.js.map +1 -1
- package/dist/cjs/components/card-selector/CardSelectorGroup.js +1 -1
- package/dist/cjs/components/card-selector/CardSelectorGroup.js.map +1 -1
- package/dist/cjs/components/carousel/carousel.js +2 -2
- package/dist/cjs/components/carousel/carousel.js.map +1 -1
- package/dist/cjs/components/checkBox/CheckBox.js +1 -1
- package/dist/cjs/components/checkBox/CheckBox.js.map +1 -1
- package/dist/cjs/components/code-block/CodeBlock.js +2 -2
- package/dist/cjs/components/code-block/CodeBlock.js.map +1 -1
- package/dist/cjs/components/colourInput/ColourInput.js +1 -1
- package/dist/cjs/components/colourInput/ColourInput.js.map +1 -1
- package/dist/cjs/components/dot-pulse/DotPulse.js +3 -3
- package/dist/cjs/components/dot-pulse/DotPulse.js.map +1 -1
- package/dist/cjs/components/dropShadow/DropShadow.js +1 -1
- package/dist/cjs/components/dropShadow/DropShadow.js.map +1 -1
- package/dist/cjs/components/dropdown/ChipInput.js +1 -1
- package/dist/cjs/components/dropdown/ChipInput.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/components/dropdown/DropdownPopover/index.js +1 -1
- package/dist/cjs/components/dropdown/DropdownPopover/index.js.map +1 -1
- package/dist/cjs/components/floater/floater.js +1 -1
- package/dist/cjs/components/floater/floater.js.map +1 -1
- package/dist/cjs/components/modals/styledModal.js +2 -2
- package/dist/cjs/components/modals/styledModal.js.map +1 -1
- package/dist/cjs/components/pagination/Pagination.js +1 -1
- package/dist/cjs/components/pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/progress-bar/CircularProgressBar.js +1 -1
- package/dist/cjs/components/progress-bar/CircularProgressBar.js.map +1 -1
- package/dist/cjs/components/progress-bar/ProgressBarComponent.js +2 -2
- package/dist/cjs/components/progress-bar/ProgressBarComponent.js.map +1 -1
- package/dist/cjs/components/progress-bar-v2/ProgressBarV2.js +17 -17
- package/dist/cjs/components/progress-bar-v2/ProgressBarV2.js.map +1 -1
- package/dist/cjs/components/shimmer-image/ShimmerImage.js +1 -1
- package/dist/cjs/components/shimmer-image/ShimmerImage.js.map +1 -1
- package/dist/cjs/components/spinner/Spinner.js +3 -3
- package/dist/cjs/components/spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/states/StateComponent.js +1 -1
- package/dist/cjs/components/states/StateComponent.js.map +1 -1
- package/dist/cjs/components/stepper/Stepper.js +1 -1
- package/dist/cjs/components/stepper/Stepper.js.map +1 -1
- package/dist/cjs/components/testimonial-card/TestimonialCard.js +1 -1
- package/dist/cjs/components/testimonial-card/TestimonialCard.js.map +1 -1
- package/dist/cjs/components/unsatisfactory-response-list/UnsatisfactoryResponseList.js +1 -1
- package/dist/cjs/components/unsatisfactory-response-list/UnsatisfactoryResponseList.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.model.d.ts +31 -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 +205 -154
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/components/RequireVerificationModal.d.ts +18 -0
- package/dist/esm/components/agent-builder/components/RequireVerificationModal.js +74 -0
- package/dist/esm/components/agent-builder/components/RequireVerificationModal.js.map +1 -0
- 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 +18 -4
- package/dist/esm/components/agent-builder/components/SelectableListSection.js +174 -138
- 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 +289 -205
- 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.d.ts +2 -0
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js +59 -46
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentListing.js +70 -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/button/Button.styled.js +25 -19
- package/dist/esm/components/button/Button.styled.js.map +1 -1
- package/dist/esm/components/card-selector/CardSelector.js +11 -9
- package/dist/esm/components/card-selector/CardSelector.js.map +1 -1
- package/dist/esm/components/card-selector/CardSelectorGroup.js +1 -0
- package/dist/esm/components/card-selector/CardSelectorGroup.js.map +1 -1
- package/dist/esm/components/carousel/carousel.js +8 -8
- package/dist/esm/components/carousel/carousel.js.map +1 -1
- package/dist/esm/components/checkBox/CheckBox.js +8 -5
- package/dist/esm/components/checkBox/CheckBox.js.map +1 -1
- package/dist/esm/components/code-block/CodeBlock.js +14 -14
- package/dist/esm/components/code-block/CodeBlock.js.map +1 -1
- package/dist/esm/components/colourInput/ColourInput.js +11 -10
- package/dist/esm/components/colourInput/ColourInput.js.map +1 -1
- package/dist/esm/components/dot-pulse/DotPulse.js +15 -15
- package/dist/esm/components/dot-pulse/DotPulse.js.map +1 -1
- package/dist/esm/components/dropShadow/DropShadow.js +6 -6
- package/dist/esm/components/dropShadow/DropShadow.js.map +1 -1
- package/dist/esm/components/dropdown/ChipInput.js +10 -9
- package/dist/esm/components/dropdown/ChipInput.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/components/dropdown/DropdownPopover/index.js +26 -25
- package/dist/esm/components/dropdown/DropdownPopover/index.js.map +1 -1
- package/dist/esm/components/floater/floater.js +14 -13
- package/dist/esm/components/floater/floater.js.map +1 -1
- package/dist/esm/components/modals/styledModal.js +6 -5
- package/dist/esm/components/modals/styledModal.js.map +1 -1
- package/dist/esm/components/pagination/Pagination.js +7 -7
- package/dist/esm/components/pagination/Pagination.js.map +1 -1
- package/dist/esm/components/progress-bar/CircularProgressBar.js +61 -50
- package/dist/esm/components/progress-bar/CircularProgressBar.js.map +1 -1
- package/dist/esm/components/progress-bar/ProgressBarComponent.js +14 -13
- package/dist/esm/components/progress-bar/ProgressBarComponent.js.map +1 -1
- package/dist/esm/components/progress-bar-v2/ProgressBarV2.js +57 -39
- package/dist/esm/components/progress-bar-v2/ProgressBarV2.js.map +1 -1
- package/dist/esm/components/shimmer-image/ShimmerImage.js +19 -18
- package/dist/esm/components/shimmer-image/ShimmerImage.js.map +1 -1
- package/dist/esm/components/spinner/Spinner.js +19 -11
- package/dist/esm/components/spinner/Spinner.js.map +1 -1
- package/dist/esm/components/states/StateComponent.js +47 -30
- package/dist/esm/components/states/StateComponent.js.map +1 -1
- package/dist/esm/components/stepper/Stepper.js +24 -16
- package/dist/esm/components/stepper/Stepper.js.map +1 -1
- package/dist/esm/components/testimonial-card/TestimonialCard.js +5 -4
- package/dist/esm/components/testimonial-card/TestimonialCard.js.map +1 -1
- package/dist/esm/components/unsatisfactory-response-list/UnsatisfactoryResponseList.js +19 -18
- package/dist/esm/components/unsatisfactory-response-list/UnsatisfactoryResponseList.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 +6 -0
- package/dist/esm/icons/Informational/Common UI/Shield.js +33 -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/Media/Visual/index.d.ts +0 -2
- package/dist/esm/icons/index.d.ts +25 -25
- package/dist/esm/icons/index.js +418 -420
- package/dist/esm/icons/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js +0 -2
- package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +0 -1
- package/dist/cjs/icons/Media/Visual/FormkitSad.js +0 -2
- package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +0 -1
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js +0 -58
- package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +0 -1
- package/dist/esm/icons/Media/Visual/FormkitSad.js +0 -61
- package/dist/esm/icons/Media/Visual/FormkitSad.js.map +0 -1
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as r } from "./Actions/Common actions/Activate.js";
|
|
2
2
|
import { default as t } from "./Informational/eCommerce/AddLabel.js";
|
|
3
3
|
import { default as l } from "./Informational/Location/Address.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as p } from "./BIK AI specific/AiEmoji.js";
|
|
5
5
|
import { default as d } from "./BIK AI specific/AiIcon.js";
|
|
6
6
|
import { default as x } from "./BIK AI specific/AiRobot.js";
|
|
7
7
|
import { default as i } from "./Informational/General/AlertTriangle.js";
|
|
@@ -9,7 +9,7 @@ import { default as h } from "./Informational/Store related/AllProduct.js";
|
|
|
9
9
|
import { default as g } from "./Informational/Files and folders/Archive1.js";
|
|
10
10
|
import { default as S } from "./Arrows/Normal arrows/ArrowDown.js";
|
|
11
11
|
import { default as A } from "./Arrows/Normal arrows/ArrowDownLeft.js";
|
|
12
|
-
import { default as
|
|
12
|
+
import { default as w } from "./Arrows/Normal arrows/ArrowDownRight.js";
|
|
13
13
|
import { default as T } from "./Arrows/Normal arrows/ArrowLeft.js";
|
|
14
14
|
import { default as I } from "./Actions/Navigation/ArrowRedo.js";
|
|
15
15
|
import { default as y } from "./Arrows/Normal arrows/ArrowRight.js";
|
|
@@ -28,7 +28,7 @@ import { default as ee } from "./Informational/General/BookOpenText.js";
|
|
|
28
28
|
import { default as re } from "./Legacy - Bikayi specific/Categories/Box.js";
|
|
29
29
|
import { default as te } from "./Legacy - Bikayi specific/Categories/Box2.js";
|
|
30
30
|
import { default as le } from "./Informational/Common UI/Bulb.js";
|
|
31
|
-
import { default as
|
|
31
|
+
import { default as pe } from "./Legacy - Bikayi specific/Services/Businesscard.js";
|
|
32
32
|
import { default as de } from "./Informational/Date and time/Calendar.js";
|
|
33
33
|
import { default as xe } from "./Informational/Date and time/CalendarAdd.js";
|
|
34
34
|
import { default as ie } from "./Informational/Date and time/CalendarCheck.js";
|
|
@@ -36,7 +36,7 @@ import { default as he } from "./Media/Visual/Camera.js";
|
|
|
36
36
|
import { default as ge } from "./Media/Visual/CameraAdd.js";
|
|
37
37
|
import { default as Se } from "./Arrows/Carat/CaratDown.js";
|
|
38
38
|
import { default as Ae } from "./Arrows/Carat/CaratLeft.js";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as we } from "./Arrows/Carat/CaratRight.js";
|
|
40
40
|
import { default as Te } from "./Arrows/Carat/CaratUp.js";
|
|
41
41
|
import { default as Ie } from "./Informational/Finance/CashOnDelivery.js";
|
|
42
42
|
import { default as ye } from "./Informational/Finance/ChartLine.js";
|
|
@@ -55,7 +55,7 @@ import { default as eo } from "./Arrows/Double chevron/ChevronDoubleUp.js";
|
|
|
55
55
|
import { default as ro } from "./Arrows/Chevron/ChevronDown.js";
|
|
56
56
|
import { default as to } from "./Arrows/Chevron/ChevronLeft.js";
|
|
57
57
|
import { default as lo } from "./Arrows/Chevron/ChevronRight.js";
|
|
58
|
-
import { default as
|
|
58
|
+
import { default as po } from "./Arrows/Chevron/ChevronUp.js";
|
|
59
59
|
import { default as uo } from "./Informational/eCommerce/Click.js";
|
|
60
60
|
import { default as no } from "./Informational/Store related/Clipboard.js";
|
|
61
61
|
import { default as co } from "./Informational/Customer intent/ClipboardCheck.js";
|
|
@@ -63,7 +63,7 @@ import { default as Co } from "./Informational/Store related/ClipboardCheck.js";
|
|
|
63
63
|
import { default as ko } from "./Informational/Date and time/Clock.js";
|
|
64
64
|
import { default as Mo } from "./Informational/General/CloseTicket1.js";
|
|
65
65
|
import { default as bo } from "./Actions/Common actions/Code.js";
|
|
66
|
-
import { default as
|
|
66
|
+
import { default as Fo } from "./Informational/Identity/Contacts.js";
|
|
67
67
|
import { default as Po } from "./Actions/Formatting/Copy.js";
|
|
68
68
|
import { default as Ro } from "./Informational/Finance/CreditCard.js";
|
|
69
69
|
import { default as Lo } from "./Media/Visual/Crop.js";
|
|
@@ -82,7 +82,7 @@ import { default as or } from "./Social/Channels/Email.js";
|
|
|
82
82
|
import { default as ar } from "./Social/Channels/EmailMarketing.js";
|
|
83
83
|
import { default as fr } from "./Social/Social/EmailMarketing.js";
|
|
84
84
|
import { default as sr } from "./Social/Channels/EmailMarketingV2.js";
|
|
85
|
-
import { default as
|
|
85
|
+
import { default as mr } from "./Social/Channels/EmailV2.js";
|
|
86
86
|
import { default as ur } from "./Media/Others/EmojiSmile.js";
|
|
87
87
|
import { default as nr } from "./Informational/General/Error.js";
|
|
88
88
|
import { default as cr } from "./Informational/Files and folders/Excel.js";
|
|
@@ -90,7 +90,7 @@ import { default as Cr } from "./BIK AI specific/Expand.js";
|
|
|
90
90
|
import { default as kr } from "./Informational/Customer intent/Experimental.js";
|
|
91
91
|
import { default as Mr } from "./Toggles/General/Eye.js";
|
|
92
92
|
import { default as br } from "./Toggles/General/EyeClosed.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as Fr } from "./Toggles/General/EyeOff.js";
|
|
94
94
|
import { default as Pr } from "./Social/Channels/Facebook.js";
|
|
95
95
|
import { default as Rr } from "./Social/Social/Facebook.js";
|
|
96
96
|
import { default as Lr } from "./Social/Channels/FacebookComment.js";
|
|
@@ -106,213 +106,212 @@ import { default as Zr } from "./Media/Visual/FlashOff.js";
|
|
|
106
106
|
import { default as Xr } from "./Media/Visual/FlashOn.js";
|
|
107
107
|
import { default as $r } from "./Informational/Files and folders/Folder.js";
|
|
108
108
|
import { default as oa } from "./Media/Visual/FormkitHappy.js";
|
|
109
|
-
import { default as aa } from "./
|
|
110
|
-
import { default as fa } from "./
|
|
111
|
-
import { default as sa } from "./
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as ua } from "./
|
|
114
|
-
import { default as na } from "./BIK AI specific/
|
|
115
|
-
import { default as ca } from "./BIK AI specific/
|
|
116
|
-
import { default as Ca } from "./
|
|
117
|
-
import { default as ka } from "./BIK AI specific/
|
|
118
|
-
import { default as Ma } from "./
|
|
119
|
-
import { default as ba } from "./
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as Pa } from "./
|
|
122
|
-
import { default as Ra } from "./
|
|
123
|
-
import { default as La } from "./Social/
|
|
124
|
-
import { default as va } from "./
|
|
125
|
-
import { default as Ua } from "./
|
|
126
|
-
import { default as Ba } from "./
|
|
127
|
-
import { default as Ha } from "./Informational/
|
|
128
|
-
import { default as Oa } from "./
|
|
129
|
-
import { default as za } from "./
|
|
130
|
-
import { default as Ja } from "./
|
|
131
|
-
import { default as Ka } from "./
|
|
132
|
-
import { default as Za } from "./Informational/
|
|
133
|
-
import { default as Xa } from "./Informational/General/
|
|
134
|
-
import { default as $a } from "./Informational/
|
|
135
|
-
import { default as ot } from "./
|
|
136
|
-
import { default as at } from "./Informational/
|
|
137
|
-
import { default as ft } from "./Media/Visual/
|
|
138
|
-
import { default as st } from "./
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as ut } from "./
|
|
141
|
-
import { default as nt } from "./
|
|
142
|
-
import { default as ct } from "./
|
|
143
|
-
import { default as Ct } from "./
|
|
144
|
-
import { default as kt } from "./Social/Channels/
|
|
145
|
-
import { default as Mt } from "./Social/
|
|
146
|
-
import { default as bt } from "./Social/Channels/
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as Pt } from "./
|
|
149
|
-
import { default as Rt } from "./
|
|
150
|
-
import { default as Lt } from "./
|
|
151
|
-
import { default as vt } from "./
|
|
152
|
-
import { default as Ut } from "./
|
|
153
|
-
import { default as Bt } from "./Informational/
|
|
154
|
-
import { default as Ht } from "./
|
|
155
|
-
import { default as Ot } from "./
|
|
156
|
-
import { default as zt } from "./
|
|
157
|
-
import { default as Jt } from "./
|
|
158
|
-
import { default as Kt } from "./
|
|
159
|
-
import { default as Zt } from "./
|
|
160
|
-
import { default as Xt } from "./
|
|
161
|
-
import { default as $t } from "./
|
|
162
|
-
import { default as of } from "./
|
|
163
|
-
import { default as af } from "./
|
|
164
|
-
import { default as ff } from "./Informational/
|
|
165
|
-
import { default as sf } from "./Informational/Common UI/
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as uf } from "./
|
|
168
|
-
import { default as nf } from "./Social/Channels/
|
|
169
|
-
import { default as hf } from "./
|
|
170
|
-
import { default as gf } from "./
|
|
171
|
-
import { default as Sf } from "./
|
|
172
|
-
import { default as Af } from "./
|
|
173
|
-
import { default as
|
|
174
|
-
import { default as Tf } from "./Social/Channels/
|
|
175
|
-
import { default as If } from "./Social/Channels/
|
|
176
|
-
import { default as yf } from "./Social/Channels/
|
|
177
|
-
import { default as Vf } from "./Social/Channels/
|
|
178
|
-
import { default as Df } from "./Social/Channels/
|
|
179
|
-
import { default as Ef } from "./Social/Channels/
|
|
180
|
-
import { default as Wf } from "./Social/Channels/
|
|
181
|
-
import { default as Gf } from "./
|
|
182
|
-
import { default as Nf } from "./
|
|
183
|
-
import { default as jf } from "./Informational/
|
|
184
|
-
import { default as Qf } from "./
|
|
185
|
-
import { default as Yf } from "./
|
|
186
|
-
import { default as qf } from "./
|
|
187
|
-
import { default as _f } from "./
|
|
188
|
-
import { default as el } from "./
|
|
189
|
-
import { default as rl } from "./
|
|
190
|
-
import { default as tl } from "./Actions/
|
|
191
|
-
import { default as ll } from "./
|
|
192
|
-
import { default as
|
|
193
|
-
import { default as dl } from "./
|
|
194
|
-
import { default as xl } from "./
|
|
195
|
-
import { default as il } from "./
|
|
196
|
-
import { default as hl } from "./
|
|
197
|
-
import { default as gl } from "./
|
|
198
|
-
import { default as Sl } from "./Informational/
|
|
199
|
-
import { default as Al } from "./Informational/
|
|
200
|
-
import { default as
|
|
201
|
-
import { default as Tl } from "./
|
|
202
|
-
import { default as Il } from "./Informational/
|
|
203
|
-
import { default as yl } from "./
|
|
204
|
-
import { default as Vl } from "./
|
|
205
|
-
import { default as Dl } from "./
|
|
206
|
-
import { default as El } from "./
|
|
207
|
-
import { default as Wl } from "./
|
|
208
|
-
import { default as Gl } from "./
|
|
209
|
-
import { default as Nl } from "./Informational/
|
|
210
|
-
import { default as jl } from "./
|
|
211
|
-
import { default as Ql } from "./
|
|
212
|
-
import { default as Yl } from "./
|
|
213
|
-
import { default as ql } from "./
|
|
214
|
-
import { default as _l } from "./
|
|
215
|
-
import { default as es } from "./
|
|
216
|
-
import { default as rs } from "./
|
|
217
|
-
import { default as ts } from "./Actions/Navigation/
|
|
218
|
-
import { default as ls } from "./
|
|
219
|
-
import { default as
|
|
220
|
-
import { default as ds } from "./
|
|
221
|
-
import { default as xs } from "./
|
|
222
|
-
import { default as is } from "./
|
|
223
|
-
import { default as hs } from "./
|
|
224
|
-
import { default as gs } from "./Informational/
|
|
225
|
-
import { default as Ss } from "./Actions/Common actions/
|
|
226
|
-
import { default as As } from "./
|
|
227
|
-
import { default as
|
|
228
|
-
import { default as Ts } from "./
|
|
229
|
-
import { default as Is } from "./Informational/
|
|
230
|
-
import { default as ys } from "./
|
|
231
|
-
import { default as Vs } from "./
|
|
232
|
-
import { default as Ds } from "./
|
|
233
|
-
import { default as Es } from "./
|
|
234
|
-
import { default as Ws } from "./
|
|
235
|
-
import { default as Gs } from "./Social/
|
|
236
|
-
import { default as Ns } from "./
|
|
237
|
-
import { default as js } from "./Informational/eCommerce/
|
|
238
|
-
import { default as Qs } from "./Informational/
|
|
239
|
-
import { default as Ys } from "./Informational/
|
|
240
|
-
import { default as qs } from "./
|
|
241
|
-
import { default as _s } from "./
|
|
242
|
-
import { default as
|
|
243
|
-
import { default as
|
|
244
|
-
import { default as
|
|
245
|
-
import { default as
|
|
246
|
-
import { default as
|
|
247
|
-
import { default as
|
|
248
|
-
import { default as
|
|
249
|
-
import { default as
|
|
250
|
-
import { default as
|
|
251
|
-
import { default as
|
|
252
|
-
import { default as
|
|
253
|
-
import { default as
|
|
254
|
-
import { default as
|
|
255
|
-
import { default as
|
|
256
|
-
import { default as
|
|
257
|
-
import { default as
|
|
258
|
-
import { default as
|
|
259
|
-
import { default as
|
|
260
|
-
import { default as
|
|
261
|
-
import { default as
|
|
262
|
-
import { default as
|
|
263
|
-
import { default as
|
|
264
|
-
import { default as
|
|
265
|
-
import { default as
|
|
266
|
-
import { default as
|
|
267
|
-
import { default as
|
|
268
|
-
import { default as
|
|
269
|
-
import { default as
|
|
270
|
-
import { default as
|
|
271
|
-
import { default as
|
|
272
|
-
import { default as
|
|
273
|
-
import { default as
|
|
274
|
-
import { default as
|
|
275
|
-
import { default as
|
|
276
|
-
import { default as
|
|
277
|
-
import { default as
|
|
278
|
-
import { default as
|
|
279
|
-
import { default as
|
|
280
|
-
import { default as
|
|
281
|
-
import { default as
|
|
282
|
-
import { default as
|
|
283
|
-
import { default as
|
|
284
|
-
import { default as
|
|
285
|
-
import { default as
|
|
286
|
-
import { default as
|
|
287
|
-
import { default as
|
|
288
|
-
import { default as
|
|
289
|
-
import { default as
|
|
290
|
-
import { default as
|
|
291
|
-
import { default as
|
|
292
|
-
import { default as
|
|
293
|
-
import { default as
|
|
294
|
-
import { default as
|
|
295
|
-
import { default as
|
|
296
|
-
import { default as ed } from "./
|
|
297
|
-
import { default as rd } from "./
|
|
298
|
-
import { default as td } from "./
|
|
299
|
-
import { default as ld } from "./Social/
|
|
300
|
-
import { default as
|
|
301
|
-
import { default as dd } from "./Social/Channels/
|
|
302
|
-
import { default as xd } from "./Social/Channels/
|
|
303
|
-
import { default as id } from "./
|
|
304
|
-
import { default as hd } from "./
|
|
305
|
-
import { default as gd } from "./Social/Social/
|
|
306
|
-
import { default as Sd } from "./
|
|
307
|
-
import { default as Ad } from "./
|
|
308
|
-
import { default as
|
|
309
|
-
import { default as Td } from "./Social/Social/
|
|
310
|
-
import { default as Id } from "./Social/Social/Zendesk.js";
|
|
109
|
+
import { default as aa } from "./Informational/Common UI/Forms.js";
|
|
110
|
+
import { default as fa } from "./Actions/Common actions/Forward.js";
|
|
111
|
+
import { default as sa } from "./Media/Visual/Frame26086263.js";
|
|
112
|
+
import { default as ma } from "./BIK AI specific/Frame27389.js";
|
|
113
|
+
import { default as ua } from "./BIK AI specific/Frame27597.js";
|
|
114
|
+
import { default as na } from "./BIK AI specific/Frame27598.js";
|
|
115
|
+
import { default as ca } from "./BIK AI specific/Frame27599.js";
|
|
116
|
+
import { default as Ca } from "./Actions/Common actions/Fullscreen.js";
|
|
117
|
+
import { default as ka } from "./BIK AI specific/GeminiSparkle.js";
|
|
118
|
+
import { default as Ma } from "./Informational/eCommerce/Gift1.js";
|
|
119
|
+
import { default as ba } from "./Informational/eCommerce/GiftMinus.js";
|
|
120
|
+
import { default as Fa } from "./Informational/eCommerce/GiftPlus.js";
|
|
121
|
+
import { default as Pa } from "./Social/Channels/GmailV2.js";
|
|
122
|
+
import { default as Ra } from "./Social/Social/Google.js";
|
|
123
|
+
import { default as La } from "./Social/Social/Gorgias.js";
|
|
124
|
+
import { default as va } from "./Informational/Identity/Group.js";
|
|
125
|
+
import { default as Ua } from "./Informational/Finance/Growth.js";
|
|
126
|
+
import { default as Ba } from "./Actions/Selection/HandleDrag.js";
|
|
127
|
+
import { default as Ha } from "./Informational/Store related/Head112.js";
|
|
128
|
+
import { default as Oa } from "./Toggles/General/HeartEmpty.js";
|
|
129
|
+
import { default as za } from "./Toggles/General/HeartFilled.js";
|
|
130
|
+
import { default as Ja } from "./Informational/Customer intent/Help.js";
|
|
131
|
+
import { default as Ka } from "./Informational/General/Help.js";
|
|
132
|
+
import { default as Za } from "./Informational/Date and time/HourGlass.js";
|
|
133
|
+
import { default as Xa } from "./Informational/General/HourglassFilled.js";
|
|
134
|
+
import { default as $a } from "./Informational/General/IcList.js";
|
|
135
|
+
import { default as ot } from "./Media/Visual/IconTrailing.js";
|
|
136
|
+
import { default as at } from "./Informational/Identity/IdCard.js";
|
|
137
|
+
import { default as ft } from "./Media/Visual/Image.js";
|
|
138
|
+
import { default as st } from "./Media/Visual/ImageAdd.js";
|
|
139
|
+
import { default as mt } from "./Media/Visual/Images.js";
|
|
140
|
+
import { default as ut } from "./Actions/Formatting/IncreaseIndent.js";
|
|
141
|
+
import { default as nt } from "./Informational/General/Info.js";
|
|
142
|
+
import { default as ct } from "./Social/Channels/Instagram.js";
|
|
143
|
+
import { default as Ct } from "./Social/Social/Instagram.js";
|
|
144
|
+
import { default as kt } from "./Social/Channels/InstagramCommentV2.js";
|
|
145
|
+
import { default as Mt } from "./Social/Channels/InstagramIcon.js";
|
|
146
|
+
import { default as bt } from "./Social/Channels/InstagramV2.js";
|
|
147
|
+
import { default as Ft } from "./Informational/Store related/InventoryReport.js";
|
|
148
|
+
import { default as Pt } from "./Legacy - Bikayi specific/Navigation/Journeys.js";
|
|
149
|
+
import { default as Rt } from "./Social/Social/Kustomer.js";
|
|
150
|
+
import { default as Lt } from "./Informational/Location/LanguageChange.js";
|
|
151
|
+
import { default as vt } from "./Informational/Store related/LegalBalance.js";
|
|
152
|
+
import { default as Ut } from "./Actions/Common actions/LinkSimpleHorizontal.js";
|
|
153
|
+
import { default as Bt } from "./Informational/Communication/LiveChat.js";
|
|
154
|
+
import { default as Ht } from "./Toggles/General/Lock.js";
|
|
155
|
+
import { default as Ot } from "./Actions/Navigation/LogIn.js";
|
|
156
|
+
import { default as zt } from "./Actions/Navigation/LogOut.js";
|
|
157
|
+
import { default as Jt } from "./Legacy - Bikayi specific/Services/LoudSpeaker.js";
|
|
158
|
+
import { default as Kt } from "./BIK AI specific/ManifestSparkle.js";
|
|
159
|
+
import { default as Zt } from "./Informational/Location/MapPin.js";
|
|
160
|
+
import { default as Xt } from "./Legacy - Bikayi specific/Services/Marketing.js";
|
|
161
|
+
import { default as $t } from "./Media/Visual/Maximize.js";
|
|
162
|
+
import { default as of } from "./Informational/Files and folders/MediaMessage.js";
|
|
163
|
+
import { default as af } from "./Informational/Common UI/MenuHamburger.js";
|
|
164
|
+
import { default as ff } from "./Informational/General/Merge.js";
|
|
165
|
+
import { default as sf } from "./Informational/Common UI/MessageSearch.js";
|
|
166
|
+
import { default as mf } from "./Social/Channels/Messenger.js";
|
|
167
|
+
import { default as uf } from "./Social/Social/Messenger.js";
|
|
168
|
+
import { default as nf } from "./Social/Channels/MessengerV2.js";
|
|
169
|
+
import { default as hf } from "./Media/Audio/Microphone.js";
|
|
170
|
+
import { default as gf } from "./Actions/Common actions/Minus.js";
|
|
171
|
+
import { default as Sf } from "./Informational/Finance/Money1.js";
|
|
172
|
+
import { default as Af } from "./Social/Channels/MonoFacebook.js";
|
|
173
|
+
import { default as wf } from "./Social/Channels/MonoFacebookComment.js";
|
|
174
|
+
import { default as Tf } from "./Social/Channels/MonoInstagram.js";
|
|
175
|
+
import { default as If } from "./Social/Channels/MonoInstagramComment.js";
|
|
176
|
+
import { default as yf } from "./Social/Channels/MonoMail.js";
|
|
177
|
+
import { default as Vf } from "./Social/Channels/MonoMessenger.js";
|
|
178
|
+
import { default as Df } from "./Social/Channels/MonoPhone.js";
|
|
179
|
+
import { default as Ef } from "./Social/Channels/MonoTasks.js";
|
|
180
|
+
import { default as Wf } from "./Social/Channels/MonoWhatsapp.js";
|
|
181
|
+
import { default as Gf } from "./Informational/Common UI/MoreHorizontal.js";
|
|
182
|
+
import { default as Nf } from "./Informational/Common UI/MoreVertical.js";
|
|
183
|
+
import { default as jf } from "./Informational/Files and folders/Move.js";
|
|
184
|
+
import { default as Qf } from "./Actions/Formatting/MultiLine.js";
|
|
185
|
+
import { default as Yf } from "./Actions/Formatting/MultiSelect.js";
|
|
186
|
+
import { default as qf } from "./Informational/General/NewTicket.js";
|
|
187
|
+
import { default as _f } from "./Informational/Finance/NoCredits.js";
|
|
188
|
+
import { default as el } from "./Actions/Formatting/Number.js";
|
|
189
|
+
import { default as rl } from "./Actions/Formatting/NumberList.js";
|
|
190
|
+
import { default as tl } from "./Actions/Navigation/OpenNewWindow.js";
|
|
191
|
+
import { default as ll } from "./Informational/Files and folders/OrderHistory.js";
|
|
192
|
+
import { default as pl } from "./Informational/Store related/OrderReport.js";
|
|
193
|
+
import { default as dl } from "./Media/Others/Paperclip.js";
|
|
194
|
+
import { default as xl } from "./Media/Audio/Pause.js";
|
|
195
|
+
import { default as il } from "./Legacy - Bikayi specific/Services/PaymentLink.js";
|
|
196
|
+
import { default as hl } from "./Informational/Store related/PaymentReport.js";
|
|
197
|
+
import { default as gl } from "./Informational/Customer intent/Percent.js";
|
|
198
|
+
import { default as Sl } from "./Informational/Finance/Percent.js";
|
|
199
|
+
import { default as Al } from "./Informational/Identity/Person.js";
|
|
200
|
+
import { default as wl } from "./Informational/Communication/Phone.js";
|
|
201
|
+
import { default as Tl } from "./Social/Channels/PhoneV2.js";
|
|
202
|
+
import { default as Il } from "./Informational/Common UI/Placeholder.js";
|
|
203
|
+
import { default as yl } from "./Legacy - Bikayi specific/Plans/PlanUltimate.js";
|
|
204
|
+
import { default as Vl } from "./Media/Audio/Play.js";
|
|
205
|
+
import { default as Dl } from "./Actions/Common actions/Plus.js";
|
|
206
|
+
import { default as El } from "./BIK AI specific/PricePlease.js";
|
|
207
|
+
import { default as Wl } from "./Informational/Files and folders/PrivateNote.js";
|
|
208
|
+
import { default as Gl } from "./Actions/Common actions/ProductTour.js";
|
|
209
|
+
import { default as Nl } from "./Informational/eCommerce/Promocode.js";
|
|
210
|
+
import { default as jl } from "./Informational/Customer intent/Purchase.js";
|
|
211
|
+
import { default as Ql } from "./Actions/Formatting/Quotes.js";
|
|
212
|
+
import { default as Yl } from "./Social/Social/Rcs.js";
|
|
213
|
+
import { default as ql } from "./Social/Channels/RcsV2.js";
|
|
214
|
+
import { default as _l } from "./Informational/eCommerce/Receipt.js";
|
|
215
|
+
import { default as es } from "./Actions/Navigation/Refresh.js";
|
|
216
|
+
import { default as rs } from "./Actions/Common actions/RestApi.js";
|
|
217
|
+
import { default as ts } from "./Actions/Navigation/Rewind.js";
|
|
218
|
+
import { default as ls } from "./Informational/Identity/Robot.js";
|
|
219
|
+
import { default as ps } from "./Media/Visual/RotateAnticlockwise.js";
|
|
220
|
+
import { default as ds } from "./Media/Visual/RotateClockwise.js";
|
|
221
|
+
import { default as xs } from "./Informational/General/RoundCheck.js";
|
|
222
|
+
import { default as is } from "./Informational/Finance/Rupee.js";
|
|
223
|
+
import { default as hs } from "./Actions/Common actions/Save.js";
|
|
224
|
+
import { default as gs } from "./Informational/Common UI/Search.js";
|
|
225
|
+
import { default as Ss } from "./Actions/Common actions/Send.js";
|
|
226
|
+
import { default as As } from "./Actions/Common actions/SendAirplane.js";
|
|
227
|
+
import { default as ws } from "./Informational/Customer intent/Services.js";
|
|
228
|
+
import { default as Ts } from "./Legacy - Bikayi specific/Navigation/Services.js";
|
|
229
|
+
import { default as Is } from "./Informational/Common UI/Settings.js";
|
|
230
|
+
import { default as ys } from "./BIK AI specific/Shape.js";
|
|
231
|
+
import { default as Vs } from "./Actions/Common actions/ShareAndroid.js";
|
|
232
|
+
import { default as Ds } from "./Informational/Common UI/Shield.js";
|
|
233
|
+
import { default as Es } from "./Informational/eCommerce/ShieldCheck.js";
|
|
234
|
+
import { default as Ws } from "./Social/Channels/ShopifyBrand.js";
|
|
235
|
+
import { default as Gs } from "./Social/Social/ShopifyDefault.js";
|
|
236
|
+
import { default as Ns } from "./Informational/eCommerce/ShoppingBag.js";
|
|
237
|
+
import { default as js } from "./Informational/eCommerce/ShoppingBasket.js";
|
|
238
|
+
import { default as Qs } from "./Informational/Customer intent/ShoppingCart.js";
|
|
239
|
+
import { default as Ys } from "./Informational/eCommerce/ShoppingCart.js";
|
|
240
|
+
import { default as qs } from "./Actions/Common actions/Shortcut.js";
|
|
241
|
+
import { default as _s } from "./BIK AI specific/Shorter.js";
|
|
242
|
+
import { default as ep } from "./Actions/Selection/SingleChoice.js";
|
|
243
|
+
import { default as rp } from "./Informational/Customer intent/SingleChoice.js";
|
|
244
|
+
import { default as tp } from "./Social/Social/SlackIcon.js";
|
|
245
|
+
import { default as lp } from "./Informational/General/Slash.js";
|
|
246
|
+
import { default as pp } from "./Media/Audio/Sleep.js";
|
|
247
|
+
import { default as dp } from "./Media/Devices/Smartphone.js";
|
|
248
|
+
import { default as xp } from "./Social/Channels/SmsV2.js";
|
|
249
|
+
import { default as ip } from "./BIK AI specific/Sparkling2Line.js";
|
|
250
|
+
import { default as hp } from "./Toggles/General/StarEmpty.js";
|
|
251
|
+
import { default as gp } from "./Toggles/General/StarFilled.js";
|
|
252
|
+
import { default as Sp } from "./Toggles/General/StarHalf.js";
|
|
253
|
+
import { default as Ap } from "./Informational/Store related/Store.js";
|
|
254
|
+
import { default as wp } from "./Informational/Store related/StoreSync.js";
|
|
255
|
+
import { default as Tp } from "./Actions/Formatting/Subscript.js";
|
|
256
|
+
import { default as Ip } from "./Actions/Formatting/Superscript.js";
|
|
257
|
+
import { default as yp } from "./Actions/Navigation/Sync.js";
|
|
258
|
+
import { default as Vp } from "./Informational/Finance/TablerTicket.js";
|
|
259
|
+
import { default as Dp } from "./Actions/Common actions/Task.js";
|
|
260
|
+
import { default as Ep } from "./Social/Channels/TaskV2.js";
|
|
261
|
+
import { default as Wp } from "./Social/Channels/Tasks.js";
|
|
262
|
+
import { default as Gp } from "./Actions/Formatting/Text.js";
|
|
263
|
+
import { default as Np } from "./Actions/Formatting/TextAlignCenter.js";
|
|
264
|
+
import { default as jp } from "./Actions/Formatting/TextAlignLeft.js";
|
|
265
|
+
import { default as Qp } from "./Actions/Formatting/TextAlignRight.js";
|
|
266
|
+
import { default as Yp } from "./Actions/Formatting/TextBold.js";
|
|
267
|
+
import { default as qp } from "./Actions/Formatting/TextItalics.js";
|
|
268
|
+
import { default as _p } from "./Actions/Formatting/TextJustify.js";
|
|
269
|
+
import { default as em } from "./Informational/Files and folders/TextMessage.js";
|
|
270
|
+
import { default as rm } from "./Actions/Formatting/TextStrikethrough.js";
|
|
271
|
+
import { default as tm } from "./Actions/Formatting/TextUnderline.js";
|
|
272
|
+
import { default as lm } from "./Actions/Formatting/Textbox.js";
|
|
273
|
+
import { default as pm } from "./Legacy - Bikayi specific/Services/Theme.js";
|
|
274
|
+
import { default as dm } from "./Informational/Store related/TicketForm.js";
|
|
275
|
+
import { default as xm } from "./Informational/General/TicketV2.js";
|
|
276
|
+
import { default as im } from "./Informational/Common UI/Training.js";
|
|
277
|
+
import { default as hm } from "./Informational/Location/Truck.js";
|
|
278
|
+
import { default as gm } from "./Social/Social/Twitter.js";
|
|
279
|
+
import { default as Sm } from "./Informational/Files and folders/Unarchive.js";
|
|
280
|
+
import { default as Am } from "./Informational/Identity/Union.js";
|
|
281
|
+
import { default as wm } from "./Informational/Identity/Union1.js";
|
|
282
|
+
import { default as Tm } from "./Toggles/General/Unlock.js";
|
|
283
|
+
import { default as Im } from "./Informational/Customer intent/Unsatisfactory.js";
|
|
284
|
+
import { default as ym } from "./Media/Others/Upload.js";
|
|
285
|
+
import { default as Vm } from "./Informational/Identity/User.js";
|
|
286
|
+
import { default as Dm } from "./Informational/Identity/UserMinus1.js";
|
|
287
|
+
import { default as Em } from "./Informational/Identity/UserPlus.js";
|
|
288
|
+
import { default as Wm } from "./Informational/Customer intent/UserSound.js";
|
|
289
|
+
import { default as Gm } from "./Media/Visual/VideoCamcorder.js";
|
|
290
|
+
import { default as Nm } from "./Media/Visual/VideoFilm.js";
|
|
291
|
+
import { default as jm } from "./Media/Audio/VolumeMute.js";
|
|
292
|
+
import { default as Qm } from "./Media/Audio/VolumeOneline.js";
|
|
293
|
+
import { default as Ym } from "./Media/Audio/VolumeTwoline.js";
|
|
294
|
+
import { default as qm } from "./Informational/Finance/Wallet.js";
|
|
295
|
+
import { default as _m } from "./BIK AI specific/WandSparkles.js";
|
|
296
|
+
import { default as ed } from "./Social/Channels/WebPush.js";
|
|
297
|
+
import { default as rd } from "./BIK AI specific/Webhook.js";
|
|
298
|
+
import { default as td } from "./Social/Channels/WebpushV2.js";
|
|
299
|
+
import { default as ld } from "./Social/Social/Website.js";
|
|
300
|
+
import { default as pd } from "./Social/Channels/WhatsApp.js";
|
|
301
|
+
import { default as dd } from "./Social/Channels/WhatsAppCallV2.js";
|
|
302
|
+
import { default as xd } from "./Social/Channels/WhatsAppV2.js";
|
|
303
|
+
import { default as id } from "./Actions/Navigation/Whatsapp.js";
|
|
304
|
+
import { default as hd } from "./Social/Social/Whatsapp.js";
|
|
305
|
+
import { default as gd } from "./Social/Social/WooCommerce.js";
|
|
306
|
+
import { default as Sd } from "./Informational/Date and time/WorkingHours.js";
|
|
307
|
+
import { default as Ad } from "./BIK AI specific/Write.js";
|
|
308
|
+
import { default as wd } from "./Social/Social/Youtube.js";
|
|
309
|
+
import { default as Td } from "./Social/Social/Zendesk.js";
|
|
311
310
|
export {
|
|
312
311
|
r as Activate,
|
|
313
312
|
t as AddLabel,
|
|
314
313
|
l as Address,
|
|
315
|
-
|
|
314
|
+
p as AiEmoji,
|
|
316
315
|
d as AiIcon,
|
|
317
316
|
x as AiRobot,
|
|
318
317
|
i as AlertTriangle,
|
|
@@ -320,7 +319,7 @@ export {
|
|
|
320
319
|
g as Archive1,
|
|
321
320
|
S as ArrowDown,
|
|
322
321
|
A as ArrowDownLeft,
|
|
323
|
-
|
|
322
|
+
w as ArrowDownRight,
|
|
324
323
|
T as ArrowLeft,
|
|
325
324
|
I as ArrowRedo,
|
|
326
325
|
y as ArrowRight,
|
|
@@ -339,7 +338,7 @@ export {
|
|
|
339
338
|
re as Box,
|
|
340
339
|
te as Box2,
|
|
341
340
|
le as Bulb,
|
|
342
|
-
|
|
341
|
+
pe as Businesscard,
|
|
343
342
|
de as Calendar,
|
|
344
343
|
xe as CalendarAdd,
|
|
345
344
|
ie as CalendarCheck,
|
|
@@ -347,7 +346,7 @@ export {
|
|
|
347
346
|
ge as CameraAdd,
|
|
348
347
|
Se as CaratDown,
|
|
349
348
|
Ae as CaratLeft,
|
|
350
|
-
|
|
349
|
+
we as CaratRight,
|
|
351
350
|
Te as CaratUp,
|
|
352
351
|
Ie as CashOnDelivery,
|
|
353
352
|
ye as ChartLine,
|
|
@@ -366,7 +365,7 @@ export {
|
|
|
366
365
|
ro as ChevronDown,
|
|
367
366
|
to as ChevronLeft,
|
|
368
367
|
lo as ChevronRight,
|
|
369
|
-
|
|
368
|
+
po as ChevronUp,
|
|
370
369
|
uo as Click,
|
|
371
370
|
no as Clipboard,
|
|
372
371
|
co as ClipboardCheck,
|
|
@@ -374,7 +373,7 @@ export {
|
|
|
374
373
|
ko as Clock,
|
|
375
374
|
Mo as CloseTicket1,
|
|
376
375
|
bo as Code,
|
|
377
|
-
|
|
376
|
+
Fo as Contacts,
|
|
378
377
|
Po as Copy,
|
|
379
378
|
Ro as CreditCard,
|
|
380
379
|
Lo as Crop,
|
|
@@ -393,7 +392,7 @@ export {
|
|
|
393
392
|
ar as EmailMarketing,
|
|
394
393
|
fr as EmailMarketing2,
|
|
395
394
|
sr as EmailMarketingV2,
|
|
396
|
-
|
|
395
|
+
mr as EmailV2,
|
|
397
396
|
ur as EmojiSmile,
|
|
398
397
|
nr as Error,
|
|
399
398
|
cr as Excel,
|
|
@@ -401,7 +400,7 @@ export {
|
|
|
401
400
|
kr as Experimental,
|
|
402
401
|
Mr as Eye,
|
|
403
402
|
br as EyeClosed,
|
|
404
|
-
|
|
403
|
+
Fr as EyeOff,
|
|
405
404
|
Pr as Facebook,
|
|
406
405
|
Rr as Facebook2,
|
|
407
406
|
Lr as FacebookComment,
|
|
@@ -417,207 +416,206 @@ export {
|
|
|
417
416
|
Xr as FlashOn,
|
|
418
417
|
$r as Folder,
|
|
419
418
|
oa as FormkitHappy,
|
|
420
|
-
aa as
|
|
421
|
-
fa as
|
|
422
|
-
sa as
|
|
423
|
-
|
|
424
|
-
ua as
|
|
425
|
-
na as
|
|
426
|
-
ca as
|
|
427
|
-
Ca as
|
|
428
|
-
ka as
|
|
429
|
-
Ma as
|
|
430
|
-
ba as
|
|
431
|
-
|
|
432
|
-
Pa as
|
|
433
|
-
Ra as
|
|
434
|
-
La as
|
|
435
|
-
va as
|
|
436
|
-
Ua as
|
|
437
|
-
Ba as
|
|
438
|
-
Ha as
|
|
439
|
-
Oa as
|
|
440
|
-
za as
|
|
441
|
-
Ja as
|
|
442
|
-
Ka as
|
|
443
|
-
Za as
|
|
444
|
-
Xa as
|
|
445
|
-
$a as
|
|
446
|
-
ot as
|
|
447
|
-
at as
|
|
448
|
-
ft as
|
|
449
|
-
st as
|
|
450
|
-
|
|
451
|
-
ut as
|
|
452
|
-
nt as
|
|
453
|
-
ct as
|
|
454
|
-
Ct as
|
|
455
|
-
kt as
|
|
456
|
-
Mt as
|
|
457
|
-
bt as
|
|
458
|
-
|
|
459
|
-
Pt as
|
|
460
|
-
Rt as
|
|
461
|
-
Lt as
|
|
462
|
-
vt as
|
|
463
|
-
Ut as
|
|
464
|
-
Bt as
|
|
465
|
-
Ht as
|
|
466
|
-
Ot as
|
|
467
|
-
zt as
|
|
468
|
-
Jt as
|
|
469
|
-
Kt as
|
|
470
|
-
Zt as
|
|
471
|
-
Xt as
|
|
472
|
-
$t as
|
|
473
|
-
of as
|
|
474
|
-
af as
|
|
475
|
-
ff as
|
|
476
|
-
sf as
|
|
477
|
-
|
|
478
|
-
uf as
|
|
479
|
-
nf as
|
|
480
|
-
hf as
|
|
481
|
-
gf as
|
|
482
|
-
Sf as
|
|
483
|
-
Af as
|
|
484
|
-
|
|
485
|
-
Tf as
|
|
486
|
-
If as
|
|
487
|
-
yf as
|
|
488
|
-
Vf as
|
|
489
|
-
Df as
|
|
490
|
-
Ef as
|
|
491
|
-
Wf as
|
|
492
|
-
Gf as
|
|
493
|
-
Nf as
|
|
494
|
-
jf as
|
|
495
|
-
Qf as
|
|
496
|
-
Yf as
|
|
497
|
-
qf as
|
|
498
|
-
_f as
|
|
499
|
-
el as
|
|
500
|
-
rl as
|
|
501
|
-
tl as
|
|
502
|
-
ll as
|
|
503
|
-
|
|
504
|
-
dl as
|
|
505
|
-
xl as
|
|
506
|
-
il as
|
|
507
|
-
hl as
|
|
508
|
-
gl as
|
|
509
|
-
Sl as
|
|
510
|
-
Al as
|
|
511
|
-
|
|
512
|
-
Tl as
|
|
513
|
-
Il as
|
|
514
|
-
yl as
|
|
515
|
-
Vl as
|
|
516
|
-
Dl as
|
|
517
|
-
El as
|
|
518
|
-
Wl as
|
|
519
|
-
Gl as
|
|
520
|
-
Nl as
|
|
521
|
-
jl as
|
|
522
|
-
Ql as
|
|
523
|
-
Yl as
|
|
524
|
-
ql as
|
|
525
|
-
_l as
|
|
526
|
-
es as
|
|
527
|
-
rs as
|
|
528
|
-
ts as
|
|
529
|
-
ls as
|
|
530
|
-
|
|
531
|
-
ds as
|
|
532
|
-
xs as
|
|
533
|
-
is as
|
|
534
|
-
hs as
|
|
535
|
-
gs as
|
|
536
|
-
Ss as
|
|
537
|
-
As as
|
|
538
|
-
|
|
539
|
-
Ts as
|
|
540
|
-
Is as
|
|
541
|
-
ys as
|
|
542
|
-
Vs as
|
|
543
|
-
Ds as
|
|
544
|
-
Es as
|
|
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
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
ed as
|
|
608
|
-
rd as
|
|
609
|
-
td as
|
|
610
|
-
ld as
|
|
611
|
-
|
|
612
|
-
dd as
|
|
613
|
-
xd as
|
|
614
|
-
id as
|
|
615
|
-
hd as
|
|
616
|
-
gd as
|
|
617
|
-
Sd as
|
|
618
|
-
Ad as
|
|
619
|
-
|
|
620
|
-
Td as
|
|
621
|
-
Id as Zendesk
|
|
419
|
+
aa as Forms,
|
|
420
|
+
fa as Forward,
|
|
421
|
+
sa as Frame26086263,
|
|
422
|
+
ma as Frame27389,
|
|
423
|
+
ua as Frame27597,
|
|
424
|
+
na as Frame27598,
|
|
425
|
+
ca as Frame27599,
|
|
426
|
+
Ca as Fullscreen,
|
|
427
|
+
ka as GeminiSparkle,
|
|
428
|
+
Ma as Gift1,
|
|
429
|
+
ba as GiftMinus,
|
|
430
|
+
Fa as GiftPlus,
|
|
431
|
+
Pa as GmailV2,
|
|
432
|
+
Ra as Google,
|
|
433
|
+
La as Gorgias,
|
|
434
|
+
va as Group,
|
|
435
|
+
Ua as Growth,
|
|
436
|
+
Ba as HandleDrag,
|
|
437
|
+
Ha as Head112,
|
|
438
|
+
Oa as HeartEmpty,
|
|
439
|
+
za as HeartFilled,
|
|
440
|
+
Ja as Help,
|
|
441
|
+
Ka as Help2,
|
|
442
|
+
Za as HourGlass,
|
|
443
|
+
Xa as HourglassFilled,
|
|
444
|
+
$a as IcList,
|
|
445
|
+
ot as IconTrailing,
|
|
446
|
+
at as IdCard,
|
|
447
|
+
ft as Image,
|
|
448
|
+
st as ImageAdd,
|
|
449
|
+
mt as Images,
|
|
450
|
+
ut as IncreaseIndent,
|
|
451
|
+
nt as Info,
|
|
452
|
+
ct as Instagram,
|
|
453
|
+
Ct as Instagram2,
|
|
454
|
+
kt as InstagramCommentV2,
|
|
455
|
+
Mt as InstagramIcon,
|
|
456
|
+
bt as InstagramV2,
|
|
457
|
+
Ft as InventoryReport,
|
|
458
|
+
Pt as Journeys,
|
|
459
|
+
Rt as Kustomer,
|
|
460
|
+
Lt as LanguageChange,
|
|
461
|
+
vt as LegalBalance,
|
|
462
|
+
Ut as LinkSimpleHorizontal,
|
|
463
|
+
Bt as LiveChat,
|
|
464
|
+
Ht as Lock,
|
|
465
|
+
Ot as LogIn,
|
|
466
|
+
zt as LogOut,
|
|
467
|
+
Jt as LoudSpeaker,
|
|
468
|
+
Kt as ManifestSparkle,
|
|
469
|
+
Zt as MapPin,
|
|
470
|
+
Xt as Marketing,
|
|
471
|
+
$t as Maximize,
|
|
472
|
+
of as MediaMessage,
|
|
473
|
+
af as MenuHamburger,
|
|
474
|
+
ff as Merge,
|
|
475
|
+
sf as MessageSearch,
|
|
476
|
+
mf as Messenger,
|
|
477
|
+
uf as Messenger2,
|
|
478
|
+
nf as MessengerV2,
|
|
479
|
+
hf as Microphone,
|
|
480
|
+
gf as Minus,
|
|
481
|
+
Sf as Money1,
|
|
482
|
+
Af as MonoFacebook,
|
|
483
|
+
wf as MonoFacebookComment,
|
|
484
|
+
Tf as MonoInstagram,
|
|
485
|
+
If as MonoInstagramComment,
|
|
486
|
+
yf as MonoMail,
|
|
487
|
+
Vf as MonoMessenger,
|
|
488
|
+
Df as MonoPhone,
|
|
489
|
+
Ef as MonoTasks,
|
|
490
|
+
Wf as MonoWhatsapp,
|
|
491
|
+
Gf as MoreHorizontal,
|
|
492
|
+
Nf as MoreVertical,
|
|
493
|
+
jf as Move,
|
|
494
|
+
Qf as MultiLine,
|
|
495
|
+
Yf as MultiSelect,
|
|
496
|
+
qf as NewTicket,
|
|
497
|
+
_f as NoCredits,
|
|
498
|
+
el as Number,
|
|
499
|
+
rl as NumberList,
|
|
500
|
+
tl as OpenNewWindow,
|
|
501
|
+
ll as OrderHistory,
|
|
502
|
+
pl as OrderReport,
|
|
503
|
+
dl as Paperclip,
|
|
504
|
+
xl as Pause,
|
|
505
|
+
il as PaymentLink,
|
|
506
|
+
hl as PaymentReport,
|
|
507
|
+
gl as Percent,
|
|
508
|
+
Sl as Percent2,
|
|
509
|
+
Al as Person,
|
|
510
|
+
wl as Phone,
|
|
511
|
+
Tl as PhoneV2,
|
|
512
|
+
Il as Placeholder,
|
|
513
|
+
yl as PlanUltimate,
|
|
514
|
+
Vl as Play,
|
|
515
|
+
Dl as Plus,
|
|
516
|
+
El as PricePlease,
|
|
517
|
+
Wl as PrivateNote,
|
|
518
|
+
Gl as ProductTour,
|
|
519
|
+
Nl as Promocode,
|
|
520
|
+
jl as Purchase,
|
|
521
|
+
Ql as Quotes,
|
|
522
|
+
Yl as Rcs,
|
|
523
|
+
ql as RcsV2,
|
|
524
|
+
_l as Receipt,
|
|
525
|
+
es as Refresh,
|
|
526
|
+
rs as RestApi,
|
|
527
|
+
ts as Rewind,
|
|
528
|
+
ls as Robot,
|
|
529
|
+
ps as RotateAnticlockwise,
|
|
530
|
+
ds as RotateClockwise,
|
|
531
|
+
xs as RoundCheck,
|
|
532
|
+
is as Rupee,
|
|
533
|
+
hs as Save,
|
|
534
|
+
gs as Search,
|
|
535
|
+
Ss as Send,
|
|
536
|
+
As as SendAirplane,
|
|
537
|
+
ws as Services,
|
|
538
|
+
Ts as Services2,
|
|
539
|
+
Is as Settings,
|
|
540
|
+
ys as Shape,
|
|
541
|
+
Vs as ShareAndroid,
|
|
542
|
+
Ds as Shield,
|
|
543
|
+
Es as ShieldCheck,
|
|
544
|
+
Ws as ShopifyBrand,
|
|
545
|
+
Gs as ShopifyDefault,
|
|
546
|
+
Ns as ShoppingBag,
|
|
547
|
+
js as ShoppingBasket,
|
|
548
|
+
Qs as ShoppingCart,
|
|
549
|
+
Ys as ShoppingCart2,
|
|
550
|
+
qs as Shortcut,
|
|
551
|
+
_s as Shorter,
|
|
552
|
+
ep as SingleChoice,
|
|
553
|
+
rp as SingleChoice2,
|
|
554
|
+
tp as SlackIcon,
|
|
555
|
+
lp as Slash,
|
|
556
|
+
pp as Sleep,
|
|
557
|
+
dp as Smartphone,
|
|
558
|
+
xp as SmsV2,
|
|
559
|
+
ip as Sparkling2Line,
|
|
560
|
+
hp as StarEmpty,
|
|
561
|
+
gp as StarFilled,
|
|
562
|
+
Sp as StarHalf,
|
|
563
|
+
Ap as Store,
|
|
564
|
+
wp as StoreSync,
|
|
565
|
+
Tp as Subscript,
|
|
566
|
+
Ip as Superscript,
|
|
567
|
+
yp as Sync,
|
|
568
|
+
Vp as TablerTicket,
|
|
569
|
+
Dp as Task,
|
|
570
|
+
Ep as TaskV2,
|
|
571
|
+
Wp as Tasks,
|
|
572
|
+
Gp as Text,
|
|
573
|
+
Np as TextAlignCenter,
|
|
574
|
+
jp as TextAlignLeft,
|
|
575
|
+
Qp as TextAlignRight,
|
|
576
|
+
Yp as TextBold,
|
|
577
|
+
qp as TextItalics,
|
|
578
|
+
_p as TextJustify,
|
|
579
|
+
em as TextMessage,
|
|
580
|
+
rm as TextStrikethrough,
|
|
581
|
+
tm as TextUnderline,
|
|
582
|
+
lm as Textbox,
|
|
583
|
+
pm as Theme,
|
|
584
|
+
dm as TicketForm,
|
|
585
|
+
xm as TicketV2,
|
|
586
|
+
im as Training,
|
|
587
|
+
hm as Truck,
|
|
588
|
+
gm as Twitter,
|
|
589
|
+
Sm as Unarchive,
|
|
590
|
+
Am as Union,
|
|
591
|
+
wm as Union1,
|
|
592
|
+
Tm as Unlock,
|
|
593
|
+
Im as Unsatisfactory,
|
|
594
|
+
ym as Upload,
|
|
595
|
+
Vm as User,
|
|
596
|
+
Dm as UserMinus1,
|
|
597
|
+
Em as UserPlus,
|
|
598
|
+
Wm as UserSound,
|
|
599
|
+
Gm as VideoCamcorder,
|
|
600
|
+
Nm as VideoFilm,
|
|
601
|
+
jm as VolumeMute,
|
|
602
|
+
Qm as VolumeOneline,
|
|
603
|
+
Ym as VolumeTwoline,
|
|
604
|
+
qm as Wallet,
|
|
605
|
+
_m as WandSparkles,
|
|
606
|
+
ed as WebPush,
|
|
607
|
+
rd as Webhook,
|
|
608
|
+
td as WebpushV2,
|
|
609
|
+
ld as Website,
|
|
610
|
+
pd as WhatsApp,
|
|
611
|
+
dd as WhatsAppCallV2,
|
|
612
|
+
xd as WhatsAppV2,
|
|
613
|
+
id as Whatsapp,
|
|
614
|
+
hd as Whatsapp2,
|
|
615
|
+
gd as WooCommerce,
|
|
616
|
+
Sd as WorkingHours,
|
|
617
|
+
Ad as Write,
|
|
618
|
+
wd as Youtube,
|
|
619
|
+
Td as Zendesk
|
|
622
620
|
};
|
|
623
621
|
//# sourceMappingURL=index.js.map
|