@bikdotai/bik-component-library 0.0.859-beta.1 → 0.0.859

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.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),b=require("../../assets/icons/delete.svg.js"),O=require("../../assets/icons/edit.svg.js"),f=require("../../assets/icons/info.svg.js"),S=require("../../assets/icons/playOutline.svg.js"),g=require("../../assets/icons/vertical_dots.svg.js"),C=require("../dropdown/DropdownPopover/index.js"),T=require("../shimmer/ShimmerComponent/BikShimmer.js"),l=require("../TypographyStyle.js"),R=require("../../utils/StringUtils.js"),i=require("../../constants/Theme.js"),n=require("./AgentListing.styled.js"),s=require("../tooltips/Tooltip.js"),L=require("../tag/Tag.js"),w=require("../dropdown/utils.js"),q=t=>{switch(t.kind){case"topic":return`Topic: ${R.default.capitalize((t.label??"").replace(/_/g," "))}`;case"phrases":return t.items?.length?`Phrases: ${t.items.join(", ")}`:"Phrases";default:return t.label??""}},v=({agent:t,onRunAgent:p,onEditAgent:h,onDeleteAgent:c,onRowClick:r,triggerCountLoading:x})=>{const d=t.status==="live",a=q(t.trigger),y=o=>{o.stopPropagation(),!t.isRunDisabled&&p(t)},m=[{label:"Edit",value:"edit",leadingIcon:e.jsx(O.default,{width:16,height:16,color:i.COLORS.content.secondary})},...c?[{label:"Delete",value:"delete",customComponent:e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,color:i.COLORS.content.negative,fontFamily:"Inter",fontSize:14},children:[e.jsx(b.default,{width:16,height:16,color:i.COLORS.content.negative}),"Delete"]})}]:[]],j=o=>{o==="edit"?h(t):o==="delete"&&c?.(t)},u=e.jsx(n.ActionButton,{"data-test":`agent-row-run-${t.id}`,disabled:t.isRunDisabled,onClick:y,"aria-label":"Run agent",children:e.jsx(S.default,{width:20,height:20,color:i.COLORS.content.secondary})});return e.jsxs(n.BodyGridRow,{"data-test":`agent-row-${t.id}`,clickable:!!r,onClick:r?()=>r(t):void 0,children:[e.jsxs(n.Cell,{children:[e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:0},children:[e.jsx(l.TitleSmall,{numberOfLines:1,color:i.COLORS.content.primary,children:t.name}),t.sourceBadge?e.jsx(s.Tooltip,{body:t.sourceBadge,placement:"top",children:e.jsx("span",{style:{display:"flex",flexShrink:0,cursor:"help"},"aria-label":"Agent source",children:e.jsx(f.default,{width:16,height:16,color:i.COLORS.content.secondary})})}):null]}),e.jsxs(l.BodyCaption,{numberOfLines:1,color:i.COLORS.content.secondary,children:["Created: ",t.createdAtLabel]})]}),e.jsx(n.Cell,{children:e.jsx(s.Tooltip,{body:a,placement:"top",children:e.jsx(l.BodySecondary,{numberOfLines:2,color:i.COLORS.content.primary,children:a})})}),e.jsx(n.Cell,{align:"right",children:x?e.jsx(T.BikShimmer,{boxes:[{width:"48px",height:"16px",borderRadius:"4px",marginTop:"0"}]}):e.jsx(l.BodySecondary,{color:i.COLORS.content.primary,children:t.triggerCount})}),e.jsx(n.Cell,{children:e.jsx(L.Tag,{tagText:d?"Live":"Draft",type:d?"positive":"neutral",variant:"regular"})}),e.jsx(n.Cell,{align:"center",children:e.jsxs(n.ActionGroup,{children:[t.isRunDisabled&&t.runDisabledTooltip?e.jsx(s.Tooltip,{body:t.runDisabledTooltip,placement:"top",children:e.jsx("span",{style:{display:"flex"},children:u})}):u,e.jsx("span",{style:{display:"flex"},onClick:o=>o.stopPropagation(),children:e.jsx(C.DropdownPopover,{"data-test":`agent-row-menu-${t.id}`,options:m,placement:"bottom-end",width:"160px",onSelect:o=>j(w.unwrapDropdownValue(o)),children:e.jsx(n.ActionButton,{"data-test":`agent-row-menu-button-${t.id}`,"aria-label":"More actions",children:e.jsx(g.default,{width:20,height:20,color:i.COLORS.content.secondary})})})})]})})]})};exports.AgentTableRow=v;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),b=require("../../assets/icons/delete.svg.js"),O=require("../../assets/icons/edit.svg.js"),S=require("../../assets/icons/playOutline.svg.js"),f=require("../../assets/icons/vertical_dots.svg.js"),C=require("../dropdown/DropdownPopover/index.js"),T=require("../shimmer/ShimmerComponent/BikShimmer.js"),r=require("../TypographyStyle.js"),g=require("../../utils/StringUtils.js"),i=require("../../constants/Theme.js"),n=require("./AgentListing.styled.js"),u=require("../tooltips/Tooltip.js"),R=require("../tag/Tag.js"),L=require("../dropdown/utils.js"),w=t=>{switch(t.kind){case"topic":return`Topic: ${g.default.capitalize((t.label??"").replace(/_/g," "))}`;case"phrases":return t.items?.length?`Phrases: ${t.items.join(", ")}`:"Phrases";default:return t.label??""}},q=({agent:t,onRunAgent:p,onEditAgent:h,onDeleteAgent:s,onRowClick:l,triggerCountLoading:x})=>{const c=t.status==="live",a=w(t.trigger),y=o=>{o.stopPropagation(),!t.isRunDisabled&&p(t)},m=[{label:"Edit",value:"edit",leadingIcon:e.jsx(O.default,{width:16,height:16,color:i.COLORS.content.secondary})},...s?[{label:"Delete",value:"delete",customComponent:e.jsxs("div",{style:{display:"flex",alignItems:"center",gap:8,color:i.COLORS.content.negative,fontFamily:"Inter",fontSize:14},children:[e.jsx(b.default,{width:16,height:16,color:i.COLORS.content.negative}),"Delete"]})}]:[]],j=o=>{o==="edit"?h(t):o==="delete"&&s?.(t)},d=e.jsx(n.ActionButton,{"data-test":`agent-row-run-${t.id}`,disabled:t.isRunDisabled,onClick:y,"aria-label":"Run agent",children:e.jsx(S.default,{width:20,height:20,color:i.COLORS.content.secondary})});return e.jsxs(n.BodyGridRow,{"data-test":`agent-row-${t.id}`,clickable:!!l,onClick:l?()=>l(t):void 0,children:[e.jsxs(n.Cell,{children:[e.jsx(r.TitleSmall,{numberOfLines:1,color:i.COLORS.content.primary,children:t.name}),e.jsxs(r.BodyCaption,{numberOfLines:1,color:i.COLORS.content.secondary,children:["Created: ",t.createdAtLabel]})]}),e.jsx(n.Cell,{children:e.jsx(u.Tooltip,{body:a,placement:"top",children:e.jsx(r.BodySecondary,{numberOfLines:2,color:i.COLORS.content.primary,children:a})})}),e.jsx(n.Cell,{align:"right",children:x?e.jsx(T.BikShimmer,{boxes:[{width:"48px",height:"16px",borderRadius:"4px",marginTop:"0"}]}):e.jsx(r.BodySecondary,{color:i.COLORS.content.primary,children:t.triggerCount})}),e.jsx(n.Cell,{children:e.jsx(R.Tag,{tagText:c?"Live":"Draft",type:c?"positive":"neutral",variant:"regular"})}),e.jsx(n.Cell,{align:"center",children:e.jsxs(n.ActionGroup,{children:[t.isRunDisabled&&t.runDisabledTooltip?e.jsx(u.Tooltip,{body:t.runDisabledTooltip,placement:"top",children:e.jsx("span",{style:{display:"flex"},children:d})}):d,e.jsx("span",{style:{display:"flex"},onClick:o=>o.stopPropagation(),children:e.jsx(C.DropdownPopover,{"data-test":`agent-row-menu-${t.id}`,options:m,placement:"bottom-end",width:"160px",onSelect:o=>j(L.unwrapDropdownValue(o)),children:e.jsx(n.ActionButton,{"data-test":`agent-row-menu-button-${t.id}`,"aria-label":"More actions",children:e.jsx(f.default,{width:20,height:20,color:i.COLORS.content.secondary})})})})]})})]})};exports.AgentTableRow=q;
2
2
  //# sourceMappingURL=AgentTableRow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AgentTableRow.js","sources":["../../../../src/components/agent-listing/AgentTableRow.tsx"],"sourcesContent":["import DeleteIcon from '@src/assets/icons/delete.svg';\nimport EditIcon from '@src/assets/icons/edit.svg';\nimport InfoIcon from '@src/assets/icons/info.svg';\nimport PlayOutlineIcon from '@src/assets/icons/playOutline.svg';\nimport MoreIcon from '@src/assets/icons/vertical_dots.svg';\nimport React from 'react';\nimport { unwrapDropdownValue } from '@src/components/dropdown';\nimport { DropdownPopover } from '@src/components/dropdown/DropdownPopover';\nimport { SingleOption } from '@src/components/dropdown/type';\nimport BikShimmer from '@src/components/shimmer/ShimmerComponent/BikShimmer';\nimport { Tag } from '@src/components/tag';\nimport { Tooltip } from '@src/components/tooltips';\nimport {\n\tBodyCaption,\n\tBodySecondary,\n\tTitleSmall,\n} from '@src/components/TypographyStyle';\nimport StringUtils from '@src/utils/StringUtils';\nimport { COLORS } from '@src/constants/Theme';\nimport { AgentListItem, AgentTriggerSummary } from './AgentListing.model';\nimport {\n\tActionButton,\n\tActionGroup,\n\tBodyGridRow,\n\tCell,\n} from './AgentListing.styled';\n\nconst triggerToText = (trigger: AgentTriggerSummary): string => {\n\tswitch (trigger.kind) {\n\t\tcase 'topic':\n\t\t\t// Intent keys arrive snake_cased (e.g. \"order_cancellation\"); show them\n\t\t\t// space-separated and sentence-cased (first letter capital) so the\n\t\t\t// trigger reads as plain words, not a raw key.\n\t\t\treturn `Topic: ${StringUtils.capitalize(\n\t\t\t\t(trigger.label ?? '').replace(/_/g, ' '),\n\t\t\t)}`;\n\t\tcase 'phrases':\n\t\t\t// No enumerable phrase list (free-text trigger) → just the word.\n\t\t\treturn trigger.items?.length\n\t\t\t\t? `Phrases: ${trigger.items.join(', ')}`\n\t\t\t\t: 'Phrases';\n\t\tcase 'custom':\n\t\tdefault:\n\t\t\treturn trigger.label ?? '';\n\t}\n};\n\ninterface AgentTableRowProps {\n\tagent: AgentListItem;\n\tonRunAgent: (agent: AgentListItem) => void;\n\tonEditAgent: (agent: AgentListItem) => void;\n\t/** When set, render a delete action (the listing handles confirmation). */\n\tonDeleteAgent?: (agent: AgentListItem) => void;\n\tonRowClick?: (agent: AgentListItem) => void;\n\t/** Shimmer the trigger-count cell while the analytics count is still loading. */\n\ttriggerCountLoading?: boolean;\n}\n\nexport const AgentTableRow: React.FC<AgentTableRowProps> = ({\n\tagent,\n\tonRunAgent,\n\tonEditAgent,\n\tonDeleteAgent,\n\tonRowClick,\n\ttriggerCountLoading,\n}) => {\n\tconst isLive = agent.status === 'live';\n\tconst triggerText = triggerToText(agent.trigger);\n\n\tconst handleRun = (e: React.MouseEvent) => {\n\t\te.stopPropagation();\n\t\tif (agent.isRunDisabled) {\n\t\t\treturn;\n\t\t}\n\t\tonRunAgent(agent);\n\t};\n\n\t// Edit + Delete live in the \"⋮\" menu beside the run button.\n\tconst menuOptions: SingleOption[] = [\n\t\t{\n\t\t\tlabel: 'Edit',\n\t\t\tvalue: 'edit',\n\t\t\tleadingIcon: (\n\t\t\t\t<EditIcon width={16} height={16} color={COLORS.content.secondary} />\n\t\t\t),\n\t\t},\n\t\t...(onDeleteAgent\n\t\t\t? [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Delete',\n\t\t\t\t\t\tvalue: 'delete',\n\t\t\t\t\t\t// Rendered red (icon + label) via customComponent.\n\t\t\t\t\t\tcustomComponent: (\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\t\t\t\tgap: 8,\n\t\t\t\t\t\t\t\t\tcolor: COLORS.content.negative,\n\t\t\t\t\t\t\t\t\tfontFamily: 'Inter',\n\t\t\t\t\t\t\t\t\tfontSize: 14,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<DeleteIcon\n\t\t\t\t\t\t\t\t\twidth={16}\n\t\t\t\t\t\t\t\t\theight={16}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.negative}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t ]\n\t\t\t: []),\n\t];\n\n\tconst handleMenuSelect = (value: string | undefined) => {\n\t\tif (value === 'edit') {\n\t\t\tonEditAgent(agent);\n\t\t} else if (value === 'delete') {\n\t\t\tonDeleteAgent?.(agent);\n\t\t}\n\t};\n\n\tconst playButton = (\n\t\t<ActionButton\n\t\t\tdata-test={`agent-row-run-${agent.id}`}\n\t\t\tdisabled={agent.isRunDisabled}\n\t\t\tonClick={handleRun}\n\t\t\taria-label=\"Run agent\"\n\t\t>\n\t\t\t<PlayOutlineIcon\n\t\t\t\twidth={20}\n\t\t\t\theight={20}\n\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t/>\n\t\t</ActionButton>\n\t);\n\n\treturn (\n\t\t<BodyGridRow\n\t\t\tdata-test={`agent-row-${agent.id}`}\n\t\t\tclickable={!!onRowClick}\n\t\t\tonClick={onRowClick ? () => onRowClick(agent) : undefined}\n\t\t>\n\t\t\t<Cell>\n\t\t\t\t<div\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\tgap: 8,\n\t\t\t\t\t\tminWidth: 0,\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<TitleSmall numberOfLines={1} color={COLORS.content.primary}>\n\t\t\t\t\t\t{agent.name}\n\t\t\t\t\t</TitleSmall>\n\t\t\t\t\t{/* Provenance: an info icon beside the name reveals where this\n\t\t\t\t\t agent was copied from (source store + agent, or the agent\n\t\t\t\t\t library). Consumer's doc→row mapper builds the tooltip text. */}\n\t\t\t\t\t{agent.sourceBadge ? (\n\t\t\t\t\t\t<Tooltip body={agent.sourceBadge} placement=\"top\">\n\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\t\t\t\tflexShrink: 0,\n\t\t\t\t\t\t\t\t\tcursor: 'help',\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\taria-label=\"Agent source\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<InfoIcon\n\t\t\t\t\t\t\t\t\twidth={16}\n\t\t\t\t\t\t\t\t\theight={16}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</Tooltip>\n\t\t\t\t\t) : null}\n\t\t\t\t</div>\n\t\t\t\t<BodyCaption numberOfLines={1} color={COLORS.content.secondary}>\n\t\t\t\t\tCreated: {agent.createdAtLabel}\n\t\t\t\t</BodyCaption>\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t{/* Cell truncates to 2 lines; the tooltip reveals the full trigger. */}\n\t\t\t\t<Tooltip body={triggerText} placement=\"top\">\n\t\t\t\t\t<BodySecondary numberOfLines={2} color={COLORS.content.primary}>\n\t\t\t\t\t\t{triggerText}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t</Tooltip>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"right\">\n\t\t\t\t{triggerCountLoading ? (\n\t\t\t\t\t<BikShimmer\n\t\t\t\t\t\tboxes={[\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\twidth: '48px',\n\t\t\t\t\t\t\t\theight: '16px',\n\t\t\t\t\t\t\t\tborderRadius: '4px',\n\t\t\t\t\t\t\t\tmarginTop: '0',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t]}\n\t\t\t\t\t/>\n\t\t\t\t) : (\n\t\t\t\t\t<BodySecondary color={COLORS.content.primary}>\n\t\t\t\t\t\t{agent.triggerCount}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t)}\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t<Tag\n\t\t\t\t\ttagText={isLive ? 'Live' : 'Draft'}\n\t\t\t\t\ttype={isLive ? 'positive' : 'neutral'}\n\t\t\t\t\tvariant=\"regular\"\n\t\t\t\t/>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"center\">\n\t\t\t\t<ActionGroup>\n\t\t\t\t\t{agent.isRunDisabled && agent.runDisabledTooltip ? (\n\t\t\t\t\t\t<Tooltip body={agent.runDisabledTooltip} placement=\"top\">\n\t\t\t\t\t\t\t<span style={{ display: 'flex' }}>{playButton}</span>\n\t\t\t\t\t\t</Tooltip>\n\t\t\t\t\t) : (\n\t\t\t\t\t\tplayButton\n\t\t\t\t\t)}\n\t\t\t\t\t{/* Stop the row's onClick from firing when interacting with the menu. */}\n\t\t\t\t\t<span\n\t\t\t\t\t\tstyle={{ display: 'flex' }}\n\t\t\t\t\t\tonClick={(e) => e.stopPropagation()}\n\t\t\t\t\t>\n\t\t\t\t\t\t<DropdownPopover\n\t\t\t\t\t\t\tdata-test={`agent-row-menu-${agent.id}`}\n\t\t\t\t\t\t\toptions={menuOptions}\n\t\t\t\t\t\t\tplacement=\"bottom-end\"\n\t\t\t\t\t\t\twidth=\"160px\"\n\t\t\t\t\t\t\tonSelect={(opt) => handleMenuSelect(unwrapDropdownValue(opt))}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ActionButton\n\t\t\t\t\t\t\t\tdata-test={`agent-row-menu-button-${agent.id}`}\n\t\t\t\t\t\t\t\taria-label=\"More actions\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<MoreIcon\n\t\t\t\t\t\t\t\t\twidth={20}\n\t\t\t\t\t\t\t\t\theight={20}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</ActionButton>\n\t\t\t\t\t\t</DropdownPopover>\n\t\t\t\t\t</span>\n\t\t\t\t</ActionGroup>\n\t\t\t</Cell>\n\t\t</BodyGridRow>\n\t);\n};\n"],"names":["triggerToText","trigger","StringUtils","AgentTableRow","agent","onRunAgent","onEditAgent","onDeleteAgent","onRowClick","triggerCountLoading","isLive","triggerText","handleRun","e","menuOptions","jsx","EditIcon","COLORS","jsxs","DeleteIcon","handleMenuSelect","value","playButton","ActionButton","PlayOutlineIcon","BodyGridRow","Cell","TitleSmall","Tooltip","InfoIcon","BodyCaption","BodySecondary","BikShimmer","Tag","ActionGroup","DropdownPopover","opt","unwrapDropdownValue","MoreIcon"],"mappings":"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"}
1
+ {"version":3,"file":"AgentTableRow.js","sources":["../../../../src/components/agent-listing/AgentTableRow.tsx"],"sourcesContent":["import DeleteIcon from '@src/assets/icons/delete.svg';\nimport EditIcon from '@src/assets/icons/edit.svg';\nimport PlayOutlineIcon from '@src/assets/icons/playOutline.svg';\nimport MoreIcon from '@src/assets/icons/vertical_dots.svg';\nimport React from 'react';\nimport { unwrapDropdownValue } from '@src/components/dropdown';\nimport { DropdownPopover } from '@src/components/dropdown/DropdownPopover';\nimport { SingleOption } from '@src/components/dropdown/type';\nimport BikShimmer from '@src/components/shimmer/ShimmerComponent/BikShimmer';\nimport { Tag } from '@src/components/tag';\nimport { Tooltip } from '@src/components/tooltips';\nimport {\n\tBodyCaption,\n\tBodySecondary,\n\tTitleSmall,\n} from '@src/components/TypographyStyle';\nimport StringUtils from '@src/utils/StringUtils';\nimport { COLORS } from '@src/constants/Theme';\nimport { AgentListItem, AgentTriggerSummary } from './AgentListing.model';\nimport {\n\tActionButton,\n\tActionGroup,\n\tBodyGridRow,\n\tCell,\n} from './AgentListing.styled';\n\nconst triggerToText = (trigger: AgentTriggerSummary): string => {\n\tswitch (trigger.kind) {\n\t\tcase 'topic':\n\t\t\t// Intent keys arrive snake_cased (e.g. \"order_cancellation\"); show them\n\t\t\t// space-separated and sentence-cased (first letter capital) so the\n\t\t\t// trigger reads as plain words, not a raw key.\n\t\t\treturn `Topic: ${StringUtils.capitalize(\n\t\t\t\t(trigger.label ?? '').replace(/_/g, ' '),\n\t\t\t)}`;\n\t\tcase 'phrases':\n\t\t\t// No enumerable phrase list (free-text trigger) → just the word.\n\t\t\treturn trigger.items?.length\n\t\t\t\t? `Phrases: ${trigger.items.join(', ')}`\n\t\t\t\t: 'Phrases';\n\t\tcase 'custom':\n\t\tdefault:\n\t\t\treturn trigger.label ?? '';\n\t}\n};\n\ninterface AgentTableRowProps {\n\tagent: AgentListItem;\n\tonRunAgent: (agent: AgentListItem) => void;\n\tonEditAgent: (agent: AgentListItem) => void;\n\t/** When set, render a delete action (the listing handles confirmation). */\n\tonDeleteAgent?: (agent: AgentListItem) => void;\n\tonRowClick?: (agent: AgentListItem) => void;\n\t/** Shimmer the trigger-count cell while the analytics count is still loading. */\n\ttriggerCountLoading?: boolean;\n}\n\nexport const AgentTableRow: React.FC<AgentTableRowProps> = ({\n\tagent,\n\tonRunAgent,\n\tonEditAgent,\n\tonDeleteAgent,\n\tonRowClick,\n\ttriggerCountLoading,\n}) => {\n\tconst isLive = agent.status === 'live';\n\tconst triggerText = triggerToText(agent.trigger);\n\n\tconst handleRun = (e: React.MouseEvent) => {\n\t\te.stopPropagation();\n\t\tif (agent.isRunDisabled) {\n\t\t\treturn;\n\t\t}\n\t\tonRunAgent(agent);\n\t};\n\n\t// Edit + Delete live in the \"⋮\" menu beside the run button.\n\tconst menuOptions: SingleOption[] = [\n\t\t{\n\t\t\tlabel: 'Edit',\n\t\t\tvalue: 'edit',\n\t\t\tleadingIcon: (\n\t\t\t\t<EditIcon width={16} height={16} color={COLORS.content.secondary} />\n\t\t\t),\n\t\t},\n\t\t...(onDeleteAgent\n\t\t\t? [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Delete',\n\t\t\t\t\t\tvalue: 'delete',\n\t\t\t\t\t\t// Rendered red (icon + label) via customComponent.\n\t\t\t\t\t\tcustomComponent: (\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\t\t\t\tgap: 8,\n\t\t\t\t\t\t\t\t\tcolor: COLORS.content.negative,\n\t\t\t\t\t\t\t\t\tfontFamily: 'Inter',\n\t\t\t\t\t\t\t\t\tfontSize: 14,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<DeleteIcon\n\t\t\t\t\t\t\t\t\twidth={16}\n\t\t\t\t\t\t\t\t\theight={16}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.negative}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t ]\n\t\t\t: []),\n\t];\n\n\tconst handleMenuSelect = (value: string | undefined) => {\n\t\tif (value === 'edit') {\n\t\t\tonEditAgent(agent);\n\t\t} else if (value === 'delete') {\n\t\t\tonDeleteAgent?.(agent);\n\t\t}\n\t};\n\n\tconst playButton = (\n\t\t<ActionButton\n\t\t\tdata-test={`agent-row-run-${agent.id}`}\n\t\t\tdisabled={agent.isRunDisabled}\n\t\t\tonClick={handleRun}\n\t\t\taria-label=\"Run agent\"\n\t\t>\n\t\t\t<PlayOutlineIcon\n\t\t\t\twidth={20}\n\t\t\t\theight={20}\n\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t/>\n\t\t</ActionButton>\n\t);\n\n\treturn (\n\t\t<BodyGridRow\n\t\t\tdata-test={`agent-row-${agent.id}`}\n\t\t\tclickable={!!onRowClick}\n\t\t\tonClick={onRowClick ? () => onRowClick(agent) : undefined}\n\t\t>\n\t\t\t<Cell>\n\t\t\t\t<TitleSmall numberOfLines={1} color={COLORS.content.primary}>\n\t\t\t\t\t{agent.name}\n\t\t\t\t</TitleSmall>\n\t\t\t\t<BodyCaption numberOfLines={1} color={COLORS.content.secondary}>\n\t\t\t\t\tCreated: {agent.createdAtLabel}\n\t\t\t\t</BodyCaption>\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t{/* Cell truncates to 2 lines; the tooltip reveals the full trigger. */}\n\t\t\t\t<Tooltip body={triggerText} placement=\"top\">\n\t\t\t\t\t<BodySecondary numberOfLines={2} color={COLORS.content.primary}>\n\t\t\t\t\t\t{triggerText}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t</Tooltip>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"right\">\n\t\t\t\t{triggerCountLoading ? (\n\t\t\t\t\t<BikShimmer\n\t\t\t\t\t\tboxes={[\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\twidth: '48px',\n\t\t\t\t\t\t\t\theight: '16px',\n\t\t\t\t\t\t\t\tborderRadius: '4px',\n\t\t\t\t\t\t\t\tmarginTop: '0',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t]}\n\t\t\t\t\t/>\n\t\t\t\t) : (\n\t\t\t\t\t<BodySecondary color={COLORS.content.primary}>\n\t\t\t\t\t\t{agent.triggerCount}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t)}\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t<Tag\n\t\t\t\t\ttagText={isLive ? 'Live' : 'Draft'}\n\t\t\t\t\ttype={isLive ? 'positive' : 'neutral'}\n\t\t\t\t\tvariant=\"regular\"\n\t\t\t\t/>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"center\">\n\t\t\t\t<ActionGroup>\n\t\t\t\t\t{agent.isRunDisabled && agent.runDisabledTooltip ? (\n\t\t\t\t\t\t<Tooltip body={agent.runDisabledTooltip} placement=\"top\">\n\t\t\t\t\t\t\t<span style={{ display: 'flex' }}>{playButton}</span>\n\t\t\t\t\t\t</Tooltip>\n\t\t\t\t\t) : (\n\t\t\t\t\t\tplayButton\n\t\t\t\t\t)}\n\t\t\t\t\t{/* Stop the row's onClick from firing when interacting with the menu. */}\n\t\t\t\t\t<span\n\t\t\t\t\t\tstyle={{ display: 'flex' }}\n\t\t\t\t\t\tonClick={(e) => e.stopPropagation()}\n\t\t\t\t\t>\n\t\t\t\t\t\t<DropdownPopover\n\t\t\t\t\t\t\tdata-test={`agent-row-menu-${agent.id}`}\n\t\t\t\t\t\t\toptions={menuOptions}\n\t\t\t\t\t\t\tplacement=\"bottom-end\"\n\t\t\t\t\t\t\twidth=\"160px\"\n\t\t\t\t\t\t\tonSelect={(opt) => handleMenuSelect(unwrapDropdownValue(opt))}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ActionButton\n\t\t\t\t\t\t\t\tdata-test={`agent-row-menu-button-${agent.id}`}\n\t\t\t\t\t\t\t\taria-label=\"More actions\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<MoreIcon\n\t\t\t\t\t\t\t\t\twidth={20}\n\t\t\t\t\t\t\t\t\theight={20}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</ActionButton>\n\t\t\t\t\t\t</DropdownPopover>\n\t\t\t\t\t</span>\n\t\t\t\t</ActionGroup>\n\t\t\t</Cell>\n\t\t</BodyGridRow>\n\t);\n};\n"],"names":["triggerToText","trigger","StringUtils","AgentTableRow","agent","onRunAgent","onEditAgent","onDeleteAgent","onRowClick","triggerCountLoading","isLive","triggerText","handleRun","e","menuOptions","jsx","EditIcon","COLORS","jsxs","DeleteIcon","handleMenuSelect","value","playButton","ActionButton","PlayOutlineIcon","BodyGridRow","Cell","TitleSmall","BodyCaption","Tooltip","BodySecondary","BikShimmer","Tag","ActionGroup","DropdownPopover","opt","unwrapDropdownValue","MoreIcon"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=({size:t=24,color:r="currentColor",...i})=>{const s={width:t,height:t,color:r,...i};return e.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsxs("g",{clipPath:"url(#clip0_8572_27245)",children:[e.jsx("path",{d:"M8 10.5C9.38071 10.5 10.5 9.38071 10.5 8C10.5 6.61929 9.38071 5.5 8 5.5C6.61929 5.5 5.5 6.61929 5.5 8C5.5 9.38071 6.61929 10.5 8 10.5Z",stroke:"#212121",strokeWidth:1.33,strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M11.5 13C10.5494 13.6319 9.22688 14 8 14C6.81331 14 5.65328 13.6481 4.66658 12.9888C3.67989 12.3295 2.91085 11.3925 2.45673 10.2961C2.0026 9.19975 1.88378 7.99335 2.11529 6.82946C2.3468 5.66558 2.91825 4.59648 3.75736 3.75736C4.59648 2.91825 5.66558 2.3468 6.82946 2.11529C7.99335 1.88378 9.19975 2.0026 10.2961 2.45673C11.3925 2.91085 12.3295 3.67989 12.9888 4.66658C13.6481 5.65328 14 6.81331 14 8C14 9.38063 13.5 10.5 12.25 10.5C11 10.5 10.5 9.38063 10.5 8V5.5",stroke:"#212121",strokeWidth:1.33,strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"clip0_8572_27245",children:e.jsx("rect",{width:16,height:16,fill:"white"})})})]})};exports.default=o;
2
+ //# sourceMappingURL=At.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"At.js","sources":["../../../../../src/icons/Informational/Communication/At.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgAt = ({ size = 24, color = 'currentColor', ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 16 16\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<g clipPath=\"url(#clip0_8572_27245)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M8 10.5C9.38071 10.5 10.5 9.38071 10.5 8C10.5 6.61929 9.38071 5.5 8 5.5C6.61929 5.5 5.5 6.61929 5.5 8C5.5 9.38071 6.61929 10.5 8 10.5Z\"\n\t\t\t\t\tstroke=\"#212121\"\n\t\t\t\t\tstrokeWidth={1.33}\n\t\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M11.5 13C10.5494 13.6319 9.22688 14 8 14C6.81331 14 5.65328 13.6481 4.66658 12.9888C3.67989 12.3295 2.91085 11.3925 2.45673 10.2961C2.0026 9.19975 1.88378 7.99335 2.11529 6.82946C2.3468 5.66558 2.91825 4.59648 3.75736 3.75736C4.59648 2.91825 5.66558 2.3468 6.82946 2.11529C7.99335 1.88378 9.19975 2.0026 10.2961 2.45673C11.3925 2.91085 12.3295 3.67989 12.9888 4.66658C13.6481 5.65328 14 6.81331 14 8C14 9.38063 13.5 10.5 12.25 10.5C11 10.5 10.5 9.38063 10.5 8V5.5\"\n\t\t\t\t\tstroke=\"#212121\"\n\t\t\t\t\tstrokeWidth={1.33}\n\t\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_8572_27245\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgAt;\n"],"names":["SvgAt","size","color","rest","props","jsxs","jsx"],"mappings":"iJAMMA,EAAQ,CAAC,CAAE,KAAAC,EAAO,GAAI,MAAAC,EAAQ,eAAgB,GAAGC,KAAkB,CACxE,MAAMC,EAAQ,CACb,MAAOH,EACP,OAAQA,EACR,MAAAC,EACA,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAC,EAAAA,KAAC,IAAA,CAAE,SAAS,yBACX,SAAA,CAAAC,EAAAA,IAAC,OAAA,CACA,EAAE,yIACF,OAAO,UACP,YAAa,KACb,cAAc,QACd,eAAe,OAAA,CAAA,EAEhBA,EAAAA,IAAC,OAAA,CACA,EAAE,kdACF,OAAO,UACP,YAAa,KACb,cAAc,QACd,eAAe,OAAA,CAAA,CAChB,EACD,EACAA,MAAC,OAAA,CACA,SAAAA,EAAAA,IAAC,WAAA,CAAS,GAAG,mBACZ,SAAAA,EAAAA,IAAC,OAAA,CAAK,MAAO,GAAI,OAAQ,GAAI,KAAK,QAAQ,EAC3C,CAAA,CACD,CAAA,CAAA,CAAA,CAGH"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Actions/Common actions/Activate.js"),r=require("./Informational/eCommerce/AddLabel.js"),t=require("./Informational/Location/Address.js"),u=require("./BIK AI specific/AiAgent.js"),o=require("./BIK AI specific/AiEmoji.js"),a=require("./BIK AI specific/AiIcon.js"),i=require("./BIK AI specific/AiRobot.js"),n=require("./BIK AI specific/AiVoice.js"),l=require("./Informational/General/AlertTriangle.js"),s=require("./Informational/Store related/AllProduct.js"),c=require("./Informational/Files and folders/Archive1.js"),d=require("./Arrows/Normal arrows/ArrowDown.js"),f=require("./Arrows/Normal arrows/ArrowDownLeft.js"),q=require("./Arrows/Normal arrows/ArrowDownRight.js"),h=require("./Arrows/Normal arrows/ArrowLeft.js"),p=require("./Actions/Navigation/ArrowRedo.js"),m=require("./Arrows/Normal arrows/ArrowRight.js"),C=require("./Arrows/Special/ArrowSwitch.js"),g=require("./Actions/Navigation/ArrowUndo.js"),k=require("./Arrows/Normal arrows/ArrowUp.js"),S=require("./Arrows/Normal arrows/ArrowUpLeft.js"),M=require("./Arrows/Normal arrows/ArrowUpRight.js"),A=require("./Informational/Finance/Bank.js"),b=require("./Media/Others/BarcodeScan.js"),F=require("./Informational/Common UI/Bell.js"),T=require("./Informational/Common UI/BellSync.js"),w=require("./Social/Social/BigCommerce.js"),P=require("./Social/Channels/Bigcommerce.js"),I=require("./Informational/General/BookOpenText.js"),R=require("./Legacy - Bikayi specific/Categories/Box.js"),y=require("./Legacy - Bikayi specific/Categories/Box2.js"),L=require("./Informational/Common UI/Bulb.js"),V=require("./Legacy - Bikayi specific/Services/Businesscard.js"),v=require("./Informational/Date and time/Calendar.js"),D=require("./Informational/Date and time/CalendarAdd.js"),x=require("./Informational/Date and time/CalendarCheck.js"),U=require("./Media/Visual/Camera.js"),E=require("./Media/Visual/CameraAdd.js"),B=require("./Arrows/Carat/CaratDown.js"),W=require("./Arrows/Carat/CaratLeft.js"),H=require("./Arrows/Carat/CaratRight.js"),O=require("./Arrows/Carat/CaratUp.js"),G=require("./Informational/Finance/CashOnDelivery.js"),N=require("./Informational/Finance/ChartLine.js"),$=require("./Informational/Communication/Chat.js"),z=require("./Informational/Communication/ChatCheck.js"),j=require("./Informational/Communication/ChatQuestion.js"),J=require("./Informational/Communication/ChatStar.js"),Q=require("./Informational/Identity/Chatbot.js"),K=require("./Informational/General/Check.js"),Y=require("./Informational/General/CheckDouble.js"),Z=require("./Actions/Formatting/CheckboxIcon.js"),X=require("./Arrows/Double chevron/ChevronDoubleDown.js"),_=require("./Arrows/Double chevron/ChevronDoubleLeft.js"),ee=require("./Arrows/Double chevron/ChevronDoubleRight.js"),re=require("./Arrows/Double chevron/ChevronDoubleUp.js"),te=require("./Arrows/Chevron/ChevronDown.js"),ue=require("./Arrows/Chevron/ChevronLeft.js"),oe=require("./Arrows/Chevron/ChevronRight.js"),ae=require("./Arrows/Chevron/ChevronUp.js"),ie=require("./Informational/eCommerce/Click.js"),ne=require("./Informational/Store related/Clipboard.js"),le=require("./Informational/Customer intent/ClipboardCheck.js"),se=require("./Informational/Store related/ClipboardCheck.js"),ce=require("./Informational/Date and time/Clock.js"),de=require("./Informational/General/CloseTicket1.js"),fe=require("./Actions/Common actions/Code.js"),qe=require("./Informational/Identity/Contacts.js"),he=require("./Actions/Formatting/Copy.js"),pe=require("./Informational/Finance/CreditCard.js"),me=require("./Media/Visual/Crop.js"),Ce=require("./Actions/Common actions/Cross.js"),ge=require("./Legacy - Bikayi specific/Services/Customdomain.js"),ke=require("./Informational/Store related/CustomerReport.js"),Se=require("./Actions/Common actions/Deactivate.js"),Me=require("./Actions/Formatting/DecreaseIndent.js"),Ae=require("./Actions/Common actions/Delete.js"),be=require("./Media/Devices/Desktop.js"),Fe=require("./Media/Others/Download.js"),Te=require("./Actions/Formatting/Dropdown.js"),we=require("./Actions/Common actions/Edit.js"),Pe=require("./Informational/Communication/Email.js"),Ie=require("./Social/Channels/Email.js"),Re=require("./Social/Channels/EmailMarketing.js"),ye=require("./Social/Social/EmailMarketing.js"),Le=require("./Social/Channels/EmailMarketingV2.js"),Ve=require("./Social/Channels/EmailV2.js"),ve=require("./Media/Others/EmojiSmile.js"),De=require("./Informational/General/Error.js"),xe=require("./Informational/Files and folders/Excel.js"),Ue=require("./BIK AI specific/Expand.js"),Ee=require("./Informational/Customer intent/Experimental.js"),Be=require("./Toggles/General/Eye.js"),We=require("./Toggles/General/EyeClosed.js"),He=require("./Toggles/General/EyeOff.js"),Oe=require("./Social/Channels/Facebook.js"),Ge=require("./Social/Social/Facebook.js"),Ne=require("./Social/Channels/FacebookComment.js"),$e=require("./Social/Channels/FacebookCommentV2.js"),ze=require("./Social/Channels/FacebookV2.js"),je=require("./Informational/General/FailDoc.js"),Je=require("./Informational/Files and folders/File.js"),Qe=require("./Informational/Files and folders/FileCsv.js"),Ke=require("./Informational/Files and folders/FilePage.js"),Ye=require("./Informational/Files and folders/FilePdf.js"),Ze=require("./Informational/eCommerce/Filter.js"),Xe=require("./Media/Visual/FlashOff.js"),_e=require("./Media/Visual/FlashOn.js"),er=require("./Informational/Files and folders/Folder.js"),rr=require("./Media/Visual/FormkitHappy.js"),tr=require("./Media/Visual/FormkitNeutral.js"),ur=require("./Media/Visual/FormkitSad.js"),or=require("./Informational/Common UI/Forms.js"),ar=require("./Actions/Common actions/Forward.js"),ir=require("./Media/Visual/Frame26086263.js"),nr=require("./BIK AI specific/Frame27389.js"),lr=require("./BIK AI specific/Frame27597.js"),sr=require("./BIK AI specific/Frame27598.js"),cr=require("./BIK AI specific/Frame27599.js"),dr=require("./Social/Channels/FreshdeskApp.js"),fr=require("./Actions/Common actions/Fullscreen.js"),qr=require("./BIK AI specific/GeminiSparkle.js"),hr=require("./Informational/eCommerce/Gift1.js"),pr=require("./Informational/eCommerce/GiftMinus.js"),mr=require("./Informational/eCommerce/GiftPlus.js"),Cr=require("./Social/Channels/GmailV2.js"),gr=require("./Social/Social/Google.js"),kr=require("./Social/Social/Gorgias.js"),Sr=require("./Informational/Identity/Group.js"),Mr=require("./Informational/Finance/Growth.js"),Ar=require("./Actions/Selection/HandleDrag.js"),br=require("./Informational/Store related/Head112.js"),Fr=require("./Toggles/General/HeartEmpty.js"),Tr=require("./Toggles/General/HeartFilled.js"),wr=require("./Informational/Customer intent/Help.js"),Pr=require("./Informational/General/Help.js"),Ir=require("./Informational/Date and time/HourGlass.js"),Rr=require("./Informational/General/HourglassFilled.js"),yr=require("./Informational/General/IcList.js"),Lr=require("./Media/Visual/IconTrailing.js"),Vr=require("./Informational/Identity/IdCard.js"),vr=require("./Media/Visual/Image.js"),Dr=require("./Media/Visual/ImageAdd.js"),xr=require("./Media/Visual/Images.js"),Ur=require("./Actions/Formatting/IncreaseIndent.js"),Er=require("./Informational/General/Info.js"),Br=require("./Social/Channels/Instagram.js"),Wr=require("./Social/Social/Instagram.js"),Hr=require("./Social/Channels/InstagramCommentV2.js"),Or=require("./Social/Channels/InstagramIcon.js"),Gr=require("./Social/Channels/InstagramV2.js"),Nr=require("./Informational/Store related/InventoryReport.js"),$r=require("./Legacy - Bikayi specific/Navigation/Journeys.js"),zr=require("./Social/Social/Kustomer.js"),jr=require("./Informational/Location/LanguageChange.js"),Jr=require("./Informational/Store related/LegalBalance.js"),Qr=require("./Actions/Common actions/LinkSimpleHorizontal.js"),Kr=require("./Informational/Communication/LiveChat.js"),Yr=require("./Toggles/General/Lock.js"),Zr=require("./Actions/Navigation/LogIn.js"),Xr=require("./Actions/Navigation/LogOut.js"),_r=require("./Legacy - Bikayi specific/Services/LoudSpeaker.js"),et=require("./Social/Channels/ManifestLiveChat.js"),rt=require("./BIK AI specific/ManifestSparkle.js"),tt=require("./Informational/Location/MapPin.js"),ut=require("./Legacy - Bikayi specific/Services/Marketing.js"),ot=require("./Media/Visual/Maximize.js"),at=require("./Informational/Files and folders/MediaMessage.js"),it=require("./Informational/Common UI/MenuHamburger.js"),nt=require("./Informational/General/Merge.js"),lt=require("./Informational/Common UI/MessageSearch.js"),st=require("./Social/Channels/Messenger.js"),ct=require("./Social/Social/Messenger.js"),dt=require("./Social/Channels/MessengerV2.js"),ft=require("./Media/Audio/Microphone.js"),qt=require("./Actions/Common actions/Minus.js"),ht=require("./Informational/Finance/Money1.js"),pt=require("./Social/Channels/MonoFacebook.js"),mt=require("./Social/Channels/MonoFacebookComment.js"),Ct=require("./Social/Channels/MonoInstagram.js"),gt=require("./Social/Channels/MonoInstagramComment.js"),kt=require("./Social/Channels/MonoMail.js"),St=require("./Social/Channels/MonoMessenger.js"),Mt=require("./Social/Channels/MonoPhone.js"),At=require("./Social/Channels/MonoTasks.js"),bt=require("./Social/Channels/MonoWhatsapp.js"),Ft=require("./Informational/Common UI/MoreHorizontal.js"),Tt=require("./Informational/Common UI/MoreVertical.js"),wt=require("./Informational/Files and folders/Move.js"),Pt=require("./Actions/Formatting/MultiLine.js"),It=require("./Actions/Formatting/MultiSelect.js"),Rt=require("./Informational/General/NewTicket.js"),yt=require("./Informational/Finance/NoCredits.js"),Lt=require("./Actions/Formatting/Number.js"),Vt=require("./Actions/Formatting/NumberList.js"),vt=require("./Actions/Navigation/OpenNewWindow.js"),Dt=require("./Informational/Files and folders/OrderHistory.js"),xt=require("./Informational/Store related/OrderReport.js"),Ut=require("./Media/Others/Paperclip.js"),Et=require("./Media/Audio/Pause.js"),Bt=require("./Legacy - Bikayi specific/Services/PaymentLink.js"),Wt=require("./Informational/Store related/PaymentReport.js"),Ht=require("./Informational/Customer intent/Percent.js"),Ot=require("./Informational/Finance/Percent.js"),Gt=require("./Informational/Identity/Person.js"),Nt=require("./Informational/Communication/Phone.js"),$t=require("./Social/Channels/PhoneV2.js"),zt=require("./Informational/Common UI/Placeholder.js"),jt=require("./Legacy - Bikayi specific/Plans/PlanUltimate.js"),Jt=require("./Media/Audio/Play.js"),Qt=require("./Actions/Common actions/Plus.js"),Kt=require("./BIK AI specific/PricePlease.js"),Yt=require("./Informational/Files and folders/PrivateNote.js"),Zt=require("./Actions/Common actions/ProductTour.js"),Xt=require("./Informational/eCommerce/Promocode.js"),_t=require("./Informational/Customer intent/Purchase.js"),eu=require("./Informational/Identity/PuzzlePiece.js"),ru=require("./Actions/Formatting/Quotes.js"),tu=require("./Social/Social/Rcs.js"),uu=require("./Social/Channels/RcsV2.js"),ou=require("./Informational/eCommerce/Receipt.js"),au=require("./Actions/Navigation/Refresh.js"),iu=require("./Actions/Common actions/RestApi.js"),nu=require("./Actions/Navigation/Rewind.js"),lu=require("./Informational/Identity/Robot.js"),su=require("./Media/Visual/RotateAnticlockwise.js"),cu=require("./Media/Visual/RotateClockwise.js"),du=require("./Informational/General/RoundCheck.js"),fu=require("./Informational/Finance/Rupee.js"),qu=require("./Actions/Common actions/Save.js"),hu=require("./Informational/Common UI/Search.js"),pu=require("./Actions/Common actions/Send.js"),mu=require("./Actions/Common actions/SendAirplane.js"),Cu=require("./Informational/Customer intent/Services.js"),gu=require("./Legacy - Bikayi specific/Navigation/Services.js"),ku=require("./Informational/Common UI/Settings.js"),Su=require("./BIK AI specific/Shape.js"),Mu=require("./Actions/Common actions/ShareAndroid.js"),Au=require("./Informational/Common UI/Shield.js"),bu=require("./Informational/eCommerce/ShieldCheck.js"),Fu=require("./Informational/Common UI/ShieldOutline.js"),Tu=require("./Social/Channels/ShopifyBrand.js"),wu=require("./Social/Social/ShopifyDefault.js"),Pu=require("./Informational/eCommerce/ShoppingBag.js"),Iu=require("./Informational/eCommerce/ShoppingBasket.js"),Ru=require("./Informational/Customer intent/ShoppingCart.js"),yu=require("./Informational/eCommerce/ShoppingCart.js"),Lu=require("./Actions/Common actions/Shortcut.js"),Vu=require("./BIK AI specific/Shorter.js"),vu=require("./Actions/Selection/SingleChoice.js"),Du=require("./Informational/Customer intent/SingleChoice.js"),xu=require("./Social/Social/SlackIcon.js"),Uu=require("./Informational/General/Slash.js"),Eu=require("./Media/Audio/Sleep.js"),Bu=require("./Media/Devices/Smartphone.js"),Wu=require("./Social/Channels/SmsV2.js"),Hu=require("./BIK AI specific/Sparkling2Line.js"),Ou=require("./Toggles/General/StarEmpty.js"),Gu=require("./Toggles/General/StarFilled.js"),Nu=require("./Toggles/General/StarHalf.js"),$u=require("./Informational/Store related/Store.js"),zu=require("./Informational/Store related/StoreSync.js"),ju=require("./Actions/Formatting/Subscript.js"),Ju=require("./Actions/Formatting/Superscript.js"),Qu=require("./Actions/Navigation/Sync.js"),Ku=require("./Informational/Finance/TablerTicket.js"),Yu=require("./Actions/Common actions/Task.js"),Zu=require("./Social/Channels/TaskV2.js"),Xu=require("./Social/Channels/Tasks.js"),_u=require("./Actions/Formatting/Text.js"),eo=require("./Actions/Formatting/TextAlignCenter.js"),ro=require("./Actions/Formatting/TextAlignLeft.js"),to=require("./Actions/Formatting/TextAlignRight.js"),uo=require("./Actions/Formatting/TextBold.js"),oo=require("./Actions/Formatting/TextItalics.js"),ao=require("./Actions/Formatting/TextJustify.js"),io=require("./Informational/Files and folders/TextMessage.js"),no=require("./Actions/Formatting/TextStrikethrough.js"),lo=require("./Actions/Formatting/TextUnderline.js"),so=require("./Actions/Formatting/Textbox.js"),co=require("./Legacy - Bikayi specific/Services/Theme.js"),fo=require("./Informational/Store related/TicketForm.js"),qo=require("./Informational/General/TicketV2.js"),ho=require("./Informational/Common UI/Training.js"),po=require("./Informational/Location/Truck.js"),mo=require("./Social/Social/Twitter.js"),Co=require("./Informational/Files and folders/Unarchive.js"),go=require("./Informational/Identity/Union.js"),ko=require("./Informational/Identity/Union1.js"),So=require("./Toggles/General/Unlock.js"),Mo=require("./Informational/Customer intent/Unsatisfactory.js"),Ao=require("./Media/Others/Upload.js"),bo=require("./Informational/Identity/User.js"),Fo=require("./Informational/Identity/UserMinus1.js"),To=require("./Informational/Identity/UserPlus.js"),wo=require("./Informational/Customer intent/UserSound.js"),Po=require("./Media/Visual/VideoCamcorder.js"),Io=require("./Media/Visual/VideoFilm.js"),Ro=require("./Media/Audio/VolumeMute.js"),yo=require("./Media/Audio/VolumeOneline.js"),Lo=require("./Media/Audio/VolumeTwoline.js"),Vo=require("./Informational/Finance/Wallet.js"),vo=require("./BIK AI specific/WandSparkles.js"),Do=require("./Social/Channels/WebPush.js"),xo=require("./BIK AI specific/Webhook.js"),Uo=require("./Social/Channels/WebpushV2.js"),Eo=require("./Social/Social/Website.js"),Bo=require("./Social/Channels/WhatsApp.js"),Wo=require("./Social/Channels/WhatsAppCallV2.js"),Ho=require("./Social/Channels/WhatsAppV2.js"),Oo=require("./Actions/Navigation/Whatsapp.js"),Go=require("./Social/Social/Whatsapp.js"),No=require("./Social/Social/WooCommerce.js"),$o=require("./Informational/Date and time/WorkingHours.js"),zo=require("./BIK AI specific/Write.js"),jo=require("./Social/Social/Youtube.js"),Jo=require("./Social/Social/Zendesk.js");exports.Activate=e.default;exports.AddLabel=r.default;exports.Address=t.default;exports.AiAgent=u.default;exports.AiEmoji=o.default;exports.AiIcon=a.default;exports.AiRobot=i.default;exports.AiVoice=n.default;exports.AlertTriangle=l.default;exports.AllProduct=s.default;exports.Archive1=c.default;exports.ArrowDown=d.default;exports.ArrowDownLeft=f.default;exports.ArrowDownRight=q.default;exports.ArrowLeft=h.default;exports.ArrowRedo=p.default;exports.ArrowRight=m.default;exports.ArrowSwitch=C.default;exports.ArrowUndo=g.default;exports.ArrowUp=k.default;exports.ArrowUpLeft=S.default;exports.ArrowUpRight=M.default;exports.Bank=A.default;exports.BarcodeScan=b.default;exports.Bell=F.default;exports.BellSync=T.default;exports.BigCommerce=w.default;exports.Bigcommerce=P.default;exports.BookOpenText=I.default;exports.Box=R.default;exports.Box2=y.default;exports.Bulb=L.default;exports.Businesscard=V.default;exports.Calendar=v.default;exports.CalendarAdd=D.default;exports.CalendarCheck=x.default;exports.Camera=U.default;exports.CameraAdd=E.default;exports.CaratDown=B.default;exports.CaratLeft=W.default;exports.CaratRight=H.default;exports.CaratUp=O.default;exports.CashOnDelivery=G.default;exports.ChartLine=N.default;exports.Chat=$.default;exports.ChatCheck=z.default;exports.ChatQuestion=j.default;exports.ChatStar=J.default;exports.Chatbot=Q.default;exports.Check=K.default;exports.CheckDouble=Y.default;exports.CheckboxIcon=Z.default;exports.ChevronDoubleDown=X.default;exports.ChevronDoubleLeft=_.default;exports.ChevronDoubleRight=ee.default;exports.ChevronDoubleUp=re.default;exports.ChevronDown=te.default;exports.ChevronLeft=ue.default;exports.ChevronRight=oe.default;exports.ChevronUp=ae.default;exports.Click=ie.default;exports.Clipboard=ne.default;exports.ClipboardCheck=le.default;exports.ClipboardCheck2=se.default;exports.Clock=ce.default;exports.CloseTicket1=de.default;exports.Code=fe.default;exports.Contacts=qe.default;exports.Copy=he.default;exports.CreditCard=pe.default;exports.Crop=me.default;exports.Cross=Ce.default;exports.Customdomain=ge.default;exports.CustomerReport=ke.default;exports.Deactivate=Se.default;exports.DecreaseIndent=Me.default;exports.Delete=Ae.default;exports.Desktop=be.default;exports.Download=Fe.default;exports.Dropdown=Te.default;exports.Edit=we.default;exports.Email=Pe.default;exports.Email2=Ie.default;exports.EmailMarketing=Re.default;exports.EmailMarketing2=ye.default;exports.EmailMarketingV2=Le.default;exports.EmailV2=Ve.default;exports.EmojiSmile=ve.default;exports.Error=De.default;exports.Excel=xe.default;exports.Expand=Ue.default;exports.Experimental=Ee.default;exports.Eye=Be.default;exports.EyeClosed=We.default;exports.EyeOff=He.default;exports.Facebook=Oe.default;exports.Facebook2=Ge.default;exports.FacebookComment=Ne.default;exports.FacebookCommentV2=$e.default;exports.FacebookV2=ze.default;exports.FailDoc=je.default;exports.File=Je.default;exports.FileCsv=Qe.default;exports.FilePage=Ke.default;exports.FilePdf=Ye.default;exports.Filter=Ze.default;exports.FlashOff=Xe.default;exports.FlashOn=_e.default;exports.Folder=er.default;exports.FormkitHappy=rr.default;exports.FormkitNeutral=tr.default;exports.FormkitSad=ur.default;exports.Forms=or.default;exports.Forward=ar.default;exports.Frame26086263=ir.default;exports.Frame27389=nr.default;exports.Frame27597=lr.default;exports.Frame27598=sr.default;exports.Frame27599=cr.default;exports.FreshdeskApp=dr.default;exports.Fullscreen=fr.default;exports.GeminiSparkle=qr.default;exports.Gift1=hr.default;exports.GiftMinus=pr.default;exports.GiftPlus=mr.default;exports.GmailV2=Cr.default;exports.Google=gr.default;exports.Gorgias=kr.default;exports.Group=Sr.default;exports.Growth=Mr.default;exports.HandleDrag=Ar.default;exports.Head112=br.default;exports.HeartEmpty=Fr.default;exports.HeartFilled=Tr.default;exports.Help=wr.default;exports.Help2=Pr.default;exports.HourGlass=Ir.default;exports.HourglassFilled=Rr.default;exports.IcList=yr.default;exports.IconTrailing=Lr.default;exports.IdCard=Vr.default;exports.Image=vr.default;exports.ImageAdd=Dr.default;exports.Images=xr.default;exports.IncreaseIndent=Ur.default;exports.Info=Er.default;exports.Instagram=Br.default;exports.Instagram2=Wr.default;exports.InstagramCommentV2=Hr.default;exports.InstagramIcon=Or.default;exports.InstagramV2=Gr.default;exports.InventoryReport=Nr.default;exports.Journeys=$r.default;exports.Kustomer=zr.default;exports.LanguageChange=jr.default;exports.LegalBalance=Jr.default;exports.LinkSimpleHorizontal=Qr.default;exports.LiveChat=Kr.default;exports.Lock=Yr.default;exports.LogIn=Zr.default;exports.LogOut=Xr.default;exports.LoudSpeaker=_r.default;exports.ManifestLiveChat=et.default;exports.ManifestSparkle=rt.default;exports.MapPin=tt.default;exports.Marketing=ut.default;exports.Maximize=ot.default;exports.MediaMessage=at.default;exports.MenuHamburger=it.default;exports.Merge=nt.default;exports.MessageSearch=lt.default;exports.Messenger=st.default;exports.Messenger2=ct.default;exports.MessengerV2=dt.default;exports.Microphone=ft.default;exports.Minus=qt.default;exports.Money1=ht.default;exports.MonoFacebook=pt.default;exports.MonoFacebookComment=mt.default;exports.MonoInstagram=Ct.default;exports.MonoInstagramComment=gt.default;exports.MonoMail=kt.default;exports.MonoMessenger=St.default;exports.MonoPhone=Mt.default;exports.MonoTasks=At.default;exports.MonoWhatsapp=bt.default;exports.MoreHorizontal=Ft.default;exports.MoreVertical=Tt.default;exports.Move=wt.default;exports.MultiLine=Pt.default;exports.MultiSelect=It.default;exports.NewTicket=Rt.default;exports.NoCredits=yt.default;exports.Number=Lt.default;exports.NumberList=Vt.default;exports.OpenNewWindow=vt.default;exports.OrderHistory=Dt.default;exports.OrderReport=xt.default;exports.Paperclip=Ut.default;exports.Pause=Et.default;exports.PaymentLink=Bt.default;exports.PaymentReport=Wt.default;exports.Percent=Ht.default;exports.Percent2=Ot.default;exports.Person=Gt.default;exports.Phone=Nt.default;exports.PhoneV2=$t.default;exports.Placeholder=zt.default;exports.PlanUltimate=jt.default;exports.Play=Jt.default;exports.Plus=Qt.default;exports.PricePlease=Kt.default;exports.PrivateNote=Yt.default;exports.ProductTour=Zt.default;exports.Promocode=Xt.default;exports.Purchase=_t.default;exports.PuzzlePiece=eu.default;exports.Quotes=ru.default;exports.Rcs=tu.default;exports.RcsV2=uu.default;exports.Receipt=ou.default;exports.Refresh=au.default;exports.RestApi=iu.default;exports.Rewind=nu.default;exports.Robot=lu.default;exports.RotateAnticlockwise=su.default;exports.RotateClockwise=cu.default;exports.RoundCheck=du.default;exports.Rupee=fu.default;exports.Save=qu.default;exports.Search=hu.default;exports.Send=pu.default;exports.SendAirplane=mu.default;exports.Services=Cu.default;exports.Services2=gu.default;exports.Settings=ku.default;exports.Shape=Su.default;exports.ShareAndroid=Mu.default;exports.Shield=Au.default;exports.ShieldCheck=bu.default;exports.ShieldOutline=Fu.default;exports.ShopifyBrand=Tu.default;exports.ShopifyDefault=wu.default;exports.ShoppingBag=Pu.default;exports.ShoppingBasket=Iu.default;exports.ShoppingCart=Ru.default;exports.ShoppingCart2=yu.default;exports.Shortcut=Lu.default;exports.Shorter=Vu.default;exports.SingleChoice=vu.default;exports.SingleChoice2=Du.default;exports.SlackIcon=xu.default;exports.Slash=Uu.default;exports.Sleep=Eu.default;exports.Smartphone=Bu.default;exports.SmsV2=Wu.default;exports.Sparkling2Line=Hu.default;exports.StarEmpty=Ou.default;exports.StarFilled=Gu.default;exports.StarHalf=Nu.default;exports.Store=$u.default;exports.StoreSync=zu.default;exports.Subscript=ju.default;exports.Superscript=Ju.default;exports.Sync=Qu.default;exports.TablerTicket=Ku.default;exports.Task=Yu.default;exports.TaskV2=Zu.default;exports.Tasks=Xu.default;exports.Text=_u.default;exports.TextAlignCenter=eo.default;exports.TextAlignLeft=ro.default;exports.TextAlignRight=to.default;exports.TextBold=uo.default;exports.TextItalics=oo.default;exports.TextJustify=ao.default;exports.TextMessage=io.default;exports.TextStrikethrough=no.default;exports.TextUnderline=lo.default;exports.Textbox=so.default;exports.Theme=co.default;exports.TicketForm=fo.default;exports.TicketV2=qo.default;exports.Training=ho.default;exports.Truck=po.default;exports.Twitter=mo.default;exports.Unarchive=Co.default;exports.Union=go.default;exports.Union1=ko.default;exports.Unlock=So.default;exports.Unsatisfactory=Mo.default;exports.Upload=Ao.default;exports.User=bo.default;exports.UserMinus1=Fo.default;exports.UserPlus=To.default;exports.UserSound=wo.default;exports.VideoCamcorder=Po.default;exports.VideoFilm=Io.default;exports.VolumeMute=Ro.default;exports.VolumeOneline=yo.default;exports.VolumeTwoline=Lo.default;exports.Wallet=Vo.default;exports.WandSparkles=vo.default;exports.WebPush=Do.default;exports.Webhook=xo.default;exports.WebpushV2=Uo.default;exports.Website=Eo.default;exports.WhatsApp=Bo.default;exports.WhatsAppCallV2=Wo.default;exports.WhatsAppV2=Ho.default;exports.Whatsapp=Oo.default;exports.Whatsapp2=Go.default;exports.WooCommerce=No.default;exports.WorkingHours=$o.default;exports.Write=zo.default;exports.Youtube=jo.default;exports.Zendesk=Jo.default;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Actions/Common actions/Activate.js"),r=require("./Informational/eCommerce/AddLabel.js"),t=require("./Informational/Location/Address.js"),u=require("./BIK AI specific/AiAgent.js"),o=require("./BIK AI specific/AiEmoji.js"),a=require("./BIK AI specific/AiIcon.js"),i=require("./BIK AI specific/AiRobot.js"),n=require("./BIK AI specific/AiVoice.js"),l=require("./Informational/General/AlertTriangle.js"),s=require("./Informational/Store related/AllProduct.js"),c=require("./Informational/Files and folders/Archive1.js"),d=require("./Arrows/Normal arrows/ArrowDown.js"),f=require("./Arrows/Normal arrows/ArrowDownLeft.js"),q=require("./Arrows/Normal arrows/ArrowDownRight.js"),h=require("./Arrows/Normal arrows/ArrowLeft.js"),p=require("./Actions/Navigation/ArrowRedo.js"),m=require("./Arrows/Normal arrows/ArrowRight.js"),C=require("./Arrows/Special/ArrowSwitch.js"),g=require("./Actions/Navigation/ArrowUndo.js"),k=require("./Arrows/Normal arrows/ArrowUp.js"),S=require("./Arrows/Normal arrows/ArrowUpLeft.js"),M=require("./Arrows/Normal arrows/ArrowUpRight.js"),A=require("./Informational/Communication/At.js"),b=require("./Informational/Finance/Bank.js"),F=require("./Media/Others/BarcodeScan.js"),T=require("./Informational/Common UI/Bell.js"),w=require("./Informational/Common UI/BellSync.js"),P=require("./Social/Social/BigCommerce.js"),I=require("./Social/Channels/Bigcommerce.js"),R=require("./Informational/General/BookOpenText.js"),y=require("./Legacy - Bikayi specific/Categories/Box.js"),L=require("./Legacy - Bikayi specific/Categories/Box2.js"),V=require("./Informational/Common UI/Bulb.js"),v=require("./Legacy - Bikayi specific/Services/Businesscard.js"),D=require("./Informational/Date and time/Calendar.js"),x=require("./Informational/Date and time/CalendarAdd.js"),U=require("./Informational/Date and time/CalendarCheck.js"),E=require("./Media/Visual/Camera.js"),B=require("./Media/Visual/CameraAdd.js"),W=require("./Arrows/Carat/CaratDown.js"),H=require("./Arrows/Carat/CaratLeft.js"),O=require("./Arrows/Carat/CaratRight.js"),G=require("./Arrows/Carat/CaratUp.js"),N=require("./Informational/Finance/CashOnDelivery.js"),$=require("./Informational/Finance/ChartLine.js"),z=require("./Informational/Communication/Chat.js"),j=require("./Informational/Communication/ChatCheck.js"),J=require("./Informational/Communication/ChatQuestion.js"),Q=require("./Informational/Communication/ChatStar.js"),K=require("./Informational/Identity/Chatbot.js"),Y=require("./Informational/General/Check.js"),Z=require("./Informational/General/CheckDouble.js"),X=require("./Actions/Formatting/CheckboxIcon.js"),_=require("./Arrows/Double chevron/ChevronDoubleDown.js"),ee=require("./Arrows/Double chevron/ChevronDoubleLeft.js"),re=require("./Arrows/Double chevron/ChevronDoubleRight.js"),te=require("./Arrows/Double chevron/ChevronDoubleUp.js"),ue=require("./Arrows/Chevron/ChevronDown.js"),oe=require("./Arrows/Chevron/ChevronLeft.js"),ae=require("./Arrows/Chevron/ChevronRight.js"),ie=require("./Arrows/Chevron/ChevronUp.js"),ne=require("./Informational/eCommerce/Click.js"),le=require("./Informational/Store related/Clipboard.js"),se=require("./Informational/Customer intent/ClipboardCheck.js"),ce=require("./Informational/Store related/ClipboardCheck.js"),de=require("./Informational/Date and time/Clock.js"),fe=require("./Informational/General/CloseTicket1.js"),qe=require("./Actions/Common actions/Code.js"),he=require("./Informational/Identity/Contacts.js"),pe=require("./Actions/Formatting/Copy.js"),me=require("./Informational/Finance/CreditCard.js"),Ce=require("./Media/Visual/Crop.js"),ge=require("./Actions/Common actions/Cross.js"),ke=require("./Legacy - Bikayi specific/Services/Customdomain.js"),Se=require("./Informational/Store related/CustomerReport.js"),Me=require("./Actions/Common actions/Deactivate.js"),Ae=require("./Actions/Formatting/DecreaseIndent.js"),be=require("./Actions/Common actions/Delete.js"),Fe=require("./Media/Devices/Desktop.js"),Te=require("./Media/Others/Download.js"),we=require("./Actions/Formatting/Dropdown.js"),Pe=require("./Actions/Common actions/Edit.js"),Ie=require("./Informational/Communication/Email.js"),Re=require("./Social/Channels/Email.js"),ye=require("./Social/Channels/EmailMarketing.js"),Le=require("./Social/Social/EmailMarketing.js"),Ve=require("./Social/Channels/EmailMarketingV2.js"),ve=require("./Social/Channels/EmailV2.js"),De=require("./Media/Others/EmojiSmile.js"),xe=require("./Informational/General/Error.js"),Ue=require("./Informational/Files and folders/Excel.js"),Ee=require("./BIK AI specific/Expand.js"),Be=require("./Informational/Customer intent/Experimental.js"),We=require("./Toggles/General/Eye.js"),He=require("./Toggles/General/EyeClosed.js"),Oe=require("./Toggles/General/EyeOff.js"),Ge=require("./Social/Channels/Facebook.js"),Ne=require("./Social/Social/Facebook.js"),$e=require("./Social/Channels/FacebookComment.js"),ze=require("./Social/Channels/FacebookCommentV2.js"),je=require("./Social/Channels/FacebookV2.js"),Je=require("./Informational/General/FailDoc.js"),Qe=require("./Informational/Files and folders/File.js"),Ke=require("./Informational/Files and folders/FileCsv.js"),Ye=require("./Informational/Files and folders/FilePage.js"),Ze=require("./Informational/Files and folders/FilePdf.js"),Xe=require("./Informational/eCommerce/Filter.js"),_e=require("./Media/Visual/FlashOff.js"),er=require("./Media/Visual/FlashOn.js"),rr=require("./Informational/Files and folders/Folder.js"),tr=require("./Media/Visual/FormkitHappy.js"),ur=require("./Media/Visual/FormkitNeutral.js"),or=require("./Media/Visual/FormkitSad.js"),ar=require("./Informational/Common UI/Forms.js"),ir=require("./Actions/Common actions/Forward.js"),nr=require("./Media/Visual/Frame26086263.js"),lr=require("./BIK AI specific/Frame27389.js"),sr=require("./BIK AI specific/Frame27597.js"),cr=require("./BIK AI specific/Frame27598.js"),dr=require("./BIK AI specific/Frame27599.js"),fr=require("./Social/Channels/FreshdeskApp.js"),qr=require("./Actions/Common actions/Fullscreen.js"),hr=require("./BIK AI specific/GeminiSparkle.js"),pr=require("./Informational/eCommerce/Gift1.js"),mr=require("./Informational/eCommerce/GiftMinus.js"),Cr=require("./Informational/eCommerce/GiftPlus.js"),gr=require("./Social/Channels/GmailV2.js"),kr=require("./Social/Social/Google.js"),Sr=require("./Social/Social/Gorgias.js"),Mr=require("./Informational/Identity/Group.js"),Ar=require("./Informational/Finance/Growth.js"),br=require("./Actions/Selection/HandleDrag.js"),Fr=require("./Informational/Store related/Head112.js"),Tr=require("./Toggles/General/HeartEmpty.js"),wr=require("./Toggles/General/HeartFilled.js"),Pr=require("./Informational/Customer intent/Help.js"),Ir=require("./Informational/General/Help.js"),Rr=require("./Informational/Date and time/HourGlass.js"),yr=require("./Informational/General/HourglassFilled.js"),Lr=require("./Informational/General/IcList.js"),Vr=require("./Media/Visual/IconTrailing.js"),vr=require("./Informational/Identity/IdCard.js"),Dr=require("./Media/Visual/Image.js"),xr=require("./Media/Visual/ImageAdd.js"),Ur=require("./Media/Visual/Images.js"),Er=require("./Actions/Formatting/IncreaseIndent.js"),Br=require("./Informational/General/Info.js"),Wr=require("./Social/Channels/Instagram.js"),Hr=require("./Social/Social/Instagram.js"),Or=require("./Social/Channels/InstagramCommentV2.js"),Gr=require("./Social/Channels/InstagramIcon.js"),Nr=require("./Social/Channels/InstagramV2.js"),$r=require("./Informational/Store related/InventoryReport.js"),zr=require("./Legacy - Bikayi specific/Navigation/Journeys.js"),jr=require("./Social/Social/Kustomer.js"),Jr=require("./Informational/Location/LanguageChange.js"),Qr=require("./Informational/Store related/LegalBalance.js"),Kr=require("./Actions/Common actions/LinkSimpleHorizontal.js"),Yr=require("./Informational/Communication/LiveChat.js"),Zr=require("./Toggles/General/Lock.js"),Xr=require("./Actions/Navigation/LogIn.js"),_r=require("./Actions/Navigation/LogOut.js"),et=require("./Legacy - Bikayi specific/Services/LoudSpeaker.js"),rt=require("./Social/Channels/ManifestLiveChat.js"),tt=require("./BIK AI specific/ManifestSparkle.js"),ut=require("./Informational/Location/MapPin.js"),ot=require("./Legacy - Bikayi specific/Services/Marketing.js"),at=require("./Media/Visual/Maximize.js"),it=require("./Informational/Files and folders/MediaMessage.js"),nt=require("./Informational/Common UI/MenuHamburger.js"),lt=require("./Informational/General/Merge.js"),st=require("./Informational/Common UI/MessageSearch.js"),ct=require("./Social/Channels/Messenger.js"),dt=require("./Social/Social/Messenger.js"),ft=require("./Social/Channels/MessengerV2.js"),qt=require("./Media/Audio/Microphone.js"),ht=require("./Actions/Common actions/Minus.js"),pt=require("./Informational/Finance/Money1.js"),mt=require("./Social/Channels/MonoFacebook.js"),Ct=require("./Social/Channels/MonoFacebookComment.js"),gt=require("./Social/Channels/MonoInstagram.js"),kt=require("./Social/Channels/MonoInstagramComment.js"),St=require("./Social/Channels/MonoMail.js"),Mt=require("./Social/Channels/MonoMessenger.js"),At=require("./Social/Channels/MonoPhone.js"),bt=require("./Social/Channels/MonoTasks.js"),Ft=require("./Social/Channels/MonoWhatsapp.js"),Tt=require("./Informational/Common UI/MoreHorizontal.js"),wt=require("./Informational/Common UI/MoreVertical.js"),Pt=require("./Informational/Files and folders/Move.js"),It=require("./Actions/Formatting/MultiLine.js"),Rt=require("./Actions/Formatting/MultiSelect.js"),yt=require("./Informational/General/NewTicket.js"),Lt=require("./Informational/Finance/NoCredits.js"),Vt=require("./Actions/Formatting/Number.js"),vt=require("./Actions/Formatting/NumberList.js"),Dt=require("./Actions/Navigation/OpenNewWindow.js"),xt=require("./Informational/Files and folders/OrderHistory.js"),Ut=require("./Informational/Store related/OrderReport.js"),Et=require("./Media/Others/Paperclip.js"),Bt=require("./Media/Audio/Pause.js"),Wt=require("./Legacy - Bikayi specific/Services/PaymentLink.js"),Ht=require("./Informational/Store related/PaymentReport.js"),Ot=require("./Informational/Customer intent/Percent.js"),Gt=require("./Informational/Finance/Percent.js"),Nt=require("./Informational/Identity/Person.js"),$t=require("./Informational/Communication/Phone.js"),zt=require("./Social/Channels/PhoneV2.js"),jt=require("./Informational/Common UI/Placeholder.js"),Jt=require("./Legacy - Bikayi specific/Plans/PlanUltimate.js"),Qt=require("./Media/Audio/Play.js"),Kt=require("./Actions/Common actions/Plus.js"),Yt=require("./BIK AI specific/PricePlease.js"),Zt=require("./Informational/Files and folders/PrivateNote.js"),Xt=require("./Actions/Common actions/ProductTour.js"),_t=require("./Informational/eCommerce/Promocode.js"),eu=require("./Informational/Customer intent/Purchase.js"),ru=require("./Informational/Identity/PuzzlePiece.js"),tu=require("./Actions/Formatting/Quotes.js"),uu=require("./Social/Social/Rcs.js"),ou=require("./Social/Channels/RcsV2.js"),au=require("./Informational/eCommerce/Receipt.js"),iu=require("./Actions/Navigation/Refresh.js"),nu=require("./Actions/Common actions/RestApi.js"),lu=require("./Actions/Navigation/Rewind.js"),su=require("./Informational/Identity/Robot.js"),cu=require("./Media/Visual/RotateAnticlockwise.js"),du=require("./Media/Visual/RotateClockwise.js"),fu=require("./Informational/General/RoundCheck.js"),qu=require("./Informational/Finance/Rupee.js"),hu=require("./Actions/Common actions/Save.js"),pu=require("./Informational/Common UI/Search.js"),mu=require("./Actions/Common actions/Send.js"),Cu=require("./Actions/Common actions/SendAirplane.js"),gu=require("./Informational/Customer intent/Services.js"),ku=require("./Legacy - Bikayi specific/Navigation/Services.js"),Su=require("./Informational/Common UI/Settings.js"),Mu=require("./BIK AI specific/Shape.js"),Au=require("./Actions/Common actions/ShareAndroid.js"),bu=require("./Informational/Common UI/Shield.js"),Fu=require("./Informational/eCommerce/ShieldCheck.js"),Tu=require("./Informational/Common UI/ShieldOutline.js"),wu=require("./Social/Channels/ShopifyBrand.js"),Pu=require("./Social/Social/ShopifyDefault.js"),Iu=require("./Informational/eCommerce/ShoppingBag.js"),Ru=require("./Informational/eCommerce/ShoppingBasket.js"),yu=require("./Informational/Customer intent/ShoppingCart.js"),Lu=require("./Informational/eCommerce/ShoppingCart.js"),Vu=require("./Actions/Common actions/Shortcut.js"),vu=require("./BIK AI specific/Shorter.js"),Du=require("./Actions/Selection/SingleChoice.js"),xu=require("./Informational/Customer intent/SingleChoice.js"),Uu=require("./Social/Social/SlackIcon.js"),Eu=require("./Informational/General/Slash.js"),Bu=require("./Media/Audio/Sleep.js"),Wu=require("./Media/Devices/Smartphone.js"),Hu=require("./Social/Channels/SmsV2.js"),Ou=require("./BIK AI specific/Sparkling2Line.js"),Gu=require("./Toggles/General/StarEmpty.js"),Nu=require("./Toggles/General/StarFilled.js"),$u=require("./Toggles/General/StarHalf.js"),zu=require("./Informational/Store related/Store.js"),ju=require("./Informational/Store related/StoreSync.js"),Ju=require("./Actions/Formatting/Subscript.js"),Qu=require("./Actions/Formatting/Superscript.js"),Ku=require("./Actions/Navigation/Sync.js"),Yu=require("./Informational/Finance/TablerTicket.js"),Zu=require("./Actions/Common actions/Task.js"),Xu=require("./Social/Channels/TaskV2.js"),_u=require("./Social/Channels/Tasks.js"),eo=require("./Actions/Formatting/Text.js"),ro=require("./Actions/Formatting/TextAlignCenter.js"),to=require("./Actions/Formatting/TextAlignLeft.js"),uo=require("./Actions/Formatting/TextAlignRight.js"),oo=require("./Actions/Formatting/TextBold.js"),ao=require("./Actions/Formatting/TextItalics.js"),io=require("./Actions/Formatting/TextJustify.js"),no=require("./Informational/Files and folders/TextMessage.js"),lo=require("./Actions/Formatting/TextStrikethrough.js"),so=require("./Actions/Formatting/TextUnderline.js"),co=require("./Actions/Formatting/Textbox.js"),fo=require("./Legacy - Bikayi specific/Services/Theme.js"),qo=require("./Informational/Store related/TicketForm.js"),ho=require("./Informational/General/TicketV2.js"),po=require("./Informational/Common UI/Training.js"),mo=require("./Informational/Location/Truck.js"),Co=require("./Social/Social/Twitter.js"),go=require("./Informational/Files and folders/Unarchive.js"),ko=require("./Informational/Identity/Union.js"),So=require("./Informational/Identity/Union1.js"),Mo=require("./Toggles/General/Unlock.js"),Ao=require("./Informational/Customer intent/Unsatisfactory.js"),bo=require("./Media/Others/Upload.js"),Fo=require("./Informational/Identity/User.js"),To=require("./Informational/Identity/UserMinus1.js"),wo=require("./Informational/Identity/UserPlus.js"),Po=require("./Informational/Customer intent/UserSound.js"),Io=require("./Media/Visual/VideoCamcorder.js"),Ro=require("./Media/Visual/VideoFilm.js"),yo=require("./Media/Audio/VolumeMute.js"),Lo=require("./Media/Audio/VolumeOneline.js"),Vo=require("./Media/Audio/VolumeTwoline.js"),vo=require("./Informational/Finance/Wallet.js"),Do=require("./BIK AI specific/WandSparkles.js"),xo=require("./Social/Channels/WebPush.js"),Uo=require("./BIK AI specific/Webhook.js"),Eo=require("./Social/Channels/WebpushV2.js"),Bo=require("./Social/Social/Website.js"),Wo=require("./Social/Channels/WhatsApp.js"),Ho=require("./Social/Channels/WhatsAppCallV2.js"),Oo=require("./Social/Channels/WhatsAppV2.js"),Go=require("./Actions/Navigation/Whatsapp.js"),No=require("./Social/Social/Whatsapp.js"),$o=require("./Social/Social/WooCommerce.js"),zo=require("./Informational/Date and time/WorkingHours.js"),jo=require("./BIK AI specific/Write.js"),Jo=require("./Social/Social/Youtube.js"),Qo=require("./Social/Social/Zendesk.js");exports.Activate=e.default;exports.AddLabel=r.default;exports.Address=t.default;exports.AiAgent=u.default;exports.AiEmoji=o.default;exports.AiIcon=a.default;exports.AiRobot=i.default;exports.AiVoice=n.default;exports.AlertTriangle=l.default;exports.AllProduct=s.default;exports.Archive1=c.default;exports.ArrowDown=d.default;exports.ArrowDownLeft=f.default;exports.ArrowDownRight=q.default;exports.ArrowLeft=h.default;exports.ArrowRedo=p.default;exports.ArrowRight=m.default;exports.ArrowSwitch=C.default;exports.ArrowUndo=g.default;exports.ArrowUp=k.default;exports.ArrowUpLeft=S.default;exports.ArrowUpRight=M.default;exports.At=A.default;exports.Bank=b.default;exports.BarcodeScan=F.default;exports.Bell=T.default;exports.BellSync=w.default;exports.BigCommerce=P.default;exports.Bigcommerce=I.default;exports.BookOpenText=R.default;exports.Box=y.default;exports.Box2=L.default;exports.Bulb=V.default;exports.Businesscard=v.default;exports.Calendar=D.default;exports.CalendarAdd=x.default;exports.CalendarCheck=U.default;exports.Camera=E.default;exports.CameraAdd=B.default;exports.CaratDown=W.default;exports.CaratLeft=H.default;exports.CaratRight=O.default;exports.CaratUp=G.default;exports.CashOnDelivery=N.default;exports.ChartLine=$.default;exports.Chat=z.default;exports.ChatCheck=j.default;exports.ChatQuestion=J.default;exports.ChatStar=Q.default;exports.Chatbot=K.default;exports.Check=Y.default;exports.CheckDouble=Z.default;exports.CheckboxIcon=X.default;exports.ChevronDoubleDown=_.default;exports.ChevronDoubleLeft=ee.default;exports.ChevronDoubleRight=re.default;exports.ChevronDoubleUp=te.default;exports.ChevronDown=ue.default;exports.ChevronLeft=oe.default;exports.ChevronRight=ae.default;exports.ChevronUp=ie.default;exports.Click=ne.default;exports.Clipboard=le.default;exports.ClipboardCheck=se.default;exports.ClipboardCheck2=ce.default;exports.Clock=de.default;exports.CloseTicket1=fe.default;exports.Code=qe.default;exports.Contacts=he.default;exports.Copy=pe.default;exports.CreditCard=me.default;exports.Crop=Ce.default;exports.Cross=ge.default;exports.Customdomain=ke.default;exports.CustomerReport=Se.default;exports.Deactivate=Me.default;exports.DecreaseIndent=Ae.default;exports.Delete=be.default;exports.Desktop=Fe.default;exports.Download=Te.default;exports.Dropdown=we.default;exports.Edit=Pe.default;exports.Email=Ie.default;exports.Email2=Re.default;exports.EmailMarketing=ye.default;exports.EmailMarketing2=Le.default;exports.EmailMarketingV2=Ve.default;exports.EmailV2=ve.default;exports.EmojiSmile=De.default;exports.Error=xe.default;exports.Excel=Ue.default;exports.Expand=Ee.default;exports.Experimental=Be.default;exports.Eye=We.default;exports.EyeClosed=He.default;exports.EyeOff=Oe.default;exports.Facebook=Ge.default;exports.Facebook2=Ne.default;exports.FacebookComment=$e.default;exports.FacebookCommentV2=ze.default;exports.FacebookV2=je.default;exports.FailDoc=Je.default;exports.File=Qe.default;exports.FileCsv=Ke.default;exports.FilePage=Ye.default;exports.FilePdf=Ze.default;exports.Filter=Xe.default;exports.FlashOff=_e.default;exports.FlashOn=er.default;exports.Folder=rr.default;exports.FormkitHappy=tr.default;exports.FormkitNeutral=ur.default;exports.FormkitSad=or.default;exports.Forms=ar.default;exports.Forward=ir.default;exports.Frame26086263=nr.default;exports.Frame27389=lr.default;exports.Frame27597=sr.default;exports.Frame27598=cr.default;exports.Frame27599=dr.default;exports.FreshdeskApp=fr.default;exports.Fullscreen=qr.default;exports.GeminiSparkle=hr.default;exports.Gift1=pr.default;exports.GiftMinus=mr.default;exports.GiftPlus=Cr.default;exports.GmailV2=gr.default;exports.Google=kr.default;exports.Gorgias=Sr.default;exports.Group=Mr.default;exports.Growth=Ar.default;exports.HandleDrag=br.default;exports.Head112=Fr.default;exports.HeartEmpty=Tr.default;exports.HeartFilled=wr.default;exports.Help=Pr.default;exports.Help2=Ir.default;exports.HourGlass=Rr.default;exports.HourglassFilled=yr.default;exports.IcList=Lr.default;exports.IconTrailing=Vr.default;exports.IdCard=vr.default;exports.Image=Dr.default;exports.ImageAdd=xr.default;exports.Images=Ur.default;exports.IncreaseIndent=Er.default;exports.Info=Br.default;exports.Instagram=Wr.default;exports.Instagram2=Hr.default;exports.InstagramCommentV2=Or.default;exports.InstagramIcon=Gr.default;exports.InstagramV2=Nr.default;exports.InventoryReport=$r.default;exports.Journeys=zr.default;exports.Kustomer=jr.default;exports.LanguageChange=Jr.default;exports.LegalBalance=Qr.default;exports.LinkSimpleHorizontal=Kr.default;exports.LiveChat=Yr.default;exports.Lock=Zr.default;exports.LogIn=Xr.default;exports.LogOut=_r.default;exports.LoudSpeaker=et.default;exports.ManifestLiveChat=rt.default;exports.ManifestSparkle=tt.default;exports.MapPin=ut.default;exports.Marketing=ot.default;exports.Maximize=at.default;exports.MediaMessage=it.default;exports.MenuHamburger=nt.default;exports.Merge=lt.default;exports.MessageSearch=st.default;exports.Messenger=ct.default;exports.Messenger2=dt.default;exports.MessengerV2=ft.default;exports.Microphone=qt.default;exports.Minus=ht.default;exports.Money1=pt.default;exports.MonoFacebook=mt.default;exports.MonoFacebookComment=Ct.default;exports.MonoInstagram=gt.default;exports.MonoInstagramComment=kt.default;exports.MonoMail=St.default;exports.MonoMessenger=Mt.default;exports.MonoPhone=At.default;exports.MonoTasks=bt.default;exports.MonoWhatsapp=Ft.default;exports.MoreHorizontal=Tt.default;exports.MoreVertical=wt.default;exports.Move=Pt.default;exports.MultiLine=It.default;exports.MultiSelect=Rt.default;exports.NewTicket=yt.default;exports.NoCredits=Lt.default;exports.Number=Vt.default;exports.NumberList=vt.default;exports.OpenNewWindow=Dt.default;exports.OrderHistory=xt.default;exports.OrderReport=Ut.default;exports.Paperclip=Et.default;exports.Pause=Bt.default;exports.PaymentLink=Wt.default;exports.PaymentReport=Ht.default;exports.Percent=Ot.default;exports.Percent2=Gt.default;exports.Person=Nt.default;exports.Phone=$t.default;exports.PhoneV2=zt.default;exports.Placeholder=jt.default;exports.PlanUltimate=Jt.default;exports.Play=Qt.default;exports.Plus=Kt.default;exports.PricePlease=Yt.default;exports.PrivateNote=Zt.default;exports.ProductTour=Xt.default;exports.Promocode=_t.default;exports.Purchase=eu.default;exports.PuzzlePiece=ru.default;exports.Quotes=tu.default;exports.Rcs=uu.default;exports.RcsV2=ou.default;exports.Receipt=au.default;exports.Refresh=iu.default;exports.RestApi=nu.default;exports.Rewind=lu.default;exports.Robot=su.default;exports.RotateAnticlockwise=cu.default;exports.RotateClockwise=du.default;exports.RoundCheck=fu.default;exports.Rupee=qu.default;exports.Save=hu.default;exports.Search=pu.default;exports.Send=mu.default;exports.SendAirplane=Cu.default;exports.Services=gu.default;exports.Services2=ku.default;exports.Settings=Su.default;exports.Shape=Mu.default;exports.ShareAndroid=Au.default;exports.Shield=bu.default;exports.ShieldCheck=Fu.default;exports.ShieldOutline=Tu.default;exports.ShopifyBrand=wu.default;exports.ShopifyDefault=Pu.default;exports.ShoppingBag=Iu.default;exports.ShoppingBasket=Ru.default;exports.ShoppingCart=yu.default;exports.ShoppingCart2=Lu.default;exports.Shortcut=Vu.default;exports.Shorter=vu.default;exports.SingleChoice=Du.default;exports.SingleChoice2=xu.default;exports.SlackIcon=Uu.default;exports.Slash=Eu.default;exports.Sleep=Bu.default;exports.Smartphone=Wu.default;exports.SmsV2=Hu.default;exports.Sparkling2Line=Ou.default;exports.StarEmpty=Gu.default;exports.StarFilled=Nu.default;exports.StarHalf=$u.default;exports.Store=zu.default;exports.StoreSync=ju.default;exports.Subscript=Ju.default;exports.Superscript=Qu.default;exports.Sync=Ku.default;exports.TablerTicket=Yu.default;exports.Task=Zu.default;exports.TaskV2=Xu.default;exports.Tasks=_u.default;exports.Text=eo.default;exports.TextAlignCenter=ro.default;exports.TextAlignLeft=to.default;exports.TextAlignRight=uo.default;exports.TextBold=oo.default;exports.TextItalics=ao.default;exports.TextJustify=io.default;exports.TextMessage=no.default;exports.TextStrikethrough=lo.default;exports.TextUnderline=so.default;exports.Textbox=co.default;exports.Theme=fo.default;exports.TicketForm=qo.default;exports.TicketV2=ho.default;exports.Training=po.default;exports.Truck=mo.default;exports.Twitter=Co.default;exports.Unarchive=go.default;exports.Union=ko.default;exports.Union1=So.default;exports.Unlock=Mo.default;exports.Unsatisfactory=Ao.default;exports.Upload=bo.default;exports.User=Fo.default;exports.UserMinus1=To.default;exports.UserPlus=wo.default;exports.UserSound=Po.default;exports.VideoCamcorder=Io.default;exports.VideoFilm=Ro.default;exports.VolumeMute=yo.default;exports.VolumeOneline=Lo.default;exports.VolumeTwoline=Vo.default;exports.Wallet=vo.default;exports.WandSparkles=Do.default;exports.WebPush=xo.default;exports.Webhook=Uo.default;exports.WebpushV2=Eo.default;exports.Website=Bo.default;exports.WhatsApp=Wo.default;exports.WhatsAppCallV2=Ho.default;exports.WhatsAppV2=Oo.default;exports.Whatsapp=Go.default;exports.Whatsapp2=No.default;exports.WooCommerce=$o.default;exports.WorkingHours=zo.default;exports.Write=jo.default;exports.Youtube=Jo.default;exports.Zendesk=Qo.default;
2
2
  //# sourceMappingURL=index.js.map
@@ -1,19 +1,18 @@
1
1
  import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
- import x from "../../assets/icons/delete.svg.js";
3
- import w from "../../assets/icons/edit.svg.js";
4
- import S from "../../assets/icons/info.svg.js";
5
- import T from "../../assets/icons/playOutline.svg.js";
6
- import D from "../../assets/icons/vertical_dots.svg.js";
7
- import { DropdownPopover as B } from "../dropdown/DropdownPopover/index.js";
2
+ import w from "../../assets/icons/delete.svg.js";
3
+ import x from "../../assets/icons/edit.svg.js";
4
+ import S from "../../assets/icons/playOutline.svg.js";
5
+ import T from "../../assets/icons/vertical_dots.svg.js";
6
+ import { DropdownPopover as D } from "../dropdown/DropdownPopover/index.js";
8
7
  import { BikShimmer as C } from "../shimmer/ShimmerComponent/BikShimmer.js";
9
- import { TitleSmall as L, BodyCaption as O, BodySecondary as m } from "../TypographyStyle.js";
8
+ import { TitleSmall as L, BodyCaption as O, BodySecondary as p } from "../TypographyStyle.js";
10
9
  import R from "../../utils/StringUtils.js";
11
10
  import { COLORS as o } from "../../constants/Theme.js";
12
- import { ActionButton as h, BodyGridRow as P, Cell as n, ActionGroup as $ } from "./AgentListing.styled.js";
13
- import { Tooltip as c } from "../tooltips/Tooltip.js";
14
- import { Tag as k } from "../tag/Tag.js";
15
- import { unwrapDropdownValue as I } from "../dropdown/utils.js";
16
- const A = (e) => {
11
+ import { ActionButton as m, BodyGridRow as B, Cell as n, ActionGroup as P } from "./AgentListing.styled.js";
12
+ import { Tooltip as h } from "../tooltips/Tooltip.js";
13
+ import { Tag as $ } from "../tag/Tag.js";
14
+ import { unwrapDropdownValue as k } from "../dropdown/utils.js";
15
+ const j = (e) => {
17
16
  switch (e.kind) {
18
17
  case "topic":
19
18
  return `Topic: ${R.capitalize(
@@ -24,21 +23,21 @@ const A = (e) => {
24
23
  default:
25
24
  return e.label ?? "";
26
25
  }
27
- }, Q = ({
26
+ }, N = ({
28
27
  agent: e,
29
28
  onRunAgent: u,
30
29
  onEditAgent: f,
31
30
  onDeleteAgent: a,
32
31
  onRowClick: l,
33
- triggerCountLoading: y
32
+ triggerCountLoading: b
34
33
  }) => {
35
- const d = e.status === "live", s = A(e.trigger), b = (i) => {
34
+ const c = e.status === "live", d = j(e.trigger), y = (i) => {
36
35
  i.stopPropagation(), !e.isRunDisabled && u(e);
37
- }, g = [
36
+ }, v = [
38
37
  {
39
38
  label: "Edit",
40
39
  value: "edit",
41
- leadingIcon: /* @__PURE__ */ t(w, { width: 16, height: 16, color: o.content.secondary })
40
+ leadingIcon: /* @__PURE__ */ t(x, { width: 16, height: 16, color: o.content.secondary })
42
41
  },
43
42
  ...a ? [
44
43
  {
@@ -58,7 +57,7 @@ const A = (e) => {
58
57
  },
59
58
  children: [
60
59
  /* @__PURE__ */ t(
61
- x,
60
+ w,
62
61
  {
63
62
  width: 16,
64
63
  height: 16,
@@ -71,17 +70,17 @@ const A = (e) => {
71
70
  )
72
71
  }
73
72
  ] : []
74
- ], v = (i) => {
73
+ ], g = (i) => {
75
74
  i === "edit" ? f(e) : i === "delete" && a?.(e);
76
- }, p = /* @__PURE__ */ t(
77
- h,
75
+ }, s = /* @__PURE__ */ t(
76
+ m,
78
77
  {
79
78
  "data-test": `agent-row-run-${e.id}`,
80
79
  disabled: e.isRunDisabled,
81
- onClick: b,
80
+ onClick: y,
82
81
  "aria-label": "Run agent",
83
82
  children: /* @__PURE__ */ t(
84
- T,
83
+ S,
85
84
  {
86
85
  width: 20,
87
86
  height: 20,
@@ -91,53 +90,21 @@ const A = (e) => {
91
90
  }
92
91
  );
93
92
  return /* @__PURE__ */ r(
94
- P,
93
+ B,
95
94
  {
96
95
  "data-test": `agent-row-${e.id}`,
97
96
  clickable: !!l,
98
97
  onClick: l ? () => l(e) : void 0,
99
98
  children: [
100
99
  /* @__PURE__ */ r(n, { children: [
101
- /* @__PURE__ */ r(
102
- "div",
103
- {
104
- style: {
105
- display: "flex",
106
- alignItems: "center",
107
- gap: 8,
108
- minWidth: 0
109
- },
110
- children: [
111
- /* @__PURE__ */ t(L, { numberOfLines: 1, color: o.content.primary, children: e.name }),
112
- e.sourceBadge ? /* @__PURE__ */ t(c, { body: e.sourceBadge, placement: "top", children: /* @__PURE__ */ t(
113
- "span",
114
- {
115
- style: {
116
- display: "flex",
117
- flexShrink: 0,
118
- cursor: "help"
119
- },
120
- "aria-label": "Agent source",
121
- children: /* @__PURE__ */ t(
122
- S,
123
- {
124
- width: 16,
125
- height: 16,
126
- color: o.content.secondary
127
- }
128
- )
129
- }
130
- ) }) : null
131
- ]
132
- }
133
- ),
100
+ /* @__PURE__ */ t(L, { numberOfLines: 1, color: o.content.primary, children: e.name }),
134
101
  /* @__PURE__ */ r(O, { numberOfLines: 1, color: o.content.secondary, children: [
135
102
  "Created: ",
136
103
  e.createdAtLabel
137
104
  ] })
138
105
  ] }),
139
- /* @__PURE__ */ t(n, { children: /* @__PURE__ */ t(c, { body: s, placement: "top", children: /* @__PURE__ */ t(m, { numberOfLines: 2, color: o.content.primary, children: s }) }) }),
140
- /* @__PURE__ */ t(n, { align: "right", children: y ? /* @__PURE__ */ t(
106
+ /* @__PURE__ */ t(n, { children: /* @__PURE__ */ t(h, { body: d, placement: "top", children: /* @__PURE__ */ t(p, { numberOfLines: 2, color: o.content.primary, children: d }) }) }),
107
+ /* @__PURE__ */ t(n, { align: "right", children: b ? /* @__PURE__ */ t(
141
108
  C,
142
109
  {
143
110
  boxes: [
@@ -149,37 +116,37 @@ const A = (e) => {
149
116
  }
150
117
  ]
151
118
  }
152
- ) : /* @__PURE__ */ t(m, { color: o.content.primary, children: e.triggerCount }) }),
119
+ ) : /* @__PURE__ */ t(p, { color: o.content.primary, children: e.triggerCount }) }),
153
120
  /* @__PURE__ */ t(n, { children: /* @__PURE__ */ t(
154
- k,
121
+ $,
155
122
  {
156
- tagText: d ? "Live" : "Draft",
157
- type: d ? "positive" : "neutral",
123
+ tagText: c ? "Live" : "Draft",
124
+ type: c ? "positive" : "neutral",
158
125
  variant: "regular"
159
126
  }
160
127
  ) }),
161
- /* @__PURE__ */ t(n, { align: "center", children: /* @__PURE__ */ r($, { children: [
162
- e.isRunDisabled && e.runDisabledTooltip ? /* @__PURE__ */ t(c, { body: e.runDisabledTooltip, placement: "top", children: /* @__PURE__ */ t("span", { style: { display: "flex" }, children: p }) }) : p,
128
+ /* @__PURE__ */ t(n, { align: "center", children: /* @__PURE__ */ r(P, { children: [
129
+ e.isRunDisabled && e.runDisabledTooltip ? /* @__PURE__ */ t(h, { body: e.runDisabledTooltip, placement: "top", children: /* @__PURE__ */ t("span", { style: { display: "flex" }, children: s }) }) : s,
163
130
  /* @__PURE__ */ t(
164
131
  "span",
165
132
  {
166
133
  style: { display: "flex" },
167
134
  onClick: (i) => i.stopPropagation(),
168
135
  children: /* @__PURE__ */ t(
169
- B,
136
+ D,
170
137
  {
171
138
  "data-test": `agent-row-menu-${e.id}`,
172
- options: g,
139
+ options: v,
173
140
  placement: "bottom-end",
174
141
  width: "160px",
175
- onSelect: (i) => v(I(i)),
142
+ onSelect: (i) => g(k(i)),
176
143
  children: /* @__PURE__ */ t(
177
- h,
144
+ m,
178
145
  {
179
146
  "data-test": `agent-row-menu-button-${e.id}`,
180
147
  "aria-label": "More actions",
181
148
  children: /* @__PURE__ */ t(
182
- D,
149
+ T,
183
150
  {
184
151
  width: 20,
185
152
  height: 20,
@@ -198,6 +165,6 @@ const A = (e) => {
198
165
  );
199
166
  };
200
167
  export {
201
- Q as AgentTableRow
168
+ N as AgentTableRow
202
169
  };
203
170
  //# sourceMappingURL=AgentTableRow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AgentTableRow.js","sources":["../../../../src/components/agent-listing/AgentTableRow.tsx"],"sourcesContent":["import DeleteIcon from '@src/assets/icons/delete.svg';\nimport EditIcon from '@src/assets/icons/edit.svg';\nimport InfoIcon from '@src/assets/icons/info.svg';\nimport PlayOutlineIcon from '@src/assets/icons/playOutline.svg';\nimport MoreIcon from '@src/assets/icons/vertical_dots.svg';\nimport React from 'react';\nimport { unwrapDropdownValue } from '@src/components/dropdown';\nimport { DropdownPopover } from '@src/components/dropdown/DropdownPopover';\nimport { SingleOption } from '@src/components/dropdown/type';\nimport BikShimmer from '@src/components/shimmer/ShimmerComponent/BikShimmer';\nimport { Tag } from '@src/components/tag';\nimport { Tooltip } from '@src/components/tooltips';\nimport {\n\tBodyCaption,\n\tBodySecondary,\n\tTitleSmall,\n} from '@src/components/TypographyStyle';\nimport StringUtils from '@src/utils/StringUtils';\nimport { COLORS } from '@src/constants/Theme';\nimport { AgentListItem, AgentTriggerSummary } from './AgentListing.model';\nimport {\n\tActionButton,\n\tActionGroup,\n\tBodyGridRow,\n\tCell,\n} from './AgentListing.styled';\n\nconst triggerToText = (trigger: AgentTriggerSummary): string => {\n\tswitch (trigger.kind) {\n\t\tcase 'topic':\n\t\t\t// Intent keys arrive snake_cased (e.g. \"order_cancellation\"); show them\n\t\t\t// space-separated and sentence-cased (first letter capital) so the\n\t\t\t// trigger reads as plain words, not a raw key.\n\t\t\treturn `Topic: ${StringUtils.capitalize(\n\t\t\t\t(trigger.label ?? '').replace(/_/g, ' '),\n\t\t\t)}`;\n\t\tcase 'phrases':\n\t\t\t// No enumerable phrase list (free-text trigger) → just the word.\n\t\t\treturn trigger.items?.length\n\t\t\t\t? `Phrases: ${trigger.items.join(', ')}`\n\t\t\t\t: 'Phrases';\n\t\tcase 'custom':\n\t\tdefault:\n\t\t\treturn trigger.label ?? '';\n\t}\n};\n\ninterface AgentTableRowProps {\n\tagent: AgentListItem;\n\tonRunAgent: (agent: AgentListItem) => void;\n\tonEditAgent: (agent: AgentListItem) => void;\n\t/** When set, render a delete action (the listing handles confirmation). */\n\tonDeleteAgent?: (agent: AgentListItem) => void;\n\tonRowClick?: (agent: AgentListItem) => void;\n\t/** Shimmer the trigger-count cell while the analytics count is still loading. */\n\ttriggerCountLoading?: boolean;\n}\n\nexport const AgentTableRow: React.FC<AgentTableRowProps> = ({\n\tagent,\n\tonRunAgent,\n\tonEditAgent,\n\tonDeleteAgent,\n\tonRowClick,\n\ttriggerCountLoading,\n}) => {\n\tconst isLive = agent.status === 'live';\n\tconst triggerText = triggerToText(agent.trigger);\n\n\tconst handleRun = (e: React.MouseEvent) => {\n\t\te.stopPropagation();\n\t\tif (agent.isRunDisabled) {\n\t\t\treturn;\n\t\t}\n\t\tonRunAgent(agent);\n\t};\n\n\t// Edit + Delete live in the \"⋮\" menu beside the run button.\n\tconst menuOptions: SingleOption[] = [\n\t\t{\n\t\t\tlabel: 'Edit',\n\t\t\tvalue: 'edit',\n\t\t\tleadingIcon: (\n\t\t\t\t<EditIcon width={16} height={16} color={COLORS.content.secondary} />\n\t\t\t),\n\t\t},\n\t\t...(onDeleteAgent\n\t\t\t? [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Delete',\n\t\t\t\t\t\tvalue: 'delete',\n\t\t\t\t\t\t// Rendered red (icon + label) via customComponent.\n\t\t\t\t\t\tcustomComponent: (\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\t\t\t\tgap: 8,\n\t\t\t\t\t\t\t\t\tcolor: COLORS.content.negative,\n\t\t\t\t\t\t\t\t\tfontFamily: 'Inter',\n\t\t\t\t\t\t\t\t\tfontSize: 14,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<DeleteIcon\n\t\t\t\t\t\t\t\t\twidth={16}\n\t\t\t\t\t\t\t\t\theight={16}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.negative}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t ]\n\t\t\t: []),\n\t];\n\n\tconst handleMenuSelect = (value: string | undefined) => {\n\t\tif (value === 'edit') {\n\t\t\tonEditAgent(agent);\n\t\t} else if (value === 'delete') {\n\t\t\tonDeleteAgent?.(agent);\n\t\t}\n\t};\n\n\tconst playButton = (\n\t\t<ActionButton\n\t\t\tdata-test={`agent-row-run-${agent.id}`}\n\t\t\tdisabled={agent.isRunDisabled}\n\t\t\tonClick={handleRun}\n\t\t\taria-label=\"Run agent\"\n\t\t>\n\t\t\t<PlayOutlineIcon\n\t\t\t\twidth={20}\n\t\t\t\theight={20}\n\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t/>\n\t\t</ActionButton>\n\t);\n\n\treturn (\n\t\t<BodyGridRow\n\t\t\tdata-test={`agent-row-${agent.id}`}\n\t\t\tclickable={!!onRowClick}\n\t\t\tonClick={onRowClick ? () => onRowClick(agent) : undefined}\n\t\t>\n\t\t\t<Cell>\n\t\t\t\t<div\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\tgap: 8,\n\t\t\t\t\t\tminWidth: 0,\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<TitleSmall numberOfLines={1} color={COLORS.content.primary}>\n\t\t\t\t\t\t{agent.name}\n\t\t\t\t\t</TitleSmall>\n\t\t\t\t\t{/* Provenance: an info icon beside the name reveals where this\n\t\t\t\t\t agent was copied from (source store + agent, or the agent\n\t\t\t\t\t library). Consumer's doc→row mapper builds the tooltip text. */}\n\t\t\t\t\t{agent.sourceBadge ? (\n\t\t\t\t\t\t<Tooltip body={agent.sourceBadge} placement=\"top\">\n\t\t\t\t\t\t\t<span\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\t\t\t\tflexShrink: 0,\n\t\t\t\t\t\t\t\t\tcursor: 'help',\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\taria-label=\"Agent source\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<InfoIcon\n\t\t\t\t\t\t\t\t\twidth={16}\n\t\t\t\t\t\t\t\t\theight={16}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</Tooltip>\n\t\t\t\t\t) : null}\n\t\t\t\t</div>\n\t\t\t\t<BodyCaption numberOfLines={1} color={COLORS.content.secondary}>\n\t\t\t\t\tCreated: {agent.createdAtLabel}\n\t\t\t\t</BodyCaption>\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t{/* Cell truncates to 2 lines; the tooltip reveals the full trigger. */}\n\t\t\t\t<Tooltip body={triggerText} placement=\"top\">\n\t\t\t\t\t<BodySecondary numberOfLines={2} color={COLORS.content.primary}>\n\t\t\t\t\t\t{triggerText}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t</Tooltip>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"right\">\n\t\t\t\t{triggerCountLoading ? (\n\t\t\t\t\t<BikShimmer\n\t\t\t\t\t\tboxes={[\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\twidth: '48px',\n\t\t\t\t\t\t\t\theight: '16px',\n\t\t\t\t\t\t\t\tborderRadius: '4px',\n\t\t\t\t\t\t\t\tmarginTop: '0',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t]}\n\t\t\t\t\t/>\n\t\t\t\t) : (\n\t\t\t\t\t<BodySecondary color={COLORS.content.primary}>\n\t\t\t\t\t\t{agent.triggerCount}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t)}\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t<Tag\n\t\t\t\t\ttagText={isLive ? 'Live' : 'Draft'}\n\t\t\t\t\ttype={isLive ? 'positive' : 'neutral'}\n\t\t\t\t\tvariant=\"regular\"\n\t\t\t\t/>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"center\">\n\t\t\t\t<ActionGroup>\n\t\t\t\t\t{agent.isRunDisabled && agent.runDisabledTooltip ? (\n\t\t\t\t\t\t<Tooltip body={agent.runDisabledTooltip} placement=\"top\">\n\t\t\t\t\t\t\t<span style={{ display: 'flex' }}>{playButton}</span>\n\t\t\t\t\t\t</Tooltip>\n\t\t\t\t\t) : (\n\t\t\t\t\t\tplayButton\n\t\t\t\t\t)}\n\t\t\t\t\t{/* Stop the row's onClick from firing when interacting with the menu. */}\n\t\t\t\t\t<span\n\t\t\t\t\t\tstyle={{ display: 'flex' }}\n\t\t\t\t\t\tonClick={(e) => e.stopPropagation()}\n\t\t\t\t\t>\n\t\t\t\t\t\t<DropdownPopover\n\t\t\t\t\t\t\tdata-test={`agent-row-menu-${agent.id}`}\n\t\t\t\t\t\t\toptions={menuOptions}\n\t\t\t\t\t\t\tplacement=\"bottom-end\"\n\t\t\t\t\t\t\twidth=\"160px\"\n\t\t\t\t\t\t\tonSelect={(opt) => handleMenuSelect(unwrapDropdownValue(opt))}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ActionButton\n\t\t\t\t\t\t\t\tdata-test={`agent-row-menu-button-${agent.id}`}\n\t\t\t\t\t\t\t\taria-label=\"More actions\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<MoreIcon\n\t\t\t\t\t\t\t\t\twidth={20}\n\t\t\t\t\t\t\t\t\theight={20}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</ActionButton>\n\t\t\t\t\t\t</DropdownPopover>\n\t\t\t\t\t</span>\n\t\t\t\t</ActionGroup>\n\t\t\t</Cell>\n\t\t</BodyGridRow>\n\t);\n};\n"],"names":["triggerToText","trigger","StringUtils","AgentTableRow","agent","onRunAgent","onEditAgent","onDeleteAgent","onRowClick","triggerCountLoading","isLive","triggerText","handleRun","e","menuOptions","jsx","EditIcon","COLORS","jsxs","DeleteIcon","handleMenuSelect","value","playButton","ActionButton","PlayOutlineIcon","BodyGridRow","Cell","TitleSmall","Tooltip","InfoIcon","BodyCaption","BodySecondary","BikShimmer","Tag","ActionGroup","DropdownPopover","opt","unwrapDropdownValue","MoreIcon"],"mappings":"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"}
1
+ {"version":3,"file":"AgentTableRow.js","sources":["../../../../src/components/agent-listing/AgentTableRow.tsx"],"sourcesContent":["import DeleteIcon from '@src/assets/icons/delete.svg';\nimport EditIcon from '@src/assets/icons/edit.svg';\nimport PlayOutlineIcon from '@src/assets/icons/playOutline.svg';\nimport MoreIcon from '@src/assets/icons/vertical_dots.svg';\nimport React from 'react';\nimport { unwrapDropdownValue } from '@src/components/dropdown';\nimport { DropdownPopover } from '@src/components/dropdown/DropdownPopover';\nimport { SingleOption } from '@src/components/dropdown/type';\nimport BikShimmer from '@src/components/shimmer/ShimmerComponent/BikShimmer';\nimport { Tag } from '@src/components/tag';\nimport { Tooltip } from '@src/components/tooltips';\nimport {\n\tBodyCaption,\n\tBodySecondary,\n\tTitleSmall,\n} from '@src/components/TypographyStyle';\nimport StringUtils from '@src/utils/StringUtils';\nimport { COLORS } from '@src/constants/Theme';\nimport { AgentListItem, AgentTriggerSummary } from './AgentListing.model';\nimport {\n\tActionButton,\n\tActionGroup,\n\tBodyGridRow,\n\tCell,\n} from './AgentListing.styled';\n\nconst triggerToText = (trigger: AgentTriggerSummary): string => {\n\tswitch (trigger.kind) {\n\t\tcase 'topic':\n\t\t\t// Intent keys arrive snake_cased (e.g. \"order_cancellation\"); show them\n\t\t\t// space-separated and sentence-cased (first letter capital) so the\n\t\t\t// trigger reads as plain words, not a raw key.\n\t\t\treturn `Topic: ${StringUtils.capitalize(\n\t\t\t\t(trigger.label ?? '').replace(/_/g, ' '),\n\t\t\t)}`;\n\t\tcase 'phrases':\n\t\t\t// No enumerable phrase list (free-text trigger) → just the word.\n\t\t\treturn trigger.items?.length\n\t\t\t\t? `Phrases: ${trigger.items.join(', ')}`\n\t\t\t\t: 'Phrases';\n\t\tcase 'custom':\n\t\tdefault:\n\t\t\treturn trigger.label ?? '';\n\t}\n};\n\ninterface AgentTableRowProps {\n\tagent: AgentListItem;\n\tonRunAgent: (agent: AgentListItem) => void;\n\tonEditAgent: (agent: AgentListItem) => void;\n\t/** When set, render a delete action (the listing handles confirmation). */\n\tonDeleteAgent?: (agent: AgentListItem) => void;\n\tonRowClick?: (agent: AgentListItem) => void;\n\t/** Shimmer the trigger-count cell while the analytics count is still loading. */\n\ttriggerCountLoading?: boolean;\n}\n\nexport const AgentTableRow: React.FC<AgentTableRowProps> = ({\n\tagent,\n\tonRunAgent,\n\tonEditAgent,\n\tonDeleteAgent,\n\tonRowClick,\n\ttriggerCountLoading,\n}) => {\n\tconst isLive = agent.status === 'live';\n\tconst triggerText = triggerToText(agent.trigger);\n\n\tconst handleRun = (e: React.MouseEvent) => {\n\t\te.stopPropagation();\n\t\tif (agent.isRunDisabled) {\n\t\t\treturn;\n\t\t}\n\t\tonRunAgent(agent);\n\t};\n\n\t// Edit + Delete live in the \"⋮\" menu beside the run button.\n\tconst menuOptions: SingleOption[] = [\n\t\t{\n\t\t\tlabel: 'Edit',\n\t\t\tvalue: 'edit',\n\t\t\tleadingIcon: (\n\t\t\t\t<EditIcon width={16} height={16} color={COLORS.content.secondary} />\n\t\t\t),\n\t\t},\n\t\t...(onDeleteAgent\n\t\t\t? [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: 'Delete',\n\t\t\t\t\t\tvalue: 'delete',\n\t\t\t\t\t\t// Rendered red (icon + label) via customComponent.\n\t\t\t\t\t\tcustomComponent: (\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tdisplay: 'flex',\n\t\t\t\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\t\t\t\tgap: 8,\n\t\t\t\t\t\t\t\t\tcolor: COLORS.content.negative,\n\t\t\t\t\t\t\t\t\tfontFamily: 'Inter',\n\t\t\t\t\t\t\t\t\tfontSize: 14,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<DeleteIcon\n\t\t\t\t\t\t\t\t\twidth={16}\n\t\t\t\t\t\t\t\t\theight={16}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.negative}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\tDelete\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t ]\n\t\t\t: []),\n\t];\n\n\tconst handleMenuSelect = (value: string | undefined) => {\n\t\tif (value === 'edit') {\n\t\t\tonEditAgent(agent);\n\t\t} else if (value === 'delete') {\n\t\t\tonDeleteAgent?.(agent);\n\t\t}\n\t};\n\n\tconst playButton = (\n\t\t<ActionButton\n\t\t\tdata-test={`agent-row-run-${agent.id}`}\n\t\t\tdisabled={agent.isRunDisabled}\n\t\t\tonClick={handleRun}\n\t\t\taria-label=\"Run agent\"\n\t\t>\n\t\t\t<PlayOutlineIcon\n\t\t\t\twidth={20}\n\t\t\t\theight={20}\n\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t/>\n\t\t</ActionButton>\n\t);\n\n\treturn (\n\t\t<BodyGridRow\n\t\t\tdata-test={`agent-row-${agent.id}`}\n\t\t\tclickable={!!onRowClick}\n\t\t\tonClick={onRowClick ? () => onRowClick(agent) : undefined}\n\t\t>\n\t\t\t<Cell>\n\t\t\t\t<TitleSmall numberOfLines={1} color={COLORS.content.primary}>\n\t\t\t\t\t{agent.name}\n\t\t\t\t</TitleSmall>\n\t\t\t\t<BodyCaption numberOfLines={1} color={COLORS.content.secondary}>\n\t\t\t\t\tCreated: {agent.createdAtLabel}\n\t\t\t\t</BodyCaption>\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t{/* Cell truncates to 2 lines; the tooltip reveals the full trigger. */}\n\t\t\t\t<Tooltip body={triggerText} placement=\"top\">\n\t\t\t\t\t<BodySecondary numberOfLines={2} color={COLORS.content.primary}>\n\t\t\t\t\t\t{triggerText}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t</Tooltip>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"right\">\n\t\t\t\t{triggerCountLoading ? (\n\t\t\t\t\t<BikShimmer\n\t\t\t\t\t\tboxes={[\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\twidth: '48px',\n\t\t\t\t\t\t\t\theight: '16px',\n\t\t\t\t\t\t\t\tborderRadius: '4px',\n\t\t\t\t\t\t\t\tmarginTop: '0',\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t]}\n\t\t\t\t\t/>\n\t\t\t\t) : (\n\t\t\t\t\t<BodySecondary color={COLORS.content.primary}>\n\t\t\t\t\t\t{agent.triggerCount}\n\t\t\t\t\t</BodySecondary>\n\t\t\t\t)}\n\t\t\t</Cell>\n\n\t\t\t<Cell>\n\t\t\t\t<Tag\n\t\t\t\t\ttagText={isLive ? 'Live' : 'Draft'}\n\t\t\t\t\ttype={isLive ? 'positive' : 'neutral'}\n\t\t\t\t\tvariant=\"regular\"\n\t\t\t\t/>\n\t\t\t</Cell>\n\n\t\t\t<Cell align=\"center\">\n\t\t\t\t<ActionGroup>\n\t\t\t\t\t{agent.isRunDisabled && agent.runDisabledTooltip ? (\n\t\t\t\t\t\t<Tooltip body={agent.runDisabledTooltip} placement=\"top\">\n\t\t\t\t\t\t\t<span style={{ display: 'flex' }}>{playButton}</span>\n\t\t\t\t\t\t</Tooltip>\n\t\t\t\t\t) : (\n\t\t\t\t\t\tplayButton\n\t\t\t\t\t)}\n\t\t\t\t\t{/* Stop the row's onClick from firing when interacting with the menu. */}\n\t\t\t\t\t<span\n\t\t\t\t\t\tstyle={{ display: 'flex' }}\n\t\t\t\t\t\tonClick={(e) => e.stopPropagation()}\n\t\t\t\t\t>\n\t\t\t\t\t\t<DropdownPopover\n\t\t\t\t\t\t\tdata-test={`agent-row-menu-${agent.id}`}\n\t\t\t\t\t\t\toptions={menuOptions}\n\t\t\t\t\t\t\tplacement=\"bottom-end\"\n\t\t\t\t\t\t\twidth=\"160px\"\n\t\t\t\t\t\t\tonSelect={(opt) => handleMenuSelect(unwrapDropdownValue(opt))}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<ActionButton\n\t\t\t\t\t\t\t\tdata-test={`agent-row-menu-button-${agent.id}`}\n\t\t\t\t\t\t\t\taria-label=\"More actions\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<MoreIcon\n\t\t\t\t\t\t\t\t\twidth={20}\n\t\t\t\t\t\t\t\t\theight={20}\n\t\t\t\t\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</ActionButton>\n\t\t\t\t\t\t</DropdownPopover>\n\t\t\t\t\t</span>\n\t\t\t\t</ActionGroup>\n\t\t\t</Cell>\n\t\t</BodyGridRow>\n\t);\n};\n"],"names":["triggerToText","trigger","StringUtils","AgentTableRow","agent","onRunAgent","onEditAgent","onDeleteAgent","onRowClick","triggerCountLoading","isLive","triggerText","handleRun","e","menuOptions","jsx","EditIcon","COLORS","jsxs","DeleteIcon","handleMenuSelect","value","playButton","ActionButton","PlayOutlineIcon","BodyGridRow","Cell","TitleSmall","BodyCaption","Tooltip","BodySecondary","BikShimmer","Tag","ActionGroup","DropdownPopover","opt","unwrapDropdownValue","MoreIcon"],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ color?: string;
5
+ }
6
+ declare const SvgAt: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgAt;
@@ -0,0 +1,47 @@
1
+ import { jsxs as e, jsx as t } from "react/jsx-runtime";
2
+ const s = ({ size: r = 24, color: i = "currentColor", ...o }) => {
3
+ const n = {
4
+ width: r,
5
+ height: r,
6
+ color: i,
7
+ ...o
8
+ };
9
+ return /* @__PURE__ */ e(
10
+ "svg",
11
+ {
12
+ viewBox: "0 0 16 16",
13
+ fill: "none",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ ...n,
16
+ children: [
17
+ /* @__PURE__ */ e("g", { clipPath: "url(#clip0_8572_27245)", children: [
18
+ /* @__PURE__ */ t(
19
+ "path",
20
+ {
21
+ d: "M8 10.5C9.38071 10.5 10.5 9.38071 10.5 8C10.5 6.61929 9.38071 5.5 8 5.5C6.61929 5.5 5.5 6.61929 5.5 8C5.5 9.38071 6.61929 10.5 8 10.5Z",
22
+ stroke: "#212121",
23
+ strokeWidth: 1.33,
24
+ strokeLinecap: "round",
25
+ strokeLinejoin: "round"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ t(
29
+ "path",
30
+ {
31
+ d: "M11.5 13C10.5494 13.6319 9.22688 14 8 14C6.81331 14 5.65328 13.6481 4.66658 12.9888C3.67989 12.3295 2.91085 11.3925 2.45673 10.2961C2.0026 9.19975 1.88378 7.99335 2.11529 6.82946C2.3468 5.66558 2.91825 4.59648 3.75736 3.75736C4.59648 2.91825 5.66558 2.3468 6.82946 2.11529C7.99335 1.88378 9.19975 2.0026 10.2961 2.45673C11.3925 2.91085 12.3295 3.67989 12.9888 4.66658C13.6481 5.65328 14 6.81331 14 8C14 9.38063 13.5 10.5 12.25 10.5C11 10.5 10.5 9.38063 10.5 8V5.5",
32
+ stroke: "#212121",
33
+ strokeWidth: 1.33,
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round"
36
+ }
37
+ )
38
+ ] }),
39
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_8572_27245", children: /* @__PURE__ */ t("rect", { width: 16, height: 16, fill: "white" }) }) })
40
+ ]
41
+ }
42
+ );
43
+ };
44
+ export {
45
+ s as default
46
+ };
47
+ //# sourceMappingURL=At.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"At.js","sources":["../../../../../src/icons/Informational/Communication/At.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgAt = ({ size = 24, color = 'currentColor', ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 16 16\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<g clipPath=\"url(#clip0_8572_27245)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M8 10.5C9.38071 10.5 10.5 9.38071 10.5 8C10.5 6.61929 9.38071 5.5 8 5.5C6.61929 5.5 5.5 6.61929 5.5 8C5.5 9.38071 6.61929 10.5 8 10.5Z\"\n\t\t\t\t\tstroke=\"#212121\"\n\t\t\t\t\tstrokeWidth={1.33}\n\t\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t\t/>\n\t\t\t\t<path\n\t\t\t\t\td=\"M11.5 13C10.5494 13.6319 9.22688 14 8 14C6.81331 14 5.65328 13.6481 4.66658 12.9888C3.67989 12.3295 2.91085 11.3925 2.45673 10.2961C2.0026 9.19975 1.88378 7.99335 2.11529 6.82946C2.3468 5.66558 2.91825 4.59648 3.75736 3.75736C4.59648 2.91825 5.66558 2.3468 6.82946 2.11529C7.99335 1.88378 9.19975 2.0026 10.2961 2.45673C11.3925 2.91085 12.3295 3.67989 12.9888 4.66658C13.6481 5.65328 14 6.81331 14 8C14 9.38063 13.5 10.5 12.25 10.5C11 10.5 10.5 9.38063 10.5 8V5.5\"\n\t\t\t\t\tstroke=\"#212121\"\n\t\t\t\t\tstrokeWidth={1.33}\n\t\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_8572_27245\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgAt;\n"],"names":["SvgAt","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAQ,CAAC,EAAE,MAAAC,IAAO,IAAI,OAAAC,IAAQ,gBAAgB,GAAGC,QAAkB;AACxE,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAC,EAAC,KAAA,EAAE,UAAS,0BACX,UAAA;AAAA,UAAA,gBAAAC;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,QAAO;AAAA,cACP,aAAa;AAAA,cACb,eAAc;AAAA,cACd,gBAAe;AAAA,YAAA;AAAA,UAAA;AAAA,UAEhB,gBAAAA;AAAA,YAAC;AAAA,YAAA;AAAA,cACA,GAAE;AAAA,cACF,QAAO;AAAA,cACP,aAAa;AAAA,cACb,eAAc;AAAA,cACd,gBAAe;AAAA,YAAA;AAAA,UAAA;AAAA,QAChB,GACD;AAAA,QACA,gBAAAA,EAAC,QAAA,EACA,UAAA,gBAAAA,EAAC,YAAA,EAAS,IAAG,oBACZ,UAAA,gBAAAA,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,MAAK,SAAQ,GAC3C,EAAA,CACD;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -1,3 +1,4 @@
1
+ export { default as At } from './At';
1
2
  export { default as Chat } from './Chat';
2
3
  export { default as ChatCheck } from './ChatCheck';
3
4
  export { default as ChatQuestion } from './ChatQuestion';
@@ -9,7 +9,7 @@ export { ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowU
9
9
  export { ArrowSwitch } from './Arrows/Special';
10
10
  export { AiVoice, AiIcon, Webhook, AiAgent, AiEmoji, AiRobot, Expand, Frame27389, Frame27597, Frame27598, Frame27599, GeminiSparkle, ManifestSparkle, PricePlease, Shape, Shorter, Sparkling2Line, WandSparkles, Write } from './BIK AI specific';
11
11
  export { Shield, ShieldOutline, Bell, BellSync, Bulb, Forms, MenuHamburger, MessageSearch, MoreHorizontal, MoreVertical, Placeholder, Search, Settings, Training } from './Informational/Common UI';
12
- export { Chat, ChatCheck, ChatQuestion, ChatStar, Email, LiveChat, Phone } from './Informational/Communication';
12
+ export { At, Chat, ChatCheck, ChatQuestion, ChatStar, Email, LiveChat, Phone } from './Informational/Communication';
13
13
  export { ClipboardCheck, Experimental, Help, Percent, Purchase, Services, ShoppingCart, Unsatisfactory, UserSound } from './Informational/Customer intent';
14
14
  export { SingleChoice as SingleChoice2 } from './Informational/Customer intent';
15
15
  export { CalendarCheck, Calendar, CalendarAdd, Clock, HourGlass, WorkingHours } from './Informational/Date and time';