@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.
Files changed (1583) hide show
  1. package/dist/cjs/assets/icons/Ai_event_generating.svg.js +1 -1
  2. package/dist/cjs/assets/icons/DocsIcon.d.ts +6 -0
  3. package/dist/cjs/assets/icons/DocsIcon.js +1 -0
  4. package/dist/cjs/assets/icons/DoubtIcon.d.ts +6 -0
  5. package/dist/cjs/assets/icons/DoubtIcon.js +1 -0
  6. package/dist/cjs/assets/icons/EditLabel.d.ts +7 -0
  7. package/dist/cjs/assets/icons/EditLabel.js +1 -0
  8. package/dist/cjs/assets/icons/NotesIcon.d.ts +6 -0
  9. package/dist/cjs/assets/icons/NotesIcon.js +1 -0
  10. package/dist/cjs/assets/icons/StepsIcon.d.ts +6 -0
  11. package/dist/cjs/assets/icons/StepsIcon.js +1 -0
  12. package/dist/cjs/assets/icons/StoreIcon.d.ts +6 -0
  13. package/dist/cjs/assets/icons/StoreIcon.js +1 -0
  14. package/dist/cjs/assets/icons/ThreeColumnsIcon.d.ts +6 -0
  15. package/dist/cjs/assets/icons/ThreeColumnsIcon.js +1 -0
  16. package/dist/cjs/assets/icons/index.d.ts +7 -0
  17. package/dist/cjs/assets/icons/magic-line.svg.js +1 -0
  18. package/dist/cjs/assets/icons/refresh-purple.svg.js +1 -0
  19. package/dist/cjs/assets/icons/rewind.svg.js +1 -0
  20. package/dist/cjs/assets/icons/thumbs_down.svg.js +1 -0
  21. package/dist/cjs/assets/icons/thumbs_up.svg.js +1 -0
  22. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.d.ts +29 -1
  23. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.d.ts +3 -27
  24. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.js +1 -1
  25. package/dist/cjs/components/QueryBuilder/Filters/CustomField/components/CustomField.js +1 -1
  26. package/dist/cjs/components/QueryBuilder/Filters/Event/components/EventFilter.js +1 -1
  27. package/dist/cjs/components/QueryBuilder/Filters/Segment/components/SegmentFilter.js +1 -1
  28. package/dist/cjs/components/QueryBuilder/Filters/UserProperty/components/UserPropertyFilter.js +1 -1
  29. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  30. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.js +1 -1
  31. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  32. package/dist/cjs/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  33. package/dist/cjs/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  34. package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  35. package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.js +1 -1
  36. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/EmojiPicker.d.ts +1 -2
  37. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js +1 -1
  38. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/InTheLast.js +1 -1
  39. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/InTwoLast.js +1 -1
  40. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/MultiselectDropdownFreeText.js +1 -1
  41. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.d.ts +5 -2
  42. package/dist/cjs/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.js +1 -1
  43. package/dist/cjs/components/QueryBuilder/components/Connectors/Connector.js +1 -1
  44. package/dist/cjs/components/QueryBuilder/components/DropdownWrapper.d.ts +3 -1
  45. package/dist/cjs/components/QueryBuilder/components/DropdownWrapper.js +1 -1
  46. package/dist/cjs/components/QueryBuilder/components/QueryBuilderNode/Property/PropertyNode.js +1 -1
  47. package/dist/cjs/components/QueryBuilder/constants/connector.d.ts +1 -1
  48. package/dist/cjs/components/QueryBuilder/constants/connector.js +1 -1
  49. package/dist/cjs/components/QueryBuilder/constants/connectorPosition.js +1 -1
  50. package/dist/cjs/components/QueryBuilder/helpers/Connector.helper.d.ts +1 -1
  51. package/dist/cjs/components/QueryBuilder/helpers/Connector.helper.js +1 -1
  52. package/dist/cjs/components/QueryBuilder/helpers/PropertyCustomProcessor.d.ts +1 -1
  53. package/dist/cjs/components/QueryBuilder/helpers/SegmentValidator.d.ts +3 -15
  54. package/dist/cjs/components/QueryBuilder/types/QueryBuilder.type.d.ts +2 -22
  55. package/dist/cjs/components/QueryBuilder/types/QueryBuilder.type.js +1 -1
  56. package/dist/cjs/components/QueryBuilder/types/QueryBuilderAPI.type.d.ts +1 -1
  57. package/dist/cjs/components/QueryBuilder/types/QueryBuilderConnector.type.d.ts +6 -1
  58. package/dist/cjs/components/QueryBuilder/types/QueryBuilderEnum.type.d.ts +21 -0
  59. package/dist/cjs/components/QueryBuilder/types/QueryBuilderEnum.type.js +1 -0
  60. package/dist/cjs/components/QueryBuilder/types/index.d.ts +2 -1
  61. package/dist/cjs/components/SearchFilter/components/DatePickerButton.d.ts +1 -1
  62. package/dist/cjs/components/SearchFilter/components/DateRangeOnlyButton.d.ts +1 -1
  63. package/dist/cjs/components/SearchFilter/components/SearchFilterItem.d.ts +1 -1
  64. package/dist/cjs/components/SearchFilter/components/SearchFilterItem.js +1 -1
  65. package/dist/cjs/components/SearchFilter/types/SearchFilter.type.d.ts +1 -1
  66. package/dist/cjs/components/TablePagination/TablePagination.d.ts +1 -0
  67. package/dist/cjs/components/TablePagination/TablePagination.js +1 -1
  68. package/dist/cjs/components/WhatsAppTextEditor/AIRephrase.styled.d.ts +10 -0
  69. package/dist/cjs/components/WhatsAppTextEditor/AIRephrase.styled.js +1 -0
  70. package/dist/cjs/components/WhatsAppTextEditor/AIRephraseButton.d.ts +20 -0
  71. package/dist/cjs/components/WhatsAppTextEditor/AIRephraseButton.js +1 -0
  72. package/dist/cjs/components/WhatsAppTextEditor/BorderAnimation.d.ts +11 -0
  73. package/dist/cjs/components/WhatsAppTextEditor/BorderAnimation.js +1 -0
  74. package/dist/cjs/components/WhatsAppTextEditor/CustomEditor.styled.d.ts +13 -0
  75. package/dist/cjs/components/WhatsAppTextEditor/CustomEditor.styled.js +1 -1
  76. package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditor.d.ts +131 -3
  77. package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditor.js +5 -1
  78. package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +39 -1
  79. package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.js +1 -1
  80. package/dist/cjs/components/WhatsAppTextEditor/ai/actionRegistry.d.ts +15 -0
  81. package/dist/cjs/components/WhatsAppTextEditor/ai/actionRegistry.js +1 -0
  82. package/dist/cjs/components/WhatsAppTextEditor/ai/aiTag.d.ts +63 -0
  83. package/dist/cjs/components/WhatsAppTextEditor/ai/aiTag.js +1 -0
  84. package/dist/cjs/components/WhatsAppTextEditor/ai/api.d.ts +22 -0
  85. package/dist/cjs/components/WhatsAppTextEditor/ai/api.js +1 -0
  86. package/dist/cjs/components/accordion/Accordion.d.ts +2 -35
  87. package/dist/cjs/components/accordion/Accordion.model.d.ts +35 -0
  88. package/dist/cjs/components/accordion/Accordion.style.d.ts +1 -1
  89. package/dist/cjs/components/alerts/Alert.styled.js +1 -0
  90. package/dist/cjs/components/analytics-card/AnalyticsCard.d.ts +1 -1
  91. package/dist/cjs/components/analytics-card/AnalyticsCard.model.d.ts +1 -0
  92. package/dist/cjs/components/analytics-card/AnalyticsCard.styled.d.ts +1 -1
  93. package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChip.d.ts +1 -17
  94. package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChip.model.d.ts +18 -0
  95. package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsChipChannelFooter.d.ts +1 -1
  96. package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsDropdown.js +1 -1
  97. package/dist/cjs/components/analytics-chips-and-dropdowns/AnalyticsMultiChip.d.ts +1 -1
  98. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.js +1 -1
  99. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +2 -0
  100. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LazyCharts.js +1 -0
  101. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/Pie/PieChartAnalytics.js +1 -1
  102. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.js +1 -1
  103. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.d.ts +4 -0
  104. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.js +1 -1
  105. package/dist/cjs/components/avatar/Avatar.js +1 -1
  106. package/dist/cjs/components/bik-layout/BikHeader.js +1 -1
  107. package/dist/cjs/components/bik-layout/BikSidebar.d.ts +1 -1
  108. package/dist/cjs/components/bik-layout/CommonStyles.js +1 -1
  109. package/dist/cjs/components/bik-layout/Sidebar.model.d.ts +27 -0
  110. package/dist/cjs/components/bik-layout/SidebarPopup.d.ts +1 -1
  111. package/dist/cjs/components/bik-layout/SidebarSkeleton.d.ts +1 -1
  112. package/dist/cjs/components/bik-layout/SidebarStyles.d.ts +1 -1
  113. package/dist/cjs/components/bik-layout/SimpleSidebar.d.ts +1 -27
  114. package/dist/cjs/components/country-code-picker/CountryCodePicker.js +1 -1
  115. package/dist/cjs/components/country-code-picker/CountryPicker.js +1 -1
  116. package/dist/cjs/components/custom-date-time/CustomDateTime.js +1 -1
  117. package/dist/cjs/components/custom-date-time/DateSelector/DateSelector.js +1 -1
  118. package/dist/cjs/components/data-source-panel/DataSourceInfoFooter.js +1 -1
  119. package/dist/cjs/components/datePicker/TimePicker.js +1 -1
  120. package/dist/cjs/components/discount-modal/CouponExpiration/CouponExpiration.js +1 -1
  121. package/dist/cjs/components/discount-modal/DiscountModal.js +1 -1
  122. package/dist/cjs/components/discount-modal/DynamicCoupon/DynamicCoupon.js +1 -1
  123. package/dist/cjs/components/discount-modal/DynamicCoupon/MinimumRequirementComponent.js +1 -1
  124. package/dist/cjs/components/dropdown/Dropdown.d.ts +2 -0
  125. package/dist/cjs/components/dropdown/Dropdown.js +1 -1
  126. package/dist/cjs/components/dropdown/DropdownPopover/index.js +1 -1
  127. package/dist/cjs/components/dropdown/OpenedDropdown/components/OpennedDropdown.js +1 -1
  128. package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuItem.d.ts +6 -0
  129. package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuItem.js +34 -4
  130. package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuList.d.ts +2 -0
  131. package/dist/cjs/components/dropdown/OpenedDropdown/components/menu/MenuList.js +1 -1
  132. package/dist/cjs/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.d.ts +1 -0
  133. package/dist/cjs/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.js +1 -1
  134. package/dist/cjs/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.d.ts +2 -0
  135. package/dist/cjs/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.js +1 -1
  136. package/dist/cjs/components/dropdown/hooks/useDropdown.d.ts +2 -0
  137. package/dist/cjs/components/dropdown/hooks/useDropdown.js +1 -1
  138. package/dist/cjs/components/dropdown/type.d.ts +17 -0
  139. package/dist/cjs/components/dropdown-button/DropdownButton.js +1 -1
  140. package/dist/cjs/components/feature-announcements/MajorUpdatePopup.js +1 -1
  141. package/dist/cjs/components/feature-announcements/MinorUpdatePopup.js +1 -1
  142. package/dist/cjs/components/feature-announcements/types/feature.types.d.ts +1 -0
  143. package/dist/cjs/components/floating-input-dropdown/FloatingInputDropdown.d.ts +1 -1
  144. package/dist/cjs/components/image-cropper/BikImageCropper.d.ts +1 -6
  145. package/dist/cjs/components/image-cropper/BikImageCropper.model.d.ts +6 -0
  146. package/dist/cjs/components/image-cropper/BikImagePipeline/BikImagePipeline.d.ts +1 -1
  147. package/dist/cjs/components/input/ChipInput.js +1 -1
  148. package/dist/cjs/components/input/ChipInput.styled.d.ts +6 -66
  149. package/dist/cjs/components/input/ChipInput.styled.js +1 -1
  150. package/dist/cjs/components/input/Input-helper.d.ts +3 -1
  151. package/dist/cjs/components/input/Input-helper.js +1 -1
  152. package/dist/cjs/components/input/Input.d.ts +1 -71
  153. package/dist/cjs/components/input/Input.js +1 -1
  154. package/dist/cjs/components/input/Input.model.d.ts +76 -0
  155. package/dist/cjs/components/input/Input.styled.d.ts +2 -1
  156. package/dist/cjs/components/input/Input.styled.js +1 -1
  157. package/dist/cjs/components/input-with-vars/InputWithVariables.d.ts +1 -1
  158. package/dist/cjs/components/list-item/List.model.d.ts +18 -0
  159. package/dist/cjs/components/list-item/ListItem.d.ts +1 -17
  160. package/dist/cjs/components/list-item/ListItem.styled.d.ts +1 -1
  161. package/dist/cjs/components/list-item/themes.d.ts +1 -1
  162. package/dist/cjs/components/multi-level-dropdown/GroupedMenuList.d.ts +6 -1
  163. package/dist/cjs/components/multi-level-dropdown/GroupedMenuList.js +1 -1
  164. package/dist/cjs/components/multi-level-dropdown/MenuItem.d.ts +5 -1
  165. package/dist/cjs/components/multi-level-dropdown/MenuItem.js +1 -1
  166. package/dist/cjs/components/multi-level-dropdown/MenuList.d.ts +4 -0
  167. package/dist/cjs/components/multi-level-dropdown/MenuList.js +1 -1
  168. package/dist/cjs/components/multi-level-dropdown/MultiLevelDropdown.js +1 -1
  169. package/dist/cjs/components/multi-level-dropdown/type.d.ts +5 -1
  170. package/dist/cjs/components/product-picker-v2/ProductPickerTag.d.ts +2 -2
  171. package/dist/cjs/components/product-picker-v2/collectionScreen.d.ts +3 -3
  172. package/dist/cjs/components/product-picker-v2/helpers/ProductHelper.d.ts +3 -4
  173. package/dist/cjs/components/product-picker-v2/index.d.ts +1 -1
  174. package/dist/cjs/components/product-picker-v2/modal.d.ts +2 -58
  175. package/dist/cjs/components/product-picker-v2/product.d.ts +2 -3
  176. package/dist/cjs/components/product-picker-v2/productInfoOverlay.d.ts +1 -2
  177. package/dist/cjs/components/product-picker-v2/productScreen.d.ts +3 -3
  178. package/dist/cjs/components/product-picker-v2/productScreen.js +1 -1
  179. package/dist/cjs/components/product-picker-v2/rearrangeScreen.d.ts +3 -4
  180. package/dist/cjs/components/product-picker-v2/rearrangeScreen.js +1 -1
  181. package/dist/cjs/components/product-picker-v2/reducers.d.ts +1 -1
  182. package/dist/cjs/components/product-picker-v2/reducers.js +1 -1
  183. package/dist/cjs/components/product-picker-v2/searchScreen.d.ts +3 -4
  184. package/dist/cjs/components/product-picker-v2/selectedScreen.d.ts +3 -4
  185. package/dist/cjs/components/product-picker-v2/type.d.ts +65 -0
  186. package/dist/cjs/components/product-picker-v2/utility.d.ts +3 -3
  187. package/dist/cjs/components/product-picker-v2/utility.js +1 -1
  188. package/dist/cjs/components/product-picker-v2/variant.d.ts +2 -12
  189. package/dist/cjs/components/product-picker-v2/variantComponents.d.ts +2 -3
  190. package/dist/cjs/components/product-picker-v2/variantComponents.js +1 -1
  191. package/dist/cjs/components/radioButton/RadioButton.d.ts +1 -0
  192. package/dist/cjs/components/radioButton/RadioButton.js +1 -1
  193. package/dist/cjs/components/sample-button/SampleButton.d.ts +1 -16
  194. package/dist/cjs/components/sample-button/SampleButton.model.d.ts +17 -0
  195. package/dist/cjs/components/sample-button/SampleButton.styled.d.ts +1 -1
  196. package/dist/cjs/components/sample-button/themes.d.ts +1 -1
  197. package/dist/cjs/components/searchBar/searchBar.d.ts +1 -1
  198. package/dist/cjs/components/slider/slider.js +1 -1
  199. package/dist/cjs/components/stepper/Stepper.d.ts +1 -17
  200. package/dist/cjs/components/stepper/Stepper.model.d.ts +17 -0
  201. package/dist/cjs/components/stepper/Stepper.styled.d.ts +1 -1
  202. package/dist/cjs/components/stepper/StepperService.d.ts +1 -1
  203. package/dist/cjs/components/stepper/themes.d.ts +1 -1
  204. package/dist/cjs/components/tag/Tag.d.ts +1 -1
  205. package/dist/cjs/components/tag/Tag.js +1 -1
  206. package/dist/cjs/components/tag/Tag.stories.d.ts +5 -5
  207. package/dist/cjs/components/tag/Tag.styled.d.ts +3 -0
  208. package/dist/cjs/components/tag/Tag.styled.js +1 -1
  209. package/dist/cjs/components/tag/model.d.ts +15 -0
  210. package/dist/cjs/components/template-context-mapper/TemplateContextMapper.d.ts +9 -9
  211. package/dist/cjs/components/template-context-mapper/TemplateContextMapper.js +1 -1
  212. package/dist/cjs/components/template-context-mapper/context/templateModalContext.d.ts +7 -7
  213. package/dist/cjs/components/template-context-mapper/custom-hooks/useAdditionalVariables.d.ts +1 -1
  214. package/dist/cjs/components/template-context-mapper/helpers/WebpushTemplateHelper.d.ts +6 -4
  215. package/dist/cjs/components/template-context-mapper/helpers/WebpushTemplateHelper.js +1 -1
  216. package/dist/cjs/components/template-context-mapper/modalElements/Body.d.ts +2 -2
  217. package/dist/cjs/components/template-context-mapper/modalElements/Body.js +10 -10
  218. package/dist/cjs/components/template-context-mapper/modalElements/DesktopPreview.js +7 -7
  219. package/dist/cjs/components/template-context-mapper/modalElements/EditMediaModal.d.ts +3 -3
  220. package/dist/cjs/components/template-context-mapper/modalElements/EditMediaModal.js +1 -1
  221. package/dist/cjs/components/template-context-mapper/modalElements/EditWebpushTemplate.d.ts +2 -2
  222. package/dist/cjs/components/template-context-mapper/modalElements/EditWebpushTemplate.js +1 -1
  223. package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.d.ts +3 -14
  224. package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.js +1 -1
  225. package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.d.ts +5 -5
  226. package/dist/cjs/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.js +2 -2
  227. package/dist/cjs/components/template-context-mapper/modalElements/Footer.js +4 -4
  228. package/dist/cjs/components/template-context-mapper/modalElements/MobilePreview.d.ts +1 -1
  229. package/dist/cjs/components/template-context-mapper/modalElements/MobilePreview.js +3 -3
  230. package/dist/cjs/components/template-context-mapper/modalElements/QualityWarningModal.d.ts +1 -1
  231. package/dist/cjs/components/template-context-mapper/modalElements/TemplateAnalyticsComponent.d.ts +1 -1
  232. package/dist/cjs/components/template-context-mapper/modalElements/TemplateSelectModalContent.d.ts +2 -2
  233. package/dist/cjs/components/template-context-mapper/modalElements/VariableConnector.d.ts +1 -1
  234. package/dist/cjs/components/template-context-mapper/modalElements/VariableConnector.js +4 -4
  235. package/dist/cjs/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.d.ts +5 -4
  236. package/dist/cjs/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.js +1 -1
  237. package/dist/cjs/components/template-context-mapper/modalElements/VariableEditorHeader.d.ts +1 -1
  238. package/dist/cjs/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.d.ts +2 -2
  239. package/dist/cjs/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.js +1 -1
  240. package/dist/cjs/components/template-context-mapper/modalElements/modal.d.ts +13 -0
  241. package/dist/cjs/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.d.ts +1 -1
  242. package/dist/cjs/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.js +1 -1
  243. package/dist/cjs/components/template-context-mapper/utils/convertPlaceholdersToBikDropdown.d.ts +2 -2
  244. package/dist/cjs/components/template-context-mapper/utils/getDataFromTemplateComponent.d.ts +2 -2
  245. package/dist/cjs/components/template-context-mapper/utils/highlightFor.d.ts +1 -1
  246. package/dist/cjs/components/template-preview/TemplatePreview.js +1 -1
  247. package/dist/cjs/components/template-preview/models/TemplateMeta.d.ts +1 -1
  248. package/dist/cjs/components/template-preview/models/WhatsAppTemplate.d.ts +1 -0
  249. package/dist/cjs/components/template-preview/models/WhatsappCarouselTemplate.d.ts +4 -2
  250. package/dist/cjs/components/toaster/Toaster.styled.js +1 -1
  251. package/dist/cjs/components/variable-picker-v3/SubHeaderItems.js +1 -1
  252. package/dist/cjs/components/zeroState/ZeroState.js +2 -1
  253. package/dist/cjs/firebase/environment.d.ts +58 -0
  254. package/dist/cjs/firebase/environment.js +1 -0
  255. package/dist/cjs/firebase/firebaseUserFetcher.d.ts +34 -0
  256. package/dist/cjs/firebase/firebaseUserFetcher.js +1 -0
  257. package/dist/cjs/firebase/index.d.ts +7 -0
  258. package/dist/cjs/firebase/lazyFirebaseApp.d.ts +22 -0
  259. package/dist/cjs/firebase/lazyFirebaseApp.js +1 -0
  260. package/dist/cjs/firebase/lazyFirebaseMethods.d.ts +589 -0
  261. package/dist/cjs/firebase/lazyFirebaseMethods.js +1 -0
  262. package/dist/cjs/firebase/lazyFirestore.d.ts +6 -0
  263. package/dist/cjs/firebase/lazyFirestore.js +1 -0
  264. package/dist/cjs/firebase/lazyFirestoreLite.d.ts +6 -0
  265. package/dist/cjs/firebase/lazyFirestoreLite.js +1 -0
  266. package/dist/cjs/firebase/lazyStorage.d.ts +5 -0
  267. package/dist/cjs/firebase/lazyStorage.js +1 -0
  268. package/dist/cjs/helpers/BaseWhatsappContentLang.helper.js +1 -1
  269. package/dist/cjs/icons/Actions/Common actions/Activate.d.ts +7 -0
  270. package/dist/cjs/icons/Actions/Common actions/Activate.js +1 -0
  271. package/dist/cjs/icons/Actions/Common actions/Code.d.ts +7 -0
  272. package/dist/cjs/icons/Actions/Common actions/Code.js +1 -0
  273. package/dist/cjs/icons/Actions/Common actions/Cross.d.ts +7 -0
  274. package/dist/cjs/icons/Actions/Common actions/Cross.js +1 -0
  275. package/dist/cjs/icons/Actions/Common actions/Deactivate.d.ts +7 -0
  276. package/dist/cjs/icons/Actions/Common actions/Deactivate.js +1 -0
  277. package/dist/cjs/icons/Actions/Common actions/Delete.d.ts +7 -0
  278. package/dist/cjs/icons/Actions/Common actions/Delete.js +1 -0
  279. package/dist/cjs/icons/Actions/Common actions/Edit.d.ts +7 -0
  280. package/dist/cjs/icons/Actions/Common actions/Edit.js +1 -0
  281. package/dist/cjs/icons/Actions/Common actions/Forward.d.ts +7 -0
  282. package/dist/cjs/icons/Actions/Common actions/Forward.js +1 -0
  283. package/dist/cjs/icons/Actions/Common actions/Fullscreen.d.ts +7 -0
  284. package/dist/cjs/icons/Actions/Common actions/Fullscreen.js +1 -0
  285. package/dist/cjs/icons/Actions/Common actions/LinkSimpleHorizontal.d.ts +7 -0
  286. package/dist/cjs/icons/Actions/Common actions/LinkSimpleHorizontal.js +1 -0
  287. package/dist/cjs/icons/Actions/Common actions/Minus.d.ts +7 -0
  288. package/dist/cjs/icons/Actions/Common actions/Minus.js +1 -0
  289. package/dist/cjs/icons/Actions/Common actions/Plus.d.ts +7 -0
  290. package/dist/cjs/icons/Actions/Common actions/Plus.js +1 -0
  291. package/dist/cjs/icons/Actions/Common actions/SendAirplane.d.ts +7 -0
  292. package/dist/cjs/icons/Actions/Common actions/SendAirplane.js +1 -0
  293. package/dist/cjs/icons/Actions/Common actions/ShareAndroid.d.ts +7 -0
  294. package/dist/cjs/icons/Actions/Common actions/ShareAndroid.js +1 -0
  295. package/dist/cjs/icons/Actions/Common actions/index.d.ts +13 -0
  296. package/dist/cjs/icons/Actions/Formatting/CheckboxIcon.d.ts +7 -0
  297. package/dist/cjs/icons/Actions/Formatting/CheckboxIcon.js +1 -0
  298. package/dist/cjs/icons/Actions/Formatting/Copy.d.ts +7 -0
  299. package/dist/cjs/icons/Actions/Formatting/Copy.js +1 -0
  300. package/dist/cjs/icons/Actions/Formatting/Dropdown.d.ts +7 -0
  301. package/dist/cjs/icons/Actions/Formatting/Dropdown.js +1 -0
  302. package/dist/cjs/icons/Actions/Formatting/MultiLine.d.ts +7 -0
  303. package/dist/cjs/icons/Actions/Formatting/MultiLine.js +1 -0
  304. package/dist/cjs/icons/Actions/Formatting/MultiSelect.d.ts +7 -0
  305. package/dist/cjs/icons/Actions/Formatting/MultiSelect.js +1 -0
  306. package/dist/cjs/icons/Actions/Formatting/Number.d.ts +7 -0
  307. package/dist/cjs/icons/Actions/Formatting/Number.js +1 -0
  308. package/dist/cjs/icons/Actions/Formatting/Text.d.ts +7 -0
  309. package/dist/cjs/icons/Actions/Formatting/Text.js +1 -0
  310. package/dist/cjs/icons/Actions/Formatting/Textbox.d.ts +7 -0
  311. package/dist/cjs/icons/Actions/Formatting/Textbox.js +1 -0
  312. package/dist/cjs/icons/Actions/Formatting/index.d.ts +8 -0
  313. package/dist/cjs/icons/Actions/Navigation/ArrowRedo.d.ts +7 -0
  314. package/dist/cjs/icons/Actions/Navigation/ArrowRedo.js +1 -0
  315. package/dist/cjs/icons/Actions/Navigation/ArrowUndo.d.ts +7 -0
  316. package/dist/cjs/icons/Actions/Navigation/ArrowUndo.js +1 -0
  317. package/dist/cjs/icons/Actions/Navigation/LogIn.d.ts +7 -0
  318. package/dist/cjs/icons/Actions/Navigation/LogIn.js +1 -0
  319. package/dist/cjs/icons/Actions/Navigation/LogOut.d.ts +7 -0
  320. package/dist/cjs/icons/Actions/Navigation/LogOut.js +1 -0
  321. package/dist/cjs/icons/Actions/Navigation/OpenNewWindow.d.ts +7 -0
  322. package/dist/cjs/icons/Actions/Navigation/OpenNewWindow.js +1 -0
  323. package/dist/cjs/icons/Actions/Navigation/Refresh.d.ts +7 -0
  324. package/dist/cjs/icons/Actions/Navigation/Refresh.js +1 -0
  325. package/dist/cjs/icons/Actions/Navigation/Rewind.d.ts +7 -0
  326. package/dist/cjs/icons/Actions/Navigation/Rewind.js +1 -0
  327. package/dist/cjs/icons/Actions/Navigation/Sync.d.ts +7 -0
  328. package/dist/cjs/icons/Actions/Navigation/Sync.js +1 -0
  329. package/dist/cjs/icons/Actions/Navigation/index.d.ts +8 -0
  330. package/dist/cjs/icons/Actions/Selection/HandleDrag.d.ts +7 -0
  331. package/dist/cjs/icons/Actions/Selection/HandleDrag.js +1 -0
  332. package/dist/cjs/icons/Actions/Selection/SingleChoice.d.ts +7 -0
  333. package/dist/cjs/icons/Actions/Selection/SingleChoice.js +1 -0
  334. package/dist/cjs/icons/Actions/Selection/index.d.ts +2 -0
  335. package/dist/cjs/icons/Arrows/Carat/CaratDown.d.ts +7 -0
  336. package/dist/cjs/icons/Arrows/Carat/CaratDown.js +1 -0
  337. package/dist/cjs/icons/Arrows/Carat/CaratLeft.d.ts +7 -0
  338. package/dist/cjs/icons/Arrows/Carat/CaratLeft.js +1 -0
  339. package/dist/cjs/icons/Arrows/Carat/CaratRight.d.ts +7 -0
  340. package/dist/cjs/icons/Arrows/Carat/CaratRight.js +1 -0
  341. package/dist/cjs/icons/Arrows/Carat/CaratUp.d.ts +7 -0
  342. package/dist/cjs/icons/Arrows/Carat/CaratUp.js +1 -0
  343. package/dist/cjs/icons/Arrows/Carat/index.d.ts +4 -0
  344. package/dist/cjs/icons/Arrows/Chevron/ChevronDown.d.ts +7 -0
  345. package/dist/cjs/icons/Arrows/Chevron/ChevronDown.js +1 -0
  346. package/dist/cjs/icons/Arrows/Chevron/ChevronLeft.d.ts +7 -0
  347. package/dist/cjs/icons/Arrows/Chevron/ChevronLeft.js +1 -0
  348. package/dist/cjs/icons/Arrows/Chevron/ChevronRight.d.ts +7 -0
  349. package/dist/cjs/icons/Arrows/Chevron/ChevronRight.js +1 -0
  350. package/dist/cjs/icons/Arrows/Chevron/ChevronUp.d.ts +7 -0
  351. package/dist/cjs/icons/Arrows/Chevron/ChevronUp.js +1 -0
  352. package/dist/cjs/icons/Arrows/Chevron/index.d.ts +4 -0
  353. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleDown.d.ts +7 -0
  354. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleDown.js +1 -0
  355. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleLeft.d.ts +7 -0
  356. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleLeft.js +1 -0
  357. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleRight.d.ts +7 -0
  358. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleRight.js +1 -0
  359. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleUp.d.ts +7 -0
  360. package/dist/cjs/icons/Arrows/Double chevron/ChevronDoubleUp.js +1 -0
  361. package/dist/cjs/icons/Arrows/Double chevron/index.d.ts +4 -0
  362. package/dist/cjs/icons/Arrows/Normal arrows/ArrowDown.d.ts +7 -0
  363. package/dist/cjs/icons/Arrows/Normal arrows/ArrowDown.js +1 -0
  364. package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownLeft.d.ts +7 -0
  365. package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownLeft.js +1 -0
  366. package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownRight.d.ts +7 -0
  367. package/dist/cjs/icons/Arrows/Normal arrows/ArrowDownRight.js +1 -0
  368. package/dist/cjs/icons/Arrows/Normal arrows/ArrowLeft.d.ts +7 -0
  369. package/dist/cjs/icons/Arrows/Normal arrows/ArrowLeft.js +1 -0
  370. package/dist/cjs/icons/Arrows/Normal arrows/ArrowRight.d.ts +7 -0
  371. package/dist/cjs/icons/Arrows/Normal arrows/ArrowRight.js +1 -0
  372. package/dist/cjs/icons/Arrows/Normal arrows/ArrowUp.d.ts +7 -0
  373. package/dist/cjs/icons/Arrows/Normal arrows/ArrowUp.js +1 -0
  374. package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpLeft.d.ts +7 -0
  375. package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpLeft.js +1 -0
  376. package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpRight.d.ts +7 -0
  377. package/dist/cjs/icons/Arrows/Normal arrows/ArrowUpRight.js +1 -0
  378. package/dist/cjs/icons/Arrows/Normal arrows/index.d.ts +8 -0
  379. package/dist/cjs/icons/Arrows/Special/ArrowSwitch.d.ts +7 -0
  380. package/dist/cjs/icons/Arrows/Special/ArrowSwitch.js +1 -0
  381. package/dist/cjs/icons/Arrows/Special/index.d.ts +1 -0
  382. package/dist/cjs/icons/BIK AI specific/AiEmoji.d.ts +7 -0
  383. package/dist/cjs/icons/BIK AI specific/AiEmoji.js +1 -0
  384. package/dist/cjs/icons/BIK AI specific/AiRobot.d.ts +7 -0
  385. package/dist/cjs/icons/BIK AI specific/AiRobot.js +1 -0
  386. package/dist/cjs/icons/BIK AI specific/Expand.d.ts +7 -0
  387. package/dist/cjs/icons/BIK AI specific/Expand.js +1 -0
  388. package/dist/cjs/icons/BIK AI specific/GeminiSparkle.d.ts +7 -0
  389. package/dist/cjs/icons/BIK AI specific/ManifestSparkle.d.ts +7 -0
  390. package/dist/cjs/icons/BIK AI specific/PricePlease.d.ts +7 -0
  391. package/dist/cjs/icons/BIK AI specific/PricePlease.js +1 -0
  392. package/dist/cjs/icons/BIK AI specific/Shape.d.ts +7 -0
  393. package/dist/cjs/icons/BIK AI specific/Shape.js +1 -0
  394. package/dist/cjs/icons/BIK AI specific/Shorter.d.ts +7 -0
  395. package/dist/cjs/icons/BIK AI specific/Shorter.js +1 -0
  396. package/dist/cjs/icons/BIK AI specific/Sparkling2Line.d.ts +7 -0
  397. package/dist/cjs/icons/BIK AI specific/Sparkling2Line.js +1 -0
  398. package/dist/cjs/icons/BIK AI specific/Write.d.ts +7 -0
  399. package/dist/cjs/icons/BIK AI specific/Write.js +1 -0
  400. package/dist/cjs/icons/BIK AI specific/index.d.ts +10 -0
  401. package/dist/cjs/icons/Informational/Common UI/Bell.d.ts +7 -0
  402. package/dist/cjs/icons/Informational/Common UI/Bell.js +1 -0
  403. package/dist/cjs/icons/Informational/Common UI/BellSync.d.ts +7 -0
  404. package/dist/cjs/icons/Informational/Common UI/BellSync.js +1 -0
  405. package/dist/cjs/icons/Informational/Common UI/Bulb.d.ts +7 -0
  406. package/dist/cjs/icons/Informational/Common UI/Bulb.js +1 -0
  407. package/dist/cjs/icons/Informational/Common UI/MenuHamburger.d.ts +7 -0
  408. package/dist/cjs/icons/Informational/Common UI/MenuHamburger.js +1 -0
  409. package/dist/cjs/icons/Informational/Common UI/MessageSearch.d.ts +7 -0
  410. package/dist/cjs/icons/Informational/Common UI/MessageSearch.js +1 -0
  411. package/dist/cjs/icons/Informational/Common UI/MoreHorizontal.d.ts +7 -0
  412. package/dist/cjs/icons/Informational/Common UI/MoreHorizontal.js +1 -0
  413. package/dist/cjs/icons/Informational/Common UI/MoreVertical.d.ts +7 -0
  414. package/dist/cjs/icons/Informational/Common UI/MoreVertical.js +1 -0
  415. package/dist/cjs/icons/Informational/Common UI/Placeholder.d.ts +7 -0
  416. package/dist/cjs/icons/Informational/Common UI/Search.d.ts +7 -0
  417. package/dist/cjs/icons/Informational/Common UI/Search.js +1 -0
  418. package/dist/cjs/icons/Informational/Common UI/Settings.d.ts +7 -0
  419. package/dist/cjs/icons/Informational/Common UI/Settings.js +1 -0
  420. package/dist/cjs/icons/Informational/Common UI/Training.d.ts +7 -0
  421. package/dist/cjs/icons/Informational/Common UI/Training.js +1 -0
  422. package/dist/cjs/icons/Informational/Common UI/index.d.ts +11 -0
  423. package/dist/cjs/icons/Informational/Communication/Chat.d.ts +7 -0
  424. package/dist/cjs/icons/Informational/Communication/Chat.js +1 -0
  425. package/dist/cjs/icons/Informational/Communication/ChatCheck.d.ts +7 -0
  426. package/dist/cjs/icons/Informational/Communication/ChatCheck.js +1 -0
  427. package/dist/cjs/icons/Informational/Communication/ChatQuestion.d.ts +7 -0
  428. package/dist/cjs/icons/Informational/Communication/ChatQuestion.js +1 -0
  429. package/dist/cjs/icons/Informational/Communication/ChatStar.d.ts +7 -0
  430. package/dist/cjs/icons/Informational/Communication/ChatStar.js +1 -0
  431. package/dist/cjs/icons/Informational/Communication/Email.d.ts +7 -0
  432. package/dist/cjs/icons/Informational/Communication/Email.js +1 -0
  433. package/dist/cjs/icons/Informational/Communication/LiveChat.d.ts +7 -0
  434. package/dist/cjs/icons/Informational/Communication/LiveChat.js +1 -0
  435. package/dist/cjs/icons/Informational/Communication/Phone.d.ts +7 -0
  436. package/dist/cjs/icons/Informational/Communication/Phone.js +1 -0
  437. package/dist/cjs/icons/Informational/Communication/index.d.ts +7 -0
  438. package/dist/cjs/icons/Informational/Customer intent/ClipboardCheck.d.ts +7 -0
  439. package/dist/cjs/icons/Informational/Customer intent/ClipboardCheck.js +1 -0
  440. package/dist/cjs/icons/Informational/Customer intent/Experimental.d.ts +7 -0
  441. package/dist/cjs/icons/Informational/Customer intent/Experimental.js +1 -0
  442. package/dist/cjs/icons/Informational/Customer intent/Help.d.ts +7 -0
  443. package/dist/cjs/icons/Informational/Customer intent/Help.js +1 -0
  444. package/dist/cjs/icons/Informational/Customer intent/Percent.d.ts +7 -0
  445. package/dist/cjs/icons/Informational/Customer intent/Percent.js +1 -0
  446. package/dist/cjs/icons/Informational/Customer intent/Purchase.d.ts +7 -0
  447. package/dist/cjs/icons/Informational/Customer intent/Purchase.js +1 -0
  448. package/dist/cjs/icons/Informational/Customer intent/Services.d.ts +7 -0
  449. package/dist/cjs/icons/Informational/Customer intent/Services.js +1 -0
  450. package/dist/cjs/icons/Informational/Customer intent/ShoppingCart.d.ts +7 -0
  451. package/dist/cjs/icons/Informational/Customer intent/ShoppingCart.js +1 -0
  452. package/dist/cjs/icons/Informational/Customer intent/SingleChoice.d.ts +7 -0
  453. package/dist/cjs/icons/Informational/Customer intent/SingleChoice.js +1 -0
  454. package/dist/cjs/icons/Informational/Customer intent/Unsatisfactory.d.ts +7 -0
  455. package/dist/cjs/icons/Informational/Customer intent/Unsatisfactory.js +1 -0
  456. package/dist/cjs/icons/Informational/Customer intent/UserSound.d.ts +7 -0
  457. package/dist/cjs/icons/Informational/Customer intent/UserSound.js +1 -0
  458. package/dist/cjs/icons/Informational/Customer intent/index.d.ts +10 -0
  459. package/dist/cjs/icons/Informational/Date and time/Calendar.d.ts +7 -0
  460. package/dist/cjs/icons/Informational/Date and time/Calendar.js +1 -0
  461. package/dist/cjs/icons/Informational/Date and time/CalendarAdd.d.ts +7 -0
  462. package/dist/cjs/icons/Informational/Date and time/CalendarAdd.js +1 -0
  463. package/dist/cjs/icons/Informational/Date and time/Clock.d.ts +7 -0
  464. package/dist/cjs/icons/Informational/Date and time/Clock.js +1 -0
  465. package/dist/cjs/icons/Informational/Date and time/HourGlass.d.ts +7 -0
  466. package/dist/cjs/icons/Informational/Date and time/HourGlass.js +1 -0
  467. package/dist/cjs/icons/Informational/Date and time/WorkingHours.d.ts +7 -0
  468. package/dist/cjs/icons/Informational/Date and time/WorkingHours.js +1 -0
  469. package/dist/cjs/icons/Informational/Date and time/index.d.ts +5 -0
  470. package/dist/cjs/icons/Informational/Files and folders/Archive1.d.ts +7 -0
  471. package/dist/cjs/icons/Informational/Files and folders/Archive1.js +1 -0
  472. package/dist/cjs/icons/Informational/Files and folders/Excel.d.ts +7 -0
  473. package/dist/cjs/icons/Informational/Files and folders/Excel.js +1 -0
  474. package/dist/cjs/icons/Informational/Files and folders/File.d.ts +7 -0
  475. package/dist/cjs/icons/Informational/Files and folders/File.js +1 -0
  476. package/dist/cjs/icons/Informational/Files and folders/FileCsv.d.ts +7 -0
  477. package/dist/cjs/icons/Informational/Files and folders/FileCsv.js +1 -0
  478. package/dist/cjs/icons/Informational/Files and folders/FilePage.d.ts +7 -0
  479. package/dist/cjs/icons/Informational/Files and folders/FilePage.js +1 -0
  480. package/dist/cjs/icons/Informational/Files and folders/FilePdf.d.ts +7 -0
  481. package/dist/cjs/icons/Informational/Files and folders/FilePdf.js +1 -0
  482. package/dist/cjs/icons/Informational/Files and folders/Folder.d.ts +7 -0
  483. package/dist/cjs/icons/Informational/Files and folders/Folder.js +1 -0
  484. package/dist/cjs/icons/Informational/Files and folders/MediaMessage.d.ts +7 -0
  485. package/dist/cjs/icons/Informational/Files and folders/MediaMessage.js +1 -0
  486. package/dist/cjs/icons/Informational/Files and folders/Move.d.ts +7 -0
  487. package/dist/cjs/icons/Informational/Files and folders/Move.js +1 -0
  488. package/dist/cjs/icons/Informational/Files and folders/OrderHistory.d.ts +7 -0
  489. package/dist/cjs/icons/Informational/Files and folders/OrderHistory.js +1 -0
  490. package/dist/cjs/icons/Informational/Files and folders/TextMessage.d.ts +7 -0
  491. package/dist/cjs/icons/Informational/Files and folders/TextMessage.js +1 -0
  492. package/dist/cjs/icons/Informational/Files and folders/Unarchive.d.ts +7 -0
  493. package/dist/cjs/icons/Informational/Files and folders/Unarchive.js +1 -0
  494. package/dist/cjs/icons/Informational/Files and folders/index.d.ts +12 -0
  495. package/dist/cjs/icons/Informational/Finance/Bank.d.ts +7 -0
  496. package/dist/cjs/icons/Informational/Finance/Bank.js +1 -0
  497. package/dist/cjs/icons/Informational/Finance/CashOnDelivery.d.ts +7 -0
  498. package/dist/cjs/icons/Informational/Finance/CashOnDelivery.js +1 -0
  499. package/dist/cjs/icons/Informational/Finance/ChartLine.d.ts +7 -0
  500. package/dist/cjs/icons/Informational/Finance/ChartLine.js +1 -0
  501. package/dist/cjs/icons/Informational/Finance/CreditCard.d.ts +7 -0
  502. package/dist/cjs/icons/Informational/Finance/CreditCard.js +1 -0
  503. package/dist/cjs/icons/Informational/Finance/Growth.d.ts +7 -0
  504. package/dist/cjs/icons/Informational/Finance/Growth.js +1 -0
  505. package/dist/cjs/icons/Informational/Finance/Money1.d.ts +7 -0
  506. package/dist/cjs/icons/Informational/Finance/Money1.js +1 -0
  507. package/dist/cjs/icons/Informational/Finance/NoCredits.d.ts +7 -0
  508. package/dist/cjs/icons/Informational/Finance/NoCredits.js +1 -0
  509. package/dist/cjs/icons/Informational/Finance/Percent.d.ts +7 -0
  510. package/dist/cjs/icons/Informational/Finance/Percent.js +1 -0
  511. package/dist/cjs/icons/Informational/Finance/Rupee.d.ts +7 -0
  512. package/dist/cjs/icons/Informational/Finance/Rupee.js +1 -0
  513. package/dist/cjs/icons/Informational/Finance/TablerTicket.d.ts +7 -0
  514. package/dist/cjs/icons/Informational/Finance/Wallet.d.ts +7 -0
  515. package/dist/cjs/icons/Informational/Finance/Wallet.js +1 -0
  516. package/dist/cjs/icons/Informational/Finance/index.d.ts +11 -0
  517. package/dist/cjs/icons/Informational/General/AlertTriangle.d.ts +7 -0
  518. package/dist/cjs/icons/Informational/General/AlertTriangle.js +1 -0
  519. package/dist/cjs/icons/Informational/General/Check.d.ts +7 -0
  520. package/dist/cjs/icons/Informational/General/Check.js +1 -0
  521. package/dist/cjs/icons/Informational/General/CheckDouble.d.ts +7 -0
  522. package/dist/cjs/icons/Informational/General/CheckDouble.js +1 -0
  523. package/dist/cjs/icons/Informational/General/CloseTicket1.d.ts +7 -0
  524. package/dist/cjs/icons/Informational/General/CloseTicket1.js +1 -0
  525. package/dist/cjs/icons/Informational/General/Error.d.ts +7 -0
  526. package/dist/cjs/icons/Informational/General/Error.js +1 -0
  527. package/dist/cjs/icons/Informational/General/FailDoc.d.ts +7 -0
  528. package/dist/cjs/icons/Informational/General/FailDoc.js +1 -0
  529. package/dist/cjs/icons/Informational/General/Help.d.ts +7 -0
  530. package/dist/cjs/icons/Informational/General/Help.js +1 -0
  531. package/dist/cjs/icons/Informational/General/IcList.d.ts +7 -0
  532. package/dist/cjs/icons/Informational/General/IcList.js +1 -0
  533. package/dist/cjs/icons/Informational/General/Info.d.ts +7 -0
  534. package/dist/cjs/icons/Informational/General/Info.js +1 -0
  535. package/dist/cjs/icons/Informational/General/NewTicket.d.ts +7 -0
  536. package/dist/cjs/icons/Informational/General/NewTicket.js +1 -0
  537. package/dist/cjs/icons/Informational/General/RoundCheck.d.ts +7 -0
  538. package/dist/cjs/icons/Informational/General/RoundCheck.js +1 -0
  539. package/dist/cjs/icons/Informational/General/Slash.d.ts +7 -0
  540. package/dist/cjs/icons/Informational/General/Slash.js +1 -0
  541. package/dist/cjs/icons/Informational/General/index.d.ts +12 -0
  542. package/dist/cjs/icons/Informational/Identity/Chatbot.d.ts +7 -0
  543. package/dist/cjs/icons/Informational/Identity/Chatbot.js +1 -0
  544. package/dist/cjs/icons/Informational/Identity/Contacts.d.ts +7 -0
  545. package/dist/cjs/icons/Informational/Identity/Contacts.js +1 -0
  546. package/dist/cjs/icons/Informational/Identity/Group.d.ts +7 -0
  547. package/dist/cjs/icons/Informational/Identity/Group.js +1 -0
  548. package/dist/cjs/icons/Informational/Identity/IdCard.d.ts +7 -0
  549. package/dist/cjs/icons/Informational/Identity/IdCard.js +1 -0
  550. package/dist/cjs/icons/Informational/Identity/Person.d.ts +7 -0
  551. package/dist/cjs/icons/Informational/Identity/Person.js +1 -0
  552. package/dist/cjs/icons/Informational/Identity/Robot.d.ts +7 -0
  553. package/dist/cjs/icons/Informational/Identity/Robot.js +1 -0
  554. package/dist/cjs/icons/Informational/Identity/Union.d.ts +7 -0
  555. package/dist/cjs/icons/Informational/Identity/Union.js +1 -0
  556. package/dist/cjs/icons/Informational/Identity/Union1.d.ts +7 -0
  557. package/dist/cjs/icons/Informational/Identity/Union1.js +1 -0
  558. package/dist/cjs/icons/Informational/Identity/UserMinus1.d.ts +7 -0
  559. package/dist/cjs/icons/Informational/Identity/UserMinus1.js +1 -0
  560. package/dist/cjs/icons/Informational/Identity/UserPlus.d.ts +7 -0
  561. package/dist/cjs/icons/Informational/Identity/UserPlus.js +1 -0
  562. package/dist/cjs/icons/Informational/Identity/index.d.ts +10 -0
  563. package/dist/cjs/icons/Informational/Location/Address.d.ts +7 -0
  564. package/dist/cjs/icons/Informational/Location/Address.js +1 -0
  565. package/dist/cjs/icons/Informational/Location/LanguageChange.d.ts +7 -0
  566. package/dist/cjs/icons/Informational/Location/LanguageChange.js +1 -0
  567. package/dist/cjs/icons/Informational/Location/MapPin.d.ts +7 -0
  568. package/dist/cjs/icons/Informational/Location/MapPin.js +1 -0
  569. package/dist/cjs/icons/Informational/Location/Truck.d.ts +7 -0
  570. package/dist/cjs/icons/Informational/Location/Truck.js +1 -0
  571. package/dist/cjs/icons/Informational/Location/index.d.ts +4 -0
  572. package/dist/cjs/icons/Informational/Store related/AllProduct.d.ts +7 -0
  573. package/dist/cjs/icons/Informational/Store related/AllProduct.js +1 -0
  574. package/dist/cjs/icons/Informational/Store related/Clipboard.d.ts +7 -0
  575. package/dist/cjs/icons/Informational/Store related/Clipboard.js +1 -0
  576. package/dist/cjs/icons/Informational/Store related/ClipboardCheck.d.ts +7 -0
  577. package/dist/cjs/icons/Informational/Store related/ClipboardCheck.js +1 -0
  578. package/dist/cjs/icons/Informational/Store related/CustomerReport.d.ts +7 -0
  579. package/dist/cjs/icons/Informational/Store related/CustomerReport.js +1 -0
  580. package/dist/cjs/icons/Informational/Store related/InventoryReport.d.ts +7 -0
  581. package/dist/cjs/icons/Informational/Store related/InventoryReport.js +1 -0
  582. package/dist/cjs/icons/Informational/Store related/LegalBalance.d.ts +7 -0
  583. package/dist/cjs/icons/Informational/Store related/OrderReport.d.ts +7 -0
  584. package/dist/cjs/icons/Informational/Store related/OrderReport.js +1 -0
  585. package/dist/cjs/icons/Informational/Store related/PaymentReport.d.ts +7 -0
  586. package/dist/cjs/icons/Informational/Store related/PaymentReport.js +1 -0
  587. package/dist/cjs/icons/Informational/Store related/Store.d.ts +7 -0
  588. package/dist/cjs/icons/Informational/Store related/Store.js +1 -0
  589. package/dist/cjs/icons/Informational/Store related/StoreSync.d.ts +7 -0
  590. package/dist/cjs/icons/Informational/Store related/StoreSync.js +1 -0
  591. package/dist/cjs/icons/Informational/Store related/index.d.ts +10 -0
  592. package/dist/cjs/icons/Informational/eCommerce/AddLabel.d.ts +7 -0
  593. package/dist/cjs/icons/Informational/eCommerce/AddLabel.js +1 -0
  594. package/dist/cjs/icons/Informational/eCommerce/Click.d.ts +7 -0
  595. package/dist/cjs/icons/Informational/eCommerce/Click.js +1 -0
  596. package/dist/cjs/icons/Informational/eCommerce/Filter.d.ts +7 -0
  597. package/dist/cjs/icons/Informational/eCommerce/Filter.js +1 -0
  598. package/dist/cjs/icons/Informational/eCommerce/Gift1.d.ts +7 -0
  599. package/dist/cjs/icons/Informational/eCommerce/Gift1.js +1 -0
  600. package/dist/cjs/icons/Informational/eCommerce/GiftMinus.d.ts +7 -0
  601. package/dist/cjs/icons/Informational/eCommerce/GiftMinus.js +1 -0
  602. package/dist/cjs/icons/Informational/eCommerce/GiftPlus.d.ts +7 -0
  603. package/dist/cjs/icons/Informational/eCommerce/GiftPlus.js +1 -0
  604. package/dist/cjs/icons/Informational/eCommerce/Promocode.d.ts +7 -0
  605. package/dist/cjs/icons/Informational/eCommerce/Promocode.js +1 -0
  606. package/dist/cjs/icons/Informational/eCommerce/Receipt.d.ts +7 -0
  607. package/dist/cjs/icons/Informational/eCommerce/Receipt.js +1 -0
  608. package/dist/cjs/icons/Informational/eCommerce/ShieldCheck.d.ts +7 -0
  609. package/dist/cjs/icons/Informational/eCommerce/ShieldCheck.js +1 -0
  610. package/dist/cjs/icons/Informational/eCommerce/ShoppingBag.d.ts +7 -0
  611. package/dist/cjs/icons/Informational/eCommerce/ShoppingBag.js +1 -0
  612. package/dist/cjs/icons/Informational/eCommerce/ShoppingBasket.d.ts +7 -0
  613. package/dist/cjs/icons/Informational/eCommerce/ShoppingBasket.js +1 -0
  614. package/dist/cjs/icons/Informational/eCommerce/ShoppingCart.d.ts +7 -0
  615. package/dist/cjs/icons/Informational/eCommerce/ShoppingCart.js +1 -0
  616. package/dist/cjs/icons/Informational/eCommerce/index.d.ts +12 -0
  617. package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box.d.ts +7 -0
  618. package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box.js +1 -0
  619. package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box2.d.ts +7 -0
  620. package/dist/cjs/icons/Legacy - Bikayi specific/Categories/Box2.js +1 -0
  621. package/dist/cjs/icons/Legacy - Bikayi specific/Categories/index.d.ts +2 -0
  622. package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Journeys.d.ts +7 -0
  623. package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Journeys.js +1 -0
  624. package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Services.d.ts +7 -0
  625. package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/Services.js +1 -0
  626. package/dist/cjs/icons/Legacy - Bikayi specific/Navigation/index.d.ts +2 -0
  627. package/dist/cjs/icons/Legacy - Bikayi specific/Plans/PlanUltimate.d.ts +7 -0
  628. package/dist/cjs/icons/Legacy - Bikayi specific/Plans/PlanUltimate.js +1 -0
  629. package/dist/cjs/icons/Legacy - Bikayi specific/Plans/index.d.ts +1 -0
  630. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Businesscard.d.ts +7 -0
  631. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Businesscard.js +1 -0
  632. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Customdomain.d.ts +7 -0
  633. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Customdomain.js +1 -0
  634. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Marketing.d.ts +7 -0
  635. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Marketing.js +1 -0
  636. package/dist/cjs/icons/Legacy - Bikayi specific/Services/PaymentLink.d.ts +7 -0
  637. package/dist/cjs/icons/Legacy - Bikayi specific/Services/PaymentLink.js +1 -0
  638. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Theme.d.ts +7 -0
  639. package/dist/cjs/icons/Legacy - Bikayi specific/Services/Theme.js +1 -0
  640. package/dist/cjs/icons/Legacy - Bikayi specific/Services/index.d.ts +5 -0
  641. package/dist/cjs/icons/Media/Audio/Microphone.d.ts +7 -0
  642. package/dist/cjs/icons/Media/Audio/Microphone.js +1 -0
  643. package/dist/cjs/icons/Media/Audio/Pause.d.ts +7 -0
  644. package/dist/cjs/icons/Media/Audio/Pause.js +1 -0
  645. package/dist/cjs/icons/Media/Audio/Play.d.ts +7 -0
  646. package/dist/cjs/icons/Media/Audio/Play.js +1 -0
  647. package/dist/cjs/icons/Media/Audio/Sleep.d.ts +7 -0
  648. package/dist/cjs/icons/Media/Audio/Sleep.js +1 -0
  649. package/dist/cjs/icons/Media/Audio/VolumeMute.d.ts +7 -0
  650. package/dist/cjs/icons/Media/Audio/VolumeMute.js +1 -0
  651. package/dist/cjs/icons/Media/Audio/VolumeOneline.d.ts +7 -0
  652. package/dist/cjs/icons/Media/Audio/VolumeOneline.js +1 -0
  653. package/dist/cjs/icons/Media/Audio/VolumeTwoline.d.ts +7 -0
  654. package/dist/cjs/icons/Media/Audio/VolumeTwoline.js +1 -0
  655. package/dist/cjs/icons/Media/Audio/index.d.ts +7 -0
  656. package/dist/cjs/icons/Media/Devices/Desktop.d.ts +7 -0
  657. package/dist/cjs/icons/Media/Devices/Desktop.js +1 -0
  658. package/dist/cjs/icons/Media/Devices/Smartphone.d.ts +7 -0
  659. package/dist/cjs/icons/Media/Devices/Smartphone.js +1 -0
  660. package/dist/cjs/icons/Media/Devices/index.d.ts +2 -0
  661. package/dist/cjs/icons/Media/Others/BarcodeScan.d.ts +7 -0
  662. package/dist/cjs/icons/Media/Others/BarcodeScan.js +1 -0
  663. package/dist/cjs/icons/Media/Others/Download.d.ts +7 -0
  664. package/dist/cjs/icons/Media/Others/Download.js +1 -0
  665. package/dist/cjs/icons/Media/Others/EmojiSmile.d.ts +7 -0
  666. package/dist/cjs/icons/Media/Others/EmojiSmile.js +1 -0
  667. package/dist/cjs/icons/Media/Others/Paperclip.d.ts +7 -0
  668. package/dist/cjs/icons/Media/Others/Paperclip.js +1 -0
  669. package/dist/cjs/icons/Media/Others/Upload.d.ts +7 -0
  670. package/dist/cjs/icons/Media/Others/Upload.js +1 -0
  671. package/dist/cjs/icons/Media/Others/index.d.ts +5 -0
  672. package/dist/cjs/icons/Media/Visual/Camera.d.ts +7 -0
  673. package/dist/cjs/icons/Media/Visual/Camera.js +1 -0
  674. package/dist/cjs/icons/Media/Visual/CameraAdd.d.ts +7 -0
  675. package/dist/cjs/icons/Media/Visual/CameraAdd.js +1 -0
  676. package/dist/cjs/icons/Media/Visual/Crop.d.ts +7 -0
  677. package/dist/cjs/icons/Media/Visual/Crop.js +1 -0
  678. package/dist/cjs/icons/Media/Visual/FlashOff.d.ts +7 -0
  679. package/dist/cjs/icons/Media/Visual/FlashOff.js +1 -0
  680. package/dist/cjs/icons/Media/Visual/FlashOn.d.ts +7 -0
  681. package/dist/cjs/icons/Media/Visual/FlashOn.js +1 -0
  682. package/dist/cjs/icons/Media/Visual/Image.d.ts +7 -0
  683. package/dist/cjs/icons/Media/Visual/Image.js +1 -0
  684. package/dist/cjs/icons/Media/Visual/ImageAdd.d.ts +7 -0
  685. package/dist/cjs/icons/Media/Visual/ImageAdd.js +1 -0
  686. package/dist/cjs/icons/Media/Visual/Images.d.ts +7 -0
  687. package/dist/cjs/icons/Media/Visual/Images.js +1 -0
  688. package/dist/cjs/icons/Media/Visual/Maximize.d.ts +7 -0
  689. package/dist/cjs/icons/Media/Visual/Maximize.js +1 -0
  690. package/dist/cjs/icons/Media/Visual/RotateAnticlockwise.d.ts +7 -0
  691. package/dist/cjs/icons/Media/Visual/RotateAnticlockwise.js +1 -0
  692. package/dist/cjs/icons/Media/Visual/RotateClockwise.d.ts +7 -0
  693. package/dist/cjs/icons/Media/Visual/RotateClockwise.js +1 -0
  694. package/dist/cjs/icons/Media/Visual/VideoCamcorder.d.ts +7 -0
  695. package/dist/cjs/icons/Media/Visual/VideoCamcorder.js +1 -0
  696. package/dist/cjs/icons/Media/Visual/VideoFilm.d.ts +7 -0
  697. package/dist/cjs/icons/Media/Visual/VideoFilm.js +1 -0
  698. package/dist/cjs/icons/Media/Visual/index.d.ts +13 -0
  699. package/dist/cjs/icons/Social/Channels/Email.d.ts +6 -0
  700. package/dist/cjs/icons/Social/Channels/Email.js +1 -0
  701. package/dist/cjs/icons/Social/Channels/EmailMarketing.d.ts +6 -0
  702. package/dist/cjs/icons/Social/Channels/EmailMarketing.js +1 -0
  703. package/dist/cjs/icons/Social/Channels/Facebook.d.ts +6 -0
  704. package/dist/cjs/icons/Social/Channels/Facebook.js +1 -0
  705. package/dist/cjs/icons/Social/Channels/FacebookComment.d.ts +6 -0
  706. package/dist/cjs/icons/Social/Channels/FacebookComment.js +1 -0
  707. package/dist/cjs/icons/Social/Channels/Instagram.d.ts +6 -0
  708. package/dist/cjs/icons/Social/Channels/Instagram.js +1 -0
  709. package/dist/cjs/icons/Social/Channels/InstagramIcon.d.ts +6 -0
  710. package/dist/cjs/icons/Social/Channels/InstagramIcon.js +1 -0
  711. package/dist/cjs/icons/Social/Channels/Messenger.d.ts +6 -0
  712. package/dist/cjs/icons/Social/Channels/Messenger.js +1 -0
  713. package/dist/cjs/icons/Social/Channels/Tasks.d.ts +6 -0
  714. package/dist/cjs/icons/Social/Channels/Tasks.js +1 -0
  715. package/dist/cjs/icons/Social/Channels/WebPush.d.ts +6 -0
  716. package/dist/cjs/icons/Social/Channels/WebPush.js +1 -0
  717. package/dist/cjs/icons/Social/Channels/WhatsApp.d.ts +6 -0
  718. package/dist/cjs/icons/Social/Channels/WhatsApp.js +1 -0
  719. package/dist/cjs/icons/Social/Channels/index.d.ts +10 -0
  720. package/dist/cjs/icons/Social/Social/EmailMarketing.d.ts +7 -0
  721. package/dist/cjs/icons/Social/Social/EmailMarketing.js +1 -0
  722. package/dist/cjs/icons/Social/Social/Facebook.d.ts +7 -0
  723. package/dist/cjs/icons/Social/Social/Facebook.js +1 -0
  724. package/dist/cjs/icons/Social/Social/Google.d.ts +7 -0
  725. package/dist/cjs/icons/Social/Social/Google.js +1 -0
  726. package/dist/cjs/icons/Social/Social/Instagram.d.ts +7 -0
  727. package/dist/cjs/icons/Social/Social/Instagram.js +1 -0
  728. package/dist/cjs/icons/Social/Social/Messenger.d.ts +7 -0
  729. package/dist/cjs/icons/Social/Social/Messenger.js +1 -0
  730. package/dist/cjs/icons/Social/Social/Rcs.d.ts +7 -0
  731. package/dist/cjs/icons/Social/Social/Rcs.js +1 -0
  732. package/dist/cjs/icons/Social/Social/Twitter.d.ts +7 -0
  733. package/dist/cjs/icons/Social/Social/Twitter.js +1 -0
  734. package/dist/cjs/icons/Social/Social/Website.d.ts +7 -0
  735. package/dist/cjs/icons/Social/Social/Website.js +1 -0
  736. package/dist/cjs/icons/Social/Social/Whatsapp.d.ts +7 -0
  737. package/dist/cjs/icons/Social/Social/Whatsapp.js +1 -0
  738. package/dist/cjs/icons/Social/Social/Youtube.d.ts +7 -0
  739. package/dist/cjs/icons/Social/Social/Youtube.js +1 -0
  740. package/dist/cjs/icons/Social/Social/index.d.ts +10 -0
  741. package/dist/cjs/icons/Toggles/General/Eye.d.ts +7 -0
  742. package/dist/cjs/icons/Toggles/General/Eye.js +1 -0
  743. package/dist/cjs/icons/Toggles/General/EyeClosed.d.ts +7 -0
  744. package/dist/cjs/icons/Toggles/General/EyeClosed.js +1 -0
  745. package/dist/cjs/icons/Toggles/General/EyeOff.d.ts +7 -0
  746. package/dist/cjs/icons/Toggles/General/EyeOff.js +1 -0
  747. package/dist/cjs/icons/Toggles/General/HeartEmpty.d.ts +7 -0
  748. package/dist/cjs/icons/Toggles/General/HeartEmpty.js +1 -0
  749. package/dist/cjs/icons/Toggles/General/HeartFilled.d.ts +7 -0
  750. package/dist/cjs/icons/Toggles/General/HeartFilled.js +1 -0
  751. package/dist/cjs/icons/Toggles/General/Lock.d.ts +7 -0
  752. package/dist/cjs/icons/Toggles/General/Lock.js +1 -0
  753. package/dist/cjs/icons/Toggles/General/StarEmpty.d.ts +7 -0
  754. package/dist/cjs/icons/Toggles/General/StarEmpty.js +1 -0
  755. package/dist/cjs/icons/Toggles/General/StarFilled.d.ts +7 -0
  756. package/dist/cjs/icons/Toggles/General/StarFilled.js +1 -0
  757. package/dist/cjs/icons/Toggles/General/StarHalf.d.ts +7 -0
  758. package/dist/cjs/icons/Toggles/General/StarHalf.js +1 -0
  759. package/dist/cjs/icons/Toggles/General/Unlock.d.ts +7 -0
  760. package/dist/cjs/icons/Toggles/General/Unlock.js +1 -0
  761. package/dist/cjs/icons/Toggles/General/index.d.ts +10 -0
  762. package/dist/cjs/icons/index.d.ts +43 -0
  763. package/dist/cjs/icons/index.js +1 -0
  764. package/dist/cjs/icons/registry.d.ts +10 -0
  765. package/dist/cjs/index.d.ts +3 -0
  766. package/dist/cjs/index.js +1 -1
  767. package/dist/cjs/request-executor/executor.d.ts +99 -0
  768. package/dist/cjs/request-executor/executor.js +1 -0
  769. package/dist/cjs/request-executor/index.d.ts +2 -0
  770. package/dist/cjs/request-executor/model.d.ts +14 -0
  771. package/dist/cjs/utils/logging/ErrorConstructor/ApiError.d.ts +3 -0
  772. package/dist/cjs/utils/logging/ErrorConstructor/ApiError.js +1 -0
  773. package/dist/cjs/utils/logging/ErrorConstructor/BroadcastFlowError.d.ts +4 -0
  774. package/dist/cjs/utils/logging/ErrorConstructor/BroadcastFlowError.js +1 -0
  775. package/dist/cjs/utils/logging/ErrorConstructor/CohortError.d.ts +4 -0
  776. package/dist/cjs/utils/logging/ErrorConstructor/CohortError.js +1 -0
  777. package/dist/cjs/utils/logging/ErrorConstructor/CustomError.d.ts +3 -0
  778. package/dist/cjs/utils/logging/ErrorConstructor/CustomError.js +1 -0
  779. package/dist/cjs/utils/logging/ErrorConstructor/ExcelUploadError.d.ts +3 -0
  780. package/dist/cjs/utils/logging/ErrorConstructor/ExcelUploadError.js +1 -0
  781. package/dist/cjs/utils/logging/ErrorConstructor/FirebaseCallError.d.ts +3 -0
  782. package/dist/cjs/utils/logging/ErrorConstructor/FirebaseCallError.js +1 -0
  783. package/dist/cjs/utils/logging/ErrorConstructor/FirebaseSubscriptionError.d.ts +3 -0
  784. package/dist/cjs/utils/logging/ErrorConstructor/FirebaseSubscriptionError.js +1 -0
  785. package/dist/cjs/utils/logging/ErrorConstructor/RechargeFailure.d.ts +3 -0
  786. package/dist/cjs/utils/logging/ErrorConstructor/RechargeFailure.js +1 -0
  787. package/dist/cjs/utils/logging/ErrorConstructor/WhatsappIntegrationError.d.ts +3 -0
  788. package/dist/cjs/utils/logging/ErrorConstructor/WhatsappIntegrationError.js +1 -0
  789. package/dist/cjs/utils/logging/Logger.d.ts +24 -0
  790. package/dist/cjs/utils/logging/Logger.js +1 -0
  791. package/dist/cjs/utils/logging/index.d.ts +10 -0
  792. package/dist/esm/assets/icons/Ai_event_generating.svg.js +1 -1
  793. package/dist/esm/assets/icons/DocsIcon.d.ts +6 -0
  794. package/dist/esm/assets/icons/DocsIcon.js +1 -0
  795. package/dist/esm/assets/icons/DoubtIcon.d.ts +6 -0
  796. package/dist/esm/assets/icons/DoubtIcon.js +1 -0
  797. package/dist/esm/assets/icons/EditLabel.d.ts +7 -0
  798. package/dist/esm/assets/icons/EditLabel.js +1 -0
  799. package/dist/esm/assets/icons/NotesIcon.d.ts +6 -0
  800. package/dist/esm/assets/icons/NotesIcon.js +1 -0
  801. package/dist/esm/assets/icons/StepsIcon.d.ts +6 -0
  802. package/dist/esm/assets/icons/StepsIcon.js +1 -0
  803. package/dist/esm/assets/icons/StoreIcon.d.ts +6 -0
  804. package/dist/esm/assets/icons/StoreIcon.js +1 -0
  805. package/dist/esm/assets/icons/ThreeColumnsIcon.d.ts +6 -0
  806. package/dist/esm/assets/icons/ThreeColumnsIcon.js +1 -0
  807. package/dist/esm/assets/icons/index.d.ts +7 -0
  808. package/dist/esm/assets/icons/magic-line.svg.js +1 -0
  809. package/dist/esm/assets/icons/refresh-purple.svg.js +1 -0
  810. package/dist/esm/assets/icons/rewind.svg.js +1 -0
  811. package/dist/esm/assets/icons/thumbs_down.svg.js +1 -0
  812. package/dist/esm/assets/icons/thumbs_up.svg.js +1 -0
  813. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.d.ts +29 -1
  814. package/dist/esm/components/ProgressChecklist/ProgressChecklist.d.ts +3 -27
  815. package/dist/esm/components/ProgressChecklist/ProgressChecklist.js +1 -1
  816. package/dist/esm/components/QueryBuilder/Filters/CustomField/components/CustomField.js +1 -1
  817. package/dist/esm/components/QueryBuilder/Filters/Event/components/EventFilter.js +1 -1
  818. package/dist/esm/components/QueryBuilder/Filters/Segment/components/SegmentFilter.js +1 -1
  819. package/dist/esm/components/QueryBuilder/Filters/UserProperty/components/UserPropertyFilter.js +1 -1
  820. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  821. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.js +1 -1
  822. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  823. package/dist/esm/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  824. package/dist/esm/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  825. package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  826. package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.js +1 -1
  827. package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.d.ts +1 -2
  828. package/dist/esm/components/QueryBuilder/components/Connectors/Components/EmojiPicker.js +1 -1
  829. package/dist/esm/components/QueryBuilder/components/Connectors/Components/InTheLast.js +1 -1
  830. package/dist/esm/components/QueryBuilder/components/Connectors/Components/InTwoLast.js +1 -1
  831. package/dist/esm/components/QueryBuilder/components/Connectors/Components/MultiselectDropdownFreeText.js +1 -1
  832. package/dist/esm/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.d.ts +5 -2
  833. package/dist/esm/components/QueryBuilder/components/Connectors/Components/SingleselectDropdownFreeText.js +1 -1
  834. package/dist/esm/components/QueryBuilder/components/Connectors/Connector.js +1 -1
  835. package/dist/esm/components/QueryBuilder/components/DropdownWrapper.d.ts +3 -1
  836. package/dist/esm/components/QueryBuilder/components/DropdownWrapper.js +1 -1
  837. package/dist/esm/components/QueryBuilder/components/QueryBuilderNode/Property/PropertyNode.js +1 -1
  838. package/dist/esm/components/QueryBuilder/constants/connector.d.ts +1 -1
  839. package/dist/esm/components/QueryBuilder/constants/connector.js +1 -1
  840. package/dist/esm/components/QueryBuilder/constants/connectorPosition.js +1 -1
  841. package/dist/esm/components/QueryBuilder/helpers/Connector.helper.d.ts +1 -1
  842. package/dist/esm/components/QueryBuilder/helpers/Connector.helper.js +1 -1
  843. package/dist/esm/components/QueryBuilder/helpers/PropertyCustomProcessor.d.ts +1 -1
  844. package/dist/esm/components/QueryBuilder/helpers/SegmentValidator.d.ts +3 -15
  845. package/dist/esm/components/QueryBuilder/types/QueryBuilder.type.d.ts +2 -22
  846. package/dist/esm/components/QueryBuilder/types/QueryBuilder.type.js +1 -1
  847. package/dist/esm/components/QueryBuilder/types/QueryBuilderAPI.type.d.ts +1 -1
  848. package/dist/esm/components/QueryBuilder/types/QueryBuilderConnector.type.d.ts +6 -1
  849. package/dist/esm/components/QueryBuilder/types/QueryBuilderEnum.type.d.ts +21 -0
  850. package/dist/esm/components/QueryBuilder/types/QueryBuilderEnum.type.js +1 -0
  851. package/dist/esm/components/QueryBuilder/types/index.d.ts +2 -1
  852. package/dist/esm/components/SearchFilter/components/DatePickerButton.d.ts +1 -1
  853. package/dist/esm/components/SearchFilter/components/DateRangeOnlyButton.d.ts +1 -1
  854. package/dist/esm/components/SearchFilter/components/SearchFilterItem.d.ts +1 -1
  855. package/dist/esm/components/SearchFilter/components/SearchFilterItem.js +1 -1
  856. package/dist/esm/components/SearchFilter/types/SearchFilter.type.d.ts +1 -1
  857. package/dist/esm/components/TablePagination/TablePagination.d.ts +1 -0
  858. package/dist/esm/components/TablePagination/TablePagination.js +1 -1
  859. package/dist/esm/components/WhatsAppTextEditor/AIRephrase.styled.d.ts +10 -0
  860. package/dist/esm/components/WhatsAppTextEditor/AIRephrase.styled.js +1 -0
  861. package/dist/esm/components/WhatsAppTextEditor/AIRephraseButton.d.ts +20 -0
  862. package/dist/esm/components/WhatsAppTextEditor/AIRephraseButton.js +1 -0
  863. package/dist/esm/components/WhatsAppTextEditor/BorderAnimation.d.ts +11 -0
  864. package/dist/esm/components/WhatsAppTextEditor/BorderAnimation.js +1 -0
  865. package/dist/esm/components/WhatsAppTextEditor/CustomEditor.styled.d.ts +13 -0
  866. package/dist/esm/components/WhatsAppTextEditor/CustomEditor.styled.js +1 -1
  867. package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditor.d.ts +131 -3
  868. package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditor.js +5 -1
  869. package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +39 -1
  870. package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.js +1 -1
  871. package/dist/esm/components/WhatsAppTextEditor/ai/actionRegistry.d.ts +15 -0
  872. package/dist/esm/components/WhatsAppTextEditor/ai/actionRegistry.js +1 -0
  873. package/dist/esm/components/WhatsAppTextEditor/ai/aiTag.d.ts +63 -0
  874. package/dist/esm/components/WhatsAppTextEditor/ai/aiTag.js +1 -0
  875. package/dist/esm/components/WhatsAppTextEditor/ai/api.d.ts +22 -0
  876. package/dist/esm/components/WhatsAppTextEditor/ai/api.js +1 -0
  877. package/dist/esm/components/accordion/Accordion.d.ts +2 -35
  878. package/dist/esm/components/accordion/Accordion.model.d.ts +35 -0
  879. package/dist/esm/components/accordion/Accordion.style.d.ts +1 -1
  880. package/dist/esm/components/alerts/Alert.styled.js +9 -8
  881. package/dist/esm/components/analytics-card/AnalyticsCard.d.ts +1 -1
  882. package/dist/esm/components/analytics-card/AnalyticsCard.model.d.ts +1 -0
  883. package/dist/esm/components/analytics-card/AnalyticsCard.styled.d.ts +1 -1
  884. package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChip.d.ts +1 -17
  885. package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChip.model.d.ts +18 -0
  886. package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsChipChannelFooter.d.ts +1 -1
  887. package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsDropdown.js +1 -1
  888. package/dist/esm/components/analytics-chips-and-dropdowns/AnalyticsMultiChip.d.ts +1 -1
  889. package/dist/esm/components/analytics-chips-and-dropdowns/chart/HorizontalBarGraph/HorizontalGraph.js +1 -1
  890. package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.d.ts +2 -0
  891. package/dist/esm/components/analytics-chips-and-dropdowns/chart/LazyCharts.js +1 -0
  892. package/dist/esm/components/analytics-chips-and-dropdowns/chart/Pie/PieChartAnalytics.js +1 -1
  893. package/dist/esm/components/analytics-chips-and-dropdowns/chart/VerticalBarGraph/VerticalGraph.js +1 -1
  894. package/dist/esm/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.d.ts +4 -0
  895. package/dist/esm/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMap.js +1 -1
  896. package/dist/esm/components/avatar/Avatar.js +1 -1
  897. package/dist/esm/components/bik-layout/BikHeader.js +1 -1
  898. package/dist/esm/components/bik-layout/BikSidebar.d.ts +1 -1
  899. package/dist/esm/components/bik-layout/CommonStyles.js +1 -1
  900. package/dist/esm/components/bik-layout/Sidebar.model.d.ts +27 -0
  901. package/dist/esm/components/bik-layout/SidebarPopup.d.ts +1 -1
  902. package/dist/esm/components/bik-layout/SidebarSkeleton.d.ts +1 -1
  903. package/dist/esm/components/bik-layout/SidebarStyles.d.ts +1 -1
  904. package/dist/esm/components/bik-layout/SimpleSidebar.d.ts +1 -27
  905. package/dist/esm/components/country-code-picker/CountryCodePicker.js +1 -1
  906. package/dist/esm/components/country-code-picker/CountryPicker.js +1 -1
  907. package/dist/esm/components/custom-date-time/CustomDateTime.js +1 -1
  908. package/dist/esm/components/custom-date-time/DateSelector/DateSelector.js +1 -1
  909. package/dist/esm/components/data-source-panel/DataSourceInfoFooter.js +1 -1
  910. package/dist/esm/components/datePicker/TimePicker.js +1 -1
  911. package/dist/esm/components/discount-modal/CouponExpiration/CouponExpiration.js +1 -1
  912. package/dist/esm/components/discount-modal/DiscountModal.js +1 -1
  913. package/dist/esm/components/discount-modal/DynamicCoupon/DynamicCoupon.js +1 -1
  914. package/dist/esm/components/discount-modal/DynamicCoupon/MinimumRequirementComponent.js +1 -1
  915. package/dist/esm/components/dropdown/Dropdown.d.ts +2 -0
  916. package/dist/esm/components/dropdown/Dropdown.js +1 -1
  917. package/dist/esm/components/dropdown/DropdownPopover/index.js +1 -1
  918. package/dist/esm/components/dropdown/OpenedDropdown/components/OpennedDropdown.js +1 -1
  919. package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuItem.d.ts +6 -0
  920. package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuItem.js +36 -6
  921. package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuList.d.ts +2 -0
  922. package/dist/esm/components/dropdown/OpenedDropdown/components/menu/MenuList.js +1 -1
  923. package/dist/esm/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.d.ts +1 -0
  924. package/dist/esm/components/dropdown/OpenedDropdown/components/multiSelect/MultiSelectDropdownBottomBar.js +1 -1
  925. package/dist/esm/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.d.ts +2 -0
  926. package/dist/esm/components/dropdown/OpenedDropdown/components/searchbox/SearchZeroState.js +1 -1
  927. package/dist/esm/components/dropdown/hooks/useDropdown.d.ts +2 -0
  928. package/dist/esm/components/dropdown/hooks/useDropdown.js +1 -1
  929. package/dist/esm/components/dropdown/type.d.ts +17 -0
  930. package/dist/esm/components/dropdown-button/DropdownButton.js +1 -1
  931. package/dist/esm/components/feature-announcements/MajorUpdatePopup.js +1 -1
  932. package/dist/esm/components/feature-announcements/MinorUpdatePopup.js +1 -1
  933. package/dist/esm/components/feature-announcements/types/feature.types.d.ts +1 -0
  934. package/dist/esm/components/floating-input-dropdown/FloatingInputDropdown.d.ts +1 -1
  935. package/dist/esm/components/image-cropper/BikImageCropper.d.ts +1 -6
  936. package/dist/esm/components/image-cropper/BikImageCropper.model.d.ts +6 -0
  937. package/dist/esm/components/image-cropper/BikImagePipeline/BikImagePipeline.d.ts +1 -1
  938. package/dist/esm/components/input/ChipInput.js +1 -1
  939. package/dist/esm/components/input/ChipInput.styled.d.ts +6 -66
  940. package/dist/esm/components/input/ChipInput.styled.js +1 -1
  941. package/dist/esm/components/input/Input-helper.d.ts +3 -1
  942. package/dist/esm/components/input/Input-helper.js +1 -1
  943. package/dist/esm/components/input/Input.d.ts +1 -71
  944. package/dist/esm/components/input/Input.js +1 -1
  945. package/dist/esm/components/input/Input.model.d.ts +76 -0
  946. package/dist/esm/components/input/Input.styled.d.ts +2 -1
  947. package/dist/esm/components/input/Input.styled.js +1 -1
  948. package/dist/esm/components/input-with-vars/InputWithVariables.d.ts +1 -1
  949. package/dist/esm/components/list-item/List.model.d.ts +18 -0
  950. package/dist/esm/components/list-item/ListItem.d.ts +1 -17
  951. package/dist/esm/components/list-item/ListItem.styled.d.ts +1 -1
  952. package/dist/esm/components/list-item/themes.d.ts +1 -1
  953. package/dist/esm/components/multi-level-dropdown/GroupedMenuList.d.ts +6 -1
  954. package/dist/esm/components/multi-level-dropdown/GroupedMenuList.js +1 -1
  955. package/dist/esm/components/multi-level-dropdown/MenuItem.d.ts +5 -1
  956. package/dist/esm/components/multi-level-dropdown/MenuItem.js +1 -1
  957. package/dist/esm/components/multi-level-dropdown/MenuList.d.ts +4 -0
  958. package/dist/esm/components/multi-level-dropdown/MenuList.js +1 -1
  959. package/dist/esm/components/multi-level-dropdown/MultiLevelDropdown.js +1 -1
  960. package/dist/esm/components/multi-level-dropdown/type.d.ts +5 -1
  961. package/dist/esm/components/product-picker-v2/ProductPickerTag.d.ts +2 -2
  962. package/dist/esm/components/product-picker-v2/collectionScreen.d.ts +3 -3
  963. package/dist/esm/components/product-picker-v2/helpers/ProductHelper.d.ts +3 -4
  964. package/dist/esm/components/product-picker-v2/index.d.ts +1 -1
  965. package/dist/esm/components/product-picker-v2/modal.d.ts +2 -58
  966. package/dist/esm/components/product-picker-v2/product.d.ts +2 -3
  967. package/dist/esm/components/product-picker-v2/productInfoOverlay.d.ts +1 -2
  968. package/dist/esm/components/product-picker-v2/productScreen.d.ts +3 -3
  969. package/dist/esm/components/product-picker-v2/productScreen.js +1 -1
  970. package/dist/esm/components/product-picker-v2/rearrangeScreen.d.ts +3 -4
  971. package/dist/esm/components/product-picker-v2/rearrangeScreen.js +1 -1
  972. package/dist/esm/components/product-picker-v2/reducers.d.ts +1 -1
  973. package/dist/esm/components/product-picker-v2/reducers.js +1 -1
  974. package/dist/esm/components/product-picker-v2/searchScreen.d.ts +3 -4
  975. package/dist/esm/components/product-picker-v2/selectedScreen.d.ts +3 -4
  976. package/dist/esm/components/product-picker-v2/type.d.ts +65 -0
  977. package/dist/esm/components/product-picker-v2/utility.d.ts +3 -3
  978. package/dist/esm/components/product-picker-v2/utility.js +1 -1
  979. package/dist/esm/components/product-picker-v2/variant.d.ts +2 -12
  980. package/dist/esm/components/product-picker-v2/variantComponents.d.ts +2 -3
  981. package/dist/esm/components/product-picker-v2/variantComponents.js +1 -1
  982. package/dist/esm/components/radioButton/RadioButton.d.ts +1 -0
  983. package/dist/esm/components/radioButton/RadioButton.js +1 -1
  984. package/dist/esm/components/sample-button/SampleButton.d.ts +1 -16
  985. package/dist/esm/components/sample-button/SampleButton.model.d.ts +17 -0
  986. package/dist/esm/components/sample-button/SampleButton.styled.d.ts +1 -1
  987. package/dist/esm/components/sample-button/themes.d.ts +1 -1
  988. package/dist/esm/components/searchBar/searchBar.d.ts +1 -1
  989. package/dist/esm/components/slider/slider.js +1 -1
  990. package/dist/esm/components/stepper/Stepper.d.ts +1 -17
  991. package/dist/esm/components/stepper/Stepper.model.d.ts +17 -0
  992. package/dist/esm/components/stepper/Stepper.styled.d.ts +1 -1
  993. package/dist/esm/components/stepper/StepperService.d.ts +1 -1
  994. package/dist/esm/components/stepper/themes.d.ts +1 -1
  995. package/dist/esm/components/tag/Tag.d.ts +1 -1
  996. package/dist/esm/components/tag/Tag.js +1 -1
  997. package/dist/esm/components/tag/Tag.stories.d.ts +5 -5
  998. package/dist/esm/components/tag/Tag.styled.d.ts +3 -0
  999. package/dist/esm/components/tag/Tag.styled.js +1 -1
  1000. package/dist/esm/components/tag/model.d.ts +15 -0
  1001. package/dist/esm/components/template-context-mapper/TemplateContextMapper.d.ts +9 -9
  1002. package/dist/esm/components/template-context-mapper/TemplateContextMapper.js +1 -1
  1003. package/dist/esm/components/template-context-mapper/context/templateModalContext.d.ts +7 -7
  1004. package/dist/esm/components/template-context-mapper/custom-hooks/useAdditionalVariables.d.ts +1 -1
  1005. package/dist/esm/components/template-context-mapper/helpers/WebpushTemplateHelper.d.ts +6 -4
  1006. package/dist/esm/components/template-context-mapper/helpers/WebpushTemplateHelper.js +1 -1
  1007. package/dist/esm/components/template-context-mapper/modalElements/Body.d.ts +2 -2
  1008. package/dist/esm/components/template-context-mapper/modalElements/Body.js +10 -10
  1009. package/dist/esm/components/template-context-mapper/modalElements/DesktopPreview.js +6 -6
  1010. package/dist/esm/components/template-context-mapper/modalElements/EditMediaModal.d.ts +3 -3
  1011. package/dist/esm/components/template-context-mapper/modalElements/EditMediaModal.js +1 -1
  1012. package/dist/esm/components/template-context-mapper/modalElements/EditWebpushTemplate.d.ts +2 -2
  1013. package/dist/esm/components/template-context-mapper/modalElements/EditWebpushTemplate.js +1 -1
  1014. package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.d.ts +3 -14
  1015. package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppCarouselTemplateV2.js +1 -1
  1016. package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.d.ts +5 -5
  1017. package/dist/esm/components/template-context-mapper/modalElements/EditWhatsAppTemplateV2.js +1 -1
  1018. package/dist/esm/components/template-context-mapper/modalElements/Footer.js +4 -4
  1019. package/dist/esm/components/template-context-mapper/modalElements/MobilePreview.d.ts +1 -1
  1020. package/dist/esm/components/template-context-mapper/modalElements/MobilePreview.js +5 -5
  1021. package/dist/esm/components/template-context-mapper/modalElements/QualityWarningModal.d.ts +1 -1
  1022. package/dist/esm/components/template-context-mapper/modalElements/TemplateAnalyticsComponent.d.ts +1 -1
  1023. package/dist/esm/components/template-context-mapper/modalElements/TemplateSelectModalContent.d.ts +2 -2
  1024. package/dist/esm/components/template-context-mapper/modalElements/VariableConnector.d.ts +1 -1
  1025. package/dist/esm/components/template-context-mapper/modalElements/VariableConnector.js +1 -1
  1026. package/dist/esm/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.d.ts +5 -4
  1027. package/dist/esm/components/template-context-mapper/modalElements/VariableConnectorWhatsApp.js +1 -1
  1028. package/dist/esm/components/template-context-mapper/modalElements/VariableEditorHeader.d.ts +1 -1
  1029. package/dist/esm/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.d.ts +2 -2
  1030. package/dist/esm/components/template-context-mapper/modalElements/WhatsAppTemplateCardButtonV2.js +1 -1
  1031. package/dist/esm/components/template-context-mapper/modalElements/modal.d.ts +13 -0
  1032. package/dist/esm/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.d.ts +1 -1
  1033. package/dist/esm/components/template-context-mapper/modalElements/useEditWhtasappTemplateMedia.js +1 -1
  1034. package/dist/esm/components/template-context-mapper/utils/convertPlaceholdersToBikDropdown.d.ts +2 -2
  1035. package/dist/esm/components/template-context-mapper/utils/getDataFromTemplateComponent.d.ts +2 -2
  1036. package/dist/esm/components/template-context-mapper/utils/highlightFor.d.ts +1 -1
  1037. package/dist/esm/components/template-preview/TemplatePreview.js +1 -1
  1038. package/dist/esm/components/template-preview/models/TemplateMeta.d.ts +1 -1
  1039. package/dist/esm/components/template-preview/models/WhatsAppTemplate.d.ts +1 -0
  1040. package/dist/esm/components/template-preview/models/WhatsappCarouselTemplate.d.ts +4 -2
  1041. package/dist/esm/components/toaster/Toaster.styled.js +1 -1
  1042. package/dist/esm/components/variable-picker-v3/SubHeaderItems.js +1 -1
  1043. package/dist/esm/components/zeroState/ZeroState.js +2 -1
  1044. package/dist/esm/firebase/environment.d.ts +58 -0
  1045. package/dist/esm/firebase/environment.js +1 -0
  1046. package/dist/esm/firebase/firebaseUserFetcher.d.ts +34 -0
  1047. package/dist/esm/firebase/firebaseUserFetcher.js +1 -0
  1048. package/dist/esm/firebase/index.d.ts +7 -0
  1049. package/dist/esm/firebase/lazyFirebaseApp.d.ts +22 -0
  1050. package/dist/esm/firebase/lazyFirebaseApp.js +1 -0
  1051. package/dist/esm/firebase/lazyFirebaseMethods.d.ts +589 -0
  1052. package/dist/esm/firebase/lazyFirebaseMethods.js +1 -0
  1053. package/dist/esm/firebase/lazyFirestore.d.ts +6 -0
  1054. package/dist/esm/firebase/lazyFirestore.js +1 -0
  1055. package/dist/esm/firebase/lazyFirestoreLite.d.ts +6 -0
  1056. package/dist/esm/firebase/lazyFirestoreLite.js +1 -0
  1057. package/dist/esm/firebase/lazyStorage.d.ts +5 -0
  1058. package/dist/esm/firebase/lazyStorage.js +1 -0
  1059. package/dist/esm/helpers/BaseWhatsappContentLang.helper.js +1 -1
  1060. package/dist/esm/icons/Actions/Common actions/Activate.d.ts +7 -0
  1061. package/dist/esm/icons/Actions/Common actions/Activate.js +1 -0
  1062. package/dist/esm/icons/Actions/Common actions/Code.d.ts +7 -0
  1063. package/dist/esm/icons/Actions/Common actions/Code.js +1 -0
  1064. package/dist/esm/icons/Actions/Common actions/Cross.d.ts +7 -0
  1065. package/dist/esm/icons/Actions/Common actions/Cross.js +1 -0
  1066. package/dist/esm/icons/Actions/Common actions/Deactivate.d.ts +7 -0
  1067. package/dist/esm/icons/Actions/Common actions/Deactivate.js +1 -0
  1068. package/dist/esm/icons/Actions/Common actions/Delete.d.ts +7 -0
  1069. package/dist/esm/icons/Actions/Common actions/Delete.js +1 -0
  1070. package/dist/esm/icons/Actions/Common actions/Edit.d.ts +7 -0
  1071. package/dist/esm/icons/Actions/Common actions/Edit.js +1 -0
  1072. package/dist/esm/icons/Actions/Common actions/Forward.d.ts +7 -0
  1073. package/dist/esm/icons/Actions/Common actions/Forward.js +1 -0
  1074. package/dist/esm/icons/Actions/Common actions/Fullscreen.d.ts +7 -0
  1075. package/dist/esm/icons/Actions/Common actions/Fullscreen.js +1 -0
  1076. package/dist/esm/icons/Actions/Common actions/LinkSimpleHorizontal.d.ts +7 -0
  1077. package/dist/esm/icons/Actions/Common actions/LinkSimpleHorizontal.js +1 -0
  1078. package/dist/esm/icons/Actions/Common actions/Minus.d.ts +7 -0
  1079. package/dist/esm/icons/Actions/Common actions/Minus.js +1 -0
  1080. package/dist/esm/icons/Actions/Common actions/Plus.d.ts +7 -0
  1081. package/dist/esm/icons/Actions/Common actions/Plus.js +1 -0
  1082. package/dist/esm/icons/Actions/Common actions/SendAirplane.d.ts +7 -0
  1083. package/dist/esm/icons/Actions/Common actions/SendAirplane.js +1 -0
  1084. package/dist/esm/icons/Actions/Common actions/ShareAndroid.d.ts +7 -0
  1085. package/dist/esm/icons/Actions/Common actions/ShareAndroid.js +1 -0
  1086. package/dist/esm/icons/Actions/Common actions/index.d.ts +13 -0
  1087. package/dist/esm/icons/Actions/Formatting/CheckboxIcon.d.ts +7 -0
  1088. package/dist/esm/icons/Actions/Formatting/CheckboxIcon.js +1 -0
  1089. package/dist/esm/icons/Actions/Formatting/Copy.d.ts +7 -0
  1090. package/dist/esm/icons/Actions/Formatting/Copy.js +1 -0
  1091. package/dist/esm/icons/Actions/Formatting/Dropdown.d.ts +7 -0
  1092. package/dist/esm/icons/Actions/Formatting/Dropdown.js +1 -0
  1093. package/dist/esm/icons/Actions/Formatting/MultiLine.d.ts +7 -0
  1094. package/dist/esm/icons/Actions/Formatting/MultiLine.js +1 -0
  1095. package/dist/esm/icons/Actions/Formatting/MultiSelect.d.ts +7 -0
  1096. package/dist/esm/icons/Actions/Formatting/MultiSelect.js +1 -0
  1097. package/dist/esm/icons/Actions/Formatting/Number.d.ts +7 -0
  1098. package/dist/esm/icons/Actions/Formatting/Number.js +1 -0
  1099. package/dist/esm/icons/Actions/Formatting/Text.d.ts +7 -0
  1100. package/dist/esm/icons/Actions/Formatting/Text.js +1 -0
  1101. package/dist/esm/icons/Actions/Formatting/Textbox.d.ts +7 -0
  1102. package/dist/esm/icons/Actions/Formatting/Textbox.js +1 -0
  1103. package/dist/esm/icons/Actions/Formatting/index.d.ts +8 -0
  1104. package/dist/esm/icons/Actions/Navigation/ArrowRedo.d.ts +7 -0
  1105. package/dist/esm/icons/Actions/Navigation/ArrowRedo.js +1 -0
  1106. package/dist/esm/icons/Actions/Navigation/ArrowUndo.d.ts +7 -0
  1107. package/dist/esm/icons/Actions/Navigation/ArrowUndo.js +1 -0
  1108. package/dist/esm/icons/Actions/Navigation/LogIn.d.ts +7 -0
  1109. package/dist/esm/icons/Actions/Navigation/LogIn.js +1 -0
  1110. package/dist/esm/icons/Actions/Navigation/LogOut.d.ts +7 -0
  1111. package/dist/esm/icons/Actions/Navigation/LogOut.js +1 -0
  1112. package/dist/esm/icons/Actions/Navigation/OpenNewWindow.d.ts +7 -0
  1113. package/dist/esm/icons/Actions/Navigation/OpenNewWindow.js +1 -0
  1114. package/dist/esm/icons/Actions/Navigation/Refresh.d.ts +7 -0
  1115. package/dist/esm/icons/Actions/Navigation/Refresh.js +1 -0
  1116. package/dist/esm/icons/Actions/Navigation/Rewind.d.ts +7 -0
  1117. package/dist/esm/icons/Actions/Navigation/Rewind.js +1 -0
  1118. package/dist/esm/icons/Actions/Navigation/Sync.d.ts +7 -0
  1119. package/dist/esm/icons/Actions/Navigation/Sync.js +1 -0
  1120. package/dist/esm/icons/Actions/Navigation/index.d.ts +8 -0
  1121. package/dist/esm/icons/Actions/Selection/HandleDrag.d.ts +7 -0
  1122. package/dist/esm/icons/Actions/Selection/HandleDrag.js +1 -0
  1123. package/dist/esm/icons/Actions/Selection/SingleChoice.d.ts +7 -0
  1124. package/dist/esm/icons/Actions/Selection/SingleChoice.js +1 -0
  1125. package/dist/esm/icons/Actions/Selection/index.d.ts +2 -0
  1126. package/dist/esm/icons/Arrows/Carat/CaratDown.d.ts +7 -0
  1127. package/dist/esm/icons/Arrows/Carat/CaratDown.js +1 -0
  1128. package/dist/esm/icons/Arrows/Carat/CaratLeft.d.ts +7 -0
  1129. package/dist/esm/icons/Arrows/Carat/CaratLeft.js +1 -0
  1130. package/dist/esm/icons/Arrows/Carat/CaratRight.d.ts +7 -0
  1131. package/dist/esm/icons/Arrows/Carat/CaratRight.js +1 -0
  1132. package/dist/esm/icons/Arrows/Carat/CaratUp.d.ts +7 -0
  1133. package/dist/esm/icons/Arrows/Carat/CaratUp.js +1 -0
  1134. package/dist/esm/icons/Arrows/Carat/index.d.ts +4 -0
  1135. package/dist/esm/icons/Arrows/Chevron/ChevronDown.d.ts +7 -0
  1136. package/dist/esm/icons/Arrows/Chevron/ChevronDown.js +1 -0
  1137. package/dist/esm/icons/Arrows/Chevron/ChevronLeft.d.ts +7 -0
  1138. package/dist/esm/icons/Arrows/Chevron/ChevronLeft.js +1 -0
  1139. package/dist/esm/icons/Arrows/Chevron/ChevronRight.d.ts +7 -0
  1140. package/dist/esm/icons/Arrows/Chevron/ChevronRight.js +1 -0
  1141. package/dist/esm/icons/Arrows/Chevron/ChevronUp.d.ts +7 -0
  1142. package/dist/esm/icons/Arrows/Chevron/ChevronUp.js +1 -0
  1143. package/dist/esm/icons/Arrows/Chevron/index.d.ts +4 -0
  1144. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleDown.d.ts +7 -0
  1145. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleDown.js +1 -0
  1146. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleLeft.d.ts +7 -0
  1147. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleLeft.js +1 -0
  1148. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleRight.d.ts +7 -0
  1149. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleRight.js +1 -0
  1150. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleUp.d.ts +7 -0
  1151. package/dist/esm/icons/Arrows/Double chevron/ChevronDoubleUp.js +1 -0
  1152. package/dist/esm/icons/Arrows/Double chevron/index.d.ts +4 -0
  1153. package/dist/esm/icons/Arrows/Normal arrows/ArrowDown.d.ts +7 -0
  1154. package/dist/esm/icons/Arrows/Normal arrows/ArrowDown.js +1 -0
  1155. package/dist/esm/icons/Arrows/Normal arrows/ArrowDownLeft.d.ts +7 -0
  1156. package/dist/esm/icons/Arrows/Normal arrows/ArrowDownLeft.js +1 -0
  1157. package/dist/esm/icons/Arrows/Normal arrows/ArrowDownRight.d.ts +7 -0
  1158. package/dist/esm/icons/Arrows/Normal arrows/ArrowDownRight.js +1 -0
  1159. package/dist/esm/icons/Arrows/Normal arrows/ArrowLeft.d.ts +7 -0
  1160. package/dist/esm/icons/Arrows/Normal arrows/ArrowLeft.js +1 -0
  1161. package/dist/esm/icons/Arrows/Normal arrows/ArrowRight.d.ts +7 -0
  1162. package/dist/esm/icons/Arrows/Normal arrows/ArrowRight.js +1 -0
  1163. package/dist/esm/icons/Arrows/Normal arrows/ArrowUp.d.ts +7 -0
  1164. package/dist/esm/icons/Arrows/Normal arrows/ArrowUp.js +1 -0
  1165. package/dist/esm/icons/Arrows/Normal arrows/ArrowUpLeft.d.ts +7 -0
  1166. package/dist/esm/icons/Arrows/Normal arrows/ArrowUpLeft.js +1 -0
  1167. package/dist/esm/icons/Arrows/Normal arrows/ArrowUpRight.d.ts +7 -0
  1168. package/dist/esm/icons/Arrows/Normal arrows/ArrowUpRight.js +1 -0
  1169. package/dist/esm/icons/Arrows/Normal arrows/index.d.ts +8 -0
  1170. package/dist/esm/icons/Arrows/Special/ArrowSwitch.d.ts +7 -0
  1171. package/dist/esm/icons/Arrows/Special/ArrowSwitch.js +1 -0
  1172. package/dist/esm/icons/Arrows/Special/index.d.ts +1 -0
  1173. package/dist/esm/icons/BIK AI specific/AiEmoji.d.ts +7 -0
  1174. package/dist/esm/icons/BIK AI specific/AiEmoji.js +1 -0
  1175. package/dist/esm/icons/BIK AI specific/AiRobot.d.ts +7 -0
  1176. package/dist/esm/icons/BIK AI specific/AiRobot.js +1 -0
  1177. package/dist/esm/icons/BIK AI specific/Expand.d.ts +7 -0
  1178. package/dist/esm/icons/BIK AI specific/Expand.js +1 -0
  1179. package/dist/esm/icons/BIK AI specific/GeminiSparkle.d.ts +7 -0
  1180. package/dist/esm/icons/BIK AI specific/ManifestSparkle.d.ts +7 -0
  1181. package/dist/esm/icons/BIK AI specific/PricePlease.d.ts +7 -0
  1182. package/dist/esm/icons/BIK AI specific/PricePlease.js +1 -0
  1183. package/dist/esm/icons/BIK AI specific/Shape.d.ts +7 -0
  1184. package/dist/esm/icons/BIK AI specific/Shape.js +1 -0
  1185. package/dist/esm/icons/BIK AI specific/Shorter.d.ts +7 -0
  1186. package/dist/esm/icons/BIK AI specific/Shorter.js +1 -0
  1187. package/dist/esm/icons/BIK AI specific/Sparkling2Line.d.ts +7 -0
  1188. package/dist/esm/icons/BIK AI specific/Sparkling2Line.js +1 -0
  1189. package/dist/esm/icons/BIK AI specific/Write.d.ts +7 -0
  1190. package/dist/esm/icons/BIK AI specific/Write.js +1 -0
  1191. package/dist/esm/icons/BIK AI specific/index.d.ts +10 -0
  1192. package/dist/esm/icons/Informational/Common UI/Bell.d.ts +7 -0
  1193. package/dist/esm/icons/Informational/Common UI/Bell.js +1 -0
  1194. package/dist/esm/icons/Informational/Common UI/BellSync.d.ts +7 -0
  1195. package/dist/esm/icons/Informational/Common UI/BellSync.js +1 -0
  1196. package/dist/esm/icons/Informational/Common UI/Bulb.d.ts +7 -0
  1197. package/dist/esm/icons/Informational/Common UI/Bulb.js +1 -0
  1198. package/dist/esm/icons/Informational/Common UI/MenuHamburger.d.ts +7 -0
  1199. package/dist/esm/icons/Informational/Common UI/MenuHamburger.js +1 -0
  1200. package/dist/esm/icons/Informational/Common UI/MessageSearch.d.ts +7 -0
  1201. package/dist/esm/icons/Informational/Common UI/MessageSearch.js +1 -0
  1202. package/dist/esm/icons/Informational/Common UI/MoreHorizontal.d.ts +7 -0
  1203. package/dist/esm/icons/Informational/Common UI/MoreHorizontal.js +1 -0
  1204. package/dist/esm/icons/Informational/Common UI/MoreVertical.d.ts +7 -0
  1205. package/dist/esm/icons/Informational/Common UI/MoreVertical.js +1 -0
  1206. package/dist/esm/icons/Informational/Common UI/Placeholder.d.ts +7 -0
  1207. package/dist/esm/icons/Informational/Common UI/Search.d.ts +7 -0
  1208. package/dist/esm/icons/Informational/Common UI/Search.js +1 -0
  1209. package/dist/esm/icons/Informational/Common UI/Settings.d.ts +7 -0
  1210. package/dist/esm/icons/Informational/Common UI/Settings.js +1 -0
  1211. package/dist/esm/icons/Informational/Common UI/Training.d.ts +7 -0
  1212. package/dist/esm/icons/Informational/Common UI/Training.js +1 -0
  1213. package/dist/esm/icons/Informational/Common UI/index.d.ts +11 -0
  1214. package/dist/esm/icons/Informational/Communication/Chat.d.ts +7 -0
  1215. package/dist/esm/icons/Informational/Communication/Chat.js +1 -0
  1216. package/dist/esm/icons/Informational/Communication/ChatCheck.d.ts +7 -0
  1217. package/dist/esm/icons/Informational/Communication/ChatCheck.js +1 -0
  1218. package/dist/esm/icons/Informational/Communication/ChatQuestion.d.ts +7 -0
  1219. package/dist/esm/icons/Informational/Communication/ChatQuestion.js +1 -0
  1220. package/dist/esm/icons/Informational/Communication/ChatStar.d.ts +7 -0
  1221. package/dist/esm/icons/Informational/Communication/ChatStar.js +1 -0
  1222. package/dist/esm/icons/Informational/Communication/Email.d.ts +7 -0
  1223. package/dist/esm/icons/Informational/Communication/Email.js +1 -0
  1224. package/dist/esm/icons/Informational/Communication/LiveChat.d.ts +7 -0
  1225. package/dist/esm/icons/Informational/Communication/LiveChat.js +1 -0
  1226. package/dist/esm/icons/Informational/Communication/Phone.d.ts +7 -0
  1227. package/dist/esm/icons/Informational/Communication/Phone.js +1 -0
  1228. package/dist/esm/icons/Informational/Communication/index.d.ts +7 -0
  1229. package/dist/esm/icons/Informational/Customer intent/ClipboardCheck.d.ts +7 -0
  1230. package/dist/esm/icons/Informational/Customer intent/ClipboardCheck.js +1 -0
  1231. package/dist/esm/icons/Informational/Customer intent/Experimental.d.ts +7 -0
  1232. package/dist/esm/icons/Informational/Customer intent/Experimental.js +1 -0
  1233. package/dist/esm/icons/Informational/Customer intent/Help.d.ts +7 -0
  1234. package/dist/esm/icons/Informational/Customer intent/Help.js +1 -0
  1235. package/dist/esm/icons/Informational/Customer intent/Percent.d.ts +7 -0
  1236. package/dist/esm/icons/Informational/Customer intent/Percent.js +1 -0
  1237. package/dist/esm/icons/Informational/Customer intent/Purchase.d.ts +7 -0
  1238. package/dist/esm/icons/Informational/Customer intent/Purchase.js +1 -0
  1239. package/dist/esm/icons/Informational/Customer intent/Services.d.ts +7 -0
  1240. package/dist/esm/icons/Informational/Customer intent/Services.js +1 -0
  1241. package/dist/esm/icons/Informational/Customer intent/ShoppingCart.d.ts +7 -0
  1242. package/dist/esm/icons/Informational/Customer intent/ShoppingCart.js +1 -0
  1243. package/dist/esm/icons/Informational/Customer intent/SingleChoice.d.ts +7 -0
  1244. package/dist/esm/icons/Informational/Customer intent/SingleChoice.js +1 -0
  1245. package/dist/esm/icons/Informational/Customer intent/Unsatisfactory.d.ts +7 -0
  1246. package/dist/esm/icons/Informational/Customer intent/Unsatisfactory.js +1 -0
  1247. package/dist/esm/icons/Informational/Customer intent/UserSound.d.ts +7 -0
  1248. package/dist/esm/icons/Informational/Customer intent/UserSound.js +1 -0
  1249. package/dist/esm/icons/Informational/Customer intent/index.d.ts +10 -0
  1250. package/dist/esm/icons/Informational/Date and time/Calendar.d.ts +7 -0
  1251. package/dist/esm/icons/Informational/Date and time/Calendar.js +1 -0
  1252. package/dist/esm/icons/Informational/Date and time/CalendarAdd.d.ts +7 -0
  1253. package/dist/esm/icons/Informational/Date and time/CalendarAdd.js +1 -0
  1254. package/dist/esm/icons/Informational/Date and time/Clock.d.ts +7 -0
  1255. package/dist/esm/icons/Informational/Date and time/Clock.js +1 -0
  1256. package/dist/esm/icons/Informational/Date and time/HourGlass.d.ts +7 -0
  1257. package/dist/esm/icons/Informational/Date and time/HourGlass.js +1 -0
  1258. package/dist/esm/icons/Informational/Date and time/WorkingHours.d.ts +7 -0
  1259. package/dist/esm/icons/Informational/Date and time/WorkingHours.js +1 -0
  1260. package/dist/esm/icons/Informational/Date and time/index.d.ts +5 -0
  1261. package/dist/esm/icons/Informational/Files and folders/Archive1.d.ts +7 -0
  1262. package/dist/esm/icons/Informational/Files and folders/Archive1.js +1 -0
  1263. package/dist/esm/icons/Informational/Files and folders/Excel.d.ts +7 -0
  1264. package/dist/esm/icons/Informational/Files and folders/Excel.js +1 -0
  1265. package/dist/esm/icons/Informational/Files and folders/File.d.ts +7 -0
  1266. package/dist/esm/icons/Informational/Files and folders/File.js +1 -0
  1267. package/dist/esm/icons/Informational/Files and folders/FileCsv.d.ts +7 -0
  1268. package/dist/esm/icons/Informational/Files and folders/FileCsv.js +1 -0
  1269. package/dist/esm/icons/Informational/Files and folders/FilePage.d.ts +7 -0
  1270. package/dist/esm/icons/Informational/Files and folders/FilePage.js +1 -0
  1271. package/dist/esm/icons/Informational/Files and folders/FilePdf.d.ts +7 -0
  1272. package/dist/esm/icons/Informational/Files and folders/FilePdf.js +1 -0
  1273. package/dist/esm/icons/Informational/Files and folders/Folder.d.ts +7 -0
  1274. package/dist/esm/icons/Informational/Files and folders/Folder.js +1 -0
  1275. package/dist/esm/icons/Informational/Files and folders/MediaMessage.d.ts +7 -0
  1276. package/dist/esm/icons/Informational/Files and folders/MediaMessage.js +1 -0
  1277. package/dist/esm/icons/Informational/Files and folders/Move.d.ts +7 -0
  1278. package/dist/esm/icons/Informational/Files and folders/Move.js +1 -0
  1279. package/dist/esm/icons/Informational/Files and folders/OrderHistory.d.ts +7 -0
  1280. package/dist/esm/icons/Informational/Files and folders/OrderHistory.js +1 -0
  1281. package/dist/esm/icons/Informational/Files and folders/TextMessage.d.ts +7 -0
  1282. package/dist/esm/icons/Informational/Files and folders/TextMessage.js +1 -0
  1283. package/dist/esm/icons/Informational/Files and folders/Unarchive.d.ts +7 -0
  1284. package/dist/esm/icons/Informational/Files and folders/Unarchive.js +1 -0
  1285. package/dist/esm/icons/Informational/Files and folders/index.d.ts +12 -0
  1286. package/dist/esm/icons/Informational/Finance/Bank.d.ts +7 -0
  1287. package/dist/esm/icons/Informational/Finance/Bank.js +1 -0
  1288. package/dist/esm/icons/Informational/Finance/CashOnDelivery.d.ts +7 -0
  1289. package/dist/esm/icons/Informational/Finance/CashOnDelivery.js +1 -0
  1290. package/dist/esm/icons/Informational/Finance/ChartLine.d.ts +7 -0
  1291. package/dist/esm/icons/Informational/Finance/ChartLine.js +1 -0
  1292. package/dist/esm/icons/Informational/Finance/CreditCard.d.ts +7 -0
  1293. package/dist/esm/icons/Informational/Finance/CreditCard.js +1 -0
  1294. package/dist/esm/icons/Informational/Finance/Growth.d.ts +7 -0
  1295. package/dist/esm/icons/Informational/Finance/Growth.js +1 -0
  1296. package/dist/esm/icons/Informational/Finance/Money1.d.ts +7 -0
  1297. package/dist/esm/icons/Informational/Finance/Money1.js +1 -0
  1298. package/dist/esm/icons/Informational/Finance/NoCredits.d.ts +7 -0
  1299. package/dist/esm/icons/Informational/Finance/NoCredits.js +1 -0
  1300. package/dist/esm/icons/Informational/Finance/Percent.d.ts +7 -0
  1301. package/dist/esm/icons/Informational/Finance/Percent.js +1 -0
  1302. package/dist/esm/icons/Informational/Finance/Rupee.d.ts +7 -0
  1303. package/dist/esm/icons/Informational/Finance/Rupee.js +1 -0
  1304. package/dist/esm/icons/Informational/Finance/TablerTicket.d.ts +7 -0
  1305. package/dist/esm/icons/Informational/Finance/Wallet.d.ts +7 -0
  1306. package/dist/esm/icons/Informational/Finance/Wallet.js +1 -0
  1307. package/dist/esm/icons/Informational/Finance/index.d.ts +11 -0
  1308. package/dist/esm/icons/Informational/General/AlertTriangle.d.ts +7 -0
  1309. package/dist/esm/icons/Informational/General/AlertTriangle.js +1 -0
  1310. package/dist/esm/icons/Informational/General/Check.d.ts +7 -0
  1311. package/dist/esm/icons/Informational/General/Check.js +1 -0
  1312. package/dist/esm/icons/Informational/General/CheckDouble.d.ts +7 -0
  1313. package/dist/esm/icons/Informational/General/CheckDouble.js +1 -0
  1314. package/dist/esm/icons/Informational/General/CloseTicket1.d.ts +7 -0
  1315. package/dist/esm/icons/Informational/General/CloseTicket1.js +1 -0
  1316. package/dist/esm/icons/Informational/General/Error.d.ts +7 -0
  1317. package/dist/esm/icons/Informational/General/Error.js +1 -0
  1318. package/dist/esm/icons/Informational/General/FailDoc.d.ts +7 -0
  1319. package/dist/esm/icons/Informational/General/FailDoc.js +1 -0
  1320. package/dist/esm/icons/Informational/General/Help.d.ts +7 -0
  1321. package/dist/esm/icons/Informational/General/Help.js +1 -0
  1322. package/dist/esm/icons/Informational/General/IcList.d.ts +7 -0
  1323. package/dist/esm/icons/Informational/General/IcList.js +1 -0
  1324. package/dist/esm/icons/Informational/General/Info.d.ts +7 -0
  1325. package/dist/esm/icons/Informational/General/Info.js +1 -0
  1326. package/dist/esm/icons/Informational/General/NewTicket.d.ts +7 -0
  1327. package/dist/esm/icons/Informational/General/NewTicket.js +1 -0
  1328. package/dist/esm/icons/Informational/General/RoundCheck.d.ts +7 -0
  1329. package/dist/esm/icons/Informational/General/RoundCheck.js +1 -0
  1330. package/dist/esm/icons/Informational/General/Slash.d.ts +7 -0
  1331. package/dist/esm/icons/Informational/General/Slash.js +1 -0
  1332. package/dist/esm/icons/Informational/General/index.d.ts +12 -0
  1333. package/dist/esm/icons/Informational/Identity/Chatbot.d.ts +7 -0
  1334. package/dist/esm/icons/Informational/Identity/Chatbot.js +1 -0
  1335. package/dist/esm/icons/Informational/Identity/Contacts.d.ts +7 -0
  1336. package/dist/esm/icons/Informational/Identity/Contacts.js +1 -0
  1337. package/dist/esm/icons/Informational/Identity/Group.d.ts +7 -0
  1338. package/dist/esm/icons/Informational/Identity/Group.js +1 -0
  1339. package/dist/esm/icons/Informational/Identity/IdCard.d.ts +7 -0
  1340. package/dist/esm/icons/Informational/Identity/IdCard.js +1 -0
  1341. package/dist/esm/icons/Informational/Identity/Person.d.ts +7 -0
  1342. package/dist/esm/icons/Informational/Identity/Person.js +1 -0
  1343. package/dist/esm/icons/Informational/Identity/Robot.d.ts +7 -0
  1344. package/dist/esm/icons/Informational/Identity/Robot.js +1 -0
  1345. package/dist/esm/icons/Informational/Identity/Union.d.ts +7 -0
  1346. package/dist/esm/icons/Informational/Identity/Union.js +1 -0
  1347. package/dist/esm/icons/Informational/Identity/Union1.d.ts +7 -0
  1348. package/dist/esm/icons/Informational/Identity/Union1.js +1 -0
  1349. package/dist/esm/icons/Informational/Identity/UserMinus1.d.ts +7 -0
  1350. package/dist/esm/icons/Informational/Identity/UserMinus1.js +1 -0
  1351. package/dist/esm/icons/Informational/Identity/UserPlus.d.ts +7 -0
  1352. package/dist/esm/icons/Informational/Identity/UserPlus.js +1 -0
  1353. package/dist/esm/icons/Informational/Identity/index.d.ts +10 -0
  1354. package/dist/esm/icons/Informational/Location/Address.d.ts +7 -0
  1355. package/dist/esm/icons/Informational/Location/Address.js +1 -0
  1356. package/dist/esm/icons/Informational/Location/LanguageChange.d.ts +7 -0
  1357. package/dist/esm/icons/Informational/Location/LanguageChange.js +1 -0
  1358. package/dist/esm/icons/Informational/Location/MapPin.d.ts +7 -0
  1359. package/dist/esm/icons/Informational/Location/MapPin.js +1 -0
  1360. package/dist/esm/icons/Informational/Location/Truck.d.ts +7 -0
  1361. package/dist/esm/icons/Informational/Location/Truck.js +1 -0
  1362. package/dist/esm/icons/Informational/Location/index.d.ts +4 -0
  1363. package/dist/esm/icons/Informational/Store related/AllProduct.d.ts +7 -0
  1364. package/dist/esm/icons/Informational/Store related/AllProduct.js +1 -0
  1365. package/dist/esm/icons/Informational/Store related/Clipboard.d.ts +7 -0
  1366. package/dist/esm/icons/Informational/Store related/Clipboard.js +1 -0
  1367. package/dist/esm/icons/Informational/Store related/ClipboardCheck.d.ts +7 -0
  1368. package/dist/esm/icons/Informational/Store related/ClipboardCheck.js +1 -0
  1369. package/dist/esm/icons/Informational/Store related/CustomerReport.d.ts +7 -0
  1370. package/dist/esm/icons/Informational/Store related/CustomerReport.js +1 -0
  1371. package/dist/esm/icons/Informational/Store related/InventoryReport.d.ts +7 -0
  1372. package/dist/esm/icons/Informational/Store related/InventoryReport.js +1 -0
  1373. package/dist/esm/icons/Informational/Store related/LegalBalance.d.ts +7 -0
  1374. package/dist/esm/icons/Informational/Store related/OrderReport.d.ts +7 -0
  1375. package/dist/esm/icons/Informational/Store related/OrderReport.js +1 -0
  1376. package/dist/esm/icons/Informational/Store related/PaymentReport.d.ts +7 -0
  1377. package/dist/esm/icons/Informational/Store related/PaymentReport.js +1 -0
  1378. package/dist/esm/icons/Informational/Store related/Store.d.ts +7 -0
  1379. package/dist/esm/icons/Informational/Store related/Store.js +1 -0
  1380. package/dist/esm/icons/Informational/Store related/StoreSync.d.ts +7 -0
  1381. package/dist/esm/icons/Informational/Store related/StoreSync.js +1 -0
  1382. package/dist/esm/icons/Informational/Store related/index.d.ts +10 -0
  1383. package/dist/esm/icons/Informational/eCommerce/AddLabel.d.ts +7 -0
  1384. package/dist/esm/icons/Informational/eCommerce/AddLabel.js +1 -0
  1385. package/dist/esm/icons/Informational/eCommerce/Click.d.ts +7 -0
  1386. package/dist/esm/icons/Informational/eCommerce/Click.js +1 -0
  1387. package/dist/esm/icons/Informational/eCommerce/Filter.d.ts +7 -0
  1388. package/dist/esm/icons/Informational/eCommerce/Filter.js +1 -0
  1389. package/dist/esm/icons/Informational/eCommerce/Gift1.d.ts +7 -0
  1390. package/dist/esm/icons/Informational/eCommerce/Gift1.js +1 -0
  1391. package/dist/esm/icons/Informational/eCommerce/GiftMinus.d.ts +7 -0
  1392. package/dist/esm/icons/Informational/eCommerce/GiftMinus.js +1 -0
  1393. package/dist/esm/icons/Informational/eCommerce/GiftPlus.d.ts +7 -0
  1394. package/dist/esm/icons/Informational/eCommerce/GiftPlus.js +1 -0
  1395. package/dist/esm/icons/Informational/eCommerce/Promocode.d.ts +7 -0
  1396. package/dist/esm/icons/Informational/eCommerce/Promocode.js +1 -0
  1397. package/dist/esm/icons/Informational/eCommerce/Receipt.d.ts +7 -0
  1398. package/dist/esm/icons/Informational/eCommerce/Receipt.js +1 -0
  1399. package/dist/esm/icons/Informational/eCommerce/ShieldCheck.d.ts +7 -0
  1400. package/dist/esm/icons/Informational/eCommerce/ShieldCheck.js +1 -0
  1401. package/dist/esm/icons/Informational/eCommerce/ShoppingBag.d.ts +7 -0
  1402. package/dist/esm/icons/Informational/eCommerce/ShoppingBag.js +1 -0
  1403. package/dist/esm/icons/Informational/eCommerce/ShoppingBasket.d.ts +7 -0
  1404. package/dist/esm/icons/Informational/eCommerce/ShoppingBasket.js +1 -0
  1405. package/dist/esm/icons/Informational/eCommerce/ShoppingCart.d.ts +7 -0
  1406. package/dist/esm/icons/Informational/eCommerce/ShoppingCart.js +1 -0
  1407. package/dist/esm/icons/Informational/eCommerce/index.d.ts +12 -0
  1408. package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box.d.ts +7 -0
  1409. package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box.js +1 -0
  1410. package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box2.d.ts +7 -0
  1411. package/dist/esm/icons/Legacy - Bikayi specific/Categories/Box2.js +1 -0
  1412. package/dist/esm/icons/Legacy - Bikayi specific/Categories/index.d.ts +2 -0
  1413. package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Journeys.d.ts +7 -0
  1414. package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Journeys.js +1 -0
  1415. package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Services.d.ts +7 -0
  1416. package/dist/esm/icons/Legacy - Bikayi specific/Navigation/Services.js +1 -0
  1417. package/dist/esm/icons/Legacy - Bikayi specific/Navigation/index.d.ts +2 -0
  1418. package/dist/esm/icons/Legacy - Bikayi specific/Plans/PlanUltimate.d.ts +7 -0
  1419. package/dist/esm/icons/Legacy - Bikayi specific/Plans/PlanUltimate.js +1 -0
  1420. package/dist/esm/icons/Legacy - Bikayi specific/Plans/index.d.ts +1 -0
  1421. package/dist/esm/icons/Legacy - Bikayi specific/Services/Businesscard.d.ts +7 -0
  1422. package/dist/esm/icons/Legacy - Bikayi specific/Services/Businesscard.js +1 -0
  1423. package/dist/esm/icons/Legacy - Bikayi specific/Services/Customdomain.d.ts +7 -0
  1424. package/dist/esm/icons/Legacy - Bikayi specific/Services/Customdomain.js +1 -0
  1425. package/dist/esm/icons/Legacy - Bikayi specific/Services/Marketing.d.ts +7 -0
  1426. package/dist/esm/icons/Legacy - Bikayi specific/Services/Marketing.js +1 -0
  1427. package/dist/esm/icons/Legacy - Bikayi specific/Services/PaymentLink.d.ts +7 -0
  1428. package/dist/esm/icons/Legacy - Bikayi specific/Services/PaymentLink.js +1 -0
  1429. package/dist/esm/icons/Legacy - Bikayi specific/Services/Theme.d.ts +7 -0
  1430. package/dist/esm/icons/Legacy - Bikayi specific/Services/Theme.js +1 -0
  1431. package/dist/esm/icons/Legacy - Bikayi specific/Services/index.d.ts +5 -0
  1432. package/dist/esm/icons/Media/Audio/Microphone.d.ts +7 -0
  1433. package/dist/esm/icons/Media/Audio/Microphone.js +1 -0
  1434. package/dist/esm/icons/Media/Audio/Pause.d.ts +7 -0
  1435. package/dist/esm/icons/Media/Audio/Pause.js +1 -0
  1436. package/dist/esm/icons/Media/Audio/Play.d.ts +7 -0
  1437. package/dist/esm/icons/Media/Audio/Play.js +1 -0
  1438. package/dist/esm/icons/Media/Audio/Sleep.d.ts +7 -0
  1439. package/dist/esm/icons/Media/Audio/Sleep.js +1 -0
  1440. package/dist/esm/icons/Media/Audio/VolumeMute.d.ts +7 -0
  1441. package/dist/esm/icons/Media/Audio/VolumeMute.js +1 -0
  1442. package/dist/esm/icons/Media/Audio/VolumeOneline.d.ts +7 -0
  1443. package/dist/esm/icons/Media/Audio/VolumeOneline.js +1 -0
  1444. package/dist/esm/icons/Media/Audio/VolumeTwoline.d.ts +7 -0
  1445. package/dist/esm/icons/Media/Audio/VolumeTwoline.js +1 -0
  1446. package/dist/esm/icons/Media/Audio/index.d.ts +7 -0
  1447. package/dist/esm/icons/Media/Devices/Desktop.d.ts +7 -0
  1448. package/dist/esm/icons/Media/Devices/Desktop.js +1 -0
  1449. package/dist/esm/icons/Media/Devices/Smartphone.d.ts +7 -0
  1450. package/dist/esm/icons/Media/Devices/Smartphone.js +1 -0
  1451. package/dist/esm/icons/Media/Devices/index.d.ts +2 -0
  1452. package/dist/esm/icons/Media/Others/BarcodeScan.d.ts +7 -0
  1453. package/dist/esm/icons/Media/Others/BarcodeScan.js +1 -0
  1454. package/dist/esm/icons/Media/Others/Download.d.ts +7 -0
  1455. package/dist/esm/icons/Media/Others/Download.js +1 -0
  1456. package/dist/esm/icons/Media/Others/EmojiSmile.d.ts +7 -0
  1457. package/dist/esm/icons/Media/Others/EmojiSmile.js +1 -0
  1458. package/dist/esm/icons/Media/Others/Paperclip.d.ts +7 -0
  1459. package/dist/esm/icons/Media/Others/Paperclip.js +1 -0
  1460. package/dist/esm/icons/Media/Others/Upload.d.ts +7 -0
  1461. package/dist/esm/icons/Media/Others/Upload.js +1 -0
  1462. package/dist/esm/icons/Media/Others/index.d.ts +5 -0
  1463. package/dist/esm/icons/Media/Visual/Camera.d.ts +7 -0
  1464. package/dist/esm/icons/Media/Visual/Camera.js +1 -0
  1465. package/dist/esm/icons/Media/Visual/CameraAdd.d.ts +7 -0
  1466. package/dist/esm/icons/Media/Visual/CameraAdd.js +1 -0
  1467. package/dist/esm/icons/Media/Visual/Crop.d.ts +7 -0
  1468. package/dist/esm/icons/Media/Visual/Crop.js +1 -0
  1469. package/dist/esm/icons/Media/Visual/FlashOff.d.ts +7 -0
  1470. package/dist/esm/icons/Media/Visual/FlashOff.js +1 -0
  1471. package/dist/esm/icons/Media/Visual/FlashOn.d.ts +7 -0
  1472. package/dist/esm/icons/Media/Visual/FlashOn.js +1 -0
  1473. package/dist/esm/icons/Media/Visual/Image.d.ts +7 -0
  1474. package/dist/esm/icons/Media/Visual/Image.js +1 -0
  1475. package/dist/esm/icons/Media/Visual/ImageAdd.d.ts +7 -0
  1476. package/dist/esm/icons/Media/Visual/ImageAdd.js +1 -0
  1477. package/dist/esm/icons/Media/Visual/Images.d.ts +7 -0
  1478. package/dist/esm/icons/Media/Visual/Images.js +1 -0
  1479. package/dist/esm/icons/Media/Visual/Maximize.d.ts +7 -0
  1480. package/dist/esm/icons/Media/Visual/Maximize.js +1 -0
  1481. package/dist/esm/icons/Media/Visual/RotateAnticlockwise.d.ts +7 -0
  1482. package/dist/esm/icons/Media/Visual/RotateAnticlockwise.js +1 -0
  1483. package/dist/esm/icons/Media/Visual/RotateClockwise.d.ts +7 -0
  1484. package/dist/esm/icons/Media/Visual/RotateClockwise.js +1 -0
  1485. package/dist/esm/icons/Media/Visual/VideoCamcorder.d.ts +7 -0
  1486. package/dist/esm/icons/Media/Visual/VideoCamcorder.js +1 -0
  1487. package/dist/esm/icons/Media/Visual/VideoFilm.d.ts +7 -0
  1488. package/dist/esm/icons/Media/Visual/VideoFilm.js +1 -0
  1489. package/dist/esm/icons/Media/Visual/index.d.ts +13 -0
  1490. package/dist/esm/icons/Social/Channels/Email.d.ts +6 -0
  1491. package/dist/esm/icons/Social/Channels/Email.js +1 -0
  1492. package/dist/esm/icons/Social/Channels/EmailMarketing.d.ts +6 -0
  1493. package/dist/esm/icons/Social/Channels/EmailMarketing.js +1 -0
  1494. package/dist/esm/icons/Social/Channels/Facebook.d.ts +6 -0
  1495. package/dist/esm/icons/Social/Channels/Facebook.js +1 -0
  1496. package/dist/esm/icons/Social/Channels/FacebookComment.d.ts +6 -0
  1497. package/dist/esm/icons/Social/Channels/FacebookComment.js +1 -0
  1498. package/dist/esm/icons/Social/Channels/Instagram.d.ts +6 -0
  1499. package/dist/esm/icons/Social/Channels/Instagram.js +1 -0
  1500. package/dist/esm/icons/Social/Channels/InstagramIcon.d.ts +6 -0
  1501. package/dist/esm/icons/Social/Channels/InstagramIcon.js +1 -0
  1502. package/dist/esm/icons/Social/Channels/Messenger.d.ts +6 -0
  1503. package/dist/esm/icons/Social/Channels/Messenger.js +1 -0
  1504. package/dist/esm/icons/Social/Channels/Tasks.d.ts +6 -0
  1505. package/dist/esm/icons/Social/Channels/Tasks.js +1 -0
  1506. package/dist/esm/icons/Social/Channels/WebPush.d.ts +6 -0
  1507. package/dist/esm/icons/Social/Channels/WebPush.js +1 -0
  1508. package/dist/esm/icons/Social/Channels/WhatsApp.d.ts +6 -0
  1509. package/dist/esm/icons/Social/Channels/WhatsApp.js +1 -0
  1510. package/dist/esm/icons/Social/Channels/index.d.ts +10 -0
  1511. package/dist/esm/icons/Social/Social/EmailMarketing.d.ts +7 -0
  1512. package/dist/esm/icons/Social/Social/EmailMarketing.js +1 -0
  1513. package/dist/esm/icons/Social/Social/Facebook.d.ts +7 -0
  1514. package/dist/esm/icons/Social/Social/Facebook.js +1 -0
  1515. package/dist/esm/icons/Social/Social/Google.d.ts +7 -0
  1516. package/dist/esm/icons/Social/Social/Google.js +1 -0
  1517. package/dist/esm/icons/Social/Social/Instagram.d.ts +7 -0
  1518. package/dist/esm/icons/Social/Social/Instagram.js +1 -0
  1519. package/dist/esm/icons/Social/Social/Messenger.d.ts +7 -0
  1520. package/dist/esm/icons/Social/Social/Messenger.js +1 -0
  1521. package/dist/esm/icons/Social/Social/Rcs.d.ts +7 -0
  1522. package/dist/esm/icons/Social/Social/Rcs.js +1 -0
  1523. package/dist/esm/icons/Social/Social/Twitter.d.ts +7 -0
  1524. package/dist/esm/icons/Social/Social/Twitter.js +1 -0
  1525. package/dist/esm/icons/Social/Social/Website.d.ts +7 -0
  1526. package/dist/esm/icons/Social/Social/Website.js +1 -0
  1527. package/dist/esm/icons/Social/Social/Whatsapp.d.ts +7 -0
  1528. package/dist/esm/icons/Social/Social/Whatsapp.js +1 -0
  1529. package/dist/esm/icons/Social/Social/Youtube.d.ts +7 -0
  1530. package/dist/esm/icons/Social/Social/Youtube.js +1 -0
  1531. package/dist/esm/icons/Social/Social/index.d.ts +10 -0
  1532. package/dist/esm/icons/Toggles/General/Eye.d.ts +7 -0
  1533. package/dist/esm/icons/Toggles/General/Eye.js +1 -0
  1534. package/dist/esm/icons/Toggles/General/EyeClosed.d.ts +7 -0
  1535. package/dist/esm/icons/Toggles/General/EyeClosed.js +1 -0
  1536. package/dist/esm/icons/Toggles/General/EyeOff.d.ts +7 -0
  1537. package/dist/esm/icons/Toggles/General/EyeOff.js +1 -0
  1538. package/dist/esm/icons/Toggles/General/HeartEmpty.d.ts +7 -0
  1539. package/dist/esm/icons/Toggles/General/HeartEmpty.js +1 -0
  1540. package/dist/esm/icons/Toggles/General/HeartFilled.d.ts +7 -0
  1541. package/dist/esm/icons/Toggles/General/HeartFilled.js +1 -0
  1542. package/dist/esm/icons/Toggles/General/Lock.d.ts +7 -0
  1543. package/dist/esm/icons/Toggles/General/Lock.js +1 -0
  1544. package/dist/esm/icons/Toggles/General/StarEmpty.d.ts +7 -0
  1545. package/dist/esm/icons/Toggles/General/StarEmpty.js +1 -0
  1546. package/dist/esm/icons/Toggles/General/StarFilled.d.ts +7 -0
  1547. package/dist/esm/icons/Toggles/General/StarFilled.js +1 -0
  1548. package/dist/esm/icons/Toggles/General/StarHalf.d.ts +7 -0
  1549. package/dist/esm/icons/Toggles/General/StarHalf.js +1 -0
  1550. package/dist/esm/icons/Toggles/General/Unlock.d.ts +7 -0
  1551. package/dist/esm/icons/Toggles/General/Unlock.js +1 -0
  1552. package/dist/esm/icons/Toggles/General/index.d.ts +10 -0
  1553. package/dist/esm/icons/index.d.ts +43 -0
  1554. package/dist/esm/icons/index.js +1 -0
  1555. package/dist/esm/icons/registry.d.ts +10 -0
  1556. package/dist/esm/index.d.ts +3 -0
  1557. package/dist/esm/index.js +1 -1
  1558. package/dist/esm/request-executor/executor.d.ts +99 -0
  1559. package/dist/esm/request-executor/executor.js +1 -0
  1560. package/dist/esm/request-executor/index.d.ts +2 -0
  1561. package/dist/esm/request-executor/model.d.ts +14 -0
  1562. package/dist/esm/utils/logging/ErrorConstructor/ApiError.d.ts +3 -0
  1563. package/dist/esm/utils/logging/ErrorConstructor/ApiError.js +1 -0
  1564. package/dist/esm/utils/logging/ErrorConstructor/BroadcastFlowError.d.ts +4 -0
  1565. package/dist/esm/utils/logging/ErrorConstructor/BroadcastFlowError.js +1 -0
  1566. package/dist/esm/utils/logging/ErrorConstructor/CohortError.d.ts +4 -0
  1567. package/dist/esm/utils/logging/ErrorConstructor/CohortError.js +1 -0
  1568. package/dist/esm/utils/logging/ErrorConstructor/CustomError.d.ts +3 -0
  1569. package/dist/esm/utils/logging/ErrorConstructor/CustomError.js +1 -0
  1570. package/dist/esm/utils/logging/ErrorConstructor/ExcelUploadError.d.ts +3 -0
  1571. package/dist/esm/utils/logging/ErrorConstructor/ExcelUploadError.js +1 -0
  1572. package/dist/esm/utils/logging/ErrorConstructor/FirebaseCallError.d.ts +3 -0
  1573. package/dist/esm/utils/logging/ErrorConstructor/FirebaseCallError.js +1 -0
  1574. package/dist/esm/utils/logging/ErrorConstructor/FirebaseSubscriptionError.d.ts +3 -0
  1575. package/dist/esm/utils/logging/ErrorConstructor/FirebaseSubscriptionError.js +1 -0
  1576. package/dist/esm/utils/logging/ErrorConstructor/RechargeFailure.d.ts +3 -0
  1577. package/dist/esm/utils/logging/ErrorConstructor/RechargeFailure.js +1 -0
  1578. package/dist/esm/utils/logging/ErrorConstructor/WhatsappIntegrationError.d.ts +3 -0
  1579. package/dist/esm/utils/logging/ErrorConstructor/WhatsappIntegrationError.js +1 -0
  1580. package/dist/esm/utils/logging/Logger.d.ts +24 -0
  1581. package/dist/esm/utils/logging/Logger.js +1 -0
  1582. package/dist/esm/utils/logging/index.d.ts +10 -0
  1583. package/package.json +27 -11
@@ -1,18 +1,3 @@
1
1
  /// <reference types="react" />
2
- export type Color = 'primary' | 'secondary' | 'success' | 'error' | 'warn';
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>>;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ export type Color = 'primary' | 'secondary' | 'success' | 'error' | 'warn';
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
+ }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Color, Variant } from './SampleButton';
2
+ import type { Color, Variant } from './SampleButton.model';
3
3
  export declare const SampleButton: import("@emotion/styled").StyledComponent<{
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
@@ -1,2 +1,2 @@
1
- import type { Color, Variant } from './SampleButton';
1
+ import type { Color, Variant } from './SampleButton.model';
2
2
  export declare function getTheme(color: Color, variant: Variant): import("@emotion/utils").SerializedStyles;
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from '../button/model';
2
- import { InputVariant } from '../input/Input';
2
+ import { InputVariant } from '../input/Input.model';
3
3
  export interface SearchBarProps {
4
4
  width: string;
5
5
  isEnabled: boolean;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),a=require("../../constants/Theme.js");exports.BikSlider=n=>{let{min:r=0,max:s=100,defaultValue:o,onChange:i,step:l=1,disabled:u=!1}=n;const c=void 0!==o?o:r,[b,d]=t.useState(c),[g,h]=t.useState(!1),[p,x]=t.useState(!1),[m,f]=t.useState(!1),v=t.useRef(null),w=t.useRef(null),k=(e=>({container:{position:"relative",marginTop:"30px",height:"8px",width:"100%",cursor:e?"not-allowed":"pointer",opacity:e?.5:1},track:{position:"absolute",top:0,left:0,right:0,height:"8px",backgroundColor:"#E0E0E0",borderRadius:"4px"},filledTrack:{position:"absolute",top:0,left:0,height:"8px",backgroundColor:a.COLORS.background.brand,borderRadius:"4px",transition:"width 0.1s ease"},thumb:{position:"absolute",top:"50%",width:"24px",height:"24px",backgroundColor:a.COLORS.background.brand,border:`2px solid ${a.COLORS.background.brand}`,borderRadius:"50%",transform:"translate(-50%, -50%)",cursor:e?"not-allowed":"grab",transition:"box-shadow 0.2s ease",outline:"none",zIndex:1},thumbDisabled:{cursor:"not-allowed"},valueLabel:{position:"absolute",bottom:"100%",left:"50%",marginBottom:"16px",width:"32px",height:"32px",backgroundColor:a.COLORS.background.brand,borderRadius:"50% 50% 50% 0",transform:"translate(0, 0) rotate(-45deg) scale(0)",transformOrigin:"bottom left",transition:"transform 0.2s ease",pointerEvents:"none",display:"flex",alignItems:"center",justifyContent:"center"},valueLabelVisible:{transform:"translate(0, 0) rotate(-45deg) scale(1)"},valueLabelText:{transform:"rotate(45deg)",color:"white",fontSize:"12px",lineHeight:1.2,fontWeight:500}}))(u);t.useEffect((()=>{d(void 0!==o?o:r)}),[o,r]);const j=t.useCallback((e=>{if(!v.current)return r;const t=v.current.getBoundingClientRect(),a=Math.max(0,Math.min(1,(e-t.left)/t.width)),n=r+a*(s-r),o=Math.round(n/l)*l;return Math.max(r,Math.min(s,o))}),[r,s,l]),O=t.useCallback((e=>{if(u)return;e.preventDefault(),h(!0),f(!0);const t=j(e.clientX);d(t);const a=new Event("change",{bubbles:!0});i(a,t)}),[u,j,i]),C=t.useCallback((e=>{if(!g||u)return;const t=j(e.clientX);d(t);const a=new Event("change",{bubbles:!0});i(a,t)}),[g,u,j,i]),L=t.useCallback((()=>{h(!1),f(!1)}),[]),E=t.useCallback((e=>{if(u)return;let t=b;switch(e.key){case"ArrowLeft":case"ArrowDown":t=Math.max(r,b-l);break;case"ArrowRight":case"ArrowUp":t=Math.min(s,b+l);break;case"Home":t=r;break;case"End":t=s;break;default:return}e.preventDefault(),d(t);const a=new Event("change",{bubbles:!0});i(a,t)}),[u,b,r,s,l,i]);t.useEffect((()=>{if(g)return document.addEventListener("mousemove",C),document.addEventListener("mouseup",L),()=>{document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",L)}}),[g,C,L]);const M=(b-r)/(s-r)*100,y=isNaN(M)?0:Math.max(0,Math.min(100,M));return e.jsxs("div",Object.assign({ref:v,style:k.container,onMouseDown:O,role:"slider","aria-label":"bik slider","aria-valuemin":r,"aria-valuemax":s,"aria-valuenow":b,tabIndex:u?-1:0,onKeyDown:E},{children:[e.jsx("div",{style:k.track}),e.jsx("div",{style:Object.assign(Object.assign({},k.filledTrack),{width:`${y}%`})}),e.jsx("div",Object.assign({ref:w,style:(()=>{const e=Object.assign({},k.thumb);return u?Object.assign(Object.assign({},e),k.thumbDisabled):(g?(e.boxShadow="0px 0px 0px 8px rgba(115, 29, 207, 0.5)",e.cursor="grabbing"):p&&(e.boxShadow="0px 0px 0px 8px rgba(115, 29, 207, 0.08)"),e.left=`${y}%`,e)})(),onMouseEnter:()=>!u&&x(!0),onMouseLeave:()=>!u&&x(!1),onFocus:()=>!u&&f(!0),onBlur:()=>!u&&f(!1)},{children:e.jsx("div",Object.assign({style:(()=>{const e=Object.assign({},k.valueLabel);return m||p?Object.assign(Object.assign({},e),k.valueLabelVisible):e})()},{children:e.jsx("span",Object.assign({style:k.valueLabelText},{children:b}))}))}))]}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),a=require("../../constants/Theme.js");exports.BikSlider=n=>{let{min:r=0,max:o=100,defaultValue:s,onChange:i,step:l=1,disabled:u=!1}=n;const b=void 0!==s?s:r,[c,d]=t.useState(b),[g,h]=t.useState(!1),[m,p]=t.useState(!1),[x,f]=t.useState(!1),v=t.useRef(null),k=t.useRef(null),w=t.useMemo((()=>(e=>({container:{position:"relative",marginTop:"30px",height:"8px",width:"100%",cursor:e?"not-allowed":"pointer",opacity:e?.5:1},track:{position:"absolute",top:0,left:0,right:0,height:"8px",backgroundColor:"#E0E0E0",borderRadius:"4px"},filledTrack:{position:"absolute",top:0,left:0,height:"8px",backgroundColor:a.COLORS.background.brand,borderRadius:"4px",transition:"width 0.1s ease"},filledTrackDragging:{position:"absolute",top:0,left:0,height:"8px",backgroundColor:a.COLORS.background.brand,borderRadius:"4px",transition:"none"},thumb:{position:"absolute",top:"50%",width:"24px",height:"24px",backgroundColor:a.COLORS.background.brand,border:`2px solid ${a.COLORS.background.brand}`,borderRadius:"50%",transform:"translate(-50%, -50%)",cursor:e?"not-allowed":"grab",transition:"box-shadow 0.2s ease",outline:"none",zIndex:1},thumbDisabled:{cursor:"not-allowed"},valueLabel:{position:"absolute",bottom:"100%",left:"50%",marginBottom:"16px",width:"32px",height:"32px",backgroundColor:a.COLORS.background.brand,borderRadius:"50% 50% 50% 0",transform:"translate(0, 0) rotate(-45deg) scale(0)",transformOrigin:"bottom left",transition:"transform 0.2s ease",pointerEvents:"none",display:"flex",alignItems:"center",justifyContent:"center"},valueLabelVisible:{transform:"translate(0, 0) rotate(-45deg) scale(1)"},valueLabelText:{transform:"rotate(45deg)",color:"white",fontSize:"12px",lineHeight:1.2,fontWeight:500}}))(u)),[u]);t.useEffect((()=>{d(void 0!==s?s:r)}),[s,r]);const O=t.useCallback((e=>{if(!v.current)return r;const t=v.current.getBoundingClientRect(),a=Math.max(0,Math.min(1,(e-t.left)/t.width)),n=r+a*(o-r),s=Math.round(n/l)*l;return Math.max(r,Math.min(o,s))}),[r,o,l]),j=t.useCallback((e=>{if(u)return;e.preventDefault(),h(!0),f(!0);const t=O(e.clientX);d(t);const a=new Event("change",{bubbles:!0});i(a,t)}),[u,O,i]),L=t.useCallback((e=>{if(!g||u)return;const t=O(e.clientX);d(t);const a=new Event("change",{bubbles:!0});i(a,t)}),[g,u,O,i]),C=t.useCallback((()=>{h(!1),f(!1)}),[]),M=t.useCallback((e=>{if(u)return;let t=c;switch(e.key){case"ArrowLeft":case"ArrowDown":t=Math.max(r,c-l);break;case"ArrowRight":case"ArrowUp":t=Math.min(o,c+l);break;case"Home":t=r;break;case"End":t=o;break;default:return}e.preventDefault(),d(t);const a=new Event("change",{bubbles:!0});i(a,t)}),[u,c,r,o,l,i]);t.useEffect((()=>{if(g)return document.addEventListener("mousemove",L),document.addEventListener("mouseup",C),()=>{document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",C)}}),[g,L,C]);const E=(c-r)/(o-r)*100,R=isNaN(E)?0:Math.max(0,Math.min(100,E)),S=t.useMemo((()=>{const e=Object.assign({},w.thumb);return u?Object.assign(Object.assign({},e),w.thumbDisabled):(g?(e.boxShadow="0px 0px 0px 8px rgba(115, 29, 207, 0.5)",e.cursor="grabbing"):m&&(e.boxShadow="0px 0px 0px 8px rgba(115, 29, 207, 0.08)"),e.left=`${R}%`,e)}),[w.thumb,w.thumbDisabled,u,g,m,R]),y=t.useMemo((()=>{const e=Object.assign({},w.valueLabel);return x||m?Object.assign(Object.assign({},e),w.valueLabelVisible):e}),[w.valueLabel,w.valueLabelVisible,x,m]);return e.jsxs("div",Object.assign({ref:v,style:w.container,onMouseDown:j,role:"slider","aria-label":"bik slider","aria-valuemin":r,"aria-valuemax":o,"aria-valuenow":c,tabIndex:u?-1:0,onKeyDown:M},{children:[e.jsx("div",{style:w.track}),e.jsx("div",{style:Object.assign(Object.assign({},g?w.filledTrackDragging:w.filledTrack),{width:`${R}%`})}),e.jsx("div",Object.assign({ref:k,style:S,onMouseEnter:()=>!u&&p(!0),onMouseLeave:()=>!u&&p(!1),onFocus:()=>!u&&f(!0),onBlur:()=>!u&&f(!1)},{children:e.jsx("div",Object.assign({style:y},{children:e.jsx("span",Object.assign({style:w.valueLabelText},{children:c}))}))}))]}))};
@@ -1,24 +1,8 @@
1
- export type StepperStates = 'default' | 'completed' | 'error' | 'active' | 'inactive';
1
+ import { EachStep } from './Stepper.model';
2
2
  export interface StepperProps {
3
3
  steps: EachStep[];
4
4
  activeStep: EachStep;
5
5
  onClickingEachStep: (step: EachStep) => void;
6
6
  hideHoverState?: boolean;
7
7
  }
8
- export interface EachStep {
9
- stepKey: string;
10
- stepName: string;
11
- isCompleted: boolean;
12
- isError: boolean;
13
- isInActive: boolean;
14
- }
15
- export interface SingleStepperProps {
16
- index: number;
17
- isLastElement: boolean;
18
- eachStep: EachStep;
19
- isActive: boolean;
20
- onClickingStep: (step: EachStep) => void;
21
- stepsCount: number;
22
- hideHoverState?: boolean;
23
- }
24
8
  export declare const Stepper: (stepperDetails: StepperProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ export type StepperStates = 'default' | 'completed' | 'error' | 'active' | 'inactive';
2
+ export interface EachStep {
3
+ stepKey: string;
4
+ stepName: string;
5
+ isCompleted: boolean;
6
+ isError: boolean;
7
+ isInActive: boolean;
8
+ }
9
+ export interface SingleStepperProps {
10
+ index: number;
11
+ isLastElement: boolean;
12
+ eachStep: EachStep;
13
+ isActive: boolean;
14
+ onClickingStep: (step: EachStep) => void;
15
+ stepsCount: number;
16
+ hideHoverState?: boolean;
17
+ }
@@ -1,4 +1,4 @@
1
- import { StepperStates } from './Stepper';
1
+ import type { StepperStates } from './Stepper.model';
2
2
  export declare const StepperContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
3
  export declare const SingleStepperChildContainer: import("styled-components").StyledComponent<"div", any, {
4
4
  selectedState: StepperStates;
@@ -1,4 +1,4 @@
1
- import { EachStep } from './Stepper';
1
+ import { EachStep } from './Stepper.model';
2
2
  export default class StepperService {
3
3
  updateSteps: (steps: EachStep[], stepToUpdate: EachStep, propertiesToUpdate: Partial<EachStep>) => EachStep[];
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { StepperStates } from './Stepper';
1
+ import type { StepperStates } from './Stepper.model';
2
2
  export declare function getTheme(step: StepperStates): {
3
3
  textColor: string;
4
4
  badgeColor: string;
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from './model';
2
2
  export declare const Tag: {
3
- ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, }: TagProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, backgroundColor, borderRadius, size, }: TagProps): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),i=require("react"),n=require("../tooltips/Tooltip.js"),t=require("../TypographyStyle.js"),a=require("./model.js"),r=require("./Tag.styled.js"),s=require("./themes.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=c(i);const l=i=>{let{tagText:c,LeadingIcon:l,TrailingIcon:d,onLeadingIconClicked:g,leadingIconId:p,trailingIconId:j,onTrailingIconClicked:u,theme:b="light",type:m="neutral",variant:O="regular",version:h,cursor:x,alignIcon:y,noBorder:T,tagHtmlText:f,contentPadding:I,leadingIconTooltip:C,trailingIconTooltip:w,tagColor:v,numberOfLines:N}=i,k=c;const q=b;let L=m;a.ValidTagTypeMap[O][m]||(L="neutral"),"circle"===O&&"number"==typeof k&&k>99&&(k="99+");const B={height:"compressed"===O?12:16,width:"compressed"===O?12:16,color:s.getTagIconColor(b,L),style:{display:"block"}};return e.jsx(r.Tag,Object.assign({cursor:x,theme:q,type:m,variant:O,version:h,alignIcon:y,noBorder:T,contentPadding:I},{children:e.jsxs("div",Object.assign({className:"container"},{children:[l&&(C?e.jsx(n.Tooltip,Object.assign({},C,{children:e.jsx("button",Object.assign({className:"icon-leading",onClick:g,id:`${p}-wrapper`||"leading-icon-wrapper"},{children:o.default.createElement(l,Object.assign(Object.assign({},B),{id:p||"leading-icon"}))}))})):e.jsx("button",Object.assign({className:"icon-leading",onClick:g,id:`${p}-wrapper`||"leading-icon-wrapper"},{children:o.default.createElement(l,Object.assign(Object.assign({},B),{id:p||"leading-icon"}))}))),f&&("ai"===m&&"light"===b?e.jsx(t.AiBodyCaption,Object.assign({numberOfLines:N},{children:f})):e.jsx(t.BodyCaption,Object.assign({className:"text",numberOfLines:N},{children:f}))),!f&&""!==k&&("ai"===m&&"light"===b?e.jsx(t.AiBodyCaption,Object.assign({numberOfLines:N},{children:k})):e.jsx(t.BodyCaption,Object.assign({className:"text",color:v,numberOfLines:N},{children:k}))),d&&(w?e.jsx(n.Tooltip,Object.assign({},w,{children:e.jsx("button",Object.assign({className:"icon-trailing",onClick:u,id:`${j}-wrapper`||"trailing-icon-wrapper"},{children:o.default.createElement(d,Object.assign(Object.assign({},B),{id:j||"trailing-icon"}))}))})):e.jsx("button",Object.assign({className:"icon-trailing",onClick:u,id:`${j}-wrapper`||"trailing-icon-wrapper"},{children:o.default.createElement(d,Object.assign(Object.assign({},B),{id:j||"trailing-icon"}))})))]}))}))};l.displayName="Tag",exports.Tag=l;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),i=require("react"),n=require("../tooltips/Tooltip.js"),s=require("../TypographyStyle.js"),a=require("./model.js"),t=require("./Tag.styled.js"),r=require("./themes.js");function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=c(i);const o=i=>{let{tagText:c,LeadingIcon:o,TrailingIcon:d,onLeadingIconClicked:g,leadingIconId:j,trailingIconId:b,onTrailingIconClicked:u,theme:p="light",type:m="neutral",variant:O="regular",version:h,cursor:x,alignIcon:y,noBorder:T,tagHtmlText:f,contentPadding:C,leadingIconTooltip:I,trailingIconTooltip:L,tagColor:B,numberOfLines:N,backgroundColor:k,borderRadius:w,size:v="regular"}=i,q=c;const A=p;let E=m;a.ValidTagTypeMap[O][m]||(E="neutral"),"circle"===O&&"number"==typeof q&&q>99&&(q="99+");const $={height:"compressed"===O?12:16,width:"compressed"===O?12:16,color:r.getTagIconColor(p,E),style:{display:"block"}};return e.jsx(t.Tag,Object.assign({cursor:x,theme:A,type:E,variant:O,version:h,alignIcon:y,noBorder:T,contentPadding:C,backgroundColor:k,borderRadius:w,size:v},{children:e.jsxs("div",Object.assign({className:"container"},{children:[o&&(I?e.jsx(n.Tooltip,Object.assign({},I,{children:e.jsx("button",Object.assign({className:"icon-leading",onClick:g,id:`${j}-wrapper`||"leading-icon-wrapper"},{children:l.default.createElement(o,Object.assign(Object.assign({},$),{id:j||"leading-icon"}))}))})):e.jsx("button",Object.assign({className:"icon-leading",onClick:g,id:`${j}-wrapper`||"leading-icon-wrapper"},{children:l.default.createElement(o,Object.assign(Object.assign({},$),{id:j||"leading-icon"}))}))),f&&("ai"===m&&"light"===p?"small"===v?e.jsx(s.AiBodyTiny,Object.assign({numberOfLines:N},{children:f})):e.jsx(s.AiBodyCaption,Object.assign({numberOfLines:N},{children:f})):"small"===v?e.jsx(s.BodyTiny,Object.assign({className:"text",numberOfLines:N},{children:f})):e.jsx(s.BodyCaption,Object.assign({className:"text",numberOfLines:N},{children:f}))),!f&&""!==q&&("ai"===m&&"light"===p?"small"===v?e.jsx(s.AiBodyTiny,Object.assign({numberOfLines:N},{children:q})):e.jsx(s.AiBodyCaption,Object.assign({numberOfLines:N},{children:q})):"small"===v?e.jsx(s.BodyTiny,Object.assign({className:"text",color:B,numberOfLines:N},{children:q})):e.jsx(s.BodyCaption,Object.assign({className:"text",color:B,numberOfLines:N},{children:q}))),d&&(L?e.jsx(n.Tooltip,Object.assign({},L,{children:e.jsx("button",Object.assign({className:"icon-trailing",onClick:u,id:`${b}-wrapper`||"trailing-icon-wrapper"},{children:l.default.createElement(d,Object.assign(Object.assign({},$),{id:b||"trailing-icon"}))}))})):e.jsx("button",Object.assign({className:"icon-trailing",onClick:u,id:`${b}-wrapper`||"trailing-icon-wrapper"},{children:l.default.createElement(d,Object.assign(Object.assign({},$),{id:b||"trailing-icon"}))})))]}))}))};o.displayName="Tag",exports.Tag=o;
@@ -1,22 +1,22 @@
1
1
  import { ComponentMeta, ComponentStory } from '@storybook/react';
2
2
  declare const _default: ComponentMeta<{
3
- ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, backgroundColor, borderRadius, size, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
4
4
  displayName: string;
5
5
  }>;
6
6
  export default _default;
7
7
  export declare const Default: ComponentStory<{
8
- ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
8
+ ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, backgroundColor, borderRadius, size, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
9
9
  displayName: string;
10
10
  }>;
11
11
  export declare const WithIcons: ComponentStory<{
12
- ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
12
+ ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, backgroundColor, borderRadius, size, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
13
13
  displayName: string;
14
14
  }>;
15
15
  export declare const WithIconTooltips: ComponentStory<{
16
- ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
16
+ ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, backgroundColor, borderRadius, size, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
17
17
  displayName: string;
18
18
  }>;
19
19
  export declare const DarkTheme: ComponentStory<{
20
- ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
20
+ ({ tagText, LeadingIcon, TrailingIcon, onLeadingIconClicked, leadingIconId, trailingIconId, onTrailingIconClicked, theme, type, variant, version, cursor, alignIcon, noBorder, tagHtmlText, contentPadding, leadingIconTooltip, trailingIconTooltip, tagColor, numberOfLines, backgroundColor, borderRadius, size, }: import("./model").TagProps): import("react/jsx-runtime").JSX.Element;
21
21
  displayName: string;
22
22
  }>;
@@ -12,4 +12,7 @@ export declare const Tag: import("@emotion/styled").StyledComponent<{
12
12
  alignIcon?: string | undefined;
13
13
  noBorder?: boolean | undefined;
14
14
  contentPadding?: number | undefined;
15
+ backgroundColor?: string | undefined;
16
+ borderRadius?: string | number | undefined;
17
+ size?: "small" | "regular" | undefined;
15
18
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c=require("@emotion/styled/base"),l=require("./themes.js");function e(c){return c&&"object"==typeof c&&"default"in c?c:{default:c}}const d=e(c).default("div","production"===process.env.NODE_ENV?{target:"e930jd90"}:{target:"e930jd90",label:"Tag"})("cursor:",(c=>{var l;return null!==(l=c.cursor)&&void 0!==l?l:"default"}),";",(c=>"regular"===c.variant?"display: block;\n\t\t min-height: 26px;\n\t\t":"min-height: 20px;")," .container{display:flex;align-items:",(c=>c.alignIcon?c.alignIcon:"center"),";gap:6px;padding:",(c=>l.getPadding(c.variant)),";padding:",(c=>c.contentPadding?c.contentPadding:l.getPadding(c.variant)),"px;background:",(c=>l.getBackgroundColor(c.theme,c.type)),";border-radius:",(c=>"regular"===c.variant?"4px":"12px"),";",(c=>!c.noBorder&&"light"===c.theme&&`border: ${"2.0"===c.version?.5:1}px solid ${l.generateBorder(c.type,c.theme)};`)," .text{color:",(c=>l.getTextColor(c.theme,c.type)),";}.icon-trailing{all:unset;display:flex;}.icon-leading{all:unset;display:flex;}}"+("production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlRhZy5zdHlsZWQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUU4QiIsImZpbGUiOiJUYWcuc3R5bGVkLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcclxuaW1wb3J0IHsgZ2VuZXJhdGVCb3JkZXIsIGdldEJhY2tncm91bmRDb2xvciwgZ2V0UGFkZGluZywgZ2V0VGV4dENvbG9yLCB9IGZyb20gJy4vdGhlbWVzJztcclxuZXhwb3J0IGNvbnN0IFRhZyA9IHN0eWxlZC5kaXYgYFxuXHRjdXJzb3I6ICR7KHByb3BzKSA9PiB7IHZhciBfYTsgcmV0dXJuIChfYSA9IHByb3BzLmN1cnNvcikgIT09IG51bGwgJiYgX2EgIT09IHZvaWQgMCA/IF9hIDogJ2RlZmF1bHQnOyB9fTtcblx0JHsocHJvcHMpID0+IHByb3BzLnZhcmlhbnQgPT09ICdyZWd1bGFyJ1xyXG4gICAgPyBgZGlzcGxheTogYmxvY2s7XG5cdFx0ICAgICBtaW4taGVpZ2h0OiAyNnB4O1xuXHRcdGBcclxuICAgIDogYG1pbi1oZWlnaHQ6IDIwcHg7YH1cblx0LmNvbnRhaW5lciB7XG5cdFx0ZGlzcGxheTogZmxleDtcblx0XHRhbGlnbi1pdGVtczogJHsocHJvcHMpID0+IChwcm9wcy5hbGlnbkljb24gPyBwcm9wcy5hbGlnbkljb24gOiAnY2VudGVyJyl9O1xuXHRcdGdhcDogNnB4O1xuXHRcdHBhZGRpbmc6ICR7KHByb3BzKSA9PiBnZXRQYWRkaW5nKHByb3BzLnZhcmlhbnQpfTtcblx0XHRwYWRkaW5nOiAkeyhwcm9wcykgPT4gcHJvcHMuY29udGVudFBhZGRpbmdcclxuICAgID8gcHJvcHMuY29udGVudFBhZGRpbmdcclxuICAgIDogZ2V0UGFkZGluZyhwcm9wcy52YXJpYW50KX1weDtcblx0XHRiYWNrZ3JvdW5kOiAkeyhwcm9wcykgPT4gZ2V0QmFja2dyb3VuZENvbG9yKHByb3BzLnRoZW1lLCBwcm9wcy50eXBlKX07XG5cblx0XHRib3JkZXItcmFkaXVzOiAkeyhwcm9wcykgPT4gKHByb3BzLnZhcmlhbnQgPT09ICdyZWd1bGFyJyA/ICc0cHgnIDogJzEycHgnKX07XG5cblx0XHQkeyhwcm9wcykgPT4gIXByb3BzLm5vQm9yZGVyICYmXHJcbiAgICBwcm9wcy50aGVtZSA9PT0gJ2xpZ2h0JyAmJlxyXG4gICAgYGJvcmRlcjogJHtwcm9wcy52ZXJzaW9uID09PSAnMi4wJyA/IDAuNSA6IDF9cHggc29saWQgJHtnZW5lcmF0ZUJvcmRlcihwcm9wcy50eXBlLCBwcm9wcy50aGVtZSl9O2B9XG5cblx0XHQudGV4dCB7XG5cdFx0XHRjb2xvcjogJHsocHJvcHMpID0+IGdldFRleHRDb2xvcihwcm9wcy50aGVtZSwgcHJvcHMudHlwZSl9O1xuXHRcdH1cblxuXHRcdC5pY29uLXRyYWlsaW5nIHtcblx0XHRcdGFsbDogdW5zZXQ7XG5cdFx0XHRkaXNwbGF5OiBmbGV4O1xuXHRcdH1cblxuXHRcdC5pY29uLWxlYWRpbmcge1xuXHRcdFx0YWxsOiB1bnNldDtcblx0XHRcdGRpc3BsYXk6IGZsZXg7XG5cdFx0fVxuXHR9XG5gO1xyXG4vLyMgc291cmNlTWFwcGluZ1VSTD1UYWcuc3R5bGVkLmpzLm1hcCJdfQ== */"));exports.Tag=d;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c=require("@emotion/styled/base"),g=require("./themes.js");function b(c){return c&&"object"==typeof c&&"default"in c?c:{default:c}}const I=b(c).default("div","production"===process.env.NODE_ENV?{target:"e930jd90"}:{target:"e930jd90",label:"Tag"})("cursor:",(c=>{var g;return null!==(g=c.cursor)&&void 0!==g?g:"default"}),";",(c=>"small"!==c.size&&("regular"===c.variant?"display: block;\n\t\t min-height: 26px;\n\t\t":"min-height: 20px;"))," .container{display:flex;align-items:",(c=>c.alignIcon?c.alignIcon:"center"),";gap:6px;",(c=>"small"===c.size?"height: 16px; box-sizing: border-box;":"")," padding:",(c=>"small"===c.size?"2px 6px":c.contentPadding?`${c.contentPadding}px`:g.getPadding(c.variant)),";background:",(c=>{var b;return null!==(b=c.backgroundColor)&&void 0!==b?b:g.getBackgroundColor(c.theme,c.type)}),";border-radius:",(c=>void 0!==c.borderRadius?"number"==typeof c.borderRadius?`${c.borderRadius}px`:c.borderRadius:"regular"===c.variant?"4px":"12px"),";",(c=>!c.noBorder&&"light"===c.theme&&`border: ${"2.0"===c.version?.5:1}px solid ${g.generateBorder(c.type,c.theme)};`)," .text{color:",(c=>g.getTextColor(c.theme,c.type)),";}.icon-trailing{all:unset;display:flex;}.icon-leading{all:unset;display:flex;}}"+("production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlRhZy5zdHlsZWQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUU4QiIsImZpbGUiOiJUYWcuc3R5bGVkLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcclxuaW1wb3J0IHsgZ2VuZXJhdGVCb3JkZXIsIGdldEJhY2tncm91bmRDb2xvciwgZ2V0UGFkZGluZywgZ2V0VGV4dENvbG9yLCB9IGZyb20gJy4vdGhlbWVzJztcclxuZXhwb3J0IGNvbnN0IFRhZyA9IHN0eWxlZC5kaXYgYFxuXHRjdXJzb3I6ICR7KHByb3BzKSA9PiB7IHZhciBfYTsgcmV0dXJuIChfYSA9IHByb3BzLmN1cnNvcikgIT09IG51bGwgJiYgX2EgIT09IHZvaWQgMCA/IF9hIDogJ2RlZmF1bHQnOyB9fTtcblx0JHsocHJvcHMpID0+IHByb3BzLnNpemUgIT09ICdzbWFsbCcgJiZcclxuICAgIChwcm9wcy52YXJpYW50ID09PSAncmVndWxhcidcclxuICAgICAgICA/IGBkaXNwbGF5OiBibG9jaztcblx0XHQgICAgIG1pbi1oZWlnaHQ6IDI2cHg7XG5cdFx0YFxyXG4gICAgICAgIDogYG1pbi1oZWlnaHQ6IDIwcHg7YCl9XG5cdC5jb250YWluZXIge1xuXHRcdGRpc3BsYXk6IGZsZXg7XG5cdFx0YWxpZ24taXRlbXM6ICR7KHByb3BzKSA9PiAocHJvcHMuYWxpZ25JY29uID8gcHJvcHMuYWxpZ25JY29uIDogJ2NlbnRlcicpfTtcblx0XHRnYXA6IDZweDtcblx0XHQkeyhwcm9wcykgPT4gcHJvcHMuc2l6ZSA9PT0gJ3NtYWxsJyA/ICdoZWlnaHQ6IDE2cHg7IGJveC1zaXppbmc6IGJvcmRlci1ib3g7JyA6ICcnfVxuXHRcdHBhZGRpbmc6ICR7KHByb3BzKSA9PiBwcm9wcy5zaXplID09PSAnc21hbGwnXHJcbiAgICA/ICcycHggNnB4J1xyXG4gICAgOiBwcm9wcy5jb250ZW50UGFkZGluZ1xyXG4gICAgICAgID8gYCR7cHJvcHMuY29udGVudFBhZGRpbmd9cHhgXHJcbiAgICAgICAgOiBnZXRQYWRkaW5nKHByb3BzLnZhcmlhbnQpfTtcblx0XHRiYWNrZ3JvdW5kOiAkeyhwcm9wcykgPT4geyB2YXIgX2E7IHJldHVybiAoX2EgPSBwcm9wcy5iYWNrZ3JvdW5kQ29sb3IpICE9PSBudWxsICYmIF9hICE9PSB2b2lkIDAgPyBfYSA6IGdldEJhY2tncm91bmRDb2xvcihwcm9wcy50aGVtZSwgcHJvcHMudHlwZSk7IH19O1xuXG5cdFx0Ym9yZGVyLXJhZGl1czogJHsocHJvcHMpID0+IHByb3BzLmJvcmRlclJhZGl1cyAhPT0gdW5kZWZpbmVkXHJcbiAgICA/IHR5cGVvZiBwcm9wcy5ib3JkZXJSYWRpdXMgPT09ICdudW1iZXInXHJcbiAgICAgICAgPyBgJHtwcm9wcy5ib3JkZXJSYWRpdXN9cHhgXHJcbiAgICAgICAgOiBwcm9wcy5ib3JkZXJSYWRpdXNcclxuICAgIDogcHJvcHMudmFyaWFudCA9PT0gJ3JlZ3VsYXInXHJcbiAgICAgICAgPyAnNHB4J1xyXG4gICAgICAgIDogJzEycHgnfTtcblxuXHRcdCR7KHByb3BzKSA9PiAhcHJvcHMubm9Cb3JkZXIgJiZcclxuICAgIHByb3BzLnRoZW1lID09PSAnbGlnaHQnICYmXHJcbiAgICBgYm9yZGVyOiAke3Byb3BzLnZlcnNpb24gPT09ICcyLjAnID8gMC41IDogMX1weCBzb2xpZCAke2dlbmVyYXRlQm9yZGVyKHByb3BzLnR5cGUsIHByb3BzLnRoZW1lKX07YH1cblxuXHRcdC50ZXh0IHtcblx0XHRcdGNvbG9yOiAkeyhwcm9wcykgPT4gZ2V0VGV4dENvbG9yKHByb3BzLnRoZW1lLCBwcm9wcy50eXBlKX07XG5cdFx0fVxuXG5cdFx0Lmljb24tdHJhaWxpbmcge1xuXHRcdFx0YWxsOiB1bnNldDtcblx0XHRcdGRpc3BsYXk6IGZsZXg7XG5cdFx0fVxuXG5cdFx0Lmljb24tbGVhZGluZyB7XG5cdFx0XHRhbGw6IHVuc2V0O1xuXHRcdFx0ZGlzcGxheTogZmxleDtcblx0XHR9XG5cdH1cbmA7XHJcbi8vIyBzb3VyY2VNYXBwaW5nVVJMPVRhZy5zdHlsZWQuanMubWFwIl19 */"));exports.Tag=I;
@@ -100,4 +100,19 @@ export interface TagProps extends React.BaseHTMLAttributes<HTMLDivElement> {
100
100
  contentPadding?: number;
101
101
  tagColor?: string;
102
102
  numberOfLines?: number;
103
+ /**
104
+ * Override the computed background color of the tag container.
105
+ * @default undefined (uses theme/type color)
106
+ */
107
+ backgroundColor?: string;
108
+ /**
109
+ * Override the border-radius of the tag container.
110
+ * @default undefined (uses variant-based radius: 4px for regular, 12px otherwise)
111
+ */
112
+ borderRadius?: string | number;
113
+ /**
114
+ * Controls the size of the tag. 'small' sets height to 16px and uses tiny font.
115
+ * @default 'regular'
116
+ */
117
+ size?: 'regular' | 'small';
103
118
  }
@@ -1,13 +1,13 @@
1
- import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
2
- import { VariableListInterfaceV2 } from "../add-variableV2/AddVariableV2";
3
- import { CarouselProduct } from "./modalElements/EditWhatsAppCarouselTemplateV2";
4
- import { WhatsAppCarouselTemplateVariables } from "../template-preview/models/WhatsappCarouselTemplate";
1
+ import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
2
+ import type { VariableListInterfaceV2 } from "../add-variableV2/AddVariableV2";
3
+ import type { WhatsAppCarouselTemplateVariables } from "../template-preview/models/WhatsappCarouselTemplate";
5
4
  import { CHANNEL_TYPE } from '../template-preview/models/Channels';
6
- import { CUSTOM_VARIABLE, GlobalPlaceholderType } from '../template-preview/models/TemplateMeta';
7
- import { AllTemplateTypes, AllTemplateVariables, NonNullTemplateTypes } from '../template-preview/models/types';
8
- import { WebpushTemplateVariables } from '../template-preview/models/WebpushTemplate';
9
- import { ExtrasWhatsapp, POD, TemplateAnalyticsI, WhatsAppPickerMeta, WhatsAppTemplateVariables } from '../template-preview/models/WhatsAppTemplate';
10
- import { VariableV3 } from '../variable-picker-v3/model';
5
+ import { CUSTOM_VARIABLE, type GlobalPlaceholderType } from '../template-preview/models/TemplateMeta';
6
+ import type { AllTemplateTypes, AllTemplateVariables, NonNullTemplateTypes } from '../template-preview/models/types';
7
+ import type { WebpushTemplateVariables } from '../template-preview/models/WebpushTemplate';
8
+ import { type ExtrasWhatsapp, POD, type TemplateAnalyticsI, type WhatsAppPickerMeta, type WhatsAppTemplateVariables } from '../template-preview/models/WhatsAppTemplate';
9
+ import type { VariableV3 } from '../variable-picker-v3/model';
10
+ import { CarouselProduct } from './modalElements/modal';
11
11
  export interface TemplateContextMapperProps {
12
12
  selectedTemplate: NonNullTemplateTypes;
13
13
  closeDialog?: () => void;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("lodash"),l=require("react"),a=require("../../utils/StringUtils.js"),o=require("../../constants/Theme.js"),i=require("../modals/styledModal.js"),r=require("../template-preview/helpers/templateMiscHelper.js"),s=require("../template-preview/models/Channels.js"),n=require("../template-preview/models/WhatsAppTemplate.js"),d=require("./context/templateModalContext.js"),u=require("./modalElements/Footer.js"),c=require("./modalElements/TemplateAnalyticsComponent.js"),p=require("./modalElements/TemplateSelectModalContent.js"),v=require("./utils/convertPlaceholdersToBikDropdown.js");exports.TemplateContextMapper=m=>{var C,h,b,S,E,x,f,T;const{selectedTemplate:P,closeDialog:g,showVariableMapping:y,channel:I,htmlContent:D,templateVariables:L,onTemplateSelect:j,globalPlaceholders:w,showOnlyContent:A,whatsappSpecificPickerMeta:k,zIndex:M,showVariableModal:V,variableList:H,discountCode:N,setDiscountCode:O,onBackPress:q,enabledCustomText:B,variableListForImage:F,showSampleValues:_,disableEditVariable:W,pod:Y,extras:R,pickerConf:$,selectedCarouselProducts:z,disableEditExpiry:Q,cardWidth:U,onDeleteSelectedProducts:G,fileName:J,setFileName:K,hideDeviceContainerInPreview:X,maxCharLimit:Z,onDefaultVariableSelect:ee,skipDefaultVariableContent:te,disableDatePicker:le,disableCopyCode:ae,initialExpiryDateTime:oe,showDiscountCodeExpiryInfo:ie,footerButtonText:re,footerInfoText:se,templateAnalytics:ne}=m;l.useEffect((()=>{be(D)}),[D]);const de=r.determineCardIndex(I),ue=r.isItCarousal(I,P),ce=null==P?void 0:P.isProductCarouselType,[pe,ve]=l.useState(I===s.CHANNEL_TYPE.EMAIL||I==s.CHANNEL_TYPE.WEBPUSH||ue?"desktop":"mobile"),[me,Ce]=l.useState(!1),[he,be]=l.useState(D),[Se,Ee]=l.useState(!1),[xe,fe]=l.useState([]),[Te,Pe]=l.useState({}),[ge,ye]=l.useState(P),[Ie,De]=l.useState([]),[Le,je]=l.useState(null),[we,Ae]=l.useState(!1),[ke,Me]=l.useState(null!=L?L:[]),[Ve,He]=l.useState(!1),[Ne,Oe]=l.useState(ue?(null===(h=null===(C=null==ge?void 0:ge.mapping)||void 0===C?void 0:C.body)||void 0===h?void 0:h.length)?-1:0:-1),[qe,Be]=l.useState([]),[Fe,_e]=l.useState(void 0),We=l.useRef(null),[Ye,Re]=l.useState(!1),[$e,ze]=l.useState(!1),[Qe,Ue]=l.useState(!1),[Ge,Je]=l.useState(!0),[Ke,Xe]=l.useState(!0),[Ze,et]=l.useState({});l.useEffect((()=>{z?Be(z):ce&&Be([])}),[z]),l.useEffect((()=>{var e;if(!we&&ce&&(!z||0===Be.length)){const t=null===(e=null==ge?void 0:ge.components)||void 0===e?void 0:e[de].cards,l=[];null==t||t.forEach((e=>{var t;null===(t=null==e?void 0:e.components)||void 0===t||t.forEach((e=>{var t,a,o;"HEADER"===e.type&&l.push(null!==(o=null===(a=null===(t=e.example)||void 0===t?void 0:t.header_handle)||void 0===a?void 0:a[0])&&void 0!==o?o:"")}))})),De(l),Ae(!0)}}),[we]);const tt=l.useMemo((()=>v.convertPlaceholdersToBikDropdown(w)),[w]);return l.useEffect((()=>{_e(t.cloneDeep(H))}),[H]),(null==ne?void 0:ne.show)&&Ge&&ne.templateQuality&&Object.values(n.TEMPLATE_QUALITY).find((e=>e===String(ne.templateQuality)))?e.jsx(c.TemplateAnalyticsComponent,{headingTitle:null==ge?void 0:ge.label,headingSubtitle:I===s.CHANNEL_TYPE.WHATSAPP?`${a.default.capitaliseFirstLetterOfString(null!==(b=null==ge?void 0:ge.category)&&void 0!==b?b:"")} • ${null!==(S=null==ge?void 0:ge.templateCategory)&&void 0!==S?S:""}`:"",templateAnalytics:ne,analyticsData:ne.data,onClose:()=>{null==g||g(),Je(!1),Xe(!1)},onCancel:()=>{Je(!1),Xe(!1)},onProceed:()=>{Je(!1),Xe(!0)},templateId:(null==ge?void 0:ge.templateId)||""}):e.jsx(d.TemplateModalContext.Provider,Object.assign({value:{hideFooterButton:Qe,setHideFooterButton:Ue,hideCrossButton:$e,setHideCrossButton:ze,variableList:Fe,setVariableList:_e,variableCallback:Le,setVariableCallback:je,showVariablePicker:me,setShowVariablePicker:Ce,template:ge,setTemplate:ye,device:pe,setDevice:ve,display_content:he,setDisplayContent:be,originalVariableList:ke,setOriginalVariableList:Me,isError:Se,setIsError:Ee,channel:I,globalNormalizedPlaceholders:tt,templateSelectionTriggered:Ve,setTemplateSelectionTriggered:He,enabledCustomText:B,disableEditVariable:W,pod:Y,extras:R,isWhatsappCarousel:ue,selectedCarouselIndex:Ne,setSelectedCarouselIndex:Oe,isProductCarouselType:ce,templateErrorIndexes:Te,cardCount:ue?null===(x=null===(E=P.components)||void 0===E?void 0:E[de].cards)||void 0===x?void 0:x.length:void 0,errorIndexes:xe,setErrorIndexes:fe,pickerConf:$,carouselProducts:qe,setCarouselProducts:Be,disableEditExpiry:Q,cardWidth:U,cardImages:Ie,onDeleteSelectedProducts:G,hideDeviceContainerInPreview:X,sliderRef:We,isCarouselHovered:Ye,setIsCarouselHovered:Re,maxCharLimit:Z,ctaOptionsErrors:Ze,setCtaOptionsErrors:et,onDefaultVariableSelect:ee,disableDatePicker:le,disableCopyCode:ae,initialExpiryDateTime:oe,showDiscountCodeExpiryInfo:ie,cardIndex:de}},{children:A?e.jsx(p.default,{variableListFromProps:H,channel:s.CHANNEL_TYPE.EMAIL,hideHeader:!0}):e.jsxs(i.StyledModal,Object.assign({hideCrossButton:$e,zIndex:M,centralContainerStyles:{width:ue?900:I===s.CHANNEL_TYPE.EMAIL&&y?1e3:800},open:Ke,onClose:()=>{Xe(!1),null==g||g()},headingTitle:null==ge?void 0:ge.label,headingSubtitle:I===s.CHANNEL_TYPE.WHATSAPP||r.isRCSChannel(I)?`${a.default.capitaliseFirstLetterOfString(null!==(f=null==ge?void 0:ge.category)&&void 0!==f?f:"")} • ${null!==(T=null==ge?void 0:ge.templateCategory)&&void 0!==T?T:""}`:"",onBackPress:()=>{if(null==ne?void 0:ne.show)return Je(!0),void Xe(!1);null==q||q()},modalHeaderStyles:{borderBottom:`1px solid ${o.COLORS.stroke.primary}`}},{children:[e.jsx(p.default,{variableListFromProps:H,showSampleValues:_,showVariableMapping:y,channel:I,whatsappSpecificPickerMeta:k,showVariableModal:V,discountCode:N,setDiscountCode:O,variableListForImage:F&&(null==F?void 0:F.length)>0?F:Fe,fileName:J,setFileName:e=>{null==K||K(e)},skipDefaultVariableContent:te}),j?e.jsx(u.default,{isWhatsappCarousel:null!=ue&&ue,onSelect:function(){var e;if((null==qe?void 0:qe.length)<1&&ce)return void Ee(!0);if(Object.keys(Ze).length>0&&Y!==n.POD.CHATBOT)return void Ee(!0);const t=null==j?void 0:j(ge,ke,null!=he?he:"",qe);Pe(null!==(e=null==t?void 0:t.templateErrorIndexes)&&void 0!==e?e:{body:[],buttons:[]}),(null==t?void 0:t.errorIndexes)||(null==t?void 0:t.error)?((null==t?void 0:t.errorIndexes)&&fe(t.errorIndexes),(null==t?void 0:t.error)&&Ee(!!(null==t?void 0:t.error))):He(!0)},footerButtonText:re,footerInfoText:se}):e.jsx(e.Fragment,{})]}))}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("lodash/cloneDeep"),l=require("react"),a=require("../../utils/StringUtils.js"),o=require("../../constants/Theme.js"),i=require("../modals/styledModal.js"),r=require("../template-preview/helpers/templateMiscHelper.js"),s=require("../template-preview/models/Channels.js"),n=require("../template-preview/models/WhatsAppTemplate.js"),d=require("./context/templateModalContext.js"),u=require("./modalElements/Footer.js"),c=require("./modalElements/TemplateAnalyticsComponent.js"),p=require("./modalElements/TemplateSelectModalContent.js"),v=require("./utils/convertPlaceholdersToBikDropdown.js");function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var C=m(t);exports.TemplateContextMapper=t=>{var m,h,b,S,f,E,x,T;const{selectedTemplate:P,closeDialog:g,showVariableMapping:y,channel:I,htmlContent:j,templateVariables:D,onTemplateSelect:L,globalPlaceholders:w,showOnlyContent:A,whatsappSpecificPickerMeta:k,zIndex:M,showVariableModal:V,variableList:H,discountCode:N,setDiscountCode:O,onBackPress:q,enabledCustomText:B,variableListForImage:F,showSampleValues:_,disableEditVariable:W,pod:Y,extras:R,pickerConf:$,selectedCarouselProducts:z,disableEditExpiry:Q,cardWidth:U,onDeleteSelectedProducts:G,fileName:J,setFileName:K,hideDeviceContainerInPreview:X,maxCharLimit:Z,onDefaultVariableSelect:ee,skipDefaultVariableContent:te,disableDatePicker:le,disableCopyCode:ae,initialExpiryDateTime:oe,showDiscountCodeExpiryInfo:ie,footerButtonText:re,footerInfoText:se,templateAnalytics:ne}=t;l.useEffect((()=>{be(j)}),[j]);const de=r.determineCardIndex(I),ue=r.isItCarousal(I,P),ce=null==P?void 0:P.isProductCarouselType,[pe,ve]=l.useState(I===s.CHANNEL_TYPE.EMAIL||I==s.CHANNEL_TYPE.WEBPUSH||ue?"desktop":"mobile"),[me,Ce]=l.useState(!1),[he,be]=l.useState(j),[Se,fe]=l.useState(!1),[Ee,xe]=l.useState([]),[Te,Pe]=l.useState({}),[ge,ye]=l.useState(P),[Ie,je]=l.useState([]),[De,Le]=l.useState(null),[we,Ae]=l.useState(!1),[ke,Me]=l.useState(null!=D?D:[]),[Ve,He]=l.useState(!1),[Ne,Oe]=l.useState(ue?(null===(h=null===(m=null==ge?void 0:ge.mapping)||void 0===m?void 0:m.body)||void 0===h?void 0:h.length)?-1:0:-1),[qe,Be]=l.useState([]),[Fe,_e]=l.useState(void 0),We=l.useRef(null),[Ye,Re]=l.useState(!1),[$e,ze]=l.useState(!1),[Qe,Ue]=l.useState(!1),[Ge,Je]=l.useState(!0),[Ke,Xe]=l.useState(!0),[Ze,et]=l.useState({});l.useEffect((()=>{z?Be(z):ce&&Be([])}),[z]),l.useEffect((()=>{var e;if(!we&&ce&&(!z||0===Be.length)){const t=null===(e=null==ge?void 0:ge.components)||void 0===e?void 0:e[de].cards,l=[];null==t||t.forEach((e=>{var t;null===(t=null==e?void 0:e.components)||void 0===t||t.forEach((e=>{var t,a,o;"HEADER"===e.type&&l.push(null!==(o=null===(a=null===(t=e.example)||void 0===t?void 0:t.header_handle)||void 0===a?void 0:a[0])&&void 0!==o?o:"")}))})),je(l),Ae(!0)}}),[we]);const tt=l.useMemo((()=>v.convertPlaceholdersToBikDropdown(w)),[w]);return l.useEffect((()=>{_e(C.default(H))}),[H]),(null==ne?void 0:ne.show)&&Ge&&ne.templateQuality&&Object.values(n.TEMPLATE_QUALITY).find((e=>e===String(ne.templateQuality)))?e.jsx(c.TemplateAnalyticsComponent,{headingTitle:null==ge?void 0:ge.label,headingSubtitle:I===s.CHANNEL_TYPE.WHATSAPP?`${a.default.capitaliseFirstLetterOfString(null!==(b=null==ge?void 0:ge.category)&&void 0!==b?b:"")} • ${null!==(S=null==ge?void 0:ge.templateCategory)&&void 0!==S?S:""}`:"",templateAnalytics:ne,analyticsData:ne.data,onClose:()=>{null==g||g(),Je(!1),Xe(!1)},onCancel:()=>{Je(!1),Xe(!1)},onProceed:()=>{Je(!1),Xe(!0)},templateId:(null==ge?void 0:ge.templateId)||""}):e.jsx(d.TemplateModalContext.Provider,Object.assign({value:{hideFooterButton:Qe,setHideFooterButton:Ue,hideCrossButton:$e,setHideCrossButton:ze,variableList:Fe,setVariableList:_e,variableCallback:De,setVariableCallback:Le,showVariablePicker:me,setShowVariablePicker:Ce,template:ge,setTemplate:ye,device:pe,setDevice:ve,display_content:he,setDisplayContent:be,originalVariableList:ke,setOriginalVariableList:Me,isError:Se,setIsError:fe,channel:I,globalNormalizedPlaceholders:tt,templateSelectionTriggered:Ve,setTemplateSelectionTriggered:He,enabledCustomText:B,disableEditVariable:W,pod:Y,extras:R,isWhatsappCarousel:ue,selectedCarouselIndex:Ne,setSelectedCarouselIndex:Oe,isProductCarouselType:ce,templateErrorIndexes:Te,cardCount:ue?null===(E=null===(f=P.components)||void 0===f?void 0:f[de].cards)||void 0===E?void 0:E.length:void 0,errorIndexes:Ee,setErrorIndexes:xe,pickerConf:$,carouselProducts:qe,setCarouselProducts:Be,disableEditExpiry:Q,cardWidth:U,cardImages:Ie,onDeleteSelectedProducts:G,hideDeviceContainerInPreview:X,sliderRef:We,isCarouselHovered:Ye,setIsCarouselHovered:Re,maxCharLimit:Z,ctaOptionsErrors:Ze,setCtaOptionsErrors:et,onDefaultVariableSelect:ee,disableDatePicker:le,disableCopyCode:ae,initialExpiryDateTime:oe,showDiscountCodeExpiryInfo:ie,cardIndex:de}},{children:A?e.jsx(p.default,{variableListFromProps:H,channel:s.CHANNEL_TYPE.EMAIL,hideHeader:!0}):e.jsxs(i.StyledModal,Object.assign({hideCrossButton:$e,zIndex:M,centralContainerStyles:{width:ue?900:I===s.CHANNEL_TYPE.EMAIL&&y?1e3:800},open:Ke,onClose:()=>{Xe(!1),null==g||g()},headingTitle:null==ge?void 0:ge.label,headingSubtitle:I===s.CHANNEL_TYPE.WHATSAPP||r.isRCSChannel(I)?`${a.default.capitaliseFirstLetterOfString(null!==(x=null==ge?void 0:ge.category)&&void 0!==x?x:"")} • ${null!==(T=null==ge?void 0:ge.templateCategory)&&void 0!==T?T:""}`:"",onBackPress:()=>{if(null==ne?void 0:ne.show)return Je(!0),void Xe(!1);null==q||q()},modalHeaderStyles:{borderBottom:`1px solid ${o.COLORS.stroke.primary}`}},{children:[e.jsx(p.default,{variableListFromProps:H,showSampleValues:_,showVariableMapping:y,channel:I,whatsappSpecificPickerMeta:k,showVariableModal:V,discountCode:N,setDiscountCode:O,variableListForImage:F&&(null==F?void 0:F.length)>0?F:Fe,fileName:J,setFileName:e=>{null==K||K(e)},skipDefaultVariableContent:te}),L?e.jsx(u.default,{isWhatsappCarousel:null!=ue&&ue,onSelect:function(){var e;if((null==qe?void 0:qe.length)<1&&ce)return void fe(!0);if(Object.keys(Ze).length>0&&Y!==n.POD.CHATBOT)return void fe(!0);const t=null==L?void 0:L(ge,ke,null!=he?he:"",qe);Pe(null!==(e=null==t?void 0:t.templateErrorIndexes)&&void 0!==e?e:{body:[],buttons:[]}),(null==t?void 0:t.errorIndexes)||(null==t?void 0:t.error)?((null==t?void 0:t.errorIndexes)&&xe(t.errorIndexes),(null==t?void 0:t.error)&&fe(!!(null==t?void 0:t.error))):He(!0)},footerButtonText:re,footerInfoText:se}):e.jsx(e.Fragment,{})]}))}))};
@@ -1,13 +1,13 @@
1
- import { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
2
- import { VariableV3 } from "../../../helpers";
1
+ import type { ApplicationType } from '@bikdotai/bik-models/growth/models/bik-store';
2
+ import type { VariableV3 } from "../../../helpers";
3
3
  import React, { LegacyRef } from 'react';
4
4
  import Slider from 'react-slick';
5
- import { VariableListInterfaceV2 } from "../../add-variableV2";
6
- import { CarouselProduct } from "../modalElements/EditWhatsAppCarouselTemplateV2";
5
+ import type { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
7
6
  import { CHANNEL_TYPE } from "../../template-preview/models/Channels";
8
- import { globalNormalizedPlaceholdersType } from "../../template-preview/models/TemplateMeta";
9
- import { AllTemplateTypes, AllTemplateVariables } from "../../template-preview/models/types";
10
- import { ExtrasWhatsapp } from "../../template-preview/models/WhatsAppTemplate";
7
+ import type { globalNormalizedPlaceholdersType } from "../../template-preview/models/TemplateMeta";
8
+ import type { AllTemplateTypes, AllTemplateVariables } from "../../template-preview/models/types";
9
+ import type { ExtrasWhatsapp } from "../../template-preview/models/WhatsAppTemplate";
10
+ import { CarouselProduct } from '../modalElements/modal';
11
11
  export type DEVICE_TYPES = 'desktop' | 'mobile';
12
12
  export declare const TemplateModalContext: React.Context<{
13
13
  showDiscountCodeExpiryInfo?: boolean | undefined;
@@ -1,4 +1,4 @@
1
- import { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
1
+ import type { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
2
2
  export type AdditionalVariableProps = {
3
3
  variableList?: VariableListInterfaceV2[];
4
4
  categoryDisplayName: string;
@@ -1,6 +1,8 @@
1
- import { VariableListInterfaceV2 } from "../../add-variableV2";
2
- import { AllTemplateVariables, BUTTON_TYPE, CUSTOM_VARIABLE } from "../../template-preview";
3
- import { WebPushTemplateComponent, WebpushTemplateType } from "../../template-preview/models/WebpushTemplate";
1
+ import type { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
2
+ import type { CUSTOM_VARIABLE } from "../../template-preview/models/TemplateMeta";
3
+ import type { AllTemplateVariables } from "../../template-preview/models/types";
4
+ import type { WebPushTemplateComponent, WebpushTemplateType } from "../../template-preview/models/WebpushTemplate";
5
+ import { BUTTON_TYPE } from "../../template-preview/models/WhatsAppTemplate";
4
6
  declare const useWebPushTemplate: () => {
5
7
  processWebpushTemplate: (template: WebpushTemplateType, variableList: VariableListInterfaceV2[], originalVar?: AllTemplateVariables, disableEditVariable?: boolean) => Promise<{
6
8
  templateVariableMapping: {
@@ -49,7 +51,7 @@ declare const useWebPushTemplate: () => {
49
51
  redirectionLink?: string[] | undefined;
50
52
  } | undefined;
51
53
  components: WebPushTemplateComponent;
52
- whatsappSpecificPickerMeta?: import("../../template-preview").WhatsAppPickerMeta | undefined;
54
+ whatsappSpecificPickerMeta?: import("../../template-preview/models/WhatsAppTemplate").WhatsAppPickerMeta | undefined;
53
55
  };
54
56
  }>;
55
57
  isValidUrl: (url: string) => boolean;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../_virtual/_tslib.js");require("../../template-preview/TemplatePreview.js"),require("../../template-preview/WhatsApp/WhatsAppLikePreview.js"),require("../../template-preview/WhatsApp/WhatsAppLikePreviewV2.js"),require("../../../constants/Theme.js"),require("../../curtain/CurtainHelper.js"),require("../../variable-picker-v3/model.js"),require("../../template-preview/models/TemplateMeta.js");var t=require("../../template-preview/models/WhatsAppTemplate.js");require("../../template-preview/models/Channels.js");var i=require("../../template-preview/constants/TemplateConstants.js"),l=require("../../../utils/variableUtils.js");exports.default=()=>{function n(e,t,i,n){const r=t.map(((t,r)=>{const u=a(t);if(n)return{variableName:t,isEditableVariable:!1,updatedValue:t,index:r,variableValue:t,type:"string"};const s=function(e,t,i){const n=i&&i.length?i:l.extractVariables(e);if(!n||!n.length)return[];const a=[];return n.forEach(((e,i)=>{const l=o(t,`{{${e}}}`);if(l){const{actualValue:e,defaultValue:t}=l,n="{{custom.text}}"===e||"{{custom.url}}"===e;a.push({editable:n,variableVal:t,editableDefaultValues:t,variableName:e,idx:i})}})),a}(u?t:i,e);if(s.length>0){const e=s[0];return{variableName:e.variableName,isEditableVariable:!0,updatedValue:(null==e?void 0:e.updatedValue)?null==e?void 0:e.updatedValue:u?e.variableName:t,index:r,variableValue:e.variableVal,type:"string"}}return null})).filter((e=>null!==e));return r}const a=e=>e.includes("{{")&&e.includes("}}"),r=(e,t)=>e&&e.length?e.flatMap(((e,i)=>{var n;return a(e)?e.includes("editableVariable")?(null===(n=null==t?void 0:t[i])||void 0===n?void 0:n.value)||e:l.extractVariables(e).map((e=>`{{${e}}}`))||[]:e})):[];const o=(e,t)=>{for(const i of e)for(const e in i.variables){const l=i.variables[e];if(l.actualValue===t||t.includes("editableVariable")&&l.actualValue.includes("custom.text"))return l}return null};return{processWebpushTemplate:function(o,u,s,d){var b,v,c,p,m,h,f,L;return e.__awaiter(this,void 0,void 0,(function*(){const e=Object.assign({},o);e.components=function(e){let t;if("string"==typeof e)try{t=JSON.parse(e)}catch(e){console.error("Error parsing webpush component JSON:",e),t={}}else t=e;return t}(e.components);const{components:{title:V,body:g,buttons:w,icon:y,image:_},webpushBroadcastConfig:C}=e;let x={title:r(null!==(b=null==C?void 0:C.title)&&void 0!==b?b:[]),body:r(null!==(v=null==C?void 0:C.body)&&void 0!==v?v:[],null==g?void 0:g.variables),buttonsW:null!==(c=null==C?void 0:C.buttons)&&void 0!==c?c:[]};if(!e.webpushBroadcastConfig){const t=null!==(p=null==g?void 0:g.text)&&void 0!==p?p:"string"==typeof g?g:"",n=w&&(null==w?void 0:w.length)?w.map((e=>(null==e?void 0:e.websiteLink)==i.CUSTOM_URL_PLACEHOLDER?null==e?void 0:e.redirectionLink:null==e?void 0:e.websiteLink)).filter((e=>void 0!==e)):[],a=l.extractVariables(t).map(((e,t)=>{var i,l;return e.includes("editableVariable")?(null===(l=null===(i=null==g?void 0:g.variables)||void 0===i?void 0:i[t])||void 0===l?void 0:l.value)||e:`{{${e}}}`}));x={title:l.extractVariables(V).map((e=>`{{${e}}}`)),body:a,buttonsW:[]};const r={title:null!==(m=x.title)&&void 0!==m?m:[],body:null!==(h=x.body)&&void 0!==h?h:[],buttons:n,icon:y?[y]:void 0,image:_?[_]:void 0,redirectionLink:(null==g?void 0:g.redirectionLink)?[null==g?void 0:g.redirectionLink]:[]};e.webpushBroadcastConfig=r}const W=w&&w.length?w.map(((e,l)=>({type:t.BUTTON_TYPE.URL,text:null==e?void 0:e.text,url:"https://d.bik.ai/{{1}}",example:x.buttonsW&&x.buttonsW.length?a(x.buttonsW[l])?[""]:[x.buttonsW[l]]:e.redirectionLink?[e.redirectionLink]:void 0,buttonVariable:x.buttonsW&&x.buttonsW.length?a(x.buttonsW[l])?x.buttonsW[l]:i.CUSTOM_URL_PLACEHOLDER_VAR:e.websiteLink?e.websiteLink==i.CUSTOM_URL_PLACEHOLDER?i.CUSTOM_URL_PLACEHOLDER_VAR:e.websiteLink:i.CUSTOM_URL_PLACEHOLDER_VAR,index:l}))):[],k={title:n(u,x.title,V,d),body:n(u,x.body,(null==g?void 0:g.text)||"",d),buttons:W};return{templateVariableMapping:{title:(null===(f=null==s?void 0:s.title)||void 0===f?void 0:f.length)?s.title:k.title,body:(null===(L=null==s?void 0:s.body)||void 0===L?void 0:L.length)?s.body:k.body,buttons:k.buttons,icon:[],header:[]},webpushBroadcastConfig:e.webpushBroadcastConfig,template:e}}))},isValidUrl:e=>{try{return new URL(e),!0}catch(e){return!1}}}};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("../../../_virtual/_tslib.js"),e=require("../../template-preview/constants/TemplateConstants.js"),i=require("../../template-preview/models/WhatsAppTemplate.js"),l=require("../../../utils/variableUtils.js");exports.default=()=>{function n(t,e,i,n){const o=e.map(((e,o)=>{const u=a(e);if(n)return{variableName:e,isEditableVariable:!1,updatedValue:e,index:o,variableValue:e,type:"string"};const s=function(t,e,i){const n=i&&i.length?i:l.extractVariables(t);if(!n||!n.length)return[];const a=[];return n.forEach(((t,i)=>{const l=r(e,`{{${t}}}`);if(l){const{actualValue:t,defaultValue:e}=l,n="{{custom.text}}"===t||"{{custom.url}}"===t;a.push({editable:n,variableVal:e,editableDefaultValues:e,variableName:t,idx:i})}})),a}(u?e:i,t);if(s.length>0){const t=s[0];return{variableName:t.variableName,isEditableVariable:!0,updatedValue:(null==t?void 0:t.updatedValue)?null==t?void 0:t.updatedValue:u?t.variableName:e,index:o,variableValue:t.variableVal,type:"string"}}return null})).filter((t=>null!==t));return o}const a=t=>t.includes("{{")&&t.includes("}}"),o=(t,e)=>t&&t.length?t.flatMap(((t,i)=>{var n;return a(t)?t.includes("editableVariable")?(null===(n=null==e?void 0:e[i])||void 0===n?void 0:n.value)||t:l.extractVariables(t).map((t=>`{{${t}}}`))||[]:t})):[];const r=(t,e)=>{for(const i of t)for(const t in i.variables){const l=i.variables[t];if(l.actualValue===e||e.includes("editableVariable")&&l.actualValue.includes("custom.text"))return l}return null};return{processWebpushTemplate:function(r,u,s,d){var b,c,v,p,f,m,L,V;return t.__awaiter(this,void 0,void 0,(function*(){const t=Object.assign({},r);t.components=function(t){let e;if("string"==typeof t)try{e=JSON.parse(t)}catch(t){console.error("Error parsing webpush component JSON:",t),e={}}else e=t;return e}(t.components);const{components:{title:h,body:g,buttons:y,icon:_,image:x},webpushBroadcastConfig:C}=t;let w={title:o(null!==(b=null==C?void 0:C.title)&&void 0!==b?b:[]),body:o(null!==(c=null==C?void 0:C.body)&&void 0!==c?c:[],null==g?void 0:g.variables),buttonsW:null!==(v=null==C?void 0:C.buttons)&&void 0!==v?v:[]};if(!t.webpushBroadcastConfig){const i=null!==(p=null==g?void 0:g.text)&&void 0!==p?p:"string"==typeof g?g:"",n=y&&(null==y?void 0:y.length)?y.map((t=>(null==t?void 0:t.websiteLink)==e.CUSTOM_URL_PLACEHOLDER?null==t?void 0:t.redirectionLink:null==t?void 0:t.websiteLink)).filter((t=>void 0!==t)):[],a=l.extractVariables(i).map(((t,e)=>{var i,l;return t.includes("editableVariable")?(null===(l=null===(i=null==g?void 0:g.variables)||void 0===i?void 0:i[e])||void 0===l?void 0:l.value)||t:`{{${t}}}`}));w={title:l.extractVariables(h).map((t=>`{{${t}}}`)),body:a,buttonsW:[]};const o={title:null!==(f=w.title)&&void 0!==f?f:[],body:null!==(m=w.body)&&void 0!==m?m:[],buttons:n,icon:_?[_]:void 0,image:x?[x]:void 0,redirectionLink:(null==g?void 0:g.redirectionLink)?[null==g?void 0:g.redirectionLink]:[]};t.webpushBroadcastConfig=o}const E=y&&y.length?y.map(((t,l)=>({type:i.BUTTON_TYPE.URL,text:null==t?void 0:t.text,url:"https://d.bik.ai/{{1}}",example:w.buttonsW&&w.buttonsW.length?a(w.buttonsW[l])?[""]:[w.buttonsW[l]]:t.redirectionLink?[t.redirectionLink]:void 0,buttonVariable:w.buttonsW&&w.buttonsW.length?a(w.buttonsW[l])?w.buttonsW[l]:e.CUSTOM_URL_PLACEHOLDER_VAR:t.websiteLink?t.websiteLink==e.CUSTOM_URL_PLACEHOLDER?e.CUSTOM_URL_PLACEHOLDER_VAR:t.websiteLink:e.CUSTOM_URL_PLACEHOLDER_VAR,index:l}))):[],O={title:n(u,w.title,h,d),body:n(u,w.body,(null==g?void 0:g.text)||"",d),buttons:E};return{templateVariableMapping:{title:(null===(L=null==s?void 0:s.title)||void 0===L?void 0:L.length)?s.title:O.title,body:(null===(V=null==s?void 0:s.body)||void 0===V?void 0:V.length)?s.body:O.body,buttons:O.buttons,icon:[],header:[]},webpushBroadcastConfig:t.webpushBroadcastConfig,template:t}}))},isValidUrl:t=>{try{return new URL(t),!0}catch(t){return!1}}}};
@@ -1,5 +1,5 @@
1
- import { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
2
- import { WhatsAppPickerMeta } from "../../template-preview/models/WhatsAppTemplate";
1
+ import type { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
2
+ import type { WhatsAppPickerMeta } from "../../template-preview/models/WhatsAppTemplate";
3
3
  export interface BodyProps {
4
4
  showVariableMapping: boolean;
5
5
  showOnlyContent?: boolean;
@@ -1,22 +1,22 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");require("../../curtain/CurtainHelper.js");var a=require("../../variable-picker-v3/model.js"),t=require("lodash"),i=require("react"),l=require("styled-components"),r=require("../../carousel-preview/CarouselPreview.js"),s=require("./EditWhatsAppCarouselTemplateV2.js"),o=require("../../template-preview/TemplatePreview.js");require("../../template-preview/WhatsApp/WhatsAppLikePreview.js"),require("../../template-preview/WhatsApp/WhatsAppLikePreviewV2.js");var n=require("../../../constants/Theme.js");require("../../template-preview/models/TemplateMeta.js"),require("../../template-preview/models/WhatsAppTemplate.js");var p=require("../../template-preview/models/Channels.js"),d=require("../../TypographyStyle.js"),u=require("../../variable-picker-v3/VariablePicker.js"),c=require("../context/templateModalContext.js"),h=require("../utils/constants.js"),m=require("../utils/getVariableNameEmail.js"),C=require("../utils/highlightFor.js"),v=require("./DesktopPreview.js"),P=require("./EditWebpushTemplate.js"),w=require("./EditWhatsAppTemplateV2.js"),E=require("./MobilePreview.js"),b=require("./VariableConnectorsPanel.js");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var x=f(l);const A=x.default.div`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");require("../../curtain/CurtainHelper.js");var a=require("../../variable-picker-v3/model.js"),t=require("lodash/cloneDeep"),i=require("react"),l=require("styled-components"),r=require("../../carousel-preview/CarouselPreview.js"),o=require("./EditWhatsAppCarouselTemplateV2.js"),s=require("../../template-preview/TemplatePreview.js"),n=require("../../template-preview/models/Channels.js"),d=require("../../TypographyStyle.js"),p=require("../../variable-picker-v3/VariablePicker.js"),u=require("../../../constants/Theme.js"),c=require("../context/templateModalContext.js"),h=require("../utils/constants.js"),C=require("../utils/getVariableNameEmail.js"),m=require("../utils/highlightFor.js"),P=require("./DesktopPreview.js"),E=require("./EditWebpushTemplate.js"),v=require("./EditWhatsAppTemplateV2.js"),w=require("./MobilePreview.js"),b=require("./VariableConnectorsPanel.js");function f(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var x=f(t),N=f(l);const g=N.default.div`
2
2
  display: flex;
3
3
  // height: 100%;
4
- `,j=x.default.div`
4
+ `,j=N.default.div`
5
5
  max-width: 450px;
6
- max-width: ${e=>e.channel===p.CHANNEL_TYPE.EMAIL?"400px":"450px"};
6
+ max-width: ${e=>e.channel===n.CHANNEL_TYPE.EMAIL?"400px":"450px"};
7
7
 
8
- height: ${e=>e.channel===p.CHANNEL_TYPE.WHATSAPP?"500px":"475px"};
8
+ height: ${e=>e.channel===n.CHANNEL_TYPE.WHATSAPP?"500px":"475px"};
9
9
  overflow-y: auto;
10
10
  padding-bottom: 24px;
11
- border-left: ${n.COLORS.stroke.primary} 1px solid;
12
- border-top: ${e=>e.isWhatsappCarousel?`${n.COLORS.stroke.primary} 1px solid`:void 0};
11
+ border-left: ${u.COLORS.stroke.primary} 1px solid;
12
+ border-top: ${e=>e.isWhatsappCarousel?`${u.COLORS.stroke.primary} 1px solid`:void 0};
13
13
  ${e=>!e.showVariableMapping&&"width: 340px; height: 500px"};
14
- `,N=x.default.div`
14
+ `,A=N.default.div`
15
15
  padding: ${e=>e.isWhatsappCarousel?void 0:e.showOnlyContent?"16px 14px":"16px 32px"};
16
16
  flex: 1;
17
17
  height: ${e=>e.isWhatsappCarousel||e.hideDeviceContainerInPreview?"500px":"475px"};
18
18
  overflow-y: auto;
19
- background-image: ${e=>e.hideDeviceContainerInPreview&&e.channel===p.CHANNEL_TYPE.WHATSAPP?`url(${h.BACKGROUND_PREVIEW_IMAGE});`:"none"};
20
- display: ${e=>!e.hideDeviceContainerInPreview||e.channel!==p.CHANNEL_TYPE.WHATSAPP&&e.channel!==p.CHANNEL_TYPE.RCS?"initial":"flex"};
19
+ background-image: ${e=>e.hideDeviceContainerInPreview&&e.channel===n.CHANNEL_TYPE.WHATSAPP?`url(${h.BACKGROUND_PREVIEW_IMAGE});`:"none"};
20
+ display: ${e=>!e.hideDeviceContainerInPreview||e.channel!==n.CHANNEL_TYPE.WHATSAPP&&e.channel!==n.CHANNEL_TYPE.RCS?"initial":"flex"};
21
21
  align-items: flex-start;
22
- `;exports.default=l=>{const{showVariableMapping:h,showOnlyContent:f,whatsappSpecificPickerMeta:x,showVariableModal:T,discountCode:g,setDiscountCode:S,variableListForImage:L,showSampleValues:y,variableListFromProps:H,fileName:k,setFileName:V,skipDefaultVariableContent:_}=l,W=i.useRef(),q=i.useRef(),{variableList:M,setVariableList:D,variableCallback:O,showVariablePicker:Y,setShowVariablePicker:I,device:B,display_content:R,channel:F,template:$,setTemplate:G,isWhatsappCarousel:U,isProductCarouselType:K,hideDeviceContainerInPreview:z,onDefaultVariableSelect:J}=c.useTemplateModalContext();const Q=e=>{let a=0;for(;e;)a+=e.offsetTop,e=e.offsetParent;return a};return e.jsxs(A,{children:[e.jsx(N,Object.assign({showOnlyContent:f,showVariableMapping:h,isWhatsappCarousel:U,hideDeviceContainerInPreview:z,channel:F,skipDefaultVariableContent:_},{children:"mobile"===B?e.jsx(E.default,{ref:q,display_content:null!=R?R:"",channel:F,template:$,showSampleValues:y}):F!==p.CHANNEL_TYPE.WHATSAPP&&F!==p.CHANNEL_TYPE.RCS||!U?F===p.CHANNEL_TYPE.WEBPUSH?e.jsx(o.TemplatePreview,{showSampleValues:y,channel:F,hideHeader:!0,template:$}):F!==p.CHANNEL_TYPE.MESSAGE?e.jsx(v.default,{ref:W,channel:F,display_content:null!=R?R:"",showSampleValues:y}):e.jsx(e.Fragment,{}):e.jsx(r.CarouselPreview,{ref:W,channel:F,template:$,showSampleValues:y,isPreview:!1,showArrows:!0})})),(K||h)&&e.jsxs(j,Object.assign({channel:F,isWhatsappCarousel:U,showVariableMapping:!0},{children:[e.jsx("div",Object.assign({style:{height:"100%",width:"whatsapp"===F?428:400,display:Y?"block":"none"}},{children:e.jsx(u.VariablePicker,{hideHeaderCross:!0,showHeader:!0,showBackButton:!0,onBackButtonClick:()=>{D(t.cloneDeep(H)),I(!1)},onSelect:e=>{O(e),D(t.cloneDeep(H)),I(!1)},type:a.PickerType.EMBEDDED,data:null!=M?M:[],onDefaultVariableSelect:J,skipDefaultVariableContent:_},Math.random())})),e.jsx("div",Object.assign({style:{padding:"16px 14px",width:"whatsapp"===F||"webpush"==F||"rcs"==F?428:400,display:Y?"none":"block"}},{children:F!==p.CHANNEL_TYPE.WHATSAPP&&F!==(null===p.CHANNEL_TYPE||void 0===p.CHANNEL_TYPE?void 0:p.CHANNEL_TYPE.RCS)?F==p.CHANNEL_TYPE.WEBPUSH?e.jsx(P.default,{whatsappSpecificPickerMeta:x,template:$,onTemplateChange:e=>{null==G||G(e)},showVariableModal:T}):e.jsx(b.default,{onFocus:F===p.CHANNEL_TYPE.EMAIL?function(e){var a,t,i;const l=null===document||void 0===document?void 0:document.getElementById("mobile"===B?"template_html_mobile":"template_html_desktop"),r=m.getVariableNameForEmailByIndex(e+1),s=F===p.CHANNEL_TYPE.EMAIL?null===(a=null==l?void 0:l.contentWindow)||void 0===a?void 0:a.document.getElementById(r):document.getElementById(r),o=Q(s),d=null==s?void 0:s.offsetLeft;"desktop"===B?o&&W.current&&(null===(t=null==l?void 0:l.contentWindow)||void 0===t||t.scrollTo(null!=d?d:0,o),C.highlightFor(r,n.COLORS.background.warning.light,2,F,B)):o&&q.current&&(null===(i=null==l?void 0:l.contentWindow)||void 0===i||i.scrollTo(null!=d?d:0,o),C.highlightFor(r,n.COLORS.background.warning.light,2,F,B))}:void 0,showVariableModal:T,discountCode:g,setDiscountCode:S}):F!==p.CHANNEL_TYPE.WHATSAPP&&F!==p.CHANNEL_TYPE.RCS||!U?e.jsx(w.default,{whatsappSpecificPickerMeta:x,template:$,onTemplateChange:e=>{null==G||G(e)},showVariableModal:T,variableListForImage:L,discountCode:g,setDiscountCode:S,fileName:k,setFileName:V}):e.jsx(s.default,{whatsappSpecificPickerMeta:x,template:$,showVariableModal:T,variableListForImage:L,discountCode:g,setDiscountCode:S})}))]})),[p.CHANNEL_TYPE.WHATSAPP,p.CHANNEL_TYPE.SMS].includes(F)&&!h&&!K&&e.jsx(j,{children:e.jsx(d.BodySecondary,Object.assign({color:n.COLORS.content.secondary,style:{fontStyle:"italic"}},{children:"Click on ‘Select template’ below to use it"}))})]})};
22
+ `;exports.default=t=>{const{showVariableMapping:l,showOnlyContent:h,whatsappSpecificPickerMeta:f,showVariableModal:N,discountCode:T,setDiscountCode:S,variableListForImage:L,showSampleValues:y,variableListFromProps:H,fileName:_,setFileName:V,skipDefaultVariableContent:k}=t,M=i.useRef(),q=i.useRef(),{variableList:W,setVariableList:D,variableCallback:O,showVariablePicker:Y,setShowVariablePicker:I,device:B,display_content:R,channel:F,template:$,setTemplate:G,isWhatsappCarousel:U,isProductCarouselType:K,hideDeviceContainerInPreview:z,onDefaultVariableSelect:J}=c.useTemplateModalContext();const Q=e=>{let a=0;for(;e;)a+=e.offsetTop,e=e.offsetParent;return a};return e.jsxs(g,{children:[e.jsx(A,Object.assign({showOnlyContent:h,showVariableMapping:l,isWhatsappCarousel:U,hideDeviceContainerInPreview:z,channel:F,skipDefaultVariableContent:k},{children:"mobile"===B?e.jsx(w.default,{ref:q,display_content:null!=R?R:"",channel:F,template:$,showSampleValues:y}):F!==n.CHANNEL_TYPE.WHATSAPP&&F!==n.CHANNEL_TYPE.RCS||!U?F===n.CHANNEL_TYPE.WEBPUSH?e.jsx(s.TemplatePreview,{showSampleValues:y,channel:F,hideHeader:!0,template:$}):F!==n.CHANNEL_TYPE.MESSAGE?e.jsx(P.default,{ref:M,channel:F,display_content:null!=R?R:"",showSampleValues:y}):e.jsx(e.Fragment,{}):e.jsx(r.CarouselPreview,{ref:M,channel:F,template:$,showSampleValues:y,isPreview:!1,showArrows:!0})})),(K||l)&&e.jsxs(j,Object.assign({channel:F,isWhatsappCarousel:U,showVariableMapping:!0},{children:[e.jsx("div",Object.assign({style:{height:"100%",width:"whatsapp"===F?428:400,display:Y?"block":"none"}},{children:e.jsx(p.VariablePicker,{hideHeaderCross:!0,showHeader:!0,showBackButton:!0,onBackButtonClick:()=>{D(x.default(H)),I(!1)},onSelect:e=>{O(e),D(x.default(H)),I(!1)},type:a.PickerType.EMBEDDED,data:null!=W?W:[],onDefaultVariableSelect:J,skipDefaultVariableContent:k},Math.random())})),e.jsx("div",Object.assign({style:{padding:"16px 14px",width:"whatsapp"===F||"webpush"==F||"rcs"==F?428:400,display:Y?"none":"block"}},{children:F!==n.CHANNEL_TYPE.WHATSAPP&&F!==(null===n.CHANNEL_TYPE||void 0===n.CHANNEL_TYPE?void 0:n.CHANNEL_TYPE.RCS)?F==n.CHANNEL_TYPE.WEBPUSH?e.jsx(E.default,{whatsappSpecificPickerMeta:f,template:$,onTemplateChange:e=>{null==G||G(e)},showVariableModal:N}):e.jsx(b.default,{onFocus:F===n.CHANNEL_TYPE.EMAIL?function(e){var a,t,i;const l=null===document||void 0===document?void 0:document.getElementById("mobile"===B?"template_html_mobile":"template_html_desktop"),r=C.getVariableNameForEmailByIndex(e+1),o=F===n.CHANNEL_TYPE.EMAIL?null===(a=null==l?void 0:l.contentWindow)||void 0===a?void 0:a.document.getElementById(r):document.getElementById(r),s=Q(o),d=null==o?void 0:o.offsetLeft;"desktop"===B?s&&M.current&&(null===(t=null==l?void 0:l.contentWindow)||void 0===t||t.scrollTo(null!=d?d:0,s),m.highlightFor(r,u.COLORS.background.warning.light,2,F,B)):s&&q.current&&(null===(i=null==l?void 0:l.contentWindow)||void 0===i||i.scrollTo(null!=d?d:0,s),m.highlightFor(r,u.COLORS.background.warning.light,2,F,B))}:void 0,showVariableModal:N,discountCode:T,setDiscountCode:S}):F!==n.CHANNEL_TYPE.WHATSAPP&&F!==n.CHANNEL_TYPE.RCS||!U?e.jsx(v.default,{whatsappSpecificPickerMeta:f,template:$,onTemplateChange:e=>{null==G||G(e)},showVariableModal:N,variableListForImage:L,discountCode:T,setDiscountCode:S,fileName:_,setFileName:V}):e.jsx(o.default,{whatsappSpecificPickerMeta:f,template:$,showVariableModal:N,variableListForImage:L,discountCode:T,setDiscountCode:S})}))]})),[n.CHANNEL_TYPE.WHATSAPP,n.CHANNEL_TYPE.SMS].includes(F)&&!l&&!K&&e.jsx(j,{children:e.jsx(d.BodySecondary,Object.assign({color:u.COLORS.content.secondary,style:{fontStyle:"italic"}},{children:"Click on ‘Select template’ below to use it"}))})]})};
@@ -1,20 +1,20 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("react"),t=require("styled-components"),i=require("../../spinner/Spinner.js"),a=require("../../template-preview/TemplatePreview.js");require("../../template-preview/WhatsApp/WhatsAppLikePreview.js"),require("../../template-preview/WhatsApp/WhatsAppLikePreviewV2.js");var s=require("../../../constants/Theme.js");require("../../curtain/CurtainHelper.js"),require("../../variable-picker-v3/model.js"),require("../../template-preview/models/TemplateMeta.js"),require("../../template-preview/models/WhatsAppTemplate.js");var p=require("../../template-preview/models/Channels.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=l(r),o=l(t);const n=o.default.div`
2
- background: ${s.COLORS.surface.standard};
3
- border: 1px solid ${s.COLORS.stroke.primary};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("react"),t=require("styled-components"),i=require("../../spinner/Spinner.js"),a=require("../../template-preview/TemplatePreview.js"),s=require("../../template-preview/models/Channels.js"),d=require("../../../constants/Theme.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o=l(r),n=l(t);const p=n.default.div`
2
+ background: ${d.COLORS.surface.standard};
3
+ border: 1px solid ${d.COLORS.stroke.primary};
4
4
  border-radius: 8px;
5
5
  overflow-y: auto;
6
6
  /* max-height: 420px; */
7
7
  scroll-behavior: smooth;
8
8
  height: 100%;
9
- `,u=o.default.div`
9
+ `,u=n.default.div`
10
10
  padding: 18px 24px 12px;
11
11
  display: flex;
12
12
  gap: 4px;
13
13
  border-bottom-width: 1px;
14
- border-bottom-color: ${s.COLORS.stroke.primary};
15
- `,m=o.default.div`
14
+ border-bottom-color: ${d.COLORS.stroke.primary};
15
+ `,h=n.default.div`
16
16
  width: 6px;
17
17
  height: 6px;
18
18
  background: #d9d9d9;
19
19
  border-radius: 3px;
20
- `,h=d.default.forwardRef(((r,t)=>{let{display_content:s,showSampleValues:l}=r;return e.jsxs(n,Object.assign({ref:t},{children:[e.jsxs(u,{children:[e.jsx(m,{}),e.jsx(m,{}),e.jsx(m,{})]}),e.jsx("div",{children:s?e.jsx(a.TemplatePreview,{showSampleValues:l,channel:p.CHANNEL_TYPE.EMAIL,hideHeader:!0,emailSpecificMeta:{emailDisplayContent:s,hideViewButtonForEmail:!0,emailHtmlContainerId:"template_html_desktop",containerStyle:{height:441},templateContainerStyles:{height:"100%"}},hidePointerEvents:!0}):e.jsx("div",Object.assign({style:{padding:20}},{children:e.jsx(i.Spinner,{size:"small"})}))})]}))}));h.displayName="DesktopPreview",exports.default=h;
20
+ `,m=o.default.forwardRef(((r,t)=>{let{display_content:d,showSampleValues:l}=r;return e.jsxs(p,Object.assign({ref:t},{children:[e.jsxs(u,{children:[e.jsx(h,{}),e.jsx(h,{}),e.jsx(h,{})]}),e.jsx("div",{children:d?e.jsx(a.TemplatePreview,{showSampleValues:l,channel:s.CHANNEL_TYPE.EMAIL,hideHeader:!0,emailSpecificMeta:{emailDisplayContent:d,hideViewButtonForEmail:!0,emailHtmlContainerId:"template_html_desktop",containerStyle:{height:441},templateContainerStyles:{height:"100%"}},hidePointerEvents:!0}):e.jsx("div",Object.assign({style:{padding:20}},{children:e.jsx(i.Spinner,{size:"small"})}))})]}))}));m.displayName="DesktopPreview",exports.default=m;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { VariableListInterfaceV2 } from "../../add-variableV2";
3
- import { HEADER_TYPES } from "../../template-preview";
4
- import { UseEditWhatsappTemplateMediaResponse } from './useEditWhtasappTemplateMedia';
2
+ import type { VariableListInterfaceV2 } from "../../add-variableV2/AddVariableV2";
3
+ import { HEADER_TYPES } from "../../template-preview/models/TemplateMeta";
4
+ import type { UseEditWhatsappTemplateMediaResponse } from './useEditWhtasappTemplateMedia';
5
5
  interface EditMediaModalProps {
6
6
  setOpenEditMedia: React.Dispatch<React.SetStateAction<boolean>>;
7
7
  openEditMedia: boolean;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("../../../assets/icons/arrow_back.svg.js"),i=require("../../../assets/icons/info.svg.js");require("../../curtain/CurtainHelper.js");var s=require("../../variable-picker-v3/model.js"),a=require("react"),r=require("../../button/Button.js"),o=require("../../image-cropper/BikImageCropper.js");require("../../image-compress/ImageCompress.js"),require("../../states/StateComponent.js"),require("../../../_virtual/_tslib.js"),require("../../../constants/zindex.js"),require("../../modals/styledModal.js");var l=require("../../spinner/Spinner.js"),n=require("../../input-with-vars/InputWithVariables.js");require("../../template-preview/TemplatePreview.js"),require("../../template-preview/WhatsApp/WhatsAppLikePreview.js"),require("../../template-preview/WhatsApp/WhatsAppLikePreviewV2.js");var d=require("../../../constants/Theme.js"),p=require("../../template-preview/models/TemplateMeta.js"),c=require("../../template-preview/models/WhatsAppTemplate.js");require("../../template-preview/models/Channels.js");var u=require("../../TypographyStyle.js"),g=require("../../../utils/validator.js"),m=require("../../../assets/icons/file.svg.js"),j=require("../../../assets/icons/filePdf.svg.js"),h=require("../../../assets/icons/image.svg.js"),x=require("../../../assets/icons/upload.svg.js"),E=require("../context/templateModalContext.js"),v=require("../utils/validateIsUrl.js");exports.default=b=>{let{setOpenEditMedia:f,mediaComponentFormat:y,variableListForImage:T,openEditMedia:C,uploadMedia:M,fileRef:A,useEditWhatsappTemplateMediaResponse:q,skipAddVariable:I}=b;const{pod:D,setHideCrossButton:O,setHideFooterButton:S}=E.useTemplateModalContext(),[P,R]=a.useState(""),[w,k]=a.useState(void 0),[H,L]=a.useState(!1),[_,B]=a.useState("");let V;if(a.useEffect((()=>(S(!0),()=>{S(!1)})),[]),a.useEffect((()=>{const e=document.querySelector('[class*="ModalWrapper"]');e&&k(e)}),[q.loading]),V=y===p.HEADER_TYPES.IMAGE?"image/png, image/jpeg":y===p.HEADER_TYPES.VIDEO?"video/mp4":"application/pdf",!C)return e.jsx(e.Fragment,{});const U=()=>y===p.HEADER_TYPES.IMAGE?"Image":y===p.HEADER_TYPES.VIDEO?"Video":"Document";return e.jsxs(e.Fragment,{children:[e.jsxs("div",Object.assign({style:{display:"flex",gap:"10px",alignItems:"center",marginBottom:"16px"}},{children:[e.jsx(t.default,{onClick:e=>{e.stopPropagation(),f(!1),R("")},style:{cursor:"pointer"},width:16,height:16}),e.jsx(u.TitleRegular,{children:"Update Media"})]})),e.jsxs("div",Object.assign({style:{position:"relative",padding:16,borderRadius:4,border:H?`1px dashed ${d.DEFAULT_THEME.colorsV2.stroke.negative.vibrant}`:`1px dashed ${d.DEFAULT_THEME.colorsV2.stroke.primary}`,backgroundColor:d.DEFAULT_THEME.colorsV2.surface.subdued,width:"100%",height:"100%",alignItems:"center",display:q.loading?"flex":"initial"}},{children:[e.jsxs("div",Object.assign({style:{marginBottom:24,display:"flex",justifyContent:"center",flexDirection:"column",alignItems:"center",gap:16}},{children:[q.loading?e.jsx(l.PureSpinner,{width:"40px",height:"40px",color:d.COLORS.content.brand}):e.jsx("div",Object.assign({style:{height:64,width:64,borderRadius:"100%",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:d.DEFAULT_THEME.colorsV2.background.base}},{children:y===p.HEADER_TYPES.IMAGE?e.jsx(h.default,{width:40,height:40}):y===p.HEADER_TYPES.VIDEO?e.jsx(m.default,{width:40,height:40}):e.jsx(j.default,{width:40,height:40})})),e.jsx(u.TitleMedium,{children:q.loading?"Upload in progress...":y===p.HEADER_TYPES.IMAGE?"Upload an image":y===p.HEADER_TYPES.VIDEO?"Upload a video":"Upload a document"}),e.jsx(u.BodySecondary,Object.assign({color:d.COLORS.content.secondary},{children:q.loading?`Your ${y.toLowerCase()} is getting loaded. This may take a couple of minutes.`:y===p.HEADER_TYPES.IMAGE?"JPEG/ PNG format • Max 5MB":y===p.HEADER_TYPES.VIDEO?"MP4 format video • Max 16MB":"PDF format document • Max 100MB"}))]})),!q.loading&&e.jsxs(e.Fragment,{children:[e.jsx("div",Object.assign({style:{display:"flex",flexDirection:"column",gap:"6px"}},{children:e.jsx(n.InputWithVariables,{labelText:`${U()} URL`,onPickerToggle:e=>{O(!!e)},pickerType:s.PickerType.EMBEDDED,portalElement:null!=w?w:document.body,noMaxCharCheck:!0,allowMix:!1,onChange:e=>{B(e.actualValue),L(!1)},showVarHeader:!0,varHeaderText:"Select variable",errorMessage:P,prevVariable:{actualValue:"",variableType:"string"},variablesList:T,placeHolder:I?"Enter URL":"Enter URL/Add variable",showAddButton:D!==c.POD.CAMPAIGN||!I&&y===p.HEADER_TYPES.IMAGE})})),e.jsxs("div",Object.assign({style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:"4px",marginBottom:"12px"}},{children:[e.jsx("hr",{style:{height:"2px",flex:.5,backgroundColor:"black"}}),e.jsx(u.BodyCaption,{children:"Or upload media from device"}),e.jsx("hr",{style:{height:"2px",flex:.5,backgroundColor:"black"}})]})),e.jsx("div",Object.assign({style:{display:"flex",width:"100%"}},{children:e.jsx(r.Button,{matchParentWidth:!0,buttonText:"Upload",buttonType:"dashBold",LeadingIcon:x.default,onClick:()=>{M(),L(!1)},size:"medium"})}))]}),H&&e.jsxs("div",Object.assign({style:{position:"absolute",display:"flex",alignItems:"center",bottom:-24,left:0,gap:4}},{children:[e.jsx(i.default,{width:16,height:16,color:d.COLORS.content.negative}),e.jsx(u.BodyCaption,Object.assign({style:{color:d.COLORS.content.negative}},{children:`Select ${U()}`}))]}))]})),!q.loading&&e.jsx("div",Object.assign({style:{display:"flex",justifyContent:"flex-end",marginTop:8}},{children:e.jsx(r.Button,{buttonText:`Add ${U()}`,onClick:()=>{_?g.validateURL(_)||v.isVariable(_)?(M(_),f(!1),R(""),L(!1)):R("Enter valid URL"):L(!0)}})})),e.jsx("input",{ref:A,style:{display:"none"},type:"file",onChange:q.handleImageUpload,accept:V}),!!q.selectedImage&&e.jsx(o.BikImageCropper,{aspectRatio:15/8,src:q.selectedImage,onCropComplete:q.onCropComplete,onCancel:()=>{q.setLoading(!1),q.setSelectedImage(""),A.current&&(A.current.value="")}})]})};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("../../../assets/icons/arrow_back.svg.js"),i=require("../../../assets/icons/info.svg.js");require("../../curtain/CurtainHelper.js");var a=require("../../variable-picker-v3/model.js"),s=require("react"),r=require("../../button/Button.js"),o=require("../../image-cropper/BikImageCropper.js"),n=require("../../input-with-vars/InputWithVariables.js"),l=require("../../spinner/Spinner.js"),d=require("../../template-preview/models/TemplateMeta.js"),c=require("../../template-preview/models/WhatsAppTemplate.js"),p=require("../../TypographyStyle.js"),u=require("../../../utils/validator.js"),g=require("../../../constants/Theme.js"),x=require("../../../assets/icons/file.svg.js"),E=require("../../../assets/icons/filePdf.svg.js"),m=require("../../../assets/icons/image.svg.js"),h=require("../../../assets/icons/upload.svg.js"),j=require("../context/templateModalContext.js"),b=require("../utils/validateIsUrl.js");exports.default=f=>{let{setOpenEditMedia:y,mediaComponentFormat:v,variableListForImage:T,openEditMedia:C,uploadMedia:M,fileRef:I,useEditWhatsappTemplateMediaResponse:A,skipAddVariable:D}=f;const{pod:O,setHideCrossButton:S,setHideFooterButton:R}=j.useTemplateModalContext(),[P,k]=s.useState(""),[q,H]=s.useState(void 0),[B,w]=s.useState(!1),[L,V]=s.useState("");let _;if(s.useEffect((()=>(R(!0),()=>{R(!1)})),[]),s.useEffect((()=>{const e=document.querySelector('[class*="ModalWrapper"]');e&&H(e)}),[A.loading]),_=v===d.HEADER_TYPES.IMAGE?"image/png, image/jpeg":v===d.HEADER_TYPES.VIDEO?"video/mp4":"application/pdf",!C)return e.jsx(e.Fragment,{});const U=()=>v===d.HEADER_TYPES.IMAGE?"Image":v===d.HEADER_TYPES.VIDEO?"Video":"Document";return e.jsxs(e.Fragment,{children:[e.jsxs("div",Object.assign({style:{display:"flex",gap:"10px",alignItems:"center",marginBottom:"16px"}},{children:[e.jsx(t.default,{onClick:e=>{e.stopPropagation(),y(!1),k("")},style:{cursor:"pointer"},width:16,height:16}),e.jsx(p.TitleRegular,{children:"Update Media"})]})),e.jsxs("div",Object.assign({style:{position:"relative",padding:16,borderRadius:4,border:B?`1px dashed ${g.DEFAULT_THEME.colorsV2.stroke.negative.vibrant}`:`1px dashed ${g.DEFAULT_THEME.colorsV2.stroke.primary}`,backgroundColor:g.DEFAULT_THEME.colorsV2.surface.subdued,width:"100%",height:"100%",alignItems:"center",display:A.loading?"flex":"initial"}},{children:[e.jsxs("div",Object.assign({style:{marginBottom:24,display:"flex",justifyContent:"center",flexDirection:"column",alignItems:"center",gap:16}},{children:[A.loading?e.jsx(l.PureSpinner,{width:"40px",height:"40px",color:g.COLORS.content.brand}):e.jsx("div",Object.assign({style:{height:64,width:64,borderRadius:"100%",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:g.DEFAULT_THEME.colorsV2.background.base}},{children:v===d.HEADER_TYPES.IMAGE?e.jsx(m.default,{width:40,height:40}):v===d.HEADER_TYPES.VIDEO?e.jsx(x.default,{width:40,height:40}):e.jsx(E.default,{width:40,height:40})})),e.jsx(p.TitleMedium,{children:A.loading?"Upload in progress...":v===d.HEADER_TYPES.IMAGE?"Upload an image":v===d.HEADER_TYPES.VIDEO?"Upload a video":"Upload a document"}),e.jsx(p.BodySecondary,Object.assign({color:g.COLORS.content.secondary},{children:A.loading?`Your ${v.toLowerCase()} is getting loaded. This may take a couple of minutes.`:v===d.HEADER_TYPES.IMAGE?"JPEG/ PNG format • Max 5MB":v===d.HEADER_TYPES.VIDEO?"MP4 format video • Max 16MB":"PDF format document • Max 100MB"}))]})),!A.loading&&e.jsxs(e.Fragment,{children:[e.jsx("div",Object.assign({style:{display:"flex",flexDirection:"column",gap:"6px"}},{children:e.jsx(n.InputWithVariables,{labelText:`${U()} URL`,onPickerToggle:e=>{S(!!e)},pickerType:a.PickerType.EMBEDDED,portalElement:null!=q?q:document.body,noMaxCharCheck:!0,allowMix:!1,onChange:e=>{V(e.actualValue),w(!1)},showVarHeader:!0,varHeaderText:"Select variable",errorMessage:P,prevVariable:{actualValue:"",variableType:"string"},variablesList:T,placeHolder:D?"Enter URL":"Enter URL/Add variable",showAddButton:O!==c.POD.CAMPAIGN||!D&&v===d.HEADER_TYPES.IMAGE})})),e.jsxs("div",Object.assign({style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:"4px",marginBottom:"12px"}},{children:[e.jsx("hr",{style:{height:"2px",flex:.5,backgroundColor:"black"}}),e.jsx(p.BodyCaption,{children:"Or upload media from device"}),e.jsx("hr",{style:{height:"2px",flex:.5,backgroundColor:"black"}})]})),e.jsx("div",Object.assign({style:{display:"flex",width:"100%"}},{children:e.jsx(r.Button,{matchParentWidth:!0,buttonText:"Upload",buttonType:"dashBold",LeadingIcon:h.default,onClick:()=>{M(),w(!1)},size:"medium"})}))]}),B&&e.jsxs("div",Object.assign({style:{position:"absolute",display:"flex",alignItems:"center",bottom:-24,left:0,gap:4}},{children:[e.jsx(i.default,{width:16,height:16,color:g.COLORS.content.negative}),e.jsx(p.BodyCaption,Object.assign({style:{color:g.COLORS.content.negative}},{children:`Select ${U()}`}))]}))]})),!A.loading&&e.jsx("div",Object.assign({style:{display:"flex",justifyContent:"flex-end",marginTop:8}},{children:e.jsx(r.Button,{buttonText:`Add ${U()}`,onClick:()=>{L?u.validateURL(L)||b.isVariable(L)?(M(L),y(!1),k(""),w(!1)):k("Enter valid URL"):w(!0)}})})),e.jsx("input",{ref:I,style:{display:"none"},type:"file",onChange:A.handleImageUpload,accept:_}),!!A.selectedImage&&e.jsx(o.BikImageCropper,{aspectRatio:15/8,src:A.selectedImage,onCropComplete:A.onCropComplete,onCancel:()=>{A.setLoading(!1),A.setSelectedImage(""),I.current&&(I.current.value="")}})]})};
@@ -1,5 +1,5 @@
1
- import { WebpushTemplateType } from "../../template-preview/models/WebpushTemplate";
2
- import { WhatsAppPickerMeta } from "../../template-preview/models/WhatsAppTemplate";
1
+ import { type WebpushTemplateType } from "../../template-preview/models/WebpushTemplate";
2
+ import type { WhatsAppPickerMeta } from "../../template-preview/models/WhatsAppTemplate";
3
3
  export interface EditWebpushTemplateV2Props {
4
4
  whatsappSpecificPickerMeta?: WhatsAppPickerMeta;
5
5
  template: WebpushTemplateType;