@bikdotai/bik-component-library 0.0.788-beta.8 → 0.0.788
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/assets/icons/DocsIcon.d.ts +6 -0
- package/dist/cjs/assets/icons/DocsIcon.js +1 -0
- package/dist/cjs/assets/icons/DoubtIcon.d.ts +6 -0
- package/dist/cjs/assets/icons/DoubtIcon.js +1 -0
- package/dist/cjs/assets/icons/EditLabel.d.ts +7 -0
- package/dist/cjs/assets/icons/EditLabel.js +1 -0
- package/dist/cjs/assets/icons/NotesIcon.d.ts +6 -0
- package/dist/cjs/assets/icons/NotesIcon.js +1 -0
- package/dist/cjs/assets/icons/StepsIcon.d.ts +6 -0
- package/dist/cjs/assets/icons/StepsIcon.js +1 -0
- package/dist/cjs/assets/icons/StoreIcon.d.ts +6 -0
- package/dist/cjs/assets/icons/StoreIcon.js +1 -0
- package/dist/cjs/assets/icons/ThreeColumnsIcon.d.ts +6 -0
- package/dist/cjs/assets/icons/ThreeColumnsIcon.js +1 -0
- package/dist/cjs/assets/icons/index.d.ts +7 -0
- package/dist/cjs/assets/icons/magic-line.svg.js +1 -0
- package/dist/cjs/assets/icons/refresh-purple.svg.js +1 -0
- package/dist/cjs/assets/icons/rewind.svg.js +1 -0
- package/dist/cjs/assets/icons/thumbs_down.svg.js +1 -0
- package/dist/cjs/assets/icons/thumbs_up.svg.js +1 -0
- package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.d.ts +29 -1
- package/dist/cjs/components/ProgressChecklist/ProgressChecklist.d.ts +3 -27
- package/dist/cjs/components/ProgressChecklist/ProgressChecklist.js +1 -1
- package/dist/cjs/components/QueryBuilder/Filters/CustomField/components/CustomField.js +1 -1
- package/dist/cjs/components/QueryBuilder/Filters/Event/components/EventFilter.js +1 -1
- package/dist/cjs/components/QueryBuilder/Filters/Segment/components/SegmentFilter.js +1 -1
- package/dist/cjs/components/QueryBuilder/Filters/UserProperty/components/UserPropertyFilter.js +1 -1
- package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.js +1 -1
- package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
- package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
- package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/EmojiPicker.d.ts +1 -2
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/InTheLast.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/InTwoLast.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/MultiselectDropdownFreeText.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.d.ts +5 -2
- 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/components/DropdownWrapper.d.ts +3 -1
- package/dist/cjs/components/QueryBuilder/components/DropdownWrapper.js +1 -1
- package/dist/cjs/components/QueryBuilder/components/QueryBuilderNode/Property/PropertyNode.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 +3 -15
- package/dist/cjs/components/QueryBuilder/types/QueryBuilder.type.d.ts +2 -22
- 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 +6 -1
- package/dist/cjs/components/QueryBuilder/types/QueryBuilderEnum.type.d.ts +21 -0
- package/dist/cjs/components/QueryBuilder/types/QueryBuilderEnum.type.js +1 -0
- package/dist/cjs/components/QueryBuilder/types/index.d.ts +2 -1
- 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/components/SearchFilterItem.js +1 -1
- package/dist/cjs/components/SearchFilter/types/SearchFilter.type.d.ts +1 -1
- package/dist/cjs/components/TablePagination/TablePagination.d.ts +1 -0
- package/dist/cjs/components/TablePagination/TablePagination.js +1 -1
- package/dist/cjs/components/WhatsAppTextEditor/AIRephrase.styled.d.ts +10 -0
- package/dist/cjs/components/WhatsAppTextEditor/AIRephrase.styled.js +1 -0
- package/dist/cjs/components/WhatsAppTextEditor/AIRephraseButton.d.ts +20 -0
- package/dist/cjs/components/WhatsAppTextEditor/AIRephraseButton.js +1 -0
- package/dist/cjs/components/WhatsAppTextEditor/BorderAnimation.d.ts +11 -0
- package/dist/cjs/components/WhatsAppTextEditor/BorderAnimation.js +1 -0
- package/dist/cjs/components/WhatsAppTextEditor/CustomEditor.styled.d.ts +13 -0
- package/dist/cjs/components/WhatsAppTextEditor/CustomEditor.styled.js +1 -1
- package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditor.d.ts +131 -3
- package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditor.js +5 -1
- package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +39 -1
- package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.js +1 -1
- package/dist/cjs/components/WhatsAppTextEditor/ai/actionRegistry.d.ts +15 -0
- package/dist/cjs/components/WhatsAppTextEditor/ai/actionRegistry.js +1 -0
- package/dist/cjs/components/WhatsAppTextEditor/ai/aiTag.d.ts +63 -0
- package/dist/cjs/components/WhatsAppTextEditor/ai/aiTag.js +1 -0
- package/dist/cjs/components/WhatsAppTextEditor/ai/api.d.ts +22 -0
- package/dist/cjs/components/WhatsAppTextEditor/ai/api.js +1 -0
- package/dist/cjs/components/accordion/Accordion.d.ts +2 -35
- package/dist/cjs/components/accordion/Accordion.model.d.ts +35 -0
- package/dist/cjs/components/accordion/Accordion.style.d.ts +1 -1
- package/dist/cjs/components/alerts/Alert.styled.js +1 -0
- package/dist/cjs/components/analytics-card/AnalyticsCard.d.ts +1 -1
- package/dist/cjs/components/analytics-card/AnalyticsCard.model.d.ts +1 -0
- package/dist/cjs/components/analytics-card/AnalyticsCard.styled.d.ts +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChip.d.ts +1 -17
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChip.model.d.ts +18 -0
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChipChannelFooter.d.ts +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsDropdown.js +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsMultiChip.d.ts +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.js +1 -1
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +2 -0
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LazyCharts.js +1 -0
- 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/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.d.ts +4 -0
- package/dist/cjs/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.js +1 -1
- package/dist/cjs/components/avatar/Avatar.js +1 -1
- package/dist/cjs/components/bik-layout/BikHeader.js +1 -1
- package/dist/cjs/components/bik-layout/BikSidebar.d.ts +1 -1
- package/dist/cjs/components/bik-layout/CommonStyles.js +1 -1
- package/dist/cjs/components/bik-layout/Sidebar.model.d.ts +27 -0
- 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 +1 -27
- package/dist/cjs/components/country-code-picker/CountryCodePicker.js +1 -1
- package/dist/cjs/components/country-code-picker/CountryPicker.js +1 -1
- package/dist/cjs/components/custom-date-time/CustomDateTime.js +1 -1
- package/dist/cjs/components/custom-date-time/DateSelector/DateSelector.js +1 -1
- package/dist/cjs/components/data-source-panel/DataSourceInfoFooter.js +1 -1
- package/dist/cjs/components/datePicker/TimePicker.js +1 -1
- package/dist/cjs/components/discount-modal/CouponExpiration/CouponExpiration.js +1 -1
- package/dist/cjs/components/discount-modal/DiscountModal.js +1 -1
- package/dist/cjs/components/discount-modal/DynamicCoupon/DynamicCoupon.js +1 -1
- package/dist/cjs/components/discount-modal/DynamicCoupon/MinimumRequirementComponent.js +1 -1
- package/dist/cjs/components/dropdown/Dropdown.d.ts +2 -0
- package/dist/cjs/components/dropdown/Dropdown.js +1 -1
- package/dist/cjs/components/dropdown/DropdownPopover/index.js +1 -1
- package/dist/cjs/components/dropdown/OpenedDropdown/components/OpennedDropdown.js +1 -1
- package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuItem.d.ts +6 -0
- package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuItem.js +34 -4
- package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuList.d.ts +2 -0
- package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuList.js +1 -1
- package/dist/cjs/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.d.ts +1 -0
- package/dist/cjs/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.js +1 -1
- package/dist/cjs/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.d.ts +2 -0
- package/dist/cjs/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.js +1 -1
- package/dist/cjs/components/dropdown/hooks/useDropdown.d.ts +2 -0
- package/dist/cjs/components/dropdown/hooks/useDropdown.js +1 -1
- package/dist/cjs/components/dropdown/type.d.ts +17 -0
- package/dist/cjs/components/dropdown-button/DropdownButton.js +1 -1
- package/dist/cjs/components/feature-announcements/MajorUpdatePopup.js +1 -1
- package/dist/cjs/components/feature-announcements/MinorUpdatePopup.js +1 -1
- package/dist/cjs/components/feature-announcements/types/feature.types.d.ts +1 -0
- package/dist/cjs/components/floating-input-dropdown/FloatingInputDropdown.d.ts +1 -1
- package/dist/cjs/components/image-cropper/BikImageCropper.d.ts +1 -6
- package/dist/cjs/components/image-cropper/BikImageCropper.model.d.ts +6 -0
- 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 +6 -66
- package/dist/cjs/components/input/ChipInput.styled.js +1 -1
- package/dist/cjs/components/input/Input-helper.d.ts +3 -1
- package/dist/cjs/components/input/Input-helper.js +1 -1
- package/dist/cjs/components/input/Input.d.ts +1 -71
- package/dist/cjs/components/input/Input.js +1 -1
- package/dist/cjs/components/input/Input.model.d.ts +76 -0
- package/dist/cjs/components/input/Input.styled.d.ts +2 -1
- package/dist/cjs/components/input/Input.styled.js +1 -1
- package/dist/cjs/components/input-with-vars/InputWithVariables.d.ts +1 -1
- package/dist/cjs/components/list-item/List.model.d.ts +18 -0
- package/dist/cjs/components/list-item/ListItem.d.ts +1 -17
- 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 +6 -1
- package/dist/cjs/components/multi-level-dropdown/GroupedMenuList.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/MenuItem.d.ts +5 -1
- package/dist/cjs/components/multi-level-dropdown/MenuItem.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/MenuList.d.ts +4 -0
- package/dist/cjs/components/multi-level-dropdown/MenuList.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/MultiLevelDropdown.js +1 -1
- package/dist/cjs/components/multi-level-dropdown/type.d.ts +5 -1
- 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 +3 -4
- package/dist/cjs/components/product-picker-v2/index.d.ts +1 -1
- package/dist/cjs/components/product-picker-v2/modal.d.ts +2 -58
- package/dist/cjs/components/product-picker-v2/product.d.ts +2 -3
- package/dist/cjs/components/product-picker-v2/productInfoOverlay.d.ts +1 -2
- 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 +3 -4
- package/dist/cjs/components/product-picker-v2/rearrangeScreen.js +1 -1
- 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 +3 -4
- package/dist/cjs/components/product-picker-v2/selectedScreen.d.ts +3 -4
- package/dist/cjs/components/product-picker-v2/type.d.ts +65 -0
- 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 +2 -12
- package/dist/cjs/components/product-picker-v2/variantComponents.d.ts +2 -3
- package/dist/cjs/components/product-picker-v2/variantComponents.js +1 -1
- package/dist/cjs/components/radioButton/RadioButton.d.ts +1 -0
- package/dist/cjs/components/radioButton/RadioButton.js +1 -1
- package/dist/cjs/components/sample-button/SampleButton.d.ts +1 -16
- package/dist/cjs/components/sample-button/SampleButton.model.d.ts +17 -0
- 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 +1 -17
- package/dist/cjs/components/stepper/Stepper.model.d.ts +17 -0
- 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/tag/Tag.d.ts +1 -1
- package/dist/cjs/components/tag/Tag.js +1 -1
- package/dist/cjs/components/tag/Tag.stories.d.ts +5 -5
- package/dist/cjs/components/tag/Tag.styled.d.ts +3 -0
- package/dist/cjs/components/tag/Tag.styled.js +1 -1
- package/dist/cjs/components/tag/model.d.ts +15 -0
- 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 +6 -4
- 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 +3 -14
- 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 +5 -4
- 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/modal.d.ts +13 -0
- 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/TemplatePreview.js +1 -1
- package/dist/cjs/components/template-preview/models/TemplateMeta.d.ts +1 -1
- package/dist/cjs/components/template-preview/models/WhatsAppTemplate.d.ts +1 -0
- package/dist/cjs/components/template-preview/models/WhatsappCarouselTemplate.d.ts +4 -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/components/zeroState/ZeroState.js +2 -1
- package/dist/cjs/firebase/environment.d.ts +58 -0
- package/dist/cjs/firebase/environment.js +1 -0
- package/dist/cjs/firebase/firebaseUserFetcher.d.ts +34 -0
- package/dist/cjs/firebase/firebaseUserFetcher.js +1 -0
- package/dist/cjs/firebase/index.d.ts +7 -0
- package/dist/cjs/firebase/lazyFirebaseApp.d.ts +22 -0
- package/dist/cjs/firebase/lazyFirebaseApp.js +1 -0
- package/dist/cjs/firebase/lazyFirebaseMethods.d.ts +589 -0
- package/dist/cjs/firebase/lazyFirebaseMethods.js +1 -0
- package/dist/cjs/firebase/lazyFirestore.d.ts +6 -0
- package/dist/cjs/firebase/lazyFirestore.js +1 -0
- package/dist/cjs/firebase/lazyFirestoreLite.d.ts +6 -0
- package/dist/cjs/firebase/lazyFirestoreLite.js +1 -0
- package/dist/cjs/firebase/lazyStorage.d.ts +5 -0
- package/dist/cjs/firebase/lazyStorage.js +1 -0
- package/dist/cjs/helpers/BaseWhatsappContentLang.helper.js +1 -1
- package/dist/cjs/icons/Actions/Common actions/Activate.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Activate.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Code.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Code.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Cross.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Cross.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Deactivate.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Deactivate.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Delete.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Delete.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Edit.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Edit.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Forward.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Forward.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Fullscreen.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Fullscreen.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/LinkSimpleHorizontal.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/LinkSimpleHorizontal.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Minus.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Minus.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/Plus.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/Plus.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/SendAirplane.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/SendAirplane.js +1 -0
- package/dist/cjs/icons/Actions/Common actions/ShareAndroid.d.ts +7 -0
- package/dist/cjs/icons/Actions/Common actions/ShareAndroid.js +1 -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/CheckboxIcon.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/Copy.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Copy.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/Dropdown.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Dropdown.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/MultiLine.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/MultiLine.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/MultiSelect.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/MultiSelect.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/Number.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Number.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/Text.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Text.js +1 -0
- package/dist/cjs/icons/Actions/Formatting/Textbox.d.ts +7 -0
- package/dist/cjs/icons/Actions/Formatting/Textbox.js +1 -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/ArrowRedo.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/ArrowUndo.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/ArrowUndo.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/LogIn.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/LogIn.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/LogOut.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/LogOut.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/OpenNewWindow.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/OpenNewWindow.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/Refresh.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/Refresh.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/Rewind.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/Rewind.js +1 -0
- package/dist/cjs/icons/Actions/Navigation/Sync.d.ts +7 -0
- package/dist/cjs/icons/Actions/Navigation/Sync.js +1 -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/HandleDrag.js +1 -0
- package/dist/cjs/icons/Actions/Selection/SingleChoice.d.ts +7 -0
- package/dist/cjs/icons/Actions/Selection/SingleChoice.js +1 -0
- package/dist/cjs/icons/Actions/Selection/index.d.ts +2 -0
- package/dist/cjs/icons/Arrows/Carat/CaratDown.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratDown.js +1 -0
- package/dist/cjs/icons/Arrows/Carat/CaratLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratLeft.js +1 -0
- package/dist/cjs/icons/Arrows/Carat/CaratRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratRight.js +1 -0
- package/dist/cjs/icons/Arrows/Carat/CaratUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Carat/CaratUp.js +1 -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/ChevronDown.js +1 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronLeft.js +1 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronRight.js +1 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Chevron/ChevronUp.js +1 -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/ChevronDoubleDown.js +1 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleLeft.js +1 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleRight.js +1 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleUp.js +1 -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/ArrowDown.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownLeft.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownRight.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowLeft.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowRight.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUp.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUp.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpLeft.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpLeft.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpRight.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpRight.js +1 -0
- package/dist/cjs/icons/Arrows/Normal arrows/index.d.ts +8 -0
- package/dist/cjs/icons/Arrows/Special/ArrowSwitch.d.ts +7 -0
- package/dist/cjs/icons/Arrows/Special/ArrowSwitch.js +1 -0
- package/dist/cjs/icons/Arrows/Special/index.d.ts +1 -0
- package/dist/cjs/icons/BIK AI specific/AiEmoji.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/AiEmoji.js +1 -0
- package/dist/cjs/icons/BIK AI specific/AiRobot.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/AiRobot.js +1 -0
- package/dist/cjs/icons/BIK AI specific/Expand.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Expand.js +1 -0
- package/dist/cjs/icons/BIK AI specific/GeminiSparkle.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/ManifestSparkle.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/PricePlease.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/PricePlease.js +1 -0
- package/dist/cjs/icons/BIK AI specific/Shape.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Shape.js +1 -0
- package/dist/cjs/icons/BIK AI specific/Shorter.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Shorter.js +1 -0
- package/dist/cjs/icons/BIK AI specific/Sparkling2Line.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Sparkling2Line.js +1 -0
- package/dist/cjs/icons/BIK AI specific/Write.d.ts +7 -0
- package/dist/cjs/icons/BIK AI specific/Write.js +1 -0
- package/dist/cjs/icons/BIK AI specific/index.d.ts +10 -0
- package/dist/cjs/icons/Informational/Common UI/Bell.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Bell.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/BellSync.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/BellSync.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/Bulb.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Bulb.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/MenuHamburger.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MenuHamburger.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/MessageSearch.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MessageSearch.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/MoreHorizontal.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MoreHorizontal.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/MoreVertical.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/MoreVertical.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/Placeholder.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Search.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Search.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/Settings.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Settings.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/Training.d.ts +7 -0
- package/dist/cjs/icons/Informational/Common UI/Training.js +1 -0
- package/dist/cjs/icons/Informational/Common UI/index.d.ts +11 -0
- package/dist/cjs/icons/Informational/Communication/Chat.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/Chat.js +1 -0
- package/dist/cjs/icons/Informational/Communication/ChatCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/ChatCheck.js +1 -0
- package/dist/cjs/icons/Informational/Communication/ChatQuestion.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/ChatQuestion.js +1 -0
- package/dist/cjs/icons/Informational/Communication/ChatStar.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/ChatStar.js +1 -0
- package/dist/cjs/icons/Informational/Communication/Email.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/Email.js +1 -0
- package/dist/cjs/icons/Informational/Communication/LiveChat.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/LiveChat.js +1 -0
- package/dist/cjs/icons/Informational/Communication/Phone.d.ts +7 -0
- package/dist/cjs/icons/Informational/Communication/Phone.js +1 -0
- package/dist/cjs/icons/Informational/Communication/index.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/ClipboardCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/ClipboardCheck.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/Experimental.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Experimental.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/Help.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Help.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/Percent.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Percent.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/Purchase.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Purchase.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/Services.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Services.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/ShoppingCart.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/ShoppingCart.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/SingleChoice.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/SingleChoice.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/Unsatisfactory.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/Unsatisfactory.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/UserSound.d.ts +7 -0
- package/dist/cjs/icons/Informational/Customer intent/UserSound.js +1 -0
- package/dist/cjs/icons/Informational/Customer intent/index.d.ts +10 -0
- package/dist/cjs/icons/Informational/Date and time/Calendar.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/Calendar.js +1 -0
- package/dist/cjs/icons/Informational/Date and time/CalendarAdd.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/CalendarAdd.js +1 -0
- package/dist/cjs/icons/Informational/Date and time/Clock.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/Clock.js +1 -0
- package/dist/cjs/icons/Informational/Date and time/HourGlass.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/HourGlass.js +1 -0
- package/dist/cjs/icons/Informational/Date and time/WorkingHours.d.ts +7 -0
- package/dist/cjs/icons/Informational/Date and time/WorkingHours.js +1 -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/Archive1.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/Excel.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Excel.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/File.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/File.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/FileCsv.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/FileCsv.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/FilePage.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/FilePage.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/FilePdf.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/FilePdf.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/Folder.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Folder.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/MediaMessage.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/MediaMessage.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/Move.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Move.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/OrderHistory.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/OrderHistory.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/TextMessage.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/TextMessage.js +1 -0
- package/dist/cjs/icons/Informational/Files and folders/Unarchive.d.ts +7 -0
- package/dist/cjs/icons/Informational/Files and folders/Unarchive.js +1 -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/Bank.js +1 -0
- package/dist/cjs/icons/Informational/Finance/CashOnDelivery.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/CashOnDelivery.js +1 -0
- package/dist/cjs/icons/Informational/Finance/ChartLine.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/ChartLine.js +1 -0
- package/dist/cjs/icons/Informational/Finance/CreditCard.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/CreditCard.js +1 -0
- package/dist/cjs/icons/Informational/Finance/Growth.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Growth.js +1 -0
- package/dist/cjs/icons/Informational/Finance/Money1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Money1.js +1 -0
- package/dist/cjs/icons/Informational/Finance/NoCredits.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/NoCredits.js +1 -0
- package/dist/cjs/icons/Informational/Finance/Percent.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Percent.js +1 -0
- package/dist/cjs/icons/Informational/Finance/Rupee.d.ts +7 -0
- package/dist/cjs/icons/Informational/Finance/Rupee.js +1 -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/Wallet.js +1 -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/AlertTriangle.js +1 -0
- package/dist/cjs/icons/Informational/General/Check.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Check.js +1 -0
- package/dist/cjs/icons/Informational/General/CheckDouble.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/CheckDouble.js +1 -0
- package/dist/cjs/icons/Informational/General/CloseTicket1.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/CloseTicket1.js +1 -0
- package/dist/cjs/icons/Informational/General/Error.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Error.js +1 -0
- package/dist/cjs/icons/Informational/General/FailDoc.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/FailDoc.js +1 -0
- package/dist/cjs/icons/Informational/General/Help.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Help.js +1 -0
- package/dist/cjs/icons/Informational/General/IcList.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/IcList.js +1 -0
- package/dist/cjs/icons/Informational/General/Info.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Info.js +1 -0
- package/dist/cjs/icons/Informational/General/NewTicket.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/NewTicket.js +1 -0
- package/dist/cjs/icons/Informational/General/RoundCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/RoundCheck.js +1 -0
- package/dist/cjs/icons/Informational/General/Slash.d.ts +7 -0
- package/dist/cjs/icons/Informational/General/Slash.js +1 -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/Chatbot.js +1 -0
- package/dist/cjs/icons/Informational/Identity/Contacts.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Contacts.js +1 -0
- package/dist/cjs/icons/Informational/Identity/Group.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Group.js +1 -0
- package/dist/cjs/icons/Informational/Identity/IdCard.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/IdCard.js +1 -0
- package/dist/cjs/icons/Informational/Identity/Person.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Person.js +1 -0
- package/dist/cjs/icons/Informational/Identity/Robot.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Robot.js +1 -0
- package/dist/cjs/icons/Informational/Identity/Union.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Union.js +1 -0
- package/dist/cjs/icons/Informational/Identity/Union1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/Union1.js +1 -0
- package/dist/cjs/icons/Informational/Identity/UserMinus1.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/UserMinus1.js +1 -0
- package/dist/cjs/icons/Informational/Identity/UserPlus.d.ts +7 -0
- package/dist/cjs/icons/Informational/Identity/UserPlus.js +1 -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/Address.js +1 -0
- package/dist/cjs/icons/Informational/Location/LanguageChange.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/LanguageChange.js +1 -0
- package/dist/cjs/icons/Informational/Location/MapPin.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/MapPin.js +1 -0
- package/dist/cjs/icons/Informational/Location/Truck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Location/Truck.js +1 -0
- package/dist/cjs/icons/Informational/Location/index.d.ts +4 -0
- package/dist/cjs/icons/Informational/Store related/AllProduct.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/AllProduct.js +1 -0
- package/dist/cjs/icons/Informational/Store related/Clipboard.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/Clipboard.js +1 -0
- package/dist/cjs/icons/Informational/Store related/ClipboardCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/ClipboardCheck.js +1 -0
- package/dist/cjs/icons/Informational/Store related/CustomerReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/CustomerReport.js +1 -0
- package/dist/cjs/icons/Informational/Store related/InventoryReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/InventoryReport.js +1 -0
- package/dist/cjs/icons/Informational/Store related/LegalBalance.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/OrderReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/OrderReport.js +1 -0
- package/dist/cjs/icons/Informational/Store related/PaymentReport.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/PaymentReport.js +1 -0
- package/dist/cjs/icons/Informational/Store related/Store.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/Store.js +1 -0
- package/dist/cjs/icons/Informational/Store related/StoreSync.d.ts +7 -0
- package/dist/cjs/icons/Informational/Store related/StoreSync.js +1 -0
- package/dist/cjs/icons/Informational/Store related/index.d.ts +10 -0
- package/dist/cjs/icons/Informational/eCommerce/AddLabel.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/AddLabel.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/Click.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Click.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/Filter.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Filter.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/Gift1.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Gift1.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/GiftMinus.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/GiftMinus.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/GiftPlus.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/GiftPlus.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/Promocode.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Promocode.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/Receipt.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/Receipt.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/ShieldCheck.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShieldCheck.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingBag.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingBag.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingBasket.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingBasket.js +1 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingCart.d.ts +7 -0
- package/dist/cjs/icons/Informational/eCommerce/ShoppingCart.js +1 -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/Box.js +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box2.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box2.js +1 -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/Journeys.js +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Services.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Services.js +1 -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/PlanUltimate.js +1 -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/Businesscard.js +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Customdomain.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Customdomain.js +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Marketing.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Marketing.js +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/PaymentLink.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/PaymentLink.js +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Theme.d.ts +7 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/Theme.js +1 -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/Microphone.js +1 -0
- package/dist/cjs/icons/Media/Audio/Pause.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/Pause.js +1 -0
- package/dist/cjs/icons/Media/Audio/Play.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/Play.js +1 -0
- package/dist/cjs/icons/Media/Audio/Sleep.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/Sleep.js +1 -0
- package/dist/cjs/icons/Media/Audio/VolumeMute.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/VolumeMute.js +1 -0
- package/dist/cjs/icons/Media/Audio/VolumeOneline.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/VolumeOneline.js +1 -0
- package/dist/cjs/icons/Media/Audio/VolumeTwoline.d.ts +7 -0
- package/dist/cjs/icons/Media/Audio/VolumeTwoline.js +1 -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/Desktop.js +1 -0
- package/dist/cjs/icons/Media/Devices/Smartphone.d.ts +7 -0
- package/dist/cjs/icons/Media/Devices/Smartphone.js +1 -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/BarcodeScan.js +1 -0
- package/dist/cjs/icons/Media/Others/Download.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/Download.js +1 -0
- package/dist/cjs/icons/Media/Others/EmojiSmile.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/EmojiSmile.js +1 -0
- package/dist/cjs/icons/Media/Others/Paperclip.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/Paperclip.js +1 -0
- package/dist/cjs/icons/Media/Others/Upload.d.ts +7 -0
- package/dist/cjs/icons/Media/Others/Upload.js +1 -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/Camera.js +1 -0
- package/dist/cjs/icons/Media/Visual/CameraAdd.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/CameraAdd.js +1 -0
- package/dist/cjs/icons/Media/Visual/Crop.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Crop.js +1 -0
- package/dist/cjs/icons/Media/Visual/FlashOff.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/FlashOff.js +1 -0
- package/dist/cjs/icons/Media/Visual/FlashOn.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/FlashOn.js +1 -0
- package/dist/cjs/icons/Media/Visual/Image.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Image.js +1 -0
- package/dist/cjs/icons/Media/Visual/ImageAdd.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/ImageAdd.js +1 -0
- package/dist/cjs/icons/Media/Visual/Images.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Images.js +1 -0
- package/dist/cjs/icons/Media/Visual/Maximize.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/Maximize.js +1 -0
- package/dist/cjs/icons/Media/Visual/RotateAnticlockwise.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/RotateAnticlockwise.js +1 -0
- package/dist/cjs/icons/Media/Visual/RotateClockwise.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/RotateClockwise.js +1 -0
- package/dist/cjs/icons/Media/Visual/VideoCamcorder.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/VideoCamcorder.js +1 -0
- package/dist/cjs/icons/Media/Visual/VideoFilm.d.ts +7 -0
- package/dist/cjs/icons/Media/Visual/VideoFilm.js +1 -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/Email.js +1 -0
- package/dist/cjs/icons/Social/Channels/EmailMarketing.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/EmailMarketing.js +1 -0
- package/dist/cjs/icons/Social/Channels/Facebook.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/Facebook.js +1 -0
- package/dist/cjs/icons/Social/Channels/FacebookComment.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/FacebookComment.js +1 -0
- package/dist/cjs/icons/Social/Channels/Instagram.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/Instagram.js +1 -0
- package/dist/cjs/icons/Social/Channels/InstagramIcon.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/InstagramIcon.js +1 -0
- package/dist/cjs/icons/Social/Channels/Messenger.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/Messenger.js +1 -0
- package/dist/cjs/icons/Social/Channels/Tasks.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/Tasks.js +1 -0
- package/dist/cjs/icons/Social/Channels/WebPush.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/WebPush.js +1 -0
- package/dist/cjs/icons/Social/Channels/WhatsApp.d.ts +6 -0
- package/dist/cjs/icons/Social/Channels/WhatsApp.js +1 -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/EmailMarketing.js +1 -0
- package/dist/cjs/icons/Social/Social/Facebook.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Facebook.js +1 -0
- package/dist/cjs/icons/Social/Social/Google.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Google.js +1 -0
- package/dist/cjs/icons/Social/Social/Instagram.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Instagram.js +1 -0
- package/dist/cjs/icons/Social/Social/Messenger.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Messenger.js +1 -0
- package/dist/cjs/icons/Social/Social/Rcs.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Rcs.js +1 -0
- package/dist/cjs/icons/Social/Social/Twitter.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Twitter.js +1 -0
- package/dist/cjs/icons/Social/Social/Website.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Website.js +1 -0
- package/dist/cjs/icons/Social/Social/Whatsapp.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Whatsapp.js +1 -0
- package/dist/cjs/icons/Social/Social/Youtube.d.ts +7 -0
- package/dist/cjs/icons/Social/Social/Youtube.js +1 -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/Eye.js +1 -0
- package/dist/cjs/icons/Toggles/General/EyeClosed.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/EyeClosed.js +1 -0
- package/dist/cjs/icons/Toggles/General/EyeOff.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/EyeOff.js +1 -0
- package/dist/cjs/icons/Toggles/General/HeartEmpty.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/HeartEmpty.js +1 -0
- package/dist/cjs/icons/Toggles/General/HeartFilled.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/HeartFilled.js +1 -0
- package/dist/cjs/icons/Toggles/General/Lock.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/Lock.js +1 -0
- package/dist/cjs/icons/Toggles/General/StarEmpty.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/StarEmpty.js +1 -0
- package/dist/cjs/icons/Toggles/General/StarFilled.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/StarFilled.js +1 -0
- package/dist/cjs/icons/Toggles/General/StarHalf.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/StarHalf.js +1 -0
- package/dist/cjs/icons/Toggles/General/Unlock.d.ts +7 -0
- package/dist/cjs/icons/Toggles/General/Unlock.js +1 -0
- package/dist/cjs/icons/Toggles/General/index.d.ts +10 -0
- package/dist/cjs/icons/index.d.ts +43 -0
- package/dist/cjs/icons/index.js +1 -0
- package/dist/cjs/icons/registry.d.ts +10 -0
- package/dist/cjs/index.d.ts +3 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/request-executor/executor.d.ts +99 -0
- package/dist/cjs/request-executor/executor.js +1 -0
- package/dist/cjs/request-executor/index.d.ts +2 -0
- package/dist/cjs/request-executor/model.d.ts +14 -0
- package/dist/cjs/utils/logging/ErrorConstructor/ApiError.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/ApiError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/BroadcastFlowError.d.ts +4 -0
- package/dist/cjs/utils/logging/ErrorConstructor/BroadcastFlowError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/CohortError.d.ts +4 -0
- package/dist/cjs/utils/logging/ErrorConstructor/CohortError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/CustomError.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/CustomError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/ExcelUploadError.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/ExcelUploadError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseCallError.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseCallError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseSubscriptionError.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/FirebaseSubscriptionError.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/RechargeFailure.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/RechargeFailure.js +1 -0
- package/dist/cjs/utils/logging/ErrorConstructor/WhatsappIntegrationError.d.ts +3 -0
- package/dist/cjs/utils/logging/ErrorConstructor/WhatsappIntegrationError.js +1 -0
- package/dist/cjs/utils/logging/Logger.d.ts +24 -0
- package/dist/cjs/utils/logging/Logger.js +1 -0
- package/dist/cjs/utils/logging/index.d.ts +10 -0
- package/dist/esm/assets/icons/Ai_event_generating.svg.js +1 -1
- package/dist/esm/assets/icons/DocsIcon.d.ts +6 -0
- package/dist/esm/assets/icons/DocsIcon.js +1 -0
- package/dist/esm/assets/icons/DoubtIcon.d.ts +6 -0
- package/dist/esm/assets/icons/DoubtIcon.js +1 -0
- package/dist/esm/assets/icons/EditLabel.d.ts +7 -0
- package/dist/esm/assets/icons/EditLabel.js +1 -0
- package/dist/esm/assets/icons/NotesIcon.d.ts +6 -0
- package/dist/esm/assets/icons/NotesIcon.js +1 -0
- package/dist/esm/assets/icons/StepsIcon.d.ts +6 -0
- package/dist/esm/assets/icons/StepsIcon.js +1 -0
- package/dist/esm/assets/icons/StoreIcon.d.ts +6 -0
- package/dist/esm/assets/icons/StoreIcon.js +1 -0
- package/dist/esm/assets/icons/ThreeColumnsIcon.d.ts +6 -0
- package/dist/esm/assets/icons/ThreeColumnsIcon.js +1 -0
- package/dist/esm/assets/icons/index.d.ts +7 -0
- package/dist/esm/assets/icons/magic-line.svg.js +1 -0
- package/dist/esm/assets/icons/refresh-purple.svg.js +1 -0
- package/dist/esm/assets/icons/rewind.svg.js +1 -0
- package/dist/esm/assets/icons/thumbs_down.svg.js +1 -0
- package/dist/esm/assets/icons/thumbs_up.svg.js +1 -0
- package/dist/esm/components/ProgressChecklist/MultiChecklistItem.d.ts +29 -1
- package/dist/esm/components/ProgressChecklist/ProgressChecklist.d.ts +3 -27
- package/dist/esm/components/ProgressChecklist/ProgressChecklist.js +1 -1
- package/dist/esm/components/QueryBuilder/Filters/CustomField/components/CustomField.js +1 -1
- package/dist/esm/components/QueryBuilder/Filters/Event/components/EventFilter.js +1 -1
- package/dist/esm/components/QueryBuilder/Filters/Segment/components/SegmentFilter.js +1 -1
- package/dist/esm/components/QueryBuilder/Filters/UserProperty/components/UserPropertyFilter.js +1 -1
- package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.js +1 -1
- package/dist/esm/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
- package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
- package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.d.ts +1 -2
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/InTheLast.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/InTwoLast.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/MultiselectDropdownFreeText.js +1 -1
- package/dist/esm/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.d.ts +5 -2
- 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/components/DropdownWrapper.d.ts +3 -1
- package/dist/esm/components/QueryBuilder/components/DropdownWrapper.js +1 -1
- package/dist/esm/components/QueryBuilder/components/QueryBuilderNode/Property/PropertyNode.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 +3 -15
- package/dist/esm/components/QueryBuilder/types/QueryBuilder.type.d.ts +2 -22
- 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 +6 -1
- package/dist/esm/components/QueryBuilder/types/QueryBuilderEnum.type.d.ts +21 -0
- package/dist/esm/components/QueryBuilder/types/QueryBuilderEnum.type.js +1 -0
- package/dist/esm/components/QueryBuilder/types/index.d.ts +2 -1
- 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/components/SearchFilterItem.js +1 -1
- package/dist/esm/components/SearchFilter/types/SearchFilter.type.d.ts +1 -1
- package/dist/esm/components/TablePagination/TablePagination.d.ts +1 -0
- package/dist/esm/components/TablePagination/TablePagination.js +1 -1
- package/dist/esm/components/WhatsAppTextEditor/AIRephrase.styled.d.ts +10 -0
- package/dist/esm/components/WhatsAppTextEditor/AIRephrase.styled.js +1 -0
- package/dist/esm/components/WhatsAppTextEditor/AIRephraseButton.d.ts +20 -0
- package/dist/esm/components/WhatsAppTextEditor/AIRephraseButton.js +1 -0
- package/dist/esm/components/WhatsAppTextEditor/BorderAnimation.d.ts +11 -0
- package/dist/esm/components/WhatsAppTextEditor/BorderAnimation.js +1 -0
- package/dist/esm/components/WhatsAppTextEditor/CustomEditor.styled.d.ts +13 -0
- package/dist/esm/components/WhatsAppTextEditor/CustomEditor.styled.js +1 -1
- package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditor.d.ts +131 -3
- package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditor.js +5 -1
- package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +39 -1
- package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.js +1 -1
- package/dist/esm/components/WhatsAppTextEditor/ai/actionRegistry.d.ts +15 -0
- package/dist/esm/components/WhatsAppTextEditor/ai/actionRegistry.js +1 -0
- package/dist/esm/components/WhatsAppTextEditor/ai/aiTag.d.ts +63 -0
- package/dist/esm/components/WhatsAppTextEditor/ai/aiTag.js +1 -0
- package/dist/esm/components/WhatsAppTextEditor/ai/api.d.ts +22 -0
- package/dist/esm/components/WhatsAppTextEditor/ai/api.js +1 -0
- package/dist/esm/components/accordion/Accordion.d.ts +2 -35
- package/dist/esm/components/accordion/Accordion.model.d.ts +35 -0
- package/dist/esm/components/accordion/Accordion.style.d.ts +1 -1
- package/dist/esm/components/alerts/Alert.styled.js +9 -8
- package/dist/esm/components/analytics-card/AnalyticsCard.d.ts +1 -1
- package/dist/esm/components/analytics-card/AnalyticsCard.model.d.ts +1 -0
- package/dist/esm/components/analytics-card/AnalyticsCard.styled.d.ts +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChip.d.ts +1 -17
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChip.model.d.ts +18 -0
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChipChannelFooter.d.ts +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsDropdown.js +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsMultiChip.d.ts +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.js +1 -1
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +2 -0
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.js +1 -0
- 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/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.d.ts +4 -0
- package/dist/esm/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.js +1 -1
- package/dist/esm/components/avatar/Avatar.js +1 -1
- package/dist/esm/components/bik-layout/BikHeader.js +1 -1
- package/dist/esm/components/bik-layout/BikSidebar.d.ts +1 -1
- package/dist/esm/components/bik-layout/CommonStyles.js +1 -1
- package/dist/esm/components/bik-layout/Sidebar.model.d.ts +27 -0
- 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 +1 -27
- package/dist/esm/components/country-code-picker/CountryCodePicker.js +1 -1
- package/dist/esm/components/country-code-picker/CountryPicker.js +1 -1
- package/dist/esm/components/custom-date-time/CustomDateTime.js +1 -1
- package/dist/esm/components/custom-date-time/DateSelector/DateSelector.js +1 -1
- package/dist/esm/components/data-source-panel/DataSourceInfoFooter.js +1 -1
- package/dist/esm/components/datePicker/TimePicker.js +1 -1
- package/dist/esm/components/discount-modal/CouponExpiration/CouponExpiration.js +1 -1
- package/dist/esm/components/discount-modal/DiscountModal.js +1 -1
- package/dist/esm/components/discount-modal/DynamicCoupon/DynamicCoupon.js +1 -1
- package/dist/esm/components/discount-modal/DynamicCoupon/MinimumRequirementComponent.js +1 -1
- package/dist/esm/components/dropdown/Dropdown.d.ts +2 -0
- package/dist/esm/components/dropdown/Dropdown.js +1 -1
- package/dist/esm/components/dropdown/DropdownPopover/index.js +1 -1
- package/dist/esm/components/dropdown/OpenedDropdown/components/OpennedDropdown.js +1 -1
- package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuItem.d.ts +6 -0
- package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuItem.js +36 -6
- package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuList.d.ts +2 -0
- package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuList.js +1 -1
- package/dist/esm/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.d.ts +1 -0
- package/dist/esm/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.js +1 -1
- package/dist/esm/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.d.ts +2 -0
- package/dist/esm/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.js +1 -1
- package/dist/esm/components/dropdown/hooks/useDropdown.d.ts +2 -0
- package/dist/esm/components/dropdown/hooks/useDropdown.js +1 -1
- package/dist/esm/components/dropdown/type.d.ts +17 -0
- package/dist/esm/components/dropdown-button/DropdownButton.js +1 -1
- package/dist/esm/components/feature-announcements/MajorUpdatePopup.js +1 -1
- package/dist/esm/components/feature-announcements/MinorUpdatePopup.js +1 -1
- package/dist/esm/components/feature-announcements/types/feature.types.d.ts +1 -0
- package/dist/esm/components/floating-input-dropdown/FloatingInputDropdown.d.ts +1 -1
- package/dist/esm/components/image-cropper/BikImageCropper.d.ts +1 -6
- package/dist/esm/components/image-cropper/BikImageCropper.model.d.ts +6 -0
- 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 +6 -66
- package/dist/esm/components/input/ChipInput.styled.js +1 -1
- package/dist/esm/components/input/Input-helper.d.ts +3 -1
- package/dist/esm/components/input/Input-helper.js +1 -1
- package/dist/esm/components/input/Input.d.ts +1 -71
- package/dist/esm/components/input/Input.js +1 -1
- package/dist/esm/components/input/Input.model.d.ts +76 -0
- package/dist/esm/components/input/Input.styled.d.ts +2 -1
- package/dist/esm/components/input/Input.styled.js +1 -1
- package/dist/esm/components/input-with-vars/InputWithVariables.d.ts +1 -1
- package/dist/esm/components/list-item/List.model.d.ts +18 -0
- package/dist/esm/components/list-item/ListItem.d.ts +1 -17
- 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 +6 -1
- package/dist/esm/components/multi-level-dropdown/GroupedMenuList.js +1 -1
- package/dist/esm/components/multi-level-dropdown/MenuItem.d.ts +5 -1
- package/dist/esm/components/multi-level-dropdown/MenuItem.js +1 -1
- package/dist/esm/components/multi-level-dropdown/MenuList.d.ts +4 -0
- package/dist/esm/components/multi-level-dropdown/MenuList.js +1 -1
- package/dist/esm/components/multi-level-dropdown/MultiLevelDropdown.js +1 -1
- package/dist/esm/components/multi-level-dropdown/type.d.ts +5 -1
- 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 +3 -4
- package/dist/esm/components/product-picker-v2/index.d.ts +1 -1
- package/dist/esm/components/product-picker-v2/modal.d.ts +2 -58
- package/dist/esm/components/product-picker-v2/product.d.ts +2 -3
- package/dist/esm/components/product-picker-v2/productInfoOverlay.d.ts +1 -2
- 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 +3 -4
- package/dist/esm/components/product-picker-v2/rearrangeScreen.js +1 -1
- 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 +3 -4
- package/dist/esm/components/product-picker-v2/selectedScreen.d.ts +3 -4
- package/dist/esm/components/product-picker-v2/type.d.ts +65 -0
- 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 +2 -12
- package/dist/esm/components/product-picker-v2/variantComponents.d.ts +2 -3
- package/dist/esm/components/product-picker-v2/variantComponents.js +1 -1
- package/dist/esm/components/radioButton/RadioButton.d.ts +1 -0
- package/dist/esm/components/radioButton/RadioButton.js +1 -1
- package/dist/esm/components/sample-button/SampleButton.d.ts +1 -16
- package/dist/esm/components/sample-button/SampleButton.model.d.ts +17 -0
- 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 +1 -17
- package/dist/esm/components/stepper/Stepper.model.d.ts +17 -0
- 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/tag/Tag.d.ts +1 -1
- package/dist/esm/components/tag/Tag.js +1 -1
- package/dist/esm/components/tag/Tag.stories.d.ts +5 -5
- package/dist/esm/components/tag/Tag.styled.d.ts +3 -0
- package/dist/esm/components/tag/Tag.styled.js +1 -1
- package/dist/esm/components/tag/model.d.ts +15 -0
- 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 +6 -4
- 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 +3 -14
- 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 +5 -4
- 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/modal.d.ts +13 -0
- 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/TemplatePreview.js +1 -1
- package/dist/esm/components/template-preview/models/TemplateMeta.d.ts +1 -1
- package/dist/esm/components/template-preview/models/WhatsAppTemplate.d.ts +1 -0
- package/dist/esm/components/template-preview/models/WhatsappCarouselTemplate.d.ts +4 -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/components/zeroState/ZeroState.js +2 -1
- package/dist/esm/firebase/environment.d.ts +58 -0
- package/dist/esm/firebase/environment.js +1 -0
- package/dist/esm/firebase/firebaseUserFetcher.d.ts +34 -0
- package/dist/esm/firebase/firebaseUserFetcher.js +1 -0
- package/dist/esm/firebase/index.d.ts +7 -0
- package/dist/esm/firebase/lazyFirebaseApp.d.ts +22 -0
- package/dist/esm/firebase/lazyFirebaseApp.js +1 -0
- package/dist/esm/firebase/lazyFirebaseMethods.d.ts +589 -0
- package/dist/esm/firebase/lazyFirebaseMethods.js +1 -0
- package/dist/esm/firebase/lazyFirestore.d.ts +6 -0
- package/dist/esm/firebase/lazyFirestore.js +1 -0
- package/dist/esm/firebase/lazyFirestoreLite.d.ts +6 -0
- package/dist/esm/firebase/lazyFirestoreLite.js +1 -0
- package/dist/esm/firebase/lazyStorage.d.ts +5 -0
- package/dist/esm/firebase/lazyStorage.js +1 -0
- package/dist/esm/helpers/BaseWhatsappContentLang.helper.js +1 -1
- package/dist/esm/icons/Actions/Common actions/Activate.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Activate.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Code.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Code.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Cross.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Cross.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Deactivate.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Deactivate.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Delete.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Delete.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Edit.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Edit.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Forward.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Forward.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Fullscreen.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Fullscreen.js +1 -0
- package/dist/esm/icons/Actions/Common actions/LinkSimpleHorizontal.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/LinkSimpleHorizontal.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Minus.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Minus.js +1 -0
- package/dist/esm/icons/Actions/Common actions/Plus.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Plus.js +1 -0
- package/dist/esm/icons/Actions/Common actions/SendAirplane.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/SendAirplane.js +1 -0
- package/dist/esm/icons/Actions/Common actions/ShareAndroid.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/ShareAndroid.js +1 -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/CheckboxIcon.js +1 -0
- package/dist/esm/icons/Actions/Formatting/Copy.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Copy.js +1 -0
- package/dist/esm/icons/Actions/Formatting/Dropdown.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Dropdown.js +1 -0
- package/dist/esm/icons/Actions/Formatting/MultiLine.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/MultiLine.js +1 -0
- package/dist/esm/icons/Actions/Formatting/MultiSelect.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/MultiSelect.js +1 -0
- package/dist/esm/icons/Actions/Formatting/Number.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Number.js +1 -0
- package/dist/esm/icons/Actions/Formatting/Text.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Text.js +1 -0
- package/dist/esm/icons/Actions/Formatting/Textbox.d.ts +7 -0
- package/dist/esm/icons/Actions/Formatting/Textbox.js +1 -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/ArrowRedo.js +1 -0
- package/dist/esm/icons/Actions/Navigation/ArrowUndo.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/ArrowUndo.js +1 -0
- package/dist/esm/icons/Actions/Navigation/LogIn.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/LogIn.js +1 -0
- package/dist/esm/icons/Actions/Navigation/LogOut.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/LogOut.js +1 -0
- package/dist/esm/icons/Actions/Navigation/OpenNewWindow.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/OpenNewWindow.js +1 -0
- package/dist/esm/icons/Actions/Navigation/Refresh.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/Refresh.js +1 -0
- package/dist/esm/icons/Actions/Navigation/Rewind.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/Rewind.js +1 -0
- package/dist/esm/icons/Actions/Navigation/Sync.d.ts +7 -0
- package/dist/esm/icons/Actions/Navigation/Sync.js +1 -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/HandleDrag.js +1 -0
- package/dist/esm/icons/Actions/Selection/SingleChoice.d.ts +7 -0
- package/dist/esm/icons/Actions/Selection/SingleChoice.js +1 -0
- package/dist/esm/icons/Actions/Selection/index.d.ts +2 -0
- package/dist/esm/icons/Arrows/Carat/CaratDown.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratDown.js +1 -0
- package/dist/esm/icons/Arrows/Carat/CaratLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratLeft.js +1 -0
- package/dist/esm/icons/Arrows/Carat/CaratRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratRight.js +1 -0
- package/dist/esm/icons/Arrows/Carat/CaratUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Carat/CaratUp.js +1 -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/ChevronDown.js +1 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronLeft.js +1 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronRight.js +1 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Chevron/ChevronUp.js +1 -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/ChevronDoubleDown.js +1 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleLeft.js +1 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleRight.js +1 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleUp.js +1 -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/ArrowDown.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownLeft.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowDownRight.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowLeft.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowRight.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUp.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUp.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpLeft.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpLeft.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpRight.d.ts +7 -0
- package/dist/esm/icons/Arrows/Normal arrows/ArrowUpRight.js +1 -0
- package/dist/esm/icons/Arrows/Normal arrows/index.d.ts +8 -0
- package/dist/esm/icons/Arrows/Special/ArrowSwitch.d.ts +7 -0
- package/dist/esm/icons/Arrows/Special/ArrowSwitch.js +1 -0
- package/dist/esm/icons/Arrows/Special/index.d.ts +1 -0
- package/dist/esm/icons/BIK AI specific/AiEmoji.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/AiEmoji.js +1 -0
- package/dist/esm/icons/BIK AI specific/AiRobot.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/AiRobot.js +1 -0
- package/dist/esm/icons/BIK AI specific/Expand.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Expand.js +1 -0
- package/dist/esm/icons/BIK AI specific/GeminiSparkle.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/ManifestSparkle.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/PricePlease.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/PricePlease.js +1 -0
- package/dist/esm/icons/BIK AI specific/Shape.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Shape.js +1 -0
- package/dist/esm/icons/BIK AI specific/Shorter.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Shorter.js +1 -0
- package/dist/esm/icons/BIK AI specific/Sparkling2Line.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Sparkling2Line.js +1 -0
- package/dist/esm/icons/BIK AI specific/Write.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Write.js +1 -0
- package/dist/esm/icons/BIK AI specific/index.d.ts +10 -0
- package/dist/esm/icons/Informational/Common UI/Bell.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Bell.js +1 -0
- package/dist/esm/icons/Informational/Common UI/BellSync.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/BellSync.js +1 -0
- package/dist/esm/icons/Informational/Common UI/Bulb.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Bulb.js +1 -0
- package/dist/esm/icons/Informational/Common UI/MenuHamburger.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MenuHamburger.js +1 -0
- package/dist/esm/icons/Informational/Common UI/MessageSearch.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MessageSearch.js +1 -0
- package/dist/esm/icons/Informational/Common UI/MoreHorizontal.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MoreHorizontal.js +1 -0
- package/dist/esm/icons/Informational/Common UI/MoreVertical.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/MoreVertical.js +1 -0
- package/dist/esm/icons/Informational/Common UI/Placeholder.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Search.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Search.js +1 -0
- package/dist/esm/icons/Informational/Common UI/Settings.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Settings.js +1 -0
- package/dist/esm/icons/Informational/Common UI/Training.d.ts +7 -0
- package/dist/esm/icons/Informational/Common UI/Training.js +1 -0
- package/dist/esm/icons/Informational/Common UI/index.d.ts +11 -0
- package/dist/esm/icons/Informational/Communication/Chat.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/Chat.js +1 -0
- package/dist/esm/icons/Informational/Communication/ChatCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/ChatCheck.js +1 -0
- package/dist/esm/icons/Informational/Communication/ChatQuestion.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/ChatQuestion.js +1 -0
- package/dist/esm/icons/Informational/Communication/ChatStar.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/ChatStar.js +1 -0
- package/dist/esm/icons/Informational/Communication/Email.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/Email.js +1 -0
- package/dist/esm/icons/Informational/Communication/LiveChat.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/LiveChat.js +1 -0
- package/dist/esm/icons/Informational/Communication/Phone.d.ts +7 -0
- package/dist/esm/icons/Informational/Communication/Phone.js +1 -0
- package/dist/esm/icons/Informational/Communication/index.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/ClipboardCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/ClipboardCheck.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/Experimental.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Experimental.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/Help.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Help.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/Percent.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Percent.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/Purchase.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Purchase.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/Services.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Services.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/ShoppingCart.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/ShoppingCart.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/SingleChoice.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/SingleChoice.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/Unsatisfactory.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/Unsatisfactory.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/UserSound.d.ts +7 -0
- package/dist/esm/icons/Informational/Customer intent/UserSound.js +1 -0
- package/dist/esm/icons/Informational/Customer intent/index.d.ts +10 -0
- package/dist/esm/icons/Informational/Date and time/Calendar.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/Calendar.js +1 -0
- package/dist/esm/icons/Informational/Date and time/CalendarAdd.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/CalendarAdd.js +1 -0
- package/dist/esm/icons/Informational/Date and time/Clock.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/Clock.js +1 -0
- package/dist/esm/icons/Informational/Date and time/HourGlass.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/HourGlass.js +1 -0
- package/dist/esm/icons/Informational/Date and time/WorkingHours.d.ts +7 -0
- package/dist/esm/icons/Informational/Date and time/WorkingHours.js +1 -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/Archive1.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/Excel.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Excel.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/File.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/File.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/FileCsv.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/FileCsv.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/FilePage.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/FilePage.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/FilePdf.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/FilePdf.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/Folder.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Folder.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/MediaMessage.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/MediaMessage.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/Move.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Move.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/OrderHistory.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/OrderHistory.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/TextMessage.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/TextMessage.js +1 -0
- package/dist/esm/icons/Informational/Files and folders/Unarchive.d.ts +7 -0
- package/dist/esm/icons/Informational/Files and folders/Unarchive.js +1 -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/Bank.js +1 -0
- package/dist/esm/icons/Informational/Finance/CashOnDelivery.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/CashOnDelivery.js +1 -0
- package/dist/esm/icons/Informational/Finance/ChartLine.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/ChartLine.js +1 -0
- package/dist/esm/icons/Informational/Finance/CreditCard.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/CreditCard.js +1 -0
- package/dist/esm/icons/Informational/Finance/Growth.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Growth.js +1 -0
- package/dist/esm/icons/Informational/Finance/Money1.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Money1.js +1 -0
- package/dist/esm/icons/Informational/Finance/NoCredits.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/NoCredits.js +1 -0
- package/dist/esm/icons/Informational/Finance/Percent.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Percent.js +1 -0
- package/dist/esm/icons/Informational/Finance/Rupee.d.ts +7 -0
- package/dist/esm/icons/Informational/Finance/Rupee.js +1 -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/Wallet.js +1 -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/AlertTriangle.js +1 -0
- package/dist/esm/icons/Informational/General/Check.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Check.js +1 -0
- package/dist/esm/icons/Informational/General/CheckDouble.d.ts +7 -0
- package/dist/esm/icons/Informational/General/CheckDouble.js +1 -0
- package/dist/esm/icons/Informational/General/CloseTicket1.d.ts +7 -0
- package/dist/esm/icons/Informational/General/CloseTicket1.js +1 -0
- package/dist/esm/icons/Informational/General/Error.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Error.js +1 -0
- package/dist/esm/icons/Informational/General/FailDoc.d.ts +7 -0
- package/dist/esm/icons/Informational/General/FailDoc.js +1 -0
- package/dist/esm/icons/Informational/General/Help.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Help.js +1 -0
- package/dist/esm/icons/Informational/General/IcList.d.ts +7 -0
- package/dist/esm/icons/Informational/General/IcList.js +1 -0
- package/dist/esm/icons/Informational/General/Info.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Info.js +1 -0
- package/dist/esm/icons/Informational/General/NewTicket.d.ts +7 -0
- package/dist/esm/icons/Informational/General/NewTicket.js +1 -0
- package/dist/esm/icons/Informational/General/RoundCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/General/RoundCheck.js +1 -0
- package/dist/esm/icons/Informational/General/Slash.d.ts +7 -0
- package/dist/esm/icons/Informational/General/Slash.js +1 -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/Chatbot.js +1 -0
- package/dist/esm/icons/Informational/Identity/Contacts.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Contacts.js +1 -0
- package/dist/esm/icons/Informational/Identity/Group.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Group.js +1 -0
- package/dist/esm/icons/Informational/Identity/IdCard.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/IdCard.js +1 -0
- package/dist/esm/icons/Informational/Identity/Person.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Person.js +1 -0
- package/dist/esm/icons/Informational/Identity/Robot.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Robot.js +1 -0
- package/dist/esm/icons/Informational/Identity/Union.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Union.js +1 -0
- package/dist/esm/icons/Informational/Identity/Union1.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/Union1.js +1 -0
- package/dist/esm/icons/Informational/Identity/UserMinus1.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/UserMinus1.js +1 -0
- package/dist/esm/icons/Informational/Identity/UserPlus.d.ts +7 -0
- package/dist/esm/icons/Informational/Identity/UserPlus.js +1 -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/Address.js +1 -0
- package/dist/esm/icons/Informational/Location/LanguageChange.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/LanguageChange.js +1 -0
- package/dist/esm/icons/Informational/Location/MapPin.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/MapPin.js +1 -0
- package/dist/esm/icons/Informational/Location/Truck.d.ts +7 -0
- package/dist/esm/icons/Informational/Location/Truck.js +1 -0
- package/dist/esm/icons/Informational/Location/index.d.ts +4 -0
- package/dist/esm/icons/Informational/Store related/AllProduct.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/AllProduct.js +1 -0
- package/dist/esm/icons/Informational/Store related/Clipboard.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/Clipboard.js +1 -0
- package/dist/esm/icons/Informational/Store related/ClipboardCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/ClipboardCheck.js +1 -0
- package/dist/esm/icons/Informational/Store related/CustomerReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/CustomerReport.js +1 -0
- package/dist/esm/icons/Informational/Store related/InventoryReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/InventoryReport.js +1 -0
- package/dist/esm/icons/Informational/Store related/LegalBalance.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/OrderReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/OrderReport.js +1 -0
- package/dist/esm/icons/Informational/Store related/PaymentReport.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/PaymentReport.js +1 -0
- package/dist/esm/icons/Informational/Store related/Store.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/Store.js +1 -0
- package/dist/esm/icons/Informational/Store related/StoreSync.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/StoreSync.js +1 -0
- package/dist/esm/icons/Informational/Store related/index.d.ts +10 -0
- package/dist/esm/icons/Informational/eCommerce/AddLabel.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/AddLabel.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/Click.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Click.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/Filter.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Filter.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/Gift1.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Gift1.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/GiftMinus.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/GiftMinus.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/GiftPlus.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/GiftPlus.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/Promocode.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Promocode.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/Receipt.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/Receipt.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/ShieldCheck.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShieldCheck.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingBag.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingBag.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingBasket.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingBasket.js +1 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingCart.d.ts +7 -0
- package/dist/esm/icons/Informational/eCommerce/ShoppingCart.js +1 -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/Box.js +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box2.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box2.js +1 -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/Journeys.js +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Services.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Services.js +1 -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/PlanUltimate.js +1 -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/Businesscard.js +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Customdomain.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Customdomain.js +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Marketing.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Marketing.js +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/PaymentLink.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/PaymentLink.js +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Theme.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/Theme.js +1 -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/Microphone.js +1 -0
- package/dist/esm/icons/Media/Audio/Pause.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/Pause.js +1 -0
- package/dist/esm/icons/Media/Audio/Play.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/Play.js +1 -0
- package/dist/esm/icons/Media/Audio/Sleep.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/Sleep.js +1 -0
- package/dist/esm/icons/Media/Audio/VolumeMute.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/VolumeMute.js +1 -0
- package/dist/esm/icons/Media/Audio/VolumeOneline.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/VolumeOneline.js +1 -0
- package/dist/esm/icons/Media/Audio/VolumeTwoline.d.ts +7 -0
- package/dist/esm/icons/Media/Audio/VolumeTwoline.js +1 -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/Desktop.js +1 -0
- package/dist/esm/icons/Media/Devices/Smartphone.d.ts +7 -0
- package/dist/esm/icons/Media/Devices/Smartphone.js +1 -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/BarcodeScan.js +1 -0
- package/dist/esm/icons/Media/Others/Download.d.ts +7 -0
- package/dist/esm/icons/Media/Others/Download.js +1 -0
- package/dist/esm/icons/Media/Others/EmojiSmile.d.ts +7 -0
- package/dist/esm/icons/Media/Others/EmojiSmile.js +1 -0
- package/dist/esm/icons/Media/Others/Paperclip.d.ts +7 -0
- package/dist/esm/icons/Media/Others/Paperclip.js +1 -0
- package/dist/esm/icons/Media/Others/Upload.d.ts +7 -0
- package/dist/esm/icons/Media/Others/Upload.js +1 -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/Camera.js +1 -0
- package/dist/esm/icons/Media/Visual/CameraAdd.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/CameraAdd.js +1 -0
- package/dist/esm/icons/Media/Visual/Crop.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Crop.js +1 -0
- package/dist/esm/icons/Media/Visual/FlashOff.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/FlashOff.js +1 -0
- package/dist/esm/icons/Media/Visual/FlashOn.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/FlashOn.js +1 -0
- package/dist/esm/icons/Media/Visual/Image.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Image.js +1 -0
- package/dist/esm/icons/Media/Visual/ImageAdd.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/ImageAdd.js +1 -0
- package/dist/esm/icons/Media/Visual/Images.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Images.js +1 -0
- package/dist/esm/icons/Media/Visual/Maximize.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/Maximize.js +1 -0
- package/dist/esm/icons/Media/Visual/RotateAnticlockwise.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/RotateAnticlockwise.js +1 -0
- package/dist/esm/icons/Media/Visual/RotateClockwise.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/RotateClockwise.js +1 -0
- package/dist/esm/icons/Media/Visual/VideoCamcorder.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/VideoCamcorder.js +1 -0
- package/dist/esm/icons/Media/Visual/VideoFilm.d.ts +7 -0
- package/dist/esm/icons/Media/Visual/VideoFilm.js +1 -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/Email.js +1 -0
- package/dist/esm/icons/Social/Channels/EmailMarketing.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/EmailMarketing.js +1 -0
- package/dist/esm/icons/Social/Channels/Facebook.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/Facebook.js +1 -0
- package/dist/esm/icons/Social/Channels/FacebookComment.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/FacebookComment.js +1 -0
- package/dist/esm/icons/Social/Channels/Instagram.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/Instagram.js +1 -0
- package/dist/esm/icons/Social/Channels/InstagramIcon.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/InstagramIcon.js +1 -0
- package/dist/esm/icons/Social/Channels/Messenger.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/Messenger.js +1 -0
- package/dist/esm/icons/Social/Channels/Tasks.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/Tasks.js +1 -0
- package/dist/esm/icons/Social/Channels/WebPush.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/WebPush.js +1 -0
- package/dist/esm/icons/Social/Channels/WhatsApp.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/WhatsApp.js +1 -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/EmailMarketing.js +1 -0
- package/dist/esm/icons/Social/Social/Facebook.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Facebook.js +1 -0
- package/dist/esm/icons/Social/Social/Google.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Google.js +1 -0
- package/dist/esm/icons/Social/Social/Instagram.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Instagram.js +1 -0
- package/dist/esm/icons/Social/Social/Messenger.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Messenger.js +1 -0
- package/dist/esm/icons/Social/Social/Rcs.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Rcs.js +1 -0
- package/dist/esm/icons/Social/Social/Twitter.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Twitter.js +1 -0
- package/dist/esm/icons/Social/Social/Website.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Website.js +1 -0
- package/dist/esm/icons/Social/Social/Whatsapp.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Whatsapp.js +1 -0
- package/dist/esm/icons/Social/Social/Youtube.d.ts +7 -0
- package/dist/esm/icons/Social/Social/Youtube.js +1 -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/Eye.js +1 -0
- package/dist/esm/icons/Toggles/General/EyeClosed.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/EyeClosed.js +1 -0
- package/dist/esm/icons/Toggles/General/EyeOff.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/EyeOff.js +1 -0
- package/dist/esm/icons/Toggles/General/HeartEmpty.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/HeartEmpty.js +1 -0
- package/dist/esm/icons/Toggles/General/HeartFilled.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/HeartFilled.js +1 -0
- package/dist/esm/icons/Toggles/General/Lock.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/Lock.js +1 -0
- package/dist/esm/icons/Toggles/General/StarEmpty.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/StarEmpty.js +1 -0
- package/dist/esm/icons/Toggles/General/StarFilled.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/StarFilled.js +1 -0
- package/dist/esm/icons/Toggles/General/StarHalf.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/StarHalf.js +1 -0
- package/dist/esm/icons/Toggles/General/Unlock.d.ts +7 -0
- package/dist/esm/icons/Toggles/General/Unlock.js +1 -0
- package/dist/esm/icons/Toggles/General/index.d.ts +10 -0
- package/dist/esm/icons/index.d.ts +43 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/registry.d.ts +10 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/request-executor/executor.d.ts +99 -0
- package/dist/esm/request-executor/executor.js +1 -0
- package/dist/esm/request-executor/index.d.ts +2 -0
- package/dist/esm/request-executor/model.d.ts +14 -0
- package/dist/esm/utils/logging/ErrorConstructor/ApiError.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/ApiError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/BroadcastFlowError.d.ts +4 -0
- package/dist/esm/utils/logging/ErrorConstructor/BroadcastFlowError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/CohortError.d.ts +4 -0
- package/dist/esm/utils/logging/ErrorConstructor/CohortError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/CustomError.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/CustomError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/ExcelUploadError.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/ExcelUploadError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseCallError.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseCallError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseSubscriptionError.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/FirebaseSubscriptionError.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/RechargeFailure.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/RechargeFailure.js +1 -0
- package/dist/esm/utils/logging/ErrorConstructor/WhatsappIntegrationError.d.ts +3 -0
- package/dist/esm/utils/logging/ErrorConstructor/WhatsappIntegrationError.js +1 -0
- package/dist/esm/utils/logging/Logger.d.ts +24 -0
- package/dist/esm/utils/logging/Logger.js +1 -0
- package/dist/esm/utils/logging/index.d.ts +10 -0
- package/package.json +27 -11
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { GroupedOption, MultiLevelDropdownOption } from './type';
|
|
2
|
+
import { GroupedOption, MultiLevelDropdownOption, RenderNestedMenu } from './type';
|
|
3
3
|
export declare const GroupedMenuList: React.FC<{
|
|
4
4
|
width: string;
|
|
5
5
|
onDropdownItemClick?: (option: MultiLevelDropdownOption, parents: MultiLevelDropdownOption[]) => void;
|
|
6
6
|
option: GroupedOption;
|
|
7
7
|
parents: MultiLevelDropdownOption[];
|
|
8
|
+
allowParentSelection?: boolean;
|
|
9
|
+
maxLevels?: number;
|
|
10
|
+
hideGroupLabel?: boolean;
|
|
11
|
+
currentLevel: number;
|
|
12
|
+
renderNestedMenu: RenderNestedMenu;
|
|
8
13
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{COLORS as o}from"../../constants/Theme.js";import{BodyTiny as r}from"../TypographyStyle.js";import{MenuItem as n}from"./MenuItem.js";import{GroupedMenuListContainer as l}from"./MultiLevelDropdown.styled.js";const p=p=>{let{width:i,onDropdownItemClick:s,option:a,parents:m,allowParentSelection:d,maxLevels:c,hideGroupLabel:u,currentLevel:h,renderNestedMenu:x}=p;return e(l,{children:[!u&&t(r,Object.assign({style:{padding:"4px 8px 4px 12px",cursor:"default"},color:o.content.placeholder},{children:a.label})),a.options.map(((e,o)=>t(n,{width:i,onDropdownItemClick:s,option:e,parents:m,allowParentSelection:d,maxLevels:c,currentLevel:h,renderNestedMenu:x},o)))]})};export{p as GroupedMenuList};
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { MultiLevelDropdownOption, SingleOption } from './type';
|
|
2
|
+
import { MultiLevelDropdownOption, RenderNestedMenu, SingleOption } from './type';
|
|
3
3
|
export declare const MenuItem: React.FC<{
|
|
4
4
|
width: string;
|
|
5
5
|
onDropdownItemClick?: (option: MultiLevelDropdownOption, parents: MultiLevelDropdownOption[]) => void;
|
|
6
6
|
option: SingleOption;
|
|
7
7
|
parents: MultiLevelDropdownOption[];
|
|
8
|
+
allowParentSelection?: boolean;
|
|
9
|
+
maxLevels?: number;
|
|
10
|
+
currentLevel: number;
|
|
11
|
+
renderNestedMenu: RenderNestedMenu;
|
|
8
12
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as e,jsx as t,Fragment as n}from"react/jsx-runtime";import
|
|
1
|
+
import{jsxs as e,jsx as t,Fragment as n}from"react/jsx-runtime";import o from"../../assets/icons/chevronRight2.svg.js";import i,{useRef as l}from"react";import{COLORS as r}from"../../constants/Theme.js";import{BodyCaption as s,BodyTiny as c}from"../TypographyStyle.js";import{MenuItemWrapper as d,MenuItemContainer as a,ContentContainer as p,LeadingIconContainer as u,TrailingIconContainer as h,SubMenuContainer as m,StyledSubMenuWrapper as v,SubMenuListContainer as g}from"./MultiLevelDropdown.styled.js";const b=b=>{let{width:f,onDropdownItemClick:j,option:y,parents:w,allowParentSelection:M,maxLevels:O,currentLevel:S,renderNestedMenu:x}=b;var C,I,T,L,k,D,E;const[N,P]=i.useState(!1),[R,B]=i.useState(!1),[H,W]=i.useState({top:0,left:0}),q=l({top:0,left:0}),z=!!y.children&&y.children.length>0,A=z&&(void 0===O||S<O);return e(d,Object.assign({onMouseEnter:e=>{A&&(P(!0),(e=>{const t=e.currentTarget.getBoundingClientRect();W({top:t.top,left:t.right}),q.current={top:t.top,left:t.right}})(e))},onMouseLeave:()=>{P(!1)},onClick:e=>{e.stopPropagation(),(()=>{var e;!j||null!==(e=y.disabled)&&void 0!==e&&e||z&&!M||j(y,w)})()},id:"menuItemWrapper",style:{cursor:null!==(C=y.disabled)&&void 0!==C&&C?"not-allowed":"pointer",backgroundColor:null!==(I=y.disabled)&&void 0!==I&&I?r.surface.standard:"transparent"}},{children:[y.customComponent?y.customComponent:e(a,Object.assign({isSelected:y.selected,isSubMenuOpen:N,isHovered:R,isDisabled:null!==(T=y.disabled)&&void 0!==T&&T},{children:[e(p,{children:[y.leadingIcon&&t(u,{children:y.leadingIcon}),e("div",{children:[t(s,Object.assign({style:{color:null!==(L=y.disabled)&&void 0!==L&&L?r.content.inactive:y.selected||R?r.content.positive:r.content.primary}},{children:y.label})),y.subText&&t(c,Object.assign({style:{color:null!==(k=y.disabled)&&void 0!==k&&k?r.content.inactive:y.selected||R?r.content.positive:r.content.secondary,marginTop:"2px"}},{children:y.subText}))]})]}),z?t(h,{children:t(o,{width:16,height:16,color:!A||null!==(D=y.disabled)&&void 0!==D&&D?r.content.inactive:y.selected||R?r.content.positive:r.content.primary})}):y.trailingIcon?t(h,{children:y.trailingIcon}):t(n,{})]})),!(null!==(E=y.disabled)&&void 0!==E&&E)&&y.children&&y.children.length>0&&A&&N&&t(m,Object.assign({width:f,className:"submenu",onMouseEnter:()=>B(!0),onMouseLeave:()=>B(!1)},{children:t(v,Object.assign({width:f,top:H.top,left:H.left},{children:t(g,{children:x(y.children,[...w,y],S+1)})}))}))]}))};export{b as MenuItem};
|
|
@@ -5,4 +5,8 @@ export declare const MenuList: React.FC<{
|
|
|
5
5
|
onDropdownItemClick?: (option: MultiLevelDropdownOption, parents: MultiLevelDropdownOption[]) => void;
|
|
6
6
|
options: MultiLevelDropdownOption[];
|
|
7
7
|
parents: MultiLevelDropdownOption[];
|
|
8
|
+
allowParentSelection?: boolean;
|
|
9
|
+
maxLevels?: number;
|
|
10
|
+
hideGroupLabel?: boolean;
|
|
11
|
+
currentLevel: number;
|
|
8
12
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{GroupedMenuList as o}from"./GroupedMenuList.js";import{MenuItem as t}from"./MenuItem.js";import{StyledMenuList as n}from"./MultiLevelDropdown.styled.js";const r=l=>{let{width:i,onDropdownItemClick:p,options:a,parents:s,allowParentSelection:d,maxLevels:m,hideGroupLabel:c,currentLevel:u}=l;const w=(o,t,n)=>e(r,{width:i,onDropdownItemClick:p,options:o,parents:t,allowParentSelection:d,maxLevels:m,hideGroupLabel:c,currentLevel:n});return e(n,{children:a.map(((n,r)=>"value"in n?e(t,{width:i,onDropdownItemClick:p,option:n,parents:s,allowParentSelection:d,maxLevels:m,currentLevel:u,renderNestedMenu:w},r):"options"in n&&n.options.length>0?e(o,{width:i,onDropdownItemClick:p,option:n,parents:s,allowParentSelection:d,maxLevels:m,hideGroupLabel:c,currentLevel:u,renderNestedMenu:w},r):void 0))})};export{r as MenuList};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e,jsxs as n}from"react/jsx-runtime";import t,{useState as o,useEffect as r}from"react";import{ZeroState as s}from"../zeroState/ZeroState.js";import{COLORS as i}from"../../constants/Theme.js";import{SearchBox as l}from"../dropdown/OpenedDropdown/components/searchbox/SearchBox.js";import{Floater as c}from"../floater/floater.js";import{MenuList as
|
|
1
|
+
import{jsx as e,jsxs as n}from"react/jsx-runtime";import t,{useState as o,useEffect as r}from"react";import{ZeroState as s}from"../zeroState/ZeroState.js";import{COLORS as i}from"../../constants/Theme.js";import{SearchBox as l}from"../dropdown/OpenedDropdown/components/searchbox/SearchBox.js";import{Floater as c}from"../floater/floater.js";import{MenuList as a}from"./MenuList.js";import{DropdownContainer as d,OptionsContainer as p,NoResultsContainer as u}from"./MultiLevelDropdown.styled.js";const h=h=>{let{options:f,width:m,isSearchable:w,onDropdownItemClick:b,refElement:g,topOffset:j,leftOffset:O,isDropdownOpen:x,onDropdownOutsideClick:L,allowParentSelection:v,maxLevels:y,hideGroupLabel:S}=h;const C=t.useRef(null),[D,k]=o(f),E=e=>{const n=Array.isArray(f)?[...f]:[],t=[];for(;n.length>0;){const o=n.shift();o&&o.label.toLowerCase().includes(e.toLowerCase())&&t.push(o),o&&"children"in o&&o.children?n.push(...o.children):o&&"options"in o&&o.options&&n.push(...o.options)}const o=e=>e.map((e=>{if(t.includes(e))return e;if("children"in e&&e.children){const n=o(e.children);if(n.length>0)return Object.assign(Object.assign({},e),{children:n})}if("options"in e&&e.options){const n=o(e.options);if(n.length>0)return Object.assign(Object.assign({},e),{options:n})}return null})).filter((e=>null!==e));k(o(f))},I=e=>{C.current&&!C.current.contains(e.target)?L&&L(!0):L&&L(!1)};return r((()=>{x&&E("")}),[x]),r((()=>(document.addEventListener("mousedown",I),()=>{document.removeEventListener("mousedown",I)})),[]),r((()=>{k(f)}),[f]),e(c,Object.assign({refElement:g,topOffset:j,leftOffset:O},{children:x&&e("div",Object.assign({ref:C,style:{backgroundColor:i.surface.standard,zIndex:99999,borderRadius:"8px",whiteSpace:"normal"}},{children:n(d,Object.assign({width:m},{children:[w&&e("div",Object.assign({style:{padding:"4px",width:null!=m?m:"200px"}},{children:e(l,{onSearch:E,version:"2.0"})})),e(p,Object.assign({width:m},{children:(null!=D?D:[]).length>0&&e(a,{width:null!=m?m:"200px",onDropdownItemClick:b,options:D,parents:[],allowParentSelection:v,maxLevels:y,hideGroupLabel:S,currentLevel:1})})),0===(null!=D?D:[]).length&&e(u,Object.assign({style:{width:null!=m?m:"200px"}},{children:e(s,{title:"No results found!",subTitle:"Sorry, we are unable to find any results for your search."})}))]}))}))}))};export{h as MultiLevelDropdown};
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
2
|
import { FloaterProps } from '../floater/floater';
|
|
3
3
|
export interface MultiLevelDropdownProps extends FloaterProps {
|
|
4
4
|
options: MultiLevelDropdownOption[];
|
|
5
5
|
width?: string;
|
|
6
6
|
isSearchable?: boolean;
|
|
7
7
|
isDropdownOpen?: boolean;
|
|
8
|
+
allowParentSelection?: boolean;
|
|
9
|
+
maxLevels?: number;
|
|
10
|
+
hideGroupLabel?: boolean;
|
|
8
11
|
onDropdownOutsideClick?: (isOutsideClick: any) => void;
|
|
9
12
|
onDropdownItemClick?: (option: MultiLevelDropdownOption, parents: MultiLevelDropdownOption[]) => void;
|
|
10
13
|
}
|
|
@@ -26,3 +29,4 @@ export type SingleOption = {
|
|
|
26
29
|
children?: SingleOption[];
|
|
27
30
|
};
|
|
28
31
|
export type MultiLevelDropdownOption = SingleOption | GroupedOption;
|
|
32
|
+
export type RenderNestedMenu = (options: MultiLevelDropdownOption[], parents: MultiLevelDropdownOption[], currentLevel: number) => ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TagType } from '../tag/model';
|
|
2
|
-
import { Product, ProductVariant } from './
|
|
1
|
+
import type { TagType } from '../tag/model';
|
|
2
|
+
import type { Product, ProductVariant } from './type';
|
|
3
3
|
export type ProductPickerTagType = {
|
|
4
4
|
isVariant: boolean;
|
|
5
5
|
data: Product | ProductVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
1
|
+
import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import type { CollectionsActions, SelectedCollectionsActions } from './reducers';
|
|
4
|
+
import type { Collection, CollectionFetcherReturn, SelectedItems } from './type';
|
|
5
5
|
export declare const truncate: (str: string, n: number, useWordBoundary: boolean) => string;
|
|
6
6
|
interface CollectionsScreenInterface {
|
|
7
7
|
customCollectionRestriction?: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { TagType } from "../../tag/model";
|
|
2
|
-
import { Product, ProductVariant, SelectedItems } from '../
|
|
3
|
-
import {
|
|
4
|
-
import { ProductVariantForRearrange } from '../variant';
|
|
1
|
+
import type { TagType } from "../../tag/model";
|
|
2
|
+
import { OUT_OF_STOCK_ACTION, type Product, type ProductVariant, type SelectedItems } from '../type';
|
|
3
|
+
import type { ProductVariantForRearrange } from '../type';
|
|
5
4
|
export declare class ProductHelper {
|
|
6
5
|
/**
|
|
7
6
|
* how to know if a product is out of stock? currentCombination.quantity === 0 (OOS)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './modal';
|
|
2
|
-
export
|
|
2
|
+
export * from './type';
|
|
@@ -1,63 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
3
|
-
import { ButtonProps } from '../button/model';
|
|
4
|
-
import { FooterForNonModalI, OUT_OF_STOCK_ACTION, ScreenName } from './type';
|
|
5
|
-
export interface ProductVariant {
|
|
6
|
-
name: string;
|
|
7
|
-
price: string;
|
|
8
|
-
image: string;
|
|
9
|
-
quantity: number;
|
|
10
|
-
skipSync?: boolean;
|
|
11
|
-
displayOrder?: number | null;
|
|
12
|
-
fbStatus?: FbProductStatus;
|
|
13
|
-
description?: string;
|
|
14
|
-
id?: string;
|
|
15
|
-
actualPrice?: string;
|
|
16
|
-
currency?: string;
|
|
17
|
-
skuId?: string;
|
|
18
|
-
}
|
|
19
|
-
export interface Product {
|
|
20
|
-
name: string;
|
|
21
|
-
image: string;
|
|
22
|
-
description?: string;
|
|
23
|
-
variants?: {
|
|
24
|
-
[key: string]: ProductVariant;
|
|
25
|
-
};
|
|
26
|
-
id?: string;
|
|
27
|
-
handle?: string;
|
|
28
|
-
currency?: string;
|
|
29
|
-
}
|
|
30
|
-
export interface Collection {
|
|
31
|
-
name: string;
|
|
32
|
-
image: string;
|
|
33
|
-
isSmartCollection: boolean;
|
|
34
|
-
products?: {
|
|
35
|
-
[key: string]: Product;
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
export type SelectedItems = {
|
|
39
|
-
[key: string]: Collection;
|
|
40
|
-
};
|
|
41
|
-
export type SearchedItems = {
|
|
42
|
-
collections: SelectedItems;
|
|
43
|
-
products: SelectedItems;
|
|
44
|
-
};
|
|
45
|
-
export type CollectionFetcherReturn = Promise<{
|
|
46
|
-
collections: {
|
|
47
|
-
[key: string]: {
|
|
48
|
-
image: string;
|
|
49
|
-
name: string;
|
|
50
|
-
isSmartCollection: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
}>;
|
|
54
|
-
export type ProductFetcherReturn = Promise<{
|
|
55
|
-
[key: string]: Product;
|
|
56
|
-
}>;
|
|
57
|
-
export type FbStatusFetcherReturn = Promise<{
|
|
58
|
-
[key: string]: FbProductStatus;
|
|
59
|
-
}>;
|
|
60
|
-
export type FbProductStatus = 'APPROVED' | 'REJECTED';
|
|
3
|
+
import type { ButtonProps } from '../button/model';
|
|
4
|
+
import { type CollectionFetcherReturn, type FbStatusFetcherReturn, type FooterForNonModalI, OUT_OF_STOCK_ACTION, type ProductFetcherReturn, ScreenName, type SearchedItems, type SelectedItems } from './type';
|
|
61
5
|
export type ProductPickerInterface = {
|
|
62
6
|
hideGlobalSearch?: boolean;
|
|
63
7
|
hideInCollectionSearch?: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
2
|
+
import type { SelectedCollectionsActions } from './reducers';
|
|
3
|
+
import { OUT_OF_STOCK_ACTION, type Product, type ProductVariant, type SelectedItems } from './type';
|
|
5
4
|
interface ProductGroupInterface {
|
|
6
5
|
collectionId: string;
|
|
7
6
|
productId: string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { Product, ProductVariant } from './
|
|
2
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
1
|
+
import { OUT_OF_STOCK_ACTION, type Product, type ProductVariant } from './type';
|
|
3
2
|
/**
|
|
4
3
|
* When user presses i icon on a product, we show the overlay.
|
|
5
4
|
* In case of a product, contains products image, product name & description
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
1
|
+
import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { type CollectionsActions, type SelectedCollectionsActions } from './reducers';
|
|
4
|
+
import type { Collection, FbStatusFetcherReturn, Product, ProductFetcherReturn, ProductVariant, SelectedItems } from './type';
|
|
5
5
|
import { OUT_OF_STOCK_ACTION } from './type';
|
|
6
6
|
interface ProductsScreenInterface {
|
|
7
7
|
hideInCollectionSearch?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as t,jsx as e}from"react/jsx-runtime";import o from"../../assets/icons/arrow_left.svg.js";import c from"../../assets/icons/box.svg.js";import n from"../../assets/icons/search.svg.js";import
|
|
1
|
+
import{jsxs as t,jsx as e}from"react/jsx-runtime";import o from"../../assets/icons/arrow_left.svg.js";import c from"../../assets/icons/box.svg.js";import n from"../../assets/icons/search.svg.js";import r from"lodash/cloneDeep";import{useContext as i,useRef as s,useState as l,useEffect as d}from"react";import{COLORS as a}from"../../constants/Theme.js";import{CheckBox as u}from"../checkBox/CheckBox.js";import{IconButton as h}from"../icon-button/IconButton.js";import{InfiniteScroll as p}from"../InfiniteScroll/InfiniteScroll.js";import{Input as m}from"../input/Input.js";import{Spinner as g}from"../spinner/Spinner.js";import{BodyCaption as j,TitleRegular as f}from"../TypographyStyle.js";import{EmptyState as v}from"./emptyState.js";import{ProductGroup as b}from"./product.js";import{ProductPickerShimmer as y}from"./ProductPickerShimmer.js";import{CollectionIdContext as O}from"./reducers.js";import{ProductScreenHeader as k,ProductScreenCollectionCardStyle as C}from"./style.js";import{OUT_OF_STOCK_ACTION as P}from"./type.js";import{getVariantIdsToFetchAtProductLevel as I,markVariantsAsApprovedProductsLevel as D,isCollectionPartiallyChecked as S,isProductPartiallyChecked as x,liftTheStateUp as E}from"./utility.js";const T=T=>{var R,w;const{data:V,collectionsDispatch:A,selectedData:B,selectedCollectionsDispatch:F,productFetcher:J,storeId:K,setScreen:M,setSaveDisabled:N,hideInCollectionSearch:U,customCollectionRestriction:W,hideProductCheckbox:z,outOfStockAction:H=P.BLUR,hideVariantCheckbox:L=!1,selectProductsFromCustomCollection:_=!1,pickerType:q,hideProductVariants:G,fbStatusFetcher:Q,onProductDetailClick:X,showProductDetailInfoIcon:Y,scrollContainerRef:Z,appType:$}=T,tt=i(O),et=s(0),ot=s(!1),[ct,nt]=l(""),[rt,it]=l(!1),[st,lt]=l(V),dt=s(!0),at=s(!1);d((()=>{if(dt.current)return void(dt.current=!1);const t=setTimeout((()=>{ct.length?(it(!0),T.searchInCollectionFetcher(K,tt,ct,$).then((t=>{const e=r(V);e.products=t,lt(e);const o=I(null!=t?t:{});ht(o,null!=t?t:{},!0),N(!1),it(!1)}))):lt(V)}),800);return()=>clearTimeout(t)}),[ct]);d((()=>{var t,e,o,c;at.current=!1,et.current=Math.floor((null===(e=Object.keys(null!==(t=V.products)&&void 0!==t?t:{}))||void 0===e?void 0:e.length)/10);const n=I(null!==(o=V.products)&&void 0!==o?o:{});ht(n,null!==(c=V.products)&&void 0!==c?c:{})}),[tt]);const ut=!!W&&V.isSmartCollection;d((()=>{(null==V?void 0:V.products)||pt(10)}),[]);const ht=(t,e,o)=>{Q||(o?D(e,A,tt,st,lt):D(e,A,tt)),t.length>0&&Q&&Q(K,t,$).then((t=>{const c=Object.assign({},e);Object.keys(e).forEach((o=>{var n,r;Object.keys(null!==(r=null===(n=null==e?void 0:e[o])||void 0===n?void 0:n.variants)&&void 0!==r?r:{}).forEach((n=>{var r,i;const s=null===(r=null==e?void 0:e[o].variants)||void 0===r?void 0:r[n];s&&"REJECTED"===t[n]?s.fbStatus="REJECTED":s&&"APPROVED"===t[n]&&(s.fbStatus="APPROVED");const l=null===(i=null==c?void 0:c[o])||void 0===i?void 0:i.variants;l&&l[n]&&(l[n]=s)}))})),o?(lt((t=>{const e=Object.assign({},t);return e.products=c,e})),A({type:"productsPaged",data:{collectionId:tt,products:c}})):A({type:"productsPaged",data:{collectionId:tt,products:c}})})).catch((t=>{o?D(e,A,tt,st,lt):D(e,A,tt)}))},pt=t=>{N(!0),it(!0),J(tt,K,$,t,0).then((e=>{if(Object.keys(e).length||(at.current=!0),Object.keys(e).length){lt(Object.assign(Object.assign({},st),{products:e}));const t=I(e);ht(t,e),et.current=1}t||F({type:"selected",data:{id:tt,val:Object.assign(Object.assign({},V),{products:e})}}),N(!1),it(!1)})).catch()},mt=(t,e)=>{const o=E(e,V);F({type:t,data:Object.assign(Object.assign({},o),{isRestricted:W})})},gt=!!(null==B?void 0:B[tt])&&!!Object.keys(null!==(w=null===(R=null==B?void 0:B[tt])||void 0===R?void 0:R.products)&&void 0!==w?w:{}).length;return t("div",{children:[t(k,{children:[e(h,{Icon:o,height:16,onClick:()=>{M("collections")}}),e(j,Object.assign({style:{color:a.content.secondary}},{children:V.name}))]}),!U&&e("div",Object.assign({style:{padding:16,height:"76px",borderBottom:"1px solid #E0E0E0"}},{children:e(m,{noKeyDownChange:!0,noErrorHint:!0,rightIcon:{icon:()=>rt&&ct.length?e(g,{size:"small",color:a.content.primary}):e(n,{})},id:"listInput",height:"24px",type:"text",value:ct,onChangeText:t=>{t.length&&t.trim().length?nt(t):nt("")},placeholder:"Search using ID, Name or SKU ID"})})),Object.keys((null==st?void 0:st.products)||[]).length>0&&!ut&&!ct.length&&!z&&"-1"!==tt&&t(C,{children:[e(u,{isChecked:gt,isPartiallyChecked:S(tt,st,B,G),onValueChange:function(t){t?pt():F({type:"unselected",data:{id:tt}})}}),e("div",Object.assign({style:{width:40,height:40}},{children:e(c,{})})),e(f,{children:"All Products"})]}),e(p,Object.assign({hasData:!(Object.keys((null==st?void 0:st.products)||[]).length<10)&&!!Object.keys((null==st?void 0:st.products)||[]).length,fetchMore:()=>(ot.current=!0,J(tt,K,$,10,et.current).then((t=>{let e=!1;if(Object.keys(t).length||(e=!0),Object.keys(t).length){const e=st;e.products=Object.assign(Object.assign({},st.products),t),lt(Object.assign({},e));const o=I(t);ht(o,t)}return N(!1),ot.current=!1,et.current+=1,e}))),containerRef:Z},{children:Object.keys((null==st?void 0:st.products)||[]).length?Object.keys(st.products||[]).map((t=>e(b,{outOfStockAction:H,collectionId:tt,isProductPartiallyChecked:x(tt,t,B,st,G),productId:t,data:st.products[t],selectedData:B,selectedCollectionsDispatch:F,viewOnly:!_&&!!ut,upliftAdditions:mt,hideProductCheckbox:z,hideVariantCheckbox:L,hideProductVariants:G,pickerType:q,onProductDetailClick:X,showProductDetailInfoIcon:Y},t))):rt?e(y,{limit:10}):e(v,{title:"No products to show",subtitle:ct.length?"We couldn't find the product you were looking for":"We couldn’t find any product in this collection."})}))]})};export{T as ProductsScreen};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
1
|
+
import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
3
|
+
import type { SelectedCollectionsActions } from './reducers';
|
|
4
|
+
import { type FbStatusFetcherReturn, OUT_OF_STOCK_ACTION, type SelectedItems } from './type';
|
|
6
5
|
interface RearrangeScreenInterface {
|
|
7
6
|
selectedCollections: SelectedItems;
|
|
8
7
|
selectedCollectionsDispatch: React.Dispatch<SelectedCollectionsActions>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as t,jsx as e}from"react/jsx-runtime";import o from"../../assets/icons/arrow_left.svg.js";import{useState as
|
|
1
|
+
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{DragDropContext as o}from"@hello-pangea/dnd";import r from"../../assets/icons/arrow_left.svg.js";import{useState as s,useEffect as c}from"react";import{COLORS as i}from"../../constants/Theme.js";import{IconButton as n}from"../icon-button/IconButton.js";import{BodyCaption as l}from"../TypographyStyle.js";import{EmptyState as a}from"./emptyState.js";import{parseSelectedVariantsToArray as p}from"./helpers/ProductHelper.js";import{SelectedScreenHeader as d}from"./style.js";import{fetchFbStatusCollection as m}from"./utility.js";import{VariantsList as f,VariantsGrid as u}from"./variantComponents.js";const h=h=>{const{selectedCollections:j,selectedCollectionsDispatch:y,setScreen:S,rearrangeViewType:g,outOfStockAction:C,scrollContainerRef:b,storeId:O,fbStatusFetcher:v,appType:T}=h,[V,k]=s(p(j));c((()=>{k(p(j))}),[j]),c((()=>{var t;null===(t=null==b?void 0:b.current)||void 0===t||t.scrollTo({top:0}),m(j,O,T,y,v,"update")}),[]);return t(o,Object.assign({onDragEnd:t=>{if(!t.destination)return;const e=V,[o]=e.splice(t.source.index,1);e.splice(t.destination.index,0,o),e.forEach(((t,e)=>{t.displayOrder=e})),k(e)}},{children:[t(d,{children:[e(n,{Icon:r,width:16,height:16,color:i.content.secondary,onClick:()=>{S("collections")}}),e(l,Object.assign({color:i.content.secondary},{children:"All Products"}))]}),Object.keys(j).length>0?"list"===g?e(f,{selectedVariants:V,setSelectedVariants:k,selectedCollectionsDispatch:y,outOfStockAction:C}):e(u,{selectedVariants:V,setSelectedVariants:k,selectedCollectionsDispatch:y}):e(a,{title:"No Products Selected",subtitle:"Selected products will appear here"})]}))};export{h as RearrangeScreen};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"lodash/cloneDeep";import{createContext as a}from"react";function e(a,e){var s,d,c,o,r,n,i,u,l,p,v;let O={},g="",b="",j="";switch(e.type){case"selected":return O=t(a),e.data.val.isSmartCollection&&(e.data.isRestricted&&(O={}),O.isCustom=!0),O[e.data.id]=e.data.val,O;case"unselected":return O=t(a),(null==O?void 0:O.isCustom)&&(O.isCustom=!1),delete O[e.data.id],O;case"productUnselected":return O=t(a),g=e.data.productId,b=e.data.collectionId,delete O[b].products[g],Object.keys(O[b].products).length||((null==O?void 0:O.isCustom)&&(O.isCustom=!1),delete O[b]),O;case"productSelected":return O=t(a),g=e.data.productId,b=e.data.collectionId,(null===(s=e.data.catalogOnlyData)||void 0===s?void 0:s.isSmartCollection)&&(e.data.isRestricted&&(O={}),O.isCustom=!0),(null==O?void 0:O[b])||(O[b]=e.data.catalogOnlyData,O[b].products={}),O[b].products[g]=e.data.product,O;case"variantSelected":return O=t(a),g=e.data.productId,b=e.data.collectionId,j=e.data.variantId,(null===(d=e.data.catalogOnlyData)||void 0===d?void 0:d.isSmartCollection)&&(e.data.isRestricted&&(O={}),O.isCustom=!0),(null==O?void 0:O[b])||(O[b]=e.data.catalogOnlyData,O[b].products={},O[b].products[g]=e.data.productOnlyData,O[b].products[g].variants={}),(null===(c=null==O?void 0:O[b])||void 0===c?void 0:c.products)||(O[b].products={}),(null===(r=null===(o=null==O?void 0:O[b])||void 0===o?void 0:o.products)||void 0===r?void 0:r[g])||(O[b].products[g]=e.data.productOnlyData,O[b].products[g].variants={}),O[b].products[g].variants||(O[b].products[g].variants={}),O[b].products[g].variants[j]=e.data.variant,O;case"variantUnselected":return O=t(a),g=e.data.productId,b=e.data.collectionId,j=e.data.variantId,(null===(i=null===(n=O[b].products[g])||void 0===n?void 0:n.variants)||void 0===i?void 0:i[j])&&delete O[b].products[g].variants[j],Object.keys(null!==(p=null===(l=null===(u=O[b].products)||void 0===u?void 0:u[g])||void 0===l?void 0:l.variants)&&void 0!==p?p:{}).length||(delete O[b].products[g],Object.keys(O[b].products).length||((null===(v=O[b])||void 0===v?void 0:v.isSmartCollection)&&(O.isCustom=!1),delete O[b])),O;case"update":return O=Object.assign({},a),O;case"reset":return{};default:return a}}function s(t,a){let e={};switch(a.type){case"fetched":return e=Object.assign({},a.data),e;case"productsFetched":return e=Object.assign({},t),e[a.data.collectionId].products=a.data.products,e;case"paged":return e=Object.assign(Object.assign({},t),a.data),e;case"productsPaged":return e=Object.assign({},t),e[a.data.collectionId].products=Object.assign(Object.assign({},e[a.data.collectionId].products),a.data.products),e;case"searched":e=Object.assign({},t);for(const t in a.data)t in e||(e[t]=a.data[t]);return e;default:return{}}}function d(t,a){let e={};switch(a.type){case"paginate":e=Object.assign({},t);for(const t in a.data)if(Object.prototype.hasOwnProperty.call(a.data,t)){const s=a.data[t];if(Object.prototype.hasOwnProperty.call(e,t)){const a=e[t];e[t]=Object.assign(Object.assign({},a),{products:Object.assign(Object.assign({},a.products),s.products)})}else e[t]=s}return e;case"update":return e=Object.assign({},t),e;case"set":return e=Object.assign(Object.assign({},t),a.data),e;case"filter":e={};for(const s in t)if(s in a.data){const d=Object.assign({},t[s]),c=a.data[s],o={};for(const t in d.products)if(t in c.products){const a=Object.assign({},d.products[t]),e=c.products[t],s={};for(const t in a.variants)t in e.variants&&(s[t]=Object.assign({},a.variants[t]));Object.keys(s).length>0&&(a.variants=s,o[t]=a)}Object.keys(o).length>0&&(d.products=o,e[s]=d)}return e;default:return t}}function c(t,a){let e={collections:{},products:{}};switch(a.type){case"set":return a.data;case"setProducts":return e=Object.assign({},t),e.products=a.data,e;default:return t}}const o=a("");export{o as CollectionIdContext,s as collectionsReducer,d as paginationReducer,c as searchReducer,e as selectedColectionsReducer};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
2
|
+
import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
3
|
+
import type { SearchReducerActions, SelectedCollectionsActions } from './reducers';
|
|
4
|
+
import { type Collection, type FbStatusFetcherReturn, OUT_OF_STOCK_ACTION, type SearchedItems, type SelectedItems } from './type';
|
|
6
5
|
interface SearchScreenInterface {
|
|
7
6
|
customCollectionRestriction?: boolean;
|
|
8
7
|
selectedCollections: SelectedItems;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
2
|
+
import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
3
|
+
import { type SelectedCollectionsActions } from './reducers';
|
|
4
|
+
import { type Collection, type FbStatusFetcherReturn, OUT_OF_STOCK_ACTION, type SelectedItems } from './type';
|
|
6
5
|
interface SelectedScreenInterface {
|
|
7
6
|
selectedCollections: SelectedItems;
|
|
8
7
|
selectedCollectionsDispatch: React.Dispatch<SelectedCollectionsActions>;
|
|
@@ -17,3 +17,68 @@ export declare enum ScreenName {
|
|
|
17
17
|
SearchProducts = "searchProducts",
|
|
18
18
|
Products = "products"
|
|
19
19
|
}
|
|
20
|
+
export type FbProductStatus = 'APPROVED' | 'REJECTED';
|
|
21
|
+
export interface ProductVariant {
|
|
22
|
+
name: string;
|
|
23
|
+
price: string;
|
|
24
|
+
image: string;
|
|
25
|
+
quantity: number;
|
|
26
|
+
skipSync?: boolean;
|
|
27
|
+
displayOrder?: number | null;
|
|
28
|
+
fbStatus?: FbProductStatus;
|
|
29
|
+
description?: string;
|
|
30
|
+
id?: string;
|
|
31
|
+
actualPrice?: string;
|
|
32
|
+
currency?: string;
|
|
33
|
+
skuId?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface Product {
|
|
36
|
+
name: string;
|
|
37
|
+
image: string;
|
|
38
|
+
description?: string;
|
|
39
|
+
variants?: {
|
|
40
|
+
[key: string]: ProductVariant;
|
|
41
|
+
};
|
|
42
|
+
id?: string;
|
|
43
|
+
handle?: string;
|
|
44
|
+
currency?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface Collection {
|
|
47
|
+
name: string;
|
|
48
|
+
image: string;
|
|
49
|
+
isSmartCollection: boolean;
|
|
50
|
+
products?: {
|
|
51
|
+
[key: string]: Product;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export type SelectedItems = {
|
|
55
|
+
[key: string]: Collection;
|
|
56
|
+
};
|
|
57
|
+
export type SearchedItems = {
|
|
58
|
+
collections: SelectedItems;
|
|
59
|
+
products: SelectedItems;
|
|
60
|
+
};
|
|
61
|
+
export type CollectionFetcherReturn = Promise<{
|
|
62
|
+
collections: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
image: string;
|
|
65
|
+
name: string;
|
|
66
|
+
isSmartCollection: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
}>;
|
|
70
|
+
export type ProductFetcherReturn = Promise<{
|
|
71
|
+
[key: string]: Product;
|
|
72
|
+
}>;
|
|
73
|
+
export type FbStatusFetcherReturn = Promise<{
|
|
74
|
+
[key: string]: FbProductStatus;
|
|
75
|
+
}>;
|
|
76
|
+
/**
|
|
77
|
+
* Extended type from Product Variant, which contains ids and name.
|
|
78
|
+
*/
|
|
79
|
+
export type ProductVariantForRearrange = ProductVariant & {
|
|
80
|
+
variantId: string;
|
|
81
|
+
productId: string;
|
|
82
|
+
collectionId: string;
|
|
83
|
+
productName: string;
|
|
84
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
|
|
2
|
+
import type { CollectionsActions } from './reducers';
|
|
3
|
+
import type { Collection, FbStatusFetcherReturn, Product, ProductVariant, SearchedItems, SelectedItems } from './type';
|
|
4
4
|
export declare const liftTheStateUp: (payload: any, data: any) => any;
|
|
5
5
|
export declare function paginateSelectedItems(selectedItems: SelectedItems, limit: number, offset: number): {
|
|
6
6
|
[key: string]: Collection;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"lodash/cloneDeep";const l=(l,n)=>{const i=o(n);if(delete i.products,(l=Object.assign(Object.assign({},l),{catalogOnlyData:i})).productId&&n.products){const t=o(n.products[l.productId]);(null==t?void 0:t.variants)&&delete t.variants,l=Object.assign(Object.assign({},l),{catalogOnlyData:i,productOnlyData:t})}return l};function n(o,l,n){var t;const d={};let v=0;for(const s in o)if(Object.prototype.hasOwnProperty.call(o,s)){const u=o[s],c=i(u.products,l,n-v);c&&Object.keys(c).length>0&&(d[s]=Object.assign(Object.assign({},u),{products:c})),v+=Object.keys(null!==(t=u.products)&&void 0!==t?t:{}).length}return d}function i(o,l,n){if(!o)return{};const i=Object.keys(o).slice(n,n+l),t={};return i.forEach((l=>{t[l]=o[l]})),t}const t=(o,l,n)=>{Object.keys(o).forEach((l=>{var n,i;const t=null!==(i=null===(n=o[l])||void 0===n?void 0:n.products)&&void 0!==i?i:{};Object.keys(t).forEach((n=>{var i,t,d,v;const s=null!==(v=null===(d=null===(t=null===(i=o[l])||void 0===i?void 0:i.products)||void 0===t?void 0:t[n])||void 0===d?void 0:d.variants)&&void 0!==v?v:{};Object.keys(s).forEach((i=>{var t,d,v,s;const u=null===(s=null===(v=null===(d=null===(t=o[l])||void 0===t?void 0:t.products)||void 0===d?void 0:d[n])||void 0===v?void 0:v.variants)||void 0===s?void 0:s[i];u&&!u.fbStatus&&(u.fbStatus="APPROVED")}))}))})),l({type:n,data:o})},d=function(o,l,n,i,d){let v=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"paged";d||t(o,i,v);const s=(o=>{const l=[];return Object.keys(o).forEach((n=>{var i,t;const d=null!==(t=null===(i=o[n])||void 0===i?void 0:i.products)&&void 0!==t?t:{};Object.keys(d).forEach((i=>{var t,d,v,s;const u=null!==(s=null===(v=null===(d=null===(t=o[n])||void 0===t?void 0:t.products)||void 0===d?void 0:d[i])||void 0===v?void 0:v.variants)&&void 0!==s?s:{};Object.keys(u).forEach((t=>{var d,v,s,u;const c=null===(u=null===(s=null===(v=null===(d=o[n])||void 0===d?void 0:d.products)||void 0===v?void 0:v[i])||void 0===s?void 0:s.variants)||void 0===u?void 0:u[t];(null==c?void 0:c.fbStatus)||l.push(t)}))}))})),l})(o);s.length>0&&d&&d(l,s,n).then((l=>{const n=Object.assign({},o);Object.keys(n).forEach((o=>{var i,t;const d=null!==(t=null===(i=n[o])||void 0===i?void 0:i.products)&&void 0!==t?t:{};Object.keys(d).forEach((i=>{var t,d,v,s;const u=null!==(s=null===(v=null===(d=null===(t=n[o])||void 0===t?void 0:t.products)||void 0===d?void 0:d[i])||void 0===v?void 0:v.variants)&&void 0!==s?s:{};Object.keys(u).forEach((t=>{var d,v,s,u;const c=null===(u=null===(s=null===(v=null===(d=n[o])||void 0===d?void 0:d.products)||void 0===v?void 0:v[i])||void 0===s?void 0:s.variants)||void 0===u?void 0:u[t];c&&"REJECTED"===l[t]?c.fbStatus="REJECTED":c&&"APPROVED"===l[t]&&(c.fbStatus="APPROVED")}))}))})),i({type:v,data:n})})).catch((l=>{console.error("Error in fbStatusFetcher",l),t(o,i,v)}))},v=(o,l)=>{const n=[];return Object.keys(null!=o?o:{}).forEach((i=>{var t,d;const v=null!==(d=null===(t=null==o?void 0:o[i])||void 0===t?void 0:t.variants)&&void 0!==d?d:{};Object.keys(v).forEach((t=>{var d,v,s,u,c;let r;r=l?null===(s=null===(v=null===(d=null==l?void 0:l.products)||void 0===d?void 0:d[i])||void 0===v?void 0:v.variants)||void 0===s?void 0:s[t]:null===(c=null===(u=null==o?void 0:o[i])||void 0===u?void 0:u.variants)||void 0===c?void 0:c[t],(null==r?void 0:r.fbStatus)||n.push(t)}))})),n},s=(o,l,n,i,t)=>{const d=Object.assign({},o);if(Object.keys(o).forEach((l=>{var n,i;Object.keys(null!==(i=null===(n=null==o?void 0:o[l])||void 0===n?void 0:n.variants)&&void 0!==i?i:{}).forEach((n=>{var i,t;const v=null===(i=null==o?void 0:o[l].variants)||void 0===i?void 0:i[n];v&&(v.fbStatus="APPROVED");const s=null===(t=null==d?void 0:d[l])||void 0===t?void 0:t.variants;s&&s[n]&&(s[n]=v)}))})),i&&t){const o=Object.assign({},i);o.products=d,t(o),l({type:"productsPaged",data:{collectionId:n,products:d}})}else l({type:"productsPaged",data:{collectionId:n,products:d}})},u=o=>{const l=Object.keys(o.variants||[]);let n=!1;return!(l.length<=1)||(l.forEach((l=>{var i,t;n=null!==(t=null===(i=o.variants)||void 0===i?void 0:i[l].name.includes(o.name))&&void 0!==t&&t})),!n)},c=(o,l,n,i,t)=>{var d,v,s,u,c,r,a,e,p,b,O,f,j,h,y,g,E,k,P;let D=0,V=0;if(null===(v=null===(d=null==n?void 0:n[o])||void 0===d?void 0:d.products)||void 0===v?void 0:v[l]){if(t)return!1;const d=(null===(c=null===(u=null===(s=null==n?void 0:n[o])||void 0===s?void 0:s.products)||void 0===u?void 0:u[l])||void 0===c?void 0:c.variants)||[];if(1===Object.keys(d).length)for(const i in d){const t=null===(a=null===(r=null==n?void 0:n[o])||void 0===r?void 0:r.products)||void 0===a?void 0:a[l],d=null===(O=null===(b=null===(p=null===(e=null==n?void 0:n[o])||void 0===e?void 0:e.products)||void 0===p?void 0:p[l])||void 0===b?void 0:b.variants)||void 0===O?void 0:O[i];if(null===(f=null==d?void 0:d.name)||void 0===f?void 0:f.includes(null!==(j=null==t?void 0:t.name)&&void 0!==j?j:""))return!1}if(null===(g=Object.keys((null===(y=null===(h=null==i?void 0:i.products)||void 0===h?void 0:h[l])||void 0===y?void 0:y.variants)||[]))||void 0===g||g.forEach((()=>V++)),Object.keys((null===(P=null===(k=null===(E=null==n?void 0:n[o])||void 0===E?void 0:E.products)||void 0===k?void 0:k[l])||void 0===P?void 0:P.variants)||[]).forEach((()=>D++)),D>0&&V!==D)return!0}return!1},r=function(o,l,n){var i,t,d,v;let s=0,u=0;if(arguments.length>3&&void 0!==arguments[3]&&arguments[3]){const v=null!==(i=null==l?void 0:l.products)&&void 0!==i?i:{};s=Object.keys(v).length;const c=null!==(d=null===(t=n[o])||void 0===t?void 0:t.products)&&void 0!==d?d:{};u=Object.keys(c).length}else if(n[o]){const i=null==l?void 0:l.products;i&&Object.keys(i).forEach((o=>{var l;const n=null===(l=i[o])||void 0===l?void 0:l.variants;n&&Object.keys(n).forEach((o=>s+=1))}));const t=null===(v=n[o])||void 0===v?void 0:v.products;if(t&&Object.keys(t).forEach((o=>{var l;const n=null===(l=t[o])||void 0===l?void 0:l.variants;n&&Object.keys(n).forEach((o=>u+=1))})),s<=0&&u>0)return!1}return u>0&&s!==u},a=(l,n,i)=>Object.keys(l).reduce(((t,d)=>{var v;return d in n?(t[d]=Object.assign(Object.assign({},l[d]),{products:Object.keys(null!==(v=l[d].products)&&void 0!==v?v:{}).reduce(((t,v)=>{var s,u,c,r,a,e,p,b,O,f;const j=null===(s=n[d].products)||void 0===s?void 0:s[v],h=null===(r=null===(c=null===(u=null==i?void 0:i.products)||void 0===u?void 0:u[d])||void 0===c?void 0:c.products)||void 0===r?void 0:r[v];return j?t[v]=Object.assign(Object.assign({},(null===(a=l[d].products)||void 0===a?void 0:a[v])||{}),{allVariants:o(j.variants)}):h?t[v]=Object.assign(Object.assign({},(null===(e=l[d].products)||void 0===e?void 0:e[v])||{}),{allVariants:o(h.variants)}):(null===(b=null===(p=l[d].products)||void 0===p?void 0:p[v])||void 0===b?void 0:b.allVariants)&&(t[v]=Object.assign(Object.assign({},(null===(O=l[d].products)||void 0===O?void 0:O[v])||{}),{allVariants:o(null===(f=l[d].products)||void 0===f?void 0:f[v].allVariants)})),t}),{})}),t):t}),{}),e=(o,l)=>{var n;if(l)return o.skuId;const i=Object.values(null!==(n=null==o?void 0:o.variants)&&void 0!==n?n:{});return 1===i.length&&i[0].name.includes(o.name)?i[0].skuId:""};export{d as fetchFbStatusCollection,e as getSkuId,v as getVariantIdsToFetchAtProductLevel,r as isCollectionPartiallyChecked,c as isProductPartiallyChecked,l as liftTheStateUp,s as markVariantsAsApprovedProductsLevel,n as paginateSelectedItems,u as shouldShowVariant,a as updateAllVariantsForSelectedProducts};
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
5
|
-
/**
|
|
6
|
-
* Extended type from Product Variant, which contains ids and name.
|
|
7
|
-
*/
|
|
8
|
-
export type ProductVariantForRearrange = ProductVariant & {
|
|
9
|
-
variantId: string;
|
|
10
|
-
productId: string;
|
|
11
|
-
collectionId: string;
|
|
12
|
-
productName: string;
|
|
13
|
-
};
|
|
2
|
+
import type { SelectedCollectionsActions } from './reducers';
|
|
3
|
+
import { OUT_OF_STOCK_ACTION, type ProductVariantForRearrange } from './type';
|
|
14
4
|
/**
|
|
15
5
|
* Props type for variant card in rearrange screen
|
|
16
6
|
*/
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { SelectedCollectionsActions } from './reducers';
|
|
3
|
-
import { OUT_OF_STOCK_ACTION } from './type';
|
|
4
|
-
import { ProductVariantForRearrange } from './variant';
|
|
2
|
+
import type { SelectedCollectionsActions } from './reducers';
|
|
3
|
+
import { OUT_OF_STOCK_ACTION, type ProductVariantForRearrange } from './type';
|
|
5
4
|
/**
|
|
6
5
|
* Props for list of variants - applicable both in list and grid view
|
|
7
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{
|
|
1
|
+
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{Droppable as a,Draggable as t}from"@hello-pangea/dnd";import{useState as n}from"react";import{COLORS as d}from"../../constants/Theme.js";import{VariantCardListView as s,VariantCardGridView as i}from"./variant.js";const o=i=>{let{selectedVariants:o,setSelectedVariants:l,selectedCollectionsDispatch:c,outOfStockAction:p}=i;const[g,b]=n(-1);function f(e){if(null==e?void 0:e.transform){const r=`translate(0px, ${e.transform.split(",").pop()}`;return Object.assign(Object.assign({},e),{transform:r})}return e}return e(a,Object.assign({droppableId:"droppable-list"},{children:(a,n)=>r("div",Object.assign({},a.droppableProps,{ref:a.innerRef,style:Object.assign({backgroundColor:d.surface.subdued,padding:"0.05px",height:o.length<8?"550px":"100%",overflow:"auto"},a.droppableProps.style)},{children:[o.map(((r,a)=>e("div",Object.assign({style:{background:d.surface.hovered,margin:"5px",boxShadow:a===g?"0px 4px 12px rgba(0, 0, 0, 0.12)":""},onMouseEnter:()=>b(a),onMouseLeave:()=>b(-1)},{children:e(t,Object.assign({draggableId:`${r.productId}-${r.variantId}`,index:a},{children:(t,n)=>e("div",Object.assign({ref:t.innerRef},t.draggableProps,t.dragHandleProps,{style:f(Object.assign(Object.assign({},t.draggableProps.style),t.draggableSnapshot))},{children:e(s,{data:r,selectedCollectionsDispatch:c,onDelete:()=>{const e=o.slice();e[a].displayOrder=null,e.splice(a,1),l(e)},outOfStockAction:p},`${r.productId}-${r.variantId}`)}))}),`${r.productId}-${r.variantId}`)}),`${r.productId}-${r.variantId}`))),a.placeholder&&n.isDraggingOver?e("div",Object.assign({style:{background:d.surface.hovered,margin:"5px"}},{children:a.placeholder})):null]}))}))},l=n=>{let{selectedVariants:d}=n;return e(a,Object.assign({droppableId:"droppable-horizontal"},{children:n=>r("div",Object.assign({},n.droppableProps,{ref:n.innerRef,style:{display:"flex"}},{children:[e(a,Object.assign({droppableId:"droppable-vertical",direction:"horizontal"},{children:a=>r("div",Object.assign({},a.droppableProps,{ref:a.innerRef,style:{display:"flex",flexWrap:"wrap",flexDirection:"row"}},{children:[d.map(((a,n)=>e(t,Object.assign({draggableId:`${a.productId}-${a.variantId}`,index:n},{children:(t,n)=>r("div",Object.assign({ref:t.innerRef},t.draggableProps,t.dragHandleProps,{children:[e(i,{data:a}),t.placeholder]}))}),`${a.productId}-${a.variantId}`))),a.placeholder]}))})),n.placeholder]}))}))};export{l as VariantsGrid,o as VariantsList};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as i,jsx as e,Fragment as s}from"react/jsx-runtime";import{useState as l,useEffect as t,useMemo as a}from"react";import{RadioButtonContainer as o,RadioButtonIcon as c}from"./RadioButton.styled.js";import{BodyCaption as
|
|
1
|
+
import{jsxs as i,jsx as e,Fragment as s}from"react/jsx-runtime";import{useState as l,useEffect as t,useMemo as a}from"react";import{RadioButtonContainer as o,RadioButtonIcon as c}from"./RadioButton.styled.js";import{BodyCaption as n,TitleSmall as r,BodySecondary as d,BodyPrimary as b}from"../TypographyStyle.js";import{COLORS as m}from"../../constants/Theme.js";const p=s=>{const l=a((()=>(null==s?void 0:s.activeColor)||m.background.positive.vibrant),[s.activeColor]),t=a((()=>s.isDisabled?m.content.inactive:s.isActive?l:m.content.primary),[s.isDisabled,s.isActive,l]);return i("svg",Object.assign({width:s.isSmall?"16":"20",height:s.isSmall?"16":"20",viewBox:s.isSmall?"0 0 16 16":"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e("circle",{cx:s.isSmall?"8":"10",cy:s.isSmall?"8":"10",r:s.isSmall?6:9,stroke:t,strokeWidth:s.isSmall?1.5:2}),s.isActive&&e("circle",{cx:s.isSmall?"8":"10",cy:s.isSmall?"8":"10",r:s.isSmall?3:5,fill:s.isDisabled?m.content.inactive:l})]}))},v=a=>{const[v,g]=l(a.isActive||!1),[x,h]=l(!1),[y,S]=l(!1);t((()=>{g(a.isActive)}),[a.isActive]);return i(o,Object.assign({onClick:()=>{var i;if(!a.skipSelectingOff&&!a.isDisabled){const e=!v;g(e),null===(i=a.onValueChange)||void 0===i||i.call(a,e,a.value)}},onMouseEnter:()=>h(!a.skipHoverState),onMouseLeave:()=>h(!1),onMouseDown:()=>S(!a.skipHoverState),onMouseUp:()=>S(!1),style:a.caption?{alignItems:"flex-start"}:{}},{children:[e(c,Object.assign({checked:v,hovered:x,clicked:y,isDisabled:a.isDisabled||!1,size:a.size,style:a.caption?{margin:"2px 0"}:{}},{children:e(p,{isSmall:"SMALL"===a.size,isActive:v,isDisabled:a.isDisabled||!1,activeColor:a.activeColor})})),i("div",Object.assign({style:{display:"flex",flexDirection:"column",gap:a.gapBetweenBodyAndCaption||"0px"}},{children:[a.label?a.boldOnChecked&&v||a.alwaysBold?e(r,Object.assign({color:a.isDisabled?m.text.disabled:m.text.primary},{children:a.label})):"SMALL"===a.size?e(n,Object.assign({color:a.isDisabled?m.text.disabled:m.text.primary},{children:a.label})):"MEDIUM"===a.labelSize?e(d,Object.assign({color:a.isDisabled?m.text.disabled:m.text.primary},{children:a.label})):e(b,Object.assign({color:a.isDisabled?m.text.disabled:m.text.primary},{children:a.label})):e(s,{}),a.caption&&e(n,Object.assign({color:a.isDisabled?m.text.disabled:m.text.secondary},{children:a.caption}))]}))]}))};export{v as RadioButton};
|
|
@@ -1,18 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
export type Variant = 'solid' | 'outline' | 'text';
|
|
4
|
-
export interface SampleButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
5
|
-
/**
|
|
6
|
-
* The color of the Button.
|
|
7
|
-
*
|
|
8
|
-
* @default 'primary'
|
|
9
|
-
*/
|
|
10
|
-
color?: Color;
|
|
11
|
-
/**
|
|
12
|
-
* The visual style of the Button.
|
|
13
|
-
*
|
|
14
|
-
* @default 'solid'
|
|
15
|
-
*/
|
|
16
|
-
variant?: Variant;
|
|
17
|
-
}
|
|
2
|
+
import { SampleButtonProps } from './SampleButton.model';
|
|
18
3
|
export declare const SampleButton: import("react").ForwardRefExoticComponent<SampleButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|