@bikdotai/bik-component-library 0.0.784-beta.0 → 0.0.784-beta.2
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/assets/icons/Ai_event_generating.svg.js +1 -1
- package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.d.ts +1 -29
- package/dist/cjs/components/ProgressChecklist/ProgressChecklist.d.ts +27 -1
- package/dist/cjs/components/QueryBuilder/Filters/Event/components/EventFilter.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/EmojiPicker.d.ts +2 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.d.ts +2 -5
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Connector.js +1 -1
- package/dist/cjs/components/QueryBuilder/constants/connector.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/constants/connector.js +1 -1
- package/dist/cjs/components/QueryBuilder/constants/connectorPosition.js +1 -1
- package/dist/cjs/components/QueryBuilder/helpers/Connector.helper.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/helpers/Connector.helper.js +1 -1
- package/dist/cjs/components/QueryBuilder/helpers/PropertyCustomProcessor.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/helpers/SegmentValidator.d.ts +15 -3
- package/dist/cjs/components/QueryBuilder/types/QueryBuilder.type.d.ts +22 -2
- package/dist/cjs/components/QueryBuilder/types/QueryBuilder.type.js +1 -1
- package/dist/cjs/components/QueryBuilder/types/QueryBuilderAPI.type.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/types/QueryBuilderConnector.type.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/types/index.d.ts +1 -2
- package/dist/cjs/components/SearchFilter/components/DatePickerButton.d.ts +1 -1
- package/dist/cjs/components/SearchFilter/components/DateRangeOnlyButton.d.ts +1 -1
- package/dist/cjs/components/SearchFilter/components/SearchFilterItem.d.ts +1 -1
- package/dist/cjs/components/SearchFilter/types/SearchFilter.type.d.ts +1 -1
- package/dist/cjs/components/WhatsAppTextEditor/AIRephraseButton.d.ts +1 -4
- package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditor.d.ts +1 -4
- package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +4 -1
- package/dist/cjs/components/WhatsAppTextEditor/ai/actionRegistry.d.ts +1 -2
- package/dist/cjs/components/accordion/Accordion.d.ts +35 -2
- package/dist/cjs/components/accordion/Accordion.style.d.ts +1 -1
- package/dist/cjs/components/analytics-card/AnalyticsCard.d.ts +1 -1
- package/dist/cjs/components/analytics-card/AnalyticsCard.styled.d.ts +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChip.d.ts +17 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChipChannelFooter.d.ts +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsMultiChip.d.ts +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/Pie/PieChartAnalytics.js +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.js +1 -1
- package/dist/cjs/components/avatar/Avatar.js +1 -1
- package/dist/cjs/components/bik-layout/BikSidebar.d.ts +1 -1
- package/dist/cjs/components/bik-layout/SidebarPopup.d.ts +1 -1
- package/dist/cjs/components/bik-layout/SidebarSkeleton.d.ts +1 -1
- package/dist/cjs/components/bik-layout/SidebarStyles.d.ts +1 -1
- package/dist/cjs/components/bik-layout/SimpleSidebar.d.ts +27 -1
- package/dist/cjs/components/floating-input-dropdown/FloatingInputDropdown.d.ts +1 -1
- package/dist/cjs/components/image-cropper/BikImageCropper.d.ts +6 -1
- package/dist/cjs/components/image-cropper/BikImagePipeline/BikImagePipeline.d.ts +1 -1
- package/dist/cjs/components/input/ChipInput.js +1 -1
- package/dist/cjs/components/input/ChipInput.styled.d.ts +66 -6
- package/dist/cjs/components/input/ChipInput.styled.js +1 -1
- package/dist/cjs/components/input/Input-helper.d.ts +1 -1
- package/dist/cjs/components/input/Input.d.ts +72 -1
- package/dist/cjs/components/input/Input.styled.d.ts +1 -1
- package/dist/cjs/components/input-with-vars/InputWithVariables.d.ts +1 -1
- package/dist/cjs/components/list-item/ListItem.d.ts +17 -1
- package/dist/cjs/components/list-item/ListItem.styled.d.ts +1 -1
- package/dist/cjs/components/list-item/themes.d.ts +1 -1
- package/dist/cjs/components/multi-level-dropdown/GroupedMenuList.d.ts +1 -2
- package/dist/cjs/components/multi-level-dropdown/GroupedMenuList.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/MenuItem.d.ts +1 -2
- package/dist/cjs/components/multi-level-dropdown/MenuItem.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/MenuList.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/type.d.ts +1 -2
- package/dist/cjs/components/product-picker-v2/ProductPickerTag.d.ts +2 -2
- package/dist/cjs/components/product-picker-v2/collectionScreen.d.ts +3 -3
- package/dist/cjs/components/product-picker-v2/helpers/ProductHelper.d.ts +4 -3
- package/dist/cjs/components/product-picker-v2/index.d.ts +1 -1
- package/dist/cjs/components/product-picker-v2/modal.d.ts +58 -2
- package/dist/cjs/components/product-picker-v2/product.d.ts +3 -2
- package/dist/cjs/components/product-picker-v2/productInfoOverlay.d.ts +2 -1
- package/dist/cjs/components/product-picker-v2/productScreen.d.ts +3 -3
- package/dist/cjs/components/product-picker-v2/productScreen.js +1 -1
- package/dist/cjs/components/product-picker-v2/rearrangeScreen.d.ts +4 -3
- package/dist/cjs/components/product-picker-v2/reducers.d.ts +1 -1
- package/dist/cjs/components/product-picker-v2/reducers.js +1 -1
- package/dist/cjs/components/product-picker-v2/searchScreen.d.ts +4 -3
- package/dist/cjs/components/product-picker-v2/selectedScreen.d.ts +4 -3
- package/dist/cjs/components/product-picker-v2/type.d.ts +0 -65
- package/dist/cjs/components/product-picker-v2/utility.d.ts +3 -3
- package/dist/cjs/components/product-picker-v2/utility.js +1 -1
- package/dist/cjs/components/product-picker-v2/variant.d.ts +12 -2
- package/dist/cjs/components/product-picker-v2/variantComponents.d.ts +3 -2
- package/dist/cjs/components/sample-button/SampleButton.d.ts +16 -1
- package/dist/cjs/components/sample-button/SampleButton.styled.d.ts +1 -1
- package/dist/cjs/components/sample-button/themes.d.ts +1 -1
- package/dist/cjs/components/searchBar/searchBar.d.ts +1 -1
- package/dist/cjs/components/slider/slider.js +1 -1
- package/dist/cjs/components/stepper/Stepper.d.ts +17 -1
- package/dist/cjs/components/stepper/Stepper.styled.d.ts +1 -1
- package/dist/cjs/components/stepper/StepperService.d.ts +1 -1
- package/dist/cjs/components/stepper/themes.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/TemplateContextMapper.d.ts +9 -9
- package/dist/cjs/components/template-context-mapper/TemplateContextMapper.js +1 -1
- package/dist/cjs/components/template-context-mapper/context/templateModalContext.d.ts +7 -7
- package/dist/cjs/components/template-context-mapper/custom-hooks/useAdditionalVariables.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/helpers/WebpushTemplateHelper.d.ts +4 -6
- package/dist/cjs/components/template-context-mapper/helpers/WebpushTemplateHelper.js +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/Body.d.ts +2 -2
- package/dist/cjs/components/template-context-mapper/modalElements/Body.js +10 -10
- package/dist/cjs/components/template-context-mapper/modalElements/DesktopPreview.js +7 -7
- package/dist/cjs/components/template-context-mapper/modalElements/EditMediaModal.d.ts +3 -3
- package/dist/cjs/components/template-context-mapper/modalElements/EditMediaModal.js +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/EditWebpushTemplate.d.ts +2 -2
- package/dist/cjs/components/template-context-mapper/modalElements/EditWebpushTemplate.js +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.d.ts +14 -3
- package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.js +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.d.ts +5 -5
- package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.js +2 -2
- package/dist/cjs/components/template-context-mapper/modalElements/Footer.js +4 -4
- package/dist/cjs/components/template-context-mapper/modalElements/MobilePreview.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/MobilePreview.js +3 -3
- package/dist/cjs/components/template-context-mapper/modalElements/QualityWarningModal.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/TemplateAnalyticsComponent.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/TemplateSelectModalContent.d.ts +2 -2
- package/dist/cjs/components/template-context-mapper/modalElements/VariableConnector.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/VariableConnector.js +4 -4
- package/dist/cjs/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.d.ts +4 -5
- package/dist/cjs/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.js +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/VariableEditorHeader.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.d.ts +2 -2
- package/dist/cjs/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.js +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.d.ts +1 -1
- package/dist/cjs/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.js +1 -1
- package/dist/cjs/components/template-context-mapper/utils/convertPlaceholdersToBikDropdown.d.ts +2 -2
- package/dist/cjs/components/template-context-mapper/utils/getDataFromTemplateComponent.d.ts +2 -2
- package/dist/cjs/components/template-context-mapper/utils/highlightFor.d.ts +1 -1
- package/dist/cjs/components/template-preview/models/TemplateMeta.d.ts +1 -1
- package/dist/cjs/components/template-preview/models/WhatsappCarouselTemplate.d.ts +2 -2
- package/dist/cjs/components/toaster/Toaster.styled.js +1 -1
- package/dist/cjs/components/variable-picker-v3/SubHeaderItems.js +1 -1
- package/dist/cjs/icons/Actions/Common actions/Activate.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Code.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Cross.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Deactivate.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Delete.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Edit.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Forward.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Fullscreen.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/LinkSimpleHorizontal.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Minus.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Plus.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/SendAirplane.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/ShareAndroid.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/index.d.ts +13 -0
- package/dist/cjs/icons/Actions/Formatting/CheckboxIcon.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Copy.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Dropdown.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/MultiLine.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/MultiSelect.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Number.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Text.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Textbox.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/index.d.ts +8 -0
- package/dist/cjs/icons/Actions/Navigation/ArrowRedo.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/ArrowUndo.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/LogIn.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/LogOut.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/OpenNewWindow.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/Refresh.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/Rewind.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/Sync.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/index.d.ts +8 -0
- package/dist/cjs/icons/Actions/Selection/HandleDrag.d.ts +7 -0
- package/dist/cjs/icons/Actions/Selection/SelectDocManually.d.ts +7 -0
- package/dist/cjs/icons/Actions/Selection/SingleChoice.d.ts +7 -0
- package/dist/cjs/icons/Actions/Selection/index.d.ts +3 -0
- package/dist/cjs/icons/Arrows/Carat/CaratDown.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/index.d.ts +4 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronDown.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/index.d.ts +4 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleDown.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/index.d.ts +4 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDown.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDown1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownLeft1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownRight1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowLeft1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowRight1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUp1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpLeft1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpRight1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/index.d.ts +16 -0
- package/dist/cjs/icons/Arrows/Special/ArrowSwitch.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Special/ArrowSwitch1.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Special/index.d.ts +2 -0
- package/dist/cjs/icons/BIK AI specific/AiEmoji.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/AiRobot.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Expand.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Frame27202.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Frame27389.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Frame27597.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Frame27598.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Frame27599.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/PricePlease.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Shape.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Shorter.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Sparkling2Line.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Write.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/index.d.ts +13 -0
- package/dist/cjs/icons/Informational/Common UI/Bell.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/BellSync.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Bulb.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MenuHamburger.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MessageSearch.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MoreHorizontal.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MoreVertical.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Search.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Settings.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Training.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/index.d.ts +10 -0
- package/dist/cjs/icons/Informational/Communication/Chat.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/ChatCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/ChatQuestion.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/ChatStar.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/Email.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/Headphone.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/LiveChat.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/Phone.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/index.d.ts +8 -0
- package/dist/cjs/icons/Informational/Customer intent/ClipboardCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Experimental.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Frame27202.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Help.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Percent.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Purchase.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Services.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/ShoppingCart.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/SingleChoice.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Unsatisfactory.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/UserSound.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/index.d.ts +11 -0
- package/dist/cjs/icons/Informational/Date and time/Calendar.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/CalendarAdd.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/Clock.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/HourGlass.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/WorkingHours.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/index.d.ts +5 -0
- package/dist/cjs/icons/Informational/Files and folders/Archive1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Excel.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/File.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/FileCsv.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/FilePage.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/FilePdf.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Folder.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/MediaMessage.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Move.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/OrderHistory.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/TextMessage.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Unarchive.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/index.d.ts +12 -0
- package/dist/cjs/icons/Informational/Finance/Bank.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/CashOnDelivery.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/ChartLine.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/CreditCard.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Growth.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Money1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/NoCredits.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Percent.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Rupee.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/TablerTicket.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Wallet.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/index.d.ts +11 -0
- package/dist/cjs/icons/Informational/General/AlertTriangle.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Check.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/CheckDouble.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/CloseTicket1.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Error.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/FailDoc.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Help.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/IcList.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Info.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/NewTicket.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/RoundCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Slash.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/index.d.ts +12 -0
- package/dist/cjs/icons/Informational/Identity/Chatbot.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Contacts.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Group.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/IdCard.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Person.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Robot.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Union.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Union1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/UserMinus1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/UserPlus.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/index.d.ts +10 -0
- package/dist/cjs/icons/Informational/Location/Address.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/LanguageChange.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/MapPin.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/Truck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/index.d.ts +4 -0
- package/dist/cjs/icons/Informational/Store related/AllDocs.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/AllProduct.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/Clipboard.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/ClipboardCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/CustomerReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/Head112.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/InventoryReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/OrderReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/PaymentReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/Store.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/StoreSync.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/index.d.ts +11 -0
- package/dist/cjs/icons/Informational/eCommerce/AddLabel.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Click.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Filter.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Gift1.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/GiftMinus.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/GiftPlus.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Promocode.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Receipt.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShieldCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingBag.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingBasket.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingCart.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/index.d.ts +12 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box2.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Categories/index.d.ts +2 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Journeys.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Services.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/index.d.ts +2 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Plans/PlanUltimate.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Plans/index.d.ts +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Businesscard.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Customdomain.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Marketing.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/PaymentLink.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Theme.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/index.d.ts +5 -0
- package/dist/cjs/icons/Media/Audio/Microphone.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/Pause.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/Play.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/Sleep.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/VolumeMute.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/VolumeOneline.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/VolumeTwoline.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/index.d.ts +7 -0
- package/dist/cjs/icons/Media/Devices/Desktop.d.ts +7 -0
- package/dist/cjs/icons/Media/Devices/Smartphone.d.ts +7 -0
- package/dist/cjs/icons/Media/Devices/index.d.ts +2 -0
- package/dist/cjs/icons/Media/Others/BarcodeScan.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/Download.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/EmojiSmile.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/Paperclip.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/Upload.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/index.d.ts +5 -0
- package/dist/cjs/icons/Media/Visual/Camera.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/CameraAdd.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Crop.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/FlashOff.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/FlashOn.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Image.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/ImageAdd.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Images.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Maximize.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/RotateAnticlockwise.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/RotateClockwise.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/VideoCamcorder.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/VideoFilm.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/index.d.ts +13 -0
- package/dist/cjs/icons/Social/Channels /Email.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /EmailMarketing.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /Facebook.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /FacebookComment.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /Instagram.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /InstagramIcon.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /Messenger.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /Tasks.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /WebPush.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /WhatsApp.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels /index.d.ts +10 -0
- package/dist/cjs/icons/Social/Social/EmailMarketing.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Facebook.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Google.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Instagram.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Messenger.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Rcs.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Twitter.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Website.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Whatsapp.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Youtube.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/index.d.ts +10 -0
- package/dist/cjs/icons/Toggles/General/Eye.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/EyeClosed.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/EyeOff.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/HeartEmpty.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/HeartFilled.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/Lock.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/StarEmpty.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/StarFilled.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/StarHalf.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/Unlock.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/index.d.ts +10 -0
- package/dist/cjs/icons/index.d.ts +56 -0
- package/dist/cjs/icons/registry.d.ts +10 -0
- package/dist/cjs/index.d.ts +0 -3
- package/dist/cjs/index.js +1 -1
- package/dist/esm/assets/icons/Ai_event_generating.svg.js +1 -1
- package/dist/esm/components/ProgressChecklist/MultiChecklistItem.d.ts +1 -29
- package/dist/esm/components/ProgressChecklist/ProgressChecklist.d.ts +27 -1
- package/dist/esm/components/QueryBuilder/Filters/Event/components/EventFilter.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.d.ts +2 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.d.ts +2 -5
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Connector.js +1 -1
- package/dist/esm/components/QueryBuilder/constants/connector.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/constants/connector.js +1 -1
- package/dist/esm/components/QueryBuilder/constants/connectorPosition.js +1 -1
- package/dist/esm/components/QueryBuilder/helpers/Connector.helper.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/helpers/Connector.helper.js +1 -1
- package/dist/esm/components/QueryBuilder/helpers/PropertyCustomProcessor.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/helpers/SegmentValidator.d.ts +15 -3
- package/dist/esm/components/QueryBuilder/types/QueryBuilder.type.d.ts +22 -2
- package/dist/esm/components/QueryBuilder/types/QueryBuilder.type.js +1 -1
- package/dist/esm/components/QueryBuilder/types/QueryBuilderAPI.type.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/types/QueryBuilderConnector.type.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/types/index.d.ts +1 -2
- package/dist/esm/components/SearchFilter/components/DatePickerButton.d.ts +1 -1
- package/dist/esm/components/SearchFilter/components/DateRangeOnlyButton.d.ts +1 -1
- package/dist/esm/components/SearchFilter/components/SearchFilterItem.d.ts +1 -1
- package/dist/esm/components/SearchFilter/types/SearchFilter.type.d.ts +1 -1
- package/dist/esm/components/WhatsAppTextEditor/AIRephraseButton.d.ts +1 -4
- package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditor.d.ts +1 -4
- package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +4 -1
- package/dist/esm/components/WhatsAppTextEditor/ai/actionRegistry.d.ts +1 -2
- package/dist/esm/components/accordion/Accordion.d.ts +35 -2
- package/dist/esm/components/accordion/Accordion.style.d.ts +1 -1
- package/dist/esm/components/analytics-card/AnalyticsCard.d.ts +1 -1
- package/dist/esm/components/analytics-card/AnalyticsCard.styled.d.ts +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChip.d.ts +17 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChipChannelFooter.d.ts +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsMultiChip.d.ts +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/Pie/PieChartAnalytics.js +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.js +1 -1
- package/dist/esm/components/avatar/Avatar.js +1 -1
- package/dist/esm/components/bik-layout/BikSidebar.d.ts +1 -1
- package/dist/esm/components/bik-layout/SidebarPopup.d.ts +1 -1
- package/dist/esm/components/bik-layout/SidebarSkeleton.d.ts +1 -1
- package/dist/esm/components/bik-layout/SidebarStyles.d.ts +1 -1
- package/dist/esm/components/bik-layout/SimpleSidebar.d.ts +27 -1
- package/dist/esm/components/floating-input-dropdown/FloatingInputDropdown.d.ts +1 -1
- package/dist/esm/components/image-cropper/BikImageCropper.d.ts +6 -1
- package/dist/esm/components/image-cropper/BikImagePipeline/BikImagePipeline.d.ts +1 -1
- package/dist/esm/components/input/ChipInput.js +1 -1
- package/dist/esm/components/input/ChipInput.styled.d.ts +66 -6
- package/dist/esm/components/input/ChipInput.styled.js +1 -1
- package/dist/esm/components/input/Input-helper.d.ts +1 -1
- package/dist/esm/components/input/Input.d.ts +72 -1
- package/dist/esm/components/input/Input.styled.d.ts +1 -1
- package/dist/esm/components/input-with-vars/InputWithVariables.d.ts +1 -1
- package/dist/esm/components/list-item/ListItem.d.ts +17 -1
- package/dist/esm/components/list-item/ListItem.styled.d.ts +1 -1
- package/dist/esm/components/list-item/themes.d.ts +1 -1
- package/dist/esm/components/multi-level-dropdown/GroupedMenuList.d.ts +1 -2
- package/dist/esm/components/multi-level-dropdown/GroupedMenuList.js +1 -1
- package/dist/esm/components/multi-level-dropdown/MenuItem.d.ts +1 -2
- package/dist/esm/components/multi-level-dropdown/MenuItem.js +1 -1
- package/dist/esm/components/multi-level-dropdown/MenuList.js +1 -1
- package/dist/esm/components/multi-level-dropdown/type.d.ts +1 -2
- package/dist/esm/components/product-picker-v2/ProductPickerTag.d.ts +2 -2
- package/dist/esm/components/product-picker-v2/collectionScreen.d.ts +3 -3
- package/dist/esm/components/product-picker-v2/helpers/ProductHelper.d.ts +4 -3
- package/dist/esm/components/product-picker-v2/index.d.ts +1 -1
- package/dist/esm/components/product-picker-v2/modal.d.ts +58 -2
- package/dist/esm/components/product-picker-v2/product.d.ts +3 -2
- package/dist/esm/components/product-picker-v2/productInfoOverlay.d.ts +2 -1
- package/dist/esm/components/product-picker-v2/productScreen.d.ts +3 -3
- package/dist/esm/components/product-picker-v2/productScreen.js +1 -1
- package/dist/esm/components/product-picker-v2/rearrangeScreen.d.ts +4 -3
- package/dist/esm/components/product-picker-v2/reducers.d.ts +1 -1
- package/dist/esm/components/product-picker-v2/reducers.js +1 -1
- package/dist/esm/components/product-picker-v2/searchScreen.d.ts +4 -3
- package/dist/esm/components/product-picker-v2/selectedScreen.d.ts +4 -3
- package/dist/esm/components/product-picker-v2/type.d.ts +0 -65
- package/dist/esm/components/product-picker-v2/utility.d.ts +3 -3
- package/dist/esm/components/product-picker-v2/utility.js +1 -1
- package/dist/esm/components/product-picker-v2/variant.d.ts +12 -2
- package/dist/esm/components/product-picker-v2/variantComponents.d.ts +3 -2
- package/dist/esm/components/sample-button/SampleButton.d.ts +16 -1
- package/dist/esm/components/sample-button/SampleButton.styled.d.ts +1 -1
- package/dist/esm/components/sample-button/themes.d.ts +1 -1
- package/dist/esm/components/searchBar/searchBar.d.ts +1 -1
- package/dist/esm/components/slider/slider.js +1 -1
- package/dist/esm/components/stepper/Stepper.d.ts +17 -1
- package/dist/esm/components/stepper/Stepper.styled.d.ts +1 -1
- package/dist/esm/components/stepper/StepperService.d.ts +1 -1
- package/dist/esm/components/stepper/themes.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/TemplateContextMapper.d.ts +9 -9
- package/dist/esm/components/template-context-mapper/TemplateContextMapper.js +1 -1
- package/dist/esm/components/template-context-mapper/context/templateModalContext.d.ts +7 -7
- package/dist/esm/components/template-context-mapper/custom-hooks/useAdditionalVariables.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/helpers/WebpushTemplateHelper.d.ts +4 -6
- package/dist/esm/components/template-context-mapper/helpers/WebpushTemplateHelper.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/Body.d.ts +2 -2
- package/dist/esm/components/template-context-mapper/modalElements/Body.js +10 -10
- package/dist/esm/components/template-context-mapper/modalElements/DesktopPreview.js +6 -6
- package/dist/esm/components/template-context-mapper/modalElements/EditMediaModal.d.ts +3 -3
- package/dist/esm/components/template-context-mapper/modalElements/EditMediaModal.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/EditWebpushTemplate.d.ts +2 -2
- package/dist/esm/components/template-context-mapper/modalElements/EditWebpushTemplate.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.d.ts +14 -3
- package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.d.ts +5 -5
- package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/Footer.js +4 -4
- package/dist/esm/components/template-context-mapper/modalElements/MobilePreview.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/MobilePreview.js +5 -5
- package/dist/esm/components/template-context-mapper/modalElements/QualityWarningModal.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/TemplateAnalyticsComponent.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/TemplateSelectModalContent.d.ts +2 -2
- package/dist/esm/components/template-context-mapper/modalElements/VariableConnector.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/VariableConnector.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.d.ts +4 -5
- package/dist/esm/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/VariableEditorHeader.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.d.ts +2 -2
- package/dist/esm/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.js +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.d.ts +1 -1
- package/dist/esm/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.js +1 -1
- package/dist/esm/components/template-context-mapper/utils/convertPlaceholdersToBikDropdown.d.ts +2 -2
- package/dist/esm/components/template-context-mapper/utils/getDataFromTemplateComponent.d.ts +2 -2
- package/dist/esm/components/template-context-mapper/utils/highlightFor.d.ts +1 -1
- package/dist/esm/components/template-preview/models/TemplateMeta.d.ts +1 -1
- package/dist/esm/components/template-preview/models/WhatsappCarouselTemplate.d.ts +2 -2
- package/dist/esm/components/toaster/Toaster.styled.js +1 -1
- package/dist/esm/components/variable-picker-v3/SubHeaderItems.js +1 -1
- package/dist/esm/icons/Actions/Common actions/Activate.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Code.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Cross.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Deactivate.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Delete.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Edit.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Forward.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Fullscreen.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/LinkSimpleHorizontal.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Minus.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Plus.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/SendAirplane.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/ShareAndroid.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/index.d.ts +13 -0
- package/dist/esm/icons/Actions/Formatting/CheckboxIcon.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Copy.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Dropdown.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/MultiLine.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/MultiSelect.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Number.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Text.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Textbox.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/index.d.ts +8 -0
- package/dist/esm/icons/Actions/Navigation/ArrowRedo.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/ArrowUndo.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/LogIn.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/LogOut.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/OpenNewWindow.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/Refresh.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/Rewind.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/Sync.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/index.d.ts +8 -0
- package/dist/esm/icons/Actions/Selection/HandleDrag.d.ts +7 -0
- package/dist/esm/icons/Actions/Selection/SelectDocManually.d.ts +7 -0
- package/dist/esm/icons/Actions/Selection/SingleChoice.d.ts +7 -0
- package/dist/esm/icons/Actions/Selection/index.d.ts +3 -0
- package/dist/esm/icons/Arrows/Carat/CaratDown.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/index.d.ts +4 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronDown.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/index.d.ts +4 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleDown.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/index.d.ts +4 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDown.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDown1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownLeft1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownRight1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowLeft1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowRight1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUp1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpLeft1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpRight1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/index.d.ts +16 -0
- package/dist/esm/icons/Arrows/Special/ArrowSwitch.d.ts +7 -0
- package/dist/esm/icons/Arrows/Special/ArrowSwitch1.d.ts +7 -0
- package/dist/esm/icons/Arrows/Special/index.d.ts +2 -0
- package/dist/esm/icons/BIK AI specific/AiEmoji.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/AiRobot.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Expand.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Frame27202.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Frame27389.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Frame27597.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Frame27598.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Frame27599.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/PricePlease.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Shape.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Shorter.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Sparkling2Line.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Write.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/index.d.ts +13 -0
- package/dist/esm/icons/Informational/Common UI/Bell.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/BellSync.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Bulb.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MenuHamburger.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MessageSearch.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MoreHorizontal.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MoreVertical.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Search.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Settings.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Training.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/index.d.ts +10 -0
- package/dist/esm/icons/Informational/Communication/Chat.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/ChatCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/ChatQuestion.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/ChatStar.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/Email.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/Headphone.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/LiveChat.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/Phone.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/index.d.ts +8 -0
- package/dist/esm/icons/Informational/Customer intent/ClipboardCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Experimental.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Frame27202.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Help.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Percent.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Purchase.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Services.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/ShoppingCart.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/SingleChoice.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Unsatisfactory.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/UserSound.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/index.d.ts +11 -0
- package/dist/esm/icons/Informational/Date and time/Calendar.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/CalendarAdd.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/Clock.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/HourGlass.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/WorkingHours.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/index.d.ts +5 -0
- package/dist/esm/icons/Informational/Files and folders/Archive1.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Excel.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/File.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/FileCsv.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/FilePage.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/FilePdf.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Folder.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/MediaMessage.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Move.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/OrderHistory.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/TextMessage.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Unarchive.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/index.d.ts +12 -0
- package/dist/esm/icons/Informational/Finance/Bank.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/CashOnDelivery.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/ChartLine.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/CreditCard.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Growth.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Money1.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/NoCredits.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Percent.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Rupee.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/TablerTicket.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Wallet.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/index.d.ts +11 -0
- package/dist/esm/icons/Informational/General/AlertTriangle.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Check.d.ts +7 -0
- package/dist/esm/icons/Informational/General/CheckDouble.d.ts +7 -0
- package/dist/esm/icons/Informational/General/CloseTicket1.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Error.d.ts +7 -0
- package/dist/esm/icons/Informational/General/FailDoc.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Help.d.ts +7 -0
- package/dist/esm/icons/Informational/General/IcList.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Info.d.ts +7 -0
- package/dist/esm/icons/Informational/General/NewTicket.d.ts +7 -0
- package/dist/esm/icons/Informational/General/RoundCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Slash.d.ts +7 -0
- package/dist/esm/icons/Informational/General/index.d.ts +12 -0
- package/dist/esm/icons/Informational/Identity/Chatbot.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Contacts.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Group.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/IdCard.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Person.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Robot.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Union.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Union1.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/UserMinus1.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/UserPlus.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/index.d.ts +10 -0
- package/dist/esm/icons/Informational/Location/Address.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/LanguageChange.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/MapPin.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/Truck.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/index.d.ts +4 -0
- package/dist/esm/icons/Informational/Store related/AllDocs.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/AllProduct.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/Clipboard.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/ClipboardCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/CustomerReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/Head112.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/InventoryReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/OrderReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/PaymentReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/Store.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/StoreSync.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/index.d.ts +11 -0
- package/dist/esm/icons/Informational/eCommerce/AddLabel.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Click.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Filter.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Gift1.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/GiftMinus.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/GiftPlus.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Promocode.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Receipt.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShieldCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingBag.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingBasket.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingCart.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/index.d.ts +12 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box2.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Categories/index.d.ts +2 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Journeys.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Services.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Navigation/index.d.ts +2 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Plans/PlanUltimate.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Plans/index.d.ts +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Businesscard.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Customdomain.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Marketing.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/PaymentLink.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Theme.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/index.d.ts +5 -0
- package/dist/esm/icons/Media/Audio/Microphone.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/Pause.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/Play.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/Sleep.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/VolumeMute.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/VolumeOneline.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/VolumeTwoline.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/index.d.ts +7 -0
- package/dist/esm/icons/Media/Devices/Desktop.d.ts +7 -0
- package/dist/esm/icons/Media/Devices/Smartphone.d.ts +7 -0
- package/dist/esm/icons/Media/Devices/index.d.ts +2 -0
- package/dist/esm/icons/Media/Others/BarcodeScan.d.ts +7 -0
- package/dist/esm/icons/Media/Others/Download.d.ts +7 -0
- package/dist/esm/icons/Media/Others/EmojiSmile.d.ts +7 -0
- package/dist/esm/icons/Media/Others/Paperclip.d.ts +7 -0
- package/dist/esm/icons/Media/Others/Upload.d.ts +7 -0
- package/dist/esm/icons/Media/Others/index.d.ts +5 -0
- package/dist/esm/icons/Media/Visual/Camera.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/CameraAdd.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Crop.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/FlashOff.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/FlashOn.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Image.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/ImageAdd.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Images.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Maximize.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/RotateAnticlockwise.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/RotateClockwise.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/VideoCamcorder.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/VideoFilm.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/index.d.ts +13 -0
- package/dist/esm/icons/Social/Channels /Email.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /EmailMarketing.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /Facebook.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /FacebookComment.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /Instagram.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /InstagramIcon.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /Messenger.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /Tasks.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /WebPush.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /WhatsApp.d.ts +6 -0
- package/dist/esm/icons/Social/Channels /index.d.ts +10 -0
- package/dist/esm/icons/Social/Social/EmailMarketing.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Facebook.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Google.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Instagram.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Messenger.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Rcs.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Twitter.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Website.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Whatsapp.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Youtube.d.ts +7 -0
- package/dist/esm/icons/Social/Social/index.d.ts +10 -0
- package/dist/esm/icons/Toggles/General/Eye.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/EyeClosed.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/EyeOff.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/HeartEmpty.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/HeartFilled.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/Lock.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/StarEmpty.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/StarFilled.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/StarHalf.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/Unlock.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/index.d.ts +10 -0
- package/dist/esm/icons/index.d.ts +56 -0
- package/dist/esm/icons/registry.d.ts +10 -0
- package/dist/esm/index.d.ts +0 -3
- package/dist/esm/index.js +1 -1
- package/package.json +19 -10
- package/dist/cjs/components/QueryBuilder/types/QueryBuilderEnum.type.d.ts +0 -21
- package/dist/cjs/components/QueryBuilder/types/QueryBuilderEnum.type.js +0 -1
- package/dist/cjs/components/accordion/Accordion.model.d.ts +0 -35
- package/dist/cjs/components/analytics-card/AnalyticsCard.model.d.ts +0 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChip.model.d.ts +0 -18
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +0 -2
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LazyCharts.js +0 -1
- package/dist/cjs/components/bik-layout/Sidebar.model.d.ts +0 -27
- package/dist/cjs/components/image-cropper/BikImageCropper.model.d.ts +0 -6
- package/dist/cjs/components/input/Input.model.d.ts +0 -73
- package/dist/cjs/components/list-item/List.model.d.ts +0 -18
- package/dist/cjs/components/sample-button/SampleButton.model.d.ts +0 -17
- package/dist/cjs/components/stepper/Stepper.model.d.ts +0 -17
- package/dist/cjs/components/template-context-mapper/modalElements/modal.d.ts +0 -13
- package/dist/cjs/firebase/environment.d.ts +0 -58
- package/dist/cjs/firebase/environment.js +0 -1
- package/dist/cjs/firebase/firebaseUserFetcher.d.ts +0 -34
- package/dist/cjs/firebase/firebaseUserFetcher.js +0 -1
- package/dist/cjs/firebase/index.d.ts +0 -7
- package/dist/cjs/firebase/lazyFirebaseApp.d.ts +0 -22
- package/dist/cjs/firebase/lazyFirebaseApp.js +0 -1
- package/dist/cjs/firebase/lazyFirebaseMethods.d.ts +0 -589
- package/dist/cjs/firebase/lazyFirebaseMethods.js +0 -1
- package/dist/cjs/firebase/lazyFirestore.d.ts +0 -6
- package/dist/cjs/firebase/lazyFirestore.js +0 -1
- package/dist/cjs/firebase/lazyFirestoreLite.d.ts +0 -6
- package/dist/cjs/firebase/lazyFirestoreLite.js +0 -1
- package/dist/cjs/firebase/lazyStorage.d.ts +0 -5
- package/dist/cjs/firebase/lazyStorage.js +0 -1
- package/dist/cjs/request-executor/executor.d.ts +0 -99
- package/dist/cjs/request-executor/executor.js +0 -1
- package/dist/cjs/request-executor/index.d.ts +0 -2
- package/dist/cjs/request-executor/model.d.ts +0 -14
- package/dist/cjs/utils/logging/ErrorConstructor/ApiError.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/ApiError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/BroadcastFlowError.d.ts +0 -4
- package/dist/cjs/utils/logging/ErrorConstructor/BroadcastFlowError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/CohortError.d.ts +0 -4
- package/dist/cjs/utils/logging/ErrorConstructor/CohortError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/CustomError.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/CustomError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/ExcelUploadError.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/ExcelUploadError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseCallError.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseCallError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseSubscriptionError.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseSubscriptionError.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/RechargeFailure.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/RechargeFailure.js +0 -1
- package/dist/cjs/utils/logging/ErrorConstructor/WhatsappIntegrationError.d.ts +0 -3
- package/dist/cjs/utils/logging/ErrorConstructor/WhatsappIntegrationError.js +0 -1
- package/dist/cjs/utils/logging/Logger.d.ts +0 -24
- package/dist/cjs/utils/logging/Logger.js +0 -1
- package/dist/cjs/utils/logging/index.d.ts +0 -10
- package/dist/esm/components/QueryBuilder/types/QueryBuilderEnum.type.d.ts +0 -21
- package/dist/esm/components/QueryBuilder/types/QueryBuilderEnum.type.js +0 -1
- package/dist/esm/components/accordion/Accordion.model.d.ts +0 -35
- package/dist/esm/components/analytics-card/AnalyticsCard.model.d.ts +0 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChip.model.d.ts +0 -18
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +0 -2
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.js +0 -1
- package/dist/esm/components/bik-layout/Sidebar.model.d.ts +0 -27
- package/dist/esm/components/image-cropper/BikImageCropper.model.d.ts +0 -6
- package/dist/esm/components/input/Input.model.d.ts +0 -73
- package/dist/esm/components/list-item/List.model.d.ts +0 -18
- package/dist/esm/components/sample-button/SampleButton.model.d.ts +0 -17
- package/dist/esm/components/stepper/Stepper.model.d.ts +0 -17
- package/dist/esm/components/template-context-mapper/modalElements/modal.d.ts +0 -13
- package/dist/esm/firebase/environment.d.ts +0 -58
- package/dist/esm/firebase/environment.js +0 -1
- package/dist/esm/firebase/firebaseUserFetcher.d.ts +0 -34
- package/dist/esm/firebase/firebaseUserFetcher.js +0 -1
- package/dist/esm/firebase/index.d.ts +0 -7
- package/dist/esm/firebase/lazyFirebaseApp.d.ts +0 -22
- package/dist/esm/firebase/lazyFirebaseApp.js +0 -1
- package/dist/esm/firebase/lazyFirebaseMethods.d.ts +0 -589
- package/dist/esm/firebase/lazyFirebaseMethods.js +0 -1
- package/dist/esm/firebase/lazyFirestore.d.ts +0 -6
- package/dist/esm/firebase/lazyFirestore.js +0 -1
- package/dist/esm/firebase/lazyFirestoreLite.d.ts +0 -6
- package/dist/esm/firebase/lazyFirestoreLite.js +0 -1
- package/dist/esm/firebase/lazyStorage.d.ts +0 -5
- package/dist/esm/firebase/lazyStorage.js +0 -1
- package/dist/esm/request-executor/executor.d.ts +0 -99
- package/dist/esm/request-executor/executor.js +0 -1
- package/dist/esm/request-executor/index.d.ts +0 -2
- package/dist/esm/request-executor/model.d.ts +0 -14
- package/dist/esm/utils/logging/ErrorConstructor/ApiError.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/ApiError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/BroadcastFlowError.d.ts +0 -4
- package/dist/esm/utils/logging/ErrorConstructor/BroadcastFlowError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/CohortError.d.ts +0 -4
- package/dist/esm/utils/logging/ErrorConstructor/CohortError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/CustomError.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/CustomError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/ExcelUploadError.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/ExcelUploadError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseCallError.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseCallError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseSubscriptionError.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseSubscriptionError.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/RechargeFailure.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/RechargeFailure.js +0 -1
- package/dist/esm/utils/logging/ErrorConstructor/WhatsappIntegrationError.d.ts +0 -3
- package/dist/esm/utils/logging/ErrorConstructor/WhatsappIntegrationError.js +0 -1
- package/dist/esm/utils/logging/Logger.d.ts +0 -24
- package/dist/esm/utils/logging/Logger.js +0 -1
- package/dist/esm/utils/logging/index.d.ts +0 -10
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgAllProduct: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgAllProduct;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgClipboard: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgClipboard;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgClipboardCheck: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgClipboardCheck;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgCustomerReport: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgCustomerReport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgHead112: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgHead112;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgInventoryReport: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgInventoryReport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgOrderReport: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgOrderReport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPaymentReport: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPaymentReport;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStore: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStore;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgStoreSync: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgStoreSync;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { default as AllDocs } from './AllDocs';
|
|
2
|
+
export { default as AllProduct } from './AllProduct';
|
|
3
|
+
export { default as Clipboard } from './Clipboard';
|
|
4
|
+
export { default as ClipboardCheck } from './ClipboardCheck';
|
|
5
|
+
export { default as CustomerReport } from './CustomerReport';
|
|
6
|
+
export { default as Head112 } from './Head112';
|
|
7
|
+
export { default as InventoryReport } from './InventoryReport';
|
|
8
|
+
export { default as OrderReport } from './OrderReport';
|
|
9
|
+
export { default as PaymentReport } from './PaymentReport';
|
|
10
|
+
export { default as Store } from './Store';
|
|
11
|
+
export { default as StoreSync } from './StoreSync';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgAddLabel: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgAddLabel;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgClick: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgClick;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgFilter: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgFilter;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgGift1: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgGift1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgGiftMinus: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgGiftMinus;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgGiftPlus: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgGiftPlus;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPromocode: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPromocode;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgReceipt: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgReceipt;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgShieldCheck: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgShieldCheck;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgShoppingBag: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgShoppingBag;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgShoppingBasket: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgShoppingBasket;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgShoppingCart: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgShoppingCart;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { default as AddLabel } from './AddLabel';
|
|
2
|
+
export { default as Click } from './Click';
|
|
3
|
+
export { default as Filter } from './Filter';
|
|
4
|
+
export { default as Gift1 } from './Gift1';
|
|
5
|
+
export { default as GiftMinus } from './GiftMinus';
|
|
6
|
+
export { default as GiftPlus } from './GiftPlus';
|
|
7
|
+
export { default as Promocode } from './Promocode';
|
|
8
|
+
export { default as Receipt } from './Receipt';
|
|
9
|
+
export { default as ShieldCheck } from './ShieldCheck';
|
|
10
|
+
export { default as ShoppingBag } from './ShoppingBag';
|
|
11
|
+
export { default as ShoppingBasket } from './ShoppingBasket';
|
|
12
|
+
export { default as ShoppingCart } from './ShoppingCart';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgJourneys: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgJourneys;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgServices: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgServices;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPlanUltimate: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPlanUltimate;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PlanUltimate } from './PlanUltimate';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBusinesscard: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBusinesscard;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgCustomdomain: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgCustomdomain;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgMarketing: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgMarketing;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPaymentLink: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPaymentLink;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgTheme: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgTheme;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as Businesscard } from './Businesscard';
|
|
2
|
+
export { default as Customdomain } from './Customdomain';
|
|
3
|
+
export { default as Marketing } from './Marketing';
|
|
4
|
+
export { default as PaymentLink } from './PaymentLink';
|
|
5
|
+
export { default as Theme } from './Theme';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgMicrophone: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgMicrophone;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPause: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPause;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgSleep: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgSleep;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgVolumeMute: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgVolumeMute;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgVolumeOneline: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgVolumeOneline;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgVolumeTwoline: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgVolumeTwoline;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as Microphone } from './Microphone';
|
|
2
|
+
export { default as Pause } from './Pause';
|
|
3
|
+
export { default as Play } from './Play';
|
|
4
|
+
export { default as Sleep } from './Sleep';
|
|
5
|
+
export { default as VolumeMute } from './VolumeMute';
|
|
6
|
+
export { default as VolumeOneline } from './VolumeOneline';
|
|
7
|
+
export { default as VolumeTwoline } from './VolumeTwoline';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgDesktop: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgDesktop;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgSmartphone: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgSmartphone;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgBarcodeScan: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgBarcodeScan;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgDownload: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgDownload;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgEmojiSmile: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgEmojiSmile;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgPaperclip: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgPaperclip;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgUpload: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgUpload;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgCamera: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgCamera;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgCameraAdd: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgCameraAdd;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgFlashOff: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgFlashOff;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgFlashOn: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgFlashOn;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgImage: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgImage;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgImageAdd: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgImageAdd;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgImages: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgImages;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgMaximize: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgMaximize;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgRotateAnticlockwise: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgRotateAnticlockwise;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgRotateClockwise: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgRotateClockwise;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgVideoCamcorder: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgVideoCamcorder;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
interface Props extends SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgVideoFilm: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgVideoFilm;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as Camera } from './Camera';
|
|
2
|
+
export { default as CameraAdd } from './CameraAdd';
|
|
3
|
+
export { default as Crop } from './Crop';
|
|
4
|
+
export { default as FlashOff } from './FlashOff';
|
|
5
|
+
export { default as FlashOn } from './FlashOn';
|
|
6
|
+
export { default as Image } from './Image';
|
|
7
|
+
export { default as ImageAdd } from './ImageAdd';
|
|
8
|
+
export { default as Images } from './Images';
|
|
9
|
+
export { default as Maximize } from './Maximize';
|
|
10
|
+
export { default as RotateAnticlockwise } from './RotateAnticlockwise';
|
|
11
|
+
export { default as RotateClockwise } from './RotateClockwise';
|
|
12
|
+
export { default as VideoCamcorder } from './VideoCamcorder';
|
|
13
|
+
export { default as VideoFilm } from './VideoFilm';
|