@bikdotai/bik-component-library 0.0.743 → 0.0.744-beta.10

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 (89) 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/CompletedChecklistIcon.d.ts +3 -0
  6. package/dist/cjs/assets/icons/CompletedChecklistIcon.js +1 -0
  7. package/dist/cjs/assets/icons/CustomiseIcon.d.ts +7 -0
  8. package/dist/cjs/assets/icons/EnableIcon.d.ts +7 -0
  9. package/dist/cjs/assets/icons/GoLiveIcon.d.ts +7 -0
  10. package/dist/cjs/assets/icons/InactiveChecklistIcon.d.ts +3 -0
  11. package/dist/cjs/assets/icons/InactiveChecklistIcon.js +1 -0
  12. package/dist/cjs/assets/icons/NudgesIcon.d.ts +7 -0
  13. package/dist/cjs/assets/icons/OrderTrackingIcon.d.ts +7 -0
  14. package/dist/cjs/assets/icons/ProgressBadgeIcon.d.ts +3 -0
  15. package/dist/cjs/assets/icons/ShoppingIcon.d.ts +7 -0
  16. package/dist/cjs/assets/icons/SmallCheckIcon.d.ts +3 -0
  17. package/dist/cjs/assets/icons/SmallCheckIcon.js +1 -0
  18. package/dist/cjs/assets/icons/SupportIcon.d.ts +7 -0
  19. package/dist/cjs/assets/icons/TrainingIcon.d.ts +7 -0
  20. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.d.ts +10 -0
  21. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.js +1 -0
  22. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.d.ts +67 -0
  23. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.js +1 -0
  24. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.style.d.ts +30 -0
  25. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.style.js +133 -0
  26. package/dist/cjs/components/ProgressChecklist/ProgressStepper.d.ts +14 -0
  27. package/dist/cjs/components/ProgressChecklist/ProgressStepper.js +1 -0
  28. package/dist/cjs/components/ProgressChecklist/SimpleChecklistItem.d.ts +19 -0
  29. package/dist/cjs/components/ProgressChecklist/SimpleChecklistItem.js +1 -0
  30. package/dist/cjs/components/ProgressChecklist/index.d.ts +2 -0
  31. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  32. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  33. package/dist/cjs/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  34. package/dist/cjs/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  35. package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  36. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.d.ts +23 -0
  37. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.js +1 -0
  38. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.stories.d.ts +12 -0
  39. package/dist/cjs/components/post-live-checklist/index.d.ts +2 -0
  40. package/dist/cjs/components/post-live-checklist-item/PostLiveChecklistItem.d.ts +10 -0
  41. package/dist/cjs/components/post-live-checklist-item/PostLiveChecklistItem.js +1 -0
  42. package/dist/cjs/components/post-live-checklist-item/index.d.ts +1 -0
  43. package/dist/cjs/index.d.ts +3 -0
  44. package/dist/cjs/index.js +1 -1
  45. package/dist/esm/assets/icons/ActiveChecklistIcon.d.ts +3 -0
  46. package/dist/esm/assets/icons/ActiveChecklistIcon.js +1 -0
  47. package/dist/esm/assets/icons/CheckIndicatorIcon.d.ts +1 -0
  48. package/dist/esm/assets/icons/CheckIndicatorIcon.js +1 -0
  49. package/dist/esm/assets/icons/CompletedChecklistIcon.d.ts +3 -0
  50. package/dist/esm/assets/icons/CompletedChecklistIcon.js +1 -0
  51. package/dist/esm/assets/icons/CustomiseIcon.d.ts +7 -0
  52. package/dist/esm/assets/icons/EnableIcon.d.ts +7 -0
  53. package/dist/esm/assets/icons/GoLiveIcon.d.ts +7 -0
  54. package/dist/esm/assets/icons/InactiveChecklistIcon.d.ts +3 -0
  55. package/dist/esm/assets/icons/InactiveChecklistIcon.js +1 -0
  56. package/dist/esm/assets/icons/NudgesIcon.d.ts +7 -0
  57. package/dist/esm/assets/icons/OrderTrackingIcon.d.ts +7 -0
  58. package/dist/esm/assets/icons/ProgressBadgeIcon.d.ts +3 -0
  59. package/dist/esm/assets/icons/ShoppingIcon.d.ts +7 -0
  60. package/dist/esm/assets/icons/SmallCheckIcon.d.ts +3 -0
  61. package/dist/esm/assets/icons/SmallCheckIcon.js +1 -0
  62. package/dist/esm/assets/icons/SupportIcon.d.ts +7 -0
  63. package/dist/esm/assets/icons/TrainingIcon.d.ts +7 -0
  64. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.d.ts +10 -0
  65. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.js +1 -0
  66. package/dist/esm/components/ProgressChecklist/ProgressChecklist.d.ts +67 -0
  67. package/dist/esm/components/ProgressChecklist/ProgressChecklist.js +1 -0
  68. package/dist/esm/components/ProgressChecklist/ProgressChecklist.style.d.ts +30 -0
  69. package/dist/esm/components/ProgressChecklist/ProgressChecklist.style.js +133 -0
  70. package/dist/esm/components/ProgressChecklist/ProgressStepper.d.ts +14 -0
  71. package/dist/esm/components/ProgressChecklist/ProgressStepper.js +1 -0
  72. package/dist/esm/components/ProgressChecklist/SimpleChecklistItem.d.ts +19 -0
  73. package/dist/esm/components/ProgressChecklist/SimpleChecklistItem.js +1 -0
  74. package/dist/esm/components/ProgressChecklist/index.d.ts +2 -0
  75. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  76. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  77. package/dist/esm/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  78. package/dist/esm/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  79. package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  80. package/dist/esm/components/post-live-checklist/PostLiveChecklist.d.ts +23 -0
  81. package/dist/esm/components/post-live-checklist/PostLiveChecklist.js +1 -0
  82. package/dist/esm/components/post-live-checklist/PostLiveChecklist.stories.d.ts +12 -0
  83. package/dist/esm/components/post-live-checklist/index.d.ts +2 -0
  84. package/dist/esm/components/post-live-checklist-item/PostLiveChecklistItem.d.ts +10 -0
  85. package/dist/esm/components/post-live-checklist-item/PostLiveChecklistItem.js +1 -0
  86. package/dist/esm/components/post-live-checklist-item/index.d.ts +1 -0
  87. package/dist/esm/index.d.ts +3 -0
  88. package/dist/esm/index.js +1 -1
  89. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const ActiveChecklistIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default ActiveChecklistIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"36",height:"44",viewBox:"0 0 36 44",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:[e.jsx("rect",{y:"4",width:"36",height:"36",rx:"18",fill:"#EFE6F9"}),e.jsxs("g",Object.assign({clipPath:"url(#clip0_8_5197)"},{children:[e.jsx("path",{d:"M14.9583 21.167C14.268 21.167 13.7083 21.7266 13.7083 22.417C13.7083 23.1073 14.268 23.667 14.9583 23.667C15.6487 23.667 16.2083 23.1073 16.2083 22.417C16.2083 21.7266 15.6487 21.167 14.9583 21.167Z",fill:"#4B1583"}),e.jsx("path",{d:"M20.7916 21.167C20.1013 21.167 19.5416 21.7266 19.5416 22.417C19.5416 23.1073 20.1013 23.667 20.7916 23.667C21.482 23.667 22.0416 23.1073 22.0416 22.417C22.0416 21.7266 21.482 21.167 20.7916 21.167Z",fill:"#4B1583"}),e.jsx("path",{d:"M16.2083 25.3337C15.7481 25.3337 15.375 25.7068 15.375 26.167C15.375 26.6272 15.7481 27.0003 16.2083 27.0003H19.5416C20.0019 27.0003 20.375 26.6272 20.375 26.167C20.375 25.7068 20.0019 25.3337 19.5416 25.3337H16.2083Z",fill:"#4B1583"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5416 14.5003C14.5416 14.0401 14.9147 13.667 15.375 13.667H20.375C20.8352 13.667 21.2083 14.0401 21.2083 14.5003C21.2083 14.9606 20.8352 15.3337 20.375 15.3337H18.7083V17.0003H22.875C25.1762 17.0003 27.0416 18.8658 27.0416 21.167V26.167C27.0416 28.4682 25.1762 30.3337 22.875 30.3337H12.875C10.5738 30.3337 8.70831 28.4682 8.70831 26.167V21.167C8.70831 18.8658 10.5738 17.0003 12.875 17.0003H17.0416V15.3337H15.375C14.9147 15.3337 14.5416 14.9606 14.5416 14.5003ZM12.875 18.667C11.4943 18.667 10.375 19.7863 10.375 21.167V26.167C10.375 27.5477 11.4943 28.667 12.875 28.667H22.875C24.2557 28.667 25.375 27.5477 25.375 26.167V21.167C25.375 19.7863 24.2557 18.667 22.875 18.667H12.875Z",fill:"#4B1583"})]})),e.jsx("defs",{children:e.jsx("clipPath",Object.assign({id:"clip0_8_5197"},{children:e.jsx("rect",{width:"20",height:"20",fill:"white",transform:"translate(7.875 12)"})}))})]}));exports.ActiveChecklistIcon=t,exports.default=t;
@@ -0,0 +1 @@
1
+ export declare const CheckIndicatorIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");exports.CheckIndicatorIcon=()=>e.jsxs("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"9",fill:"#1A872C"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6819 8.06064C17.0724 8.45117 17.0724 9.08433 16.6819 9.47486L11.025 15.1317C10.6345 15.5223 10.0013 15.5223 9.6108 15.1317L7.48968 13.0106C7.09916 12.6201 7.09916 11.9869 7.48968 11.5964C7.88021 11.2059 8.51337 11.2059 8.9039 11.5964L10.3179 13.0104L15.2677 8.06064C15.6582 7.67012 16.2914 7.67012 16.6819 8.06064Z",fill:"white"})]}));
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const CompletedChecklistIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default CompletedChecklistIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:[e.jsx("rect",{width:"36",height:"36",rx:"18",fill:"#1A872C"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.1309 12.4106C25.4564 12.736 25.4564 13.2637 25.1309 13.5891L15.9643 22.7558C15.6388 23.0812 15.1112 23.0812 14.7857 22.7558L10.6191 18.5891C10.2936 18.2637 10.2936 17.736 10.6191 17.4106C10.9445 17.0851 11.4722 17.0851 11.7976 17.4106L15.375 20.988L23.9524 12.4106C24.2778 12.0851 24.8055 12.0851 25.1309 12.4106Z",fill:"white"})]}));exports.CompletedChecklistIcon=t,exports.default=t;
@@ -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 CustomiseIcon: React.FC<IconProps>;
7
+ export default CustomiseIcon;
@@ -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 EnableIcon: React.FC<IconProps>;
7
+ export default EnableIcon;
@@ -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 GoLiveIcon: React.FC<IconProps>;
7
+ export default GoLiveIcon;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const InactiveChecklistIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default InactiveChecklistIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"36",height:"44",viewBox:"0 0 36 44",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:[e.jsx("rect",{y:"4",width:"36",height:"36",rx:"18",fill:"#E0E0E0"}),e.jsxs("g",Object.assign({clipPath:"url(#clip0_8_5196)"},{children:[e.jsx("path",{d:"M14.9583 21.167C14.268 21.167 13.7083 21.7266 13.7083 22.417C13.7083 23.1073 14.268 23.667 14.9583 23.667C15.6487 23.667 16.2083 23.1073 16.2083 22.417C16.2083 21.7266 15.6487 21.167 14.9583 21.167Z",fill:"#BDBDBD"}),e.jsx("path",{d:"M20.7916 21.167C20.1013 21.167 19.5416 21.7266 19.5416 22.417C19.5416 23.1073 20.1013 23.667 20.7916 23.667C21.482 23.667 22.0416 23.1073 22.0416 22.417C22.0416 21.7266 21.482 21.167 20.7916 21.167Z",fill:"#BDBDBD"}),e.jsx("path",{d:"M16.2083 25.3337C15.7481 25.3337 15.375 25.7068 15.375 26.167C15.375 26.6272 15.7481 27.0003 16.2083 27.0003H19.5416C20.0019 27.0003 20.375 26.6272 20.375 26.167C20.375 25.7068 20.0019 25.3337 19.5416 25.3337H16.2083Z",fill:"#BDBDBD"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5416 14.5003C14.5416 14.0401 14.9147 13.667 15.375 13.667H20.375C20.8352 13.667 21.2083 14.0401 21.2083 14.5003C21.2083 14.9606 20.8352 15.3337 20.375 15.3337H18.7083V17.0003H22.875C25.1762 17.0003 27.0416 18.8658 27.0416 21.167V26.167C27.0416 28.4682 25.1762 30.3337 22.875 30.3337H12.875C10.5738 30.3337 8.70831 28.4682 8.70831 26.167V21.167C8.70831 18.8658 10.5738 17.0003 12.875 17.0003H17.0416V15.3337H15.375C14.9147 15.3337 14.5416 14.9606 14.5416 14.5003ZM12.875 18.667C11.4943 18.667 10.375 19.7863 10.375 21.167V26.167C10.375 27.5477 11.4943 28.667 12.875 28.667H22.875C24.2557 28.667 25.375 27.5477 25.375 26.167V21.167C25.375 19.7863 24.2557 18.667 22.875 18.667H12.875Z",fill:"#BDBDBD"})]})),e.jsx("defs",{children:e.jsx("clipPath",Object.assign({id:"clip0_8_5196"},{children:e.jsx("rect",{width:"20",height:"20",fill:"white",transform:"translate(7.875 12)"})}))})]}));exports.InactiveChecklistIcon=t,exports.default=t;
@@ -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 NudgesIcon: React.FC<IconProps>;
7
+ export default NudgesIcon;
@@ -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 OrderTrackingIcon: React.FC<IconProps>;
7
+ export default OrderTrackingIcon;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const ProgressBadgeIcon: React.FC;
3
+ export default ProgressBadgeIcon;
@@ -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 ShoppingIcon: React.FC<IconProps>;
7
+ export default ShoppingIcon;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const SmallCheckIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default SmallCheckIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsx("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.91058 4.41058C7.23602 4.08514 7.76366 4.08514 8.08909 4.41058L13.0891 9.41058C13.4145 9.73602 13.4145 10.2637 13.0891 10.5891L8.08909 15.5891C7.76366 15.9145 7.23602 15.9145 6.91058 15.5891C6.58514 15.2637 6.58514 14.736 6.91058 14.4106L11.3213 9.99984L6.91058 5.58909C6.58514 5.26366 6.58514 4.73602 6.91058 4.41058Z",fill:"#616161"})}));exports.SmallCheckIcon=t,exports.default=t;
@@ -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 SupportIcon: React.FC<IconProps>;
7
+ export default SupportIcon;
@@ -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,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
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("../accordion/Accordion.js"),i=require("./SimpleChecklistItem.js");exports.default=o=>{let{item:t,children:s,isOpen:c,onToggle:d}=o;const n="boolean"==typeof c?c:!!t.isActive,a=e.jsx(i.default,{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.jsx(r.BikAccordion,Object.assign({header:a,headerStyles:{height:"auto",cursor:"pointer"},onToggleAccordion:d||(()=>{}),isOpen:n,skipHoverHeader:!0,showBorders:!0,borderRadius:"8px"},{children:s?e.jsx("div",Object.assign({style:{border:"none",padding:16}},{children:s})):null}))};
@@ -0,0 +1,67 @@
1
+ import React from 'react';
2
+ import { ALERT_TYPES } from '../alerts';
3
+ export interface ChecklistItemType {
4
+ id: string;
5
+ label: string;
6
+ description?: string;
7
+ completed?: boolean;
8
+ }
9
+ export interface SingleChecklistItemType {
10
+ id: string;
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
+ onSetup?: () => void;
19
+ alertText?: string | React.ReactNode;
20
+ alertType?: ALERT_TYPES;
21
+ tag?: {
22
+ tagText: string | number;
23
+ variant?: 'regular' | 'circle' | 'compressed';
24
+ type?: 'negative' | 'warning' | 'positive' | 'neutral' | 'white' | 'purple' | 'blue' | 'grey' | 'ai';
25
+ theme?: 'light' | 'dark';
26
+ };
27
+ type: 'single';
28
+ buttonType?: 'primary' | 'secondary' | 'tertiary';
29
+ buttonText?: string;
30
+ buttonDisabled?: boolean;
31
+ hideRedirectButton?: boolean;
32
+ }
33
+ export interface MultiChecklistItemType {
34
+ id: string;
35
+ header: string;
36
+ subheader?: string;
37
+ icon?: React.ReactNode;
38
+ activeIcon?: React.ReactNode;
39
+ completedIcon?: React.ReactNode;
40
+ isActive?: boolean;
41
+ isCompleted?: boolean;
42
+ onSetup?: () => void;
43
+ tag?: {
44
+ tagText: string | number;
45
+ variant?: 'regular' | 'circle' | 'compressed';
46
+ type?: 'negative' | 'warning' | 'positive' | 'neutral' | 'white' | 'purple' | 'blue' | 'grey' | 'ai';
47
+ theme?: 'light' | 'dark';
48
+ };
49
+ type: 'multiple';
50
+ alertType?: ALERT_TYPES;
51
+ steps?: Array<{
52
+ id?: string;
53
+ text: string;
54
+ onClick?: () => void;
55
+ isCompleted?: boolean;
56
+ }>;
57
+ buttonType?: 'primary' | 'secondary' | 'tertiary';
58
+ }
59
+ export interface ProgressChecklistProps {
60
+ header?: string;
61
+ subheader?: string;
62
+ items?: Array<SingleChecklistItemType | MultiChecklistItemType>;
63
+ progressBarColor?: string;
64
+ headerAction?: React.ReactNode;
65
+ }
66
+ declare const ProgressChecklist: React.FC<ProgressChecklistProps>;
67
+ export default ProgressChecklist;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),s=require("../../constants/Theme.js"),i=require("../../assets/icons/ActiveChecklistIcon.js"),l=require("../../assets/icons/CompletedChecklistIcon.js"),r=require("../../assets/icons/InactiveChecklistIcon.js"),n=require("../../assets/icons/SmallCheckIcon.js"),c=require("../alerts/Alert.js"),o=require("../alerts/AlertHelper.js"),a=require("../button/Button.js"),d=require("../progress-bar-v2/ProgressBarV2.js"),u=require("../tag/Tag.js"),p=require("../TypographyStyle.js"),h=require("./MultiChecklistItem.js"),g=require("./ProgressChecklist.style.js"),j=require("./ProgressStepper.js");exports.default=x=>{let{header:C,subheader:m,items:y=[],progressBarColor:v,headerAction:b}=x;const[S,f]=t.useState(y);t.useEffect((()=>{f(y)}),[y]);const k=S.filter((e=>e.isCompleted)).length,T=S.length,I=T>0?k/T*100:0;return e.jsxs(g.ProgressChecklistContainer,{children:[e.jsxs(g.HeaderSection,{children:[e.jsxs("div",Object.assign({style:{display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"}},{children:[e.jsx(p.TitleMedium,{children:C}),b&&e.jsx("div",{children:b})]})),e.jsx(p.BodySecondary,Object.assign({color:s.COLORS.content.secondary},{children:m}))]}),e.jsxs(g.ProgressBarSection,Object.assign({style:{display:"flex",alignItems:"center",gap:"16px"}},{children:[e.jsx("div",Object.assign({style:{flex:1}},{children:e.jsx(d.ProgressBarV2,{progress:Math.round(I),type:d.ProgressBarType.LINE,matchParentWidth:!0,showProgress:!1,color:null!=v?v:s.COLORS.background.positive.vibrant,progressBarThickness:12})})),e.jsx("div",Object.assign({style:{display:"flex",justifyContent:"flex-end",alignItems:"center",minWidth:12}},{children:e.jsxs(p.TitleSmall,Object.assign({style:{color:s.COLORS.content.secondary,textAlign:"right"}},{children:[k," / ",T]}))}))]})),e.jsx("div",Object.assign({style:{display:"flex",flexDirection:"column",gap:"16px"}},{children:S.map((t=>{var s,d,p,x,C,m,y,v;if("single"===t.type)return e.jsxs(g.SingleChecklistItem,Object.assign({isActive:t.isActive||!1},{children:[e.jsxs(g.SingleChecklistMainRow,{children:[e.jsx(g.SingleChecklistIconWrapper,{children:t.isCompleted?null!==(s=t.completedIcon)&&void 0!==s?s:e.jsx(l.CompletedChecklistIcon,{}):t.isActive?null!==(d=t.activeIcon)&&void 0!==d?d:e.jsx(i.ActiveChecklistIcon,{}):null!==(p=t.icon)&&void 0!==p?p:e.jsx(r.InactiveChecklistIcon,{})}),e.jsxs(g.SingleChecklistContent,{children:[e.jsxs("div",Object.assign({style:{display:"flex",alignItems:"center",gap:12}},{children:[e.jsx(g.SingleChecklistHeader,Object.assign({completed:!!t.isCompleted,isActive:!!t.isActive},{children:t.header})),(null===(x=t.tag)||void 0===x?void 0:x.tagText)&&e.jsx(u.Tag,{tagText:t.tag.tagText,variant:t.tag.variant,type:t.tag.type,theme:t.tag.theme})]})),e.jsx(g.SingleChecklistSubheader,{children:t.subheader})]}),t.isCompleted&&!t.hideRedirectButton&&e.jsx("div",Object.assign({onClick:t.onSetup,style:{cursor:"pointer"}},{children:e.jsx(n.SmallCheckIcon,{style:{marginLeft:"12px"}})})),!t.isCompleted&&t.isActive&&e.jsx(g.SingleChecklistActionWrapper,{children:e.jsx(a.Button,{buttonText:null!==(C=t.buttonText)&&void 0!==C?C:"Setup",buttonType:null!==(m=t.buttonType)&&void 0!==m?m:"primary",onClick:t.onSetup,disabled:null!==(y=t.buttonDisabled)&&void 0!==y&&y})})]}),t.alertText&&e.jsx(g.SingleChecklistAlertRow,{children:e.jsx(c.Alert,{text:t.alertText,type:null!==(v=t.alertType)&&void 0!==v?v:o.ALERT_TYPES.WARNING,contentPosition:o.CONTENT_POSITION.START})})]}),t.id);if("multiple"===t.type){const s=t.steps&&t.steps.length>0?t.steps.map(((e,s)=>{var i;return{id:null!==(i=e.id)&&void 0!==i?i:`${t.id}-sub-${s+1}`,text:e.text,label:e.text,onClick:e.onClick,isCompleted:!!e.isCompleted}})):[{id:`${t.id}-sub-1`,text:"Connect",label:"Connect",isCompleted:!1},{id:`${t.id}-sub-2`,text:"Configure",label:"Configure",isCompleted:!1},{id:`${t.id}-sub-3`,text:"Verify",label:"Verify",isCompleted:!1}];return e.jsx(h.default,Object.assign({item:t},{children:e.jsx(j.default,{steps:s})}),t.id)}}))}))]})};
@@ -0,0 +1,30 @@
1
+ export declare const ProgressChecklistContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const HeaderSection: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const ProgressBarSection: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const ChecklistItemsSection: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const ChecklistItem: import("styled-components").StyledComponent<"div", any, {
6
+ completed?: boolean | undefined;
7
+ }, never>;
8
+ export declare const ChecklistCheckbox: import("styled-components").StyledComponent<"input", any, {}, never>;
9
+ export declare const ChecklistItemContent: import("styled-components").StyledComponent<"div", any, {}, never>;
10
+ export declare const ChecklistItemText: import("styled-components").StyledComponent<"p", any, {
11
+ completed?: boolean | undefined;
12
+ }, never>;
13
+ export declare const ChecklistItemDescription: import("styled-components").StyledComponent<"p", any, {
14
+ completed?: boolean | undefined;
15
+ }, never>;
16
+ export declare const SingleChecklistItem: import("styled-components").StyledComponent<"div", any, {
17
+ isActive: boolean;
18
+ }, never>;
19
+ export declare const SingleChecklistMainRow: import("styled-components").StyledComponent<"div", any, {}, never>;
20
+ export declare const SingleChecklistIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
21
+ export declare const SingleChecklistContent: import("styled-components").StyledComponent<"div", any, {}, never>;
22
+ export declare const SingleChecklistHeader: import("styled-components").StyledComponent<"div", any, {
23
+ completed?: boolean | undefined;
24
+ isActive?: boolean | undefined;
25
+ }, never>;
26
+ export declare const SingleChecklistSubheader: import("styled-components").StyledComponent<"div", any, {
27
+ isActive?: boolean | undefined;
28
+ }, never>;
29
+ export declare const SingleChecklistActionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
30
+ export declare const SingleChecklistAlertRow: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,133 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("styled-components"),t=require("../../constants/Theme.js");function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=i(e);const o=r.default.div`
2
+ border-radius: 8px;
3
+ border: 1px solid #e0e0e0;
4
+ padding: 24px;
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: 10px;
8
+ background: ${t.COLORS.surface.standard};
9
+
10
+ .accordion__overview {
11
+ padding: 16px !important;
12
+ border-bottom: none;
13
+ }
14
+ `,l=r.default.div`
15
+ display: flex;
16
+ flex-direction: column;
17
+ gap: 8px;
18
+ `,n=r.default.div`
19
+ display: flex;
20
+ flex-direction: row;
21
+ gap: 12px;
22
+ `;r.default.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: ${t.COLORS.stroke.primary};
39
+ border-radius: 3px;
40
+ }
41
+ `,r.default.div`
42
+ display: flex;
43
+ align-items: flex-start;
44
+ gap: 12px;
45
+ padding: 12px;
46
+ background: ${e=>e.completed?"#F0F7F4":t.COLORS.surface.standard};
47
+ border: 1px solid
48
+ ${e=>e.completed?"#D4E9E3":t.COLORS.stroke.primary};
49
+ border-radius: 6px;
50
+ cursor: pointer;
51
+ transition: all 0.2s ease;
52
+
53
+ &:hover {
54
+ background: ${e=>e.completed?"#E8F4F0":t.COLORS.background.base};
55
+ }
56
+ `,r.default.input`
57
+ width: 18px;
58
+ height: 18px;
59
+ margin-top: 2px;
60
+ cursor: pointer;
61
+ flex-shrink: 0;
62
+ `,r.default.div`
63
+ display: flex;
64
+ flex-direction: column;
65
+ gap: 4px;
66
+ flex: 1;
67
+ `,r.default.p`
68
+ margin: 0;
69
+ font-size: 14px;
70
+ font-weight: 500;
71
+ line-height: 20px;
72
+ color: ${e=>e.completed?t.COLORS.content.secondary:t.COLORS.content.primary};
73
+ text-decoration: ${e=>e.completed?"line-through":"none"};
74
+ `,r.default.p`
75
+ margin: 0;
76
+ font-size: 12px;
77
+ font-weight: 400;
78
+ line-height: 16px;
79
+ color: ${t.COLORS.content.secondary};
80
+ opacity: ${e=>e.completed?.6:1};
81
+ `;const a=r.default.div`
82
+ border-radius: 8px;
83
+ border: 1px solid
84
+ ${e=>e.isActive?t.COLORS.stroke.primary:"#E0E0E0"};
85
+ padding: 16px;
86
+ display: flex;
87
+ flex-direction: column;
88
+ gap: 12px;
89
+ background: ${t.COLORS.surface.standard};
90
+ transition: all 0.2s ease;
91
+
92
+ &:hover {
93
+ border-color: ${e=>e.isActive?t.COLORS.stroke.primary:"#D0D0D0"};
94
+ }
95
+ `,d=r.default.div`
96
+ display: flex;
97
+ align-items: center;
98
+ gap: 16px;
99
+ width: 100%;
100
+ `,p=r.default.div`
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ flex-shrink: 0;
105
+ `,s=r.default.div`
106
+ display: flex;
107
+ flex-direction: column;
108
+ gap: 4px;
109
+ flex: 1;
110
+ `,c=r.default.div`
111
+ font-size: 16px;
112
+ font-weight: 600;
113
+ line-height: 24px;
114
+ color: ${e=>e.completed?t.COLORS.background.positive.vibrant:e.isActive?t.COLORS.content.primary:t.COLORS.content.placeholder} !important;
115
+ margin: 0;
116
+ display: flex;
117
+ flex-direction: row;
118
+ gap: 12px;
119
+ `,x=r.default.div`
120
+ font-size: 14px;
121
+ font-weight: 400;
122
+ line-height: 20px;
123
+ color: ${e=>e.isActive?t.COLORS.content.secondary:t.COLORS.content.placeholder};
124
+ margin: 0;
125
+ `,f=r.default.div`
126
+ display: flex;
127
+ align-items: center;
128
+ gap: 8px;
129
+ flex-shrink: 0;
130
+ `,u=r.default.div`
131
+ width: 100%;
132
+ margin-top: 8px;
133
+ `;exports.HeaderSection=l,exports.ProgressBarSection=n,exports.ProgressChecklistContainer=o,exports.SingleChecklistActionWrapper=f,exports.SingleChecklistAlertRow=u,exports.SingleChecklistContent=s,exports.SingleChecklistHeader=c,exports.SingleChecklistIconWrapper=p,exports.SingleChecklistItem=a,exports.SingleChecklistMainRow=d,exports.SingleChecklistSubheader=x;
@@ -0,0 +1,14 @@
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
+ }
13
+ declare const _default: React.NamedExoticComponent<ProgressStepperProps>;
14
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),i=require("../../constants/Theme.js"),n=require("../button/Button.js");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=l(t);const s=l=>{let{steps:s=[],onStepClick:o}=l;var r,a;const c=s.length>0?s:[{id:"step-1",text:"Step One"},{id:"step-2",text:"Step Two"},{id:"step-3",text:"Step Three"}],[x,h]=t.useState(null!==(a=null===(r=c[0])||void 0===r?void 0:r.id)&&void 0!==a?a:null);return e.jsx("div",Object.assign({style:{paddingLeft:52}},{children:e.jsx("div",Object.assign({style:{margin:0,padding:0,display:"flex",flexDirection:"column",gap:12}},{children:c.map(((t,l)=>{var s,r,a,u,p,g,v;return e.jsxs(d.default.Fragment,{children:[e.jsxs("div",Object.assign({style:{display:"flex",alignItems:"center",gap:8}},{children:[(()=>{var i;const n=0===l||!0===(null===(i=c[l-1])||void 0===i?void 0:i.isCompleted);return!0===t.isCompleted?e.jsx("div",Object.assign({style:{width:24,height:24,flex:"0 0 24px"},"aria-hidden":!0},{children:e.jsxs("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e.jsx("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"11.5",fill:"#EFE6F9"}),e.jsx("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"11.5",stroke:"#4B1583"}),e.jsx("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"})]}))})):e.jsx("div",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.jsx("span",Object.assign({style:{fontSize:12,fontWeight:500}},{children:l+1}))}))})(),e.jsx("div",Object.assign({style:{display:"flex",alignItems:"center",justifyContent:"flex-start",minWidth:0},"aria-label":`Open ${null!==(r=null!==(s=t.label)&&void 0!==s?s:t.text)&&void 0!==r?r:`step ${l+1}`}`},{children:e.jsx(n.Button,{buttonText:null!==(u=null!==(a=t.label)&&void 0!==a?a:t.text)&&void 0!==u?u:`Step ${l+1}`,buttonType:"text",buttonTextColor:t.isCompleted?i.COLORS.text.secondary:0===l||!0===(null===(p=c[l-1])||void 0===p?void 0:p.isCompleted)?i.COLORS.stroke.brand:i.COLORS.content.inactive,matchParentWidth:!1,size:"small",style:{width:"fit-content",paddingLeft:0,textDecoration:"none",textDecorationLine:"none"},onClick:()=>{var e,i;h(null!==(e=t.id)&&void 0!==e?e:x),t.isCompleted||0!==l&&!0!==(null===(i=c[l-1])||void 0===i?void 0:i.isCompleted)||(t.onClick?t.onClick():t.id&&(null==o||o(t.id)))}})})),!t.isCompleted&&(0===l||!0===(null===(g=c[l-1])||void 0===g?void 0:g.isCompleted))&&e.jsx("div",Object.assign({style:{width:20,height:20,display:"flex",alignItems:"center",justifyContent:"center"},"aria-hidden":!0},{children:e.jsx("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("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"})}))}))]})),l!==c.length-1&&e.jsx("div",{"aria-hidden":!0,style:{width:8,height:1,borderRadius:2,background:"#BDBDBD",transform:"rotate(90deg)",marginLeft:8}})]},null!==(v=t.id)&&void 0!==v?v:`step-${l}`)}))}))}))};var o=d.default.memo(s);exports.default=o;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ interface TagProps {
3
+ tagText: string | number;
4
+ variant?: 'regular' | 'circle' | 'compressed';
5
+ type?: 'negative' | 'warning' | 'positive' | 'neutral' | 'white' | 'purple' | 'blue' | 'grey' | 'ai';
6
+ theme?: 'light' | 'dark';
7
+ }
8
+ interface SimpleChecklistItemProps {
9
+ header: string;
10
+ subheader?: string;
11
+ icon?: React.ReactNode;
12
+ activeIcon?: React.ReactNode;
13
+ completedIcon?: React.ReactNode;
14
+ isActive?: boolean;
15
+ isCompleted?: boolean;
16
+ tag?: TagProps;
17
+ }
18
+ declare const SimpleChecklistItem: React.FC<SimpleChecklistItemProps>;
19
+ export default SimpleChecklistItem;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),s=require("../../assets/icons/ActiveChecklistIcon.js"),t=require("../../assets/icons/CompletedChecklistIcon.js"),i=require("../../assets/icons/InactiveChecklistIcon.js"),c=require("../tag/Tag.js"),l=require("./ProgressChecklist.style.js");exports.default=n=>{let{header:r,subheader:a,icon:o,activeIcon:h,completedIcon:d,isActive:j,isCompleted:g,tag:u}=n;return e.jsx("div",{children:e.jsxs(l.SingleChecklistMainRow,{children:[e.jsx(l.SingleChecklistIconWrapper,{children:g?null!=d?d:e.jsx(t.CompletedChecklistIcon,{}):j?null!=h?h:e.jsx(s.ActiveChecklistIcon,{}):null!=o?o:e.jsx(i.InactiveChecklistIcon,{})}),e.jsxs(l.SingleChecklistContent,{children:[e.jsxs("div",Object.assign({style:{display:"flex",alignItems:"center",gap:12}},{children:[e.jsx(l.SingleChecklistHeader,Object.assign({completed:g,isActive:j},{children:r})),(null==u?void 0:u.tagText)&&e.jsx(c.Tag,{tagText:u.tagText,variant:u.variant,type:u.type,theme:u.theme})]})),a&&e.jsx(l.SingleChecklistSubheader,Object.assign({isActive:j},{children:a}))]})]})})};
@@ -0,0 +1,2 @@
1
+ export { default as ProgressChecklist } from './ProgressChecklist';
2
+ export type { ChecklistItemType } from './ProgressChecklist';
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { QueryBuilderNodeProps } from "../../../types/QueryBuilderNodeProps.type";
2
+ import { QueryBuilderNodeProps } from "../../../Types/QueryBuilderNodeProps.type";
3
3
  declare const EventsTrigger: React.FC<QueryBuilderNodeProps>;
4
4
  export default EventsTrigger;
@@ -1,2 +1,2 @@
1
- import { QueryBuilderAPIData } from "../../../types/QueryBuilderAPI.type";
1
+ import { QueryBuilderAPIData } from "../../../Types/QueryBuilderAPI.type";
2
2
  export declare const useIGTriggerNameCacheSelector: () => QueryBuilderAPIData[];
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { QueryBuilderNodeProps } from "../../../types/QueryBuilderNodeProps.type";
2
+ import { QueryBuilderNodeProps } from "../../../Types/QueryBuilderNodeProps.type";
3
3
  declare const IGTrigger: React.FC<QueryBuilderNodeProps>;
4
4
  export default IGTrigger;
@@ -1,2 +1,2 @@
1
- import { QueryBuilderAPIData } from "../../../types/QueryBuilderAPI.type";
1
+ import { QueryBuilderAPIData } from "../../../Types/QueryBuilderAPI.type";
2
2
  export declare const useIGTriggerNameCacheSelector: () => QueryBuilderAPIData[];
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { DropdownOption } from "../../../dropdown/type";
3
- import { QueryBuilderProperty } from "../../types/QueryBuilder.type";
4
- import { QueryBuilderNodeProps } from "../../types/QueryBuilderNodeProps.type";
3
+ import { QueryBuilderProperty } from "../../Types/QueryBuilder.type";
4
+ import { QueryBuilderNodeProps } from "../../Types/QueryBuilderNodeProps.type";
5
5
  declare const BaseTriggerQueryBuilderNode: React.FC<QueryBuilderNodeProps & {
6
6
  cacheKey: string;
7
7
  propertyAddBtnText: string;
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ export interface ChecklistItem {
3
+ id: string;
4
+ isCompleted: boolean;
5
+ isOpen?: boolean;
6
+ header: string;
7
+ image?: string;
8
+ subHeader?: string;
9
+ }
10
+ export interface ButtonGroupItem {
11
+ id: string;
12
+ title: string;
13
+ icon?: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
14
+ }
15
+ export interface PostLiveChecklistProps {
16
+ title?: string;
17
+ subtitle?: string;
18
+ marketingChecklist?: ChecklistItem[];
19
+ supportChecklist?: ChecklistItem[];
20
+ onChecklistSetup?: (itemId: string, analyticsButtonId: string) => void;
21
+ useCaseType?: 'marketing' | 'support' | 'both' | string;
22
+ }
23
+ export declare const PostLiveChecklist: React.FC<PostLiveChecklistProps>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("react"),s=require("../buttonGroup/ButtonGroup.js"),i=require("../post-live-checklist-item/PostLiveChecklistItem.js"),r=require("../TypographyStyle.js"),n=require("../../constants/Theme.js");exports.PostLiveChecklist=o=>{let{title:a="Boost Performance",subtitle:l="Enable these features to make your assistant smarter",marketingChecklist:d=[],supportChecklist:u=[],onChecklistSetup:c,useCaseType:p}=o;var m,g;const[h,b]=t.useState("marketing"),[j,C]=t.useState("none"),[k,x]=t.useState("marketing");t.useEffect((()=>{const e=d.filter((e=>!e.isCompleted)).length,t=u.filter((e=>!e.isCompleted)).length;0!==e||0!==t?e>0&&t>0?C("tabs"):(C("list"),e>0&&x("marketing"),t>0&&x("support")):C("none")}),[d,u]);const O=(()=>{const e=[{id:"marketing",title:"Marketing"},{id:"support",title:"Support"}];if(!p)return e;return"support"===String(p).toLowerCase()?[e[1],e[0]]:e})();t.useEffect((()=>{"tabs"===j&&O.length>0&&b(O[0].id)}),[j,p]);const v=e=>e.toUpperCase(),f=(e,t)=>{c&&c(e,t)};if("none"===j)return null;const y="tabs"===j?"marketing"===h?d:u:"marketing"===k?d:u;return e.jsxs("div",Object.assign({style:{padding:16,border:`1px solid ${n.COLORS.stroke.primary}`,backgroundColor:n.COLORS.surface.standard,borderRadius:8}},{children:[e.jsxs("div",{children:[e.jsx(r.TitleRegular,Object.assign({color:(null===(m=n.COLORS.background)||void 0===m?void 0:m.brand)||"#4B1583"},{children:a})),e.jsx(r.BodySecondary,Object.assign({color:(null===(g=n.COLORS.content)||void 0===g?void 0:g.secondary)||"#666666"},{children:l}))]}),e.jsx("div",Object.assign({style:{marginTop:12}},{children:"tabs"===j?e.jsxs(e.Fragment,{children:[e.jsx(s.ButtonGroup,{size:"medium",gap:"12px",onButtonClick:e=>b(e),activeButtonId:h,buttonGroup:O}),e.jsx("div",Object.assign({style:{marginTop:12,display:"flex",flexDirection:"column",gap:12}},{children:y.map((t=>e.jsx(i.PostLiveChecklistItem,{isCompleted:t.isCompleted,isOpen:t.isOpen,header:t.header,image:t.image,subHeader:t.subHeader,onSetup:()=>f(t.id,v(h))},t.id)))}))]}):e.jsx("div",Object.assign({style:{marginTop:12,display:"flex",flexDirection:"column",gap:12}},{children:y.map((t=>e.jsx(i.PostLiveChecklistItem,{isCompleted:t.isCompleted,isOpen:t.isOpen,header:t.header,image:t.image,subHeader:t.subHeader,onSetup:()=>f(t.id,v(k))},t.id)))}))}))]}))};
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
3
+ declare const _default: ComponentMeta<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
4
+ export default _default;
5
+ export declare const Default: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
6
+ export declare const WithBothChecklists: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
7
+ export declare const SupportFirstOrdering: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
8
+ export declare const ListModeSupport: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
9
+ export declare const ListModeMarketing: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
10
+ export declare const AllCompleted: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
11
+ export declare const CustomTitles: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
12
+ export declare const WithSomeCompleted: ComponentStory<import("react").FC<import("./PostLiveChecklist").PostLiveChecklistProps>>;
@@ -0,0 +1,2 @@
1
+ export { PostLiveChecklist } from './PostLiveChecklist';
2
+ export type { PostLiveChecklistProps, ChecklistItem, } from './PostLiveChecklist';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface PostLiveChecklistItemProps {
3
+ isCompleted: boolean;
4
+ header: string;
5
+ subHeader?: string;
6
+ isOpen?: boolean;
7
+ onSetup?: () => void;
8
+ image?: string;
9
+ }
10
+ export declare const PostLiveChecklistItem: React.FC<PostLiveChecklistItemProps>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),s=require("../../assets/icons/CheckIndicatorIcon.js"),t=require("../../assets/icons/chevronDown.svg.js"),i=require("../../assets/icons/chevronUpOutline.svg.js"),r=require("react"),n=require("../button/Button.js"),c=require("../TypographyStyle.js"),o=require("../../constants/Theme.js");exports.PostLiveChecklistItem=l=>{const{isCompleted:d,header:a,subHeader:u,isOpen:j=!1}=l,{onSetup:x}=l,[h,p]=r.useState(j);return r.useEffect((()=>{p(j)}),[j]),e.jsxs("div",Object.assign({style:{backgroundColor:h?o.COLORS.surface.subdued:o.COLORS.surface.standard,borderRadius:8}},{children:[e.jsxs("div",Object.assign({style:{color:o.COLORS.surface.standard,padding:16,display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center",cursor:d?"default":"pointer"},onClick:()=>!d&&p(!h)},{children:[e.jsx(c.TitleSmall,Object.assign({color:h?"#4B1583":o.COLORS.content.primary},{children:a})),d?e.jsx(s.CheckIndicatorIcon,{}):h?e.jsx(i.default,{width:24,height:24,color:o.COLORS.content.secondary}):e.jsx(t.default,{width:24,height:24,color:o.COLORS.content.secondary})]})),e.jsx("div",{children:h&&e.jsx("div",Object.assign({style:{display:"flex",flexDirection:"column",gap:"16px"}},{children:e.jsxs("div",Object.assign({style:{padding:16,paddingTop:0,gap:16,display:"flex",flexDirection:"column"}},{children:[e.jsx("div",Object.assign({style:{height:200,backgroundColor:"#EFE6F9",borderRadius:8,overflow:"hidden"}},{children:e.jsx("img",{src:l.image,alt:"checklist item",style:{width:"100%",height:"100%",objectFit:"cover",display:"block"}})})),e.jsxs("div",Object.assign({style:{display:"flex",flexDirection:"row",alignItems:"center",gap:16}},{children:[e.jsx("div",Object.assign({style:{flex:2}},{children:e.jsx(c.BodySecondary,Object.assign({color:o.COLORS.content.primary,numberOfLines:3},{children:u}))})),e.jsx("div",Object.assign({style:{flex:1,display:"flex",justifyContent:"flex-end"}},{children:e.jsx(n.Button,{buttonType:"primary",size:"small",buttonText:"Setup",onClick:()=>{x&&x()}})}))]}))]}))}))})]}))};
@@ -0,0 +1 @@
1
+ export * from './PostLiveChecklistItem';
@@ -101,5 +101,8 @@ export * from './components/dot-pulse';
101
101
  export * from './components/bik-chatbot';
102
102
  export * from './components/banner';
103
103
  export * from './components/feature-announcements';
104
+ export * from './components/post-live-checklist-item';
105
+ export * from './components/post-live-checklist';
106
+ export * from './components/ProgressChecklist';
104
107
  export * from './components/BikGiftedChat';
105
108
  export * from './components/markdown';