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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/cjs/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
  2. package/dist/cjs/components/agent-builder/components/MentionPicker.js +20 -26
  3. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  4. package/dist/cjs/components/agent-builder/components/SelectableListSection.js +6 -6
  5. package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
  6. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
  7. package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  8. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js +1 -1
  9. package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  10. package/dist/cjs/components/agent-listing/AgentListing.js.map +1 -1
  11. package/dist/cjs/icons/Informational/Common UI/Shield.js +1 -1
  12. package/dist/cjs/icons/Informational/Common UI/Shield.js.map +1 -1
  13. package/dist/cjs/icons/Media/Visual/FormkitNeutral.js +2 -0
  14. package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +1 -0
  15. package/dist/cjs/icons/Media/Visual/FormkitSad.js +2 -0
  16. package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +1 -0
  17. package/dist/cjs/icons/index.js +1 -1
  18. package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +1 -31
  19. package/dist/esm/components/agent-builder/components/AgentBuilderFooter.js.map +1 -1
  20. package/dist/esm/components/agent-builder/components/MentionPicker.js +154 -175
  21. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  22. package/dist/esm/components/agent-builder/components/SelectableListSection.d.ts +0 -5
  23. package/dist/esm/components/agent-builder/components/SelectableListSection.js +106 -117
  24. package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
  25. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +204 -286
  26. package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
  27. package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +0 -2
  28. package/dist/esm/components/agent-builder/utils/mentionSerialization.js +40 -41
  29. package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
  30. package/dist/esm/components/agent-listing/AgentListing.js +1 -6
  31. package/dist/esm/components/agent-listing/AgentListing.js.map +1 -1
  32. package/dist/esm/icons/Informational/Common UI/Shield.d.ts +2 -1
  33. package/dist/esm/icons/Informational/Common UI/Shield.js +11 -10
  34. package/dist/esm/icons/Informational/Common UI/Shield.js.map +1 -1
  35. package/dist/esm/icons/Media/Visual/FormkitNeutral.js +58 -0
  36. package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +1 -0
  37. package/dist/esm/icons/Media/Visual/FormkitSad.js +61 -0
  38. package/dist/esm/icons/Media/Visual/FormkitSad.js.map +1 -0
  39. package/dist/esm/icons/Media/Visual/index.d.ts +2 -0
  40. package/dist/esm/icons/index.d.ts +25 -25
  41. package/dist/esm/icons/index.js +422 -418
  42. package/dist/esm/icons/index.js.map +1 -1
  43. package/package.json +1 -1
  44. package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js +0 -2
  45. package/dist/cjs/components/agent-builder/components/RequireVerificationModal.js.map +0 -1
  46. package/dist/esm/components/agent-builder/components/RequireVerificationModal.d.ts +0 -18
  47. package/dist/esm/components/agent-builder/components/RequireVerificationModal.js +0 -74
  48. package/dist/esm/components/agent-builder/components/RequireVerificationModal.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.841-beta.1",
3
+ "version": "0.0.841",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("../../TypographyStyle.js"),t=require("../../../constants/Theme.js"),n=require("../AgentBuilder.styled.js"),d=require("../../modals/styledModal.js"),c=require("../../../icons/Informational/eCommerce/ShieldCheck.js"),o=require("../../button/Button.js"),u=({open:s,toolLabel:l,onCancel:i,onConfirm:a})=>s?e.jsx(d.StyledModal,{"data-test":"agent-require-verification-modal",open:!0,onClose:i,width:"480px",children:e.jsxs(n.ModalBody,{style:{alignItems:"center",textAlign:"center"},children:[e.jsx("span",{style:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:48,height:48,borderRadius:"50%",background:t.COLORS.background.brandVeryLight},children:e.jsx(c.default,{size:24,color:t.COLORS.content.brand})}),e.jsx(r.TitleMedium,{color:t.COLORS.content.primary,children:"This will change who can use this agent"}),e.jsxs(r.BodyPrimary,{color:t.COLORS.content.secondary,style:{lineHeight:"24px"},children:["‘",l,"’ always requires customer authentication. Customers will be asked to verify their identity before this agent responds, once you go live."]}),e.jsxs(n.ModalActions,{children:[e.jsx("div",{style:{display:"flex"},children:e.jsx(o.Button,{"data-test":"agent-require-verification-cancel",buttonType:"secondary",size:"medium",matchParentWidth:!0,buttonText:"Cancel",onClick:i})}),e.jsx("div",{style:{display:"flex"},children:e.jsx(o.Button,{"data-test":"agent-require-verification-confirm",buttonType:"primary",size:"medium",matchParentWidth:!0,buttonText:"Add tool",onClick:a})})]})]})}):null;exports.RequireVerificationModal=u;
2
- //# sourceMappingURL=RequireVerificationModal.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequireVerificationModal.js","sources":["../../../../../src/components/agent-builder/components/RequireVerificationModal.tsx"],"sourcesContent":["import { ShieldCheck } from '@src/icons';\nimport React from 'react';\nimport { Button } from '@src/components/button';\nimport { StyledModal } from '@src/components/modals';\nimport { BodyPrimary, TitleMedium } from '@src/components/TypographyStyle';\nimport { COLORS } from '@src/constants/Theme';\nimport { ModalActions, ModalBody } from '../AgentBuilder.styled';\n\ninterface RequireVerificationModalProps {\n\topen: boolean;\n\t/** Name of the tool being added (shown in the copy). */\n\ttoolLabel: string;\n\t/** Dismiss without adding the tool (X / outside click / Cancel). */\n\tonCancel: () => void;\n\t/** Turn on customer verification and add the tool. */\n\tonConfirm: () => void;\n}\n\n/**\n * Shown when the merchant attaches a tool that touches customer-private data\n * (`auth_required`) while customer verification is off. Verification is mandatory\n * for such tools — confirming (\"Add tool\") turns it on and adds the tool;\n * cancelling skips the add. Centred layout per Figma (node 1165-21717).\n */\nexport const RequireVerificationModal: React.FC<\n\tRequireVerificationModalProps\n> = ({ open, toolLabel, onCancel, onConfirm }) => {\n\tif (!open) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<StyledModal\n\t\t\tdata-test=\"agent-require-verification-modal\"\n\t\t\topen\n\t\t\tonClose={onCancel}\n\t\t\twidth=\"480px\"\n\t\t>\n\t\t\t<ModalBody style={{ alignItems: 'center', textAlign: 'center' }}>\n\t\t\t\t<span\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tdisplay: 'inline-flex',\n\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\tjustifyContent: 'center',\n\t\t\t\t\t\twidth: 48,\n\t\t\t\t\t\theight: 48,\n\t\t\t\t\t\tborderRadius: '50%',\n\t\t\t\t\t\tbackground: COLORS.background.brandVeryLight,\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<ShieldCheck size={24} color={COLORS.content.brand} />\n\t\t\t\t</span>\n\t\t\t\t<TitleMedium color={COLORS.content.primary}>\n\t\t\t\t\tThis will change who can use this agent\n\t\t\t\t</TitleMedium>\n\t\t\t\t<BodyPrimary\n\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\tstyle={{ lineHeight: '24px' }}\n\t\t\t\t>\n\t\t\t\t\t‘{toolLabel}’ always requires customer authentication. Customers will\n\t\t\t\t\tbe asked to verify their identity before this agent responds, once you\n\t\t\t\t\tgo live.\n\t\t\t\t</BodyPrimary>\n\n\t\t\t\t<ModalActions>\n\t\t\t\t\t<div style={{ display: 'flex' }}>\n\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\tdata-test=\"agent-require-verification-cancel\"\n\t\t\t\t\t\t\tbuttonType=\"secondary\"\n\t\t\t\t\t\t\tsize=\"medium\"\n\t\t\t\t\t\t\tmatchParentWidth\n\t\t\t\t\t\t\tbuttonText=\"Cancel\"\n\t\t\t\t\t\t\tonClick={onCancel}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div style={{ display: 'flex' }}>\n\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\tdata-test=\"agent-require-verification-confirm\"\n\t\t\t\t\t\t\tbuttonType=\"primary\"\n\t\t\t\t\t\t\tsize=\"medium\"\n\t\t\t\t\t\t\tmatchParentWidth\n\t\t\t\t\t\t\tbuttonText=\"Add tool\"\n\t\t\t\t\t\t\tonClick={onConfirm}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t</ModalActions>\n\t\t\t</ModalBody>\n\t\t</StyledModal>\n\t);\n};\n"],"names":["RequireVerificationModal","open","toolLabel","onCancel","onConfirm","jsx","StyledModal","jsxs","ModalBody","COLORS","ShieldCheck","TitleMedium","BodyPrimary","ModalActions","Button"],"mappings":"2XAwBaA,EAET,CAAC,CAAE,KAAAC,EAAM,UAAAC,EAAW,SAAAC,EAAU,UAAAC,KAC5BH,EAKJI,EAAAA,IAACC,EAAAA,YAAA,CACA,YAAU,mCACV,KAAI,GACJ,QAASH,EACT,MAAM,QAEN,SAAAI,EAAAA,KAACC,aAAU,MAAO,CAAE,WAAY,SAAU,UAAW,UACpD,SAAA,CAAAH,EAAAA,IAAC,OAAA,CACA,MAAO,CACN,QAAS,cACT,WAAY,SACZ,eAAgB,SAChB,MAAO,GACP,OAAQ,GACR,aAAc,MACd,WAAYI,EAAAA,OAAO,WAAW,cAAA,EAG/B,eAACC,EAAAA,QAAA,CAAY,KAAM,GAAI,MAAOD,EAAAA,OAAO,QAAQ,KAAA,CAAO,CAAA,CAAA,QAEpDE,EAAAA,YAAA,CAAY,MAAOF,EAAAA,OAAO,QAAQ,QAAS,SAAA,0CAE5C,EACAF,EAAAA,KAACK,EAAAA,YAAA,CACA,MAAOH,EAAAA,OAAO,QAAQ,UACtB,MAAO,CAAE,WAAY,MAAA,EACrB,SAAA,CAAA,IACEP,EAAU,2IAAA,CAAA,CAAA,SAKZW,EAAAA,aAAA,CACA,SAAA,CAAAR,EAAAA,IAAC,MAAA,CAAI,MAAO,CAAE,QAAS,QACtB,SAAAA,EAAAA,IAACS,EAAAA,OAAA,CACA,YAAU,oCACV,WAAW,YACX,KAAK,SACL,iBAAgB,GAChB,WAAW,SACX,QAASX,CAAA,CAAA,EAEX,QACC,MAAA,CAAI,MAAO,CAAE,QAAS,QACtB,SAAAE,EAAAA,IAACS,EAAAA,OAAA,CACA,YAAU,qCACV,WAAW,UACX,KAAK,SACL,iBAAgB,GAChB,WAAW,WACX,QAASV,CAAA,CAAA,CACV,CACD,CAAA,CAAA,CACD,CAAA,CAAA,CACD,CAAA,CAAA,EA1DM"}
@@ -1,18 +0,0 @@
1
- import { default as React } from 'react';
2
- interface RequireVerificationModalProps {
3
- open: boolean;
4
- /** Name of the tool being added (shown in the copy). */
5
- toolLabel: string;
6
- /** Dismiss without adding the tool (X / outside click / Cancel). */
7
- onCancel: () => void;
8
- /** Turn on customer verification and add the tool. */
9
- onConfirm: () => void;
10
- }
11
- /**
12
- * Shown when the merchant attaches a tool that touches customer-private data
13
- * (`auth_required`) while customer verification is off. Verification is mandatory
14
- * for such tools — confirming ("Add tool") turns it on and adds the tool;
15
- * cancelling skips the add. Centred layout per Figma (node 1165-21717).
16
- */
17
- export declare const RequireVerificationModal: React.FC<RequireVerificationModalProps>;
18
- export {};
@@ -1,74 +0,0 @@
1
- import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
- import { TitleMedium as d, BodyPrimary as c } from "../../TypographyStyle.js";
3
- import { COLORS as t } from "../../../constants/Theme.js";
4
- import { ModalBody as s, ModalActions as m } from "../AgentBuilder.styled.js";
5
- import { StyledModal as u } from "../../modals/styledModal.js";
6
- import h from "../../../icons/Informational/eCommerce/ShieldCheck.js";
7
- import { Button as n } from "../../button/Button.js";
8
- const C = ({ open: o, toolLabel: a, onCancel: r, onConfirm: l }) => o ? /* @__PURE__ */ e(
9
- u,
10
- {
11
- "data-test": "agent-require-verification-modal",
12
- open: !0,
13
- onClose: r,
14
- width: "480px",
15
- children: /* @__PURE__ */ i(s, { style: { alignItems: "center", textAlign: "center" }, children: [
16
- /* @__PURE__ */ e(
17
- "span",
18
- {
19
- style: {
20
- display: "inline-flex",
21
- alignItems: "center",
22
- justifyContent: "center",
23
- width: 48,
24
- height: 48,
25
- borderRadius: "50%",
26
- background: t.background.brandVeryLight
27
- },
28
- children: /* @__PURE__ */ e(h, { size: 24, color: t.content.brand })
29
- }
30
- ),
31
- /* @__PURE__ */ e(d, { color: t.content.primary, children: "This will change who can use this agent" }),
32
- /* @__PURE__ */ i(
33
- c,
34
- {
35
- color: t.content.secondary,
36
- style: { lineHeight: "24px" },
37
- children: [
38
- "‘",
39
- a,
40
- "’ always requires customer authentication. Customers will be asked to verify their identity before this agent responds, once you go live."
41
- ]
42
- }
43
- ),
44
- /* @__PURE__ */ i(m, { children: [
45
- /* @__PURE__ */ e("div", { style: { display: "flex" }, children: /* @__PURE__ */ e(
46
- n,
47
- {
48
- "data-test": "agent-require-verification-cancel",
49
- buttonType: "secondary",
50
- size: "medium",
51
- matchParentWidth: !0,
52
- buttonText: "Cancel",
53
- onClick: r
54
- }
55
- ) }),
56
- /* @__PURE__ */ e("div", { style: { display: "flex" }, children: /* @__PURE__ */ e(
57
- n,
58
- {
59
- "data-test": "agent-require-verification-confirm",
60
- buttonType: "primary",
61
- size: "medium",
62
- matchParentWidth: !0,
63
- buttonText: "Add tool",
64
- onClick: l
65
- }
66
- ) })
67
- ] })
68
- ] })
69
- }
70
- ) : null;
71
- export {
72
- C as RequireVerificationModal
73
- };
74
- //# sourceMappingURL=RequireVerificationModal.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RequireVerificationModal.js","sources":["../../../../../src/components/agent-builder/components/RequireVerificationModal.tsx"],"sourcesContent":["import { ShieldCheck } from '@src/icons';\nimport React from 'react';\nimport { Button } from '@src/components/button';\nimport { StyledModal } from '@src/components/modals';\nimport { BodyPrimary, TitleMedium } from '@src/components/TypographyStyle';\nimport { COLORS } from '@src/constants/Theme';\nimport { ModalActions, ModalBody } from '../AgentBuilder.styled';\n\ninterface RequireVerificationModalProps {\n\topen: boolean;\n\t/** Name of the tool being added (shown in the copy). */\n\ttoolLabel: string;\n\t/** Dismiss without adding the tool (X / outside click / Cancel). */\n\tonCancel: () => void;\n\t/** Turn on customer verification and add the tool. */\n\tonConfirm: () => void;\n}\n\n/**\n * Shown when the merchant attaches a tool that touches customer-private data\n * (`auth_required`) while customer verification is off. Verification is mandatory\n * for such tools — confirming (\"Add tool\") turns it on and adds the tool;\n * cancelling skips the add. Centred layout per Figma (node 1165-21717).\n */\nexport const RequireVerificationModal: React.FC<\n\tRequireVerificationModalProps\n> = ({ open, toolLabel, onCancel, onConfirm }) => {\n\tif (!open) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<StyledModal\n\t\t\tdata-test=\"agent-require-verification-modal\"\n\t\t\topen\n\t\t\tonClose={onCancel}\n\t\t\twidth=\"480px\"\n\t\t>\n\t\t\t<ModalBody style={{ alignItems: 'center', textAlign: 'center' }}>\n\t\t\t\t<span\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tdisplay: 'inline-flex',\n\t\t\t\t\t\talignItems: 'center',\n\t\t\t\t\t\tjustifyContent: 'center',\n\t\t\t\t\t\twidth: 48,\n\t\t\t\t\t\theight: 48,\n\t\t\t\t\t\tborderRadius: '50%',\n\t\t\t\t\t\tbackground: COLORS.background.brandVeryLight,\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<ShieldCheck size={24} color={COLORS.content.brand} />\n\t\t\t\t</span>\n\t\t\t\t<TitleMedium color={COLORS.content.primary}>\n\t\t\t\t\tThis will change who can use this agent\n\t\t\t\t</TitleMedium>\n\t\t\t\t<BodyPrimary\n\t\t\t\t\tcolor={COLORS.content.secondary}\n\t\t\t\t\tstyle={{ lineHeight: '24px' }}\n\t\t\t\t>\n\t\t\t\t\t‘{toolLabel}’ always requires customer authentication. Customers will\n\t\t\t\t\tbe asked to verify their identity before this agent responds, once you\n\t\t\t\t\tgo live.\n\t\t\t\t</BodyPrimary>\n\n\t\t\t\t<ModalActions>\n\t\t\t\t\t<div style={{ display: 'flex' }}>\n\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\tdata-test=\"agent-require-verification-cancel\"\n\t\t\t\t\t\t\tbuttonType=\"secondary\"\n\t\t\t\t\t\t\tsize=\"medium\"\n\t\t\t\t\t\t\tmatchParentWidth\n\t\t\t\t\t\t\tbuttonText=\"Cancel\"\n\t\t\t\t\t\t\tonClick={onCancel}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div style={{ display: 'flex' }}>\n\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\tdata-test=\"agent-require-verification-confirm\"\n\t\t\t\t\t\t\tbuttonType=\"primary\"\n\t\t\t\t\t\t\tsize=\"medium\"\n\t\t\t\t\t\t\tmatchParentWidth\n\t\t\t\t\t\t\tbuttonText=\"Add tool\"\n\t\t\t\t\t\t\tonClick={onConfirm}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t</ModalActions>\n\t\t\t</ModalBody>\n\t\t</StyledModal>\n\t);\n};\n"],"names":["RequireVerificationModal","open","toolLabel","onCancel","onConfirm","jsx","StyledModal","jsxs","ModalBody","COLORS","ShieldCheck","TitleMedium","BodyPrimary","ModalActions","Button"],"mappings":";;;;;;;AAwBO,MAAMA,IAET,CAAC,EAAE,MAAAC,GAAM,WAAAC,GAAW,UAAAC,GAAU,WAAAC,QAC5BH,IAKJ,gBAAAI;AAAA,EAACC;AAAA,EAAA;AAAA,IACA,aAAU;AAAA,IACV,MAAI;AAAA,IACJ,SAASH;AAAA,IACT,OAAM;AAAA,IAEN,UAAA,gBAAAI,EAACC,KAAU,OAAO,EAAE,YAAY,UAAU,WAAW,YACpD,UAAA;AAAA,MAAA,gBAAAH;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,OAAO;AAAA,YACN,SAAS;AAAA,YACT,YAAY;AAAA,YACZ,gBAAgB;AAAA,YAChB,OAAO;AAAA,YACP,QAAQ;AAAA,YACR,cAAc;AAAA,YACd,YAAYI,EAAO,WAAW;AAAA,UAAA;AAAA,UAG/B,4BAACC,GAAA,EAAY,MAAM,IAAI,OAAOD,EAAO,QAAQ,MAAA,CAAO;AAAA,QAAA;AAAA,MAAA;AAAA,wBAEpDE,GAAA,EAAY,OAAOF,EAAO,QAAQ,SAAS,UAAA,2CAE5C;AAAA,MACA,gBAAAF;AAAA,QAACK;AAAA,QAAA;AAAA,UACA,OAAOH,EAAO,QAAQ;AAAA,UACtB,OAAO,EAAE,YAAY,OAAA;AAAA,UACrB,UAAA;AAAA,YAAA;AAAA,YACEP;AAAA,YAAU;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,wBAKZW,GAAA,EACA,UAAA;AAAA,QAAA,gBAAAR,EAAC,OAAA,EAAI,OAAO,EAAE,SAAS,UACtB,UAAA,gBAAAA;AAAA,UAACS;AAAA,UAAA;AAAA,YACA,aAAU;AAAA,YACV,YAAW;AAAA,YACX,MAAK;AAAA,YACL,kBAAgB;AAAA,YAChB,YAAW;AAAA,YACX,SAASX;AAAA,UAAA;AAAA,QAAA,GAEX;AAAA,0BACC,OAAA,EAAI,OAAO,EAAE,SAAS,UACtB,UAAA,gBAAAE;AAAA,UAACS;AAAA,UAAA;AAAA,YACA,aAAU;AAAA,YACV,YAAW;AAAA,YACX,MAAK;AAAA,YACL,kBAAgB;AAAA,YAChB,YAAW;AAAA,YACX,SAASV;AAAA,UAAA;AAAA,QAAA,EACV,CACD;AAAA,MAAA,EAAA,CACD;AAAA,IAAA,EAAA,CACD;AAAA,EAAA;AAAA,IA1DM;"}