@bikdotai/bik-component-library 0.0.754 → 0.0.755-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/dist/cjs/assets/icons/ActiveChecklistIcon.d.ts +3 -0
  2. package/dist/cjs/assets/icons/ActiveChecklistIcon.js +1 -0
  3. package/dist/cjs/assets/icons/CheckIndicatorIcon.d.ts +1 -0
  4. package/dist/cjs/assets/icons/CheckIndicatorIcon.js +1 -0
  5. package/dist/cjs/assets/icons/CheckSquareOffset.svg.js +1 -0
  6. package/dist/cjs/assets/icons/CompletedChecklistIcon.d.ts +3 -0
  7. package/dist/cjs/assets/icons/CompletedChecklistIcon.js +1 -0
  8. package/dist/cjs/assets/icons/CustomiseIcon.d.ts +7 -0
  9. package/dist/cjs/assets/icons/CustomiseIcon.js +1 -0
  10. package/dist/cjs/assets/icons/EnableIcon.d.ts +7 -0
  11. package/dist/cjs/assets/icons/EnableIcon.js +1 -0
  12. package/dist/cjs/assets/icons/GoLiveIcon.d.ts +7 -0
  13. package/dist/cjs/assets/icons/GoLiveIcon.js +1 -0
  14. package/dist/cjs/assets/icons/HeadsetIcon.d.ts +7 -0
  15. package/dist/cjs/assets/icons/HeadsetIcon.js +1 -0
  16. package/dist/cjs/assets/icons/InactiveChecklistIcon.d.ts +3 -0
  17. package/dist/cjs/assets/icons/InactiveChecklistIcon.js +1 -0
  18. package/dist/cjs/assets/icons/ListChecksIcon.d.ts +7 -0
  19. package/dist/cjs/assets/icons/ListChecksIcon.js +1 -0
  20. package/dist/cjs/assets/icons/MarketingIcon.d.ts +6 -0
  21. package/dist/cjs/assets/icons/MarketingIcon.js +1 -0
  22. package/dist/cjs/assets/icons/MarketingIconSmall.d.ts +6 -0
  23. package/dist/cjs/assets/icons/MarketingIconSmall.js +1 -0
  24. package/dist/cjs/assets/icons/MarketingIconTab.d.ts +6 -0
  25. package/dist/cjs/assets/icons/MarketingIconTab.js +1 -0
  26. package/dist/cjs/assets/icons/NudgesIcon.d.ts +7 -0
  27. package/dist/cjs/assets/icons/NudgesIcon.js +1 -0
  28. package/dist/cjs/assets/icons/OnboardingLogo.d.ts +7 -0
  29. package/dist/cjs/assets/icons/OnboardingLogo.js +1 -0
  30. package/dist/cjs/assets/icons/OrderTrackingIcon.d.ts +7 -0
  31. package/dist/cjs/assets/icons/OrderTrackingIcon.js +1 -0
  32. package/dist/cjs/assets/icons/ProgressBadgeIcon.d.ts +3 -0
  33. package/dist/cjs/assets/icons/ProgressBadgeIcon.js +1 -0
  34. package/dist/cjs/assets/icons/ShoppingIcon.d.ts +7 -0
  35. package/dist/cjs/assets/icons/ShoppingIcon.js +1 -0
  36. package/dist/cjs/assets/icons/SmallCheckIcon.d.ts +3 -0
  37. package/dist/cjs/assets/icons/SmallCheckIcon.js +1 -0
  38. package/dist/cjs/assets/icons/SupportIcon.d.ts +7 -0
  39. package/dist/cjs/assets/icons/SupportIcon.js +1 -0
  40. package/dist/cjs/assets/icons/SupportIconSmall.d.ts +6 -0
  41. package/dist/cjs/assets/icons/SupportIconSmall.js +1 -0
  42. package/dist/cjs/assets/icons/SupportIconTab.d.ts +6 -0
  43. package/dist/cjs/assets/icons/SupportIconTab.js +1 -0
  44. package/dist/cjs/assets/icons/TrainingIcon.d.ts +7 -0
  45. package/dist/cjs/assets/icons/TrainingIcon.js +1 -0
  46. package/dist/cjs/assets/icons/actionButton.svg.js +1 -0
  47. package/dist/cjs/assets/icons/alarm.svg.js +1 -0
  48. package/dist/cjs/assets/icons/bik_ai_stars_icon.svg.js +1 -0
  49. package/dist/cjs/assets/icons/brand_home.svg.js +1 -0
  50. package/dist/cjs/assets/icons/chat.svg.js +1 -0
  51. package/dist/cjs/assets/icons/circular-cross-icon.svg.js +1 -0
  52. package/dist/cjs/assets/icons/grid.svg.js +1 -0
  53. package/dist/cjs/assets/icons/home.svg.js +1 -0
  54. package/dist/cjs/assets/icons/hover_home.svg.js +1 -0
  55. package/dist/cjs/assets/icons/index.d.ts +163 -0
  56. package/dist/cjs/assets/icons/list.svg.js +1 -0
  57. package/dist/cjs/assets/icons/paperclip.svg.js +1 -0
  58. package/dist/cjs/assets/icons/pointer.svg.js +1 -0
  59. package/dist/cjs/assets/icons/profile.svg.js +1 -0
  60. package/dist/cjs/assets/icons/retry.svg.js +1 -0
  61. package/dist/cjs/assets/icons/send.svg.js +1 -0
  62. package/dist/cjs/assets/icons/smile_emoji.svg.js +1 -0
  63. package/dist/cjs/assets/icons/video_camcorder.svg.js +1 -0
  64. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.d.ts +10 -0
  65. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.js +1 -0
  66. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.d.ts +75 -0
  67. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.js +1 -0
  68. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.style.d.ts +32 -0
  69. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.style.js +133 -0
  70. package/dist/cjs/components/ProgressChecklist/ProgressStepper.d.ts +15 -0
  71. package/dist/cjs/components/ProgressChecklist/ProgressStepper.js +1 -0
  72. package/dist/cjs/components/ProgressChecklist/SimpleChecklistItem.d.ts +21 -0
  73. package/dist/cjs/components/ProgressChecklist/SimpleChecklistItem.js +1 -0
  74. package/dist/cjs/components/ProgressChecklist/index.d.ts +2 -0
  75. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  76. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  77. package/dist/cjs/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  78. package/dist/cjs/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  79. package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  80. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.d.ts +23 -0
  81. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.js +1 -0
  82. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.stories.d.ts +12 -0
  83. package/dist/cjs/components/post-live-checklist/index.d.ts +2 -0
  84. package/dist/cjs/components/post-live-checklist-item/PostLiveChecklistItem.d.ts +10 -0
  85. package/dist/cjs/components/post-live-checklist-item/PostLiveChecklistItem.js +1 -0
  86. package/dist/cjs/components/post-live-checklist-item/index.d.ts +1 -0
  87. package/dist/cjs/index.d.ts +4 -0
  88. package/dist/cjs/index.js +1 -1
  89. package/dist/esm/assets/icons/ActiveChecklistIcon.d.ts +3 -0
  90. package/dist/esm/assets/icons/ActiveChecklistIcon.js +1 -0
  91. package/dist/esm/assets/icons/CheckIndicatorIcon.d.ts +1 -0
  92. package/dist/esm/assets/icons/CheckIndicatorIcon.js +1 -0
  93. package/dist/esm/assets/icons/CheckSquareOffset.svg.js +1 -0
  94. package/dist/esm/assets/icons/CompletedChecklistIcon.d.ts +3 -0
  95. package/dist/esm/assets/icons/CompletedChecklistIcon.js +1 -0
  96. package/dist/esm/assets/icons/CustomiseIcon.d.ts +7 -0
  97. package/dist/esm/assets/icons/CustomiseIcon.js +1 -0
  98. package/dist/esm/assets/icons/EnableIcon.d.ts +7 -0
  99. package/dist/esm/assets/icons/EnableIcon.js +1 -0
  100. package/dist/esm/assets/icons/GoLiveIcon.d.ts +7 -0
  101. package/dist/esm/assets/icons/GoLiveIcon.js +1 -0
  102. package/dist/esm/assets/icons/HeadsetIcon.d.ts +7 -0
  103. package/dist/esm/assets/icons/HeadsetIcon.js +1 -0
  104. package/dist/esm/assets/icons/InactiveChecklistIcon.d.ts +3 -0
  105. package/dist/esm/assets/icons/InactiveChecklistIcon.js +1 -0
  106. package/dist/esm/assets/icons/ListChecksIcon.d.ts +7 -0
  107. package/dist/esm/assets/icons/ListChecksIcon.js +1 -0
  108. package/dist/esm/assets/icons/MarketingIcon.d.ts +6 -0
  109. package/dist/esm/assets/icons/MarketingIcon.js +1 -0
  110. package/dist/esm/assets/icons/MarketingIconSmall.d.ts +6 -0
  111. package/dist/esm/assets/icons/MarketingIconSmall.js +1 -0
  112. package/dist/esm/assets/icons/MarketingIconTab.d.ts +6 -0
  113. package/dist/esm/assets/icons/MarketingIconTab.js +1 -0
  114. package/dist/esm/assets/icons/NudgesIcon.d.ts +7 -0
  115. package/dist/esm/assets/icons/NudgesIcon.js +1 -0
  116. package/dist/esm/assets/icons/OnboardingLogo.d.ts +7 -0
  117. package/dist/esm/assets/icons/OnboardingLogo.js +1 -0
  118. package/dist/esm/assets/icons/OrderTrackingIcon.d.ts +7 -0
  119. package/dist/esm/assets/icons/OrderTrackingIcon.js +1 -0
  120. package/dist/esm/assets/icons/ProgressBadgeIcon.d.ts +3 -0
  121. package/dist/esm/assets/icons/ProgressBadgeIcon.js +1 -0
  122. package/dist/esm/assets/icons/ShoppingIcon.d.ts +7 -0
  123. package/dist/esm/assets/icons/ShoppingIcon.js +1 -0
  124. package/dist/esm/assets/icons/SmallCheckIcon.d.ts +3 -0
  125. package/dist/esm/assets/icons/SmallCheckIcon.js +1 -0
  126. package/dist/esm/assets/icons/SupportIcon.d.ts +7 -0
  127. package/dist/esm/assets/icons/SupportIcon.js +1 -0
  128. package/dist/esm/assets/icons/SupportIconSmall.d.ts +6 -0
  129. package/dist/esm/assets/icons/SupportIconSmall.js +1 -0
  130. package/dist/esm/assets/icons/SupportIconTab.d.ts +6 -0
  131. package/dist/esm/assets/icons/SupportIconTab.js +1 -0
  132. package/dist/esm/assets/icons/TrainingIcon.d.ts +7 -0
  133. package/dist/esm/assets/icons/TrainingIcon.js +1 -0
  134. package/dist/esm/assets/icons/actionButton.svg.js +1 -0
  135. package/dist/esm/assets/icons/alarm.svg.js +1 -0
  136. package/dist/esm/assets/icons/bik_ai_stars_icon.svg.js +1 -0
  137. package/dist/esm/assets/icons/brand_home.svg.js +1 -0
  138. package/dist/esm/assets/icons/chat.svg.js +1 -0
  139. package/dist/esm/assets/icons/circular-cross-icon.svg.js +1 -0
  140. package/dist/esm/assets/icons/grid.svg.js +1 -0
  141. package/dist/esm/assets/icons/home.svg.js +1 -0
  142. package/dist/esm/assets/icons/hover_home.svg.js +1 -0
  143. package/dist/esm/assets/icons/index.d.ts +163 -0
  144. package/dist/esm/assets/icons/list.svg.js +1 -0
  145. package/dist/esm/assets/icons/paperclip.svg.js +1 -0
  146. package/dist/esm/assets/icons/pointer.svg.js +1 -0
  147. package/dist/esm/assets/icons/profile.svg.js +1 -0
  148. package/dist/esm/assets/icons/retry.svg.js +1 -0
  149. package/dist/esm/assets/icons/send.svg.js +1 -0
  150. package/dist/esm/assets/icons/smile_emoji.svg.js +1 -0
  151. package/dist/esm/assets/icons/video_camcorder.svg.js +1 -0
  152. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.d.ts +10 -0
  153. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.js +1 -0
  154. package/dist/esm/components/ProgressChecklist/ProgressChecklist.d.ts +75 -0
  155. package/dist/esm/components/ProgressChecklist/ProgressChecklist.js +1 -0
  156. package/dist/esm/components/ProgressChecklist/ProgressChecklist.style.d.ts +32 -0
  157. package/dist/esm/components/ProgressChecklist/ProgressChecklist.style.js +133 -0
  158. package/dist/esm/components/ProgressChecklist/ProgressStepper.d.ts +15 -0
  159. package/dist/esm/components/ProgressChecklist/ProgressStepper.js +1 -0
  160. package/dist/esm/components/ProgressChecklist/SimpleChecklistItem.d.ts +21 -0
  161. package/dist/esm/components/ProgressChecklist/SimpleChecklistItem.js +1 -0
  162. package/dist/esm/components/ProgressChecklist/index.d.ts +2 -0
  163. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  164. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  165. package/dist/esm/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  166. package/dist/esm/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  167. package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  168. package/dist/esm/components/post-live-checklist/PostLiveChecklist.d.ts +23 -0
  169. package/dist/esm/components/post-live-checklist/PostLiveChecklist.js +1 -0
  170. package/dist/esm/components/post-live-checklist/PostLiveChecklist.stories.d.ts +12 -0
  171. package/dist/esm/components/post-live-checklist/index.d.ts +2 -0
  172. package/dist/esm/components/post-live-checklist-item/PostLiveChecklistItem.d.ts +10 -0
  173. package/dist/esm/components/post-live-checklist-item/PostLiveChecklistItem.js +1 -0
  174. package/dist/esm/components/post-live-checklist-item/index.d.ts +1 -0
  175. package/dist/esm/index.d.ts +4 -0
  176. package/dist/esm/index.js +1 -1
  177. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ import{__rest as C}from"../../_virtual/_tslib.js";import{jsx as r}from"react/jsx-runtime";const t=t=>{var{color:o="#616161"}=t,e=C(t,["color"]);return r("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e,{children:r("path",{d:"M2 7.33398H4C4.35362 7.33398 4.69276 7.47446 4.94281 7.72451C5.19286 7.97456 5.33333 8.3137 5.33333 8.66732V10.6673C5.33333 11.0209 5.19286 11.3601 4.94281 11.6101C4.69276 11.8602 4.35362 12.0007 4 12.0007H3.33333C2.97971 12.0007 2.64057 11.8602 2.39052 11.6101C2.14048 11.3601 2 11.0209 2 10.6673V7.33398ZM2 7.33398C2 6.54605 2.15519 5.76584 2.45672 5.03788C2.75825 4.30993 3.20021 3.64849 3.75736 3.09134C4.31451 2.53419 4.97595 2.09224 5.7039 1.79071C6.43185 1.48918 7.21207 1.33398 8 1.33398C8.78793 1.33398 9.56815 1.48918 10.2961 1.79071C11.0241 2.09224 11.6855 2.53419 12.2426 3.09134C12.7998 3.64849 13.2417 4.30993 13.5433 5.03788C13.8448 5.76584 14 6.54605 14 7.33398M14 7.33398V10.6673M14 7.33398H12C11.6464 7.33398 11.3072 7.47446 11.0572 7.72451C10.8071 7.97456 10.6667 8.3137 10.6667 8.66732V10.6673C10.6667 11.0209 10.8071 11.3601 11.0572 11.6101C11.3072 11.8602 11.6464 12.0007 12 12.0007H12.6667C13.0203 12.0007 13.3594 11.8602 13.6095 11.6101C13.8595 11.3601 14 11.0209 14 10.6673M14 10.6673V12.0007C14 12.7079 13.719 13.3862 13.219 13.8863C12.7189 14.3864 12.0406 14.6673 11.3333 14.6673H8",stroke:o,strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"})}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ color?: string;
4
+ }
5
+ declare const SupportIconTab: React.FC<IconProps>;
6
+ export default SupportIconTab;
@@ -0,0 +1 @@
1
+ import{__rest as C}from"../../_virtual/_tslib.js";import{jsx as r}from"react/jsx-runtime";const t=t=>{var{color:o="#616161"}=t,e=C(t,["color"]);return r("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e,{children:r("path",{d:"M2 7.33398H4C4.35362 7.33398 4.69276 7.47446 4.94281 7.72451C5.19286 7.97456 5.33333 8.3137 5.33333 8.66732V10.6673C5.33333 11.0209 5.19286 11.3601 4.94281 11.6101C4.69276 11.8602 4.35362 12.0007 4 12.0007H3.33333C2.97971 12.0007 2.64057 11.8602 2.39052 11.6101C2.14048 11.3601 2 11.0209 2 10.6673V7.33398ZM2 7.33398C2 6.54605 2.15519 5.76584 2.45672 5.03788C2.75825 4.30993 3.20021 3.64849 3.75736 3.09134C4.31451 2.53419 4.97595 2.09224 5.7039 1.79071C6.43185 1.48918 7.21207 1.33398 8 1.33398C8.78793 1.33398 9.56815 1.48918 10.2961 1.79071C11.0241 2.09224 11.6855 2.53419 12.2426 3.09134C12.7998 3.64849 13.2417 4.30993 13.5433 5.03788C13.8448 5.76584 14 6.54605 14 7.33398M14 7.33398V10.6673M14 7.33398H12C11.6464 7.33398 11.3072 7.47446 11.0572 7.72451C10.8071 7.97456 10.6667 8.3137 10.6667 8.66732V10.6673C10.6667 11.0209 10.8071 11.3601 11.0572 11.6101C11.3072 11.8602 11.6464 12.0007 12 12.0007H12.6667C13.0203 12.0007 13.3594 11.8602 13.6095 11.6101C13.8595 11.3601 14 11.0209 14 10.6673M14 10.6673V12.0007C14 12.7079 13.719 13.3862 13.219 13.8863C12.7189 14.3864 12.0406 14.6673 11.3333 14.6673H8",stroke:o,strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"})}))};export{t as default};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const TrainingIcon: React.FC<IconProps>;
7
+ export default TrainingIcon;
@@ -0,0 +1 @@
1
+ import{__rest as C}from"../../_virtual/_tslib.js";import{jsxs as l,jsx as o}from"react/jsx-runtime";const r=r=>{var{bgColor:t="#E0E0E0",strokeColor:e="#9E9E9E"}=r,i=C(r,["bgColor","strokeColor"]);return l("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{children:[o("circle",{cx:"18",cy:"18",r:"18",fill:t}),o("path",{d:"M20.3517 13.1999C20.4199 13.1716 20.4819 13.1302 20.5341 13.0779C20.6396 12.9724 20.6988 12.8293 20.6988 12.6802C20.6988 12.531 20.6396 12.388 20.5341 12.2825C20.2754 12.0234 19.968 11.8179 19.6297 11.6779C19.2914 11.5378 18.9287 11.4659 18.5625 11.4663C18.1964 11.4659 17.8337 11.5378 17.4954 11.6779C17.1571 11.8179 16.8497 12.0234 16.591 12.2825C16.4855 12.388 16.4262 12.531 16.4262 12.6802C16.4262 12.754 16.4408 12.8272 16.4691 12.8954C16.4973 12.9636 16.5388 13.0256 16.591 13.0779C16.6964 13.1833 16.8395 13.2426 16.9887 13.2426C17.0625 13.2426 17.1357 13.2281 17.2039 13.1998C17.2721 13.1715 17.3341 13.1301 17.3864 13.0779C17.689 12.7764 18.1013 12.5913 18.5625 12.5913C18.781 12.5908 18.9974 12.6335 19.1993 12.717C19.4012 12.8005 19.5845 12.9231 19.7387 13.0779C19.7909 13.1302 19.8529 13.1716 19.9211 13.1999C19.9894 13.2282 20.0625 13.2428 20.1364 13.2428C20.2103 13.2428 20.2834 13.2282 20.3517 13.1999Z",fill:e}),o("path",{d:"M12.6704 13.6224C13.0568 13.196 13.5062 12.8312 14.0029 12.5407C14.1317 12.4654 14.2852 12.4444 14.4295 12.4823C14.5009 12.501 14.568 12.5337 14.6268 12.5783C14.6857 12.623 14.7351 12.6788 14.7724 12.7426C14.8097 12.8064 14.834 12.8769 14.844 12.9501C14.8541 13.0233 14.8496 13.0977 14.8308 13.1692C14.8121 13.2407 14.7794 13.3077 14.7348 13.3666C14.6901 13.4254 14.6343 13.4749 14.5705 13.5121C13.7694 13.9804 13.1325 14.6847 12.7469 15.5287C12.5504 15.9593 12.4238 16.4184 12.3717 16.8888C12.3635 16.9622 12.341 17.0333 12.3054 17.0981C12.2698 17.1628 12.2218 17.2199 12.1641 17.266C12.1065 17.3122 12.0403 17.3466 11.9693 17.3672C11.8984 17.3878 11.8241 17.3942 11.7507 17.3861C11.6772 17.3779 11.6061 17.3554 11.5414 17.3198C11.4767 17.2842 11.4196 17.2362 11.3734 17.1785C11.3273 17.1209 11.2929 17.0547 11.2723 16.9837C11.2517 16.9128 11.2453 16.8385 11.2534 16.7651C11.3184 16.1759 11.4769 15.601 11.7231 15.0618C11.9631 14.5365 12.2829 14.0506 12.6704 13.6224Z",fill:e}),o("path",{d:"M22.6648 18.4255C22.5593 18.531 22.5 18.6741 22.5 18.8232C22.4996 19.0469 22.4106 19.2612 22.2524 19.4194C22.0943 19.5775 21.8799 19.6666 21.6563 19.667H19.4907C19.6133 19.4105 19.6875 19.1264 19.6875 18.8232C19.6875 18.6741 19.6283 18.531 19.5228 18.4255C19.4173 18.32 19.2742 18.2607 19.125 18.2607C18.9759 18.2607 18.8328 18.32 18.7273 18.4255C18.6218 18.531 18.5625 18.6741 18.5625 18.8232C18.5621 19.0469 18.4731 19.2612 18.3149 19.4194C18.1568 19.5775 17.9424 19.6666 17.7188 19.667H16.4914C16.3422 19.667 16.1992 19.7263 16.0937 19.8317C15.9882 19.9372 15.9289 20.0803 15.9289 20.2295C15.9289 20.3787 15.9882 20.5218 16.0937 20.6272C16.1992 20.7327 16.3422 20.792 16.4914 20.792H19.9688C20.1925 20.7923 20.4069 20.8813 20.5651 21.0395C20.7233 21.1976 20.8122 21.4121 20.8125 21.6357C20.8125 21.7849 20.8718 21.928 20.9773 22.0335C21.0828 22.139 21.2259 22.1982 21.375 22.1982C21.5242 22.1982 21.6673 22.139 21.7728 22.0335C21.8783 21.928 21.9375 21.7849 21.9375 21.6357C21.9375 21.3292 21.8616 21.0423 21.7362 20.7841C22.2433 20.7644 22.7231 20.5492 23.0751 20.1837C23.4272 19.8182 23.6243 19.3307 23.625 18.8232C23.625 18.6741 23.5658 18.531 23.4603 18.4255C23.3548 18.32 23.2117 18.2607 23.0625 18.2607C22.9134 18.2607 22.7703 18.32 22.6648 18.4255Z",fill:e}),o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.9359 17.3528C26.9747 17.6847 27 18.0267 27 18.3799V19.6675C27 19.6883 26.9977 19.7085 26.9955 19.7294C26.9952 19.7324 26.9949 19.7354 26.9946 19.7384C26.9931 19.7525 26.9916 19.7669 26.9916 19.7817L26.9955 19.8464C26.9977 19.8801 27 19.9144 27 19.9487C27 20.0044 26.9846 20.0552 26.969 20.1064L26.9685 20.1079L26.9668 20.1124C26.9376 20.401 26.8914 20.6845 26.811 20.9534C26.5606 21.7879 26.0729 22.5317 25.4074 23.094C24.7418 23.6564 23.9271 24.0131 23.0625 24.1208V25.6221C23.0624 25.7055 23.0376 25.787 22.9913 25.8563C22.9449 25.9256 22.8791 25.9796 22.802 26.0115C22.725 26.0434 22.6402 26.0518 22.5584 26.0355C22.4766 26.0193 22.4015 25.9792 22.3425 25.9202L20.5898 24.1675H16.5938C15.7714 24.167 14.9733 23.8891 14.3286 23.3787C13.6838 22.8683 13.2302 22.1552 13.041 21.355H12.3429C11.4563 21.355 10.606 21.0028 9.97912 20.3759C9.6687 20.0654 9.42246 19.6969 9.25447 19.2913C9.08647 18.8857 9 18.451 9 18.012C9.00056 13.3337 12.7913 9.54304 17.4696 9.54248H18.1626C22.6957 9.54361 26.4257 12.9552 26.9359 17.3528ZM24.5162 22.3733C25.0987 21.9391 25.5256 21.3284 25.7332 20.6322C25.8138 20.3555 25.8586 20.0697 25.8666 19.7817C25.8277 19.0203 25.5078 18.3004 24.9688 17.7612C24.4074 17.2004 23.6374 16.855 22.7812 16.855C22.7296 16.8527 22.6786 16.8427 22.6299 16.8252L22.6209 16.8224C21.9607 17.3884 21.1196 17.6993 20.25 17.6987C20.1008 17.6987 19.9577 17.6395 19.8523 17.534C19.7468 17.4285 19.6875 17.2854 19.6875 17.1362C19.6875 16.987 19.7468 16.844 19.8523 16.7385C19.9577 16.633 20.1008 16.5737 20.25 16.5737C20.5825 16.5743 20.9118 16.5091 21.219 16.3819C21.5262 16.2546 21.8052 16.0679 22.0399 15.8324C22.2754 15.5977 22.4622 15.3187 22.5894 15.0115C22.7166 14.7043 22.7818 14.375 22.7812 14.0425C22.7812 13.8933 22.8405 13.7502 22.946 13.6447C23.0515 13.5392 23.1946 13.48 23.3438 13.48C23.4929 13.48 23.636 13.5392 23.7415 13.6447C23.847 13.7502 23.9062 13.8933 23.9062 14.0425C23.9062 14.6753 23.7448 15.271 23.4619 15.7896C24.3172 15.9283 25.1089 16.3276 25.7288 16.9332C25.0509 13.3675 21.9257 10.6664 18.1626 10.6675H17.4696C16.5048 10.666 15.5493 10.8553 14.658 11.2245C13.7667 11.5936 12.9572 12.1353 12.276 12.8185C10.9462 14.1494 10.125 15.982 10.125 18.012C10.1245 18.3033 10.1816 18.5918 10.293 18.861C10.4044 19.1301 10.5679 19.3746 10.7741 19.5803C10.9799 19.7866 11.2244 19.9502 11.4937 20.0617C11.7629 20.1732 12.0515 20.2304 12.3429 20.23H12.9825C13.0993 19.4137 13.47 18.6548 14.0422 18.061C14.0012 17.8309 13.8926 17.6256 13.7329 17.4653C13.6274 17.3598 13.5681 17.2168 13.5681 17.0676C13.5681 16.9184 13.6274 16.7754 13.7329 16.6699C13.8383 16.5644 13.9814 16.5052 14.1306 16.5052C14.2797 16.5052 14.4228 16.5644 14.5283 16.6699C14.7195 16.8634 14.8742 17.0897 14.985 17.3382C15.5642 17.0203 16.2143 16.8541 16.875 16.855C17.0242 16.855 17.1673 16.9142 17.2727 17.0197C17.3782 17.1252 17.4375 17.2683 17.4375 17.4175C17.4375 17.5667 17.3782 17.7097 17.2727 17.8152C17.1673 17.9207 17.0242 17.98 16.875 17.98C16.1442 17.9781 15.4417 18.2623 14.9177 18.7717C14.3936 19.2811 14.0897 19.9753 14.0709 20.7059L14.0743 20.7419C14.1316 21.3705 14.4218 21.9551 14.8879 22.3807C15.3541 22.8064 15.9625 23.0424 16.5938 23.0425H22.5C23.2266 23.0423 23.9337 22.8076 24.5162 22.3733Z",fill:e})]}))};export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var t,a;function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e},l.apply(this,arguments)}var n=n=>e.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},n),t||(t=e.createElement("g",{fill:"currentColor",fillRule:"evenodd",clipPath:"url(#actionButton_svg__a)",clipRule:"evenodd"},e.createElement("path",{d:"M14.167 10a4.167 4.167 0 1 1-8.334 0 4.167 4.167 0 0 1 8.334 0ZM12.5 10a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"}),e.createElement("path",{d:"M19.167 10A9.167 9.167 0 1 1 .833 10a9.167 9.167 0 0 1 18.334 0ZM17.5 10a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"}))),a||(a=e.createElement("defs",null,e.createElement("clipPath",{id:"actionButton_svg__a"},e.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));export{n as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var a,t;function l(){return l=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},l.apply(this,arguments)}var r=r=>e.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},r),a||(a=e.createElement("g",{fill:"currentColor",fillRule:"evenodd",clipPath:"url(#alarm_svg__a)",clipRule:"evenodd"},e.createElement("path",{d:"M10 17.5a6.667 6.667 0 1 0 0-13.333A6.667 6.667 0 0 0 10 17.5Zm0 1.667A8.333 8.333 0 1 0 10 2.5a8.333 8.333 0 0 0 0 16.667Z"}),e.createElement("path",{d:"M10 5.833c.46 0 .834.373.834.834v4.084l2.218 1.958a.833.833 0 1 1-1.103 1.25L9.731 12a1.667 1.667 0 0 1-.564-1.25V6.667c0-.46.373-.834.833-.834ZM5.627 1.118A.833.833 0 0 0 4.45 1.04L1.118 3.956a.833.833 0 1 0 1.097 1.255l3.333-2.917a.833.833 0 0 0 .079-1.176ZM14.373 1.118a.833.833 0 0 1 1.176-.078l3.333 2.916a.833.833 0 1 1-1.097 1.255l-3.333-2.917a.833.833 0 0 1-.079-1.176Z"}))),t||(t=e.createElement("defs",null,e.createElement("clipPath",{id:"alarm_svg__a"},e.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));export{r as default};
@@ -0,0 +1 @@
1
+ import*as a from"react";var l;function r(){return r=Object.assign?Object.assign.bind():function(a){for(var l=1;l<arguments.length;l++){var r=arguments[l];for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(a[t]=r[t])}return a},r.apply(this,arguments)}var t=t=>a.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},t),l||(l=a.createElement("path",{fill:"currentColor",d:"M11.216 1.025a.133.133 0 0 1 .235 0l.743 1.392a.134.134 0 0 0 .055.055l1.392.743a.133.133 0 0 1 0 .235l-1.392.743a.134.134 0 0 0-.055.054L11.45 5.64a.133.133 0 0 1-.235 0l-.742-1.393a.133.133 0 0 0-.055-.054L9.027 3.45a.133.133 0 0 1 0-.235l1.392-.743a.133.133 0 0 0 .055-.055l.742-1.392Zm-4.124 5.16a.133.133 0 0 0 .055.055l3.077 1.641a.133.133 0 0 1 0 .236l-3.077 1.64a.133.133 0 0 0-.055.056l-1.64 3.077a.133.133 0 0 1-.236 0l-1.64-3.077a.133.133 0 0 0-.056-.055L.443 8.117a.133.133 0 0 1 0-.236l3.077-1.64a.133.133 0 0 0 .055-.055l1.641-3.077a.133.133 0 0 1 .235 0l1.641 3.077Zm.299 1.932a.133.133 0 0 0 0-.236l-1.23-.655a.133.133 0 0 1-.054-.055l-.656-1.23a.133.133 0 0 0-.235 0l-.655 1.23a.133.133 0 0 1-.055.055l-1.23.655a.133.133 0 0 0 0 .236l1.23.655a.133.133 0 0 1 .055.055l.655 1.23c.05.093.185.093.235 0l.656-1.23a.133.133 0 0 1 .055-.055l1.229-.655Zm5.756 2.79a.134.134 0 0 1-.055-.055l-.974-1.827a.133.133 0 0 0-.235 0l-.975 1.827a.133.133 0 0 1-.054.055l-1.827.975a.133.133 0 0 0 0 .235l1.827.974a.132.132 0 0 1 .054.055l.975 1.827c.05.094.185.094.235 0l.974-1.827a.133.133 0 0 1 .055-.055l1.827-.974a.133.133 0 0 0 0-.236l-1.827-.974Z"})));export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var a,t;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},r.apply(this,arguments)}var l=l=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},l),a||(a=e.createElement("g",{clipPath:"url(#brand_home_svg__a)"},e.createElement("path",{fill:"#FEC02D",d:"m17.094 8.102-6.25-5.68a1.25 1.25 0 0 0-1.688 0l-6.25 5.68a1.25 1.25 0 0 0-.406.922v7.195c-.005.315.106.621.312.86a1.24 1.24 0 0 0 .938.421H7.5a.625.625 0 0 0 .625-.625v-3.75a.625.625 0 0 1 .625-.625h2.5a.625.625 0 0 1 .625.625v3.75a.625.625 0 0 0 .625.625h3.75c.207.002.412-.049.594-.148a1.258 1.258 0 0 0 .656-1.102V9.024a1.25 1.25 0 0 0-.406-.922Z"}))),t||(t=e.createElement("defs",null,e.createElement("clipPath",{id:"brand_home_svg__a"},e.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var a;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var r=arguments[a];for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])}return e},r.apply(this,arguments)}var t=t=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},t),a||(a=e.createElement("path",{fillRule:"evenodd",d:"M4.167 3.333a.833.833 0 0 0-.834.834v11.321l1.911-1.91a.833.833 0 0 1 .59-.245h10a.833.833 0 0 0 .833-.833V4.167a.833.833 0 0 0-.834-.834H4.167ZM2.399 2.4a2.5 2.5 0 0 1 1.768-.732h11.666a2.5 2.5 0 0 1 2.5 2.5V12.5a2.5 2.5 0 0 1-2.5 2.5H6.18l-3.09 3.09a.833.833 0 0 1-1.422-.59V4.167a2.5 2.5 0 0 1 .732-1.768Z",clipRule:"evenodd"})));export{t as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var t,r,a;function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},l.apply(this,arguments)}var n=n=>e.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36"},n),t||(t=e.createElement("rect",{width:35,height:35,x:.5,y:.5,fill:"#fff",rx:17.5})),r||(r=e.createElement("path",{fill:"#616161",d:"M23.59 13.59a.833.833 0 0 0-1.18-1.18L18 16.823l-4.41-4.411a.833.833 0 1 0-1.18 1.178L16.823 18l-4.411 4.41a.833.833 0 1 0 1.178 1.18L18 19.177l4.41 4.411a.833.833 0 0 0 1.18-1.178L19.177 18l4.411-4.41Z"})),a||(a=e.createElement("rect",{width:35,height:35,x:.5,y:.5,stroke:"#E0E0E0",rx:17.5})));export{n as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var t;function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var c=arguments[t];for(var a in c)Object.prototype.hasOwnProperty.call(c,a)&&(e[a]=c[a])}return e},c.apply(this,arguments)}var a=a=>e.createElement("svg",c({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},a),t||(t=e.createElement("g",{fill:"#000",fillRule:"evenodd",clipRule:"evenodd"},e.createElement("path",{d:"M3.333 3.542v3.541h3.542V3.542H3.333Zm-.885-1.667h5.313c.431 0 .78.35.78.781V7.97c0 .431-.349.781-.78.781H2.448a.781.781 0 0 1-.781-.781V2.656c0-.431.35-.781.781-.781ZM12.708 3.542v3.541h3.542V3.542h-3.542Zm-.885-1.667h5.313c.431 0 .78.35.78.781V7.97c0 .431-.349.781-.78.781h-5.313a.781.781 0 0 1-.781-.781V2.656c0-.431.35-.781.781-.781ZM3.333 12.917v3.541h3.542v-3.541H3.333Zm-.885-1.667h5.313c.431 0 .78.35.78.781v5.313c0 .431-.349.781-.78.781H2.448a.781.781 0 0 1-.781-.781V12.03c0-.431.35-.781.781-.781ZM12.708 12.917v3.541h3.542v-3.541h-3.542Zm-.885-1.667h5.313c.431 0 .78.35.78.781v5.313c0 .431-.349.781-.78.781h-5.313a.781.781 0 0 1-.781-.781V12.03c0-.431.35-.781.781-.781Z"}))));export{a as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var t,a;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e},r.apply(this,arguments)}var n=n=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},n),t||(t=e.createElement("g",{clipPath:"url(#home_svg__a)"},e.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeOpacity:.8,strokeWidth:1.25,d:"M11.875 16.25V12.5a.625.625 0 0 0-.625-.625h-2.5a.625.625 0 0 0-.625.625v3.75a.625.625 0 0 1-.625.625H3.75a.625.625 0 0 1-.625-.625V9.023a.648.648 0 0 1 .203-.46l6.25-5.68a.625.625 0 0 1 .844 0l6.25 5.68a.648.648 0 0 1 .203.46v7.227a.625.625 0 0 1-.625.625H12.5a.625.625 0 0 1-.625-.625Z"}))),a||(a=e.createElement("defs",null,e.createElement("clipPath",{id:"home_svg__a"},e.createElement("path",{fill:"currentColor",d:"M0 0h20v20H0z"})))));export{n as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var a,t;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},r.apply(this,arguments)}var l=l=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},l),a||(a=e.createElement("g",{clipPath:"url(#hover_home_svg__a)"},e.createElement("path",{fill:"#fff",fillOpacity:.8,d:"m17.094 8.102-6.25-5.68a1.25 1.25 0 0 0-1.688 0l-6.25 5.68a1.25 1.25 0 0 0-.406.922v7.195c-.005.315.106.621.312.86a1.242 1.242 0 0 0 .938.421H7.5a.625.625 0 0 0 .625-.625v-3.75a.625.625 0 0 1 .625-.625h2.5a.625.625 0 0 1 .625.625v3.75a.625.625 0 0 0 .625.625h3.75c.207.002.412-.05.594-.148a1.257 1.257 0 0 0 .656-1.102V9.024a1.25 1.25 0 0 0-.406-.922Z"}))),t||(t=e.createElement("defs",null,e.createElement("clipPath",{id:"hover_home_svg__a"},e.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));export{l as default};
@@ -0,0 +1,163 @@
1
+ export { ActiveChecklistIcon } from './ActiveChecklistIcon';
2
+ export { CheckIndicatorIcon } from './CheckIndicatorIcon';
3
+ export { CompletedChecklistIcon } from './CompletedChecklistIcon';
4
+ export { InactiveChecklistIcon } from './InactiveChecklistIcon';
5
+ export { ProgressBadgeIcon } from './ProgressBadgeIcon';
6
+ export { SearchIcon } from './searchIcon';
7
+ export { SmallCheckIcon } from './SmallCheckIcon';
8
+ export { default as CustomiseIcon } from './CustomiseIcon';
9
+ export { default as EnableIcon } from './EnableIcon';
10
+ export { default as GoLiveIcon } from './GoLiveIcon';
11
+ export { default as HeadsetIcon } from './HeadsetIcon';
12
+ export { default as ListChecksIcon } from './ListChecksIcon';
13
+ export { default as MarketingIcon } from './MarketingIcon';
14
+ export { default as MarketingIconSmall } from './MarketingIconSmall';
15
+ export { default as MarketingIconTab } from './MarketingIconTab';
16
+ export { default as NudgesIcon } from './NudgesIcon';
17
+ export { default as OnboardingLogo } from './OnboardingLogo';
18
+ export { default as OrderTrackingIcon } from './OrderTrackingIcon';
19
+ export { default as PlusIcon } from './PlusIcon';
20
+ export { default as ShoppingIcon } from './ShoppingIcon';
21
+ export { default as SupportIcon } from './SupportIcon';
22
+ export { default as SupportIconSmall } from './SupportIconSmall';
23
+ export { default as SupportIconTab } from './SupportIconTab';
24
+ export { default as TrainingIcon } from './TrainingIcon';
25
+ export { default as AiEdit } from './AiEdit.svg';
26
+ export { default as AiEventGenerating } from './Ai_event_generating.svg';
27
+ export { default as BikLogo } from './Bik_logo.svg';
28
+ export { default as ChartBar } from './ChartBar.svg';
29
+ export { default as ChartPie } from './ChartPie.svg';
30
+ export { default as CheckSquareOffset } from './CheckSquareOffset.svg';
31
+ export { default as HelpIcon } from './HelpIcon.svg';
32
+ export { default as Idea } from './Idea.svg';
33
+ export { default as RCSPDF } from './RCS_PDF.svg';
34
+ export { default as RedirectToNew } from './RedirectToNew.svg';
35
+ export { default as WhiteStarFilled } from './WhiteStarFilled.svg';
36
+ export { default as ActionButton } from './actionButton.svg';
37
+ export { default as AiContentIcon } from './aiContentIcon.svg';
38
+ export { default as Alarm } from './alarm.svg';
39
+ export { default as AlertIcon } from './alert.svg';
40
+ export { default as AlertTriangle } from './alert_triangle.svg';
41
+ export { default as ArrowBack } from './arrow_back.svg';
42
+ export { default as ArrowDown } from './arrow_down.svg';
43
+ export { default as ArrowLeft } from './arrow_left.svg';
44
+ export { default as ArrowUp } from './arrow_up.svg';
45
+ export { default as BackIcon } from './back_icon.svg';
46
+ export { default as BikAiStarsIcon } from './bik_ai_stars_icon.svg';
47
+ export { default as BikLivechat } from './bik_livechat.svg';
48
+ export { default as Bold } from './bold.svg';
49
+ export { default as Box } from './box.svg';
50
+ export { default as BoxV2 } from './boxV2.svg';
51
+ export { default as BoxRound } from './box_round.svg';
52
+ export { default as BoxSearch } from './box_search.svg';
53
+ export { default as BrandHome } from './brand_home.svg';
54
+ export { default as BrokenMediaImage } from './broken_media_image.svg';
55
+ export { default as Calendar } from './calendar.svg';
56
+ export { default as CardFooterArrow } from './card_footer_arraw.svg';
57
+ export { default as ChatChannel } from './chat-channel.svg';
58
+ export { default as Chat } from './chat.svg';
59
+ export { default as Check } from './check.svg';
60
+ export { default as CheckCircle } from './checkCircle.svg';
61
+ export { default as ChecklistIcon } from './checklistIcon.svg';
62
+ export { default as ChevronDown } from './chevronDown.svg';
63
+ export { default as ChevronDownOutline } from './chevronDownOutline.svg';
64
+ export { default as ChevronLeft } from './chevronLeft.svg';
65
+ export { default as ChevronLeft2 } from './chevronLeft2.svg';
66
+ export { default as ChevronRight } from './chevronRight.svg';
67
+ export { default as ChevronRight2 } from './chevronRight2.svg';
68
+ export { default as ChevronRightAlt } from './chevronRightAlt.svg';
69
+ export { default as ChevronUpOutline } from './chevronUpOutline.svg';
70
+ export { default as CircularCrossIcon } from './circular-cross-icon.svg';
71
+ export { default as Click } from './click.svg';
72
+ export { default as Clock } from './clock.svg';
73
+ export { default as CopyCodeIcon } from './copy-code-icon.svg';
74
+ export { default as Cross } from './cross.svg';
75
+ export { default as CubeIcon } from './cubeIcon.svg';
76
+ export { default as Cursor } from './cursor.svg';
77
+ export { default as Delete } from './delete.svg';
78
+ export { default as DesktopCustom } from './desktop_custom.svg';
79
+ export { default as DocumentPdf } from './document_pdf.svg';
80
+ export { default as DragHandle } from './drag_handle.svg';
81
+ export { default as Edit } from './edit.svg';
82
+ export { default as EmailChannel } from './email-channel.svg';
83
+ export { default as Emoji } from './emoji.svg';
84
+ export { default as ErrorIcon } from './errorIcon.svg';
85
+ export { default as ErrorInfo } from './errorInfo.svg';
86
+ export { default as ExpressionlessEmoji } from './expressionless_emoji.svg';
87
+ export { default as FacebookChannel } from './facebook_channel.svg';
88
+ export { default as File } from './file.svg';
89
+ export { default as FilePdf } from './filePdf.svg';
90
+ export { default as GiftIcon } from './gift_icon.svg';
91
+ export { default as Gmail } from './gmail.svg';
92
+ export { default as Graph } from './graph.svg';
93
+ export { default as Grid } from './grid.svg';
94
+ export { default as HalfRectangle } from './halfRectangle.svg';
95
+ export { default as Help } from './help.svg';
96
+ export { default as Home } from './home.svg';
97
+ export { default as HorizontalDots } from './horizontal_dots.svg';
98
+ export { default as HoverHome } from './hover_home.svg';
99
+ export { default as Image } from './image.svg';
100
+ export { default as Info } from './info.svg';
101
+ export { default as InstagramChannel } from './instagram-channel.svg';
102
+ export { default as Instagram } from './instagram.svg';
103
+ export { default as Italic } from './italic.svg';
104
+ export { default as List } from './list.svg';
105
+ export { default as Locked } from './locked.svg';
106
+ export { default as LogOut } from './log_out.svg';
107
+ export { default as LtoIcon } from './lto_icon.svg';
108
+ export { default as Maximize } from './maximize.svg';
109
+ export { default as MobileCustom } from './mobile_custom.svg';
110
+ export { default as MoreVertical } from './more_vertical.svg';
111
+ export { default as OpenAI } from './openai.svg';
112
+ export { default as Paperclip } from './paperclip.svg';
113
+ export { default as PercentageIcon } from './percentage_icon.svg';
114
+ export { default as Phone } from './phone.svg';
115
+ export { default as PhoneRound } from './phone_round.svg';
116
+ export { default as Play } from './play.svg';
117
+ export { default as Plus } from './plus.svg';
118
+ export { default as Pointer } from './pointer.svg';
119
+ export { default as Profile } from './profile.svg';
120
+ export { default as Qrb } from './qrb.svg';
121
+ export { default as QuestionMark } from './question-mark.svg';
122
+ export { default as Quotes } from './quotes.svg';
123
+ export { default as Redirect } from './redirect.svg';
124
+ export { default as Refresh } from './refresh.svg';
125
+ export { default as Retry } from './retry.svg';
126
+ export { default as RetryIcon } from './retryIcon.svg';
127
+ export { default as SadEmoji } from './sad_emoji.svg';
128
+ export { default as Search } from './search.svg';
129
+ export { default as SearchIconSvg } from './searchIcon.svg';
130
+ export { default as Send } from './send.svg';
131
+ export { default as SendTemplate } from './send_template.svg';
132
+ export { default as ShippingIcon } from './shipping_icon.svg';
133
+ export { default as Similar } from './similar.svg';
134
+ export { default as SmileEmoji } from './smile_emoji.svg';
135
+ export { default as SmileyEmoji } from './smiley_emoji.svg';
136
+ export { default as Sparkle } from './sparkle.svg';
137
+ export { default as Speedometer } from './speedometer.svg';
138
+ export { default as StarEmpty } from './starEmpty.svg';
139
+ export { default as StarFilled } from './starFilled.svg';
140
+ export { default as StarFilledV2 } from './starFilledV2.svg';
141
+ export { default as StateIcon } from './state_icon.svg';
142
+ export { default as StrikeThrough } from './strikeThrough.svg';
143
+ export { default as SubCategory } from './sub_category.svg';
144
+ export { default as SuccessIcon } from './successIcon.svg';
145
+ export { default as Sync } from './sync.svg';
146
+ export { default as Task } from './task.svg';
147
+ export { default as TextT9 } from './text_t9.svg';
148
+ export { default as Tick } from './tick.svg';
149
+ export { default as TickDouble } from './tick_double.svg';
150
+ export { default as TriangleError } from './triangle_error.svg';
151
+ export { default as Undo } from './undo.svg';
152
+ export { default as Union } from './union.svg';
153
+ export { default as Upload } from './upload.svg';
154
+ export { default as UserIcon } from './user_icon.svg';
155
+ export { default as VerticalDots } from './vertical_dots.svg';
156
+ export { default as VideoRecorder } from './videoRecorder.svg';
157
+ export { default as VideoCamcorder } from './video_camcorder.svg';
158
+ export { default as Warning } from './warning.svg';
159
+ export { default as WarningIcon } from './warningIcon.svg';
160
+ export { default as Website } from './website.svg';
161
+ export { default as WhatsNewIcon } from './whatsNew.svg';
162
+ export { default as WhatsappChannel } from './whatsapp-channel.svg';
163
+ export { default as WhatsappColor } from './whatsapp_color.svg';
@@ -0,0 +1 @@
1
+ import*as a from"react";var e;function t(){return t=Object.assign?Object.assign.bind():function(a){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(a[r]=t[r])}return a},t.apply(this,arguments)}var r=r=>a.createElement("svg",t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},r),e||(e=a.createElement("g",{fill:"#212121"},a.createElement("path",{d:"M2.5 5.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666ZM6.667 4.167a.833.833 0 0 0 0 1.666H17.5a.833.833 0 0 0 0-1.666H6.667ZM6.667 9.167a.833.833 0 0 0 0 1.666H17.5a.833.833 0 0 0 0-1.666H6.667ZM5.833 15c0-.46.374-.833.834-.833H17.5a.833.833 0 0 1 0 1.666H6.667A.833.833 0 0 1 5.833 15ZM3.333 10a.833.833 0 1 1-1.666 0 .833.833 0 0 1 1.666 0ZM2.5 15.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666Z"}))));export{r as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var l;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var l=1;l<arguments.length;l++){var r=arguments[l];for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])}return e},r.apply(this,arguments)}var t=t=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},t),l||(l=e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.89 1.194c-.398 0-.78.158-1.062.44L2.233 6.229a2.502 2.502 0 0 0 3.538 3.537l4.595-4.595a.5.5 0 0 1 .707.708l-4.595 4.595A3.502 3.502 0 1 1 1.526 5.52L6.121.926a2.501 2.501 0 1 1 3.537 3.538l-4.6 4.595a1.5 1.5 0 1 1-2.122-2.123l4.246-4.24a.5.5 0 1 1 .706.708l-4.245 4.24a.501.501 0 0 0 .708.707l4.6-4.595A1.502 1.502 0 0 0 7.89 1.194Z",clipRule:"evenodd"})));export{t as default};
@@ -0,0 +1 @@
1
+ import*as t from"react";var e;function r(){return r=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},r.apply(this,arguments)}var a=a=>t.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},a),e||(e=t.createElement("path",{fill:"#fff",d:"M6.5 0A6.5 6.5 0 1 0 13 6.5 6.507 6.507 0 0 0 6.5 0Zm2.854 5.354-3.5 3.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L5.5 7.793l3.146-3.147a.5.5 0 1 1 .708.708Z"})));export{a as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var r,t;function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},a.apply(this,arguments)}var l=l=>e.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32"},l),r||(r=e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16 2.667A6.667 6.667 0 1 0 16 16a6.667 6.667 0 0 0 0-13.333Zm-4 6.667a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z",clipRule:"evenodd"})),t||(t=e.createElement("path",{fill:"currentColor",d:"M10.667 18.667A6.667 6.667 0 0 0 4 25.334V28a1.333 1.333 0 1 0 2.667 0v-2.666a4 4 0 0 1 4-4h10.666a4 4 0 0 1 4 4V28A1.333 1.333 0 0 0 28 28v-2.666a6.667 6.667 0 0 0-6.667-6.667H10.667Z"})));export{l as default};
@@ -0,0 +1 @@
1
+ import*as t from"react";var a;function e(){return e=Object.assign?Object.assign.bind():function(t){for(var a=1;a<arguments.length;a++){var e=arguments[a];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}return t},e.apply(this,arguments)}var r=r=>t.createElement("svg",e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 18"},r),a||(a=t.createElement("path",{fill:"#fff",d:"M12.506 1.255a.833.833 0 0 0-1.486-.084l-.936 1.622A7.5 7.5 0 1 0 15.502 10a.833.833 0 1 0-1.667.002 5.833 5.833 0 1 1-4.617-5.707l-.555.96a.833.833 0 0 0 .816 1.244l3.941-.446a.833.833 0 0 0 .67-1.16l-1.584-3.637Z"})));export{r as default};
@@ -0,0 +1 @@
1
+ import*as a from"react";var e,t,r;function l(){return l=Object.assign?Object.assign.bind():function(a){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(a[r]=t[r])}return a},l.apply(this,arguments)}var n=n=>a.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40"},n),e||(e=a.createElement("circle",{cx:20,cy:20,r:20,fill:"currentColor"})),t||(t=a.createElement("path",{fill:"#731DCF",d:"M11.191 11.984a.8.8 0 0 0 .566-1.358l-2.4-2.401a.8.8 0 0 0-1.132 1.131l2.4 2.401c.152.148.355.23.566.227ZM8.848 15.993h1.543a.8.8 0 1 0 0-1.6H8.848a.8.8 0 1 0 0 1.6ZM15.193 11.193a.8.8 0 0 0 .8-.8V8.848a.8.8 0 0 0-1.6 0v1.543a.8.8 0 0 0 .8.8ZM8.79 22.39a.796.796 0 0 0 .566-.228l2.401-2.401a.8.8 0 0 0-1.131-1.132l-2.401 2.4a.804.804 0 0 0 .565 1.361ZM19.194 11.987a.796.796 0 0 0 .566-.23l2.401-2.4a.8.8 0 0 0-1.132-1.132l-2.4 2.4a.804.804 0 0 0 .565 1.362Z"})),r||(r=a.createElement("path",{stroke:"#731DCF",strokeWidth:1.714,d:"m14.71 14.702-.01.009a.847.847 0 0 0-.194.912l.002.006 5.696 14.952v.002a.876.876 0 0 0 .847.56h.005a.846.846 0 0 0 .79-.611l.002-.007 1.85-6.168a.981.981 0 0 1 .661-.658l6.165-1.85a.868.868 0 0 0 .06-1.643L15.63 14.509l-.006-.002a.85.85 0 0 0-.914.195Z"})));export{n as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var a,t;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var t=arguments[a];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},r.apply(this,arguments)}var l=l=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},l),a||(a=e.createElement("path",{d:"M6.4 13.2a1 1 0 0 1 1.397.196l.005.006.033.041a4.945 4.945 0 0 0 .815.748c.578.42 1.376.81 2.35.81.975 0 1.772-.39 2.35-.81a4.945 4.945 0 0 0 .815-.748l.034-.041.004-.006A1 1 0 0 1 15.8 14.6l-.001.001-.001.002-.003.004-.007.009-.021.027-.07.086c-.059.07-.142.164-.248.276a6.951 6.951 0 0 1-.923.804c-.798.58-2 1.191-3.526 1.191-1.525 0-2.728-.61-3.526-1.191a6.949 6.949 0 0 1-1.17-1.08 3.884 3.884 0 0 1-.07-.086l-.022-.027-.007-.01-.003-.003V14.6H6.2a1 1 0 0 1 .2-1.4ZM13 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM7 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"})),t||(t=e.createElement("path",{fillRule:"evenodd",d:"M11 0C4.925 0 0 4.925 0 11s4.925 11 11 11 11-4.925 11-11S17.075 0 11 0ZM2 11a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z",clipRule:"evenodd"})));export{l as default};
@@ -0,0 +1 @@
1
+ import*as e from"react";var a;function r(){return r=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var r=arguments[a];for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])}return e},r.apply(this,arguments)}var t=t=>e.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t),a||(a=e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17 10.057V7a3 3 0 0 0-3-3H3a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h11a3 3 0 0 0 3-3v-3.057l5.419 3.87A1 1 0 0 0 24 17V7a1 1 0 0 0-1.581-.814L17 10.056ZM2 7a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Zm20 8.057L17.72 12 22 8.943v6.114Z",clipRule:"evenodd"})));export{t as default};
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { MultiChecklistItemType } from './ProgressChecklist';
3
+ interface MultiChecklistItemProps {
4
+ item: MultiChecklistItemType;
5
+ children?: React.ReactNode;
6
+ isOpen?: boolean;
7
+ onToggle?: (open: boolean) => void;
8
+ }
9
+ declare const MultiChecklistItem: React.FC<MultiChecklistItemProps>;
10
+ export default MultiChecklistItem;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import{BikAccordion as o}from"../accordion/Accordion.js";import i from"./SimpleChecklistItem.js";const r=r=>{let{item:t,children:c,isOpen:n,onToggle:s}=r;const d="boolean"==typeof n?n:!!t.isActive,a=e(i,{header:t.header,subheader:t.subheader,icon:t.icon,activeIcon:t.activeIcon,completedIcon:t.completedIcon,isCompleted:t.isCompleted,isActive:t.isActive,tag:t.tag});return e(o,Object.assign({header:a,headerStyles:{height:"auto",cursor:"pointer"},onToggleAccordion:s||(()=>{}),isOpen:d,skipHoverHeader:!0,showBorders:!0,borderRadius:"8px"},{children:c?e("div",Object.assign({style:{border:"none",padding:16}},{children:c})):null}))};export{r as default};
@@ -0,0 +1,75 @@
1
+ import React from 'react';
2
+ import { ALERT_TYPES } from '../alerts';
3
+ import { TooltipProps } from '../tooltips/Tooltip';
4
+ export interface ChecklistItemType {
5
+ id: string;
6
+ label: string;
7
+ description?: string;
8
+ completed?: boolean;
9
+ }
10
+ export interface SingleChecklistItemType {
11
+ id: string;
12
+ header: string;
13
+ subheader: string;
14
+ icon?: React.ReactNode;
15
+ activeIcon?: React.ReactNode;
16
+ completedIcon?: React.ReactNode;
17
+ isActive?: boolean;
18
+ isCompleted?: boolean;
19
+ onSetup?: () => void;
20
+ alertText?: string | React.ReactNode;
21
+ alertType?: ALERT_TYPES;
22
+ tag?: {
23
+ tagText: string | number;
24
+ variant?: 'regular' | 'circle' | 'compressed';
25
+ type?: 'negative' | 'warning' | 'positive' | 'neutral' | 'white' | 'purple' | 'blue' | 'grey' | 'ai';
26
+ theme?: 'light' | 'dark';
27
+ tooltip?: Omit<TooltipProps, 'children'>;
28
+ };
29
+ type: 'single';
30
+ buttonType?: 'primary' | 'secondary' | 'tertiary';
31
+ buttonText?: string;
32
+ buttonDisabled?: boolean;
33
+ hideRedirectButton?: boolean;
34
+ hideSetupButton?: boolean;
35
+ }
36
+ export interface MultiChecklistItemType {
37
+ id: string;
38
+ header: string;
39
+ subheader?: string;
40
+ icon?: React.ReactNode;
41
+ activeIcon?: React.ReactNode;
42
+ completedIcon?: React.ReactNode;
43
+ isActive?: boolean;
44
+ isCompleted?: boolean;
45
+ onSetup?: () => void;
46
+ tag?: {
47
+ tagText: string | number;
48
+ variant?: 'regular' | 'circle' | 'compressed';
49
+ type?: 'negative' | 'warning' | 'positive' | 'neutral' | 'white' | 'purple' | 'blue' | 'grey' | 'ai';
50
+ theme?: 'light' | 'dark';
51
+ tooltip?: Omit<TooltipProps, 'children'>;
52
+ };
53
+ type: 'multiple';
54
+ alertType?: ALERT_TYPES;
55
+ steps?: Array<{
56
+ id?: string;
57
+ text: string;
58
+ onClick?: () => void;
59
+ isCompleted?: boolean;
60
+ }>;
61
+ buttonType?: 'primary' | 'secondary' | 'tertiary';
62
+ }
63
+ export interface ProgressChecklistProps {
64
+ header?: string;
65
+ subheader?: string;
66
+ items?: Array<SingleChecklistItemType | MultiChecklistItemType>;
67
+ progressBarColor?: string;
68
+ headerAction?: React.ReactNode;
69
+ /** Whether to render the progress bar. Defaults to true. */
70
+ showProgressBar?: boolean;
71
+ /** Whether to remove border, border-radius, and padding. Defaults to false. */
72
+ noBorder?: boolean;
73
+ }
74
+ declare const ProgressChecklist: React.FC<ProgressChecklistProps>;
75
+ export default ProgressChecklist;
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useState as i,useEffect as s}from"react";import{COLORS as r}from"../../constants/Theme.js";import{ActiveChecklistIcon as o}from"../../assets/icons/ActiveChecklistIcon.js";import{CompletedChecklistIcon as n}from"../../assets/icons/CompletedChecklistIcon.js";import{InactiveChecklistIcon as l}from"../../assets/icons/InactiveChecklistIcon.js";import c from"../../assets/icons/info.svg.js";import{SmallCheckIcon as a}from"../../assets/icons/SmallCheckIcon.js";import{Alert as d}from"../alerts/Alert.js";import{ALERT_TYPES as p,CONTENT_POSITION as m}from"../alerts/AlertHelper.js";import{Button as g}from"../button/Button.js";import{ProgressBarV2 as h,ProgressBarType as u}from"../progress-bar-v2/ProgressBarV2.js";import{Tag as f}from"../tag/Tag.js";import{Tooltip as y}from"../tooltips/Tooltip.js";import{TitleMedium as b,BodySecondary as v,TitleSmall as j}from"../TypographyStyle.js";import x from"./MultiChecklistItem.js";import{ProgressChecklistContainer as C,HeaderSection as T,ProgressBarSection as A,SingleChecklistItem as O,SingleChecklistMainRow as I,SingleChecklistIconWrapper as k,SingleChecklistContent as B,SingleChecklistHeader as S,SingleChecklistSubheader as P,SingleChecklistActionWrapper as $,SingleChecklistAlertRow as w}from"./ProgressChecklist.style.js";import D from"./ProgressStepper.js";const N=N=>{let{header:R,subheader:V,items:W=[],progressBarColor:L,headerAction:M,showProgressBar:E=!0,noBorder:G=!1}=N;const[H,q]=i(W);s((()=>{q(W)}),[W]);const z=H.filter((e=>e.isCompleted)).length,F=H.length,J=F>0?z/F*100:0;return e(C,Object.assign({noBorder:G},{children:[e(T,{children:[e("div",Object.assign({style:{display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"}},{children:[t(b,{children:R}),M&&t("div",{children:M})]})),t(v,Object.assign({color:r.content.secondary},{children:V}))]}),E&&e(A,Object.assign({style:{display:"flex",alignItems:"center",gap:"16px"}},{children:[t("div",Object.assign({style:{flex:1}},{children:t(h,{progress:Math.round(J),type:u.LINE,matchParentWidth:!0,showProgress:!1,color:null!=L?L:r.background.positive.vibrant,progressBarThickness:12})})),t("div",Object.assign({style:{display:"flex",justifyContent:"flex-end",alignItems:"center",minWidth:12}},{children:e(j,Object.assign({style:{color:r.content.secondary,textAlign:"right"}},{children:[z," / ",F]}))}))]})),t("div",Object.assign({style:{display:"flex",flexDirection:"column",gap:"16px"}},{children:H.map((i=>{var s,r,h,u,b,v,j,C;if("single"===i.type)return e(O,Object.assign({isActive:i.isActive||!1},{children:[e(I,{children:[t(k,{children:i.isCompleted?null!==(s=i.completedIcon)&&void 0!==s?s:t(n,{}):i.isActive?null!==(r=i.activeIcon)&&void 0!==r?r:t(o,{}):null!==(h=i.icon)&&void 0!==h?h:t(l,{})}),e(B,{children:[e("div",Object.assign({style:{display:"flex",alignItems:"center",gap:12}},{children:[t(S,Object.assign({completed:!!i.isCompleted,isActive:!!i.isActive},{children:i.header})),(null===(u=i.tag)||void 0===u?void 0:u.tagText)&&(i.tag.tooltip?t(y,Object.assign({},i.tag.tooltip,{children:t("span",Object.assign({style:{display:"inline-flex"}},{children:t(f,{tagText:i.tag.tagText,variant:i.tag.variant,type:i.tag.type,theme:i.tag.theme})}))})):t(f,{tagText:i.tag.tagText,variant:i.tag.variant,type:i.tag.type,theme:i.tag.theme}))]})),t(P,{children:i.subheader})]}),i.isCompleted&&!i.hideRedirectButton&&t("div",Object.assign({onClick:i.onSetup,style:{cursor:"pointer"}},{children:t(a,{style:{marginLeft:"12px"}})})),!i.isCompleted&&i.isActive&&!i.hideSetupButton&&t($,{children:t(g,{buttonText:null!==(b=i.buttonText)&&void 0!==b?b:"Setup",buttonType:null!==(v=i.buttonType)&&void 0!==v?v:"primary",onClick:i.onSetup,disabled:null!==(j=i.buttonDisabled)&&void 0!==j&&j})})]}),i.alertText&&t(w,{children:t(d,{text:i.alertText,type:null!==(C=i.alertType)&&void 0!==C?C:p.WARNING,contentPosition:m.START,textColor:i.alertType===p.BRAND?"#4B1583":"",icon:e=>t(c,Object.assign({},e))})})]}),i.id);if("multiple"===i.type){const e=i.steps&&i.steps.length>0?i.steps.map(((e,t)=>{var s;return{id:null!==(s=e.id)&&void 0!==s?s:`${i.id}-sub-${t+1}`,text:e.text,label:e.text,onClick:e.onClick,isCompleted:!!e.isCompleted}})):[{id:`${i.id}-sub-1`,text:"Connect",label:"Connect",isCompleted:!1},{id:`${i.id}-sub-2`,text:"Configure",label:"Configure",isCompleted:!1},{id:`${i.id}-sub-3`,text:"Verify",label:"Verify",isCompleted:!1}];return t(x,Object.assign({item:i},{children:t(D,{steps:e,isStepperActive:i.isActive})}),i.id)}}))}))]}))};export{N as default};
@@ -0,0 +1,32 @@
1
+ export declare const ProgressChecklistContainer: import("styled-components").StyledComponent<"div", any, {
2
+ noBorder?: boolean | undefined;
3
+ }, never>;
4
+ export declare const HeaderSection: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const ProgressBarSection: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const ChecklistItemsSection: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export declare const ChecklistItem: import("styled-components").StyledComponent<"div", any, {
8
+ completed?: boolean | undefined;
9
+ }, never>;
10
+ export declare const ChecklistCheckbox: import("styled-components").StyledComponent<"input", any, {}, never>;
11
+ export declare const ChecklistItemContent: import("styled-components").StyledComponent<"div", any, {}, never>;
12
+ export declare const ChecklistItemText: import("styled-components").StyledComponent<"p", any, {
13
+ completed?: boolean | undefined;
14
+ }, never>;
15
+ export declare const ChecklistItemDescription: import("styled-components").StyledComponent<"p", any, {
16
+ completed?: boolean | undefined;
17
+ }, never>;
18
+ export declare const SingleChecklistItem: import("styled-components").StyledComponent<"div", any, {
19
+ isActive: boolean;
20
+ }, never>;
21
+ export declare const SingleChecklistMainRow: import("styled-components").StyledComponent<"div", any, {}, never>;
22
+ export declare const SingleChecklistIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
23
+ export declare const SingleChecklistContent: import("styled-components").StyledComponent<"div", any, {}, never>;
24
+ export declare const SingleChecklistHeader: import("styled-components").StyledComponent<"div", any, {
25
+ completed?: boolean | undefined;
26
+ isActive?: boolean | undefined;
27
+ }, never>;
28
+ export declare const SingleChecklistSubheader: import("styled-components").StyledComponent<"div", any, {
29
+ isActive?: boolean | undefined;
30
+ }, never>;
31
+ export declare const SingleChecklistActionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
32
+ export declare const SingleChecklistAlertRow: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,133 @@
1
+ import e from"styled-components";import{COLORS as i}from"../../constants/Theme.js";const o=e.div`
2
+ border-radius: ${e=>e.noBorder?"0":"8px"};
3
+ border: ${e=>e.noBorder?"none":"1px solid #e0e0e0"};
4
+ padding: ${e=>e.noBorder?"0":"24px"};
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: 10px;
8
+ background: ${i.surface.standard};
9
+
10
+ .accordion__overview {
11
+ padding: 16px !important;
12
+ border-bottom: none;
13
+ }
14
+ `,r=e.div`
15
+ display: flex;
16
+ flex-direction: column;
17
+ gap: 8px;
18
+ `,t=e.div`
19
+ display: flex;
20
+ flex-direction: row;
21
+ gap: 12px;
22
+ `;e.div`
23
+ display: flex;
24
+ flex-direction: column;
25
+ gap: 16px;
26
+ overflow-y: auto;
27
+ flex: 1;
28
+
29
+ &::-webkit-scrollbar {
30
+ width: 6px;
31
+ }
32
+
33
+ &::-webkit-scrollbar-track {
34
+ background: transparent;
35
+ }
36
+
37
+ &::-webkit-scrollbar-thumb {
38
+ background: ${i.stroke.primary};
39
+ border-radius: 3px;
40
+ }
41
+ `,e.div`
42
+ display: flex;
43
+ align-items: flex-start;
44
+ gap: 12px;
45
+ padding: 12px;
46
+ background: ${e=>e.completed?"#F0F7F4":i.surface.standard};
47
+ border: 1px solid
48
+ ${e=>e.completed?"#D4E9E3":i.stroke.primary};
49
+ border-radius: 6px;
50
+ cursor: pointer;
51
+ transition: all 0.2s ease;
52
+
53
+ &:hover {
54
+ background: ${e=>e.completed?"#E8F4F0":i.background.base};
55
+ }
56
+ `,e.input`
57
+ width: 18px;
58
+ height: 18px;
59
+ margin-top: 2px;
60
+ cursor: pointer;
61
+ flex-shrink: 0;
62
+ `,e.div`
63
+ display: flex;
64
+ flex-direction: column;
65
+ gap: 4px;
66
+ flex: 1;
67
+ `,e.p`
68
+ margin: 0;
69
+ font-size: 14px;
70
+ font-weight: 500;
71
+ line-height: 20px;
72
+ color: ${e=>e.completed?i.content.secondary:i.content.primary};
73
+ text-decoration: ${e=>e.completed?"line-through":"none"};
74
+ `,e.p`
75
+ margin: 0;
76
+ font-size: 12px;
77
+ font-weight: 400;
78
+ line-height: 16px;
79
+ color: ${i.content.secondary};
80
+ opacity: ${e=>e.completed?.6:1};
81
+ `;const n=e.div`
82
+ border-radius: 8px;
83
+ border: 1px solid
84
+ ${e=>e.isActive?i.stroke.primary:"#E0E0E0"};
85
+ padding: 16px;
86
+ display: flex;
87
+ flex-direction: column;
88
+ gap: 12px;
89
+ background: ${i.surface.standard};
90
+ transition: all 0.2s ease;
91
+
92
+ &:hover {
93
+ border-color: ${e=>e.isActive?i.stroke.primary:"#D0D0D0"};
94
+ }
95
+ `,d=e.div`
96
+ display: flex;
97
+ align-items: center;
98
+ gap: 16px;
99
+ width: 100%;
100
+ `,p=e.div`
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ flex-shrink: 0;
105
+ `,a=e.div`
106
+ display: flex;
107
+ flex-direction: column;
108
+ gap: 4px;
109
+ flex: 1;
110
+ `,l=e.div`
111
+ font-size: 16px;
112
+ font-weight: 600;
113
+ line-height: 24px;
114
+ color: ${e=>e.completed?i.background.positive.vibrant:e.isActive?i.content.primary:i.content.placeholder} !important;
115
+ margin: 0;
116
+ display: flex;
117
+ flex-direction: row;
118
+ gap: 12px;
119
+ `,c=e.div`
120
+ font-size: 14px;
121
+ font-weight: 400;
122
+ line-height: 20px;
123
+ color: ${e=>e.isActive?i.content.secondary:i.content.placeholder};
124
+ margin: 0;
125
+ `,s=e.div`
126
+ display: flex;
127
+ align-items: center;
128
+ gap: 8px;
129
+ flex-shrink: 0;
130
+ `,x=e.div`
131
+ width: 100%;
132
+ margin-top: 8px;
133
+ `;export{r as HeaderSection,t as ProgressBarSection,o as ProgressChecklistContainer,s as SingleChecklistActionWrapper,x as SingleChecklistAlertRow,a as SingleChecklistContent,l as SingleChecklistHeader,p as SingleChecklistIconWrapper,n as SingleChecklistItem,d as SingleChecklistMainRow,c as SingleChecklistSubheader};
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ interface StepItem {
3
+ id?: string;
4
+ text: string;
5
+ label?: string;
6
+ onClick?: () => void;
7
+ isCompleted?: boolean;
8
+ }
9
+ interface ProgressStepperProps {
10
+ steps?: StepItem[];
11
+ onStepClick?: (id: string) => void;
12
+ isStepperActive?: boolean;
13
+ }
14
+ declare const _default: React.NamedExoticComponent<ProgressStepperProps>;
15
+ export default _default;
@@ -0,0 +1 @@
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";import i,{useState as l}from"react";import{COLORS as n}from"../../constants/Theme.js";import{Button as d}from"../button/Button.js";const o=o=>{let{steps:s=[],onStepClick:r,isStepperActive:a}=o;var c,p;const h=s.length>0?s:[{id:"step-1",text:"Step One"},{id:"step-2",text:"Step Two"},{id:"step-3",text:"Step Three"}],[g,v]=l(null!==(p=null===(c=h[0])||void 0===c?void 0:c.id)&&void 0!==p?p:null);return e("div",Object.assign({style:{paddingLeft:52}},{children:e("div",Object.assign({style:{margin:0,padding:0,display:"flex",flexDirection:"column",gap:12}},{children:h.map(((l,o)=>{var s,c,p,u,m,x,C;return t(i.Fragment,{children:[t("div",Object.assign({style:{display:"flex",alignItems:"center",gap:8}},{children:[(()=>{var i;const n=(0===o||(null===(i=h[o-1])||void 0===i?void 0:i.isCompleted))&&!0===a,d=!0===l.isCompleted;return e("div",d?Object.assign({style:{width:24,height:24,flex:"0 0 24px"},"aria-hidden":!0},{children:t("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"11.5",fill:"#EFE6F9"}),e("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"11.5",stroke:"#4B1583"}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8047 7.52851C18.0651 7.78886 18.0651 8.21097 17.8047 8.47132L10.4714 15.8047C10.2111 16.065 9.78894 16.065 9.5286 15.8047L6.19526 12.4713C5.93491 12.211 5.93491 11.7889 6.19526 11.5285C6.45561 11.2682 6.87772 11.2682 7.13807 11.5285L10 14.3904L16.8619 7.52851C17.1223 7.26816 17.5444 7.26816 17.8047 7.52851Z",fill:"#4B1583"})]}))}):Object.assign({style:{width:24,height:24,borderRadius:30,padding:4,display:"flex",alignItems:"center",justifyContent:"center",boxSizing:"border-box",background:n?"#4B1583":"transparent",color:n?"#FFFFFF":"#BDBDBD",border:"1px solid "+(n?"#4B1583":"#E0E0E0"),fontSize:12,lineHeight:"12px",flex:"0 0 24px"},"aria-hidden":!0},{children:e("span",Object.assign({style:{fontSize:12,fontWeight:500}},{children:o+1}))}))})(),e("div",Object.assign({style:{display:"flex",alignItems:"center",justifyContent:"flex-start",minWidth:0},"aria-label":`Open ${null!==(c=null!==(s=l.label)&&void 0!==s?s:l.text)&&void 0!==c?c:`step ${o+1}`}`},{children:e(d,{buttonText:null!==(u=null!==(p=l.label)&&void 0!==p?p:l.text)&&void 0!==u?u:`Step ${o+1}`,buttonType:"text",buttonTextColor:l.isCompleted?n.text.secondary:0!==o&&!0!==(null===(m=h[o-1])||void 0===m?void 0:m.isCompleted)||!a?n.content.inactive:"#4B1583",matchParentWidth:!1,size:"small",style:{width:"fit-content",paddingLeft:0,textDecoration:"none",textDecorationLine:"none"},onClick:()=>{var e,t;v(null!==(e=l.id)&&void 0!==e?e:g),(!l.isCompleted&&a&&(0===o||!0===(null===(t=h[o-1])||void 0===t?void 0:t.isCompleted))||l.isCompleted)&&(l.onClick?l.onClick():l.id&&(null==r||r(l.id)))}})})),!l.isCompleted&&(0===o||!0===(null===(x=h[o-1])||void 0===x?void 0:x.isCompleted))&&a&&e("div",Object.assign({style:{width:20,height:20,display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer"},"aria-hidden":!0,onClick:e=>{var t,i;v(null!==(t=l.id)&&void 0!==t?t:g),l.isCompleted||!a||0!==o&&!0!==(null===(i=h[o-1])||void 0===i?void 0:i.isCompleted)||(l.onClick?l.onClick():l.id&&(null==r||r(l.id)))}},{children:e("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.83333 6.66667C5.3731 6.66667 5 6.29357 5 5.83333C5 5.3731 5.3731 5 5.83333 5H14.1667C14.6269 5 15 5.3731 15 5.83333V14.1667C15 14.6269 14.6269 15 14.1667 15C13.7064 15 13.3333 14.6269 13.3333 14.1667V7.84518L6.42259 14.7559C6.09715 15.0814 5.56951 15.0814 5.24408 14.7559C4.91864 14.4305 4.91864 13.9028 5.24408 13.5774L12.1548 6.66667H5.83333Z",fill:"#4B1583"})}))}))]})),o!==h.length-1&&e("div",{"aria-hidden":!0,style:{width:8,height:1,borderRadius:2,background:"#BDBDBD",transform:"rotate(90deg)",marginLeft:8}})]},null!==(C=l.id)&&void 0!==C?C:`step-${o}`)}))}))}))};var s=i.memo(o);export{s as default};
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { TooltipProps } from '../tooltips/Tooltip';
3
+ interface TagProps {
4
+ tagText: string | number;
5
+ variant?: 'regular' | 'circle' | 'compressed';
6
+ type?: 'negative' | 'warning' | 'positive' | 'neutral' | 'white' | 'purple' | 'blue' | 'grey' | 'ai';
7
+ theme?: 'light' | 'dark';
8
+ tooltip?: Omit<TooltipProps, 'children'>;
9
+ }
10
+ interface SimpleChecklistItemProps {
11
+ header: string;
12
+ subheader?: string;
13
+ icon?: React.ReactNode;
14
+ activeIcon?: React.ReactNode;
15
+ completedIcon?: React.ReactNode;
16
+ isActive?: boolean;
17
+ isCompleted?: boolean;
18
+ tag?: TagProps;
19
+ }
20
+ declare const SimpleChecklistItem: React.FC<SimpleChecklistItemProps>;
21
+ export default SimpleChecklistItem;